html, body {
	background-color: black;
	color: white;
}

body {
	border: 0;
	margin: 0;

	font-family: 'Montserrat';
	font-size: 0.2in;
	line-height: 0.3in;

	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.select {
	-webkit-touch-callout: unset; /* iOS Safari */
	-webkit-user-select: text; /* Safari */
	-khtml-user-select: text; /* Konqueror HTML */
	-moz-user-select: text; /* Old versions of Firefox */
	-ms-user-select: text; /* Internet Explorer/Edge */
	user-select: text; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.font1 {
	font-size: 0.15in;
	line-height: 0.2in;
}

.font2 {
	font-size: 0.2in;
	line-height: 0.3in;
}

.font3 {
	font-size: 0.3in;
	line-height: 0.4in;
}

.font4 {
	font-size: 0.4in;
	line-height: 0.5in;
}

.pc .font6 {
	font-size: 0.6in;
	line-height: 0.7in;
}

.mobile .font6 {
	font-size: 0.3in;
	line-height: 0.4in;
}

.img10 {
	height: 1in;
}

.img5 {
	height: 0.5in;
}

.page {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

.block, .mobile .mobile-block {
	width: 100%;
	text-align: justify;
	text-align-last: left;
	overflow: visible;
	position: relative;
}

.content120 {
	max-width: 12in;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex: auto;
}

.column {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.absfill {
	position: absolute;
	width: 100%;
	height: 100%;
}

.end {
	justify-content: flex-end;
	align-content: flex-end;
}

.pad5 {
	padding: 0.05in;
}

.pc .top2 {
	padding-top: 0.2in;
}

.pc .bottom2 {
	padding-bottom: 0.2in;
}

.pc .top5 {
	padding-top: 0.5in;
}

.pc .bottom5 {
	padding-bottom: 0.5in;
}

.pc .top10 {
	padding-top: 1in;
}

.pc .bottom10 {
	padding-bottom: 1in;
}

.pc .right1 {
	padding-right: 0.1in;
}

.pc .right2 {
	padding-right: 0.2in;
}

.pc .left1 {
	padding-left: 0.1in;
}

.pc .left2 {
	padding-left: 0.2in;
}

.mobile .top2 {
	padding-top: 0.1in;
}

.mobile .bottom2 {
	padding-bottom: 0.1in;
}

.mobile .top5 {
	padding-top: 0.25in;
}

.mobile .bottom5 {
	padding-bottom: 0.25in;
}

.mobile .top10 {
	padding-top: 0.5in;
}

.mobile .bottom10 {
	padding-bottom: 0.5in;
}

.mobile .right1 {
	padding-right: 0.1in;
}

.mobile .right2 {
	padding-right: 0.1in;
}

.mobile .left1 {
	padding-left: 0.1in;
}

.mobile .left2 {
	padding-left: 0.2in;
}

.primary, .primary a {
	color: hsl(24, 100%, 50%);
}

.primary a, a.primary, a.secondary {
	text-decoration: none;
}

.secondary {
	color: hsl(200, 100%, 50%)
}

.bold {
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

.center {
	text-align: center;
	text-align-last: center;
	align-items: center;
	justify-content: center;
}

.rcenter {
	text-align: center;
	text-align-last: center;
	justify-content: center;
}

.jcenter {
	justify-content: center;
}

.ccenter {
	align-items: center;
}

.justify {
	text-align: justify;
	text-align-last: justify;
	align-items: stretch;
}

.left {
	text-align: left;
	text-align-last: left;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: flex-start;
}

.right {
	text-align: right;
	text-align-last: right;
	align-items: flex-end;
	justify-content: flex-end;
	align-self: flex-end;
}

.text-shadow {
	text-shadow: 0.01in 0.02in 0.02in rgba(0, 0, 0, 1), -0.01in 0 rgba(0, 0, 0, 0.2), 0 0.01in rgba(0, 0, 0, 0.2), 0.01in 0 rgba(0, 0, 0, 0.2), 0 -0.01in rgba(0, 0, 0, 0.2)
}

.nowrap {
	white-space: nowrap;
}

.wrap {
	flex-wrap: wrap;
}

.min30 {
	min-width: 3in;
}

.flex10 {
	flex: 1;
}

.noflex {
	flex: none;
}

.gap2 {
	row-gap: 0.2in;
	column-gap: 0.2in;
}

.mobile .gap2 {
	row-gap: 0.1in;
	column-gap: 0.1in;
}

.rgap2 {
	row-gap: 0.2in;
}

.rgap4 {
	row-gap: 0.4in;
}

.cgap2 {
	column-gap: 0.2in;
}

.cgap3 {
	column-gap: 0.3in;
}

.cgap5 {
	column-gap: 0.5in;
}

.mobile .nomobile {
	display: none !important;
}

.light {
	color: #000000;
}

.dark {
	color: #FFFFFF;
}

.light .pale {
	color: #808080;
}

.dark .pale {
	color: #C0C0C0;
}

ul {
	margin-block-start: 0.1in;
	margin-block-end: 0.1in;
	padding-inline-start: 0.3in;
}

/* Элементы */

.button {
	display: block;
	padding: 0.1in 0.3in;
	background-color: hsl(24, 100%, 50%);
	border: none;
	border-radius: 0.05in;
	color: #ffffff;
	text-decoration: none;
	transition: background-color 250ms ease-out
}

.button:hover {
	background-color: hsl(24, 100%, 60%);
}

.button.secondary {
	background-color: hsl(200, 100%, 50%);
}

.button.secondary:hover {
	background-color: hsl(200, 100%, 60%);
}

.far {
	-webkit-text-stroke: 0.5px black; /* Тонкая обводка */
    text-stroke: 0.5px black;
}

.hidden {
	display: none;
}
