@charset "utf-8";
/* CSS Document */

html {
  height:100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: fira_reg;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  all: unset;
  display: block;
  font: inherit;
  color: inherit;
  margin: 0;
}

.clear {
	clear: both;
}

*:focus {
  outline: none;
}

a {
	color: #000000;
	text-decoration: none;
}

html[lang="en"] .mainmenu > div > a,
html[lang="en"] .mainmenu_link,
html[lang="en"] .mainmenu_dropdown_title,
html[lang="en"] .mainmenu_dropdown_col .mainmenu_dropdown_title_link,
html[lang="en"] .slider_slogan,
html[lang="en"] .working_hours_label,
html[lang="en"] .working_hours_values,
html[lang="en"] .home_cat_item_title,
html[lang="en"] .home_ag_label,
html[lang="en"] .home_cond_item,
html[lang="en"] .home_contact_button,
html[lang="en"] .home_contact_label,
html[lang="en"] .footer_contact_label,
html[lang="en"] .slider_inner_slogan,
html[lang="en"] .slider_inner_slogan_2,
html[lang="en"] .inner_title,
html[lang="en"] .contact_main_label,
html[lang="en"] .contact_branch_title,
html[lang="en"] .about_subtitle,
html[lang="en"] .why_label,
html[lang="en"] .ind_slogan,
html[lang="en"] .photo_gallery_item_title,
html[lang="en"] .photo_gallery_item_labels,
html[lang="en"] .service_price_label,
html[lang="en"] .service_price_value,
html[lang="en"] .service_list_item span,
html[lang="en"] .search_result_item strong,
html[lang="en"] .db_error h1,
html[lang="en"] .mobile_menu_lang a,
html[lang="en"] .mobile_menu_nav > a,
html[lang="en"] .mobile_menu_nav_item,
html[lang="en"] .mobile_submenu a.mobile_submenu_heading,
html[lang="en"] .mobile_contact_label {
	text-transform: uppercase;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -400px;
	padding-bottom: 400px;
}

.my_container {
	width: 1200px;
	text-align: left;
}

.footer {
	min-height: 400px;
	background: #29446A;
	padding: 62px 0px 0px 0px;
}

.header {
	min-height: 112px;
	position: relative;
	z-index: 20;
}

.logo {
	min-height: 112px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header_top_wrapper {
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.search_area {
	width: 135px;
	height: 16px;
	border: 1px solid #B5B5B5;
	border-radius: 8px;
	font-family: fira_reg;
	margin: 0px;
	padding: 0px 5px;
}

.lang a {
	font-size: 17px;
	color: #23BCEC;
	text-decoration: none;
}

.mainmenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: fira_book_mt;
	font-size: 17px;
	color: #707070;
	margin: 0px 0px 0px 30px;
}

.mainmenu > div {
	padding-bottom: 32px;
}

.mainmenu a {
	color: #707070;
	text-decoration: none;
}

.mainmenu a:hover {
	color: #23BCEC;
}

.mainmenu_item {
	position: static;
}

.mainmenu_link {
	display: flex;
	align-items: center;
	gap: 6px;
}

.mainmenu_arrow {
	display: block;
	width: 9px;
	height: auto;
	transition: transform 0.2s ease;
}

.has_dropdown:hover .mainmenu_arrow {
	transform: rotate(180deg);
}

.mainmenu_dropdown {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	min-height: 330px;
	display: none;
	background: rgba(239, 250, 255, 0.86);
	border-top: 1px solid rgba(35, 188, 236, 0.35);
	box-shadow: 0px 8px 18px #00000014;
	z-index: 30;
}

.has_dropdown:hover .mainmenu_dropdown {
	display: block;
}

.mainmenu_dropdown_inner {
	min-height: 330px;
	display: grid;
	grid-template-columns: 360px 1fr;
}

.mainmenu_dropdown_spacer {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 2px solid rgba(35, 188, 236, 0.55);
	margin: 35px 0px 35px 0px;
}

.mainmenu_dropdown_logo {
	width: 122px;
	height: auto;
}

.mainmenu_dropdown_content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
	padding: 30px 24px 28px 28px;
}

.mainmenu_dropdown_col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0px;
}

.mainmenu_dropdown_col_wide {
	grid-column: auto;
}

.mainmenu_dropdown_title {
	font-family: fira_semibold_mt;
	font-size: 18px;
	line-height: 24px;
	color: #0046AC;
	padding: 0px 0px 8px 15px;
}

