/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
	--Title-High: 36px;
	--Title-Low: 28px;
	--Base-High: 18px;
	--Base-Low: 18px;
	--Body-High: 16px;
	--Body-Low: 15px;
	--Caption: 12px;
	--Black: #000000;
	--Gray80: #333333;
	--Gray50: #808080;
	--Gray30: #B3B3B3;
	--Gray10: #E6E6E6;
	--Gray8: #EBEBEB;
	--Gray6: #F0F0F0;
	--Gray4: #F5F5F5;
	--White: #FFFFFF;
	--Blue: #0077AA;
	--Red: #DE0303;
	--Green: #4B9B4A;
	--INFO: #FA00FF;
	--hover-in: 0ms;
	--hover-out: 300ms;
}

@font-face {
	font-family: eUkraine;
	src: url(../font/e-Ukraine/e-Ukraine-Thin.eot);
	src: url(../font/e-Ukraine/e-Ukraine-Thin.eot?#iefix) format("embedded-opentype"), url(../font/e-Ukraine/e-Ukraine-Thin.ttf) format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: eUkraine;
	src: url(../font/e-Ukraine/e-Ukraine-UltraLight.eot);
	src: url(../font/e-Ukraine/e-Ukraine-UltraLight.eot?#iefix) format("embedded-opentype"), url(../font/e-Ukraine/e-Ukraine-UltraLight.ttf) format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: eUkraine;
	src: url(../font/e-Ukraine/e-Ukraine-Light.eot);
	src: url(../font/e-Ukraine/e-Ukraine-Light.eot?#iefix) format("embedded-opentype"), url(../font/e-Ukraine/e-Ukraine-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: eUkraine;
	src: url(../font/e-Ukraine/e-Ukraine-Regular.eot);
	src: url(../font/e-Ukraine/e-Ukraine-Regular.eot?#iefix) format("embedded-opentype"), url(../font/e-Ukraine/e-Ukraine-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: eUkraine;
	src: url(../font/e-Ukraine/e-Ukraine-Medium.eot);
	src: url(../font/e-Ukraine/e-Ukraine-Medium.eot?#iefix) format("embedded-opentype"), url(../font/e-Ukraine/e-Ukraine-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: eUkraine;
	src: url(../font/e-Ukraine/e-Ukraine-Medium.eot);
	src: url(../font/e-Ukraine/e-Ukraine-Medium.eot?#iefix) format("embedded-opentype"), url(../font/e-Ukraine/e-Ukraine-Medium.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: eUkraine;
	src: url(../font/e-Ukraine/e-Ukraine-Bold.eot);
	src: url(../font/e-Ukraine/e-Ukraine-Bold.eot?#iefix) format("embedded-opentype"), url(../font/e-Ukraine/e-Ukraine-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: var(--White);
}

body, button, input, textarea, select, option {
	font-family: eUkraine, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}

body.fixed {
	overflow: hidden;
}

a {
	color: var(--Blue);
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}

svg {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.container {
	width: 1224px;
	margin: 0 auto;
}

.heading1 {
	font-size: var(--Title-High);
	font-weight: 500;
	word-break: break-word;
	text-align: center;
	padding-bottom: 30px;
}

hr {
	height: 1px;
	border: none;
	background-color: var(--Gray10);
}

@-webkit-keyframes Show {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0.75;
	}

	100% {
		opacity: 1;
	}
}

@keyframes Show {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0.75;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes Hide {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.75;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes Hide {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.75;
	}

	75% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.contactinfo {
	font-size: var(--Body-High);
	line-height: 1.4;
	font-weight: 200;
	color: var(--Gray30);
	text-align: center;
	padding-bottom: 20px;
}

.contactinfo a, .contactinfo button {
	color: var(--Gray30);
	-webkit-transition: color var(--hover-out);
	-o-transition: color var(--hover-out);
	transition: color var(--hover-out);
}

.contactinfo a:hover, .contactinfo button:hover {
	color: var(--Black);
	-webkit-transition: color var(--hover-in);
	-o-transition: color var(--hover-in);
	transition: color var(--hover-in);
}

.contactinfo button {
	font-size: 1em;
	font-weight: 200;
	border: none;
	background-color: unset;
	cursor: pointer;
	text-decoration: underline;
}

@media screen and (min-width: 1920px) and (min-height: 992px) {
	.container {
		width: 1400px;
	}
}

@media screen and (max-width: 1400px) {
	.container {
		width: 992px;
	}
}

@media screen and (max-width: 1200px) {
	.container {
		width: 960px;
	}
}

@media screen and (max-width: 992px) {
	.container {
		width: 640px;
	}
}

@media screen and (max-width: 720px) {
	.container {
		width: 80vw;
	}
	.heading1 {
		--Title-High: 32px;
		padding-bottom: 5vw;
	}
}

@media screen and (max-width: 720px) and (orientation: landscape) {
	.heading1 {
		padding-bottom: 3vw;
	}
}

@media screen and (max-width: 425px) {
	.container {
		width: 90vw;
	}
	.heading1 {
		text-align: left;
		--Title-High: 26px;
	}
}

@media screen and (max-width: 360px) {
	.heading1 {
		--Title-High: 20px;
	}
}

@media screen and (max-width: 260px) {
	.heading1 {
		word-break: break-all;
	}
}