html {
	font-size: 0.069446vw;
	overflow-x: hidden;
}
body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background: #010B33;
	color: var(--white);
	font-family: 'Geometria';
}
:root {
	--blue: #4367FF;
	--white: #fff;
	--btnBg: #030E3A;
	--border: rgba(13, 27, 85, 0.70);
	--shadow:  0px 4px 44px 0px rgba(25, 43, 113, 0.80);
	--light: #9EA7CB;
}
h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
.jq-selectbox select {
	display: none;
}
a {
	text-decoration: none;
	display: block;
	font-size: 13rem;
	font-weight: 500;
	line-height: 150%;
	color: var(--white);
}
h1 {
	font-size: 54rem;
	font-weight: 500;
	line-height: 150%;
}
h2 {
	font-size: 40rem;
	font-weight: 500;
	line-height: 150%;
	text-transform: uppercase;
}
h3 {
	font-size: 30rem;
	font-weight: 500;
	line-height: 150%;
	text-transform: uppercase;
}
h5 {
	font-size: 22rem;
	font-weight: 500;
	line-height: 150%;
}
h4 {
	font-size: 18rem;
	font-weight: 500;
	line-height: 150%;
}
p {
	font-size: 16rem;
	font-weight: 300;
	line-height: 150%;
}
.container {
	width: 1200rem;
	margin: auto;
}
header {
	padding: 27rem 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.header_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_logo {
	width: 98rem;
}
.header_logo img {
	width: 100%;
}
.header_nav  {
	display: flex;
	align-items: center;
}
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children .sub-menu {
    position: absolute;
    width: 120rem;
    padding: 5rem 15rem 15rem 15rem;
    border-radius: 5rem;
    border: 1rem solid var(--border);
    background: var(--btnBg);
    top: 27rem;
    margin: 0;
    left: calc(50% - 50rem);
    display: none;
}
.menu-item-has-children .sub-menu:before {
	content: "";
	position: absolute;
	top: -20rem;
	left: 0;
	width: 100%;
	height: 30rem;
	background: transparent;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
}
.menu-item-has-children:hover a:after {
	transform: rotate(270deg);
	transition: 0.3s;
}
.menu-item-has-children:hover > a {
	transition: 0.4s;
	color: var(--blue);
}
.menu-item-has-children > a {
	display: flex;
	align-items: center;
	transition: 0.4s;
}
.menu-item-has-children > a:after {
	content: "";
	background-image: url(img/arrow_white.svg);
	background-size: cover;
	width: 9rem;
	height: 5rem;
	width: 5rem;
    height: 9rem;
    transform: rotate(90deg);
    margin-left: 10rem;
    transition: 0.3s;
}
.menu-item-has-children .sub-menu a {
	margin: 10rem 0 0 0;
}
.header_nav a {
	margin: 0 27rem;
	transition: 0.4s;
}
.header_nav li {
	list-style: none;
}
.header_nav a:hover {
	transition: 0.4s;
	color: var(--blue);
}
.article_title {
	font-size: 40rem;
}
.header_currency {
	display: flex;
	align-items: center;
}
.header_currency_item  {
	font-size: 12rem;
}
.header_currency_item span {
	color: #DFE6FF;
	margin-right: 10rem;
	font-weight: 500;
}
.header_currency_item.usd {
	margin-right: 25rem;
}
.header_currency_label {
	font-size: 12rem;
	font-weight: 500;
	margin-right: 30rem;
}
.header_currency_item b {
	font-weight: 500;
}
.hero {
	padding: 140rem 0 90rem;
}
.hero_title span {
	color: var(--blue);
}
.hero_title {
	width: 1131rem;
}
.hero_subtitle {
	margin-top: 16rem;
	color: var(--light);
	text-transform: uppercase;
	font-size: 16rem;
}
.btn {
	padding: 19rem 40rem;
	border-radius: 5rem;
	background: linear-gradient(88deg, #4367FF 0%, #001E9C 100%);
	box-shadow: var(--shadow);
	line-height: 100%; 
	letter-spacing: 1.3rem;
	text-transform: uppercase;
	font-size: 13rem;
	width: max-content;
	transition: 0.4s;
}
.btn:hover {
	box-shadow: 0px 4px 74px 0px #2A3F95;;
	transition: 0.4s;
}
.hero_btn {
	margin-top: 30rem;
}
.hero_services {
	margin-top: 90rem;
	display: flex;
	align-items: center;
	justify-content: center;
    gap: 60rem;
    width: max-content;
    margin: 90rem auto 0;
	padding: 30rem 40rem;
	border-radius: 10px;
	border: 1rem solid var(--border);
	background:  linear-gradient(95deg, rgba(16, 30, 85, 0.40) 0%, rgba(16, 30, 85, 0.00) 100%);
	backdrop-filter: blur(7px);
}
.hero_services_item {
	display: flex;
	align-items: center;
}
.hero_services_item:hover .hero_services_item_img {
	border: 1rem solid var(--blue);
	transition: 0.4s;
} 
.hero_services_item_img {
	width: 100rem;
	border: 1rem solid transparent;
	border-radius: 15rem;
	transition: 0.4s;
}
.hero_services_item_content {
	margin-left: 20rem;
	max-width: 233rem;
}
.hero_services_item_title {
	text-transform: uppercase;
}
.hero_services_item_text {
	margin-top: 10rem;
	color: var(--light);
}
.hero_services_title {
	width: 150rem;
	text-transform: uppercase;
}
.hero_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 820rem;
    z-index: -1;
}
.hero_light {
	top: -126rem;
    left: -117rem;
}
.light {
	position: absolute;
	z-index: -1;
	width: 434rem;
}
.advantages {
	padding: 90rem 0;
	position: relative;
}
.advantages_title {
	text-align: center;
}
.advantages_overlay {
	display: flex;
	align-items: center;
	margin-top: 50rem;
	justify-content: space-between;
}
.advantages_item {
	border-radius: 15rem;
	border: 1rem solid var(--border);
	background: linear-gradient(95deg, rgba(16, 30, 85, 0.40) 0%, rgba(16, 30, 85, 0.00) 100%);
	padding: 30rem;
	max-width: 320rem;
}
.advantages_item_icon {
	width: 55rem;
}
.advantages_item_title {
	margin: 32rem 0 14rem;
	text-transform: uppercase;
}
.advantages_item_text {
	color: var(--light);
}
.home_about {
	padding: 90rem 0;
}
.home_about_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home_about_content {
	width: 504rem;
	padding: 60rem 50rem;
	border-radius: 10rem;
	border: 1rem solid var(--border);
	background: linear-gradient(95deg, rgba(16, 30, 85, 0.40) 0%, rgba(16, 30, 85, 0.00) 100%);
	position: relative;
	overflow: hidden;
}
.advantages_light {
	top: 164rem;
    left: -98rem;
}
.advantages_light2 {
    top: -49rem;
    right: -210rem;
}
.home_about_content_item p{
	margin-top: 15rem;
}
.home_about_title {
	margin-bottom: 30rem;
}
.dark_btn {
	padding: 15rem 40rem;
	text-transform: uppercase;
	font-size: 13rem;
	border-radius: 5rem;
	border: 1rem solid var(--blue);
	background: var(--btnBg);
	box-shadow: var(--shadow);
	color: var(--white);
	width: max-content;
	letter-spacing: 1.3rem;
	transition: 0.4s;
}
.dark_btn:hover {
	box-shadow: 0px 4px 74px 0px #2A3F95;
	transition: 0.4s;
}
.home_about_btn {
	margin-top: 40rem;
}
.home_about_light {
	width: 344rem;
	right: -103rem;
	top: -103rem;
}
.home_about_gallery {
	width: 487rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home_about_gallery_item {
	width: 152rem;
}
.home_about_gallery_image {
	width: 100%;
	border-radius: 10rem;
	display: block;
	margin-top: 15rem;
	box-shadow: var(--shadow);
}
.news {
	padding: 90rem 0;
}
.news_title {
	text-align: center;
}
.news_overlay {
	display: flex;
	justify-content: space-between;
	margin-top: 50rem;
}
.news_item {
	padding: 40rem;
	border-radius: 10rem;
	border: 1rem solid var(--border);
	background: linear-gradient(95deg, rgba(16, 30, 85, 0.40) 0%, rgba(16, 30, 85, 0.00) 100%);
	width: 307rem;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.news_item_title {
	text-transform: uppercase;
}
.news_item_text {
	margin: 20rem 0 30rem;
}
.news_item_text p {
	font-size: 14rem;
}
.news_item_btn {
	display: flex;
	align-items: center;
	margin-top: auto;
	color: var(--blue);
	font-size: 14rem;
	text-transform: uppercase;
	letter-spacing: 1.4rem;
	font-weight: 500;
}
.news_item_btn img {
	width: 5rem;
	margin-left: 8rem;
	transition: 0.4s;
}
.news_item:hover .news_item_btn img {
	margin-left: 15rem;
	transition: 0.4s;
}
.news_item_light {
	width: 241rem;
	right: -110rem;
	bottom: -80rem;
}
footer {
	padding: 70rem 0 30rem;
	background: #020923;
}
.footer_overlay {
	display: flex;
	justify-content: space-between;
}
.footer_logo {
	width: 98rem;
}
.footer_logo img {
	width: 100%;
}
.footer_item_title {
	text-transform: uppercase;
	font-size: 14rem;
	font-weight: 500;
	margin-bottom: 22rem;
}
.footer_item_link {
	margin-top: 12rem;
	color: var(--light);
	font-size: 14rem;
	font-weight: 400;
	line-height: 150%;
	transition: 0.4s;
}
.footer_item_link:hover {
	transition: 0.4s;
	color: var(--blue);
}
.footer_copiryght {
	width: 100%;
	text-align: center;
	margin-top: 70rem;
	padding-top: 30rem;
	border-top: 1rem solid #0D183F;
	font-size: 12rem;
	font-weight: 400;
	color: var(--light);
}
.subhero {
	padding: 142rem 0 80rem;
	position: relative;
}
.subhero_title {
	margin: 30rem 0 0;
	text-transform: uppercase;
}
.subhero_btn {
	margin-top: 30rem;
}
.subhero_text {
	margin-top: 14rem;
	text-transform: uppercase;
	color: var(--light);
}
.subhero_overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.breadcrumbs {
	display: flex;
	align-items: center;
}
.breadcrumbs_home {
	display: flex;
	align-items: center;
	font-size: 14rem;
	font-weight: 300;
	transition: 0.4s;
}
.breadcrumbs_home:hover {
	color: var(--blue);
	transition: 0.4s;
}
.breadcrumbs_home img {
	width: 13rem;
	margin-right: 7rem;
}
.breadcrumbs_item {
	display: flex;
	align-items: center;
}
.breadcrumbs_item img {
	width: 5rem;
	margin: 0 19rem;
}
.breadcrumbs_item {
	font-size: 14rem;
	color: var(--light);
	line-height: 100%;
}
.subhero_bg {
	position: absolute;
	width: 1330rem;
	z-index: -1;
}
.subhero_bg1 {
	left: -654rem;
	top: -734rem;
}
.subhero_bg2 {
    right: -644rem;
    top: -733rem;
}
.contacts {
	padding: 80rem 0 100rem; 
	background-image: url(img/contacts_bg.png);
	background-size: cover;
	margin-bottom: 30rem;
}
.contacts_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contacts_info {
	width: 500rem;
}
.contacts_info_item_link {
	font-size: 16rem;
	transition: 0.4s;
}
.contacts_info_item_link:hover {
	transition: 0.4s;
	color: var(--blue);
}
.contacts_info_item_text:hover {
	color: #fff;
}
.contacts_info_item {
	display: flex;
	align-items: flex-start;
	margin-top: 35rem;
}
.contacts_info_item_icon {
	width: 34rem;
	height: auto;
	filter: drop-shadow(0px 8px 23px #4367FF);
	margin-top: 5rem;
}
.contacts_info_item_content {
	width: 385rem;
	margin-left: 30rem;
}
.contacts_info_item_title {
	color: var(--blue);
	margin-bottom: 5rem;
	font-size: 11rem;
	font-weight: 500;
	text-transform: uppercase;
}
.contacts_form {
	padding: 60rem;
	border-radius: 10rem;
	border: 1rem solid #162975;
	background: var(--btnBg);
	box-shadow: var(--shadow);
	width: 437rem;
}
.contacts_form_text {
	margin-top: 12rem;
}
.contacts_form_item {
	margin-top: 15rem;
	color: var(--light);
}
.contacts_form_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contacts_form_input {
	display: block;
	font-size: 14rem;
	font-weight: 400;
	font-family: 'Geometria';
	color: var(--white);
	border-radius: 5rem;
	border: 1rem solid #162975;
	background: var(--btnBg);
	padding: 15rem;
	width: calc(100% - 30rem);
	margin-top: 15rem;
}
.contacts_form_input_small {
	width: 182rem;
}
.contacts_form_input_textarea {
	height: 100rem;
}
.contacts_form_submit {
	border: none;
	width: 100%;
	margin-top: 15rem;
	color: var(--white);
	cursor: pointer;
	font-family: 'Geometria';
}
.page {
	padding: 0rem 0 130rem;
}
.page_content {
	border-radius: 10rem;
	border: 1rem solid var(--border);
	padding: 70rem;
	background: linear-gradient(95deg, rgba(16, 30, 85, 0.40) 0%, rgba(16, 30, 85, 0.00) 100%);
}
.wp-block-table {
	font-size: 14rem;
	overflow-x: visible;
	margin: 30rem 0;
}
.wp-block-table td, .wp-block-table th {
	border: none;
	padding: 15rem 30rem;
}
.wp-block-table tbody tr:nth-child(odd) {
	background: #040F39;
}
.wp-block-table table {
	border-radius: 10rem;
	border: 1rem solid rgba(67, 103, 255, 0.20);
	box-shadow: 0px 4px 44px 0px rgba(25, 43, 113, 0.40);
}
.page_content p {
	margin: 15rem 0;
}
.page_content h2 {
	margin: 30rem 0 15rem;
}
.page_content h3 {
	margin: 50rem 0 15rem;
	text-transform: uppercase;
}
.page_content a {
	color: var(--blue);
	display: inline-block;
	font-size: 16rem;
	font-weight: 400;
	text-decoration: underline;
}
.page_content a:hover {
	text-decoration: none;
}
.page_content ul,.page_content ol {
	font-size: 16rem;
	font-weight: 300;
	line-height: 150%;
	margin: 35rem 0;
	padding-left: 0rem;
}
.page_content ol {
	padding-left: 15rem;
}
.page_content ol li {
	margin: 15rem 0;
}
.page_content ul li {
	margin: 15rem 0;
	padding-left: 15rem;
	position: relative;
	list-style: none;
}
.page_content ul li:before {
	background-color: var(--blue);
	content: "";
	position: absolute;
	top: 11rem;
	left: 0rem;
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
}	
.page_content blockquote {
	padding-left: 30rem;
	margin: 20rem 0;
	border-left: 2rem solid var(--blue);
}
.page_links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 20rem 0;
}

.page_links .page_links_item {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 12rem;
	font-weight: 500;
	text-decoration: none;
	padding: 5rem 10rem;
	border-radius: 4rem;
	margin-right: 15rem;
	border: 1rem solid var(--border);
	margin-top: 15rem;
	transition: 0.4s;
	background:  linear-gradient(95deg, rgba(16, 30, 85, 0.40) 0%, rgba(16, 30, 85, 0.00) 100%);
}

.page_links_item img {
	width: 24rem;
	margin-left: 15rem;
}
.page_doc {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 20rem 0;
}
.page_doc .page_doc_item {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 12rem;
	font-weight: 500;
	text-decoration: none;
	padding: 5rem 10rem;
	border-radius: 4rem;
	margin-right: 15rem;
	border: 1rem solid var(--border);
	margin-top: 15rem;
	transition: 0.4s;
	background:  linear-gradient(95deg, rgba(16, 30, 85, 0.40) 0%, rgba(16, 30, 85, 0.00) 100%);
}
.page_doc .page_doc_item:hover {
	border: 1rem solid var(--blue);
	transition: 0.4s;
}
.page_links .page_links_item:hover {
	border: 1rem solid var(--blue);
	transition: 0.4s;
}
.page_doc_item img {
	width: 24rem;
	margin-left: 15rem;
}
.map {
	padding-top: 50rem;
	padding-bottom: 130rem;
}
.map_filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form-select {
	font-size: 14rem;
	border-radius: 5rem;
	border: 1rem solid var(--blue);
	background: var(--btnBg);
	box-shadow: var(--shadow);
	padding: 15rem;
	width: 300rem;
	margin: 0;
	cursor: pointer;
}
.jq-selectbox__dropdown {
	width: 100%;
	left: 0;
	top: calc(100% + 10rem);
	border-radius: 5rem;
	border: 1rem solid var(--blue);
	background: #030E3A;
	padding: 5rem 0;
}
.jq-selectbox__dropdown li {
	padding: 10rem 20rem;
}
.jq-selectbox__dropdown li:nth-child(even) {
	background: #061243;
}
.jq-selectbox__dropdown ul {
	padding: 0;
	margin: 0;
}
.jq-selectbox__trigger {
	background-image: url(img/arrow_white.svg);
	background-size: cover;
	width: 5rem;
	height: 9rem;
	position: absolute;
	top: calc(50% - 4rem);
	right: 15rem;
	transform: rotate(90deg);
}
.ff_search {
	position: relative;
}
.ff_search_input {
	padding: 13rem 15rem 14rem 43rem;
	border-radius: 5rem;
	border: 1rem solid var(--blue);
	background: var(--btnBg);
	box-shadow: var(--shadow);
	font-family: 'Geometria';
	color: var(--light);
	font-size: 14rem;
	font-weight: 400;
	line-height: 150%;
	width: 270rem;
}
.search-icon {
	position: absolute;
	top: 17rem;
	left: 15rem;
	width: 17rem;
	height: auto;
}
.form-check-input {
	position: absolute;
	left: -9999rem;
}
.form-check-label {
	font-size: 11rem;
	font-weight: 400;
	line-height: 150%; 
	text-transform: uppercase;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.form-check-label:before {
	content: "";
	display: block;
	width: 20rem;
	height: 20rem;
	box-shadow: var(--shadow);
	margin-right: 13rem;
	background-image: url(img/checkbox_sprite.svg);
	background-size: 20rem;
	background-position: bottom;
	background-repeat: no-repeat;
}
.form-check-input:checked + .form-check-label:before {
	background-position: top;
}
.redtext_btn {
	color: var(--white);
	border: none;
	cursor: pointer;
}
.blacktext_btn {
	background: transparent;
	display: flex;
	align-items: center;
	border: none;
	color: var(--light);
	font-family: 'Geometria';
	font-size: 11rem;
	font-weight: 400;
	line-height: 150%; 
	text-transform: uppercase;
	margin-left: 22rem;
	cursor: pointer;
}
.blacktext_btn img {
	width: 10rem;
	margin-right: 8rem;
}
.ff_btns {
	display: flex;
	margin-left: 30rem;
}
.map_item {
	width: 685rem;
	height: 626rem;
	border-radius: 0rem 20rem 20rem 0rem;
}
.ce_filials {
	margin-top: 30rem;
}
.ce_filials_map {
	display: flex;
	border-radius: 20rem;
	border: 1rem solid #162975;
	background: var(--btnBg);
	box-shadow: var(--shadow);
	justify-content: space-between;
	margin-top: 25rem;
}
.location-list-wrapper {
	padding: 20rem 0rem 20rem 20rem;
}
.location-item {
	border-radius: 5rem;
	border: 1rem solid  rgba(13, 27, 85, 0.70);
	background: linear-gradient(95deg, rgba(16, 30, 85, 0.40) 0%, rgba(16, 30, 85, 0.00) 100%);
	padding: 13rem 25rem;
	border-left: 4rem solid var(--blue);
	font-size: 14rem;
	width: 390rem;
	margin-bottom: 13rem;
	position: relative;
}
.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
  filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}
.location-title {
	font-size: 11rem;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--blue);
}
.location-number {
	position: absolute;
	top: 10rem;
	right: 10rem;
	width: 30rem;
	height: 30rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: var(--blue);
	border: 1rem solid var(--blue);
	border-radius: 100%;
	font-size: 12rem;
	font-weight: 500;
	background:var(--btnBg);
	box-shadow: var(--shadow);
}
.location-adress {
	font-size: 14rem;
	text-transform: uppercase;
	margin: 5rem 0 0;
}
.location_marshrut-link {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 11rem;
	font-style: normal;
	font-weight: 500;
	color: var(--blue);
	margin-top: 20rem;
}
.infoFilials img {
	max-width: 100%;
}
.location_marshrut-link svg {
	width: 22rem;
	height: auto;
	margin-right: 10rem;
}
.location-desc {
	font-size: 14rem;
	font-weight: 300;
	max-height: 0rem;
	overflow: hidden;
	margin-top: 0rem;
	transition: 0.5s;
}
.location-desc.show {
	max-height: 900rem;
	transition: 0.5s;
	margin-top: 20rem;
}
.location-show {
	color: var(--blue);
	font-size: 11rem;
	font-weight: 500;
	line-height: 150%; 
	text-transform: uppercase;
	margin-top: 20rem;
	cursor: pointer;
}
.location-show svg {
	width: 8rem;
	height: auto;
	margin-left: 10rem;
}
.location-list {
	height: 626rem;
    overflow-y: auto;
    padding-right: 20rem;
}
.location-list::-webkit-scrollbar {
    width: 5rem; 
    background-color: #458245;
    border-radius: 30em;
	background: var(--border);
}

.location-list::-webkit-scrollbar-thumb {
  	border-radius: 30rem;
	background: var(--blue);
}
.burger {
	display: none;
}
.modal {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    display: none;
}
.modal_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(3, 14, 58, 0.90);
	backdrop-filter: blur(5rem);
	z-index: 9;
}
.modal_content {
	position: absolute;
	top: calc(50% - 58rem);
    left: calc(50% - 280rem);
	display: flex;
	align-items: center;
	padding: 20rem 50rem 20rem 20rem;
	border-radius: 10rem;
	border: 1rem solid var(--border);
	background:linear-gradient(95deg, rgba(16, 30, 85, 0.40) 0%, rgba(16, 30, 85, 0.00) 100%);
	z-index: 10;
}
.modal_close {
	position: absolute;
	top: 15rem;
	right: 15rem;
	width: 15rem;
}
.modal_icon {
	width: 75rem;
	border-radius: 10rem;
}
.modal_info {
	margin-left: 30rem;
	width: 403rem;
}
.modal_text {
	margin-top: 8rem;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none;
}
.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	display: none;
}
.breadcrumbs_article {
	display: none;
}
.article_btn {
	display: none;
}
.article_subhero {
	padding-bottom: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

.contacts_form_input::-webkit-input-placeholder {
    font: 400 14rem 'Geometria';
	color: var(--light);
} 
.contacts_form_input::-moz-placeholder {
    font: 400 14rem 'Geometria';
	color: var(--light);
}
.location_dis {
	display: flex;
	align-items: center;
	gap: 10rem;
	padding: 5rem 16rem;
	border-radius: 6rem;
	background: rgba(67, 103, 255, 0.2);
	font-size: 14rem;
	margin-top: 20rem;
	width: max-content;
}
.location_dis img {
	width: 18rem;
}
.location-phone {
	font-size: 16rem;
	margin-top: 15rem;
}
.mobility {
	margin-top: 80rem;
}
.mobility_overlay {
	display: flex;
    flex-wrap: wrap;
    gap: 20rem;
	margin-top: 40rem;
	height: 475rem;
	overflow: auto;
}
.mobility_overlay::-webkit-scrollbar {
    width: 5rem; 
    background-color: #458245;
    border-radius: 30em;
	background: var(--border);
}

.mobility_overlay::-webkit-scrollbar-thumb {
  	border-radius: 30rem;
	background: var(--blue);
}
.mobility_overlay .location-item {
	width: 525rem;
}
.mobility_overlay .location-adress  {
	max-width: 90%;
}
@media screen and (max-width: 768px) {
	html {
	    font-size: 0.13022vw;
	}
	.container {
		width: 708rem;
	}
	.header_nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: calc(100vh - 130rem);
        background: #010B33;
        padding-top: 130rem;
        z-index: -1;
    }
    .hidden {
    	overflow: hidden;
    }
    .header_nav a {
    	margin: 0;
    	padding: 17rem 30rem;
    	background: #061243;
    }
    .header_nav li:nth-child(even) a {
    	background: transparent;
    }
    .menu-item-has-children .sub-menu {
    	position: relative;
    	top: 0;
    	left: 0;
    	width: 100%;
    	background: #061243;
    }
	.burger {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		width: 25rem;
		height: 30rem;
	}
	.burger.active span {
		opacity: 0;
	}
	.burger.active:before {
		transform: rotate(45deg);
		top: 8rem;
		transition: 0.5s;
	}
	.burger.active:after {
		transform: rotate(-45deg);
		top: -8rem;
		transition: 0.5s;
	}
	.burger span {
		width: 100%;
		height: 2rem;
		border-radius: 5rem;
		background: linear-gradient(268deg, #FFF 7.44%, rgba(255, 255, 255, 0.20) 115.42%);
	}
	.burger:before,.burger:after {
		width: 100%;
		height: 2rem;
		border-radius: 5rem;
		background: linear-gradient(268deg, #FFF 7.44%, rgba(255, 255, 255, 0.20) 115.42%);
		content: '';
		margin: auto;
		position: relative;
		top: 0rem;
		left: 0rem;
		transition: 0.5s;
	}
	.header_currency {
		margin-left: auto;
		margin-right: 50rem;
	}
	h1 {
		font-size: 45rem;
	}
	.hero_title {
		width: auto;
	}
	.hero_bg {
	    top: -40rem;
	    right: 0rem;
	    width: 560rem;
	}
	.hero_services {
		flex-wrap: wrap;
		margin-top: 60rem;
		gap: 30rem;
	}
	.hero_services_title {
		width: 100%;
		text-align: center;
		margin-bottom: 30rem;
	}
	.hero_services_item_img {
    	width: 90rem;
	}
	.hero_services_item_text {
		font-size: 14rem;
	}
	.hero_services_item_content {
		max-width: 189rem;
	}
	.hero {
    	padding: 140rem 0 70rem;
	}
	.advantages {
		padding: 70rem 0;
	}
	.home_about_gallery {
		width: 100%;
		margin-top: 40rem;
	}
	.home_about_gallery_item {
    	width: 220rem;
	}
	.home_about_gallery_image {
		margin-top: 22rem;
	}
	.advantages_overlay {
		margin-top: 0rem;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.article_title {
		font-size: 35rem;
	}
	.advantages_item {
		margin: 20rem 0 0;
		max-width: 282rem;
	}
	.advantages_item:last-child {
		margin: 20rem auto 0;
	}
	.home_about_overlay {
		flex-direction: column;
	}
	.home_about {
    	padding: 60rem 0;
	}
	.home_about_content {
		width: 606rem;
	}
	.news {
    	padding: 60rem 0;
	}
	.news_overlay {
		margin-top: 0rem;
		flex-wrap: wrap;
	}
	.news_item {
		margin-top: 20rem;
		width: calc(100% - 80rem);
	}
	.footer_overlay {
		flex-wrap: wrap;
	}
	.footer_logo {
        margin-right: calc(100% - 98rem);
    }
    .footer_item {
    	width: 50%;
    	margin-top: 60rem;
    }
    .subhero_bg1 {
    	left: -374rem;
    	top: -374rem;
	}
	.subhero_bg {
		width: 800rem;
	}
	.subhero_bg2 {
    	right: -376rem;
    	top: -373rem;
	}
	.subhero_btn {
    	margin-top: 40rem;
	}
	.page {
    	padding: 40rem 0 100rem;
	}
	.page_content {
		padding: 40rem;
	}
	.page_content h2 {
    	margin: 20rem 0 15rem;
	}
	.map_filter {
		flex-wrap: wrap;
	}
	.ff_work  {
		width: 100%;
		margin-top: 20rem;
	}
	.ff_btns {
		margin-left: 0;
		margin-top: 40rem;
	}
	.form-select {
		width: 314rem;
	}
	.ff_search_input {
		width: 286rem;
	}
	.ce_filials_map {
		flex-direction: column-reverse;
	}
	.map_item {
		width: 100%;
		border-radius: 20rem 20rem 0 0;
	}
	.location-list-wrapper {
		padding: 20rem 20rem 20rem 40rem;
	}
	.location-item {
		width: auto;
	}
	.location-list {
    	height: auto;
    	max-height: 626rem;
	}
	.map {
		padding-bottom: 100rem;
	}
	.contacts_overlay {
		flex-direction: column;
		align-items: flex-start;
	}
	.contacts_info {
		margin-left: 60rem;
	}
	.contacts {
		background-size: 1016rem;
        padding: 40rem 0 120rem;
        background-repeat: no-repeat;
        margin-bottom: 0;
	}
	.contacts_form {
		width: auto;
		margin-top: 40rem;
	}
	.contacts_form_input_small {
    	width: 255rem;
	}
	.mobility_overlay .location-item {
		width: 635rem;
	}
}
@media screen and (max-width: 480px) {
	html {
        font-size: 0.2667vw;
    }
    .container {
        width: 335rem;
    }
    .header_currency {
    	align-items: flex-start;
    	flex-direction: column;
    	margin-right: 40rem;
    }
    .header_currency_item.usd {
    	margin-right: 0;
    }
    header {
    	padding: 20rem 0;
    }
    h1 {
    	font-size: 30rem;
    }
    .hero {
        padding: 120rem 0 50rem;
    }
    .hero_subtitle {
    	margin-top: 20rem;
    	font-size: 14rem;
    }
    .btn {
    	width: calc(100% - 80rem);
    	text-align: center;
    }
    .hero_services {
    	padding: 20rem;
    	margin-top: 50rem;
		width: auto;
    }
    .hero_services_item {
    	margin-top: 20rem;
    }
    .hero_services_title {
    	margin-bottom: 0rem;
    }
    .hero_services_item_content {
    	margin-left: 17rem;
    }
    .advantages {
        padding: 50rem 0;
    }
    h2 {
    	font-size: 30rem;
    }
    .advantages_item {
    	padding: 20rem;
    	max-width: 293rem;
    }
    .advantages_item_title {
    	margin: 20rem 0 10rem;
	}
	.home_about {
        padding: 50rem 0;
    }
    .home_about_gallery_item {
    	width: 103rem;
	}
	.home_about_gallery_image {
		margin-top: 11rem;
	} 
    .home_about_content {
        width: auto;
        padding: 30rem;
    }
    .home_about_title {
    	margin-bottom: 0;
    }
    .home_about_content_item p {
    	font-size: 14rem;
    }
    .home_about_btn {
    	margin-top: 30rem;
	}
	.dark_btn {
		width: auto;
		text-align: center;
	}
	.news {
        padding: 50rem 0;
    }
    .news_item {
    	padding: 30rem;
    	width: calc(100% - 60rem);
    }
    footer {
    	padding: 50rem 0 30rem;
    }
    .footer_item {
    	margin-top: 40rem;
    	width: 100%;
    }
    .footer_copiryght {
    	margin-top: 40rem;
    }
    .subhero {
        padding: 90rem 0 0rem;
    }
    .subhero_title {
    	margin: 40rem 0 0;
    }
    .subhero_btn {
        margin: 30rem 0;
    }
    .subhero_bg {
        width: 780rem;
    }
    .subhero_bg1 {
    	top: -350rem;
    	left: -434rem;
    }
    .subhero_bg2 {
    	top: -350rem;
    	right: -446rem;
    }
    .page {
        padding: 20rem 0 100rem;
    }
    .page_content {
        padding: 20rem 30rem;
        width: calc(100% - 20rem);
        margin-left: -20rem;
        border-radius: 25rem;
    }
    .page_doc .page_doc_item {
    	margin-right: 0;
    }
    .wp-block-table td, .wp-block-table th {
    	padding: 15rem;
    }
    .page_content h3 {
    	font-size: 24rem;
    }
    .page_content h2 {
		font-size: 24rem;
	}
    .ce_filials {
    	margin-top: 20rem;
	}
	.form-select {
        width: 303rem;
    }
    .ff_search_input {
        width: 275rem;
    }
    .ff_search {
    	margin-top: 15rem;
    }
    .ff_btns {
    	margin-top: 30rem;
    }
    .redtext_btn {
    	width: max-content;
    }
    .map_item {
    	height: 333rem;
    }
    .location-list-wrapper {
        padding: 20rem 20rem 20rem 30rem;
    }
    .map {
        padding-bottom: 80rem;
    }
    .contacts_info {
    	margin-left: 0;
    	width: 100%;
    }
    h3 {
    	font-size: 24rem;
    }
    .contacts_info_title {
    	text-align: center;
    }
    .contacts_info_item_content {
    	width: 271rem;
    }
    .contacts_form {
    	padding: 30rem 25rem;
    }
    .contacts_form_overlay {
    	flex-wrap: wrap;
    }
    .contacts_form_title {
    	text-align: center;
    }
    .contacts_form_text {
    	font-size: 14rem;
    	text-align: center;
    }
    .contacts_form_submit {
    	width: 100%;
    }
    .contacts {
    	padding: 40rem 0 80rem;
    }
    .modal_content {
    	flex-direction: column;
    	padding: 20rem;
    	top: calc(50% - 114rem);
    	left: calc(50% - 171rem);
    }
    .modal_info {
    	margin-left: 0;
    	text-align: center;
    	width: 300rem;
    	margin-top: 30rem;
	}
	.article_title {
		font-size: 20rem;
	} 
	.location_dis {
		width: auto;
	}
	.mobility_overlay .location-item {
    	width: 265rem;
	}
}

   