.mainmenu_dropdown_col .mainmenu_dropdown_title_link {
	display: block;
	width: auto;
	background: none;
	padding: 0px 0px 8px 15px;
	font-family: fira_semibold_mt;
	font-size: 18px;
	line-height: 24px;
	color: #0046AC;
	text-decoration: none;
}

.mainmenu_dropdown_col .mainmenu_dropdown_title_link:hover {
	color: #23BCEC;
	background: none;
}

.mainmenu_dropdown_title_gap {
	padding-top: 22px;
}

.mainmenu_dropdown_col a {
	display: block;
	width: 100%;
	background: none;
	padding: 0px 0px 0px 15px;
	font-family: fira_book;
	font-size: 15px;
	line-height: 27px;
	color: #5f5f5f;
}

.mainmenu_dropdown_col a:hover {
	color: #0046AC;
	background: url('../images/dropdown_menu_arrow.png') no-repeat left 9px;
}

.slider_wrapper {
	height: 558px;
}

.slider_wrapper .carousel-inner,
.slider_wrapper .carousel-item {
	height: 558px;
}

.slider_wrapper .carousel-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slider_wrapper .carousel-control-prev,
.slider_wrapper .carousel-control-next {
	width: 8%;
}

.slider_slogan {
	height: 558px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 46px;
	line-height: 56px;
	color: white;
	text-shadow: 0px 3px 6px #00000057;
	font-family: fira_semibold_mt;
}

