

/* Start:/local/templates/land2/template_styles.css?169866036743643*/
*::-webkit-input-placeholder {
	color: #042b68;
	opacity: 1;
}
*:-moz-placeholder {
	color: #042b68;
	opacity: 1;
}
*::-moz-placeholder {
	color: #042b68;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #042b68;
	opacity: 1;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clr_fix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

img {
	border: none;
}
textarea {
	overflow: auto;
}
input,
textarea,
input:active,
textarea:active {
	outline: none transparent !important;
	box-shadow: none;
	-moz-outline: none !important;
}
input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset] {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
:focus {
	outline: none;
}
input[type="arrowmit"], input[type="password"], input[type="text"],
input[type="button"], input[type="submit"], button, textarea {
	padding: 0;
	margin: 0;
	outline: none;
	font-family: 'RobotoReg',Arial,Helvetica,sans-serif;
}
::-webkit-input-placeholder{opacity:1;transition:opacity .3s ease}
::-moz-placeholder{opacity:1;transition:opacity .3s ease}
:-moz-placeholder{opacity:1;transition:opacity .3s ease}
:-ms-input-placeholder{opacity:1;transition:opacity .3s ease}
:focus::-webkit-input-placeholder{opacity:0;transition:opacity .3s ease}
:focus::-moz-placeholder{opacity:0;transition:opacity .3s ease}
:focus:-moz-placeholder{opacity:0;transition:opacity .3s ease}
:focus:-ms-input-placeholder{opacity:0;transition:opacity .3s ease}

/*---------------
    Main styles
---------------*/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	background: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}
ul{
	list-style: none;
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("/local/templates/land2/images/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
	display: block;
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, arrow, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "RobotoReg", sans-serif;
	overflow-x: hidden;
}
.hidden {
	display: none;
}

/* common */
.bc_overlay {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	position: fixed;
	top: 0;
	z-index: 300;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
	display: none;
}
.bc_c_div {
	width: 100%;
	max-width: 1140px;
	position: relative;
	margin: 0 auto;
}

/* header */
header.bc_header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.3);
}
header.bc_header .bc_c_div {
	height: 100px;
}
header.bc_header .bc_logo {
	width: 198px;
	height: 65px;
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	text-indent: -999999px;
}
header.bc_header .bc_logo img{
	display: block;
}
header.bc_header nav.bc_main_menu {
	position: absolute;
	right: 173px;
}
header.bc_header nav.bc_main_menu ul {
	list-style: none;
	line-height: 100px;
}
header.bc_header nav.bc_main_menu ul li {
	display: block;
	float: left;
	position: relative;
	padding-left: 8px;
	padding-right: 35px;
	font: 18px/100px 'RobotoReg', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
header.bc_header nav.bc_main_menu ul li a {
	position: relative;
	color: #1f274e;
	text-decoration: none;
}
header.bc_header nav.bc_main_menu ul li:after {
	width: 3px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #EC1F24;
	border-radius: 5px;
	margin-top: -14px;
	content: '';
}
header.bc_header nav.bc_main_menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 3px;
	background: #EC1F24;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	content: '';
}
header.bc_header nav.bc_main_menu ul li a.selected:after,
header.bc_header nav.bc_main_menu ul li a:hover:after{
	width: 100%;
}
header.bc_header .bc_h_phone {
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	font: 21px/100px 'RobotoBold', Arial, Helvetica, sans-serif;
	color: #1f274e;
}
header.bc_header .bc_h_phone a{
	color: #1f274e;
	text-decoration: none;
}
.phone_mobile{
	display: none;
	margin-bottom: 34px;
	font: 25px/25px 'RobotoBlack', Arial, Helvetica, sans-serif;
}
.phone_mobile a{
	color: #042b68;
	text-decoration: none;
}
.bc_m_menu_icon {
	display: none;
	position: absolute;
	right: 20px;
	width: 40px;
	padding-top: 30px;
	top: 24px;
	text-align: center;
	color: #ec1f24;
	cursor: pointer;
}
.bc_m_menu_icon:before {
	content: '';
	width: 100%;
	background: #ec1f24;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	height: 4px;
	left: 0;
	top: 0;
}
.bc_m_menu_icon:after {
	content: '';
	width: 100%;
	background: #ec1f24;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	height: 4px;
	left: 0;
	top: 13px;
}
.bc_m_menu_icon .line {
	display: block;
	width: 100%;
	background: #ec1f24;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	height: 4px;
	left: 0;
	top: 26px;
}

.bc_main_sec .bc_sec_title{
	font: 44px/50px 'RobotoBlack', Arial, Helvetica, sans-serif;
	color: #042b68;
	text-transform: uppercase;
	text-align: center;
}

.bc_main_sec_1 {
	background: url(/local/templates/land2/images/01_lines_right.svg) no-repeat right bottom,
	url(/local/templates/land2/images/01_lines_left.svg) no-repeat left bottom	 #e4eef9;
}
.bc_main_sec_1 .bc_c_div {
	height: 854px;
	background: #e4eef9;
	text-align: center;
}
.bc_main_sec_1_cont_div {
	display: inline-block;
	width: 100%;
	max-width: 554px;
}
.bc_main_sec_1_t_div {
	margin-top: 172px;
	text-align: center;
	margin-bottom: 73px;
}
.bc_main_sec_1_t_div .bc_main_sec_1_title {
	display: inline-block;
	position: relative;
	padding-top: 18px;
	background: url("/local/templates/land2/images/01_dots_hor.svg") -3px 0 no-repeat;
	text-transform: uppercase;
	color: #042b68;
}
.bc_main_sec_1_t_div .bc_main_sec_1_title:after{
	width: 100%;
	height: 5px;
	background: url("/local/templates/land2/images/01_dots_hor.svg") -3px bottom no-repeat;
	position: absolute;
	left: 0;
	bottom: -18px;
	content: '';
}
.bc_main_sec_1_t_div .bc_main_sec_1_title span {
	display: block;
	position: relative;
}
.bc_main_sec_1_t_div .bc_main_sec_1_title .bc_main_sec_1_title_t {
	font: 35px/30px 'RobotoBlack', Arial, Helvetica, sans-serif;
	margin-bottom: 21px;
}
.bc_main_sec_1_t_div .bc_main_sec_1_title .bc_main_sec_1_title_c {
	max-width: 462px;
	margin: 0 auto;
	font: 21px/29px 'RobotoReg', Arial, Helvetica, sans-serif;
}
.bc_main_sec_1_tt {
	position: absolute;
}
.bc_main_sec_1_tt .title{
	position: relative;
	margin-top: 30px;
	padding-left: 15px;
	font: 26px/28px 'RobotoBlack', Arial, Helvetica, sans-serif;
	color: #042b68;
	text-align: left;
}
.bc_main_sec_1_tt .title:before{
	width: 6px;
	height: 68px;
	background: url("/local/templates/land2/images/01_dots_vert.svg") 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: -2px;
	content: '';
}
.bc_main_sec_1_tt_1 {
	width: 165px;
	left: 96px;
	top: 347px;
}
.bc_main_sec_1_tt_1 .title{
	width: 110px;
}
.bc_main_sec_1_tt_2 {
	width: 194px;
	right: 83px;
	top: 283px;
}
.bc_main_sec_1_tt_2 .title{
	max-width: 190px;
	margin-top: 41px;
}
.bc_main_sec_1_tt_2 .img{
	width: 150px;
}
.bc_main_sec_1_tt_3 {
	width: 162px;
	left: 50%;
	margin-left: -81px;
	top: 517px;
}
.bc_main_sec_1_slider_div {
	display: none;
	margin-top: 42px;
}
.bc_main_sec_1_btn_div {
	text-align: center;
}

