
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=d01914cd-adda-4aef-85ac-8e17b6a27fa6&fontids=1475798,1475822");
@font-face{
	font-family: "Futura LT W01 Book";
	src: url("../includes/fonts/futura_book.woff") format("woff");
}
@font-face{
	font-family: "Futura LT W01 Bold";
	src: url("../includes/fonts/futura_bold.woff") format("woff");
}

body,
p,
h2,
h3,
h4,
h5,
h6,
.box,
.rsContent,
.tab a {
	font-family: Arial, sans-serif;
}

h1 {
	font-family: 'Futura LT W01 Bold', sans-serif;
	font-size: 30px;
	text-align: center;
}

#mainMenu,
#bottom p,
#bottom a {
	font-family: 'Futura LT W01 Book', sans-serif;
	font-size: 14px;
}

.rsSlideTitle,
.rsSlideDescription,
.slideContent a {
	font-family: 'Futura LT W01 Book', sans-serif;
}
.rsSlideTitle {
	font-weight: 700;
}
.rsSlideDescription {
	font-size: 15px;
	line-height: 20px;
}

#shortcuts .shortcut.register {
	background-color: #afca0b;
	color: #fff;
}

#shortcuts .shortcut.logon {
	background-color: #d00000;
	color: #fff;
}

hr {
	border: none;
	border-top: 2px solid #d00000;
	color: #d00000;
	height: 2px;
}

.rsABlock.rsContent {
	margin: 0 auto;
	height: 100%;
	max-width: 1200px;
	position: absolute;
	right: 0;
	top: 0;
}
.slideContent {
	bottom: 55px;
	display: table;
	height: 70%;
	max-width: 350px;
	position: absolute;
	right: 0;
}
.slideContentInner {
	display: table-cell;
	vertical-align: middle;
}

.slideContent div > a {
	background-color: #d00000;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin: 15px auto 0;
	padding: 20px 0;
	width: 160px;
}
.slideContent div > a::after,
.arrowdown::after {
	content: '›';
	display: inline-block;
	font-size: 22px;
	left: 5px;
	position: relative;
	top: 3px;
	transform: rotate(90deg);

}

.contact-btn {
	border: 2px solid #fff;
	display: inline-block;
	line-height: 34px;
	padding: 0 26px 0 16px;
}
.contact-btn::after {
	color: #fff;
	left: 12px;
}

.editorContent .button {
	color: #fff;
	padding: 8px 16px;
}
.editorContent .button:hover {
	cursor: pointer;
}

.home .divTableResponsive .columns.four {
	margin-bottom: 30px;
	min-height: 300px;
	position: relative;
}
.home .divTableResponsive .columns.four .editorButton {
	bottom: -20px;
	left: 50%;
	position: absolute;
	right: auto;
	transform: translateX(-50%);
}
.editorContent .button.yellowgreen {
	background: #afca0b;
	border-color: #afca0b;
}
.editorContent .button.lightblue {
	background: #00c8d8;
	border-color: #00c8d8;
}
.editorContent .button.green {
	background: #13a538;
	border-color: #13a538;
}
