/* = */
.staticnav_wrapper {
	position: fixed;
	right: 1.25rem;
	bottom: 6.25rem;
	z-index: 90;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.625rem;
}
.staticnav_item_box {
	height: 3.125rem;
	border-radius: 0.375rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 0 3px 1px #00000059;
}
.header_callorder_open_modal_link {
	text-decoration: none;
}
.staticnav_img_wrap {
	height: 3.125rem;
	width: 3.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.625rem;
}
.staticnav_img {
}
.staticnav_text {
	width: 8.125rem;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.3125rem;
	color: #ffffff;
}
/* = */
.form_agreement_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 0.625rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.workflow_seemore_box .form_agreement_box,
.workflow_seemore_box_form_in {
	max-width: 20.625rem;
}
.form_agreement_label {
	line-height: 1.625rem;
	color: #949494;
}
.form_agreement_inpt {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.form_agreement_inpt + label {
	position: relative;
	font-size: 0.875rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	height: 0.875rem;
	color: rgb(0, 0, 0);
}
.form_agreement_inpt + label::before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.625rem;
	width: 0.9375rem;
	height: 0.9375rem;
	border-width: 1px;
	border-style: solid;
	border-color: #18888c;
	box-shadow: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.form_agreement_inpt:checked + label::after {
	content: " ";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAyLjY4NDIxTDMuMjUgNUw3IDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: 0.625rem 0.625rem;
	background-position: center center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #18888c;
	font-size: 0.625rem;
	height: 0.9375rem;
	width: 0.9375rem;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.open_modal_agreement {
	cursor: pointer;
}
/* = */
.costbox_quest_item_form_inputs_box {
	display: flex;
	gap: 0.625rem;
	padding: 0px 0px 1.875rem 0px;
	flex: 1 1 21.25rem;

	/* max-width: 21.25rem; */
}
.costbox_quest_item_form_inputs_input {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.costbox_quest_item_form_inputs_input + label {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.125rem;
	width: 1.125rem;
	border: 2px solid rgb(2, 64, 85);
	margin-top: 2px;
	flex: 0 0 1.125rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.costbox_quest_item_form_inputs_input:checked + label::after {
	content: " ";
	background-color: rgb(2, 64, 85);
	height: 0.625rem;
	width: 0.625rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
/* ============================================= */
/* = */
.btn_hov {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #18888c;
	color: #ffffff;
	transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
}
.btn_hov:hover {
	background: #18888c;
}
/* = */
.scale_img {
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
}
.scale_img:hover {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
}

/* form */
.form_input_text {
	background: #ffffff;
	border: 1px solid #e5e9f1;
	border-radius: 0.375rem;
	font-size: 1rem;
	line-height: 1.25rem;
	color: #878787;
	padding: 1rem 1.875rem 1rem 1.875rem;
	margin-bottom: 0.625rem;
	max-width: 20.625rem;
	width: 100%;
}
.form_btn_submit {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #18888c;
	border-radius: 0.375rem;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
	padding: 1.25rem 1.25rem 1.25rem 1.25rem;
	width: auto;
	cursor: pointer;
}
/* ======================================= */
/* = */
.workflow_coopgift_step_title_li {
	background-color: #f7f8fa;
	border-radius: 0.375rem;
	max-width: 11.4375rem;
	width: 100%;
	height: 5.3125rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.3125rem;
	text-align: center;
	color: #205365;
	padding: 0.625rem;
	cursor: pointer;
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
	-webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.workflow_coopgift_step_title_li:hover {
	color: #18888c;
}
#workflow-coopgift-title-sync-carousel .current .workflow_coopgift_step_title_li,
.workflow_coopgift_step_active {
	background-color: #18888c;
	color: #ffffff !important;
}
/* === */
.workflow_questions_arrow_up {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/* === */
.header_burger_inf_item_status_img {
	animation: 1s blinkElem ease-out alternate infinite;
	-webkit-animation: 1s blinkElem ease-out alternate infinite;
}
@-webkit-keyframes blinkElem {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	100% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
	}
}
@keyframes blinkElem {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	100% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
	}
}
/* ======================================= */
.cont_1210 {
	max-width: 75.625rem;
	padding: 0 1.875rem;
	margin: auto;
}
/* = = */
.mini_loader_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mini_loader_img {
	height: 1.625rem;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
/* = = */
.page_wrapper {
	max-width: 120rem;
	margin: 0 auto;
	background-color: #ffffff;
	scroll-margin-top: 7.8125rem;
}
.page_main {
}
/* = */
.gratitude_wrapper {
	position: fixed;
	inset: 0 0 0 0;
	z-index: 200;
}
.gratitude_box {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	min-height: 50%;
	min-width: 50%;
	max-width: 40.625rem;
	max-height: 50rem;
	transform: translate(-50%, -50%);
	background-color: #f7f8fa;
	padding: 3.125rem;
	box-shadow: 0 0 2px 0px #000000;
	background-image: url("../img/001/Pattern.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	border-radius: 1.25rem;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
	-ms-border-radius: 1.25rem;
	-o-border-radius: 1.25rem;
}
.gratitude_title {
	text-align: center;
}
.gratitude_descrt {
	font-size: 1.125rem;
	line-height: 1.5625rem;
	text-align: center;
	margin: 1.875rem 0;
}
.gratitude_goback_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	line-height: 1.4375rem;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #18888c;
}
.gratitude_goback_btn {
	cursor: pointer;
}
/* = */
.outmodal_wrapper {
	z-index: 100;
}
.outmodal_bg {
}
.outmodal_inner {
	width: 53.125rem;
	position: fixed;
	top: 6.25rem;
	left: 50%;
	z-index: 160;
	display: flex;
	border-radius: 1.25rem;
	max-height: 34.375rem;
	padding: 2.5rem;
	box-shadow: 0 0 0.25rem 2px #00000033;
	background-color: #f7f8fa;
	transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	-moz-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
}
.outmodal_box {
	flex: 1 1 50%;
}
.outmodal_title {
	text-align: center;
	margin-bottom: 0.9375rem;
}
.outmodal_descrt {
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 0.9375rem;
}
.outmodal_img {
	background-image: url("../img/out_modal_img2.png");
	/* background-position: center; */
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 19.375rem;
	width: 100%;
}
.outmodal_form_wrap {
	background: #ffffff;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.5rem;
	gap: 0.625rem;
}
.outmodal_form_title {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.8125rem;
	text-align: center;
}
.outmodal_form_social_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.outmodal_form_social_item_wrap {
	height: 3.125rem;
	width: 4.375rem;
}
.outmodal_form_social_item_inpt {
	display: none;
}
.outmodal_form_social_item_label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	height: 3.125rem;
	color: #b4b9c8;
}
.outmodal_form_social_item_label_img {
	width: 1.3125rem;
	height: 1.3125rem;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.outmodal_form_social_item_label_text {
	font-size: 0.875rem;
}
.outmodal_form_social_item_inpt:checked ~ .outmodal_form_social_item_label_img {
	-webkit-filter: invert(54%) sepia(84%) saturate(412%) hue-rotate(88deg) brightness(84%) contrast(86%);
	filter: invert(54%) sepia(84%) saturate(412%) hue-rotate(88deg) brightness(84%) contrast(86%);
}
.outmodal_form_social_item_inpt:checked ~ .outmodal_form_social_item_label_text {
	color: #18888c;
}
/* = */
.page_header {
	position: relative;
	overflow: hidden;
	background-color: #f7f8fa;
	border-radius: 5rem;
}
.header_inner_overwrap {
	max-width: 75.625rem;
	margin: 0 auto;
	padding: 2rem 2rem 0rem 2rem;
}
.header_inner_one {
	background: url("../img/background/ornament_white.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: calc(100vw / 2 - 2.5rem) 0.625rem;
}
.header_inner2_bg1 {
	background: url("../img/background/ornament_white.png");
	border-radius: 0px 0px 5rem 5rem;
	background-repeat: no-repeat;
	background-position: 99% 160%;
	background-size: 31.25rem;
}
.header_inner2_bg2 {
	background: url("../img/background/ornament_white.png");
	border-radius: 0px 0px 5rem 5rem;
	background-repeat: no-repeat;
	background-position: 1.25rem 0;
	background-size: 31.25rem;
}
.header_inner_two {
}
.header_box {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: #f7f8fa;
	z-index: 50;
}
/* = */
.header_info_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f8fa;
}
.header_info {
	background: #7f1f1f; /* #369ec1; */
	line-height: 0.875rem;
	font-size: 1rem;
	display: flex;
	gap: 5px;
	align-items: center;
	text-align: center;
	color: #ffffff;
	padding: 7px 25px 7px 25px;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
}
.header_box_inner {
	max-width: 75.625rem;
	padding: 0.625rem 1.875rem;
	margin: 0 auto;
	justify-content: space-between;
	min-height: 5.625rem;
	font-weight: 500;
	line-height: 1.25rem;
	display: flex;
	align-items: center;
	gap: 1.25rem;
}
.header_logo_link {
	display: block;
	min-width: 7.5rem;
}
.header_logo_img {
}
.header_mail_wrap {
}
.header_bid_wrap {
	padding: 0.9375rem 0 0 0;
}
.header_worktime_wrap {
	padding: 0px 0 0 0;
}
.header_worktime_title {
}
.header_worktime_box {
}
.header_worktime_box_mail_link {
	display: none;
}
.header_worktime_sity {
}
.header_orderbtn_wrap {
	/* padding: 0.9375rem 0 0 0; */
}
.btn_green_border {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: center;
	color: #18888c;
	border: 1px solid #18888c;
	border-radius: 0.375rem;
	padding: 1.1875rem 1.75rem;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
.btn_green_border:hover {
	background-color: #18888c0f;
}
.header_burger {
	align-self: center;
	width: 2.5rem;
	height: 2.625rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	cursor: pointer;
}
.header_burger_line {
	background-color: #18888c;
	border-radius: 2rem;
	width: 2.5rem;
	height: 3px;
	transition: background-color 0.1s ease-in-out;
}
.header_burger:hover .header_burger_line {
	background-color: #8e99a4;
}
.header_content_wrap {
	display: flex;
	justify-content: center;
	position: relative;
}
.header_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header_content_title {
	color: #205365;
	max-width: 50rem;
	/* text-align: center; */
}
.header_content_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0rem;
	width: 100%;
}
.header_content_box_inner {
	max-width: 42rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 1.875rem;
}

.header_content_descrpt {
	max-width: 18.75rem;
	margin: 1.875rem 0;
}
.header_content_grid {
	margin: 2.5rem 0;
	display: grid;
	gap: 0.625rem;
	flex-wrap: wrap;
	max-width: 34.6875rem;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
.header_content_grid_item {
	display: flex;
	align-items: flex-start;
	gap: 0.9375rem;
	margin-bottom: 1.25rem;
}
.header_content_grid_item_icon {
	width: 1.875rem;
	height: 1.875rem;
}
.header_content_grid_item_title {
	margin-top: 0.3125rem;
	font-size: 1.125rem;
	line-height: 1.4375rem;
	min-width: 17.5rem;
	max-width: 21.875rem;
}
.header_content_btn {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: center;
	color: #ffffff;
	padding: 1.25rem 3.125rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #18888c;
	border-radius: 0.375rem;
}
.header_content_img {
}
.enum_icon_li {
	display: flex;
	align-items: flex-start;
	/* margin-bottom: 1.25rem; */
	gap: 1.25rem;
}
.enum_icon_li:last-child {
	margin-bottom: 0;
}
.enum_icon_li_icon {
}
.enum_icon_li_img {
	min-width: 1.875rem;
}
.enum_icon_li_text_box {
}
.enum_icon_li_title {
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 2rem;
}
.enum_icon_li_text {
	font-size: 1rem;
	line-height: 1.4375rem;
	padding-top: 0.5rem;
}
.page_dotask_wrap {
	max-width: 93.75rem;
	margin: 0 auto;
	border-radius: 5rem;
	overflow: hidden;
	scroll-margin-top: 7.8125rem;
	background: url("../img/background/ornament_big.png") #f7f8fa;
	background-repeat: no-repeat;
	background-position: 110% 115%;
	background-size: 34.375rem;
}
.page_dotask_wrap .page_dotask_grid_item_link:hover {
	color: #18888c;
}
.page_dotask {
	max-width: 75.625rem;
	margin: 0 auto;
	padding: min(6.25rem, 8vw) 1.875rem min(5rem, 5vw) 1.875rem;
}
.page_dotask_title {
	text-align: center;
	color: #205365;
	margin-bottom: 3.0625rem;
}
.page_dotask_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
	align-items: center;
	justify-content: center;
}
.page_dotask_grid_item {
	background: #ffffff;
	border-radius: 0.75rem;
	max-width: 22.5rem;
	width: 100%;
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	align-items: baseline;
	justify-content: space-between;
	align-self: stretch;
}
.page_dotask_grid_item_img_wrap {
	/* overflow: hidden; */
	border-radius: 0.3125rem;
	-webkit-border-radius: 0.3125rem;
	-moz-border-radius: 0.3125rem;
	-ms-border-radius: 0.3125rem;
	-o-border-radius: 0.3125rem;
	max-width: 20rem;
	max-height: 13.75rem;
}
.tt-30px {
	transform: translateY(-1.875rem);
}
.tt-20px {
	transform: translateY(-1.25rem);
}
.page_dotask_grid_item_img {
	/* background: #e3eaed; */
	border-radius: 0.375rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.page_dotask_grid_item_title {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.625rem;
}
.page_dotask_grid_item_link {
	font-weight: 500;
	cursor: pointer;
	line-height: 1.25rem;
	letter-spacing: 0.1em;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-transform: uppercase;
}
.page_dotask_question_wrap {
	padding-top: 6.25rem;
}
.page_dotask_question_wrapper {
}
.page_dotask_question_title {
	/* font-weight: 600; */
	color: #205365;
	margin-bottom: 0.625rem;
}
.page_dotask_question_text {
	max-width: 25rem;
}
.page_dotask_form_wrapper {
	margin-top: 2.625rem;
}
.page_dotask_form {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: space-between;
}
.page_dotask_form_inpt {
	max-width: 20.625rem;
	padding: 1rem;
	margin: 0;
}
.page_dotask_form_submit_wrap {
}
.page_dotask_form_submit {
	width: 20.625rem;
}
/* ========= */
.costbox_wrap {
	margin: min(7.5rem, 10vw) auto;
	max-width: 92.875rem;
	scroll-margin-top: 7.8125rem;
}
.costbox_title_wrap {
	max-width: 77.5rem;
	display: flex;
	justify-content: space-between;
	margin: 0px auto 1.25rem auto;
	padding: 0 1.875rem;
}
.costbox_title_text {
	/* font-weight: 600; */
	color: #205365;
	flex: 0 1 63%;
}
.costbox_title_descrpt {
	font-size: 1.125rem;
	line-height: 1.8125rem;

	flex: 0 1 33%;
}
.costbox_quest_wrapper {
	background: #f7f8fa;
	border-radius: 1.25rem;
	padding: 0 1.875rem;
	padding: min(6.25rem, 10vw) 2.5rem;
	max-width: 77.5rem;
	margin: auto;
}
.costbox_quest_item {
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
}
.costbox_quest_item_form {
	flex: 1 1 46.875rem;
	min-height: 31.25rem;
}
.costbox_quest_item_form_steps_wrap {
	display: flex;
	gap: 1.25rem;
	margin-bottom: 2.5rem;
	max-width: 46.875rem;
}
.costbox_quest_item_form_steps_title {
	min-width: 3.75rem;
	font-size: 0.875rem;
	font-weight: 600;
}
.costbox_quest_item_form_steps_bar {
	background: #eceff4;
	box-shadow: inset 0px 2px 0.375rem rgba(227, 227, 227, 0.32);
	border-radius: 1.9375rem;
	height: 1.5625rem;
	width: 100%;
}
.costbox_quest_item_form_steps_bar_field {
	height: 100%;
	width: 20%;
	background-image: url("../img/icons/loader_bg_lines.svg");
	background-color: #18888c;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	box-shadow: inset 0px 2px 0.375rem rgba(227, 227, 227, 0.32);
	border-radius: 1.9375rem;
	-webkit-border-radius: 1.9375rem;
	-moz-border-radius: 1.9375rem;
	-ms-border-radius: 1.9375rem;
	-o-border-radius: 1.9375rem;
	transition: width 0.2s ease-in-out;
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
}
.costbox_quest_item_form_steps_bar_field_in {
	/* background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #18888C; */
}
.costbox_quest_item_form_title {
	font-weight: 600;
	margin-bottom: 2.5rem;
}
.costbox_quest_item_form_inputs_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	/* gap: 1.25rem; */
	/* height: 16.25rem; */
	/* flex-direction: column; */
}
.costbox_quest_item_form_inputs_label {
	font-weight: 300;
	font-size: 1rem;
	line-height: 125%;
	letter-spacing: 0%;
}
.costbox_quest_item_form_changebox_wrap {
	min-height: 23.125rem;
}
.costbox_quest_item_form_changebox {
}
.costbox_quest_item_form_changebox_final {
}
.costbox_quest_item_form_changebox_final_box {
	display: flex;
	gap: 1.875rem;
}
.costbox_quest_item_form_inf_box {
}
.costbox_quest_item_form_descr {
	font-size: 1.25rem;
	line-height: 1.8125rem;
}
.costbox_quest_item_form_changebox_final_form {
	max-width: 24.1875rem;
	padding: 2.5rem;
	background: #ffffff;
	border-radius: 1.25rem;
	width: 100%;
	flex: 0 0 25rem;
	gap: 0.625rem;
	display: flex;
	flex-direction: column;
}
.costbox_quest_item_form_changebox_final_form_title {
	font-weight: 600;
	margin-bottom: 0.625rem;
}
.costbox_quest_item_form_changebox_final_form_inpt {
	margin-bottom: 0;
}
.costbox_quest_item_form_changebox_final_form_submit_wrap {
}
.costbox_quest_item_form_changebox_final_form_submit {
}
.costbox_quest_card {
	max-width: 24.375rem;
	background: #ffffff;
	border-radius: 1.25rem;
	height: 100%;
	padding: 2.8125rem 1.5625rem 2.8125rem 1.5625rem;
	flex: 0 0 23.125rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.9375rem;
}
/*  */
.costbox_quest_card_title {
	font-size: 1rem;
}
.costbox_quest_card_ul {
}
.costbox_quest_card_li {
	margin-top: 1.875rem;
	display: flex;
	align-items: center;
	gap: 0.625rem;
}
.costbox_quest_card_ico {
}
.costbox_quest_card_text {
	font-size: 1.125rem;
}
/*  */
.costbox_quest_btns_wrap {
	margin-top: 0.625rem;
	display: flex;
	gap: 1.875rem;
}
.costbox_quest_btn {
	height: 4.4375rem;
	width: 18.125rem;
	cursor: pointer;
}
.costbox_quest_btn_back {
	width: 9.4375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.costbox_foot_wrap {
	margin: min(7.5rem, 10vw) auto 0 auto;
	padding: 0 1.875rem 0 1.875rem;
	max-width: 75.625rem;
	scroll-margin-top: 7.8125rem;
}
.costbox_foot_title {
	color: #205365;
	padding: 0 0.625rem 0.6875rem 0px;
}
.costbox_foot_descrpt {
	margin-bottom: 2.5rem;
}
.costbox_foot_achiev_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.875rem;
}
.costbox_foot_achiev_item {
	padding: 1.5625rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 1.25rem;
	height: 10.5rem;
}
.costbox_foot_achiev_item_fill {
	max-width: 23.75rem;
	height: 100%;
}
.costbox_foot_achiev_item_title {
	display: flex;
	align-items: center;
	justify-content: center;
}
.costbox_foot_achiev_item_text100 {
	font-weight: 300;
	font-size: 6.25rem;
	line-height: 9rem;
}
.costbox_foot_achiev_item_text46 {
	font-size: 2.875rem;
	line-height: 4.125rem;
}
.costbox_foot_achiev_item_descrpt {
	font-size: 1rem;
	line-height: 1.4375rem;
	font-weight: 400;
	text-align: center;
}
.equip_wrapper {
	background: #f7f8fa;
	border-radius: 0px;
	padding-top: 4.375rem;
	padding-bottom: 3.125rem;
	padding: min(6.25rem, 8vw) 0px;
}
.equip_wrap {
	max-width: 75rem;
	padding: 0 1.25rem;
	margin: 0 auto;
}
.equip_title {
	color: #205365;
}
.equip_title_sub {
}
.equip_carousel_wrap {
	position: relative;
	margin-top: 2.5rem;
	overflow: hidden;
	padding: 0 1.25rem;
}
.equip_carousel_control {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #18888c;
	border-radius: 0.375rem;
	height: 2.5rem;
	width: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 20;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.equip_carousel_arrow_left {
	position: absolute;
	top: calc(100% / 2 - 1.25rem);
	left: 0px;
}
.equip_carousel_arrow_right {
	position: absolute;
	top: calc(100% / 2 - 1.25rem);
	right: 0px;
}
.equip_carousel_box {
	margin: 0 auto;
	max-width: 69.375rem;
}
.equip_carousel_item {
	max-width: 22.1875rem;
}
.equip_carousel_item_img_wrap {
	/*width: 22.5rem;	*/
	/*height: 18.75rem;	*/
	background-color: #ffffff;
	border-radius: 1.25rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
	-ms-border-radius: 1.25rem;
	-o-border-radius: 1.25rem;
}
.equip_carousel_item_img {
	-o-object-fit: cover;
	object-fit: cover;
}
.equip_carousel_item_title {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.625rem;
	padding: 0 0.625rem;
	margin: 1.25rem 0 0.625rem 0;
}
.equip_carousel_item_descrpt {
	font-size: 1rem;
	line-height: 1.4375rem;
	padding: 0 0.625rem;
}
/* = = */
.workflow_wrapper {
	margin-top: min(7.5rem, 10vw);
}
.workflow_material_box {
	padding: 0;
	margin: auto;
	overflow: hidden;
}
.workflow_material_title_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.875rem;
}
.workflow_material_title {
	color: #205365;
	flex: 1 1 60%;
}
.workflow_material_sub {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 40%;
	gap: 1.25rem;
}
.workflow_material_sub_ico {
	align-self: baseline;
}
.workflow_material_sub_text {
	font-size: 1.25rem;
	line-height: 1.8125rem;
}
.workflow_material_tape_wrap {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	flex-wrap: wrap;
}
.workflow_material_tape_wrap .swiper-wrapper {
	transition-timing-function: linear;
}
.workflow_material_tape_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(20.75rem, 55vw) !important;
}
.workflow_tape_item_img {
	opacity: 0.5;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.workflow_tape_item_img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	opacity: 1;
}

.workflow_showroom_box {
	margin-top: min(7.5rem, 10vw);
	margin-bottom: min(7.5rem, 10vw);
}
.workflow_showroom_title {
	color: #205365;
	/* max-width: 40.625rem; */
	margin-bottom: 1.25rem;
	font-weight: 500;
}
.workflow_showroom_descrpt {
	display: flex;
}
.workflow_showroom_descrpt_item_icon {
	max-height: 1.875rem;
}
.workflow_showroom_descrpt_item_text {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
.workflow_showroom_excursion_wrap {
	margin-top: 1.25rem;
	display: flex;
	align-items: center;
	gap: 3.125rem;
	justify-content: space-between;
}
.workflow_showroom_excursion_img_wrap {
	position: relative;
	min-height: 41.875rem;
	flex: 1 1 100%;
	max-width: 41.875rem;
}
.workflow_showroom_excursion_img {
}
.workflow_showroom_excursion_img1 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.workflow_showroom_excursion_form_box {
	-webkit-filter: drop-shadow(0px 0.875rem 4.375rem #ededed);
	filter: drop-shadow(0px 0.875rem 4.375rem #ededed);
	background: #ffffff;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	padding: 2.1875rem 1.5625rem;
	max-width: 26.25rem;
}
.workflow_showroom_excursion_form {
}
.workflow_showroom_excursion_form_title {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.8125rem;
	text-align: center;
	margin: 0.9375rem 0;
}
.workflow_showroom_excursion_form_input {
	width: 100%;
	max-width: 100%;
}
.workflow_showroom_excursion_form_submit {
	width: 100%;
}
.workflow_garant_wrapper {
	margin-top: min(6.25rem, 10vw);
	margin-bottom: min(7.5rem, 10vw);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 0;
}
.workflow_garant_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.25rem;
	padding-top: 1.875rem;
	flex: 1 1 50%;
}
.workflow_garant_title {
	color: #205365;
}
.enum_icon_ul {
	margin-top: 0px;
	max-width: 39.875rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 100%;
	gap: 3.75rem;
}
.workflow_garant_img_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 50%;
}
.workflow_garant_img {
	/* max-height: 34.375rem; */
}
.workflow_settlement_wrapper {
	max-width: 85rem;
	margin: 0px auto;
	background: #f7f8fa;
	border-radius: 1.25rem;
	display: flex;
	justify-content: space-between;
	padding: 2.5rem 2.5rem 2.5rem 6.25rem;
	overflow: hidden;
	display: flex;
	gap: 0.9375rem;
}
.workflow_settlement_title_wrap {
	/* max-width: 25.625rem; */
	flex: 0 0 24.375rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3.125rem;
}
.workflow_settlement_title {
	color: #205365;
}
.workflow_settlement_descrpt {
	margin: 0;
}
.workflow_settlement_info_wrap {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}
.workflow_settlement_info_icon {
}
.workflow_settlement_info {
	font-size: 1.25rem;
}
.workflow_settlement_form_wrap {
	padding: 2.5rem;
	background: #ffffff;
	border-radius: 1.25rem;
	flex: 0 0 24.375rem;
}
.workflow_settlement_form {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}
.workflow_settlement_form input {
	margin-bottom: 0;
}
.workflow_settlement_form_title {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.8125rem;
}
.form_inpt_file {
	display: none;
}
.form_inpt_file_label {
	border: 1px solid #18888c;
	border-radius: 0.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	padding: 0.6875rem 1.25rem;
	width: 100%;
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
}
.form_inpt_file_label:hover {
	background-color: #18888c0f;
}
.form_inpt_file_label_icon {
}
.form_inpt_file_label_title {
	font-size: 1rem;
	line-height: 1.25rem;
	color: #18888c;
}
.workflow_settlement_img {
	flex: 1 1 auto;
}
.workflow_settlement_img_i {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.workflow_payplan_wrapper {
	margin-top: min(5rem, 8vw);
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-right: 0;
	position: relative;
	background: url("../img/background/pattern.svg");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
.workflow_payplan_wrap {
	padding-top: 1.25rem;
	display: flex;
	background: url("../img/010/wallet.png");
	background-position: 95% 92%;
	background-size: contain;
	background-repeat: no-repeat;
}
.workflow_payplan_title {
	color: #205365;
	max-width: 43.75rem;
	margin-bottom: 1.25rem;
}
.workflow_payplan_box {
	max-width: 26.875rem;
}
.workflow_payplan_ul {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.workflow_payplan_li {
	/* margin-bottom: 2.5rem; */
}
.workflow_payplan_li_title_wrap {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin-bottom: 0.625rem;
}
.workflow_payplan_li_title {
	font-weight: 600;
}
.workflow_payplan_li_title_inf {
}
.workflow_payplan_li_title_inf_img {
}
.workflow_payplan_li_title_inf_text {
}
.workflow_payplan_li_text {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
.workflow_payplan_btn {
}
/* = */
.workflow_discuss_user {
	position: relative;
	min-height: 100%;
	align-self: flex-end;
	margin: 0px 1px 0 0;
}
.workflow_discuss_user_14 {
	flex: 1 1 auto;
}
.workflow_discuss_user_img_14 {
	min-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transform: translateX(-3.125rem) scale(1.4);
}
.workflow_discuss_user_img {
	min-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.workflow_seemore_wrapper {
	max-width: 112.5rem;
	margin: auto;
	background: #f7f8fa;
	margin-top: min(6.25rem, 10vw);
}
.workflow_seemore_wrap {
	display: flex;
	align-items: end;
	justify-content: space-between;
	max-width: 77.5rem;
	padding-bottom: min(5rem, 6vw);
	padding-top: min(5rem, 6vw);
}
.workflow_seemore_box {
	flex: 1 1 50%;
}
.workflow_seemore_img_box {
	flex: 1 1 50%;
}
.workflow_seemore_user_inf_box {
	bottom: 1.25rem;
	left: 3.75rem;
}
.workflow_seemore_box_img {
}
.workflow_seemore_box_form {
	width: 100%;
}
.workflow_seemore_box_form_wdh {
}
.workflow_seemore_title {
}
.workflow_seemore1_title {
	font-weight: 500;
}
.workflow_seemore_descr {
	color: #205365;
	margin: 0.9375rem 0;
}
.workflow_seemore_sub {
	font-size: 1.25rem;
	line-height: 1.8125rem;
	margin-bottom: 0.9375rem;
}
.workflow_seemore1_block {
	background-color: #f7f8fa;
}
.workflow_seemore1_wrapper {
	margin: auto;
	margin-top: min(6.25rem, 10vw);
	position: relative;
}
.workflow_seemore1_wrap {
	padding: 0px 1.875rem 0px 1.875rem;
	display: flex;
	align-items: center;
	gap: 1.25rem;
	justify-content: space-between;
	/* max-width: 88.75rem; */
}
.workflow_seemore1_gifts_wrap {
	width: 100%;
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem;
}
.workflow_seemore1_gift {
}
.workflow_seemore1_gift[src="./img/011/Astana_Motors.png"] {
	background-color: white;
	border-radius: 20px;
}
.workflow_seemore1_box {
	padding-bottom: min(3.125rem, 10vw);
	padding-top: min(6.25rem, 10vw);
	max-width: 25.625rem;
}
.workflow_seemore1_box_form {
	max-width: 20.625rem;
}
/* = */
.workflow_prodcontrol_wrapper {
	/* background: #f7f8fa; */
}
.workflow_prodcontrol_wrap {
	padding-top: min(6.25rem, 10vw);
	padding-bottom: 3.125rem;
}
.workflow_prodcontrol_title {
	text-align: center;
	max-width: 43.75rem;
	margin: auto;
}
.workflow_prodcontrol_step_arrow_wrap {
	width: 1.875rem;
	height: 21.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.workflow_prodcontrol_steps {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}
.workflow_prodcontrol_step {
	width: 21.875rem;
}
.workflow_prodcontrol_step_img {
	width: 22.5rem;
	-o-object-fit: contain;
	object-fit: contain;
	background: #d9d9d9;
	border-radius: 1.25rem;
}
.workflow_prodcontrol_step_title {
	font-weight: 600;
	margin: 1.25rem 0 0.625rem 0;
}
.workflow_prodcontrol_step_text {
	font-weight: 400;
	font-size: 1rem;
}
.workflow_prodcontrol_step_arrow {
	height: 1.875rem;
	width: 1.875rem;
}
.workflow_exp_wrapper {
	margin-top: min(7.5rem, 10vw);
	scroll-margin-top: 7.8125rem;
}
.workflow_exp_box {
}
.workflow_exp_title {
	text-align: center;
	color: #205365;
}
.workflow_exp_subtitle {
	text-align: center;
	margin: 1.25rem 0;
}
.workflow_exp_progress {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12.5rem;
}
.workflow_exp_carusel {
	position: relative;
	padding: 0 3.75rem;
}
.workflow_exp_ul {
}
.workflow_exp_li {
	border: 0.625rem solid #efefef;
	background-color: #ffffff;
	border-radius: 1.25rem;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
	-ms-border-radius: 1.25rem;
	-o-border-radius: 1.25rem;
	overflow: hidden;
}
.workflow_exp_li_img {
	height: 100%;
	width: 100%;
}
.workflow_discuss_wrapper {
	/* background: #f7f8fa; */
	padding: min(3.75rem, 2vw) 0 0 0;
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	margin-top: min(7.5rem, 10vw);
}
.workflow_discuss_wrap {
	display: flex;
	justify-content: space-between;
	padding-right: 0;
	position: relative;
}
.workflow_discuss_box {
	flex: 0 0 40.625rem;
	padding: 0 0 5rem 0;
}
.workflow_discuss_box_14 {
	flex: 0 0 45rem;
	padding: 0 0 5rem 0;
}
.workflow_discuss_title {
	color: #205365;
}
.workflow_discuss_sub {
	margin: 0.625rem 0 1.25rem 0;
}
.workflow_discuss_ul {
	max-width: 36.25rem;
	font-size: 1.125rem;
	line-height: 1.625rem;
	padding-bottom: 1.25rem;
}
.workflow_discuss_li {
	display: flex;
	gap: 0.9375rem;
	margin-top: 1.25rem;
}
.workflow_discuss_li_img {
	align-self: baseline;
	width: 2rem;
}
.workflow_discuss_li_text {
}
.workflow_seemore_talkbtn {
}
/* = */
.workflow_expusers_wrapper {
	scroll-margin-top: 7.8125rem;
}
.workflow_expusers_wrap {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: min(7.5rem, 10vw);
	margin-bottom: min(7.5rem, 10vw);
}
.workflow_expusers_title {
	text-align: center;
	color: #205365;
	margin: 0 auto;
	margin-bottom: 2.5rem;
	scroll-margin-top: 7.8125rem;
}
.workflow_expusers_count_ul {
	margin-top: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5rem;
	flex-wrap: wrap;
	margin-bottom: min(6.25rem, 10vw);
}
.workflow_expusers_count_li {
	flex: 0 1 20rem;
}
.workflow_expusers_count_li_num {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 6.25rem;
	line-height: 9rem;
	text-align: center;
	color: #18888c;
}
.workflow_expusers_count_li_text {
	font-size: 1.125rem;
	line-height: 1.625rem;
	text-align: center;
}
.workflow_expusers_users_ul {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
	margin-bottom: min(6.25rem, 10vw);
}
.workflow_expusers_users_li {
	font-size: 1.125rem;
	line-height: 1.625rem;
	flex: 0 1 17.1875rem;
	min-width: 12.5rem;
}
.workflow_expusers_user_photo {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 1.25rem;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
	-ms-border-radius: 1.25rem;
	-o-border-radius: 1.25rem;
}
.workflow_expusers_user_title {
	margin: 1.25rem 0 0.625rem 0;
}
.workflow_expusers_user_text {
}
.workflow_expusers_sub {
	text-align: center;
}
.equip_carousel_control_arrow {
}
.form_title {
	font-size: 1.375rem;
	line-height: 2rem;
	text-align: center;

	margin-bottom: 1.875rem;
}
.workflow_coopgift_wrapper {
	scroll-margin-top: 7.8125rem;
}
.workflow_coopgift_wrap {
	margin-top: min(7.5rem, 10vw);
	margin-bottom: min(7.5rem, 10vw);
	font-size: 1.125rem;
	color: #205365;
}
.workflow_coopgift_title {
	font-weight: 300;
	text-align: center;
	color: #205365;
	margin-bottom: 1.25rem;
}
.workflow_coopgift_sub {
	text-align: center;
}
.workflow_coopgift_step_title_ul {
	margin: 1.875rem 0;
}
.workflow_coopgift_step_ul {
}
.workflow_coopgift_step_li {
	display: flex;
	gap: 2.5rem;
}
.workflow_coopgift_step_img {
	border-radius: 1.25rem;
	width: 50%;
}
.workflow_coopgift_step_dscrpt_box {
	width: 50%;
}
.workflow_coopgift_step_dscrpt_title {
	margin-bottom: 1.25rem;
}
.workflow_coopgift_step_dscrpt_text {
	font-size: 1.125rem;
	line-height: 1.625rem;

	margin-bottom: 1.25rem;
}
.workflow_seemore_form_submit {
	max-width: 20.625rem;
}
.workflow_questions_wrapper {
	scroll-margin-top: 7.8125rem;
}
.workflow_questions_wrap {
	max-width: 72.5rem;
	margin: min(7.5rem, 10vw) auto 0 auto;
}
.workflow_questions_title {
	text-align: center;
	color: #205365;
	margin-bottom: 1.875rem;
}
.workflow_questions_box {
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
}
.workflow_questions_ul {
	flex: 1 1 35.625rem;
}
.workflow_questions_li {
	background-color: #f7f8fa;
	border-radius: 0.375rem;
	margin-bottom: 0.9375rem;
	position: relative;
	min-height: 4.125rem;
}
.workflow_questions_li:last-child {
	margin-bottom: 0;
}
.workflow_questions_arrow_wrap {
	width: 2.0625rem;
	height: 2.0625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 1.25rem;
	top: 1rem;
}
.workflow_questions_arrow {
}
.workflow_questions_item {
	padding: 1.25rem 4.375rem 1.25rem 1.875rem;
	cursor: pointer;
}
.workflow_questions_item:hover .workflow_questions_item_title {
	transform: scale(1.015);
	-webkit-transform: scale(1.015);
	-moz-transform: scale(1.015);
	-ms-transform: scale(1.015);
	-o-transform: scale(1.015);
}
.workflow_questions_arrow_wrap,
.workflow_questions_item_title {
	transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
}
.workflow_questions_item_title {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 1.625rem;
	color: #205365;
}
.workflow_questions_item_text {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.625rem;
	padding: 1.875rem;
	background-color: #f7f8fa;
	border-top: 1px solid #e5e5e5;
}
.workflow_questions_item_text_box {
}
.workflow_questions_user_inf_box {
}
.workflow_questions_user_inf_name {
}
.workflow_questions_user_inf_text {
}
.workflow_morequest_wrapper {
	margin-top: min(7.5rem, 10vw);
}
.workflow_morequest_wrap {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #f7f8fa;
	border-radius: 1.25rem;
	background-image: url("../img/background/ornament_big.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;
}
.workflow_morequest_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6.25rem;
}
.workflow_morequest_boxitem {
	max-width: 25rem;
}
.workflow_morequest_title {
	font-weight: 600;
	color: #205365;
}
.workflow_morequest_text {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
.workflow_morequest_form {
	max-width: 20.625rem;
}
.workflow_morequest_form_submit {
}
.indiv_present_wrapper {
	margin-top: min(7.5rem, 10vw);
	background-color: #f7f8fa;
	background-image: url("../img/016/gerb.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;
}
.indiv_present_wrap {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.indiv_present_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6.25rem;
	width: 100%;
}
.indiv_present_boxitem {
	max-width: 37.5rem;
}
.indiv_present_title {
	font-weight: 600;
	color: #205365;
}
.indiv_present_sub {
	margin: 0.625rem 0;
}
.indiv_present_text {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	line-height: 1.625rem;
}
.indiv_present_form {
	max-width: 23.75rem;
	border-radius: 1.25rem;
	background: #ffffff;
	padding: 1.875rem;
}
.indiv_present_form_title {
	/* font-family: Geologica Roman; */
	font-weight: 400;
	font-size: 1.375rem;
	line-height: 130%;
	letter-spacing: 0%;
	margin-bottom: 1.25rem;
}
.indiv_present_form_submit {
}
.page_footer_wrapper {
	margin: min(7.5rem, 10vw) 0 min(3.125rem, 10vw) 0;
	scroll-margin-top: 7.8125rem;
}
.page_footer_block {
	background: #f7f8fa;
}
.page_footer_wrap {
	display: flex;
	gap: 2.5rem;
	padding: 0 0.625rem;
}
.page_footer_map_wrap {
	flex: 1 1 50%;
}
.page_footer_map {
	border-radius: 1.25rem;
	overflow: hidden;
	width: 30rem;
	width: 100%;
	position: relative;
}
.page_footer_cont {
	font-size: 1.125rem;
	line-height: 1.625rem;
	flex: 1 1 50%;
}
.page_footer_cont_title {
	font-weight: 600;
	color: #205365;
	margin-bottom: 2.5rem;
}
.page_footer_cont_btn {
	background-color: #f7f8fa;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.3125rem;
	text-align: center;
	border-radius: 0.375rem;
	min-height: 4.4375rem;
	padding: 1.25rem 2.1875rem;
	flex: 1 1 50%;
}
.page_footer_cont_address {
	margin-top: 1.25rem;
	min-height: 6.25rem;
}
.page_footer_cont_item {
	margin: 1.25rem 0;
}
.page_footer_cont_address_sub_title {
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 140%;
	letter-spacing: 0%;
	color: #689595;
}
.page_footer_cont_address_title {
	margin-top: 1.25rem;
	font-weight: 600;
}
.page_footer_cont_address_text {
	margin-top: 0.375rem;
}
.page_footer_cont_address_box {
}
.page_footer_cont_address_links {
	display: flex;
	gap: 1.25rem;
}
.page_footer_cont_address_link {
	/* display: block; */
}
.page_footer_base {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 5.625rem;
	gap: 1.875rem;
	font-family: Jost;
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}
.page_footer_base_logo {
}
.page_footer_base_copy {
	font-size: 1rem;
	line-height: 1.4375rem;
}
/*  */
.header_rating_wrap {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: 0.9375rem 0 0 0;
}
.header_rating_count {
	font-weight: 300;
	font-size: 1.75rem;
	line-height: 2.5rem;
	color: #bda35b;
	border: 1px solid #bda35b;
	border-radius: 0.375rem;
	width: 3.75rem;
	height: 3.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_rating_box {
	color: #155858;
	font-size: 1rem;
	line-height: 120%;
}
.header_rating_stars {
	display: inline-flex;
	padding: 0 0 0 0.3125rem;
}
.header_rating_star {
	height: 0.625rem;
	width: 0.625rem;
}
/*  */
/* BURGER MENU */
.header_burger_wrapper {
	position: fixed;
	top: 4.375rem;
	right: calc(100% / 2 - 27.8125rem);
	padding: 1.25rem;
	width: 28.125rem;
	z-index: 95;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 1.25rem;
}
.header_burger_wrap {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 3.125rem;
}
.header_burger_inf_wrap {
	display: flex;
	align-items: baseline;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.9375rem;
	flex: 1 0 10.625rem;
}
.header_burger_inf_item {
}
.header_burger_inf_item_status_img {
	height: 1.25rem;
}
.header_burger_nav_wrap {
	flex: 1 0 10.625rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.header_burger_nav {
	font-weight: 500;
	font-size: 1.125rem;
}
.header_burger_nav_link {
	cursor: pointer;
}
.header_burger_nav_link:hover {
	color: #18888c;
}
.modal_close_btn {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	cursor: pointer;
	opacity: 60;
	transition: transform 0.15s ease-in-out;
	-webkit-transition: transform 0.15s ease-in-out;
	-moz-transition: transform 0.15s ease-in-out;
	-ms-transition: transform 0.15s ease-in-out;
	-o-transition: transform 0.15s ease-in-out;
}
.modal_close_btn:hover {
	opacity: 100;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/* = */
.header_callorder_other_wrap {
}
.header_callorder_bg {
}
.header_callorder_wrapper {
	max-width: 56.25rem;
	width: 100%;
	min-height: 32.1875rem;
	z-index: 150;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/background/ornament_big.png") #f7f8fa;
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: right;
	border-radius: 1.25rem;
	padding: 2.1875rem;
	box-shadow: 0px 0px 0.3125rem 0px #00000094;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.header_callorder_form_wrap {
	max-width: 24.375rem;
	min-height: 27.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	background-color: #ffffff;
	padding: 2.1875rem 2.5rem;
	border-radius: 1.25rem;
	gap: 0.625rem;
}
.header_callorder_form {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 0.625rem;
}
.header_callorder_form_inpt {
	margin: 0;
}
.header_callorder_form_submit_wrap {
}
.header_callorder_form_submit {
}
/* ===================================================== */
/* MODS */
.t_gray {
	color: #8e99a4;
}
.t_green {
	color: #18888c;
}
.t_white {
	color: white;
}
.t_18_500 {
	font-weight: 500;
	font-size: 1.125rem;
}
.t_16_500 {
	font-weight: 500;
	font-size: 1rem;
}
.t_14_500 {
	font-weight: 500;
	font-size: 0.875rem;
}
.t_16_400 {
	font-weight: 400;
	font-size: 1rem;
}
.t_20_600 {
	font-weight: 600;
	font-size: 1.25rem;
	text-align: center;
}
.t20bold {
	font-weight: 600;
	font-size: 1.25rem;
}
.bg_green {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #18888c;
	box-shadow: inset 0px 0px 2rem rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
}
.fixed_bg {
	background-color: #0000006e;
	position: fixed;
	inset: 0 0 0 0;
	z-index: 99;
}
.h2_title {
	font-size: 2.3125rem;
	line-height: 2.75rem;
	word-break: keep-all;
}
.h2_sub_title {
	font-size: 1.625rem;
	line-height: 2.375rem;
	word-break: keep-all;
}
.h3_sub_title {
	font-size: 1.5rem;
	line-height: 2.1875rem;
}
.p1 {
	padding: 0.5rem;
}
.bg-gray {
	background-color: #f7f8fa;
}
.w-full {
	width: 100%;
}
/* ========== */
.workflow_exp_carusel .swiper-pagination {
	position: static;
	margin-top: 1.25rem;
}
.workflow_exp_carusel .swiper-pagination-bullet {
	height: 0.75rem;
	width: 0.75rem;
}
.workflow_exp_carusel .swiper-pagination-bullet-active {
	background: #18888c;
}
/* Карты */
.page_footer_map_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.1);
}
.page_footer_map_overlay::after {
	content: "Нажмите, чтобы управлять картой";
	background: rgba(255, 255, 255, 0.9);
	padding: 0.5rem 0.75rem;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	box-shadow: 0 2px 0.3125rem rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%);
	white-space: pre;
}
