/*
Theme Name: Plitkarka
Theme URI: https://plitkarka.site/
Author: Immensus
Author URI: https://immensus.dev
*/
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Tenor+Sans&display=swap');
/* reset */
* {
	font-family: 'Tenor Sans';
	font-style: normal;
	margin: 0rem;
	padding: 0rem;
	box-sizing: border-box;
	scrollbar-width: thin;
	scrollbar-color: #BD2612 #F8F8F8;
}
*::-webkit-scrollbar {
	width: 0.5rem;
	height: 0.5rem;
}
*::-webkit-scrollbar-track {
	background-color: #F8F8F8;
}
*::-webkit-scrollbar-thumb {
	border-radius: 0.25rem;
	border: #F8F8F8;;
	background-color: #BD2612;
}
*::-webkit-scrollbar-thumb:active {
	background-color: #BD2612;
}
html {
	font-size: calc(1vw * (16 / 19.2));
	scroll-behavior: smooth;
}
/* common */
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #EEE9E3;
	padding-top: 5rem;
}
section {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0rem 7.5rem;
	position: relative;
}
a {
	transition: all 0.5s ease;
	color: #BD2612;
}
li {
	list-style-type: none;
}
/* new styles */
.dropdown {
	width: calc((100% - 2.25rem) / 4);
	position: relative;
}
.dropdown button {
	border: 0.0625rem solid #393936;
	color: #393936;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	background: #EEE9E3;
	outline: none !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0.875rem 1rem;
	cursor: pointer;
	transition: all 0.5s ease;
}
.dropdown.active button,
.dropdown:hover button {
	border: 0.0625rem solid #6F6F6E;
}
.dropdown button svg {
	width: 1.25rem;
	height: 1.25rem;
	color: #393936;
	transition: all 0.5s ease;
	transform: rotate(0deg);
}
.dropdown:hover button svg {
	color: #6F6F6E;
}
.dropdown.active button svg {
	transform: rotate(-180deg);
}
.dropdown ul {
	overflow-y: scroll;
	height: 0rem;
	background: #EEE9E3;
	display: flex;
	flex-direction: column;
	box-shadow: 0rem 0.25rem 1.5rem rgba(35, 59, 67, 0.12);
	position: absolute;
	width: 100%;
	transition: all 0.5s ease;
	max-height: 0rem;
}
.dropdown.active ul {
	max-height: 18.75rem;
}
.dropdown ul a {
	width: 100%;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: -0.02em;
	color: #393936;
	min-height: 2.25rem;
	display: flex;
	gap: 0.5rem;
	padding: 0.375rem 0.75rem;
	align-items: center;
	text-decoration: none;
	position: relative;
	transition: all 0.5s ease;
}
.dropdown ul a:hover {
	opacity: 0.7;
}
.scroll_menu.desktop_hide {
	display: none;
}
.dropdown ul a svg {
	margin-left: auto;
	display: none;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 0.75rem;
	top: 0.375rem;
}
.dropdown ul .active a svg {
	display: block;
}
.blog_filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0rem;
}
.blog.padding_blog {
	margin-top: 1rem;
}
.dropdown ul a img {
	height: 1.25rem;
	width: auto;
}
.dropdown ul a img:not(.icon_image) {
	border-radius: 50%;
}
.dropdown ul a.tag_list {
	display: flex;
	gap: 0.25rem;
}
.tag_list span {
	color: #6F6F6E;
}
.scroll_data {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	direction: ltr;
	flex-grow: 1;
}
.prev_next_post {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0rem;
	flex-direction: row-reverse;
	margin-top: 2.5rem;
	align-items: center;
}
.prev_next_post .button {
	width: calc(50% - 0.75rem);
}
#show_content {
	display: none;
}
.prev_next_post .button:first-child svg {
	transform: rotate(-90deg);
}
.prev_next_post .button:first-child:not(:disabled):hover svg {
	transform: rotate(-90deg) translateY(-0.5rem);
}
.prev_next_post .button:last-child svg {
	transform: rotate(90deg);
}
.prev_next_post .button:last-child:not(:disabled):hover svg {
	transform: rotate(90deg) translateY(-0.5rem);
}
.prev_next_post .button:not(:disabled):hover {
	opacity: 0.7;
}
.scroll_and_share {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	gap: 1.25rem
}
.scroll_and_share .button.white {
	width: 3.5rem;
	height: 3.5rem;
	padding: 1rem;
}
.scroll_and_share .button.white svg {
	width: 1.5rem;
	height: 1.5rem;
	flex-shrink: 0;
}
.top_scroll {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.read_data {
	display: flex;
	gap: 0.25rem;
	width: 1.75rem;
	height: 1.25rem;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: -0.02em;
	color: #6F6F6E;
	align-items: center;
}
.read_data img {
	width: 1rem;
	height: auto;
}
.scroll_percent {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	color: #BD2612;
}
/* new end */
.preloader {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.75s ease;
}
.preloader img {
	width: 18.75rem;
	max-width: 70%;
	height: auto;
	animation: preload_animation 1s linear infinite;
}
@keyframes preload_animation {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0.8;
	}
	50% {
		opacity: 0.6;
	}
	75% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}
