﻿@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; 
}
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; 
}
@font-face {
  font-family: 'AvenirNextCyr';
  src: url("fonts/AvenirNextCyr-Light.eot") format("embedded-opentype"), url("fonts/AvenirNextCyr-Light.ttf") format("truetype"), url("fonts/AvenirNextCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; 
}
@font-face {
  font-family: 'AvenirNextCyr';
   src: url("fonts/AvenirNextCyr-Bold.eot") format("embedded-opentype"), url("fonts/AvenirNextCyr-Bold.ttf") format("truetype"), url("fonts/AvenirNextCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; 
}
@font-face {
  font-family: 'Forward';
  src: url("fonts/FORWARD_GR_BOLD.eot") format("embedded-opentype"), url("fonts/FORWARD_GR_BOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal; 
}
@font-face {
  font-family: 'Forward';
  src: url("fonts/FORWARD_GR_LIGHT.eot") format("embedded-opentype"), url("fonts/FORWARD_GR_LIGHT.OTF") format("opentype");
  font-weight: 300;
  font-style: normal; 
}

h1 {
	font-size:40px;
	font-weight: 700;
	color: #ffffff;
	white-space: nowrap;
}
h2 {
	font-size: 40px;
	font-weight: 500;
	color:  #d12438;
	text-transform: uppercase;
	margin-top: 5px;
}
h3 {
	font-size: 31px;
	font-weight: 300;
	color:  #dc2d41;
}
h4 {
	margin: 0;
	color:  #000000;
	font-size: 20px;
	font-weight: 500;
}
h5 {
	font-size: 18px;
}
button {
	outline: none!important;
}
.button {
	height:45px;
	display: block;
	font-weight: 400;
	white-space: nowrap;
	padding: 0 15px;
	line-height: 45px;
	box-sizing: border-box;
	text-transform: uppercase;
	cursor: pointer;
}
.button_themeMain {
	border:2px solid #d12438;
	background: transparent;
	color: #d12438;
	font-size: 15px;
	font-weight: 500;
	margin-top: 0;
}
.button_themeMain:hover {
	background: #d12438;
	color: #ffffff;
}
.button_themeRed {
	font-family: 'AvenirNextCyr', sans-serif;
	background: #f91b1e;
	color: #ffffff;
	border: none;
}
.button a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 45px;
}
.close {
	background: url(images/exit.png) no-repeat center /contain !important;
	border: none;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	color: #ADADAD;
	cursor:pointer;
	width: 20px;
	height: 20px;
}
.close:hover {
	color:hsla(0,0%,46%,1.00);
}
hr {
	border-bottom: 3px solid #d1d1d1;
	border-top: none;
	margin: 40px 0;
}
.text {
	color:  #666666;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 20px;
}
.content_box p{
	width: 100%;
	color: #666666;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    margin: 0;
}
.form {
	width: 200px;
}
.form input {
	width: 100%;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 5px 0 30px;
	box-sizing: border-box;
	font-weight: 300;	
}
.form input:first-of-type {
	background: url(images/login.gif) no-repeat 5px center / auto;
}
.form input:nth-of-type(2) {
	background: url(images/password.gif) no-repeat 5px center / auto;
}
.form input:focus {
	outline-color: #969696 !important;
}
.form button {
	margin: 0 auto;
	display: block;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
}
.content_text {
/*
	height: 50%;
	min-height: 100px;
*/
	padding-bottom: 20px;
	box-sizing: border-box;
}
/* Modal */
.modal {
	width: 350px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modalConnect_content {
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}
.modalConnect_formControl {
	width: 80%;
	margin: auto;
	margin-bottom: 15px;
	display: block;
	padding: 5px;
	font-weight: 300;
	border: 2px solid rgba(129, 186, 39, 1);
	height: 42px;
	border-radius: 4px;
}
.modalConnect_formButton {
	margin: 20px auto 0;
	display: block;
	background: rgba(129, 186, 39, 1);
}
.modalConnect_formHeader {
	margin-bottom:40px;
	font-weight: 700;
	color: rgba(129, 186, 39, 1);
	text-transform: uppercase;
}
.modal_link {
	display: block;
	margin: 20px auto 0;
	text-decoration: underline;
}
/* Main */
.main {
	flex-basis: 78%;
}
.main_header {
/*	margin-top: 40px;*/
	width: 100%;
}
.main_headerLogo {
/*
	width: 180px;
	height: 90px;
*/
	box-sizing:border-box; 
}
.main_headerLogo img {
	width: 230px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.main_photoIcons {
	margin-top: 50px;
}
.main_photoIconsItem {
	width: 68px;
	height: 23px;
	margin-right: 14px;
}
.main_photoIconsItem:first-of-type {
	background: url(images/appstore.png) no-repeat;
	background-size: contain;
}
.main_photoIconsItem:nth-of-type(2) {
	background: url(images/google.png) no-repeat;
	background-size: contain;
}
.main_photoIconsItem:nth-of-type(3) {
	background: url(images/android.png) no-repeat;
	background-size: contain;
}
.main_photoIconsItem:nth-of-type(4) {
	background: url(images/smart.png) no-repeat;
	background-size: contain;
}
.main_photoIconsItem:nth-of-type(5) {
	background: url(images/lg.png) no-repeat;
	background-size: contain;
}
/* Баннер*/
.banner {
	width: 100%;
	background: #000000;
	padding: 50px 5%;
	box-sizing: border-box;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	font-family: 'Forward';
	overflow: hidden;
	}
.banner_left {
	width: 45%;
	position: relative;
	padding-left: 100px;
}
.banner_right {
	width: 55%;
	position: relative;
	margin-top: 7%;
}
.banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(images/bcg.png) no-repeat right 70% / 50%;
	opacity: .6;
}
.banner h1 {
	color: #ffffff;
	display: inline-block;
	font-size: 50px;
	margin: 0;
}
.banner_text {
	position: relative;
	z-index: 100;
}
.banner_text h4 {
	color: #ffffff;
	margin: 15px 0;
	font-size: 18px;
	font-weight: 300;
}
.banner_text h5 {
	color:  #ffc900;
	font-size: 30px;
	margin: 0;
}
.banner_text h4 span {
	color: #ffc900;
	font-weight: 700;
}
.banner_text h3 span {
	font-size: 36px;
}
.banner_text ul {
	font-size: 16px;
	color: #ffffff;
	list-style: disc outside;
	margin-bottom: 20px;
	line-height: 22px;
}
.banner_text strong {
	font-weight: 700;
}
.banner_text p {
	margin: 0;
	color:  #dc2d41;
	font-size: 14px;
	margin-left: 8px;
}
.banner_text .button {
	background-color:  #ffc900;
	height: 35px;
	border-radius: 20px;
	margin:  0 0 9px;
}
.banner_text .button {
	line-height: 40px;
	color: #000000;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 30px;
	box-sizing: border-box;
	text-decoration: none;
	height: 40px;
	display: inline-block;
}
.banner_text .button+p {
	font-weight: 300;
	font-size: 9px;
	margin-left: 0;
	color:  #999999;
	font-family: 'Open Sans';
}
.banner_rightImg img:first-of-type {
	width: 215px;
	height: 181px;
	margin-bottom: 16px;
}
.logo1 {
	width: 169px!important;
	height: auto;
	display: block;
	margin: 0 auto;
}
.logo2 {
	width: 147px!important;
	height: auto;
	display: block;
	margin: 0 auto;
}
.logo3 {
	width: 85px!important;
	height: auto;
	display: block;
	margin: 0 auto;
}
.banner_rightImg:not(:last-of-type) {
	margin-right: 28px;
}
.banner_rightImg:not(:nth-of-type(2)) {
	margin-top: -10%;
}
.main_photoIcons {
	margin-top: 20px;
	max-width: 440px;
}
.main_photoIconsItem {
	width: 68px;
	height: 23px;
	margin-right: 14px;
}
.banner button {
	display: block;
	border: none;
}
.banner button a {
	text-decoration: none;
	text-transform: uppercase;
}
@media all and (max-width:1600px) {
	.banner_left {
		padding-left: 0;
	}
}
/*
@media all and (max-width:1600px) {
	.banner_logo {
		width: 180px;
		margin-bottom: 2%;
	}
	.banner_text h1 {
		font-size: 40px;
	}
	.banner_text h4 {
		font-size: 30px;
	}
	.banner .button {
		width: 200px;
	}
	.banner_text .button+p  {
		font-size: 16px;
	}
	.banner_right {
		background-size: 80%;
	}
	.banner .button { 
		height: 40px;
		line-height: 40px;
	}
	.main_photoIcons {
		margin-top: 35px;
	}
}
*/
@media all and (max-width:1400px) {
.banner_left {
	width: 40%;
}
}
@media all and (max-width:1300px) {
	.banner {
		padding-left: 50px;
	}
	h2 {
		font-size: 37px;
	}
	.banner_right {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8);
	}
}
@media all and (max-width:1199px) {
	body {
		overflow-y: scroll;
	}
	.main_headerLogo {
		flex-basis: 15%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.main_headerText {
		margin: 0 20px;
	}
	h2 {
		font-size: 34px;
	}
	.content_text {
		height: auto;
	}
	.main_headerLogo img {
		width: 100%;
	}
	.banner {
		padding-top: 2%;
		padding-bottom: 2%;
		height: auto;
		max-height: none;
		
	}
	.banner:before {
		background-size: 70%;
	}
		.banner_text h4 {
		margin: 10px 0;
	}
	.banner_right {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
		margin-left: -7%;
	}
	.banner_right {
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
		width: 80%;
	}
	.banner_rightImg:not(:nth-of-type(2)) {
		margin-top: 0;
	}
	.banner_rightImg:first-of-type {
		margin-bottom: 20px;
		right: -22%;
	    top: -8%;
	}
	.banner_rightImg:nth-of-type(2) {
		left: 10%;
		top: 30%;
	}
	.banner_rightImg:nth-of-type(3) {
		right: -22%;
    	top: 57%;
	}
	.banner_rightImg {
		position: absolute;
	}
	.banner_right {
		margin-top: 3%;
	}
}
@media all and (max-width:991px) {
	.main_headerLogo img {
		width: 180px;
	}
	.content {
		height: auto;
	}
	.main_header {
		flex-wrap: wrap;
	}
	.main_headerLogo {
		margin-bottom: 10px;
		flex-basis: auto;
	}
	.button_themeMain {
		margin-top: 20px;
	}
	
	.main_headerText {
		order: 3;
		margin-top: 20px;
	}
	.button_themeMain {
		margin-top: 0;
	}
}
@media all and (max-width:950px) {
.banner_rightImg:nth-of-type(2) {
		left: -15%;
	}
	.banner:before {
		background-position-y:bottom;
	}
	.banner_left {
    width: 380px;
}
	.container_main  {
		padding: 0 1%;
	}
		.main_headerText {
		margin: 20px 0 0;
	}
}
@media all and (max-width:920px) {
.banner_text ul {
		font-size: 14px;
	}
	.banner h1 {
		font-size: 40px;
	}
	.banner:before {
		background-size: cover;
	}
	.banner_right {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
		transform: scale(.6);
	}
	.banner_rightImg:first-of-type {
		top: -30%;
	}
	.banner_rightImg:nth-of-type(2) {
		top: 21%;
		left: -30%;
	}
	.banner_rightImg:nth-of-type(3) {
		top: 68%;
	}
}
@media all and (max-width:790px) {
	.banner_right {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		margin-right: -5%;
	}
	.banner_rightImg:nth-of-type(3) {
		top: 90%;
	}
	.banner_rightImg:first-of-type {
    top: -50%;
}
	.banner_rightImg:nth-of-type(2) {
		top: 17%;
	}
}
@media all and (max-width:767px) {
	.main_headerRow {
		flex-wrap: wrap;
		justify-content: center;
	}
	.whiteSpace {
		white-space: normal;
	}
	h2 {
		text-align: center;
	}
	h4+div {
		justify-content: center;
	}
	.banner_right {
		flex-wrap: wrap;
		width: 45% !important;
	}
	
	.main_headerRow h4 {
		width: 100%;
		text-align: center;
	}
	
}
@media all and (max-width:590px) {
.banner_right {
		display: none;
	}
	.banner_left {
		width: 100%;
	}
}
@media all and (max-width:575px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 30px;
	}
	.banner {
		height: auto;
		background-size: cover;
		position: relative;
		max-height: none;
	}
	.banner_text h4 {
		white-space: normal;
	}
	.banner_text {
		box-sizing: border-box;
	}
	.banner_footer {
		position: relative;
		height: auto;
		padding: 10px 0;
		box-sizing: border-box;
		justify-content: center;
	}
	.main_photoIcons, .banner_footer {
		flex-wrap: wrap;
	}
	.main_photoIconsItem {
		margin: 0 0 10px;
	}
	.main_photoIcons {
		justify-content: space-around;
		width: 100%;
	}
	.banner_text .button+p {
		margin-bottom: 20px;
	}
	.content_box {
		flex-wrap: wrap;
	}
	.content_box p {
		width: 100%;
	}
	.content_box form {
		margin: 15px auto 0!important;
		display: block;
	}
	.banner_text h1 {
		font-size: 30px;
	}
	.banner_text h4 {
		font-size: 24px;
	}
	.main_photoIcons {
		margin-top: 10px;
	}
	.banner {
		padding-left:0;
	}
	.banner_left {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.banner_right {
		display: none!important;
	}
}

@media all and (max-width:450px) {
	.banner h1 {
		font-size: 30px;
	}
	.banner_text h5 {
		font-size: 20px;
	}
	.banner_text ul {
		padding-left: 10px;
		line-height: 18px;
	}
	.banner_text .button {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.main_headerLogo {
		flex-basis: auto;
		width: calc(100% - 220px);
	}
	.main_headerLogo img{
		width: 100%;
	}
}
@media all and (max-width:410px) {
	h2 {
		font-size: 20px;
	}
	h1 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}
	.banner {
		padding: 2%;
	}
	.banner_rightImg img:first-of-type {
		width: 140px;
		height: 95px;
	}
	.banner_rightImg:last-of-type {
		justify-content: flex-end;
	}
	.logo1 {
		width: 125px;
		height: 11px;
	}
} 
form .text {
	text-align: center;
}
