
:root {
	--theme-border-radius: 32px;
}

html, body {
	height: 100% !important;
}
body.body_frontend {
	display: flex !important;
	flex-direction: column !important;
	font-family: 'Montserrat', sans-serif;
	background-image: url("../img/background_1.webp");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.wrap {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	flex-shrink: 0 !important;
}
.wp-block-hc-alternate-group-section {
	margin-bottom: 1rem;
}
h2, h3, h4 {
	font-weight: 700;
	margin-bottom: 1.5rem;
}
.wp-block-hc-alternate-group-section > h2 {
	margin-top: 2rem;
}
.wp-block-hc-alternate-group-section ol {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
	counter-reset: item;
}
.wp-block-hc-alternate-group-section ol li ol {
	margin-top: 1rem;
}
.wp-block-hc-alternate-group-section ul {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
}
.wp-block-hc-alternate-group-section ul li ul {
	margin-top: 1rem;
}
.wp-block-hc-alternate-group-section ol > li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
.wp-block-hc-alternate-group-section ul > li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
}
.wp-block-hc-alternate-group-section ul > li:last-child {
	margin-bottom: 0;
}
.wp-block-hc-alternate-group-section ol > li {
	counter-increment: item;
}
.wp-block-hc-alternate-group-section ol > li:last-child {
	margin-bottom: 0;
}
.wp-block-hc-alternate-group-section ol > li:before {
	position: absolute;
	left: 0;
	top: -2px;
	content: counter(item);
	display: flex;
	width: 27px;
	height: 27px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border: 1px solid var(--bs-primary);
	border-radius: 50%;
}
.wp-block-hc-alternate-group-section ul > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.50024' r='3.5' fill='%23E50539'/%3E%3Ccircle cx='8.5' cy='8.50024' r='8' stroke='%23E50539'/%3E%3C/svg%3E%0A");
}
.wp-block-hc-alternate-group-section .wp-block-image img {
	border-radius: var(--bs-border-radius);
}
.wp-block-hc-alternate-group-section .wp-block-hc-alternate-group-section {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.wp-block-hc-alternate-group-section {
		margin-bottom: 0;
	}
	.wp-block-hc-alternate-group-section > h2 {
		margin-top: 0;
	}
	.wp-block-hc-alternate-group-section h2,
	.wp-block-hc-alternate-group-section ul,
	.wp-block-hc-alternate-group-section ol {
		margin-bottom: 1rem;
	}
}