.working_hours_wrapper {
	height: 55px;
	position: relative;
	z-index: 12;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 58px;
	background: white;
	padding: 0px 30px;
	margin: -27px 0px 40px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.working_hours_line {
	width: 65px;
	height: 1px;
	background: #0046AC;
}

.working_hours_label {
	font-family: fira_book_mt;
	font-size: 25px;
	line-height: 31px;
	color: #0046AC;
}

.working_hours_values {
	display: inline-flex;
	gap: 8px;
	font-family: fira_semibold_mt;
	font-size: 21px;
	line-height: 25px;
	color: #0046AC;
}

.home_cat_item_title {
	padding: 30px 0px 10px 0px;
	text-align: center;
	font-family: fira_semibold_mt;
	font-size: 32px;
	line-height: 40px;
	color: #0046AC;
}

.home_cat_item {
	display: block;
	text-decoration: none;
}

.home_cat_item:hover .home_cat_item_title {
	color: #23BCEC;
}

.home_cat_item_title a {
	color: #0046AC;
	text-decoration: none;
}

.home_cat_item_title a:hover {
	color: #23BCEC;
}

.home_cat_item_desc {
	color: #707070;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 0px 10px 50px 10px;
}

.home_ag_wrapper {
	min-height: 339px;
	background-color: rgba(0, 70, 172, 0.9);
	background-image: url('../images/home_ag_mask.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home_ag_photo_wrapper {
	min-height: 339px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.home_ag_photo {
	width: 290px;
	height: 290px;
	border-radius: 290px;
	border: white 4px solid;
}

.home_ag_text_wrapper {
	min-height: 339px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: white;
	padding: 20px 0px 20px 30px;
	font-size: 18px;
	line-height: 30px;
}

.home_ag_label {
	font-family: fira_semibold_mt;
	font-size: 22px;
	padding-bottom: 5px;
}

.home_cond_wrapper {
	min-height: 186px;
	background: #2DCCFE;
	margin: 4px 0px;
}

.home_cond_item {
	min-height: 186px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: fira_semibold_mt;
	font-size: 28px;
	line-height: 40px;
	color: white;
	text-shadow: 0px 3px 6px #00000029;
	padding: 0px 10%;
}

.home_cond_item_left {
	border-left: 4px solid white;
	border-right: 2px solid white;
}

.home_cond_item_middle {
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.home_cond_item_right {
	border-left: 2px solid white;
	border-right: 4px solid white;
}

.home_contact_wrapper {
	min-height: 600px;
	background: url('../images/contact_bg.png') no-repeat center / cover;
}

.home_contact_form {
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	scroll-margin-top: 24px;
}

.home_contact_form_inner {
	width: 100%;
	max-width: 372px;
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.home_contact_input,
.home_contact_textarea {
	width: 100%;
	border: 2px solid #5fc9ec;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0px 3px 8px #00000026 inset, 0px 2px 5px #0000001c;
	color: #777777;
	font-family: fira_reg;
	font-size: 16px;
	padding: 0px 18px;
}

.home_contact_input {
	height: 43px;
}

.home_contact_textarea {
	height: 120px;
	padding-top: 12px;
	resize: none;
}

.home_contact_input::placeholder,
.home_contact_textarea::placeholder {
	color: #9b9b9b;
	opacity: 1;
}

.home_contact_submit {
	width: 100%;
	height: 43px;
	border: 0px;
	border-radius: 5px;
	background: #27bce9;
	box-shadow: 0px 3px 7px #00000029;
	color: white;
	font-family: fira_semibold_mt;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
}

.home_contact_submit:hover {
	background: #1fb2df;
}

.home_contact_required_note {
	margin-top: -9px;
	color: #777777;
	font-family: fira_reg;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.home_contact_text_wrapper {
	min-height: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #0046AC;
	padding: 20px;
	font-size: 23px;
	line-height: 40px;
}

.home_contact_label {
	font-family: fira_semibold_mt;
	font-size: 44px;
	line-height: 40px;
	padding-bottom: 20px;
}

.footer_content {
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_info {
	min-height: 275px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.footer_info_text {
	color: #a6b2c1;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.footer_middle {
	min-height: 275px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-left: 1px solid #2681ad;
	border-right: 1px solid #2681ad;
	padding: 0px 20px;
}

.footer_menu_item_wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	font-size: 18px;
	color: white;
	margin: 0px 0px 20px 0px;
}

.footer_menu_item_wrapper a {
	color: white;	
	text-decoration: none;
}

.footer_social {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 10px;
}

.footer_contact {
	min-height: 275px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 40px;
	color: white;
	gap: 4px;
}

.footer_contact_label {
	font-family: fira_semibold_mt;
	font-size: 25px;
	padding-bottom: 10px;
}

.footer_contact_value {
	color: #b8c1ce;
}

.footer_copy {
	font-size: 12px;
	line-height: 16px;
	color: #bac2cf;
	padding: 30px 0px 0px 0px;
}

.slider_inner_wrapper {
	height: 298px;
}

.slider_inner_slogan {
	height: 298px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 46px;
	line-height: 56px;
	color: white;
	text-shadow: 0px 3px 6px #00000057;
	font-family: fira_semibold_mt;
}

.slider_inner_slogan_2 {
	font-size: 29px;
	line-height: 35px;
	font-family: fira_book_mt;
}

.inner_title {
	font-size: 26px;
	line-height: 40px;
	color: #0046AC;
	font-family: fira_semibold_mt;
	padding: 0px 0px 30px 0px;
}

.privacy_policy_page {
	padding: 55px 0px 70px;
}

.privacy_policy_page .my_container {
	margin: 0px auto;
}

.privacy_policy_title {
	margin: 0px;
}

.privacy_policy_content {
	width: 100%;
	color: #333333;
	font-family: fira_reg;
	font-size: 17px;
	line-height: 1.75;
}

.privacy_policy_content p {
	margin: 0px 0px 18px;
}

.privacy_policy_content ul,
.privacy_policy_content ol {
	margin-bottom: 18px;
}

.service_title_path a,
.service_title_separator {
	color: #0046AC;
	text-decoration: none;
}

.service_title_path a:hover {
	color: #23BCEC;
}

.contact_main_wrapper {
	height: 453px;
	display: grid;
	grid-template-columns: 390px 1fr;
	overflow: hidden;
	border: 5px solid white;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #00000075;
	margin: 10px 0px 70px 0px;
	background:
		linear-gradient(90deg, rgba(4, 37, 113, 0.9), rgba(14, 113, 209, 0.72)),
		url('../images/contact_mask.png') no-repeat left center / auto 100%;
}

.contact_main_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
	padding: 38px 35px;
}

.contact_info_panel {
	display: none;
}

.contact_info_panel.is_active {
	display: block;
}

.contact_main_logo {
	width: 299px;
	max-width: 100%;
	height: auto;
	margin-bottom: 42px;
}

.contact_main_label {
	font-family: fira_semibold_mt;
	font-size: 24px;
	line-height: 30px;
	text-shadow: 0px 3px 6px #00000057;
	margin-bottom: 25px;
}

.contact_info_rows {
	display: flex;
	flex-direction: column;
	gap: 17px;
	color: #d9eaf8;
	font-family: fira_book;
	font-size: 16px;
	line-height: 22px;
}

.contact_info_rows a {
	color: inherit;
	text-decoration: none;
}

.contact_info_rows a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.contact_branch_main_rows {
	color: #ffffff;
	font-size: 17px;
	line-height: 27px;
}

.contact_info_rows span,
.contact_branch_rows span {
	font-family: fira_semibold;
	color: inherit;
}

.contact_map {
	box-sizing: border-box;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 0px;
	background-clip: padding-box;
}

.contact_map_panel {
	display: none;
	width: 100%;
	height: 100%;
}

.contact_map_panel.is_active {
	display: block;
}

.contact_map_image {
	display: none;
}

.contact_branches_title {
	padding: 0px 0px 20px 20px;
}

.contact_branches_row {
	margin-bottom: 120px;
}

.contact_default_branch_col {
	display: none;
}

.contact_default_branch_col.is_visible {
	display: block;
}

.contact_branch_card {
	min-height: 345px;
	border: 5px solid white;
	border-radius: 10px;
	background: linear-gradient(344deg, #FFFFFF 0%, #F0F0F0 100%);
	box-shadow: inset 0px 3px 6px #00000040, 0px 0px 10px #00000045;
	padding: 30px 25px;
}

.contact_branch_trigger {
	cursor: pointer;
}

.contact_branch_trigger:focus-visible {
	outline: 2px solid #23BCEC;
	outline-offset: 3px;
}

.contact_branch_title {
	font-family: fira_semibold_mt;
	font-size: 27px;
	line-height: 34px;
	color: #0046AC;
	text-shadow: 0px 3px 6px #00000040;
	margin-bottom: 25px;
}

.contact_branch_rows {
	display: flex;
	flex-direction: column;
	gap: 15px;
	color: #333333;
	font-family: fira_book;
	font-size: 16px;
	line-height: 22px;
}

.contact_default_branch_card .contact_branch_rows {
	gap: 0px;
}

.contact_default_branch_card .contact_branch_rows span {
	font-family: inherit;
}

.about_subtitle {
	color: #000000;
	font-size: 28px;
	line-height: 40px;
	font-family: fira_semibold_mt;
	padding: 0px 0px 30px 0px;
}

.about_desc {
	color: #707070;
	font-size: 18px;
	line-height: 30px;
	padding: 0px 20px 30px 0px;
}

.about_pic {
	padding: 70px 0px 30px 0px;
}

.why_wrapper {
	min-height: 466px;
	background: #E3F0F8;
	padding: 30px 0px;
}

.why_label {
	font-family: fira_semibold_mt;
	font-size: 40px;
	line-height: 80px;
	color: #0046AC;
	padding-right: 10%;
}

.why_desc {
	color: #707070;
	font-size: 18px;
	line-height: 30px;
}

.ind_wrapper {
	background: url('../images/about_mask.png') no-repeat right bottom;
	padding: 30px 0px;
	margin: 0px 0px -4px 0px;
}

.ind_desc {
	color: #707070;
	font-size: 18px;
	line-height: 30px;
	padding: 0px 0px 60px 0px;
}

.ind_slogan {
	font-family: fira_semibold_mt;
	font-size: 26px;
	line-height: 40px;
	color: #0046AC;
}

.ind_mobile_image {
	display: none;
}

.photo_gallery_item_wrapper {
	width: 100%;
	height: 301px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(341deg, #0E71D1 0%, #042571 100%);
	border: 5px solid white;
	border-radius: 30px;
	box-shadow: 0px 0px 10px #00000075;
}

.photo_gallery_item_title {
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-family: fira_semibold_mt;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	text-shadow: 0px 2px 4px #00000061;
	padding: 0px 12px;
}

.photo_gallery_item_photo {
	height: 301px;
}

.photo_gallery_item_photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.photo_gallery_item_labels {
	height: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	color: white;
	font-family: fira_semibold_mt;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-shadow: 0px 2px 4px #00000061;
	padding: 0px 18px;
	gap: 18px;
}

.service_intro_wrapper {
	margin: 0px 0px 44px 0px;
}

.service_intro_text {
	color: #0046AC;
	font-family: fira_semibold;
	font-size: 22px;
	line-height: 34px;
}

.service_content_wrapper {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 55px;
	align-items: flex-start;
	margin: 0px 0px 90px 0px;
}

.service_section_title {
	font-family: fira_semibold;
	font-size: 22px;
	line-height: 32px;
	color: #0046AC;
	margin-bottom: 30px;
}

.service_details_text {
	color: #707070;
	font-family: fira_book;
	font-size: 20px;
	line-height: 30px;
}

.service_details_text p {
	margin: 0px 0px 28px 0px;
}

/* .service_details_text span {
	font-family: fira_semibold;
	color: #707070;
} */

.service_sidebar {
	padding-top: 0px;
}

.service_price_box {
	min-height: 247px;
	border-radius: 10px;
	background: #DDF7FF;
	box-shadow: 0px 0px 10px #00000026;
	padding: 20px 22px;
	text-align: center;
	margin-bottom: 28px;
}

.service_price_label {
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0046AC;
	color: white;
	font-family: fira_semibold_mt;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
}

.service_price_value {
	color: #0046AC;
	font-family: fira_semibold_mt;
	font-size: 31px;
	line-height: 39px;
	margin-bottom: 18px;
}

.service_price_value_long {
	font-size: 23px;
	line-height: 31px;
	overflow-wrap: anywhere;
}

.service_price_note {
	color: #707070;
	font-size: 20px;
	line-height: 30px;
}

.service_sidebar_text {
	color: #0046AC;
	font-family: fira_semibold;
	font-size: 13px;
	line-height: 20px;
	padding: 0px 18px;
}

.form_notice {
	width: 100%;
	border-radius: 5px;
	background: #ffffff;
	color: #0046AC;
	font-family: fira_semibold;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 14px;
	box-shadow: 0px 2px 5px #0000001c;
}

.home_cat_item_desc p,
.home_ag_text_wrapper p,
.home_contact_text_wrapper p,
.footer_info_text p,
.about_subtitle p,
.about_desc p,
.why_desc p,
.ind_desc p,
.service_intro_text p,
.contact_map p,
.contact_branch_rows p {
	margin: 0px;
}

.contact_map iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.contact_map p {
	width: 100%;
	height: 100%;
}

.gallery_grid,
.service_list,
.search_results {
	margin-bottom: 70px;
}

.page_spacer {
	width: 1px;
	height: 50px;
}

.service_list_item,
.search_result_item {
	display: flex;
	flex-direction: column;
	min-height: 120px;
	border: 1px solid #cfe9f5;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0px 2px 8px #00000014;
	padding: 22px;
	color: #0046AC;
}

.service_list_item span,
.search_result_item strong {
	font-family: fira_semibold_mt;
	font-size: 22px;
	line-height: 30px;
}

.service_list_item small,
.search_result_item span {
	color: #707070;
	font-size: 15px;
	line-height: 24px;
	padding-top: 8px;
}

.search_results {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.db_error {
	margin: 80px auto;
}

.db_error h1 {
	font-family: fira_semibold_mt;
	font-size: 28px;
	line-height: 36px;
	color: #0046AC;
	margin-bottom: 12px;
}

.mobile_header,
.mobile_contact_label {
	display: none;
}

.mobile_menu_canvas {
	display: none;
}

@media (max-width: 1240px) {
	.my_container {
		width: calc(100% - 30px);
	}
}

@media (max-width: 1199px) {
	body {
		overflow-x: hidden;
	}
}

@media (max-width: 991px) {
	body {
		min-width: 0px;
	}

	.my_container .row {
		margin-left: 0px;
		margin-right: 0px;
	}

	.wrap {
		margin: 0px;
		padding-bottom: 0px;
	}

	.desktop_header_wrap {
		display: none;
	}

	.mobile_header {
		height: 110px;
		width: 100%;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0px 30px;
		background: #ffffff;
		position: relative;
		z-index: 20;
	}

	.mobile_header_logo img {
		width: 237px;
		height: auto;
		display: block;
	}

	.mobile_menu_button {
		width: 32px;
		height: 32px;
		border: 0px;
		background: transparent;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		padding: 0px;
		position: absolute;
		right: 30px;
		top: 39px;
	}

	.mobile_menu_button span {
		display: block;
		width: 29px;
		height: 3px;
		border-radius: 3px;
		background: #0046AC;
	}

	.mobile_menu_canvas {
		display: flex;
		flex-direction: column;
		width: 100% !important;
		max-width: none;
		height: 100dvh;
		border: 0px;
		background: #ffffff;
		padding: 26px 29px 38px 29px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mobile_menu_canvas .offcanvas-body {
		padding: 0px;
	}

	.mobile_menu_top {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.mobile_menu_logo img {
		width: 263px;
		height: auto;
		display: block;
	}

	.mobile_menu_close {
		width: 31px;
		height: 31px;
		border: 0px;
		background: transparent;
		position: relative;
		margin-top: 15px;
		padding: 0px;
	}

	.mobile_menu_close::before,
	.mobile_menu_close::after {
		content: "";
		position: absolute;
		left: 14px;
		top: 0px;
		width: 3px;
		height: 31px;
		border-radius: 3px;
		background: #0046AC;
	}

	.mobile_menu_close::before {
		transform: rotate(45deg);
	}

	.mobile_menu_close::after {
		transform: rotate(-45deg);
	}

	.mobile_menu_lang {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 9px;
		margin: 32px 0px 39px 0px;
	}

	.mobile_menu_lang img {
		width: 24px;
		height: 24px;
		filter: brightness(0) saturate(100%) invert(72%) sepia(90%) saturate(2415%) hue-rotate(154deg) brightness(98%) contrast(92%);
	}

	.mobile_menu_lang a {
		font-family: fira_book_mt;
		font-size: 24px;
		line-height: 30px;
		color: #23BCEC;
	}

	.mobile_menu_search {
		height: 47px;
		position: relative;
		margin-bottom: 25px;
	}

	.mobile_menu_search input {
		width: 100%;
		height: 47px;
		border: 1px solid #bdbdbd;
		border-radius: 28px;
		font-family: fira_reg;
		font-size: 18px;
		padding: 0px 58px 0px 18px;
	}

	.mobile_menu_search button {
		position: absolute;
		right: 14px;
		top: 8px;
		width: 32px;
		height: 32px;
		border: 0px;
		background: transparent;
	}

	.mobile_menu_search button::before {
		content: "";
		position: absolute;
		left: 3px;
		top: 2px;
		width: 19px;
		height: 19px;
		border: 4px solid #9a9a9a;
		border-radius: 50%;
	}

	.mobile_menu_search button::after {
		content: "";
		position: absolute;
		left: 22px;
		top: 21px;
		width: 15px;
		height: 4px;
		border-radius: 4px;
		background: #9a9a9a;
		transform: rotate(45deg);
	}

	.mobile_menu_nav {
		display: flex;
		flex-direction: column;
	}

	.mobile_menu_nav a,
	.mobile_menu_nav_item {
		min-height: 71px;
		display: flex;
		align-items: center;
		width: 100%;
		border-bottom: 1px solid #d4d4d4;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		background: transparent;
		color: #7f7f7f;
		font-family: fira_book_mt;
		font-size: 23px;
		line-height: 30px;
		position: relative;
		text-align: left;
		padding: 0px;
	}

	.mobile_menu_nav a.has_mobile_arrow::after,
	.mobile_menu_nav_item.has_mobile_arrow::after {
		content: "";
		position: absolute;
		right: 1px;
		width: 13px;
		height: 23px;
		background: url('../images/menu_arrow.png') no-repeat center / contain;
		filter: brightness(0) saturate(100%) invert(72%) sepia(90%) saturate(2415%) hue-rotate(154deg) brightness(98%) contrast(92%);
		transform: rotate(-90deg);
		transition: transform 0.2s ease;
	}

	.mobile_menu_nav_item.has_mobile_arrow:not(.collapsed)::after {
		transform: rotate(0deg);
	}

	.mobile_submenu {
		border-bottom: 1px solid #d4d4d4;
		padding: 8px 0px 14px 18px;
	}

	.mobile_submenu a {
		min-height: 38px;
		border-bottom: 0px;
		color: #7f7f7f;
		font-family: fira_book;
		font-size: 17px;
		line-height: 24px;
		padding: 5px 22px 5px 0px;
	}

	.mobile_submenu a.mobile_submenu_heading {
		color: #0046AC;
		font-family: fira_semibold_mt;
		font-size: 18px;
		padding-top: 10px;
	}

	.mobile_menu_social {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
		margin-top: auto;
		padding-top: 80px;
	}

	.mobile_menu_social a {
		width: 53px;
		height: 53px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mobile_menu_social img {
		max-width: 53px;
		max-height: 53px;
	}

	.slider_wrapper,
	.slider_wrapper .carousel-inner,
	.slider_wrapper .carousel-item {
		height: 546px;
	}

	.slider_wrapper {
		margin: 0px 5px;
		width: calc(100% - 10px);
	}

	.slider_wrapper .carousel-item {
		background-position: center top;
	}

	.slider_slogan {
		height: 546px;
		align-items: flex-end;
		justify-content: flex-start;
		font-size: 40px;
		line-height: 48px;
		padding: 0px 22px 76px 22px;
	}

	.slider_inner_wrapper {
		height: 260px;
	}

	.slider_inner_slogan {
		height: 260px;
		font-size: 34px;
		line-height: 42px;
		padding: 0px 28px;
	}

	.slider_inner_slogan_2 {
		font-size: 21px;
		line-height: 28px;
	}

	.working_hours_wrapper {
		height: auto;
		min-height: 190px;
		width: calc(100% - 60px);
		max-width: 360px;
		flex-wrap: wrap;
		justify-content: center;
		align-content: flex-start;
		gap: 0px;
		border-radius: 27px;
		padding: 20px 27px 18px 27px;
		margin: -28px auto 38px auto;
		box-shadow: 0px 4px 14px #00000026;
	}

	.working_hours_wrapper::before {
		content: "";
		order: 3;
		width: 30px;
		height: 30px;
		margin: 9px 14px 8px 14px;
		background: url('../images/clock.png') no-repeat center / contain;
	}

	.working_hours_line {
		display: block;
		width: 84px;
		margin-top: 23px;
	}

	.working_hours_line:first-child {
		order: 2;
	}

	.working_hours_line:last-child {
		order: 4;
	}

	.working_hours_label {
		width: 100%;
		order: 1;
		text-align: center;
		font-size: 25px;
		line-height: 31px;
	}

	.working_hours_values {
		width: 100%;
		order: 5;
		font-size: 20px;
		line-height: 26px;
		text-align: center;
		padding-top: 9px;
		display: flex;
		justify-content: center;
		gap: 26px;
	}

	.home_cat_item_title {
		padding: 27px 0px 11px 0px;
		font-size: 31px;
		line-height: 39px;
	}

	.home_cat_item_desc {
		max-width: 365px;
		margin: 0px auto;
		font-size: 17px;
		line-height: 31px;
		padding: 0px 18px 62px 18px;
	}

	.home_cat_item_title + .home_cat_item_desc {
		text-align: center;
	}

	.home_cat_item_title a {
		color: #0046AC;
	}

	.home_cat_item_title,
	.home_cat_item_desc {
		text-align: center;
	}

	.home_cat_item_title::before {
		display: none;
	}

	.row.g-6 > .col-lg-4 img {
		width: 120px;
		height: 120px;
		object-fit: contain;
		margin-top: 0px;
	}

	.home_ag_wrapper {
		min-height: auto;
		padding: 50px 0px 40px 0px;
		background-image:
			linear-gradient(rgba(0, 93, 145, 0.82), rgba(0, 93, 145, 0.82)),
			url('../images/home_ag_mask.png');
		background-position: center;
	}

	.home_ag_text_wrapper,
	.home_ag_photo_wrapper {
		min-height: auto;
		align-items: center;
		text-align: center;
		padding: 0px;
	}

	.home_ag_photo_wrapper {
		justify-content: center;
		margin-bottom: 30px;
	}

	.home_ag_photo {
		width: 232px;
		height: 232px;
		border-width: 4px;
	}

	.home_ag_text_wrapper {
		font-size: 20px;
		line-height: 36px;
		padding: 0px 28px;
	}

	.home_ag_label {
		font-size: 26px;
		line-height: 34px;
		padding-bottom: 22px;
	}

	.home_cond_wrapper {
		margin: 4px 0px 0px 0px;
	}

	.home_cond_item {
		min-height: 190px;
		font-size: 31px;
		line-height: 42px;
		padding: 0px 40px;
	}

	.home_cond_item_left,
	.home_cond_item_middle,
	.home_cond_item_right {
		border: 4px solid white;
	}

	.home_contact_wrapper {
		min-height: auto;
		padding: 44px 0px 42px 0px;
		background-position: center top;
	}

	.mobile_contact_label {
		display: block;
		text-align: center;
		color: #0046AC;
		font-family: fira_semibold_mt;
		font-size: 40px;
		line-height: 48px;
		padding: 0px 0px 28px 0px;
	}

	.home_contact_form {
		min-height: auto;
		padding: 0px;
	}

	.home_contact_form_inner {
		max-width: none;
		width: calc(100% - 30px);
		margin: 0px auto;
		gap: 21px;
	}

	.home_contact_input {
		height: 48px;
	}

	.home_contact_textarea {
		height: 132px;
	}

	.home_contact_input,
	.home_contact_textarea {
		font-size: 17px;
		border-width: 1px;
		border-color: #23BCEC;
		border-radius: 5px;
		padding-left: 24px;
	}

	.home_contact_submit {
		height: 49px;
		font-size: 25px;
		border-radius: 6px;
	}

	.home_contact_text_wrapper {
		min-height: auto;
		padding: 35px 22px 0px 22px;
		font-size: 23px;
		line-height: 37px;
	}

	.home_contact_label {
		display: none;
	}

	.contact_main_wrapper,
	.service_intro_wrapper,
	.service_content_wrapper {
		grid-template-columns: 1fr;
		height: auto;
	}

	.contact_map {
		min-height: 360px;
		border-left: 10px solid transparent;
	}

	.why_label {
		font-size: 30px;
		line-height: 44px;
		padding: 0px 0px 24px 0px;
	}

	.about_intro_row {
		flex-direction: column-reverse;
	}

	.about_pic {
		padding: 0px 32px 28px 32px;
	}

	.about_pic img {
		width: 100%;
		border-radius: 8px;
	}

	.about_subtitle {
		font-size: 26px;
		line-height: 34px;
		padding: 0px 32px 14px 32px;
	}

	.about_desc {
		font-size: 18px;
		line-height: 30px;
		padding: 0px 32px 38px 32px;
	}

	.ind_wrapper {
		background: none;
		padding-bottom: 0px;
	}

	.ind_desc {
		padding: 0px 24px 34px 24px;
	}

	.ind_visual {
		position: relative;
		min-height: 735px;
		overflow: hidden;
	}

	.ind_mobile_image {
		position: absolute;
		inset: 0px;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center top;
		z-index: 0;
	}

	.ind_slogan {
		position: relative;
		z-index: 1;
		max-width: 420px;
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 50px;
		text-align: left;
	}

	.footer_middle {
		margin: 30px 0px;
		border-left: 0px;
		border-right: 0px;
	}

	.footer {
		min-height: auto;
		padding: 48px 0px 28px 0px;
	}

	.footer_info {
		min-height: auto;
	}

	.footer_info img {
		width: 162px;
		margin-bottom: 72px;
	}

	.footer_info_text,
	.footer_middle {
		display: none;
	}

	.footer_contact {
		min-height: auto;
		align-items: center;
		text-align: center;
		font-size: 15px;
		line-height: 31px;
		gap: 8px;
	}

	.footer_contact_label {
		font-size: 28px;
		line-height: 35px;
		padding-bottom: 22px;
	}

	.footer_copy {
		text-align: center;
		font-size: 10px;
		line-height: 15px;
		padding-top: 70px;
	}
}

@media (max-width: 767px) {
	.my_container {
		width: 100%;
	}

	.inner_title {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	.privacy_policy_page {
		padding: 38px 20px 50px;
	}

	.privacy_policy_content {
		font-size: 16px;
		line-height: 1.65;
	}

	.photo_gallery_item_wrapper {
		border-radius: 18px;
	}

	.service_intro_wrapper,
	.service_content_wrapper,
	.contact_main_wrapper,
	.contact_branches_row,
	.gallery_grid,
	.service_list {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 575px) {
	.mobile_header {
		padding: 0px 30px;
	}

	.mobile_header_logo img {
		width: 237px;
	}

	.slider_wrapper,
	.slider_wrapper .carousel-inner,
	.slider_wrapper .carousel-item,
	.slider_slogan {
		height: 546px;
	}

	.footer .row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 430px) {
	.mobile_header {
		padding: 0px 29px;
	}

	.mobile_header_logo img {
		width: 237px;
	}

	.mobile_menu_canvas {
		padding-left: 29px;
		padding-right: 29px;
	}

	.slider_slogan {
		font-size: 40px;
		line-height: 48px;
		padding-left: 31px;
		padding-right: 20px;
	}

	.working_hours_values {
		font-size: 20px;
	}

	.home_ag_text_wrapper {
		padding-left: 34px;
		padding-right: 34px;
	}
}

@media (max-width: 390px) {
	.mobile_header {
		height: 96px;
		padding: 0px 22px;
	}

	.mobile_header_logo img,
	.mobile_menu_logo img {
		width: 210px;
	}

	.slider_wrapper,
	.slider_wrapper .carousel-inner,
	.slider_wrapper .carousel-item,
	.slider_slogan {
		height: 500px;
	}

	.slider_slogan {
		font-size: 35px;
		line-height: 43px;
		padding-left: 24px;
	}

	.slider_inner_slogan {
		padding-left: 22px;
		padding-right: 22px;
	}

	.working_hours_wrapper {
		width: calc(100% - 40px);
		padding-left: 18px;
		padding-right: 18px;
	}

	.working_hours_values {
		font-size: 18px;
	}

	.home_contact_label,
	.mobile_contact_label {
		font-size: 34px;
		line-height: 42px;
	}
}