.preloader.preloader_opacity {
	opacity: 0;
}
.preloader.preloader_display {
	display: none;
}
.overflow_hidden {
	overflow: hidden;
}
.nav-links a,
.page-numbers.current,
.button {
	display: flex;
	gap: 0.5rem;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #FFFFFF;
	height: 3.5rem;
	padding: 0rem 2.1875rem;
	align-items: center;
	justify-content: center;
	border: 0.0625rem solid #BD2612;
	outline: none;
	cursor: pointer;
	background-color: #BD2612;
	transition: all 0.5s ease;
	text-decoration: none;
	text-decoration: none;
}
.button:disabled,
.button[aria-disabled='true'] {
	opacity: 0.5;
	cursor: not-allowed;
}
footer a,
.post_data a,
.post_item a,
header a {
	text-decoration: none;
}
.related_posts {
	width: calc(100% - 10rem);
	margin: 0 auto;
	padding-bottom: 5rem;
}
.related_posts > h2 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 3.25rem;
	line-height: 4rem;
	text-align: center;
	color: #393936;
	margin: 2.5rem 0rem 1.5rem;
}
.related_posts .divider {
	width: 100%;
	height: 0.0625rem;
	background-color: #E3DBD2;
	margin: 0rem 0rem;
}
.related_posts_list {
	display: flex;
	justify-content: space-between;
}
.related_posts_list .post_item {
	width: calc((100% - 1.5rem) / 3);
}
.nav-links {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	gap: 0.75rem;
	justify-content: center;
	padding: 2.5rem 0rem 1rem;
}
.page-numbers.current {
	cursor: default;
}
.button svg,
.button use {
	display: flex;
	height: 1.5rem;
	width: 1.5rem;
	flex-shrink: 0;
	color: #FFFFFF;
	transition: all 0.5s ease;
}
.button:hover {
	color: #BD2612;
	background-color: #EEE9E3;
}
.button:hover svg,
.button:hover use {
	color: #BD2612;
}
.button:disabled,
.button[aria-disabled='true'] {
	cursor: not-allowed;
	color: #C8C8C8;
	background-color: #F8F8F8;
	border: none;
}
.button:disabled svg,
.button:disabled use,
.button[aria-disabled='true'] svg,
.button[aria-disabled='true'] use {
	color: #C8C8C8;
}
.nav-links a,
.button.white {
	background-color: transparent;
	color: #BD2612;
}
.button.white svg,
.button.white use {
	color: #BD2612;
}
.nav-links a:hover,
.button.white:hover {
	background-color: #BD2612;
	color: #F8F8F8;
}
.button.white:hover svg,
.button.white:hover use {
	color: #F8F8F8;
}
.button.black,
.button.black:hover {
	color: #393936;
	border: 0.0625rem solid #393936;
	background-color: transparent;
}
.button.black svg,
.button.black use {
	color: #393936;
}
.button.black:hover svg,
.button.black:hover use {
	color: #393936;
}
.desktop_hide {
	display: none;
}
.arrow_animation svg {
	transition: transform 0.5s ease;
}
.arrow_animation:hover svg {
	transform: rotate(45deg);
}
.top_animation svg {
	transition: transform 0.5s ease;
}
.top_animation:hover svg {
	transform: translateY(-0.375rem);
}
/* header */
header {
	display: flex;
	position: fixed;
	top: 0rem;
	left: 0rem;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 5rem;
	padding: 0rem 7.5rem;
	z-index: 2;
	background-color: #EEE9E3;
	border-bottom: 0.0625rem solid #DFDFDF;
}
header .logotype img {
	height: 2rem;
	width: auto;
	max-width: 10.875rem;
}
header a {
	opacity: 1;
	transition: opacity 0.5s ease;
}
header a:hover {
	opacity: 0.7;
}
header ul {
	display: flex;
	gap: 0rem;
}
header li a {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	font-family: 'Tenor Sans';
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	display: flex;
	align-items: center;
	color: #393936;
}
header li a svg {
	width: auto;
	height: auto;
	max-width: 1.5rem;
	max-height: 1.5rem;
}
header li a img {
	width: auto;
	height: auto;
	max-width: 0.9375rem;
	max-height: 2.46rem;
	margin-top: -0.75rem;
}
header li {
	display: flex;
	align-items: center;
	padding: 1rem;
}
header li.text {
	padding: 0.75rem;
}
header li.divider {
	padding: 0rem 0.5rem;
}
header li.divider.mobile_divider {
	display: none;
}
header li.divider > span {
	display: inline-block;
	height: 1.25rem;
	width: 0.0625rem;
	background-color: #E3DBD2;
}
header li.header_menu_dropdown_item {
	position: relative;
	align-items: stretch;
	padding: 0.125rem 0.5rem 0.125rem 0rem;
}
header .header_menu_dropdown {
	width: fit-content;
}
header .header_menu_dropdown button {
	width: auto;
	height: 3.25rem;
	border: 0rem;
	background-color: #EEE9E3;
	font-size: 1.25rem;
	line-height: 1.75rem;
	gap: 0.5rem;
	padding: 0.75rem;
}
header .header_menu_dropdown.active button,
header .header_menu_dropdown:hover button {
	border: 0rem;
}
header .header_menu_dropdown button > span {
	min-width: 0rem;
}
header .header_menu_dropdown button > span > span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
header .header_menu_dropdown button svg {
	width: 1.25rem;
	height: 1.25rem;
	flex: 0 0 1.25rem;
	color: #6F6F6E;
}
header .header_menu_dropdown ul {
	z-index: 3;
	top: 100%;
	left: 0rem;
	width: 17.5rem;
	min-width: 100%;
	overflow-y: auto;
}
header .header_menu_dropdown ul li {
	display: block;
	padding: 0rem;
}
header .header_menu_dropdown ul a {
	font-family: 'Tenor Sans';
	font-size: 0.875rem;
	line-height: 1.25rem;
}
header .header_menu_dropdown ul a svg {
	width: 1.5rem;
	height: 1.5rem;
	max-width: none;
	max-height: none;
}
/* hero */
.hero {
	position: relative;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 1.25rem 15rem 3.75rem 15rem;
	overflow: hidden;
}
.hero_buttons {
	z-index: 1;
	position: relative;
	display: flex;
	gap: 1.5rem;
}
.hero_buttons .button {
	width: 13rem;
}
.hero_lines {
	position: absolute;
	top: 0rem;
	right: 0rem;
	width: 100%;
	height: 100%;
}
.hero_line {
	position: absolute;
	top: -15.5rem;
	right: -62.5rem;
	padding: 1.6875rem 0rem;
	display: flex;
	gap: 1.6875rem;
	align-items: center;
}
.hero_line.black {
	background-color: #252522;
	transform: rotate(18.68deg);
	top: -19.125rem;
}
.hero_line.red {
	background-color: #BD2612;
	transform: rotate(12.48deg);
}
.hero_line * {
	flex-shrink: 0;
}
.hero_line span {
	width: 1rem;
	height: 1rem;
	background-color: #F8F8F8;
	border-radius: 50%;
}
.hero_line img {
	width: 14.8125rem;
	height: auto;
}
.hero_line.black.animation {
	animation: line_animation_black 5s linear 0s infinite;
}
.hero_line.red.animation {
	animation: line_animation_red 5s linear 0s infinite;
}
@keyframes line_animation_black {
	0% {
		transform: rotate(18.68deg) translateX(0rem);
	}
	100% {
		transform: rotate(18.68deg) translateX(-38.375rem);
	}
}
@keyframes line_animation_red {
	0% {
		transform: rotate(12.48deg) translateX(0rem);
	}
	100% {
		transform: rotate(12.48deg) translateX(38.375rem);
	}
}
.hero h1 {
	font-weight: 400;
	font-size: 3.25rem;
	line-height: 4rem;
	color: #F8F8F8;
}
.hero .hero_text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
	margin: 12.25rem 0rem;
	max-width: 51.25rem;
}
.hero_white {
	border-width: 0rem;
	color: #6F6F6E;
	background-color: #F8F8F8;
}
.hero_white use,
.hero_white svg {
	color: #6F6F6E;
}
.hero_white:hover {
	color: #F8F8F8;
	background-color: #BD2612;
}
.hero_white:hover use,
.hero_white:hover svg {
	color: #F8F8F8;
}
.hero_white_line {
	background-color: transparent;
	border-color: #F8F8F8;
	color: #F8F8F8;
}
.hero_white_line use,
.hero_white_line svg {
	color: #F8F8F8;
}
.hero h1 img {
	position: relative;
	max-height: 6.8125rem;
	width: auto;
	left: -1rem;
	bottom: -3rem;
	margin-right: -2.5rem;
	margin-top: -3.75rem;
}
.hero_person {
	position: absolute;
	max-width: 46.875rem;
	height: auto;
	bottom: 0rem;
	right: 15rem;
}
/* request */
.request_hero {
	position: relative;
	min-height: 27.5rem;
	height: 27.5rem;
	padding: 11rem 15rem 0rem;
	background-color: #F7F6F3;
	background-image: var(--request-hero-background, url('images/request/background.jpg'));
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	overflow: hidden;
}
.request_hero_content {
	position: relative;
	z-index: 1;
	width: 51.25rem;
	max-width: 51.25rem;
}
.request_hero_title {
	position: relative;
	display: block;
	margin: 0rem;
	font-weight: 400;
	font-size: 3.25rem;
	line-height: 4rem;
	color: #393936;
}
.request_hero_title img {
	position: absolute;
	top: -1rem;
	left: -2rem;
	z-index: 1;
	width: 16.5rem;
	height: auto;
}
.request_hero_title_line {
	position: relative;
	z-index: 2;
	display: block;
}
.request_hero_title_line_first {
	padding-left: 13.625rem;
}
.request_hero_person_mobile {
	display: none;
}
.request_form_section {
	display: grid;
	grid-template-columns: minmax(0rem, 1fr);
	padding: 5rem 7.5rem 2.5rem;
}
.request_form_title,
.request_form_shell {
	grid-column: 1;
	grid-row: 1;
}
.request_form_title {
	position: relative;
	z-index: 1;
	align-self: start;
	width: 100%;
	margin: 0rem;
	font-weight: 400;
	font-size: 3.25rem;
	line-height: 4rem;
	color: #393936;
}
.request_form_shell {
	position: relative;
	z-index: 1;
	width: 53.625rem;
	max-width: 53.625rem;
	margin: 0rem auto;
}
.request_form {
	display: flex;
	flex-direction: column;
	width: 100%;
	row-gap: 1.5rem;
}
.request_form [hidden] {
	display: none !important;
}
.request_thank_you {
	width: 100%;
	padding: 4rem 0rem 5rem;
}
.request_thank_you_title {
	margin: 0rem 0rem 1rem;
	font-weight: 400;
	font-size: 3.25rem;
	line-height: 4rem;
	color: #393936;
}
.request_thank_you_text {
	max-width: 38rem;
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #393936;
}
.request_thank_you_text p {
	margin: 0rem;
}
.request_thank_you_text p + p {
	margin-top: 1rem;
}
.request_form_notice {
	width: 100%;
	margin-bottom: 1.5rem;
	padding: 1rem;
	border: 0.0625rem solid #DFDFDF;
	background-color: #FFFFFF;
	font-family: 'Manrope';
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
}
.request_form_notice_success {
	border-color: #BD2612;
}
.request_form_notice_error {
	border-color: #DA1F08;
	color: #DA1F08;
}
.request_form_row,
.request_form_group {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(var(--request-form-columns, 1), minmax(0rem, 1fr));
	column-gap: 0.75rem;
	row-gap: 1.5rem;
}
.request_form_row_one,
.request_form_group_one {
	--request-form-columns: 1;
}
.request_form_row_two,
.request_form_group_two {
	--request-form-columns: 2;
}
.request_form_row > *,
.request_form_item {
	width: 100%;
	min-width: 0rem;
}
.request_form_row_full,
.request_form_item_full {
	grid-column: 1 / -1;
}
.request_field {
	--request-field-background: #FFFFFF;
	--request-field-border: #C8C8C8;
	--request-field-caption: #6F6F6E;
	--request-field-color: #252522;
	--request-field-placeholder: #B5B5B5;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0rem;
}
.request_field_label_row {
	display: flex;
	align-items: flex-start;
	gap: 0.25rem;
	width: 100%;
	margin-bottom: 0.5rem;
}
.request_field_label {
	font-family: 'Manrope';
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
}
.request_field_label_description {
	margin-top: 0.125rem;
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1rem;
	color: #6F6F6E;
}
.request_field_control,
.request_field input[type='text'],
.request_field input[type='email'],
.request_field input[type='password'],
.request_field input[type='tel'],
.request_field input[type='url'],
.request_field input[type='search'],
.request_field input[type='number'],
.request_field textarea {
	display: block;
	width: 100%;
	border: 0.0625rem solid var(--request-field-border);
	border-radius: 0rem;
	background-color: var(--request-field-background);
	font-family: 'Manrope';
	font-weight: 300;
	color: var(--request-field-color);
	outline: none;
	box-shadow: none;
	transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.request_field_control::placeholder,
.request_field input::placeholder,
.request_field textarea::placeholder {
	color: var(--request-field-placeholder);
	opacity: 1;
}
.request_field_input,
.request_field input[type='text'],
.request_field input[type='email'],
.request_field input[type='password'],
.request_field input[type='tel'],
.request_field input[type='url'],
.request_field input[type='search'],
.request_field input[type='number'] {
	height: 3.5rem;
	padding: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
.request_field_textarea,
.request_field textarea {
	height: 7.5rem;
	min-height: 7.5rem;
	padding: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	resize: vertical;
}
.request_field_size_sm .request_field_label_row {
	margin-bottom: 0.25rem;
}
.request_field_size_sm .request_field_input,
.request_field_size_sm input[type='text'],
.request_field_size_sm input[type='email'],
.request_field_size_sm input[type='password'],
.request_field_size_sm input[type='tel'],
.request_field_size_sm input[type='url'],
.request_field_size_sm input[type='search'],
.request_field_size_sm input[type='number'] {
	height: 2.75rem;
	padding: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.request_field_size_sm .request_field_textarea,
.request_field_size_sm textarea {
	height: 7rem;
	min-height: 7rem;
	padding: 0.5rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.request_field_size_lg .request_field_textarea,
.request_field_size_lg textarea {
	height: 8rem;
	min-height: 8rem;
	padding: 1rem;
}
.request_field:not(.request_field_disabled):not(.request_field_error):not(.request_field_error_filled):not(.request_field_error_filed):hover,
.request_field_hover,
.request_field_active {
	--request-field-border: #6F6F6E;
}
.request_field:not(.request_field_disabled):not(.request_field_error):not(.request_field_error_filled):not(.request_field_error_filed):hover .request_field_control,
.request_field:not(.request_field_disabled):not(.request_field_error):not(.request_field_error_filled):not(.request_field_error_filed):hover input,
.request_field:not(.request_field_disabled):not(.request_field_error):not(.request_field_error_filled):not(.request_field_error_filed):hover textarea,
.request_field_hover .request_field_control,
.request_field_hover input,
.request_field_hover textarea,
.request_field_active .request_field_control,
.request_field_active input,
.request_field_active textarea,
.request_field:not(.request_field_error):not(.request_field_error_filled):not(.request_field_error_filed) .request_field_control:focus,
.request_field:not(.request_field_error):not(.request_field_error_filled):not(.request_field_error_filed) input:focus,
.request_field:not(.request_field_error):not(.request_field_error_filled):not(.request_field_error_filed) textarea:focus {
	border-color: #6F6F6E;
}
.request_field_filled .request_field_control,
.request_field_filled input,
.request_field_filled textarea,
.request_field_filed .request_field_control,
.request_field_filed input,
.request_field_filed textarea {
	color: #252522;
}
.request_field_error,
.request_field_error_filled,
.request_field_error_filed {
	--request-field-border: #DA1F08;
	--request-field-caption: #DA1F08;
}
.request_field_error .request_field_control,
.request_field_error input,
.request_field_error textarea,
.request_field_error_filled .request_field_control,
.request_field_error_filled input,
.request_field_error_filled textarea,
.request_field_error_filed .request_field_control,
.request_field_error_filed input,
.request_field_error_filed textarea,
.request_field_control[aria-invalid='true'],
.request_field input[aria-invalid='true'],
.request_field textarea[aria-invalid='true'] {
	border-color: #DA1F08;
}
.request_field_disabled {
	--request-field-background: #F8F8F8;
	--request-field-border: #C8C8C8;
	--request-field-color: #B5B5B5;
	--request-field-placeholder: #B5B5B5;
}
.request_field_disabled .request_field_control,
.request_field_disabled input,
.request_field_disabled textarea,
.request_field_control:disabled,
.request_field input:disabled,
.request_field textarea:disabled {
	border-color: #C8C8C8;
	background-color: #F8F8F8;
	color: #B5B5B5;
	cursor: not-allowed;
}
.request_field_caption {
	display: flex;
	align-items: flex-start;
	gap: 0.25rem;
	width: 100%;
	margin-top: 0.5rem;
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1rem;
	color: var(--request-field-caption);
}
.request_field_size_sm .request_field_caption {
	margin-top: 0.25rem;
}
.request_field_error .request_field_caption,
.request_field_error_filled .request_field_caption,
.request_field_error_filed .request_field_caption {
	color: #DA1F08;
}
.request_field_caption_icon {
	width: 0.75rem;
	height: 0.75rem;
	margin-top: 0.125rem;
	flex: 0 0 0.75rem;
	color: currentColor;
}
.request_link_button {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 0rem;
	border: none;
	background: transparent;
	font-family: 'Manrope';
	font-weight: 500;
	color: #BD2612;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	transition: color 0.3s ease;
}
.request_link_button_desktop,
.request_link_button_md {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.request_link_button_mobile,
.request_link_button_sm {
	font-size: 0.75rem;
	line-height: 1rem;
}
.request_link_button:hover,
.request_link_button:focus-visible,
.request_link_button:active,
.request_link_button_hover,
.request_link_button_press {
	text-decoration: underline;
	text-underline-offset: 0.0625rem;
}
.request_link_button_disabled,
.request_link_button:disabled,
.request_link_button[aria-disabled='true'] {
	color: #B5B5B5;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}
.request_checkbox {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.5rem;
	width: fit-content;
	font-family: 'Manrope';
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	cursor: pointer;
}
.request_checkbox > span,
.request_checkbox a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.request_checkbox_body {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.5rem;
	min-width: 0rem;
	flex: 1 1 auto;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	cursor: pointer;
}
.request_checkbox input[type='checkbox'] {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	margin: 0rem 0rem 0rem;
	flex: 0 0 1rem;
	border: 0.0625rem solid #DFDFDF;
	border-radius: 0rem;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.6875rem 0.5rem;
	cursor: pointer;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}
.request_checkbox_box {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	margin-top: 0.125rem;
	flex: 0 0 1rem;
	border: 0.0625rem solid #DFDFDF;
	background-color: #FFFFFF;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}
.request_checkbox .request_checkbox_input {
	position: absolute;
	width: 1rem;
	height: 1rem;
	margin: 0rem;
	opacity: 0;
	pointer-events: none;
}
.request_checkbox_box::after {
	content: '';
	position: absolute;
	left: 0.225rem;
	top: 0.2875rem;
	width: 0.55rem;
	height: 0.3125rem;
	border-left: 0.09375rem solid #FFFFFF;
	border-bottom: 0.09375rem solid #FFFFFF;
	opacity: 0;
	transform: rotate(-45deg);
}
.request_checkbox_grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0rem, 1fr));
	gap: 0.75rem;
}
.request_checkbox_grid_five {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.request_checkbox_tile {
	align-items: center;
	gap: 0.5rem;
	width: 100%;
	min-width: 0rem;
	height: 3.5rem;
	padding: 1.125rem 1rem;
	background-color: #FFFFFF;
	box-shadow: inset 0rem 0rem 0rem 0.0625rem #DFDFDF;
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.request_checkbox_grid_five .request_checkbox_tile {
	flex: 1 1 10.125rem;
	width: auto;
}
.request_checkbox_tile:not(.request_checkbox_disabled):not(:has(input[type='checkbox']:disabled)):hover,
.request_checkbox_tile:has(input[type='checkbox']:checked),
.request_checkbox_tile.request_checkbox_checked {
	box-shadow: inset 0rem 0rem 0rem 0.0625rem #BD2612;
}
.request_checkbox_tile.request_checkbox_disabled,
.request_checkbox_tile:has(input[type='checkbox']:disabled) {
	box-shadow: inset 0rem 0rem 0rem 0.0625rem #DFDFDF;
}
.request_checkbox_tile .request_checkbox_label {
	display: block;
	flex: 1 1 auto;
	min-width: 0rem;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.request_checkbox_label_part {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	cursor: pointer;
}
.request_checkbox_text_link {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: #BD2612;
	text-decoration: underline;
	text-underline-offset: 0.0625rem;
}
.request_checkbox_text_link:hover,
.request_checkbox_text_link:focus-visible {
	color: #DA1F08;
}
.request_checkbox_option_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	margin: -0.125rem 0rem;
	flex: 0 0 1.5rem;
	color: #393936;
}
.request_checkbox_option_icon svg {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	fill: currentColor;
}
.request_checkbox_option_icon img {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	object-fit: contain;
}
.request_checkbox_option_link {
	text-decoration: none;
	transition: color 0.3s ease;
}
.request_checkbox_option_link:hover,
.request_checkbox_option_link:focus-visible {
	color: #BD2612;
}
.request_checkbox:not(.request_checkbox_disabled):hover input[type='checkbox'],
.request_checkbox_hover input[type='checkbox'],
.request_checkbox:not(.request_checkbox_disabled):hover .request_checkbox_box,
.request_checkbox_hover .request_checkbox_box {
	border-color: #BD2612;
}
.request_checkbox input[type='checkbox']:checked {
	border-color: #BD2612;
	background-color: #BD2612;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6 8.25L6.45 11.4L12.4 4.6' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
}
.request_checkbox_checked .request_checkbox_box,
.request_checkbox_input:checked + .request_checkbox_box {
	border-color: #BD2612;
	background-color: #BD2612;
}
.request_checkbox_checked .request_checkbox_box::after,
.request_checkbox_input:checked + .request_checkbox_box::after {
	opacity: 1;
}
.request_checkbox_disabled,
.request_checkbox:has(input[type='checkbox']:disabled) {
	color: #B5B5B5;
	cursor: default;
}
.request_checkbox:has(input[type='checkbox']:disabled) .request_checkbox_body {
	cursor: default;
}
.request_checkbox:has(input[type='checkbox']:disabled) .request_checkbox_option_icon {
	color: #B5B5B5;
	pointer-events: none;
}
.request_checkbox_disabled input[type='checkbox'],
.request_checkbox input[type='checkbox']:disabled {
	border-color: #DFDFDF;
	background-color: #F8F8F8;
	background-image: none;
	cursor: default;
}
.request_checkbox_disabled .request_checkbox_box,
.request_checkbox_input:disabled + .request_checkbox_box {
	border-color: #DFDFDF;
	background-color: #F8F8F8;
}
.request_checkbox_disabled.request_checkbox_checked input[type='checkbox'],
.request_checkbox input[type='checkbox']:disabled:checked {
	border-color: #DFDFDF;
	background-color: #DFDFDF;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6 8.25L6.45 11.4L12.4 4.6' stroke='%23B5B5B5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
}
.request_checkbox_disabled.request_checkbox_checked .request_checkbox_box,
.request_checkbox_input:disabled:checked + .request_checkbox_box {
	border-color: #DFDFDF;
	background-color: #DFDFDF;
}
.request_checkbox_disabled.request_checkbox_checked .request_checkbox_box::after,
.request_checkbox_input:disabled:checked + .request_checkbox_box::after {
	border-color: #B5B5B5;
	opacity: 1;
}
.request_radio {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	gap: 0.5rem;
	width: fit-content;
	font-family: 'Manrope';
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	cursor: pointer;
}
.request_radio input[type='radio'] {
	appearance: none;
	width: 1rem;
	height: 1rem;
	margin: 0.125rem 0rem 0rem;
	flex: 0 0 1rem;
	border: 0.0625rem solid #DFDFDF;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: none;
	cursor: pointer;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}
.request_radio_box {
	position: relative;
	width: 1rem;
	height: 1rem;
	margin-top: 0.125rem;
	flex: 0 0 1rem;
	border: 0.0625rem solid #DFDFDF;
	border-radius: 50%;
	background-color: #FFFFFF;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}
.request_radio .request_radio_input {
	position: absolute;
	width: 1rem;
	height: 1rem;
	margin: 0rem;
	opacity: 0;
	pointer-events: none;
}
.request_radio_box::after {
	content: '';
	position: absolute;
	inset: 0rem;
	width: 0.75rem;
	height: 0.75rem;
	margin: auto;
	border-radius: 50%;
	background-color: #BD2612;
	opacity: 0;
}
.request_radio_text {
	display: inline-flex;
	gap: 0.125rem;
}
.request_radio_label {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #393936;
	font-weight: 500;
}
.request_radio_count {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #6F6F6E;
	font-weight: 300;
}
.request_radio_grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0rem, 1fr));
	gap: 0.75rem;
}
.request_radio_grid_five {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.request_radio_tile {
	width: 100%;
	min-width: 0rem;
	height: 3.5rem;
	padding: 1.125rem 1rem;
	background-color: #FFFFFF;
	box-shadow: inset 0rem 0rem 0rem 0.0625rem #DFDFDF;
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.request_radio_grid_five .request_radio_tile {
	flex: 1 1 10.125rem;
	width: auto;
}
.request_radio_tile:not(.request_radio_disabled):not(:has(input[type='radio']:disabled)):hover,
.request_radio_tile_hover,
.request_radio_tile:has(input[type='radio']:checked),
.request_radio_tile.request_radio_checked {
	box-shadow: inset 0rem 0rem 0rem 0.0625rem #BD2612;
}
.request_radio_tile.request_radio_disabled,
.request_radio_tile:has(input[type='radio']:disabled) {
	box-shadow: inset 0rem 0rem 0rem 0.0625rem #DFDFDF;
}
.request_radio_tile .request_radio_label {
	min-width: 0rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.request_choice_field {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0rem;
}
.request_choice_label {
	width: 100%;
	margin-bottom: 0.5rem;
	font-family: 'Manrope';
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
}
.request_choice_field_error .request_choice_label {
	color: #DA1F08;
}
.request_choice_field_error .request_radio_tile:not(:has(input[type='radio']:disabled)):not(:has(input[type='radio']:checked)),
.request_choice_field_error .request_checkbox_tile:not(:has(input[type='checkbox']:disabled)):not(:has(input[type='checkbox']:checked)),
.request_choice_tile_error:not(:has(input:disabled)):not(:has(input:checked)) {
	box-shadow: inset 0rem 0rem 0rem 0.0625rem #DA1F08;
}
.request_checkbox_error {
	color: #DA1F08;
}
.request_checkbox_error input[type='checkbox']:not(:disabled):not(:checked) {
	border-color: #DA1F08;
}
.request_form_privacy {
	width: 41.125rem;
	max-width: 100%;
	white-space: nowrap;
}
.request_form_privacy_link {
	color: #BD2612;
	text-decoration: underline;
	text-underline-offset: 0.0625rem;
}
.request_form_submit {
	align-self: flex-start;
}
.request_radio:not(.request_radio_disabled):hover input[type='radio']:not(:disabled),
.request_radio_hover input[type='radio']:not(:disabled),
.request_radio:not(.request_radio_disabled):hover .request_radio_box,
.request_radio_hover .request_radio_box {
	border-color: #BD2612;
}
.request_radio input[type='radio']:checked,
.request_radio_checked input[type='radio'] {
	border-color: #BD2612;
	background-color: #FFFFFF;
	background-image: radial-gradient(circle at center, #BD2612 0rem, #BD2612 0.375rem, transparent 0.40625rem);
}
.request_radio_checked .request_radio_box,
.request_radio_input:checked + .request_radio_box {
	border-color: #BD2612;
	background-color: #FFFFFF;
}
.request_radio_checked .request_radio_box::after,
.request_radio_input:checked + .request_radio_box::after {
	opacity: 1;
}
.request_radio_disabled,
.request_radio:has(input[type='radio']:disabled) {
	cursor: default;
}
.request_radio_disabled input[type='radio'],
.request_radio input[type='radio']:disabled {
	border-color: #C8C8C8;
	background-color: #F8F8F8;
	background-image: none;
	cursor: default;
}
.request_radio_disabled .request_radio_box,
.request_radio_input:disabled + .request_radio_box {
	border-color: #C8C8C8;
	background-color: #F8F8F8;
}
.request_radio_disabled.request_radio_checked input[type='radio'],
.request_radio input[type='radio']:disabled:checked {
	border-color: #C8C8C8;
	background-color: #F8F8F8;
	background-image: radial-gradient(circle at center, #DFDFDF 0rem, #DFDFDF 0.375rem, transparent 0.40625rem);
}
.request_radio_disabled.request_radio_checked .request_radio_box,
.request_radio_input:disabled:checked + .request_radio_box {
	border-color: #C8C8C8;
	background-color: #F8F8F8;
}
.request_radio_disabled.request_radio_checked .request_radio_box::after,
.request_radio_input:disabled:checked + .request_radio_box::after {
	background-color: #DFDFDF;
	opacity: 1;
}
.request_date_field {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0rem;
}
.request_date_layout {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, minmax(0rem, 1fr));
	gap: 0.75rem;
}
.request_calendar {
	width: 100%;
	min-height: 22rem;
	padding: 1rem 1.5rem 1.5rem;
	background-color: #FFFFFF;
	box-shadow: inset 0rem 0rem 0rem 0.0625rem #DFDFDF;
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1rem;
	color: #393936;
}
.request_calendar_header {
	display: grid;
	align-items: center;
	grid-template-columns: 2rem minmax(0rem, 1fr) 2rem;
	margin-bottom: 1.25rem;
}
.request_calendar_nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0rem;
	border: 0rem;
	background: transparent;
	font-family: 'Manrope';
	font-size: 1.5rem;
	line-height: 1;
	color: #B5B5B5;
	cursor: pointer;
	transition: color 0.3s ease;
}
.request_calendar_nav:hover,
.request_calendar_nav:focus-visible {
	color: #6F6F6E;
	outline: none;
}
.request_calendar_nav:disabled {
	color: #DFDFDF;
	cursor: default;
	pointer-events: none;
}
.request_calendar_month {
	font-family: 'Manrope';
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393936;
	text-align: center;
}
.request_calendar_grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0rem, 1fr));
	gap: 1.25rem 0.5rem;
	text-align: center;
}
.request_calendar_weekdays {
	margin-bottom: 1rem;
	color: #C8C8C8;
}
.request_calendar_day {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: 0rem auto;
	padding: 0rem;
	border: 0rem;
	background: transparent;
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 0.75rem;
	line-height: 1rem;
	color: #393936;
	cursor: pointer;
	transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.request_calendar_day_marked {
	box-shadow: inset 0rem 0rem 0rem 0.0625rem #BD2612;
	color: #BD2612;
}
.request_calendar_day:not(:disabled):not(.request_calendar_day_active):hover,
.request_calendar_day:not(:disabled):not(.request_calendar_day_active):focus-visible {
	box-shadow: inset 0rem 0rem 0rem 0.0625rem #BD2612;
	color: #BD2612;
	outline: none;
}
.request_calendar_day_active {
	background-color: #BD2612;
	color: #FFFFFF;
}
.request_calendar_day_disabled,
.request_calendar_day:disabled {
	color: #C8C8C8;
	cursor: default;
}
.request_calendar_day_spacer {
	pointer-events: none;
	visibility: hidden;
}
.request_time_grid {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, minmax(0rem, 1fr));
	align-content: start;
	gap: 0.75rem;
}
/* products */
.products {
	padding: 2.5rem 7.5rem;
}
.products_block {
	padding: 2.5rem 0rem;
}
.products_block h2 {
	font-weight: 400;
	font-size: 3.25rem;
	line-height: 4rem;
	color: #393936;
}
.products_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 0.75rem;
	margin: 1.5rem 0rem 0rem;
}
.products_list_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.25rem;
	gap: 0rem;
	border: 0.0625rem solid #E3DBD2;
	width: calc((100% / 3) - 0.5rem);
}
.products_list_item_background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 32rem;
	margin-bottom: 1.25rem;
}
.products_list_rectangle .products_list_item_background {
	height: 26.25rem;
}
.products_list_item h3 {
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #393936;
	margin-bottom: 1.25rem;
}
.products_list_item p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
	margin-top: -0.75rem;
	margin-bottom: 1.25rem;
}
.products_list_item .button {
	margin-top: auto;
	width: 100%;
}
.product_image {
	width: 100%;
	height: auto;
	margin-bottom: 1.25rem;
}
/* banner */
.banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 4rem 15rem;
}
.banner_content {
	display: flex;
	flex-direction: column;
	max-width: 50rem;
}
.banner h2 {
	font-weight: 400;
	font-size: 3.25rem;
	line-height: 4rem;
	color: #F8F8F8;
	margin-bottom: 0.5rem;
}
.banner p {
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #DFDFDF;
}
.banner .button {
	margin-top: 1.25rem;
	align-self: flex-start;
}
.banner.white h2 {
	color: #393936;
}
.banner.white p {
	color: #393936;
}
/* useful */
.useful {
	padding: 5rem 7.5rem;
}
.useful_block h2 {
	font-weight: 400;
	font-size: 3.25rem;
	line-height: 4rem;
	color: #393936;
	margin-bottom: 1.5rem;
}
.useful_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 0.75rem;
}
.useful_list_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.25rem;
	border: 0.0625rem solid #E3DBD2;
	width: calc(50% - 0.375rem);
}
.useful_list_item h3 {
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #393936;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.useful_list_item p {
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
	margin-top: -0.75rem;
	margin-bottom: 1.25rem;
}
.useful_list_item_background {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 25rem;
}
.useful_list_item .button {
	margin-top: auto;
	width: 100%;
}
/* info */
.info {
	flex-direction: row;
	padding: 0rem;
	border-top: 0.0625rem solid #BD2612;
	border-bottom: 0.0625rem solid #BD2612;
}
.info .info_data {
	width: 51.875rem;
	flex-shrink: 0;
	background-color: #E3DBD2;
	border-right: 0.0625rem solid #BD2612;
}
.info .button.mobile_hide {
	display: flex;
}
.info .button {
	z-index: 1;
	position: relative;
	margin-top: 1rem;
}
.info .info_data_heading span {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5rem;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	background-color: #BD2612;
	padding: 0.125rem 1rem;
	display: inline-block;
	margin-bottom: 0.5rem;
}
.info .info_data_heading {
	padding: 2.5rem 2.5rem 2.5rem 7.5rem;
}
.info .info_data_heading h2 {
	font-weight: 400;
	font-size: 3rem;
	line-height: 3.5rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #BD2612;
}
.info .info_data_social {
	border-top: 0.0625rem solid #BD2612;
	border-bottom: 0.0625rem solid #BD2612;
	display: flex;
	align-items: center;
	padding: 1.25rem 2.5rem 1.25rem 7.5rem;
}
.info .info_data_social ul {
	display: flex;
	gap: 3rem;
	align-items: center;
}
.info .info_data_social li {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #393936;
}
.info .info_data_social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	background-color: #EEE9E3;
	border-radius: 50%;
	color: #BD2612;
	transition: all 0.5s ease;
	flex-shrink: 0;
}
.info .info_data_social li a:hover {
	background-color: #BD2612;
	color: #EEE9E3;
}
.info .info_data_social li a svg {
	width: auto;
	height: auto;
	max-width: 1.875rem;
	max-height: 1.875rem;
}
.info .info_data_social li a svg.social_telegram {
	max-width: 1.5rem;
	max-height: 1.25rem;
}
.info .info_data_list {
	padding: 1.25rem 2.5rem 1.25rem 7.5rem;
}
.info .info_data_list li p {
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #393936;
}
.info .info_data_list li {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.info .info_data_list li::before {
	content: '';
	width: 0.75rem;
	height: 0.75rem;
	background-image: url('images/icons/list_star.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0.375rem;
	flex-shrink: 0;
}
.info .info_data_quote p {
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: #FFFFFF;
}
.info .info_data_quote img {
	width: 5.5625rem;
	height: auto;
	flex-shrink: 0;
}
.info .info_data_quote {
	background-image: url('images/info/quote-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	gap: 2.5rem;
	padding: 2.5rem 2.5rem 2.5rem 7.5rem;
	align-items: center;
}
.info_image {
	padding: 2.5rem;
	flex-grow: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.info_image > div {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.info_data_list ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
/* info white */
.info.white {
	border-top: 0rem solid #BD2612;
	border-bottom: 0rem solid #BD2612;
	overflow: hidden;
}
.info.white .info_data {
	width: 60rem;
	flex-shrink: 0;
	background-color: transparent;
	border-right: 0rem solid #BD2612;
}
.info.white .info_image {
	padding: 0rem;
}
.info.white .info_data_quote {
	background-image: url(images/info/quote-background-white.jpg);
}
.info.white .info_data_list {
	margin-left: 7.5rem;
	margin-right: 2.5rem;
	padding: 1rem 0rem 2.5rem 0rem;
	border-top: 0.0625rem solid #BD2612;
}
.info.white .info_data_heading span {
	margin-bottom: 0.25rem;
}
.info.white .info_data_heading {
	padding: 2.5rem 2.5rem 1rem 7.5rem;
}
.info.white .info_image > div img {
	position: absolute;
	width: 76.625rem;
	height: auto;
	top: 0rem;
	right: 6rem;
}




/**************/
.hero {
	position: relative;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 1.25rem 15rem 3.75rem 15rem;
	overflow: hidden;
}
.info_lines {
	background-color: #E3DBD2;
	width: 100%;
	overflow: hidden;
}
.info_line {
	position: relative;
	left: -62.5rem;
	padding: 1.25rem 0rem;
	display: flex;
	gap: 1.5rem;
	align-items: center;
}
.info_line * {
	flex-shrink: 0;
}
.info_line span {
	width: 0.3125rem;
	height: 0.3125rem;
	background-color: #BD2612;
	border-radius: 50%;
}
.info_line img {
	width: 7.1875rem;
	height: auto;
}
.info_line.animation {
	animation: line_animation_info 5s linear 0s infinite;
}
@keyframes line_animation_info {
	0% {
		transform: translateX(0rem);
	}
	100% {
		transform: translateX(-21rem);
	}
}
/* post */
.post {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	padding: 0rem 7.5rem;
}
.post_content_container {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.post_content_container * {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.post_content_container .text p {
	margin-bottom: 0.5em;
}
.post_content_container strong,
.post_content_container b {
	font-weight: 600;
}
.post_content_container .filled {
	color: #393936;
	padding: 1.25rem;
	width: 100%;
	background-color: #E3DBD2;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #393936;
}
.post_content_container .filled.auto {
	width: auto;
	align-self: flex-start;
	padding: 0rem 0.5rem;
}
.post_content_container .filled.red {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #FFFFFF;
	background-color: #BD2612;
}
.post_content_container .quote {
	padding: 2.5rem;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #393936;
	background-color: #E3DBD2;
	gap: 1.25rem;
	display: flex;
	flex-direction: column;
}
.post_content_container .quote.red {
	color: #6F6F6E;
	background-color: #F8F8F8;
}
.post_content_container .quote_author {
	display: flex;
	gap: 0.5rem;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #252522;
}
.post_content_container .quote img {
	width: 3.6875rem;
	height: auto;
	align-self: flex-start;
}
.post_content_container .quote.red img {
	width: 3rem;
}
.post_content_container .quote_author::before {
	content: '';
	display: block;
	flex-shrink: 0;
	height: 0.125rem;
	width: 0.75rem;
	background-color: #FFFFFF;
	margin-top: 0.5625rem;
}
.post_content_container .red .quote_author::before {
	background-color: #BD2612;
}
.post_content_container .image {
	width: 100%;
	height: auto;
}
.post_content_container .gallery {
	background-image: #F8F8F8;
	gap: 1rem;
}
.post_content_container .gallery .gallery_images a {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex-grow: 0;
}
.post_content_container .gallery.one .gallery_images a {
	width: 100%;
}
.post_content_container .gallery.two .gallery_images a {
	width: calc(50% - 0.25rem);
}
.post_content_container .gallery.three .gallery_images a {
	width: calc((100% - 1rem) / 3);
}
.post_content_container .gallery .gallery_images a div:not(.caption) {
	height: 23.5rem;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.post_content_container .gallery {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.post_content_container .gallery .gallery_images {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.post_content_container .gallery .caption {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #6F6F6E;
}
.post_content_container .action {
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
	padding: 1.25rem;
	align-items: center;
	background-color: #E3DBD2;
}
.post_content_container .action.centered {
	justify-content: center;
}
.post_content_container .action_text {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
}
.post_content_container .action .button {
	flex-shrink: 0;
}
.post_content_container .divider {
	width: 100%;
	height: 0.0625rem;
	background-color: #E3DBD2;
	margin: 1.25rem 0rem;
}
.post_content_container .list,
.post_content_container .list .item_content {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	flex-grow: 1;
}
.post_content_container .list li {
	display: flex;
	gap: 0.75rem;
}
.post_content_container .list > li > .mark {
	flex-shrink: 0;
}
.post_content_container .list.unordered_default > li > .mark {
	display: flex;
	width: 1rem;
	height: 1.75rem;
	align-items: center;
	justify-content: center;
}
.post_content_container .list.unordered_default > li > .mark::before {
	content: '';
	display: block;
	width: 0.6875rem;
	height: 0.625rem;
	background-image: url('images/icons/list_arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.post_content_container .list.unordered_gray_minuses > li > .mark,
.post_content_container .list.unordered_red_minuses > li > .mark {
	height: 1.75rem;
	width: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.post_content_container .list.unordered_gray_minuses > li > .mark::before,
.post_content_container .list.unordered_red_minuses > li > .mark::before {
	content: '';
	display: block;
	width: 100%;
	height: 0.25rem;
	background-color: #393936;
}
.post_content_container .list.unordered_red_minuses > li > .mark::before {
	background-color: #BD2612;
}
.post_content_container .list.ordered_red_numbers > li > .mark {
	padding: 0.125rem 0rem;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	color: #BD2612;
	min-width: 1.25rem;
}
.post_content_container .list.ordered_filled_numbers > li > .mark {
	display: flex;
	height: 1.75rem;
	min-width: 2.25rem;
	align-items: center;
	justify-content: center;
	background-color: #393936;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.post_content_container h2 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: -0.02em;
	color: #252522;
	margin-top: 1em;
	margin-bottom: 0.75em;
}
.post_content_container h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #252522;
	margin-top: 1em;
	margin-bottom: 0.75em;
}
.post_content_container h4 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
	margin-top: 1em;
	margin-bottom: 0.75em;
}
.post_content_container h5 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #252522;
	margin-top: 1em;
	margin-bottom: 0.75em;
}
.post_content_container h6 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #252522;
	margin-top: 1em;
	margin-bottom: 0.75em;
}
.post_sidebar_scroll {
	position: sticky;
	flex-direction: column;
	top: 5rem;
	height: calc(100vh - 5rem);
	overflow-y: auto;
	direction: rtl;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.post_heading_image {
	width: 100%;
	height: 35rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.post_content {
	width: 73.5rem;
	flex-shrink: 0;
	background-color: #F8F8F8;
}
.post_content_data_heading {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.post_divider {
	width: 100%;
	height: 0.0625rem;
	background-color: #E3DBD2;
	margin: 2.5rem 0rem;
}
.post_content_data {
	display: flex;
	flex-direction: column;
	padding: 2.5rem 5rem 2.5rem 5rem;
}
.post_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1rem;
}
.post_tags li a {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #8D8D8C;
}
.post_content h1 {
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #252522;
}
.post_data {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	flex-wrap: wrap;
}
.post_data span,
.post_data a {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #8D8D8C;
}
.post_data span {
	text-transform: lowercase;
}
.post_tags a,
.post_data a {
	opacity: 1;
}
.post_tags a:hover,
.post_data a:hover {
	opacity: 0.7;
}
.post_data span svg {
	width: 0.75rem;
	height: auto;
	max-height: 0.75rem;
}
.buttons_group_single {
	display: flex;
	justify-content: flex-start;
}
.buttons_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.25rem;
}
.buttons_group .button {
	width: calc(50% - 0.625rem);
}
.two_image {
	width: 50% !important;
}
.two_image > .two_image {
	width: 100% !important;
}
.three_image {
	width: calc(100% / 3) !important;
}
.three_image > .three_image {
	width: 100% !important;
}
/* error */
section.error {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	min-height: calc(100svh - 5rem - 12rem);
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}
section.error h1 {
	font-weight: 400;
	font-size: 4.5rem;
	line-height: 1;
	color: #BD2612;
}
section.error p,
section.error .request_thank_page_text {
	width: 100%;
	max-width: 38rem;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #252522;
}
section.error .request_thank_page_text p + p {
	margin-top: 1rem;
}
section.error .button {
	width: fit-content;
	min-width: 12rem;
	padding-right: 2rem;
	padding-left: 2rem;
	white-space: nowrap;
}
/* blog */
.blog {
	padding: 0rem 7.5rem 5rem;
}
.blog_items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-start;
}
/* post item */
.post_item {
	padding: 1.25rem;
	border: 0.0625rem solid #E3DBD2;
	width: calc((100% - 2.25rem) / 4);
	display: flex;
	flex-direction: column;
}
.post_item_tags li a {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #8D8D8C;
}
.post_item_content h2 {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: #393936;
}
.post_item_data a,
.post_item_data span {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #8D8D8C;
}
.post_item_image {
	width: 100%;
	height: 20rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.post_item_tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.25rem 0.5rem;
}
.post_item_tags a,
.post_item_data a {
	opacity: 1;
}
.post_item_tags a:hover,
.post_item_data a:hover {
	opacity: 0.7;
}
.post_item_content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 1.25rem 0rem 0rem;
	gap: 0.5rem;
	justify-content: center;
}
.post_item_content .button.black {
	margin-top: auto;
}
.post_item_data {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	align-items: center;
	margin-bottom: 0.75rem;
}
.post_item_data span svg {
	width: 0.5rem;
	height: auto;
	max-height: 0.5rem;
}
/* post item first */
.post_item.first {
	display: flex;
	flex-direction: row;
	padding: 0rem;
	width: 100%;
	border: 0.0625rem solid #BD2612;
	margin: 0rem 0rem 2.5rem ;
}
.post_item.first .button {
	margin-top: 0.5rem;
}
.first .post_item_image {
	width: 52.5rem;
	height: auto;
	flex-shrink: 0;
}
.first .post_item_data {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}
.first .post_item_content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 2.5rem;
	gap: 0.75rem;
	min-height: 28.75rem;
	justify-content: center;
	border-left: 0.0625rem solid #BD2612;
}
.first .post_item_tags li a {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #8D8D8C;
}
.first .post_item_content h1 {
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #393936;
}
.first .post_item_data a,
.first .post_item_data span {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #8D8D8C;
}
.post_item_data span {
	text-transform: lowercase;
}
.first .post_item_data span svg {
	width: 0.75rem;
	height: auto;
	max-height: 0.75rem;
}
/* sidebar */
.post_sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	flex-grow: 1;
}
.scroll_line {
	position: relative;
	height: 0.25rem;
	width: 100%;
	background-color: #DFDFDF;
}
.scroll_line_percent {
	position: absolute;
	top: 0rem;
	left: 0rem;
	height: 0.25rem;
	background-color: #BD2612;
}
.scroll_menu {
	display: flex;
	flex-direction: column;
	direction: ltr;
	margin-bottom: 1.5rem;
}
.scroll_menu h3 {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding-bottom: 0.25rem;
	color: #252522;
	border-bottom: 0.0625rem solid #DFDFDF;
	margin-bottom: 1rem;
	margin-top: 1.25rem;
}
.scroll_menu h3 svg {
	display: none;
}
.navigation_block {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.article_menu {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.article_menu a {
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-decoration: none;
	color: #8D8D8C;
	transition: all 0.5s ease;
}
.article_menu .active a,
.article_menu a:hover {
	color: #252522;
}
/* blog banner */
.blog_item_banner {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 2.5rem 1.25rem;
	min-height: 22.5rem;
	background-size: cover;
	background-position: center;
	width: calc((100% - 2.25rem) / 4);
	background-repeat: no-repeat;
}
.post_sidebar .blog_item_banner {
	width: 100%;
	min-height: 38.75rem;
	padding: 2.5rem;
}
.blog_item_banner .button {
	margin-top: 0.5rem;
}
.blog_item_banner h2 {
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 3rem;
	text-align: center;
	color: #FFFFFF;
}
.blog_item_banner p {
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-align: center;
	color: #C8C8C8;
}
/* blog banner white */
.white.blog_item_banner h2 {
	color: #393936;
}
.white.blog_item_banner p {
	color: #393936;
}
/* breadcrumbs */
.breadcrumbs {
	margin-bottom: 0.5rem;
}
.breadcrumbs li {
	color: #252522;
	font-family: 'Tenor Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	flex-shrink: 0;
}
.breadcrumbs li a,
.breadcrumbs li,
.breadcrumbs ul {
	display: flex;
	flex-direction: row;
	gap: 0.25rem;
	align-items: center;
}
.breadcrumbs li a,
.breadcrumbs li svg {
	color: #6F6F6E;
	text-decoration: none;
	transition: all 0.5s ease;
}
.breadcrumbs li svg {
	width: 1rem;
	height: 1rem;
}
.breadcrumbs li a svg {
	color: #8D8D8C;
	width: 1.25rem;
	height: 1.25rem;
}
.breadcrumbs li a:hover svg,
.breadcrumbs li a:hover {
	color: #252522;
}
.breadcrumbs li:last-child {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	flex-shrink: 1;
}
/* footer */
footer {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	gap: 1.5rem;
	width: 100%;
	padding: 2.5rem 7.5rem;
}
.footer_navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_navigation ul li {
	flex-shrink: 0;
	width: calc((100% - 4.5rem) / 4);
}
.footer_navigation ul li .button {
	width: 100%;
}
.footer_data ul {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}
.footer_data li {
	display: flex;
	align-items: center;
	font-family: 'Manrope';
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #8D8D8C;
	padding-left: 0.25rem;
}
.footer_data li a {
	display: flex;
	gap: 0.5rem;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #8D8D8C;
	align-items: center;
}
.footer_data li a:hover {
	color: #B5B5B5;
}
.footer_data li a svg {
	width: 1rem;
	height: auto;
	max-height: 1rem;
}
.footer_data li a.copyright {
	color: #B5B5B5;
}
.footer_data li a.copyright svg {
	height: 1.25rem;
	width: 4.1875rem;
	max-height: none;
	max-width: none;
}
.footer_data li a.copyright:hover {
	color: #8D8D8C;
}
@media all and (max-width: 767px) {
	html {
		font-size: calc(1vw * (16 / 3.75));
	}
	.hero .hero_text {
		margin: 0rem;
		gap: 1rem;
	}
	.hero_buttons {
		gap: 0rem;
		justify-content: space-between;
		width: 100%;
	}
	.hero_buttons .button {
		width: calc(50% - 0.25rem);
		gap: 0.25rem;
		padding: 0rem;
	}
	body {
		padding-top: 3.75rem;
	}
	body.single_has_mobile_scroll_share {
		--single-mobile-scroll-share-height: 3.25rem;
	}
	.info .button.desktop_hide {
		display: flex;
	}
	.info .button.mobile_hide {
		display: none;
	}
	.info .button {
		padding: 0rem;
		gap: 0.25rem;
	}
	.blog_filters {
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	.dropdown {
		width: calc(50% - 0.25rem);
	}
	.dropdown button {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		padding: 0.375rem 1rem;
	}
	.dropdown ul {
		z-index: 1;
	}
	.blog_filters {
		padding: 1rem 0rem;
	}
	/* common */
	.nav-links a,
	.page-numbers.current,
	.button {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.nav-links a,
	.page-numbers.current {
		padding: 0.625rem 0.875rem;
	}
	.nav-links {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
		gap: 0.25rem;
		padding: 1.25rem 0rem 0.5rem;
	}
	.mobile_hide {
		display: none;
	}
	.desktop_hide {
		display: block;
	}
	.button {
		height: 2.75rem;
	}
	.button svg {
		height: 1rem;
		max-width: 1rem;
		flex-shrink: 0;
	}
	.button.black {
		height: 2rem;
	}
	/* error */
	section.error {
		gap: 1rem;
		min-height: calc(100svh - 3.75rem - 14.5rem);
		padding: clamp(2.75rem, 8svh, 4rem) 1rem clamp(2.75rem, 8svh, 4rem);
	}
	section.error h1 {
		font-size: 4rem;
		line-height: 4.25rem;
	}
	section.error.request_thank_page h1 {
		font-size: 3rem;
		line-height: 3.375rem;
	}
	section.error p,
	section.error .request_thank_page_text {
		max-width: 21rem;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	section.error .request_thank_page_text p + p {
		margin-top: 0.75rem;
	}
	section.error .button {
		min-width: 11rem;
		height: 2.75rem;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	/* header */
	header {
		height: 11.75rem;
		padding: 8rem 1.25rem 0rem;
		margin-top: -8rem;
	}
	header.header_mobile_behavior {
		transform: translateY(0rem);
		transition: all 0.35s ease;
		will-change: transform;
	}
	header.header_mobile_hidden {
		transform: translateY(-3.75rem);
		pointer-events: none;
	}
	header li {
		padding: 0.75rem;
	}
	header li.text {
		padding: 0.5rem;
	}
	header li:not(.text, .mobile_divider) {
		display: none;
	}
	header li.divider.mobile_divider {
		display: flex;
	}
	header li a {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	header li a svg,
	header li a img {
		display: none;
		max-width: 1.25rem;
		max-height: 1.25rem;
	}
	header li.header_menu_dropdown_item {
		padding: 0.5rem;
	}
	header .header_menu_dropdown {
		width: auto;
	}
	header .header_menu_dropdown button {
		height: auto;
		border: 0rem;
		background-color: transparent;
		font-size: 1rem;
		line-height: 1.5rem;
		padding: 0rem;
		gap: 0.2rem;
	}
	header .header_menu_dropdown button svg {
		width: 1rem;
		height: 1rem;
		flex-basis: 1rem;
	}
	header .header_menu_dropdown ul {
		width: 15rem;
	}
	/* hero */
	.hero {
		padding: 1.5rem 1.25rem 19.25rem 1.25rem;
	}
	.hero_line {
		top: 17.8125rem;
		right: -62.5rem;
		padding: 0.75rem 0rem;
		gap: 0.75rem;
	}
	.hero_line.black {
		top: 16.875rem;
	}
	.hero_line span {
		width: 0.4375rem;
		height: 0.4375rem;
	}
	.hero_line img {
		width: 6.3125rem;
	}
	.hero_line.black.animation {
		animation: line_animation_black_mobile 5s linear 0s infinite;
	}
	.hero_line.red.animation {
		animation: line_animation_red_mobile 5s linear 0s infinite;
	}
	@keyframes line_animation_black_mobile {
		0% {
			transform: rotate(18.68deg) translateX(0rem);
		}
		100% {
			transform: rotate(18.68deg) translateX(-16.5rem);
		}
	}
	@keyframes line_animation_red_mobile {
		0% {
			transform: rotate(12.48deg) translateX(0rem);
		}
		100% {
			transform: rotate(12.48deg) translateX(16.5rem);
		}
	}
	.scroll_menu.desktop_hide {
		display: flex;
		margin-bottom: 0rem;
	}
	.scroll_menu h3 {
		margin-top: 0rem;
	}
	.hero h1 {
		font-weight: 400;
		font-size: 1.75rem;
		line-height: 2.25rem;
		margin: 0rem;
	}
	.article_menu {
		gap: 0.75rem;
	}
	.article_menu a {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.scroll_menu h3 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.hero h1 img {
		max-height: 3.75rem;
		left: -1rem;
		bottom: -1.625rem;
		margin-right: -1.9375rem;
		margin-top: -2rem;
	}
	.hero_person {
		max-width: 21.5625rem;
		right: 1.5625rem;
	}
	/* request */
	.request_hero {
		min-height: auto;
		height: auto;
		padding: 1.5rem 1rem 0rem;
		background-image: var(--request-hero-background-mobile, url('images/request/background_mobile.jpg'));
		background-position: right bottom;
		background-size: cover;
	}
	.request_hero_content {
		width: 100%;
		max-width: none;
	}
	.request_hero_title {
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.request_hero_title img {
		top: -0.5rem;
		left: -1rem;
		width: 8.25rem;
	}
	.request_hero_title_line_first {
		padding-left: 6.8125rem;
	}
	.request_hero_person_mobile {
		display: block;
		width: calc(100% + 2rem);
		height: auto;
		margin: 0rem -1rem 0rem;
	}
	.request_form_section {
		padding: 2rem 1rem;
	}
	.request_form_shell {
		width: 100%;
		max-width: none;
	}
	.request_thank_you {
		padding: 2rem 0rem 3rem;
	}
	.request_thank_you_title {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.request_thank_you_text {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.request_form {
		row-gap: 1rem;
	}
	.request_form_row,
	.request_form_group {
		row-gap: 1rem;
	}
	.request_form_row_two,
	.request_form_group_two {
		--request-form-columns: 1;
	}
	.request_field_input,
	.request_field input[type='text'],
	.request_field input[type='email'],
	.request_field input[type='password'],
	.request_field input[type='tel'],
	.request_field input[type='url'],
	.request_field input[type='search'],
	.request_field input[type='number'] {
		height: auto;
		min-height: 0rem;
		padding: 0.5rem 1rem;
	}
	.request_radio_tile,
	.request_checkbox_tile {
		height: auto;
		min-height: 0rem;
		padding: 0.5rem 1rem;
	}
	.request_radio_grid {
		grid-template-columns: minmax(0rem, 1fr);
	}
	.request_checkbox_grid {
		grid-template-columns: minmax(0rem, 1fr);
	}
	.request_date_layout {
		grid-template-columns: minmax(0rem, 1fr);
	}
	.request_calendar {
		min-height: auto;
		padding: 1rem;
	}
	.request_time_grid {
		grid-template-columns: repeat(2, minmax(0rem, 1fr));
	}
	.request_form_privacy {
		width: 100%;
		white-space: normal;
	}
	/* products */
	.products {
		padding: 1rem;
	}
	.products_block {
		padding: 1rem 0rem;
	}
	.products_list_item_background {
		height: 19.4375rem;
		margin-bottom: 0.5rem;
	}
	.products_list_rectangle .products_list_item_background {
		height: 19.375rem;
	}
	.products_list {
		gap: 0.5rem;
		margin: 1rem 0rem 0rem;
		flex-direction: column;
	}
	.products_list_item {
		padding: 1rem;
		width: 100%;
	}
	.products_block h2 {
		font-weight: 400;
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
	.products_list_item h3 {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
		margin-bottom: 0.5rem;
	}
	.products_list_item p {
		font-weight: 300;
		font-size: 0.875rem;
		line-height: 1.25rem;
		margin-top: -0.25rem;
		margin-bottom: 0.5rem;
	}
	/* banner */
	.banner {
		padding: 1.5rem 1.25rem 15.25rem 1.25rem;
	}
	.banner .button {
		margin-top: 1.5rem;
		width: 100%;
	}
	.banner h2 {
		font-weight: 400;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.banner p {
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	/* useful */
	.useful {
		padding: 2rem 1rem;
	}
	.useful_block h2 {
		font-weight: 400;
		font-size: 1.75rem;
		line-height: 2.25rem;
		margin-bottom: 1rem;
	}
	.useful_list {
		gap: 1rem;
	}
	.useful_list_item {
		width: 100%;
		padding: 1rem;
	}
	.useful_list_item h3 {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.useful_list_item p {
		font-weight: 300;
		font-size: 0.875rem;
		line-height: 1.25rem;
		margin-top: -0.25rem;
		margin-bottom: 0.5rem;
	}
	/* info */
	.info {
		flex-direction: column;
		border-bottom: 0rem;
	}
	.info_line {
		padding: 0.8125rem 0rem;
		gap: 1rem;
	}
	.info_line span {
		width: 0.1875rem;
		height: 0.1875rem;
	}
	.info_line img {
		width: 4.8125rem;
	}
	.info_line.animation {
		animation: line_animation_info_mobile 5s linear 0s infinite;
	}
	@keyframes line_animation_info_mobile {
		0% {
			transform: translateX(0rem);
		}
		100% {
			transform: translateX(-14rem);
		}
	}
	.info .info_data_heading span {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.5rem;
		width: 100%;
		text-align: center;
	}
	.info .info_data_heading h2 {
		font-weight: 400;
		font-size: 2rem;
		line-height: 2.5rem;
		letter-spacing: 0.02em;
		text-align: center;
	}
	.info .info_data_social {
		padding: 1rem;
		justify-content: center;
	}
	.info .info_data_list {
		padding: 1rem;
	}
	.info .info_data_list li::before {
		margin-top: 0.125rem;
	}
	.info .info_data_social li {
		font-weight: 400;
		font-size: 1.75rem;
		line-height: 2.25rem;
		letter-spacing: 0.02em;
	}
	.info .info_data_list li p {
		font-weight: 300;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.info .info_data_quote p {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.info .info_data {
		width: 100%;
		border-right: 0rem	;
	}
	.info .info_data_heading {
		padding: 1rem 1rem 0.5rem 1rem;
	}
	.info_image {
		margin: 0rem 1rem 1rem 1rem;
		height: 22.125rem;
		padding: 0rem;
	}
	.info .info_data_quote {
		gap: 0.75rem;
		padding: 1rem;
	}
	.info .info_data_quote img {
		width: 2.3125rem;
	}
	.info .info_data_quote {
		align-items: flex-start;
	}
	/* info white */
	.info.white .info_data_heading span {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.5rem;
		letter-spacing: 0.01em;
	}
	.info.white .info_data_heading h2 {
		font-weight: 400;
		font-size: 2rem;
		line-height: 2.5rem;
		letter-spacing: 0.02em;
	}
	.info.white .info_data_list li p {
		font-weight: 300;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.info.white .info_data_quote p {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.info.white .info_data {
		width: 100%;
	}
	.info.white .info_data_heading {
		padding: 1rem;
		padding-bottom: 0rem;
	}
	.info.white .info_data_list {
		margin-left: 1rem;
		margin-right: 1rem;
		padding: 1rem 0rem 1rem 0rem;
	}
	.info.white .info_image {
		margin: 0rem;
		height: 20rem;
	}
	.info.white .info_image > div img {
		width: 100%;
		bottom: -2.5rem;
		right: auto;
		top: auto;
		left: 0rem;
	}
	/* post */
	.post_content_container h2 {
		margin-top: 0em;
		margin-bottom: 0em;
	}
	.post_content_container h3 {
		margin-top: 0em;
		margin-bottom: 0em;
	}
	.post_content_container h4 {
		margin-top: 0em;
		margin-bottom: 0em;
	}
	.post_content_container h5 {
		margin-top: 0em;
		margin-bottom: 0em;
	}
	.post_content_container h6 {
		margin-top: 0em;
		margin-bottom: 0em;
	}
	.post_content_container * {
		font-family: 'Manrope';
		font-style: normal;
		font-weight: 300;
		font-size: 0.9rem;
		line-height: 1.25rem;
	}
	.post {
		flex-direction: column;
		gap: 1.25rem;
		padding: 0rem;
	}
	body.single_has_mobile_scroll_share .post {
		padding-top: var(--single-mobile-scroll-share-height);
	}
	.post_content_container {
		font-weight: 300;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.post_content_container .filled {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.post_content_container .filled.red {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.post_content_container .quote {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.post_content_container .gallery.two .gallery_images a,
	.post_content_container .gallery.three .gallery_images a {
		width: calc(50% - 0.25rem);
	}
	.post_content_container .gallery .gallery_images a div:not(.caption) {
		height: 15rem;
	}
	.post_content_container .action {
		flex-direction: column;
		gap: 1.25rem;
		padding: 1.25rem;
	}
	.post_content_container .action_text {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
		text-align: center;
	}
	.post_content {
		width: 100%;
	}
	.post_content_data {
		padding: 1.5rem 1.25rem 1.25rem;
	}
	.post_heading_image {
		height: 14.5rem;
	}
	.post_content_data_heading {
		gap: 0.5rem;
	}
	.post_data {
		gap: 0.25rem;
	}
	.post_data span svg {
		width: 0.5rem;
		max-height: 0.5rem;
	}
	.post_tags li a {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.post_content h1 {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.post_data a,
	.post_data span {
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.post_divider {
		margin: 1.25rem 0rem;
	}
	.buttons_group .button {
		width: 100%;
	}
	.two_image {
		width: 100% !important;
	}
	.three_image {
		width: 100% !important;
	}
	.prev_next_post .button {
		font-size: 0rem;
		gap: 0rem;
		width: 2rem;
		padding: 0.5rem;
	}
	.show_mobile_menu {
		overflow: hidden;
	}
	.post_sidebar .scroll_menu {
		display: flex;
		position: fixed;
		bottom: 0rem;
		left: 0rem;
		width: 100%;
		z-index: 6;
		background-color: #F1EDE9;
		padding: 1.25rem;
		margin: 0rem;
		max-height: calc(90vh - 3.75rem);
		overflow-y: auto;
		transform: translateY(100%);
		opacity: 1;
		visibility: hidden;
		pointer-events: none;
		transition: transform 0.45s ease, visibility 0s linear 0.45s;
	}
	.show_mobile_menu .post_sidebar .scroll_menu {
		transform: translateY(0rem);
		visibility: visible;
		pointer-events: auto;
		transition: transform 0.45s ease;
	}
	.post_sidebar .overlay {
		background-color: #3B3124;
		opacity: 0;
		z-index: 5;
		position: fixed;
		top: 0rem;
		left: 0rem;
		width: 100vw;
		height: 100vh;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.35s ease, visibility 0s linear 0.35s;
	}
	.show_mobile_menu .post_sidebar .overlay {
		opacity: 0.3;
		visibility: visible;
		pointer-events: auto;
		transition: opacity 0.35s ease;
	}
	.show_mobile_menu .post_sidebar,
	.show_mobile_menu_closing .post_sidebar {
		z-index: 4;
	}
	.scroll_menu h3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.75rem;
		margin-bottom: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.scroll_menu h3 svg {
		width: 1.25rem;
		height: 1.25rem;
		flex-shrink: 0;
		display: block;
	}
	#show_content {
		display: flex;
		font-family: 'Tenor Sans';
		font-style: normal;
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
		color: #BD2612;
		text-decoration: none;
	}
	.single_mobile_scroll_and_share_container {
		position: fixed;
		top: 3.75rem;
		left: 0rem;
		width: 100%;
		min-height: var(--single-mobile-scroll-share-height);
		background-color: #F8F8F8;
		border-bottom: 0.0625rem solid #DFDFDF;
		padding: 8.5rem 1.25rem 0.5rem;
		z-index: 1;
		transition: top 0.35s ease;
		margin-top: -8rem;
	}
	header.header_mobile_hidden + .single_mobile_scroll_and_share_container {
		top: 0rem;
	}
	.single_mobile_scroll_and_share_container .scroll_and_share {
		flex-direction: row;
		align-items: center;
		gap: 0.75rem;
	}
	.single_mobile_scroll_and_share_container #show_content {
		flex-shrink: 0;
		white-space: nowrap;
	}
	.single_mobile_scroll_and_share_container .scroll_data {
		min-width: 0;
	}
	.single_mobile_scroll_and_share_container .top_scroll {
		align-items: center;
	}
	.single_mobile_scroll_and_share_container .read_data {
		width: auto;
	}
	.scroll_and_share .button.white {
		width: 2rem;
		height: 2rem;
		padding: 0.5rem;
	}
	.scroll_data {
		gap: 0.25rem
	}
	.read_data {
		font-size: 0.875rem;
		line-height: 1.25rem;
		letter-spacing: -0.02em;
	}
	.scroll_percent {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.5rem;
		letter-spacing: -0.02em;
	}
	.scroll_and_share .button.white svg {
		width: 1rem;
		height: 1rem;
	}
	.navigation_block {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		position: fixed;
		bottom: 0rem;
		left: 0rem;
		width: 100%;
		background-color: #F8F8F8;
		padding: 0.75rem 1.25rem 8.75rem 1.25rem;
		margin-bottom: -8rem;
	}
	.navigation_block.navigation_block_mobile_behavior {
		transform: translateY(0rem);
		transition: transform 0.35s ease;
		will-change: transform;
	}
	.navigation_block.navigation_block_mobile_hidden {
		transform: translateY(calc(100% + 0.0625rem));
		pointer-events: none;
	}
	.prev_next_post {
		margin-top: 0rem;
	}
	.prev_next_post .button:first-child:not(:disabled):hover svg {
		transform: rotate(-90deg) translateY(-0.25rem);
	}
	.prev_next_post .button:last-child:not(:disabled):hover svg {
		transform: rotate(90deg) translateY(-0.25rem);
	}
	/* blog */
	.blog {
		padding: 0rem 1rem 1rem;
	}
	.related_posts > h2 {
		font-family: 'Tenor Sans';
		font-style: normal;
		font-weight: 400;
		font-size: 1.75rem;
		line-height: 2.25rem;
		text-align: center;
		color: #393936;
		margin: 1.25rem 0rem 1rem;
	}
	.related_posts_list {
		flex-direction: column;
		gap: 0.75rem;
	}
	.related_posts_list .post_item {
		width: 100%;
	}
	.related_posts {
		width: calc(100% - 2.5rem);
		padding-bottom: 1.5rem;
	}
	/* post item */
	.post_item {
		padding: 1rem;
		width: 100%;
	}
	.post_item_tags li a {
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.post_item_content h2 {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.post_item_data span {
		font-weight: 400;
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.post_item_content {
		padding-top: 0.75rem;
	}
	.post_item_content .button.black {
		margin-top: 0.25rem;
	}
	.post_item .post_item_image {
		height: 13.75rem;
	}
	/* post item first */
	.first .post_item_image {
		width: 100%;
		height: 18.25rem;
	}
	.first .post_item_content {
		min-height: auto;
		padding: 1rem;
		border-left: 0rem;
		border-top: 0.0625rem solid #BD2612;
	}
	.post_item.first .button {
		margin-top: 0.25rem;
	}
	.post_item.first {
		flex-direction: column;
		margin: 0rem 0rem 0.75rem 0rem;
	}
	.first .post_item_tags li a {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.first .post_item_content h1 {
		font-weight: 400;
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.first .post_item_data span {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	/* sidebar */
	.post_sidebar_scroll,
	.post_sidebar {
		gap: 1.25rem;
	}
	.post_sidebar_scroll {
		height: auto;
	}
	/* blog banner */
	.blog_item_banner,
	.post_sidebar .blog_item_banner {
		min-height: 28.75rem;
		padding: 2.5rem 1.25rem;
		width: 100%;
	}
	.post_sidebar .blog_item_banner {
		margin: 0 1.25rem;
		width: calc(100% - 2.5rem);
	}
	.blog_item_banner h2 {
		font-weight: 400;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.blog_item_banner p {
		font-weight: 300;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	/* blog banner white */
	.white .blog_item_banner h2 {
		font-weight: 400;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	.white .blog_item_banner p {
		font-weight: 300;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	/* footer */
	footer {
		gap: 1rem;
		padding: 1rem 1rem;
	}
	.footer_data li {
		font-weight: 300;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.footer_data li a {
		font-weight: 400;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.footer_navigation ul {
		gap: 0.5rem;
	}
	.footer_navigation ul li {
		flex-shrink: 0;
		width: calc((100% - 0.5rem) / 2);
	}
	.footer_data ul {
		gap: 0.5rem;
		column-gap: 1rem;
	}
}