.wp-block-image,
.wp-block-media-text {
	margin-bottom: 1rem;
}
.wp-block-media-text img {
	border-radius: var(--bs-border-radius);
}
.wp-block-hc-container {
	max-width: 1200px;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

.breadcrumb {
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
}
.breadcrumb a {
	color: inherit;
}
.modal {
	color: initial;
}
.modal .form-control {
	background-color: #ffffff;
	color: inherit;
	box-shadow: none !important;
}

/**
	Buttons
 */
.btn {
	font-size: 14px;
	padding: 12px 55px;
	border-radius: var(--theme-border-radius);
}

/**
	Header
 */
header.header {
	flex-shrink: 0 !important;
}
header.header .header-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
header.header .logo img {
	max-width: 100px;
}
header.header nav.desktop_ver > ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
header.header nav > ul > li {
	padding: 5px 10px;
}
header.header nav > ul > li > a {
	position: relative;
	display: block;
	font-size: .8rem;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 5px;
	color: #fff;
	background-color: transparent;
	border-radius: 5px;
}
header.header nav > ul > li > a.active,
header.header nav > ul > li:hover > a {
	background-color: rgb(0 0 0 / 30%);
}
header.header nav.desktop_ver .dropdown-menu {
	padding: 1rem 0;
	border: none;
	background-color: rgb(255 255 255);
}
header.header nav.desktop_ver .dropdown-menu li{
color:#000;
}
header.header nav.desktop_ver .depth_1 {
	left: 100%;
	top: -26px;
}
header.header nav.desktop_ver > ul > li ul > li a.dropdown-toggle:after {
	transform: rotate(-90deg);
}
header.header nav.desktop_ver > ul > li ul > li.dropdown:hover ul {
	display: block;
}
header.header nav.desktop_ver .dropdown-menu .dropdown-item {
	font-size: .85rem;
	padding: 0.25rem 1.3rem;
	color: inherit;
}
header.header nav.desktop_ver .dropdown-menu .dropdown-item.active,
header.header nav.desktop_ver .dropdown-menu .dropdown-item:active {
	background-color: inherit;
}
header.header nav.desktop_ver .dropdown-menu .dropdown-item:focus {
	background-color: #242424 !important;
}
header.header nav.desktop_ver .dropdown-menu .dropdown-item:hover a{
  text-decoration: underline;
}
header.header .mobile-menu-button {
	display: none;
	position: absolute;
	top: 22px;
	right: 0;
	width: 28px;
	height: 24px;
	cursor: pointer;
}
header.header .mobile-menu-button span {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}
header.header .mobile-menu-button span:nth-child(1) {
	top: 2px;
}
header.header .mobile-menu-button span:nth-child(2) {
	top: 10px;
}
header.header .mobile-menu-button span:nth-child(3) {
	top: 18px;
}
header.header nav.mobile_ver > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header.header nav.mobile_ver > ul > li {
	position: relative !important;
	border-bottom: 1px solid #e7e7e7;
}
header.header nav.mobile_ver > ul > li > a {
	display: block;
	padding: 8px;
	margin-right: 45px;
	text-decoration: none;
	background-color: transparent;
}
header.header nav.mobile_ver > ul > li a:after {
	display: none !important;
}
header.header nav.mobile_ver > ul > li .arrow {
	position: absolute;
	top: 8px;
	right: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-primary);
}
header.header nav.mobile_ver > ul > li .arrow:after {
	content: "";
	display: inline-block;
	vertical-align: 0.255em;
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
header.header nav.mobile_ver > ul > li .arrow.show:after {
	transform: rotate(180deg);
}
header.header nav.mobile_ver .dropdown-menu {
	position: relative;
	top: 0 !important;
	flex-direction: column;
	border: none;
	margin-bottom: -1px;
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 0;
}
header.header nav.mobile_ver .dropdown-menu li {
	width: 100%;
}
header.header nav.mobile_ver .dropdown-menu li > .dropdown-item {
	font-size: .9rem;
	color: initial !important;
	background-color: inherit !important;
}
header.header nav.mobile_ver .dropdown-menu li .logo img {
	height: 42px;
}
header.header .offcanvas {
	max-width: 300px;
}
header.header .offcanvas a {
	color: #000;
}
header.header .offcanvas-header {
	position: relative;
}
header.header .offcanvas-header .btn-close {
	position: absolute;
	top: 20px;
	right: 25px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='%23000000' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/2.3em auto no-repeat;
}
@media (max-width: 991px) {
	header.header {
		margin-bottom: 50px;
		background-color: rgb(0 0 0 / 75%);
	}
	header.header .header-wrap {
		height: 68px;
	}
	header.header .logo img {
		height: 54px;
	}
	header.header .mobile-menu-button {
		display: block;
	}
	header.header nav.desktop_ver {
		display: none;
	}
	header.header nav.mobile_ver .dropdown-menu {
		background-color: transparent;
	}
}

footer.footer {
	padding-top: 40px;
	padding-bottom: 25px;
	background-image: url("../img/av-compass 1.webp");
	background-repeat: no-repeat;
	background-position: bottom center;
}
footer.footer .footer-logo {
	max-width: 98px;
}
footer.footer .heading {
	font-size: inherit;
	margin-bottom: 24px;
}
footer.footer .footer-nav-wrap {
	justify-content: space-evenly;
}
footer.footer nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer.footer nav ul li {
	font-size: .8rem;
	padding-bottom: 4px;
}
footer.footer nav ul li a {
	color: inherit;
	text-decoration: none;
}
footer.footer nav ul li a:hover {
	color: var(--bs-primary);
}
footer.footer .social {
	display: flex;
	justify-content: center;
}
footer.footer .social a {
	color: #fff;
	text-decoration: none;
	margin-right: 18px;
}
footer.footer .social a:last-child {
	margin-right: 0;
}
footer.footer .social a svg {
	fill: #ffffff;
}
footer.footer .social a:hover svg {
	fill: var(--bs-primary);
}
footer.footer .footer-logos-wrap {
	margin-top: 32px;
	margin-bottom: 20px;
}
footer.footer .footer-logos {
	display: flex;
	justify-content: space-around;
}
footer.footer .footer-logos img {
	margin: 0 24px;
	opacity: .3;
}
footer.footer .footer-text {
	font-size: .75rem;
	text-align: center;
	opacity: .4;
	max-width: 770px;
	margin: auto;
}
@media (max-width: 991px) {
	footer.footer {
		padding-top: 0;
	}
	footer.footer .container {
		text-align: center;
		padding-top: 25px;
	}
	footer.footer .footer-logo {
		position: relative;
		max-width: none;
	}
	footer.footer .footer-logo img {
		width: 75px;
	}
	footer.footer .footer-logo:before,
	footer.footer .footer-logo:after {
		content: "";
		position: absolute;
		top: 50%;
		width: calc(50% - 75px);
		height: 1px;
		background-color: var(--bs-primary);
	}
	footer.footer .footer-logo:before {
		left: 0;
	}
	footer.footer .footer-logo:after {
		right: 0;
	}
	footer.footer .footer-nav-wrap {
		margin-top: 2rem;
	}
	footer.footer nav ul li {
		font-size: .9rem;
		padding-bottom: 10px;
	}
	footer.footer .footer-logos {
		justify-content: center;
		flex-wrap: wrap;
	}
	footer.footer .footer-logos img {
		max-width: 100px;
		margin: 0 15px 15px !important;
	}
	footer.footer .hr_2 {
		margin-top: 0;
	}
}

/**
	Home Page
 */
.home-page-hero .home-page-hero__wrap {
	position: relative;
	padding-bottom: 50px;
}
.home-page-hero .home-page-hero__content {
	width: 50%;
}
.home-page-hero .home-page-hero__content .title {
	font-weight: 700;
	text-transform: uppercase;
}
.home-page-hero .home-page-hero__content .title b {
	display: block;
}
.home-page-hero .home-page-hero__content .descr {
	margin-top: 28px;
}
.home-page-hero .home-page-hero__content .btn {
	margin-top: 28px;
}
.home-page-hero .home-page-hero__wrap .plane_json {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .6;
	z-index: -1;
}
/*.home-page-hero .home-page-hero__wrap .plane_wrap {
	position: absolute;
	bottom: 0;
	transform: translateX(50%);
	width: 560px;
	height: 280px;
	z-index: -1;
	display: none;
}*/
/*.home-page-hero .home-page-hero__wrap .plane_decor {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: .4;
	background-image: url('../img/plane_decor3.svg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	animation: plane_decor_animate linear 10s infinite;
}*/
/*.home-page-hero .home-page-hero__wrap .plane {
	position: absolute;
	bottom: -8px;
	left: -44px;
	width: 230px;
	height: 150px;
	opacity: .6;
	background: url('../img/plane.svg') no-repeat;
	background-size: contain;
	animation: plane_animate_xl 10s linear infinite;
}*/
/*@media (max-width: 1199px) {
	.home-page-hero .home-page-hero__wrap .plane_wrap {
		width: 400px;
		height: 200px;
	}
	.home-page-hero .home-page-hero__wrap .plane {
		bottom: -10px;
		left: -44px;
		width: 160px;
		height: 105px;
		animation: plane_animate_lg 10s linear infinite;
	}
}*/
@media (max-width: 991px) {
	.home-page-hero .home-page-hero__content {
		width: 100%;
		text-align: center;
	}
	.home-page-hero .home-page-hero__wrap .plane_json {
		top: auto;
	}
	.home-page-hero .home-page-hero__content .descr {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	/*.home-page-hero .home-page-hero__wrap .plane_wrap {
		transform: translateX(0);
	}*/
}
/*@media (max-width: 767px) {
	.home-page-hero .home-page-hero__content .title {
		font-size: 78px;
		line-height: 74px;
	}
}*/
/*@media (max-width: 575px) {
	.home-page-hero .home-page-hero__content .title {
		font-size: 54px;
		line-height: 50px;
	}
	.home-page-hero .home-page-hero__wrap .plane_wrap {
		transform: translateX(30%);
		width: 200px;
		height: 100px;
	}
	.home-page-hero .home-page-hero__wrap .plane {
		bottom: -2px;
		left: -15px;
		width: 80px;
		height: 52px;
		animation: plane_animate 10s linear infinite;
	}
}*/

/**
	Welcome Section
 */
.welcome_section {
	padding-bottom: 30px;
}
.welcome_section .welcome_section__content .title {
	font-weight: 700;
	text-transform: uppercase;
}
.welcome_section .welcome_section__content .title b {
	display: block;
	font-weight: 700;
}
.welcome_section .welcome_section__content .descr {
	margin-top: 28px;
}
.welcome_section .welcome_section__content .btn {
	margin-top: 28px;
}
.welcome_section .welcome_section__image {
	text-align: center;
}
@media (max-width: 991px) {
	.welcome_section .welcome_section__content {
		text-align: center;
	}
	.welcome_section .welcome_section__content .descr {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.welcome_section .welcome_section__image {
		margin-top: 2rem;
	}
}

.wp-block-group.bg2 {
	background-image: url('../img/background_2_2.webp');
	background-repeat: no-repeat;
	background-position: center;
}
.wp-block-group.bg3 {
	background-image: url('../img/background_3_2.webp');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}
.wp-block-group.bg_clouds {
	background-image: url('../img/background_clouds.webp');
	background-position: center;
	background-size: contain;
}
.wp-block-group.bg5 {
	background-image: url('../img/background_5.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@keyframes plane_decor_animate {
	0% {
		width: 0;
	}
	80% {
		width: 100%;
	}
	100% {
		width: 100%;
	}
}
@keyframes plane_animate_xl {
	0% {
		transform: translate(0px, 0px);
	}
	80% {
		transform: translate(560px, -280px);
	}
	95% {
		transform: translate(1520px, -1278px);
	}
	100% {
		transform: translate(1520px, -1278px);
	}
}
@keyframes plane_animate_lg {
	0% {
		transform: translate(0px, 0px);
	}
	80% {
		transform: translate(400px, -200px);
	}
	95% {
		transform: translate(100vw, -100vh);
	}
	100% {
		transform: translate(100vw, -100vh);
	}
}
@keyframes plane_animate {
	0% {
		transform: translate(0px, 0px);
	}
	80% {
		transform: translate(200px, -100px);
	}
	95% {
		transform: translate(100vw, -100vh);
	}
	100% {
		transform: translate(100vw, -100vh);
	}
}

/* plugin luckywp-table-of-contents */
.lwptoc {
	margin: 15px 0 !important;
}
.lwptoc-light .lwptoc_i {
	padding: 14px 18px 10px;
	background-color: transparent!important;
	border: 1px solid var(--bs-secondary)!important;
	border-radius: var(--bs-border-radius);
}
.lwptoc_toggle_label {
	border: none!important;
	background: none!important;
	padding: 0!important;
	outline: none!important;
	cursor: pointer;
	color: #fff;
}
