html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'OpenSans', Arial, sans-serif;
	letter-spacing: 0.4px;
	height: 100%;
	color: #000000;
	margin: 0 auto;
	line-height: 1;
}

/* */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: rgba(0,0,0,0.5) !important;}
input::-moz-placeholder, textarea::-moz-placeholder {color: rgba(0,0,0,0.5) !important;}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {color: rgba(0,0,0,0.5) !important;}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {color: rgba(255,255,255,0.00) !important;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {color: rgba(255,255,255,0.00) !important;}
input:focus::-ms-input-placeholder, textarea::focus:-ms-input-placeholder {color: rgba(255,255,255,0.00) !important;}

#registration .form-group:nth-child(4) {display: none;}

/* Main blocks */

.min_height {
	position: relative;
	min-height: 100%;
}
.container, .container-fluid {
	position: relative;
}
.clearfix {
	clear: both;
	min-height: 1px;
}

/* Carousel blocks */

.block_slider_main .carousel-control {
	background: none;
	color: #2278BE;
	opacity: 1;
}

.block_slider_main .carousel-control:hover, .block_slider_main .carousel-control:focus {
	color: #000;
	opacity: 1;
}

.block_slider_main .carousel-control.left, .block_slider_main .carousel-control.right {
	background: none;
}

.block_slider_main .carousel-indicators {
	top: 10px;
}

.block_slider_main .carousel-indicators li {
	width: 16px;
	height: 16px;
	border-radius: 16px;
}

.block_slider_main .carousel-indicators .active {
	width: 18px;
	height: 18px;
	background: #2278BE;
}

.block_slider_main .carousel-inner > .item > img,
.block_slider_main .carousel-inner > .item > a > img {
	display: inline-block;
}

/* Header */

.header {
	position: relative;
	min-height: 165px;
	background-color: #2278be;
}
.head_logo {
	display: block;
	padding-top: 30px;
	padding-bottom: 55px;
	letter-spacing: normal;
	position: relative;
}
.head_logo span {
	color: #fff;
	font-size: 12px;
	font-family: 'OpenSans_Bold', Arial, sans-serif;
	position: absolute;
	left: 70px;
}
.logo_text_t {
	top: 40px;
}
.logo_text_b {
	bottom: 38px;
}
.head_menu {
	padding-top: 38px;
	padding-bottom: 13px;
	border-bottom: 1px solid #3986c5;
}
.head_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.head_menu ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}
.head_menu ul li:last-child {
	margin-right: 0;
}
.head_menu ul li a {
	color: #fff;
	font-size: 13px;
	font-family: 'OpenSans_Bold', Arial, sans-serif;
	text-transform: uppercase;
}
.head_nums {
	padding-top: 18px;
	font-family: 'OpenSans_Bold', Arial, sans-serif;
}
.head_nums_block {
	display: inline-block;
	margin-right: 10px;
}
.head_nums_block:first-child {
	margin-left: 0;
}
.head_nums a.black_link {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 2px;
}
.head_nums a.white_link {
	font-size: 12px;
}
.head_nums a.white_link:hover {
	text-decoration: underline;
}
.head_nums_mobile {
	margin: -20px 0 20px 0;
	text-align: center;
	white-space: nowrap;
}
.head_nums_mobile a.black_link {
	font-size: 18px;
	line-height: 18px;
	font-family: 'OpenSans_Bold', Arial, sans-serif;
	margin: 0 10px 0 0;
}
.head_nums_mobile a.white_link {
	font-size: 14px;
	line-height: 14px;
	font-family: 'OpenSans_Bold', Arial, sans-serif;
}
.phone_icon {
	display: inline-block;
	margin-right: 10px;
}
.black_link,
.black_link:link,
.black_link:visited,
.black_link:hover,
.black_link:active {
	color: #000;
	text-decoration: none;
}
.white_link,
.white_link:link,
.white_link:visited,
.white_link:hover,
.white_link:active {
	color: #fff;
	text-decoration: none;
}
.head_user {
	position: relative;
	height: 128px;
	padding-top: 35px;
	background: url("../images/opacity.png") center bottom repeat-x;
	letter-spacing: normal;
}
.head_user a,
.head_user a:link,
.head_user a:visited,
.head_user a:hover,
.head_user a:active {
	color: #fff;
}
.head_form span {
	display: block;
	font-size: 26px;
	font-family: 'OpenSans_Bold', Arial, sans-serif;
	line-height: 24px;
	margin-bottom: 30px;
	color: #FFF;
}
.head_user_menu a {
	display: inline-block;
	line-height: 22px;
	font-size: 14px;
	font-family: 'OpenSans_Bold', Arial, sans-serif;
}
.form_reg {
	padding-left: 25px;
	background: url("../images/reg_icon.png") 0 0 no-repeat;
}
.form_log {
	padding-left: 35px;
	background: url("../images/log_icon.png") 0 0 no-repeat;
	margin-left: 20px;
}
.drop_form {
	position: absolute;
	top: 125px;
	left: 15px;
	right: 15px;
	background: #468ec9;
	padding: 0 10px 10px 10px;
	z-index: 1000;
}
.drop_menu {
	position: absolute;
	top: 165px;
	left: 15px;
	right: 15px;
	background: #468ec9;
	padding: 10px;
	z-index: 4;
}
.drop_menu ul {
	display: block;
	background: #f6f6f6;
	margin: 0;
	padding: 15px;
	list-style: none;
}
.drop_menu ul li {
	display: block;
	margin-bottom: 20px;
}
.drop_menu ul li:last-child {
	margin-bottom: 0;
}
.drop_menu ul li a {
	color: #468ec9;
	font-size: 13px;
	font-family: 'OpenSans_Bold', Arial, sans-serif;
	text-transform: uppercase;
}
.drop_form:before {
	content: "";
	display: block;
	width: 18px;
	height: 10px;
	position: absolute;
	top: -10px;
	background: url(../images/arrow.png) 0 0 no-repeat;
}
#form_reg:before {
	content: "";
	left: 85px;
}
#form_log:before {
	content: "";
	right: 45px;
}
.drop_form form {
	background: #f6f6f6;
	padding: 15px;
}
.drop_form .form-group {
	margin-bottom: 15px;
}
.drop_form .form_label {
	font-family: 'OpenSans', Arial, sans-serif;
	margin-bottom: 5px;
}
.drop_form a.drop_form_password {
	display: block;
	font-size: 14px;
	color: #192890;
	text-decoration: underline;
	margin-bottom: 15px;
}
.drop_form .drop_form_p {
	font-size: 11px;
	margin: 10px 0 0 0;
}
.drop_form .button,
.drop_form .button:link,
.drop_form .button:visited,
.drop_form .button:hover,
.drop_form .button:active {
	width: 100%;
	height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../images/button_drop.png) center 0 no-repeat;
}

