.html--no-scroll {
	overflow-y: hidden;
	position: fixed;
	width: 100%;
}
.site_header__middle-content {
	/* width: 100%; */
	padding-left: 30px;
	max-width: calc(100vw - 150px * 1);
	flex-grow: 1;
}
@media (min-width: 768px) {
	.site_header__middle-content {
		justify-content: flex-end;
	}
	.site_header__middle-content {
		/* width: 100%; */
		max-width: calc(100vw - 205px * 1);
	}
}
@media (min-width: 1650px) {
	.site_header__site-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 170px;
		flex: 0 0 170px;
	}
	.site-menu {
		max-width: 1280px;
		position: relative;
		top: 0;
	}
}
.site-menu {
	list-style: none;
	margin: 0;
	/* font-weight: 700; */
	/* text-transform: uppercase; */
}
.menu-item a {
	text-decoration: none;
}
.menu-item a:not([href]), .menu-item a:not([href]):hover, .footer-legal-menu a:not([href]), .footer-legal-menu a:not([href]):hover {
    cursor: auto !important;
    opacity: 1 !important;
}
@media (max-width: 767px) {
	.site-menu {
		opacity: 0;
		pointer-events: none;
		background: #015BED;
		position: absolute;
		top: 44px;
		right: 15px;
		min-width: 60vw;
		text-align: right;
		transition: all .2s ease-in-out;
		padding: 12px 0;
	}
	.site-menu.--active {
		opacity: 1;
		pointer-events: all;
		transition: all .2s ease-in-out;
	}
	.menu-item a {
		color: #fff;
		padding: 12px 15px;
		display: block;
	}
	.menu-item a:hover,
	.menu-item a:active {
		color: #fff;
		background: rgba(0,0,0,.15);
	}
}
@media (min-width: 768px) {
	.site-menu {
		padding: 0 0 0 30px;
	}
	.menu-item {
		margin-right: 20px;
	}
	@media (min-width: 992px) {
		.menu-item {
			margin-right: 30px;
		}
	}
	.menu-item a {
		color: #253746;
	}
	.menu-item a:hover {
		color: #015BED;
	}
        .site-footer .menu-item a:hover {
            color: #fff;
            opacity: 0.7;
        }
}

.site-header__mobile-menu-toggle--active {
	background: #015BED;
}
.site-header__mobile-menu-toggle span {
	height: 3px;
	display: block;
	margin: 2px 0;
	background: #253746;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.site-header__mobile-menu-toggle--active span {
	background: #fff;
}
.site-header__mobile-menu-toggle--active span:first-child {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 7px;
	height: 3px;
}
.site-header__mobile-menu-toggle--active span:nth-child(2n) {
	opacity: 0;
	height: 3px;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.site-header__mobile-menu-toggle--active span:last-child {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: -7px;
	height: 3px;
}

.contact-form-wrapper {
	margin-top: 30px;
}
.wpcf7 label {
	display: block;
	font-weight: 600;
	margin-top: 1.25em;
}
.wpcf7 label {
	width: 100%;
}
.wpcf7-list-item-label a {
	color: #fff;
}
.wpcf7-textarea, 
.wpcf7-text {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	max-width: 100%;
	width: 100%;
	margin-top: .5em
}
.wpcf7-submit {
	border: none;
	padding: 10px 50px;
	color: #fff;
	border-radius: 5px;
	background: #015bed;
	font-size: 1.8rem;
	font-weight: 600;
	margin-left: 72px;
}
.wpcf7-submit:disabled {
	border: none;
	filter: grayscale(.5);
	opacity: .5;
}
.wpcf7-not-valid-tip {
    color: #fff !important;
    font-size: 1em !important;
    background: #8a2d2d;
    margin-top: 5px;
    border-radius: 5px;
	padding: 3px 5px;
}
.wpcf7-acceptance {
	font-size: 1.3rem;
	font-weight: normal;
}
.wpcf7-acceptance input {
	margin-right: 5px;
	vertical-align: middle;
}
.custom-scrollbar {
	scrollbar-width: thin; /* "auto" or "thin" */
}
.custom-scrollbar--x {
	overflow-x: auto;
}
.custom-scrollbar--y {
	overflow-y: auto;
}
/* -- webkit normal -- */
.custom-scrollbar::-webkit-scrollbar  {
	width: 8px;
	height: 8px;
	cursor: pointer;
}
.custom-scrollbar.custom-scrollbar--y::-webkit-scrollbar {
	width: 10px;
}
.custom-scrollbar--small::-webkit-scrollbar  {
	width: 4px;
	height: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
	border-radius: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 5px;
	border: none;
}
/* -- webkit more contrast -- */
.custom-scrollbar.custom-scrollbar--more-contrast::-webkit-scrollbar-thumb {
	border-radius: 5px;
	border: none;
}
.custom-scrollbar {
	scrollbar-color: #dee2e4 #f4f4f4; /* scroll thumb & track */
}
.custom-scrollbar--more-contrast {
	scrollbar-color: #4f5763 #dee2e4; /* scroll thumb & track */
}
/* -- webkit normal -- */
.custom-scrollbar::-webkit-scrollbar-track {
	background: #f4f4f4;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: #dee2e4;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover,
.custom-scrollbar::-webkit-scrollbar-thumb:active {
	background-color: #ccc;
}
/* -- webkit more contrast -- */
.custom-scrollbar.custom-scrollbar--more-contrast::-webkit-scrollbar-track {
	background: #dee2e4;
}
.custom-scrollbar.custom-scrollbar--more-contrast::-webkit-scrollbar-thumb {
	background-color: #656d78;
}
.custom-scrollbar.custom-scrollbar--more-contrast::-webkit-scrollbar-thumb:hover,
.custom-scrollbar.custom-scrollbar--more-contrast::-webkit-scrollbar-thumb:active {
	background-color: #4f5763;
}
