@font-face {
	font-family: 'Lato Regular';
	src: url('/font/Lato-Regular.ttf');
}
@font-face {
	font-family: 'Lato Light';
	src: url('/font/Lato-Light.ttf');
}
@font-face {
	font-family: 'Lato Bold';
	src: url('/font/Lato-Bold.ttf');
}
@font-face {
	font-family: 'Bebeas Neue Bold';
	src: url('/font/BebasNeue Bold.otf');
}

body {
	background: #efece6;
	font-family: 'Lato Regular';
	font-size: 18px;
	margin: 0;
}

.container {
	width: 1349px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
}

.header {
	width: 100%;
	height: 75px;
	background: #132f41;
	font-size: 18px;
	color: #fbb03b;
}

.logo {
	display: inline-block;
	margin: 13px 22px;
}

.header-menu {
	float: right;
	margin-right: 50px;
}

.titles {
	display: inline-block;
	margin: 27px 30px;
	vertical-align: top;
	color: #fbb03b;
	text-decoration: none;
}

.lang {
	padding: 5px 11px 5px 5px;
	color: #fbb03b;
	border-right: 2px solid #fbb03b;
	text-decoration: none;
	font-family: 'Lato Light';
}

.bold {
	font-family: Lato Bold;
}

.lang:last-child {
	border-right: none;
	padding: 5px;
}

.main-info {
	height: 715px;
	position: relative;
	background: url("img/man1.jpg") 0 100% no-repeat;
	color: #132f41;
}

.main-title {
	position: absolute;
	left: 390px;
	top: 80px;
	width: 400px;
	font-family: Lato Bold;
	font-size: 65px;
}

.main-title-small {
	position: absolute;
	left: 390px;
	top: 246px;
	font-size: 26px;
}

.loggedForm {
	position: absolute;
	right:120px;
	top:200px;
	width: 395px;
	height: 250px;
	border: 1px solid #999999;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	padding: 25px;
}

.loginForm {
	position: absolute;
	right:100px;
	top:95px;
	width: 432px;
	height: 511px;
	border: 1px solid #999999;
	background: rgba(255, 255, 255, 0.5);
}

.loginForm.error {
	top: -58px;
	right: 0;
	height: initial;
	color: #cc3216;
	border-color: #ff8585;
}

.loginForm.error div {
	margin-right: 60px;
}

.registerForm {
	height: 450px;
}

.hide {
	display: none;
}

#i_agree {
	width: 18px;
	height: 18px;
}

.inputsForm {
	font-size: 18px;
}

input {
	font: 18px 'Lato Regular';
}

.login_fld, .button_enter {
	width: 100%;
	height: 45px;
}

.login_fld {
	padding: 0 7px;
	border: 1px solid #132f41;
	width: 97%;
}

.login-form-holder {
	margin: 10px 19px;
}

.label {
	margin-top: 17px;
}

.labelCapcha {
	margin-top: 20px;
}

.captcha_fld {
	border: 1px solid #132f41;
	width: 150px;
	height: 50px;
	padding: 0 7px;
	vertical-align: top;
	margin: 0 25px 0 0;
}

.fgt-pass {
	float: right;
	margin-top: 7px;
	margin-right: 19px;
	cursor: pointer;
}

.fgt-pass a {
	text-decoration: none;
	color: #132f41;
}

.register {
	text-align: center;
	margin-top: 74px;
	line-height: 2.6;
}

.button_register {
	font-size: 18px;
	color: white;
	padding: 10px 150px;
	line-height: 2.3;
}

#price {
	padding: 49px 0;
	height:250px;
	text-align: center;
	color: #132f41;
}

.price-title {
	font-family: Lato Bold;
	font-size: 36px;
}

.price-title2 {
	font-size: 24px;
	color: #5d99bf;
}

.price-count {
	display: inline-block;
	margin: 20px 30px;
}

.price-circle {
	width: 80px;
	height: 80px;
	font-family: 'Bebeas Neue Bold';
	font-size: 52px;
	line-height: 1.7;
	color: #fbb03b;
	border: 4px solid #132f41;
	border-radius: 45px;
	margin: 10px 10px;
}

.price-circle2 {
	margin: 20px 40px;
	border: 1px solid #5d99bf;
	border-radius: 55px;
}

#payments {
	margin-top: 78px;
	height:401px;
	background: #132f41;
}