/* Content */

.main_block {
	position: relative;
}
.block_head {
	font-family: 'OpenSans_Bold', Arial, sans-serif;
}
.block_1 {
	position: relative;
	height: 571px;
	padding-top: 55px;
	background: url("../images/block1_bg.jpg") center center no-repeat;
}
.block_1 .block_head {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 25px;
}
.block_1 .block_sub_head {
	font-size: 18px;
	line-height: 24px;
}
.block_more {
	position: fixed;
	bottom: 25%;
	right: 10%;
	width: 141px;
	height: 141px;
}
.block_more a {
	display: block;
	width: 141px;
	height: 141px;
	background: url("../images/more_icon.png") center center no-repeat;
	color: #fff;
	font-size: 14px;
	font-family: 'OpenSans_Bold', Arial, sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 75px;
}
.block_2 {
	position: relative;
	background: url("../images/block2_bg.jpg") center 0 no-repeat;
	background-size: 100% auto;
}
.block_2 .block_text {
	position: relative;
	max-width: 800px;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 24px;
}
.block_2 .block_head {
	font-size: 50px;
	line-height: 54px;
	margin-bottom: 80px;
}
.premio_icon_block {
	position: relative;
	margin-bottom: 80px;
}
.premio_icon_block_7,
.premio_icon_block_8 {
	margin-bottom: 0;
}
.premio_icon_block img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	position: relative;
}
.premio_icon_block p {
	font-size: 14px;
	color: #858585;
	line-height: 24px;
	margin-bottom: 0;
}
.premio_icon_block p b {
	display: block;
	font-size: 30px;
	color: #000;
	line-height: 34px;
	margin-bottom: 15px;
}