html, body {
	height: 100%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
	font-size: 15px;
	background-color: #ededed;
	scroll-behavior: smooth;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: Verdana, Geneva, sans-serif!important;
	font-weight: bold;
}

h1, .h1 {
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
}

.nospacing {
	letter-spacing: normal;
}

.spacing {
	letter-spacing: 5px;
}

.pointer {
	cursor: pointer;
}

.color-red {
	color: red;
}

a, a:hover, a .line {
	color: #000;
	text-decoration: underline!important;
}

a.btn, a.btn:hover, a .icon, a:hover .icon, a.no-line, a.no-line:hover, a.dashed, a.dashed:hover, a.pgp {
	text-decoration: none!important;
}

a.dashed>span {
	position: relative;
}

a.dashed>span:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	border-bottom: 1px dashed;
}

a[name] {
	display: block;
	height: 0;
}

a[name="top"] {
	position: absolute;
	top: 0;
	left: 0;
}

a[href="#top"] {
	position: fixed;
	bottom: 10px;
	left: 10px;
	font-size: 2rem;
	line-height: 0.5;
	opacity: .4;
	color: #94cce7;
}

a[href="#top"]:hover {
	opacity: .8;
}

svg.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

svg.icon.circle {
	color: #fff;
	width: 2em;
	height: 2em;
	background-color: #000;
	border-radius: 999px;
	padding: .35em;
}

svg.icon.circle.big {
	width: 4em;
	height: 4em;
	padding: .7em;
}

.bg-white {
	background-color: #fff;
}

.bg-grey {
	background-color: #ededed;
}

.bg-black {
	background-color: #000;
	color: #ccc;
}

.bg-lightblue {
	background-color: #94cce7;
}

.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6 {
	color: #fff;
}

.color-lightblue {
	color: #94cce7!important;
}

.font-10 {
	font-size: 10px;
}

.font-12 {
	font-size: 12px;
}

.font-16 {
	font-size: 16px;
}

.font-25 {
	font-size: 25px;
}

.font-40 {
	font-size: 40px;
}

.address {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	position: relative;
	color: #fff;
	background-color: #000;
	border-radius: 999px;
	padding: 1rem 2.5rem;
	font-size: 1.8rem;
	line-height: 2rem;
}

.btn-mix {
	border: none;
	color: #000;
	border-radius: 999px;
	border: 2px solid transparent;
}

.btn-mix:hover {
	color: #000;
}

.btn-mix-primary {
	background-color: #94cce7;
	border-color: #94cce7;
	font-weight: bold;
	padding-left: 60px;
	padding-right: 60px;
	box-shadow: 0px 15px 30px -5px rgba(0, 0, 0, 0.2);
}

.btn-mix-primary:hover {
	background-color: #88B0CA;
	border-color: #88B0CA;
	color: #fff;
}

.btn-mix-outline {
	background-color: #fff;
	border-color: #ccc;
	padding-left: 40px;
	padding-right: 40px;
}

.btn-mix-outline:hover {
	background-color: #d5e9f3;
}

.form-control-mix {
	background-color: #eeeeee;
	border: 2px solid #eee;
	border-radius: 999px;
}

.form-control-mix {
	height: 50px;
	text-align: center;
}

.form-control-mix:disabled {
	border: 2px solid #ccc;
	background: #fff;
}

.form-control-mix::-webkit-input-placeholder {
	color: #ababab;
}

.form-control-mix::-moz-placeholder {
	color: #ababab;
}

.form-control-mix:-ms-input-placeholder {
	color: #ababab;
}

.form-control-mix:-moz-placeholder {
	color: #ababab;
}

/*  */

header {
	position: relative;
}

header>.container {
	padding-top: 53px;
}

header .bg-right {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 31px;
	background: url(images/header-bg.png) no-repeat top left, #fff;
}

header .mirror {
	white-space: nowrap;
	font-size: 13px;
	padding: 9px 0 23px 0;
	position: relative;
	z-index: 1;
}

.menu {
	position: relative;
}

.menu .nav {
	display: inline-flex;
	margin-top: -5px;
}

.menu .nav-item.adaptive-only {
	display: none;
}

.menu .nav-link {
	padding-left: 16px;
	padding-right: 16px;
}

.divider {
	width: 1px;
	height: 22px;
	background: #000;
}

hr {
	border-color: #000;
}

hr.short {
	width: 60px;
	border: 1px solid #000;
}

.pic-01 {
	background: #fff url(images/pic-01.jpg) no-repeat calc(100% + 230px) -40px;
	background-origin: content-box;
	min-height: 600px;
}

.pic-02 {
	background: #000 url(images/pic-02.jpg) no-repeat right 150px top -100px;
}

.pic-03 {
	background: #fff url(images/pic-03.jpg) no-repeat center top;
	background-size: contain;
	min-height: 500px;
}

.pic-04 {
	background: #fff url(images/pic-04.jpg) no-repeat left top;
	background-size: cover;
}

.pic-05 {
	background: #fff url(images/pic-05.jpg) no-repeat right top;
	background-size: contain;
	min-height: 600px;
}

.pic-06 {
	background: #fff url(images/pic-06.jpg) no-repeat left top;
	background-size: cover;
	margin-left: -15px;
}

.pgp {
	display: inline-block;
	border: 2px solid #000;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 13px;
}

/* LOADER */

#loader {
	width: 130px;
	height: 30px;
	display: block;
	position: relative;
	margin: auto;
}

.loader-block {
	background-color: #000;
	float: left;
	height: 23px;
	margin-left: 7px;
	width: 23px;
	opacity: 0.1;
	animation-name: bounceG;
	-o-animation-name: bounceG;
	-ms-animation-name: bounceG;
	-webkit-animation-name: bounceG;
	-moz-animation-name: bounceG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
}

#block-1 {
	animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	-ms-animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-moz-animation-delay: 0.45s;
}

#block-2 {
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}

#block-3 {
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
}

#block-4 {
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
}

@keyframes bounceG {
	0% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		transform: scale(0.7);
		opacity: 0.1;
	}
}

@-o-keyframes bounceG {
	0% {
		-o-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-o-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-ms-keyframes bounceG {
	0% {
		-ms-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-ms-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-webkit-keyframes bounceG {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-moz-keyframes bounceG {
	0% {
		-moz-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(0.7);
		opacity: 0.1;
	}
}