.payments {
	width: 48%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

.payments:last-child {
	margin-left: 13px;
}

.payments img {
/* 	box-shadow: 4px 4px 28px black; */
}

.payments-title {
	margin: 28px 10px 54px 50px;
	font-family: Lato Bold;
	font-size: 36px;
	color: #fbb03b;
}

.payments-info {
	display: inline-block;
	margin: 10px 50px;
	font-family: Lato Bold;
	font-size: 24px;
	color: white;
}

#news {
	margin-top: 33px;
	text-align: center;
	padding: 20px 0;
}

.news-title {
	font-family: Lato Bold;
	font-size: 36px;
	color: #132f41;
	margin: 15px;
}

.news-title2 {
	font-size: 18px;
	color: #4d4d4d;
}

.news-holder {
	display: inline-block;
	margin: 20px 35px;
	width: 240px;
	vertical-align:top;
}

.news-date {
	text-align: left;
	font-family: Lato Bold;
	font-size: 24px;
	color: #5d99bf;
	margin: 10px 0;
}

.news-info {
	text-align: left;
	font-size: 16px;
	color: #999999;
	max-height: 250px;
	overflow: auto;
}

#rules {
	margin-top: 20px;
	background: #eeeeee;
	padding: 1px 100px 20px;
	color: #4d4d4d;
}

#rules li {
	margin: 10px 0;
}

#rules li a {
	color: #4d4d4d;
}

.border-top {
	width: 83px;
	margin: 46px 0 10px;
	border-bottom: 4px solid #5d99bf;
}

.rules-title {
	margin-top: 25px;
	font-family: Lato Bold;
	font-size: 36px;
	color: #5d99bf;
}

.pymts {
	border-color: white;
	margin-left: 50px;
}

.fbd {
	border-color: #ff8585;
}

.forbidden {
	color: #ff8585;
	cursor: pointer;
}

.forbidden:hover {
	color: #cc3216;
}

.arrow-right {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
}

.rules-forbidden-info {
	display: none;
}
.rules-forbidden-info.active {
	display:block;
}

#backToTopBtn {
	position: fixed;
	right: 50px;
	bottom: 100px;
	display: none;
	border-radius: 39px;
	height: 78px;
	width: 78px;
	background: url('/img/arrow-up.png') 50% no-repeat #fbb03b;
}

@keyframes fadeIn {
	to {
	opacity: 1;
	}
}
@keyframes fadeOut {
	to {
		opacity: 0;
	}
}

.fadeIn {
	opacity: 0;
	animation: fadeIn .3s ease-in 1 forwards;
}

.fadeOut {
	opacity: 1;
	animation: fadeOut .3s ease-in 1 forwards;
}

#backToTopBtn:hover,
#backToTopBtn:active {
	background: url('/img/arrow-up.png') 50% no-repeat #f5a41e;
}

#backToTopBtn:active,
#backToTopBtn:focus {
	outline: none;
}

.btn {
	height: 45px;
	border: 0;
	box-shadow: 2px 2px #825b1e;
	background: #fbb03b;
	cursor:pointer;
	color: #ffffff;
}

.footer {
	text-align: center;
	padding: 20px 0 20px;
	color: #999999;
}

.footer a {
	color: #999999;
}

.footer a:hover {
	text-decoration: none;
}

.popupWindow {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(49, 49, 49, 0.9);
	z-index: 2;
}

.recoveryForm {
	position: absolute;
	height: 400px;
	width: 500px;
	left: 50%;
	top: 25%;
	margin-left: -250px;
	background: white;
}

.i_agree_error, .user_popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	text-align: center;
}

.window-i_agree_error, .window-user_popup {
	position: absolute;
	left: 50%;
	top: 30%;
}

.window-success-content {
	position:relative;
	max-width: 650px;
	left:-50%;
	text-align: left;
	z-index: 2;
	font-family: 'Lato Regular';
	font-size: 18px;
	color: #132f41;
	background: #ffffff;
	border: 2px solid #132f41;
	padding: 23px 23px 91px;
}

.btn_alert {
	position: relative;
	left: -50%;
	background: #5d99bf;
	margin: auto;
	padding: 0 55px;
	text-align: center;
	line-height:45px;
	box-shadow: 2px 2px #304f63;
	border-radius: 5px;
}

.btn_alert:hover {
	background: #336699;
}
.btn_out {
	position: relative;
	left: -50%;
	padding: 0 65px;
	line-height:45px;
	background: #5d99bf;
	box-shadow: 2px 2px #304f63;
	border-radius: 5px;
}

.href {
	color: #132f41;
}

.btn_out a {
	text-decoration: none;
	color: #ffffff;
}