.bc_btn {
	display: inline-block;
	position: relative;
	border-radius: 50px;
	cursor: pointer;
	z-index: 5;
}
.bc_btn:after {
	content: '';
	width: inherit;
	height: inherit;
	background: rgba(89,147,170,0.2);
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	z-index: 1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.bc_form_popup .bc_btn:after{
	background: rgba(89,147,170,0.5);
}
.bc_btn:hover:after{
	right: -2px;
	bottom: -5px;
}
.bc_btn_red{
	width: 301px;
	height: 83px;
}
.bc_btn_red .bc_btn_in {
	width: inherit;
	height: inherit;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	border: 3px solid #ffffff;
	background: #e20e1e;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.bc_btn_red .bc_btn_in .bc_btn_title{
	display: inline-block;
	width: 285px;
	height: 67px;
	position: relative;
	top: 5px;
	left: 0;
	border: 1px solid #ffffff;
	background: transparent;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
}
.bc_btn:hover .bc_btn_in{
	left: -3px;
	top: -6px;
}
.bc_btn .bc_btn_in .bc_btn_title .bc_btn_t_in{
	width: inherit;
	height: inherit;
	display: table-cell;
	font: 26px 'RobotoBlack',Arial,Helvetica,sans-serif;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}

.bc_btn_dark{
	width: 246px;
	height: 68px;
}
.bc_btn_dark .bc_btn_in {
	width: inherit;
	height: inherit;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	border: none;
	background: #042b68;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.bc_btn_dark .bc_btn_in .bc_btn_title{
	display: inline-block;
	width: 236px;
	height: 58px;
	position: relative;
	top: 5px;
	left: 5px;
	border: 2px solid #ffffff;
	background: transparent;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
}
.bc_btn_dark .bc_btn_in .bc_btn_title .bc_btn_t_in{
	font-size: 21px;
	line-height: 58px;
	font-family: 'RobotoBlack',Arial,Helvetica,sans-serif;
}
.bc_form_2 .bc_btn:after{
	background: rgba(57,114,196,1);
}

.bc_main_sec_2{
	background: #82c9f4 url("/local/templates/land2/images/02_bg.png") right bottom no-repeat;
	overflow: hidden;
}
.bc_main_sec_2 .bc_c_div {
	height: 756px;
}
.bc_main_sec_2 .bc_main_sec_2_div {
	width: 462px;
	position: relative;
	padding-top: 17px;
	z-index: 5;
}
.bc_main_sec_2 .bc_sec_title {
	width: 252px;
	height: 236px;
	margin-bottom: 18px;
	background: url("/local/templates/land2/images/02_yellow bubble.svg") 0 0 no-repeat;
	padding-top: 86px;
	padding-left: 23px;
	font: 36px/38px 'RobotoBlack',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #042b68;
	text-align: left;
}
.bc_sec_title span {
	display: block;
}
.bc_sec_title .t_2 {
	color: #FFFFFF;
}

.bc_main_sec_2 .bc_sec_2_icon1{
	width: 109px;
	height: 137px;
	position: absolute;
	top: 55px;
	left: 339px;
}
.bc_main_sec_2 .bc_sec_2_icon2{
	width: 78px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 267px;
}

.bc_main_sec_2 .bc_form_div .row {
	margin-bottom: 12px;
}
.bc_main_sec_2 .bc_form_div .row .l_row {
	width: 214px;
	float: left;
	margin-right: 14px;
	position: relative;
}
.bc_main_sec_2 .bc_form_div .row .r_row {
	width: 214px;
	float: left;
	position: relative;
	margin-right: 0;
}
.bc_main_sec_2 .bc_form_div input[type="text"] {
	width: 100%;
	height: 60px;
	border: 5px solid #042b68;
	background: #FFFFFF;
	border-radius: 15px;
	padding-left: 11px;
	padding-right: 11px;
	font-size: 18px;
	color: #042b68;

}
.bc_main_sec_2 textarea {
	width: 442px;
	height: 118px;
	border: 5px solid #042b68;
	background: #FFFFFF;
	border-radius: 13px;
	padding: 11px;
	font-size: 18px;
	color: #042b68;
	resize: none;
}
.bc_main_sec_2 .btn{
	position: relative;
	margin-top: 2px;
}
.bc_main_sec_2 .bc_privacy_txt{
	margin-top: 24px;
}
.bc_privacy_checkbox{
	font: 19px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #042b68;
}
.bc_privacy_checkbox a{
	color: #EC1F24;
	text-decoration: none;
}
.bc_privacy_checkbox .jq-checkbox{
	width: 32px;
	height: 32px;
	border: 2px solid #042b68;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: -9px;
}
.bc_privacy_checkbox .jq-checkbox.checked{
	background: #042b68;
	border-color: #042b68;
}
.bc_privacy_checkbox .jq-checkbox.checked .jq-checkbox__div{
	width: 26px;
	height: 16px;
	background: url("/local/templates/land2/images/ic_check.svg") 0 0 no-repeat;
	margin: 7px 0 0 2px;
	border: none;
	transform: none;
}

.bc_member_item {
	width: 195px;
	position: absolute;
	right: 0;
	top: -120px;
	background: url("/local/templates/land2/images/02_dots_vert.svg") right 0 repeat-y;
	padding-right: 18px;
	z-index: 5;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 0;
	text-align: right;
}
.bc_main_sec_2 .bc_c_div:after {
	content: '';
	width: 350px;
	height: 650px;
	background: url(/local/templates/land2/images/02_Olga.png) no-repeat center bottom;
	position: absolute;
	bottom: -650px;
	right: 270px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: .5;
}
.bc_main_sec_2.active .bc_c_div .bc_member_item {
	top: 100px;
	opacity: 1;
}
.bc_main_sec_2.active .bc_c_div:after {
	bottom: 0;
	opacity: 1;
}
.bc_member_item .f_name {
	display: block;
	margin-bottom: 9px;
	font: 29px/20px 'RobotoBlack', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}
.bc_member_item .dlg {
	font: 18px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #E20E1E;
	text-transform: uppercase;
}
.bc_sec_2_list{
	width: 272px;
	height: 396px;
	background: url("/local/templates/land2/images/02_white bubble.svg") 0 0 no-repeat;
	position: absolute;
	top: 222px;
	right: -200px;
	padding-left: 61px;
	padding-top: 26px;
	transition: all 1.2s ease-in-out;
	opacity: 0;
}
.bc_main_sec_2.active .bc_sec_2_list {
	right: 0;
	opacity: 1;
}
.bc_sec_2_list ul li{
	margin-bottom: 19px;
	font: 17px/19px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #042b68;
}
.bc_sec_2_list ul li span{
	color: #EC1F24;
}

.bc_main_sec_3 {
	background: url(/local/templates/land2/images/03_right_lines.svg) no-repeat right bottom,
	url(/local/templates/land2/images/03_left_lines.svg) no-repeat left bottom	 #FFFFFF;
	position: relative;
}
.bc_sec3_line,
.bc_sec4_line{
	width: 100%;
	height: 3px;
	background: url(/local/templates/land2/images/03_dots_line.svg) center 0;
	position: absolute;
	top: 468px;
	left: 0;
}
.bc_main_sec_3 .bc_c_div {
	height: 754px;
	padding-top: 92px;
	background: #FFFFFF;
	text-align: center;
}
.bc_main_sec_3 .bc_sec_title{
	margin-bottom: 36px;
}
.bc_sec3_items{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 78px;
}
.bc_sec3_item{
	display: inline-block;
	max-width: 240px;
	height: 244px;
	position: relative;
	padding-top: 178px;
	text-align: center;
	cursor: pointer;
}
.bc_sec3_item .img{
	width: 100%;
	position: absolute;
	bottom: 63px;
	left: 50%;
	margin: 0 auto 5px;
	transition: 0.2s linear;
}
.bc_sec3_item .title{
	font: 19px/22px 'RobotoBlack', Arial, Helvetica, sans-serif;
	color: #042b68;
	text-transform: uppercase;
}
.bc_sec3_item:first-child{
	max-width: 150px;
}
.bc_sec3_item:nth-of-type(2){
	max-width: 138px;
}
.bc_sec3_item:first-child .img{
	width: 138px;
	margin-left: -68px;
}
.bc_sec3_item:nth-of-type(2) .img{
	width: 116px;
	margin-left: -58px;
}
.bc_sec3_item:nth-of-type(3) .img{
	width: 190px;
	margin-left: -95px;
}
.bc_sec3_item:last-child .img{
	width: 220px;
	margin-left: -110px;
}
.bc_sec3_item:nth-of-type(3) .title{
	max-width: 185px;
}
.bc_sec3_item:last-child .title{
	max-width: 180px;
}
.bc_sec3_item:first-child:hover .img{
	width: 150px;
	bottom: 78px;
	margin-left: -75px;
}
.bc_sec3_item:nth-of-type(2):hover .img{
	width: 128px;
	bottom: 75px;
	margin-left: -64px;
}
.bc_sec3_item:nth-of-type(3):hover .img{
	width: 209px;
	bottom: 70px;
	margin-left: -110px;
}
.bc_sec3_item:last-child:hover .img{
	width: 244px;
	bottom: 70px;
	margin-left: -122px;
}
.bc_sec3_mob{
	display: none;
}

.bc_main_sec_4{
	height: 755px;
	position: relative;
	background: url(/local/templates/land2/images/04_right_lines.svg) no-repeat right bottom,
	url(/local/templates/land2/images/04_left_lines.svg) no-repeat left bottom	 #94d3f2;
}
.bc_sec4_img{
	width: 66px;
	position: absolute;
	top: 96px;
	left: 10px;
}
.bc_main_sec_4 .bc_c_div{
	padding-top: 92px;
}
.bc_main_sec_4 .bc_sec_title{
	margin-bottom: 7px;
}
.bc_auc_list{
	margin: 0 auto 71px;
	padding-top: 0;
	text-align: center;
}
.bc_auc_item{
	display: inline-block;
	width: 142px;
	height: 280px;
	position: relative;
	border-radius: 100px;
	background: #caecff;
	vertical-align: top;
	transition: 0.3s all;
	cursor: pointer;
}
.bc_auc_item + div{
	margin-left: 45px;
}
.bc_auc_item .bc_auc_item_inner{
	width: 144px;
	height: 284px;
	position: relative;
	top: -1px;
	left: -1px;
	z-index: 20;
	padding-top: 36px;
	background: url(/local/templates/land2/images/04_item_bg.svg) center 0 no-repeat;
	transition: 0.2s all;
}
.bc_auc_item .bc_auc_pic{
	position: relative;
	margin: 0 auto 49px;
	height: 64px;
	transition: all 0.2s;
}
.bc_auc_item .bc_auc_pic:after{
	width: 58px;
	height: 10px;
	background: url("/local/templates/land2/images/04_item_lines.svg") center 0 no-repeat;
	position: absolute;
	top: 74px;
	left: 50%;
	margin-left: -29px;
	content: '';
}
.bc_auc_item .bc_auc_pic object, .bc_auc_item .bc_auc_pic img{
	width: auto;
	height: 100%;
	position: relative;
	z-index: -1;
}
.bc_auc_item .bc_auc_text{
	width: 100%;
	height: 90px;
	padding: 0 12px;
	font: 10px/13px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #042b68;
	text-align: center;
}
.bc_auc_item:after {
	width: 144px;
	height: 280px;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	margin-left: -72px;
	background: rgba(40,52,73,0.1);
	border-radius: 150px;
	content: '';
	opacity: 0;
	transition: all 0.3s;
}
.bc_auc_item:hover{
	background: #FFFFFF;
}
.bc_auc_item:hover:after{
	top: 14px;
	opacity: 1;
}
.bc_main_sec_4 .bc_btn_in .bc_btn_title{
	left: 5px;
}

.bc_main_sec_5{
	height: 756px;
	position: relative;
	background: #d1d9e5 url(/local/templates/land2/images/05_bg.svg) center 525px repeat-x;
	background-size: 1300px;
}
.bc_sec5_img{
	width: 55px;
	position: absolute;
	top: 96px;
	left: 10px;
}
.bc_main_sec_5 .bc_c_div{
	padding-top: 92px;
}
.bc_main_sec_5 .bc_sec_title{
	margin-bottom: 7px;
}
.bc_sec5_line{
	width: 100%;
	height: 3px;
	background: url(/local/templates/land2/images/05_lines.svg) center 0;
	position: absolute;
	top: 468px;
	left: 0;
}
.bc_main_sec_5 .bc_auc_item{
	background: none;
}
.bc_main_sec_5 .bc_auc_item:hover{
	background: #FFFFFF;
}
.bc_main_sec_5 .bc_auc_item .bc_auc_pic{
	margin-bottom: 38px;
}
.bc_main_sec_5 .bc_auc_item .bc_auc_pic:after{
	top: 82px;
}
.bc_main_sec_5 .bc_auc_item_2 .bc_auc_pic object,
.bc_main_sec_5 .bc_auc_item_2 .bc_auc_pic img{
	width: 55px;
	height: auto;
}
.bc_main_sec_5 .bc_auc_item_3 .bc_auc_pic object,
.bc_main_sec_5 .bc_auc_item_3 .bc_auc_pic img{
	width: 98px;
	height: auto;
	position: relative;
	top: -30px;
	left: 5px;
}
.bc_main_sec_5 .bc_auc_item:after{
	background: rgba(40,52,73,0.2);
}

.bc_main_sec_6{
	height: 755px;
	background: url(/local/templates/land2/images/06_bg_dots_right.svg) no-repeat right top,
	url(/local/templates/land2/images/06_bg_dots_left.svg) no-repeat left bottom	 #9bdaf9;
	background-size: 45%;
	position: relative;
}
.bc_main_sec_6 .bc_c_div{
	padding-top: 92px;
}
.bc_sec6_img{
	width: 90px;
	position: absolute;
	top: 100px;
	left: -5px;
}
.bc_main_sec_6 .bc_sec_title{
	margin-bottom: 25px;
}
.bc_sec_6_items {
	width: 100%;
	max-width: 735px;
	position: relative;
	margin: 0 auto -14px;
}
.bc_sec_6_item{
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	vertical-align: top;
	cursor: pointer;
}
.bc_sec_6_item:nth-of-type(1),
.bc_sec_6_item:nth-of-type(5){
	width: 100px;
}
.bc_sec_6_item:nth-of-type(2),
.bc_sec_6_item:nth-of-type(6){
	width: 135px;
	margin-left: 70px;
}
.bc_sec_6_item:nth-of-type(3),
.bc_sec_6_item:nth-of-type(7){
	width: 176px;
	margin-left: 35px;
}
.bc_sec_6_item:nth-of-type(4),
.bc_sec_6_item:nth-of-type(8){
	width: 185px;
	margin-left: 21px;
}
.bc_sec_6_item .img{
	width: 100%;
	height: 76px;
	margin: 0 auto 16px;
	line-height: 76px;
	text-align: center;
}
.bc_sec_6_item:nth-of-type(1) .img,
.bc_sec_6_item:nth-of-type(2) .img,
.bc_sec_6_item:nth-of-type(5) .img{
	margin-bottom: 25px;
}
.bc_sec_6_item .img object, .bc_sec_6_item .img img{
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.bc_sec_6_item .title{
	margin: 0 auto;
	font: 14px/17px 'RobotoBlack', Arial, Helvetica, sans-serif;
	color: #283449;
	text-align: center;
}
.bc_form_6 .bc_form_btn .bc_btn_in .bc_btn_title{
	left: 5px;
}
.bc_main_sec_6 .bc_sec_6_mobile_btn{
	display: none;
}

.bc_form_div{
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}
.bc_form_div .bc_form_title{
	margin: 13px 0 27px;
	font: 32px/22px 'RobotoBlack', Arial, Helvetica, sans-serif;
	color: #042b68;
	text-transform: uppercase;
	text-align: center;
}
.bc_form_div .row .l_row{
	display: inline-block;
	margin-right: 28px;
	vertical-align: top;
}
.bc_form_div .row .r_row{
	display: inline-block;
	margin-right: 29px;
	vertical-align: top;
}
.bc_form_div input[type="text"] {
	width: 249px;
	height: 54px;
	border: 5px solid #042b68;
	background: #FFFFFF;
	border-radius: 13px;
	padding-left: 16px;
	padding-right: 16px;
	font: 21px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #042b68;
}
.bc_form_div .r_2_row{
	display: inline-block;
	vertical-align: top;
}
.bc_form_div .bc_form_btn{
	width: 205px;
	height: 65px;
	position: relative;
	top: -6px;
}
.bc_form_2 .bc_form_btn{
	width: 246px;
	height: 68px;
}
.bc_form_div .bc_form_btn .bc_btn_in .bc_btn_title{
	width: 189px;
	height: 49px;
	left: 5px;
}
.bc_form_2 .bc_form_btn .bc_btn_in .bc_btn_title{
	width: 236px;
	height: 58px;
}
.bc_form_3 .bc_form_btn .bc_btn_in .bc_btn_title{
	left: 0;
}
.bc_form_div .bc_btn_in .bc_btn_title .bc_btn_t_in{
	font-size: 27px;
}
.bc_form_2 .bc_btn_in .bc_btn_title .bc_btn_t_in{
	font-size: 21px;
}
.bc_form_div .bc_privacy_txt{
	text-align: left;
}

.bc_main_sec_7 {
	position: relative;
	/*background: url(/local/templates/land2/images/07_bg.svg) center 0 no-repeat;*/
	background: url(/local/templates/land2/images/07_bg.svg) no-repeat center top,
	url(/local/templates/land2/images/07_bg_color.svg) repeat-x 0 0;
	background-size: auto,cover;
}
.bc_sec7_img{
	width: 82px;
	position: absolute;
	top: 103px;
	left: -5px;
}
.bc_main_sec_7 .bc_c_div{
	height: 755px;
	padding-top: 92px;
}
.bc_main_sec_7 .bc_sec_7_title{
	margin: 0 auto 35px;
	color: #ffffff;
}
.bc_fact_list{
	width: 100%;
	max-width: 940px;
	margin: 0 auto 34px;
}
.bc_fact_item {
	display: inline-flex;
	width: 232px;
	height: 122px;
	position: relative;
	margin-bottom: 22px;
	text-align: center;
	align-items: center;
	vertical-align: top;
	cursor: pointer;
}
.bc_fact_item:last-child{
	width: 465px;
}
.bc_fact_item .bc_fact_pic{
	width: 232px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.6s all;
}
.bc_fact_item:last-child .bc_fact_pic{
	width: 465px;
}
.bc_fact_item .bc_fact_pic object,
.bc_fact_item .bc_fact_pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.bc_fact_item path{
	transition: 0.2s linear;
}
.bc_fact_item path{
	stroke: transparent;
}
.bc_fact_item:hover path{
	stroke: #ffffff;
}
.bc_fact_item .bc_fact_title{
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	font: 10px/12px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #ffffff;
	z-index: 10;
}
.bc_fact_item:nth-of-type(2) .bc_fact_title{
	max-width: 140px;
}
.bc_fact_item:nth-of-type(3) .bc_fact_title{
	max-width: 180px;
}
.bc_fact_item:nth-of-type(4) .bc_fact_title{
	max-width: 212px;
}
.bc_fact_item:nth-of-type(5) .bc_fact_title{
	max-width: 185px;
}
.bc_fact_item:nth-of-type(6) .bc_fact_title{
	max-width: 170px;
}
.bc_sec_7_mobile_btn{
	display: none;
}
.bc_sec7_line {
	width: 100%;
	height: 3px;
	background: url(/local/templates/land2/images/03_dots_line.svg) center 0;
	position: absolute;
	top: 468px;
	left: 0;
}
.bc_form_7 .bc_form_title{
	color: #ffffff;
}

.bc_main_sec_71 {
	position: relative;
	top: -1px;
	/*background: url(/local/templates/land2/images/08_bg.svg) center 0 no-repeat;*/
	background: url(/local/templates/land2/images/08_bg.svg) no-repeat center top,
	url(/local/templates/land2/images/071_bg_color.svg) repeat-x 0 0;
	background-size: auto,cover;
}
.bc_main_sec_71 .bc_c_div{
	height: 755px;
	padding-top: 92px;
}
.bc_main_sec_71 .bc_sec_71_title{
	margin: 0 auto 55px;
	color: #ffffff;
}
.bc_sec_71_subtitle{
	max-width: 462px;
	margin: 0 auto;
	font: 21px/29px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
.bc_sec71_people{
	width: 1056px;
	height: 347px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -528px;
}
.bc_sec71_items{
	width: 100%;
	max-width: 965px;
	position: relative;
	margin: 0 auto;
}
.bc_sec71_item{
	width: 100%;
	max-width: 145px;
	position: absolute;
}
.bc_sec71_item:nth-of-type(1){
	top: 28px;
	left: 222px;
}
.bc_sec71_item:nth-of-type(2){
	top: 52px;
	left: 0;
	max-width: 84px;
}
.bc_sec71_item:nth-of-type(3){
	top: 139px;
	left: 184px;
	max-width: 104px;
}
.bc_sec71_item:nth-of-type(4){
	top: 58px;
	right: 233px;
	max-width: 124px;
}
.bc_sec71_item:nth-of-type(5){
	top: 0;
	right: 373px;
	max-width: 78px;
}
.bc_sec71_item:nth-of-type(6){
	top: 160px;
	right: 150px;
	max-width: 120px;
}
.bc_sec71_item:nth-of-type(7){
	top: 23px;
	right: 87px;
	max-width: 104px;
}
.bc_sec71_item:nth-of-type(8){
	top: 110px;
	left: 99px;
	max-width: 58px;
}
.bc_sec71_item:nth-of-type(9){
	top: 126px;
	right: 0;
	max-width: 136px;
}
.bc_sec71_item .circle{
	width: 38px;
	height: 38px;
	border: 2px solid #ffffff;
	border-radius: 38px;
	position: relative;
	margin: 0 auto 5px;
}
.bc_sec71_item .circle span{
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -14px;
	margin-left: -14px;
}
.bc_sec71_item .title{
	font: 14px/16px 'RobotoBlack', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}
.bc_sec71_btn{
	width: 240px;
	height: 66px;
	position: absolute;
	top: 315px;
	left: 50%;
	margin-left: -120px;
}
.bc_sec71_btn .bc_btn_in .bc_btn_title{
	width: 225px;
	height: 50px;
	left: 5px;
}
.bc_sec71_btn .bc_btn_in .bc_btn_title .bc_btn_t_in{
	font-size: 22px;
}

.bc_main_sec_9 .r_2_row{
	position: relative;
	top: -12px;
	float: left;
}
.bc_main_sec_81 .bc_form_div input[type="text"]{
	width: 176px;
	height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
}

.bc_btn_red.small{
	width: 168px;
	height: 68px;
}
.bc_btn_red.small .bc_btn_in .bc_btn_title{
	width: 152px;
	height: 52px;
	left: 5px;
}
.bc_btn_red.small .bc_btn_in .bc_btn_title .bc_btn_t_in{
	font-size: 22px;
}

.bc_main_sec_81 .bc_btn_dark{
	width: 170px;
	height: 68px;
}
.bc_main_sec_81 .bc_btn_dark .bc_btn_in .bc_btn_title{
	width: 160px;
	left: 0;
}

.bc_main_sec_81 .bc_privacy_txt,
.bc_main_sec_9 .bc_privacy_txt{
	clear: both;
	position: relative;
	top: -14px;
}
.bc_main_sec_81 .bc_privacy_checkbox{
	font-size: 15px;
	color: #283449;
}

.bc_main_sec_8{
	height: 755px;
	position: relative;
}
.bc_main_sec_8 .bc_c_div{
	height: 755px;
}
.bc_main_sec_8 .bc_c_div:after {
	content: '';
	width: 306px;
	height: 715px;
	background: url(/local/templates/land2/images/08_dir_pic.png) no-repeat center bottom;
	position: absolute;
	bottom: 0;
	right: 225px;
}
.bc_main_sec_8.active .bc_c_div .bc_member_item {
	top: 100px;
	right: 0;
	opacity: 1;
}
.bc_main_sec_8 .bc_member_item{
	top: 100px;
	opacity: 1;
}
.bc_member_item .f_name {
	display: block;
	margin-bottom: 9px;
	font: 29px/20px 'RobotoBlack', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #042b68;
}
.bc_member_item .dlg {
	font: 18px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #e20e1e;
	text-transform: uppercase;
}
.bc_main_sec_2 .bc_member_item .dlg{
	color: #ffffff;
}
.bc_main_sec_8_descr{
	width: 508px;
	position: relative;
	top: 98px;
	left: 0;
	margin-bottom: 111px;
}
.bc_main_sec_8_descr p{
	margin-bottom: 25px;
	font: 18px/24px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #283449;
}
.bc_main_sec_8_descr p.red{
	color: #E20E1E;
}
.bc_sec_8_btn{
	width: 300px;
	height: 68px;
}
.bc_sec_8_btn .bc_btn_in .bc_btn_title{
	width: 290px;
}
.bc_sec_8_line {
	width: 100%;
	height: 3px;
	background: url(/local/templates/land2/images/03_dots_line.svg) center 0;
	position: absolute;
	bottom: 92px;
	left: 0;
}

.bc_main_sec_81{
	display: none;
	height: 755px;
	position: relative;
	background: #aad2f9 url(/local/templates/land2/images/09_bg_dots.svg) center bottom repeat-x;
	padding-top: 92px;
}
.bc_sec81_title{
	margin-bottom: 14px;
}
.bc_main_sec_81 .bc_members_list{
	display: flex;
	max-width: 886px;
	margin: 0 auto;
	align-items: baseline;
	justify-content: space-between;
}
.bc_main_sec_81 .bc_member{
	display: inline-block;
	width: 158px;
	vertical-align: top;
}
.bc_main_sec_81 .bc_member .bc_member_pic{
	width: 136px;
	height: 136px;
	margin-bottom: 28px;
	text-align: center;
}
.bc_main_sec_81 .bc_member .bc_member_pic img{
	width: 100%;
}
.bc_main_sec_81 .bc_member .bc_member_name{
	padding-left: 16px;
	background: url(/local/templates/land2/images/09_dots_vert.svg) left 2px no-repeat;
}
.bc_main_sec_81 .bc_member .bc_member_name .f_name{
	display: block;
	margin-bottom: 8px;
	font: 29px/29px 'RobotoBlack', Arial, Helvetica, sans-serif;
	color: #042b68;
	text-transform: uppercase;
}
.bc_main_sec_81 .bc_member .bc_member_name .dlg{
	display: block;
	font: 14px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.bc_sec_81_line {
	width: 100%;
	height: 3px;
	background: url(/local/templates/land2/images/03_dots_line.svg) center 0;
	position: absolute;
	bottom: 260px;
	left: 0;
}

.bc_sec_81_btn_wrap{
	margin: 10px auto 43px;
	text-align: center;
}
.bc_sec_81_btn{
	width: 170px;
	height: 68px;
}
.bc_sec_81_btn .bc_btn_in .bc_btn_title{
	width: 160px;
	left: 0;
}
.bc_form_div81{
	max-width: 570px;
}
.bc_form_div81 .bc_form_title{
	margin-bottom: 17px;
}
.bc_form_81 .bc_btn{
	width: 141px;
	height: 57px;
}
.bc_form_81 .bc_btn_red .bc_btn_in{
	top: -2px;
}
.bc_form_81 .bc_btn_in .bc_btn_title {
	width: 125px !important;
	height: 41px !important;
}
.bc_form_81 .bc_btn_red.small .bc_btn_in .bc_btn_title .bc_btn_t_in {
	line-height: 37px;
	vertical-align: top;
}

.bc_member_mobile{
	display: none;
}
.bc_member_mobile .bc_member_pic{
	width: 262px;
	height: 262px;
	margin: 0 auto 14px;
}
.bc_member_mobile .bc_member_pic img{
	width: 100%;
	height: auto;
}
.bc_member_mobile .bc_member_item{
	background: none;
	padding: 0;
	text-align: center;
	line-height: normal;
}
.bc_member_mobile .bc_member_item .f_name{
	margin-bottom: 1px;
	font-size: 26px;
	line-height: 26px;
}
.bc_member_mobile .bc_member_item .dlg{
	font-size: 16px;
	line-height: 19px;
}

.bc_main_sec_10{
	height: 968px;
	padding-top: 92px;
	background: #1f3351;
}
.bc_form_div10{
	max-width: 772px;
}
.bc_form_div10 .bc_form_title{
	margin-top: 0;
	margin-bottom: 11px;
	font-size: 44px;
	line-height: normal;
	color: #FFFFFF;
}
.bc_form_div10 .row .l_row{
	margin-right: 21px;
}
.bc_form_div10 .row .r_row{
	margin-right: 22px;
}
.bc_form_div10 input[type="text"],
.bc_form_div11 input[type="text"]{
	width: 249px;
	height: 54px;
	border: 5px solid #fff;
	background: #e6ebed;
	padding: 0 11px;
	font-size: 21px;
	color: #1f3351;
}
.bc_main_sec_10 .bc_btn{
	width: 206px;
	height: 66px;
}
.bc_main_sec_10 .bc_btn .bc_btn_in .bc_btn_title{
	width: 190px;
	height: 50px;
	left: 5px;
}
.bc_map{
	width: 100%;
	height: 418px;
	margin-top: 10px;
	margin-bottom: 78px;
}

.bc_main_sec_10 .bc_form_mobile{
	display: none;
	width: 100%;
	max-width: 432px;
	margin: 0 auto !important;
}
.bc_main_sec_10 .bc_form_mobile .bc_form_title{
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
}
.bc_main_sec_10 .bc_form_mobile .row{
	width: 100%;
	margin-bottom: 15px;
}
.bc_main_sec_10 .bc_form_mobile .row input{
	width: 100%;
	height: 72px;
	border: 3px solid #ffffff;
	background: #e6ebed;
	padding: 0 17px;
	font-size: 24px;
}
.bc_main_sec_10 .bc_form_mobile .row textarea{
	width: 100%;
	height: 117px;
	border: 3px solid #ffffff;
	background: #e6ebed;
	border-radius: 15px;
	padding: 15px 17px;
	font-size: 24px;
}
.bc_main_sec_10 .bc_form_mobile .bc_btn_red{
	display: block;
	width: 165px;
	height: 67px;
	margin: 20px auto 0;
	border-radius: 32px;
}
.bc_main_sec_10 .bc_form_mobile .bc_btn_red .bc_btn_in .bc_btn_title{
	width: 150px;
	height: 51px;
	border-radius: 32px;
}

.bc_form_div11{
	max-width: 854px;
}
.bc_form_div11 .bc_form_title{
	margin-top: 0;
	margin-bottom: 13px;
	font-size: 44px;
	line-height: normal;
	color: #ffffff;
}
.bc_form_div11 .row .l_row{
	margin-right: 10px;
}
.bc_form_div11 .row .r_row{
	margin-right: 22px;
}
.bc_form_div11 .bc_btn{
	width: 313px;
	height: 66px;
}
.bc_form_div11 .bc_btn .bc_btn_in .bc_btn_title {
	width: 297px;
	height: 50px;
	left: 5px;
}

.bc_form_div10 .bc_privacy_checkbox,
.bc_form_div11 .bc_privacy_checkbox{
	color: #ffffff;
}
.bc_form_div10 .bc_privacy_checkbox .jq-checkbox.checked .jq-checkbox__div,
.bc_form_div11 .bc_privacy_checkbox .jq-checkbox.checked .jq-checkbox__div{
	background: url("/local/templates/land2/images/ic_check_dark.svg") 0 0 no-repeat;
}
.bc_main_sec_10 .jq-checkbox, .bc_main_sec_11 .jq-checkbox{
	border: 2px solid #ffffff;
}
.bc_main_sec_10 .jq-checkbox.checked, .bc_main_sec_11 .jq-checkbox.checked{
	background: #ffffff;
}

.bc_popup_div {
	display: none;
	width: 355px;
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 310;
	border-radius: 18px;
	margin-left: -160px;
	padding: 16px 30px 24px;
	background: #94d3f2;
	text-align: center;
}
.bc_popup_div .bc_popup_close {
	width: 43px;
	height: 43px;
	position: absolute;
	right: -10px;
	top: -17px;
	margin-bottom: 2px;
	background: #042b68;
	border: 1px solid #FFFFFF;
	border-radius: 7px;
	text-align: center;
	cursor: pointer;
}
.bc_popup_div .bc_popup_close:before, .bc_popup_div .bc_popup_close:after {
	content: '';
	width: 14px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -7px;
	background: #fff;
	border-radius: 2px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.bc_popup_div .bc_popup_close:before {
	-webkit-transform: rotate(45deg);
	-moz-transitiontransform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bc_popup_div .bc_popup_close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transitiontransform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bc_popup_div .bc_popup_close:hover:before {
	-webkit-transform: rotate(225deg);
	-moz-transitiontransform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg)
}
.bc_popup_div .bc_popup_close:hover:after {
	-webkit-transform: rotate(135deg);
	-moz-transitiontransform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}
#bc_popup_form .bc_popup_msg {
	display: none;
}
.bc_popup_div .bc_sec_title {
	margin-bottom: 11px;
	font: 35px/38px 'RobotoBlack',Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #042b68;
}
.bc_popup_div .bc_form .bc_btn {
	width: 236px;
	height: 65px;
	margin-top: 1px;
	margin-bottom: 8px;
}
.bc_popup_div .bc_btn .bc_btn_in .bc_btn_title{
	width: 226px;
	height: 55px;
	left: 0;
}
.bc_popup_div .bc_msg_close .bc_btn_in .bc_btn_title{
	width: 236px;
	height: 58px;
}
.bc_popup_div .bc_msg_close:after{
	background: rgba(89,147,170,0.5);
}
.bc_popup_div .bc_btn_in .bc_btn_title .bc_btn_t_in{
	font: 20px/54px 'RobotoBlack',Arial,Helvetica,sans-serif !important;
}
.bc_popup_div .bc_btn:hover:after{
	bottom: -3px !important;
}
.bc_popup_div .bc_btn:hover .bc_btn_in{
	top: -2px;
	left: -2px;
}
.bc_popup_div .txt {
	width: 265px;
	margin: 0 auto 17px;
	font: 16px/20px 'RobotoReg',Arial,Helvetica,sans-serif;
	color: #042b68;
}
.bc_popup_div .bc_form .row{
	margin-bottom: 15px;
}
.bc_popup_div .bc_form input[type="text"] {
	width: 242px;
	height: 38px;
	border: 3px solid #042b68;
	background: #ffffff;
	padding: 0 7px;
	font: 12px 'RobotoReg',Arial,Helvetica,sans-serif;
}
.bc_popup_div .bc_privacy_txt{
	display: inline-block;
	width: 265px;
	font: 14px/17px 'RobotoReg',Arial,Helvetica,sans-serif;
	color: #042b68;
}
.bc_popup_div .bc_privacy_txt a{
	color: #EC1F24;
	text-decoration: none;
}
.bc_form .error {
	border-color: #EC1F24;
}
.bc_form_div input[type="text"].error, .jq-checkbox.error{
	border-color: #EC1F24;
}
.bc_form_div label.error{
	display: inline-block;
	font: 12px 'RobotoReg', Arial, Helvetica, sans-serif;
	color: #EC1F24;
}
.bc_form_popup label.error{
	display: block;
}
.bc_form_mobile{
	display: none;
	width: 165px;
	height: 66px;
	margin: 0 auto;
}
.bc_form_mobile .bc_btn_in .bc_btn_title{
	width: 149px;
	height: 50px;
}
.bc_form_mobile .bc_btn_in .bc_btn_title .bc_btn_t_in{
	font-size: 22px;
}

.call_mobile{
	display: none;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 29px;
	bottom: 102px;
	background: url("/local/templates/land2/images/ic_mobile_phone.svg") center 0 no-repeat;
	background-size: cover;
	z-index: 299;
	border-radius: 60px;
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.8);
}


.bc_inner{
	padding-top: 164px;
}
.bc_inner_home{
	padding-top: 0;
}
.bc_inner .bc_c_div{
	max-width: 800px;
}
.bc_inner h1{
	margin-bottom: 48px;
	font: 44px/52px 'RobotoBlack';
	text-align: center;
	text-transform: uppercase;
	color: #1F274E;
}
.bc_inner p{
	margin-bottom: 20px;
	font: 16px/28px 'RobotoReg';
	color: #1F274E;
}
.bc_inner ol, .bc_inner ul{
	font: 16px/28px 'RobotoReg';
	color: #1F274E;
}
.bc_inner ol li{
	list-style: none;
}
.bc_inner ul{
	margin-left: 20px;
}
.bc_inner ul li{
	list-style: disc;
}
.bc_inner ol li span {
	margin-right: 2px;
	font-weight: bold;
}
.bc_inner p.img{
	margin: 35px 0 40px;
	text-align: center;
}
.bc_inner h3{
	margin-top: 40px;
	margin-bottom: 20px;
	font: 32px/37px 'RobotoBlack';
	color: #1F274E;
	text-align: center;
	text-transform: uppercase;
}

header.bc_header_inner nav.bc_main_menu{
	right: 365px;
}
header.bc_header_inner .bc_h_phone{
	right: 192px;
}
.bc_pay_btn_div{
	position: absolute;
	top: 25px;
	right: 0;
}
.bc_pay_btn_div .bc_btn{
	width: 167px;
	height: 50px;
}
.bc_pay_btn_div .bc_btn:hover .bc_btn_in{
	top: -3px;
}
.bc_pay_btn_div a{
	font: 16px/19px 'RobotoBlack';
	color: #ffffff;
	text-decoration: none;
}
.bc_pay_btn_div .bc_btn_in .bc_btn_title{
	width: 157px;
	height: 40px;
	top: 2px;
	left: 2px;
}
.bc_pay_btn_div .bc_btn_in .bc_btn_title .bc_btn_t_in{
	line-height: 32px;
	vertical-align: top;
}

.bc_inner .bc_footer{
	max-width: 1140px;
	position: relative;
	margin: 50px auto 0;
	padding: 50px 0;
}
.bc_inner_home .bc_footer{
	margin-top: 0;
}
.bc_inner .bc_footer::before{
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/local/templates/land2/images/dots.svg) 0 0 no-repeat;
	content: '';
}
.bc_inner_home .bc_footer::before{
	display: none;
}
.bc_footer p{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
}
.bc_footer .name{
	font-size: 17px;
	font-family: 'RobotoBlack';
}
.bc_footer .bc_req, .bc_inner .bc_footer .bc_contacts{
	margin-bottom: 20px;
}
.bc_footer .bc_contacts a{
	display: inline-block;
	font-size: 17px;
	font-family: 'RobotoBlack';
	text-decoration: none;
	color: #1F274E;
}
.bc_pay_icons{
	position: absolute;
	top: 50px;
	right: 0;
	line-height: 56px;
}
.bc_pay_icons img{
	vertical-align: middle;
}
.bc_pay_icons img + img{
	margin-left: 20px;
}

.bc_footer .bc_other{
	position: absolute;
	top: 170px;
	right: 0;
	text-align: right;
}
.bc_pay_rules{
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 1px;
	border-bottom: 2px solid #EC1F24;
	font: 16px/19px 'RobotoBlack';
	color: #1F274E;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.2s all;
}
.bc_pay_rules:hover{
	color: #EC1F24;
}
.bc_copyright{
	font: 13px/24px 'RobotoReg';
	color: #1F274E;
}

.bc_pay_wrap{
	max-width: 600px;
	margin: 0 auto;
}
.bc_pay_subtitle{
	margin: -25px 0 50px;
	font: 16px/24px 'RobotoReg';
	color: #1F274E;
	text-align: center;
}
.bc_pay_wrap .bc_form_div input[type="text"]{
	width: 100%;
	max-width: 400px;
	height: 60px;
	border-radius: 15px;
	font-size: 18px;
}
.bc_pay_wrap .bc_form_div .row{
	margin-bottom: 30px;
	text-align: center;
}
.bc_pay_note{
	max-width: 394px;
	margin: 0 auto;
	font: 13px/24px 'RobotoReg';
	color: #1F274E;
	text-align: center;
}
.bc_pay_wrap .bc_notes{
	max-width: 380px;
	margin: 0 auto 30px;
}
.bc_pay_wrap .bc_privacy_txt{
	display: inline-block;
	margin-bottom: 8px;
}
.bc_pay_wrap .bc_privacy_checkbox{
	font: 15px/18px 'RobotoReg',Arial,Helvetica,sans-serif;
	color: #1F274E;
}
.bc_pay_wrap .bc_privacy_txt a{
	color: #E20E1E;
	text-decoration: none;
}
.bc_pay_wrap .error {
	border-color: #EC1F24;
}
.bc_pay_wrap .jq-checkbox{
	width: 28px;
	height: 28px;
	position: relative;
	top: 4px;
	background: none;
	border-radius: 0;
	border: 2px solid #1F274E;
	box-shadow: none;
}
.bc_pay_wrap .jq-checkbox.checked{
	background: #1F274E;
	border: 2px solid transparent;
}
.bc_pay_wrap .jq-checkbox.checked .jq-checkbox__div{
	width: 24px;
	height: 15px;
	background: url("/local/templates/land2/images/ic_check.svg") 0 0 no-repeat;
	margin: 5px 0 0 0;
	border: none;
	transform: none;
}
.bc_pay_wrap .bc_btn_red{
	display: block;
	width: 393px;
	height: 77px;
	margin: -5px auto 30px;
}
.bc_pay_wrap .bc_btn_red .bc_btn_in .bc_btn_title{
	width: 377px;
	height: 61px;
	left: 5px;
}

.pay_mobile_btn{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 8px;
	z-index: 1111;
}
.bc_msg_title{
	margin-bottom: 25px;
	font: 24px/28px 'RobotoBlack';
	text-align: center;
	text-transform: uppercase;
	color: #1F274E;
}
.bc_msg{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	font: 16px/24px 'RobotoBlack';
	text-align: center;
	color: #1F274E;
}
.bc_msg p{
	margin-bottom: 0;
}
.bc_msg span{
	display: block;
	font-size: 14px;
	color: #c5c5c5;
}
.bc_msg_btn{
	display: block;
	width: 393px;
	height: 77px;
	margin: 50px auto 60px;
}
.bc_msg_btn .bc_btn_in .bc_btn_title{
	width: 377px;
	height: 61px;
	left: 5px;
}

.bc_menu_pay{
	display: none !important;
}
/* End */
/* /local/templates/land2/template_styles.css?169866036743643 */
