.becbr-header-img {
	background: url("-e-bg partners 1.jpg") center center no-repeat transparent;
	background-size: cover;
	min-height: 550px;
	position: relative;
}
.becbr-header-img img {
	position: absolute;
	width: 110px;
	height: 110px;
	left: calc(50% - 55px);
	top: 40px;
}
.becbr-why {
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	min-height: 550px;
	background: #FFFFFF;
	position: relative;
	padding-bottom: 20px;
}
.becbr-why::before {
	content: "";
	position: absolute;
	top: -49px;
	bottom: 0;
	right: 0;
	left: 0;
    background-image: linear-gradient(45deg, #FFFFFF, #FFFFFF);
    transform: skewY(5deg);
}
.becbr-why-ul ul {
	margin: 0 10px !important;
}
.becbr-why-ul ul li {
	line-height: 36px;
	list-style-type: disc;
	margin: 10px 0;
}
.becbr-why .becbr-why-content {
	margin: 0 auto;
	position: relative;
	padding: 20px;
}
.becbr-why .becbr-why-content h1 {
	font-size: 48px;
}
.becbr-why .becbr-why-ul {
	display: flex;
}

.becbr-who {
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;

	min-height: 600px;
	background: #FFFFFF;
	position: relative;
}
.becbr-who::before {
	content: "";
	position: absolute;
	top: -49px;
	bottom: 0;
	right: 0;
	left: 0;
    background-image: linear-gradient(45deg, #3193ff, #3193ff);
    transform: skewY(5deg);
}
.becbr-who .becbr-who-content {
	max-width: 50em;
	margin: 0 auto;
	position: relative;
	padding: 20px;

	background: url("broker-who.jpg") center center no-repeat transparent;
	background-size: cover;
}
.becbr-who .becbr-who-content::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(24, 134, 255, 0.89);
}
.becbr-who .becbr-who-content h3 {
	color: #FFFFFF;
	font-size: 48px;
	text-align: center;
	position: relative;
}
.becbr-who .becbr-who-ul {
	color: #FFFFFF;
	display: flex;
	justify-content: space-around;
	position: relative;
}
.becbr-who .becbr-who-ul ul {
	flex-basis: 50%;
}
.becbr-who .becbr-who-ul ul li {
	text-align: center;
	line-height: 36px;
	list-style: none;
	padding: 0 50px;
	margin: 10px 0;
	position: relative;
}
.becbr-who .becbr-who-ul ul li::before {
	content: "\2022";
	display: block;
}

.becbr-terms {
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;

	background: #FFFFFF;
	position: relative;
}
.becbr-terms::before {
	content: "";
	position: absolute;
	top: -49px;
	bottom: -49px;
	right: 0;
	left: 0;
    background-image: linear-gradient(45deg, #F3FBFF, #F3FBFF);
    transform: skewY(5deg);
}
.becbr-terms .becbr-terms-content {
	max-width: 50em;
	margin: 0 auto;
	position: relative;
	padding: 20px;
	background: url("-e-devices copy 1.png") right 150px no-repeat transparent;
	background-size: 400px;
	z-index: 99;
}
.becbr-terms .becbr-terms-content h3 {
	font-size: 48px;
	margin: 0 0 50px 20px;
	width: 60%;
}
.becbr-terms ul {
	font-size: 26px;
	width: 50%;
	margin: 0 0 0 50px !important;
}
.becbr-terms ul  li {
	line-height: 36px;
	list-style: disc;
	margin: 10px 0;
}

.becbr-invest {
	font-size: 26px;
	line-height: 110%;
	background: #F3FBFF;
	padding: 50px 0;
	position: relative;
}
.becbr-invest h3 {
	font-size: 48px;
	text-align: center;
	z-index: 99;
	position: relative;
}
.becbr-invest .becbr-invest-items {
	display: flex;
	z-index: 99;
	position: relative;
}
.becbr-invest .becbr-invest-items .becbr-invest-item {
	text-align: center;
	background: url("check.svg") top center no-repeat transparent;
	background-size: 38px;
	padding: 50px 15px 0;
	flex-basis: 33%;
}
.becbr-invest .becbr-invest-item-circles {
	z-index: 1;
	position: relative;
}
.becbr-invest .becbr-invest-item-circles .becbr-invest-item-circle-1 {
	background: #F3FBFF;
	border-radius: 50%;
	width: 500px;
	height: 500px;
	position: absolute;
	bottom: -150px;
	left: -50px;
}
.becbr-invest .becbr-invest-item-circles .becbr-invest-item-circle-2 {
	background: #F3FBFF;
	border-radius: 50%;
	width: 800px;
	height: 800px;
	position: absolute;
	bottom: -280px;
	left: 350px;
}

.becbr-form-block {
	color: #2D3436;
	font-size: 18px;
	line-height: 150%;
	background: url("u-earth.jpg") bottom center no-repeat transparent;
	background-size: 100%;
	padding: 0 0 50px;
}
.becbr-form {
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
	border-radius: 9px;
	padding: 30px 50px;
	width: 400px;
	margin: 280px auto 0;
}
.becbr-form label {
	display: block;
	margin-bottom: 10px;
}
.becbr-form input[type=text] {
	line-height: 40px;
	background: #FFFFFF;
	border: 1px solid #D8BFBF;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 9px;
	width: 390px;
	height: 40px;
}
.becbr-form input[type=submit] {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	background: #009CFC;
	border: 1px solid #009CFC;
	box-sizing: border-box;
	border-radius: 9px;
	margin: 10px 0 20px;
	width: 390px;
	height: 40px;
}
.becbr-form p {
	color: #636E72;
	font-size: 15px;
	line-height: 100%;
}
.becbr-form a {
	color: #009CFC;
}
.becbr-form .becbr-form-res {
	color: green;
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.becbr-who .becbr-who-content {
		padding: 20px 20px 50px;
	}
	.becbr-who .becbr-who-ul ul li {
		padding: 0 20px;
	}
	.becbr-terms .becbr-terms-content {
		background-size: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.becbr-header-img {
		width: 100% !important;
	}
	.becbr-why {
		width: 100% !important;
		height: auto !important;
		padding-bottom: 50px;
	}
	.becbr-why .becbr-why-ul {
		display: block !important;
	}
	.becbr-who {
		width: 100% !important;
		height: auto !important;
		padding-bottom: 70px;
	}
	.becbr-who .becbr-who-ul {
		display: block !important;
	}
	.becbr-terms {
		width: 100% !important;
		height: auto !important;
		padding-bottom: 70px;
	}
	.becbr-terms .becbr-terms-content {
		background: url("-e-devices copy 1.png") right 350px no-repeat transparent;
		background-size: 200px;
	}
	.becbr-form-block {
		width: 100% !important;
		height: auto !important;
	}
	.becbr-invest {
		width: 100% !important;
		height: auto !important;
	}
	.becbr-invest h3 {
		font-size: 24px;
	}
	.becbr-invest .becbr-invest-items {
		width: 100% !important;
		display: flex;
		flex-direction: column;
	}
	.becbr-invest .becbr-invest-items .becbr-invest-item {
		margin-bottom: 30px;
		flex-basis: 100%;
	}
	.becbr-form {
		width: calc(100% - 60px) !important;
		padding: 30px 20px !important;
	}
	.becbr-form input[type="text"], .becbr-form input[type="submit"] {
		width: 100% !important;
	}
}