/*---------------GLOBAL---------------*/
article,aside,figcaption,figure,footer,header,hgroup,nav,section,time {display: block;}

html {
	margin: 0;
	padding: 0;
	position: relative;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #b3b3b3;
	background: #fff;
	overflow: auto;
}

* {outline: none;}
a {color: #1a535c;}
a:hover {}
img {border: 0;margin: 0;padding: 0;}
p {
	margin: 0 0 20px 0;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 11px 0;
	padding:0;
	font-weight: 900;
}
h1 {color: #4ecdc4;font-size: 40px;}
h2 {font-size: 30px;}
h3 {font-size: 18px;}

.clear {clear: both;}

/*fixes block with floating elements inside it*/
.relover {
	position: relative;
	overflow: hidden;
}
.wrapper {
	/*width: 90%;
	margin: 0 auto;*/
	padding: 0 70px;
}

.nowrap {white-space: nowrap;}

.col-xs-five, .col-sm-five, .col-md-five, .col-lg-five {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-xs-five {width: 20%;float: left;}
.col-xs-seven, .col-sm-seven, .col-md-seven, .col-lg-seven {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-xs-seven {width: 14.2857%;float: left;}
@media (min-width: 768px) {.col-sm-five {width: 20%;float: left;} .col-sm-seven {width: 14.2857%;float: left;}}
@media (min-width: 992px) {.col-md-five {width: 20%;float: left;} .col-md-seven {width: 14.2857%;float: left;}}
@media (min-width: 1200px) {.col-lg-five {width: 20%;float: left;} .col-lg-seven {width: 14.2857%;float: left;}}

.btn {
	padding: 7px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border-radius: 2px;
}
.btn-white:hover {color: #4ECDC4;}
.btn-white {background: #fff;color: #1a535c;}
.btn-blue {background:#6bc3ff;color: #fff;text-transform: uppercase;}
.btn-pink {background:#993399;color: #fff;text-transform: uppercase;padding: 7px 40px;}

.line {
	width: 100%;
	height: 1px;
	background: #eeeeee;
}

/*---------------/GLOBAL---------------*/

/*HEADER*/
.header {
	padding: 0px 0 10px 0;
	box-shadow: 1px 1px 2px #ccc;
	position: fixed;
	/* height: 60px; */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
	font-family: 'Lato', sans-serif;
}
.header.mm_activated {border-color: #fff;}
.logo {
	display: block;
	width: 137px;
	height: 51px;
	background: url('/resources/images/logo.png') no-repeat;
	background-size: contain;
	margin-top: 10px;
}

.header_menu {
	margin: 0px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.header_menu li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-weight: 700;
	font-size: 14px;
	position: relative;
}
.header_menu li a{
	text-decoration: none;
	display: block;
	height: 60px;
	padding: 0px 18px;
	color: #212121;
	line-height: 60px;
}
.header_menu li a.active,
.header_menu li a:active,
.header_menu li a:hover {text-decoration: none;color: #cb67cb;}

.show_mobile_menu {
	display: block;
	width: 17px;
	height: 17px;
	background: url('/resources/images/mobile_menu_ico_a.png') no-repeat;
	background-size: cover;
	margin: 19px 0px 0 0;
}
.show_mobile_menu.active_mm {background: url('/resources/images/mobile_menu_ico.png') no-repeat;background-size: cover;}
.mm_activated {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
}

.header_lang {border: solid 2px #cb67cb;margin-top: 18px;}
.header_lang a {
	width: 27px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #cb67cb;
	padding: 7px 5px;
}
/*/HEADER*/

/*INDEX BANNER*/
.index_banner {
	padding: 126px 0 0px 0;
	height: 652px;
	margin-top: 100px;
	background: url('/resources/images/manus-vr.png') bottom right no-repeat;
}

.index_banner_btn {
	display: block;
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 1;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 682px solid #993399;
	border-right: 230px solid transparent;
}
.index_banner_btn:after {
	content: "";
	display: block;
	width: 31px;
	height: 50px;
	background: url('/resources/images/index_banner_btn_arr.png') center no-repeat;
	background-size: cover;
	position: absolute;
	top: 320px;
	left: 30px;
}
.index_banner_btn span {
	display: block;
	position: absolute;
	top: 553px;
	left: 25px;
	font-size: 31px;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	z-index: 2;
}



.index_banner_title {
	font-size: 36px;
	text-align: left;
	color: #993399;
	margin-bottom: 17px;
}
.index_banner_subtitle {
	width: 363px;
	height: 96px;
	font-size: 18px;
	line-height: 1.33;
	text-align: left;
	color: #888888;
}
/*INDEX BANNER*/

/*INDEX OFFER*/
.index_offer {
	background: #f4f4f4;
	padding: 92px 0;
}
.index_offer_title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #555555;
	margin-bottom: 75px;
}
.index_offer_item {
	font-size: 15px;
	line-height: 1.47;
	text-align: center;
	color: #888888;
	margin: 0 -10px;
}
.index_offer_item img {
	width: 40px;
	margin-bottom: 30px;
}
.offer_text {
  font-size: 17px;
  line-height: 1.59;
  text-align: center;
  color: #555555;
  margin: 74px -25px 0 -25px;
}
/*/INDEX OFFER*/

/*INDEX TOOLS*/
.index_tools {
	padding: 100px 0;
}
.index_tools_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #555555;
  margin-bottom: 84px;
}
.index_tools_item {text-align: center;}
.index_tools_img {min-height: 100px;}
.index_tools_item img {height: 55px;margin-bottom: 0px;}
.index_tools_item_2 img {height: 40px;margin-top: 6px;}
.index_tools_item_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-align: center;
  color: #555555;
  margin-bottom: 20px;
}
.index_tools_item_text {
  opacity: 0.54;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  color: #212121;
}

.index_vrblock {
	background: url('/resources/images/vr_image_1440.jpg') top center no-repeat;
	padding-top: 126px;
	min-height: 425px;
}
.index_vrblock_title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #212121;
  padding: 0 25px;
}
/*/INDEX TOOLS*/

/*HOW*/
.index_how_block {
	padding: 80px 0;
}
.index_how_block_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #555555;
  margin-bottom: 84px;
}

.index_how_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #993399;
  margin-bottom: 20px;
}
.index_how_text {
  font-size: 14px;
  line-height: 1.57;
  color: #555555;
}

.index_how_1 {padding-top: 100px;}
.index_how_2 {margin-top: 30px;}
.index_how_3 {padding-top: 100px;}
.index_how_4 {margin-top: 30px;}
.index_how_5 {padding-top: 126px;}

.index_how_wrap_3 {margin-top: -60px;position: relative;}
.index_how_wrap_5 {margin-top: -60px;position: relative;}
/*/HOW*/

/*WHYWE*/
.index_whywe {
	padding: 92px 0;
	background-color: #f4f4f4;
	position: relative;
	overflow: hidden;
}
.index_whywe_title {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  color: #555555;
  margin-bottom: 30px;
}
.index_whywe_text {
  font-size: 17px;
  line-height: 1.59;
  text-align: left;
  color: #555555;
}
.index_whywe_nav {margin-top: 20px;}
.index_whywe_nav a {
  font-size: 12px;
  text-align: left;
  color: #993399;
  margin: 0 34px 0 0;
}
/*/WHYWE*/


/*CONTACTS*/
.contact_form {
	padding: 145px 0 80px 0px;
}
.contact_form_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #555555;
  margin-bottom: 30px;
}
.contact_form_subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33;
  text-align: center;
  color: #212121;
  margin-bottom: 51px;
}
.contact_address {
	padding-bottom: 100px;
}
.contact_address_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #555555;
  margin-bottom: 13px;
}
.contact_address_text {
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  color: #555555;
}
/*/CONTACTS*/


.form-group {margin-bottom: 24px;position: relative;}
.form-group label {
  margin: 0 0 0px 5px;
  padding: 0 5px;
  
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #878787;
}
.form-control {
  border-radius: 2px;
  border: solid 1px #dddddd;
  font-size: 15px;
  text-align: left;
}

.has-error .form-control {border-color: #ff6b6b !important;}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {color: #ff6b6b !important;}

.has-error .form-control::-webkit-input-placeholder,
.has-error .form-control::-moz-placeholder,
.has-error .form-control:-moz-placeholder,
.has-error .form-control:-ms-input-placeholder{
	color: #ff6b6b !important;
}


.has-error .form-control::-moz-placeholder {
  color: #ff6b6b !important;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #ff6b6b !important;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #ff6b6b !important;
}
.has-error .form-control::-ms-expand {
  color: #ff6b6b !important;
  border: 0;
}

.forms_errors_block div {
	display:none;
	color: #3c763d;
	background: none;
}
.forms_errors_block div.bg-danger {
	color: #ff6b6b;
}


/*FOOTER*/
.footer {}
.footer_copyright {}
/*/FOOTER*/