﻿
@charset "utf-8";

{
	font-family: verdana, arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 21px;
}

@font-face {
	font-family: 'KFDisplay';
	src: url('/library/common/fonts/KFDisplay.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/library/common/fonts/KFDisplay.woff') format('woff'), /* Modern Browsers */
	url('/library/common/fonts/KFDisplay.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/library/common/fonts/KFDisplay.svg#webfont') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'KFDisplayRussia';
	src: url('/library/common/fonts/KFDisplayRussia.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/library/common/fonts/KFDisplayRussia.woff') format('woff'), /* Modern Browsers */
	url('/library/common/fonts/KFDisplayRussia.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/library/common/fonts/KFDisplayRussia.svg#webfont') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'fontello';
	src: url('/library/common/fonts/fontello.eot?41609949');
	src: url('/library/common/fonts/fontello.eot?41609949#iefix') format('embedded-opentype'), url('/library/common/fonts/fontello.woff?41609949') format('woff'), url('/library/common/fonts/fontello.ttf?41609949') format('truetype'), url('/library/common/fonts/fontello.svg?41609949#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KFMeta';
	src: url('/library/common/fonts/KFMeta-NormalTT.eot');
	src: url('/library/common/fonts/KFMeta-NormalTT.eot?#iefix') format('embedded-opentype'), url('/library/common/fonts/KFMeta-NormalTT.woff') format('woff'), url('/library/common/fonts/KFMeta-NormalTT.ttf') format('truetype'), url('/library/common/fonts/KFMeta-NormalTT.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

#topWrapper {
	height: 138px;
	position: relative;
	width: auto;
	min-width: 1030px;
}

#topMainNav {
	margin: 0 auto;
	padding-top: 30px;
	width: 1000px;
	position: relative;
}

a,
a:visited {
	color: #565656;
	outline-style: none;
	text-decoration: underline;
}

	a:active {
		color: #d0103a;
		text-decoration: underline;
	}

	a img {
		border: none;
	}

.clear {
	display: block;
	clear: both;
}

.button {
	background-color: #d0103a;
	border-color: #af0a34;
	border-style: solid;
	border-width: 0;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-family: verdana,arial;
	font-weight: bold;
	line-height: 25px;
	margin: 18px 0 70px 0;
	padding: 6px 12px !important;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.3s ease 0;
}

	.button:hover {
		background-color: #af0a34;
	}

#error-wrapper {
	position: relative;
	width: auto;
	min-width: 1030px;
}

#error-content {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}



	#error-content h1 {
		margin-bottom: 0.1rem;
	}

	#error-content p {
		margin: 0 0 1rem 0;
	}

#error-image {
	border-bottom: 1px solid #fff;
	content: '';
	background-image: url('/library/common/images/kf-browser.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 32.719234%;
}

@media screen and (min-width: 120.063em) {
	#error-image {
		position: relative;
	}

		#error-image::before {
			background-image: linear-gradient(to right, #ffffff, rgba(0, 0, 0, 0));
			content: "";
			position: absolute;
			right: 90%;
			left: 0;
			bottom: 0;
			top: 0;
			z-index: 2;
		}

		#error-image::after {
			background-image: linear-gradient(to left, #ffffff, rgba(0, 0, 0, 0));
			content: "";
			position: absolute;
			left: 90%;
			right: 0;
			bottom: 0;
			top: 0;
			z-index: 2;
		}
}
