#partners {
	min-width: 320px;
	font-size: 1.4rem;
	line-height: 1.42;
}

.bg-white .section {
	padding: 8rem 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 575px) {
	.bg-white .section {
		padding: 5rem 0;
	}
}

.bg-white div#partners {
	overflow-x: hidden
}

.bg-white .content-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem
}

.bg-white .content-wrapper:after,
.bg-white .content-wrapper:before {
	content: " ";
	display: table
}

.bg-white .section__header {
	display: block;
	width: auto;
	margin-top: 3rem;
	margin-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem
}

.bg-white .section__title {
	display: inline;
	vertical-align: baseline;
	font-weight: 300;
	color: currentColor;
	font-size: 4.0rem;
	line-height: 1
}

@media (max-width: 480px) {
	.bg-white .section__title {
		font-size: 3rem
	}
}

.bg-white .section__desc {
	display: block;
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.11111111;
	color: currentColor
}

.bg-white .section__desc p {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.bg-white .fl-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.bg-white .btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2rem 10rem;
	border: none;
	border-radius: 4px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.11111111;
	font-weight: 500;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

html[lang=de] .bg-white .btn {
	padding: 2rem 1rem;
}

@media (max-width: 890px) {
	.bg-white .btn {
		padding: 2rem 2rem
	}
}

.bg-white .btn_green {
	background-image: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
	background-image: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
	background-image: linear-gradient(90deg, #7fba2f, #98c838, #7fba2f)
}

.bg-white .btn_big {
	font-size: 2.2rem;
	line-height: 0.90909091;
	font-weight: 500
}

.bg-white [role=button] {
	text-decoration: none;
	cursor: pointer
}

.bg-white .accounts__real {
	min-width: 32%;
}

.bg-white .btn_green:active,
.bg-white .btn_green:hover,
.bg-white .btn_green:visited,
.bg-white a.btn_green:active,
.bg-white a.btn_green:hover,
.bg-white a.btn_green:visited {
	color: #fff
}

.bg-white .btn,
.bg-white .btn:active,
.bg-white .btn:focus,
.bg-white .btn:hover,
.bg-white .btn:visited {
	color: #fff;
	text-decoration: none
}

.bg-white .program__btn {
	margin-top: 3.0rem;
	text-align: center;
	color: #1378bf
}

.bg-white .program__btn span {
	font-size: 1.4rem;
	line-height: 1.42857143
}

.bg-white .list-styled {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.bg-white .list-styled li {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1rem 0;
	padding-left: 2rem;
	font-size: 1.4rem;
	line-height: 1.42857143
}

.bg-white .list-styled li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 1rem;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #7fba2f;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.bg-white .link-centered {
	margin-top: 3rem;
	margin-bottom: 2.5rem;
	text-align: center;
	color: #697d8c
}

.bg-white .link-centered a {
	text-decoration: underline
}

.bg-white .big-percent {
	font-size: 4.2rem;
	line-height: 1.1;
	margin-bottom: 0
}

.bg-white .big-percent span {
	font-weight: 500;
	font-size: 6.2rem
}

.bg-white .premium-program {
	background-color: #092D5D;
	background-image: url(images/premium-program.jpg);
	background-position: 50% 50%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff
}

.bg-white .premium-program .section__header {
	margin-top: 0;
}

.bg-white .premium-program .section__title {
	font-weight: 400;
	font-size: 5rem;
	letter-spacing: -1px
}

.bg-white .premium-program__block {
	font-size: 1.8rem;
	line-height: 1.11111111
}

.bg-white .premium-program__level {
	position: relative;
	width: 22%;
	min-width: 240px;
	height: 100%;
	min-height: 17rem;
	background-image: url(images/premium/level-circle.png);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat
}

@media (max-width: 680px) {
	.bg-white .premium-program__level {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 5%
	}
}

.bg-white .premium-program__level p {
	display: inline-block;
	margin: 0;
	margin-left: 5px;
	width: 191.33333333px;
	height: 100%;
	line-height: 1.25;
	font-weight: 300
}

.bg-white .premium-program__level p:first-of-type {
	padding-top: 4.2rem
}

.bg-white .premium-program__features {
	margin-top: 5rem;
	margin-bottom: 10rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 680px) {
	.bg-white .premium-program__features {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
}

.bg-white .premium-program__features .features-col {
	position: relative
}

.bg-white .premium-program__features .commision {
	text-align: right;
	width: 40%;
	margin-top: 3%
}

@media (max-width: 680px) {
	.bg-white .premium-program__features .commision {
		width: 90%;
		text-align: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.bg-white .premium-program__features .commision h5 {
	color: #7fba2f
}

.bg-white .premium-program__features .loyalty {
	text-align: left;
	width: 40%;
	margin-top: 3%
}

.rtl .bg-white .premium-program__features .loyalty{
    text-align: right;
}

@media (max-width: 680px) {
	.bg-white .premium-program__features .loyalty {
		width: 90%;
		text-align: center;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.bg-white .premium-program__features .loyalty h5 {
	color: #eba922
}

.bg-white .premium-program__features h5 {
	font-size: 3.0rem;
	line-height: 1;
	font-weight: 500
}

@media (max-width: 480px) {
	.bg-white .premium-program__features h5 {
		font-size: 2.0rem
	}
}

@media (max-width: 480px) {
	.bg-white .premium-program__features {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.bg-white .premium-program__features .features-col div {
		width: auto
	}
	.bg-white .premium-program__features .commision,
	.bg-white .premium-program__features .loyalty {
		text-align: left;
		font-size: 1.6rem;
		padding-right: initial;
		padding-left: 0;
	}
	.bg-white .premium-program__features .commision:after,
	.bg-white .premium-program__features .loyalty:after {
		top: 0;
		left: 1rem;
		width: 7rem;
		height: 7rem
	}
}

.bg-white .example-calculation {
	color: #000;
	background-color: #f2f5fb;
	background-image: url(images/example-calculation.png);
	background-position: 50% 50%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	text-align: center
}

.bg-white .example-calculation .section__header {
	margin-top: 0;
}

.bg-white .example-calculation .example-calculation__box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%
}

.bg-white .example-calculation .block-sm {
	position: relative;
	-ms-flex-preferred-size: 20.5%;
	flex-basis: 20.5%
}

@media (max-width: 480px) {
	.bg-white .example-calculation .block-sm {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
		margin-bottom: 5.0rem
	}
}

.bg-white .example-calculation .block-sm:after {
	content: '';
	position: absolute;
	top: 2.0rem;
	right: 0;
	width: 3.0rem;
	height: 5.0rem;
	background-image: url(images/icons/next.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%
}

@media (min-width: 601px) and (max-width: 890px) {
	.bg-white .example-calculation .block-sm:after {
		right: -1rem;
		width: 2rem;
		height: 4rem
	}
}

@media (min-width: 481px) and (max-width: 600px) {
	.bg-white .example-calculation .block-sm:after {
		right: -1rem;
		width: 2rem;
		height: 3rem
	}
}

@media (max-width: 480px) {
	.bg-white .example-calculation .block-sm:after {
		top: auto;
		bottom: -4rem;
		right: 47%;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.bg-white .example-calculation .block-max {
	-ms-flex-preferred-size: 58%;
	flex-basis: 58%
}

@media (max-width: 480px) {
	.bg-white .example-calculation .block-max {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%
	}
}

.bg-white .example-calculation__block {
	text-align: center;
	margin-top: 7rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width: 480px) {
	.bg-white .example-calculation__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.bg-white .example-calculation__ico {
	display: block;
	vertical-align: middle;
	width: 80px;
	min-height: 8rem;
	margin: 0 auto;
	font-size: 1rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain
}

@media (max-width: 890px) {
	.bg-white .example-calculation__ico {
		width: 7.0rem;
		background-size: contain
	}
}

.bg-white .example-calculation__ico__clients {
	background-image: url(images/icons/clients.png)
}

.bg-white .example-calculation__ico__volume {
	background-image: url(images/icons/volume.png)
}

.bg-white .example-calculation__ico__profit {
	background-image: url(images/icons/profit.png)
}

.bg-white .example-calculation__text {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	max-width: 90%;
	margin-top: .5rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 3rem;
	white-space: normal;
	color: #697d8c;
	font-size: 1.4rem;
	line-height: 1.42857143;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

@media (min-width: 681px) and (max-width: 890px) {
	.bg-white .example-calculation__text {
		font-size: 1.2rem
	}
}

@media (min-width: 481px) and (max-width: 600px) {
	.bg-white .example-calculation__text {
		font-size: 1.0rem
	}
}

.bg-white .example-calculation__text span {
	color: #000;
	font-weight: 800
}

.bg-white .example-calculation__text .calculations {
	margin-bottom: 0;
	color: #000;
	font-weight: 500;
	font-size: 3.4rem;
	line-height: 1.42857143
}

@media (min-width: 681px) and (max-width: 890px) {
	.bg-white .example-calculation__text .calculations {
		font-size: 2.4rem
	}
}

@media (min-width: 481px) and (max-width: 600px) {
	.bg-white .example-calculation__text .calculations {
		font-size: 1.8rem
	}
}

@media (min-width: 391px) and (max-width: 480px) {
	.bg-white .example-calculation__text .calculations {
		font-size: 2.4rem
	}
}

@media (max-width: 446px) {
	.bg-white .example-calculation__text .calculations {
		padding-top: 5rem;
		margin-top: 5rem
	}
}

@media (max-width: 390px) {
	.bg-white .example-calculation__text .calculations {
		font-size: 2.2rem
	}
}

.bg-white .example-calculation__text .calculations span {
	color: #7fba2f;
	white-space: nowrap
}

.bg-white .example-calculation__text .calculations-description {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top
}

.bg-white .example-calculation__text .desc1,
.bg-white .example-calculation__text .desc2,
.bg-white .example-calculation__text .desc3 {
	width: 16%
}

@media (min-width: 481px) and (max-width: 600px) {
	.bg-white .example-calculation__text .desc1,
	.bg-white .example-calculation__text .desc2,
	.bg-white .example-calculation__text .desc3 {
		width: 20%
	}
}

@media (min-width: 447px) and (max-width: 480px) {
	.bg-white .example-calculation__text .desc1,
	.bg-white .example-calculation__text .desc2,
	.bg-white .example-calculation__text .desc3 {
		width: 20%
	}
}

@media (max-width: 446px) {
	.bg-white .example-calculation__text .desc1,
	.bg-white .example-calculation__text .desc2,
	.bg-white .example-calculation__text .desc3 {
		width: 25%;
		top: -13rem;
		left: 0;
		font-size: 1.2rem
	}
}

.bg-white .example-calculation__text .desc4 {
	width: 30%
}

@media (max-width: 446px) {
	.bg-white .example-calculation__text .desc4 {
		width: 30%;
		top: -5rem;
		font-size: 1.2rem
	}
}

.bg-white .why-roboforex-affiliate {
	background-color: #fff;
	color: #000
}

.bg-white .why-roboforex-affiliate .section__header {
	margin-top: 0;
}

.bg-white .why-roboforex-affiliate__list {
	list-style-type: none;
	margin: 0 0 3rem;
	padding: 0;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.bg-white .why-roboforex-affiliate__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	white-space: nowrap;
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 2rem 0
}

@media (max-width: 890px) {
	.bg-white .why-roboforex-affiliate__item {
		vertical-align: top
	}
	.bg-white .why-roboforex-affiliate__item:before {
		vertical-align: top
	}
}

@media (max-width: 680px) {
	.bg-white .why-roboforex-affiliate__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.bg-white .why-roboforex-affiliate__ico {
	height: 8rem;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 8rem;
	        flex: 0 0 8rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto
}

@media (max-width: 890px) {
	.bg-white .why-roboforex-affiliate__ico {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 7rem;
		        flex: 0 0 7rem;
		height: 7rem;
		background-size: contain;
		background-position: 50% 0%
	}
}

.bg-white .why-roboforex-affiliate__ico_no-limits {
	background-image: url(images/icons/no-payout-limits.png)
}

.bg-white .why-roboforex-affiliate__ico_daily-payments {
	background-image: url(images/icons/daily-payments.png)
}

.bg-white .why-roboforex-affiliate__ico_no-restrictions {
	background-image: url(images/icons/no-deals-restrictions.png)
}

.bg-white .why-roboforex-affiliate__ico_no-bonus-restrictions {
	background-image: url(images/icons/no-bonus-restrictions.png)
}

.bg-white .why-roboforex-affiliate__ico_support {
	background-image: url(images/icons/support.png)
}

.bg-white .why-roboforex-affiliate__ico_simple-analytics {
	background-image: url(images/icons/simple-analytics.png)
}

.bg-white .why-roboforex-affiliate__text {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 80%;
	margin-bottom: 0;
	padding-left: 3rem;
	padding-right: 3rem;
	white-space: normal;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #697d8c;
}

.bg-white .why-roboforex-affiliate__text span {
	display: inline-block;
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #000;
	font-size: 2.4rem;
	font-weight: 300
}

@media (max-width: 480px) {
	.bg-white .why-roboforex-affiliate__text span {
		margin-top: 0
	}
}

.bg-white .why-roboforex-affiliate .program__btn {
	margin-bottom: -11.5rem;
}

.bg-white .loyalty-program {
	background: #015b9c;
	background: -webkit-gradient(left top, right top, color-stop(0%, #015c9c), color-stop(100%, #1277be));
	background: -o-linear-gradient(left, #015c9c 0%, #1277be 100%);
	background: -webkit-gradient(linear, left top, right top, from(#015c9c), to(#1277be));
	background: linear-gradient(to right, #015c9c 0%, #1277be 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015c9c', endColorstr='#1277be', GradientType=1);
	color: #fff
}

.bg-white .loyalty-program .section__header {
	margin-top: 0;
}

.bg-white .loyalty-program__list {
	list-style-type: none;
	margin: 5rem 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

@media (max-width: 681px) {
	.bg-white .loyalty-program__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.bg-white .loyalty-program__item {
	display: inline-block;
	position: relative;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin: auto
}

.bg-white .loyalty-program__item:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -15%;
	bottom: 40%;
	border: 20px solid transparent;
	border-left: 25px solid #f2f5fb
}

.bg-white .loyalty-program__item:last-of-type:after {
	content: none
}

@media (max-width: 991px) {
	.bg-white .loyalty-program__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.bg-white .loyalty-program__item {
		-ms-flex-preferred-size: 40%;
		    flex-basis: 40%;
		margin-bottom: 5.0rem;
	}
	.bg-white .loyalty-program__item:after {
		right: -42px;
	}
	.bg-white .loyalty-program__item:nth-child(2):after {
		display: none;
	}
}

@media (max-width: 680px) {
	.bg-white .loyalty-program__item {
		display: block;
		width: 80%;
	}
	.bg-white .loyalty-program__item:nth-child(2):after,
	.bg-white .loyalty-program__item:after {
		right: 42%;
		bottom: -13%;
		border-left: 25px solid #f2f5fb;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.bg-white .loyalty-program__item:last-child {
		margin-bottom: 0
	}
}

.bg-white .loyalty-program__header {
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
	padding: 3rem 2rem 1.4rem
}

.bg-white .loyalty-program__content {
	background-color: #f2f5fb;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
	padding: 3rem 2rem 4.4rem
}

.bg-white .loyalty-program__content p {
	margin: 0
}

.bg-white .loyalty-program span {
	color: #000
}

.bg-white .loyalty-program__percent {
	font-size: 6.4rem;
	line-height: 7rem
}

.bg-white .loyalty-program .percent5 {
	font-weight: 100
}

.bg-white .loyalty-program .percent10 {
	font-weight: 300
}

.bg-white .loyalty-program .percent15 {
	font-weight: 400
}

.bg-white .loyalty-program .percent20 {
	font-weight: 600
}

.bg-white .loyalty-program__currency {
	font-size: 2.7rem;
	line-height: 1.5
}

.bg-white .loyalty-list {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #697d8c
}

@media (max-width: 681px) {
	.bg-white .loyalty-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.bg-white .boost-profit {
	color: #000;
	background-color: #f2f5fb;
	background-image: url(images/boost-profit.png);
	background-position: 50% 50%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	text-align: center;
}

.rtl .bg-white .boost-profit{
    background-image: url(images/rtl-boost-profit.jpg);
	background-position: 50% 50%;
	background-size: auto 100%;
}

.bg-white .boost-profit .section__header {
	margin-top: 0;
}

.bg-white .boost-profit__block {
	margin-top: 5.0rem;
	margin-bottom: 1rem
}

@media (max-width: 890px) {
	.bg-white .boost-profit__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.bg-white .boost-profit .section__desc {
	font-size: 2.8rem;
	margin-top: 0
}

.bg-white .boost-profit .section__desc p {
	margin-top: 0rem;
	margin-bottom: 1rem
}

.bg-white .boost-profit .mult-profit {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 201.33333333px;
	text-align: right;
	font-size: 2.2rem;
	line-height: 2.8rem;
	font-weight: 300;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	margin-right: 101.66666667px
}

@media (max-width: 890px) {
	.bg-white .boost-profit .mult-profit {
		text-align: center;
		margin-right: 0;
		margin-bottom: 2.0rem;
		width: auto
	}
}

.bg-white .boost-profit .mult-profit p {
	margin-bottom: 0
}

.bg-white .boost-profit .mult-profit span {
	line-height: 6.5rem;
	font-size: 7.5rem;
	font-weight: 600;
	letter-spacing: -2px
}

.bg-white .boost-profit .mult-profit a {
	text-decoration: underline;
	font-size: 1.4rem;
	line-height: 1.42857143
}

.bg-white .boost-profit .account-types {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 717.64705882px;
	text-align: left;
	color: #697d8c;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (min-width: 481px) and (max-width: 890px) {
	.bg-white .boost-profit .account-types {
		width: 80%
	}
}

@media (max-width: 480px) {
	.bg-white .boost-profit .account-types {
		width: 100%
	}
}

.bg-white .boost-profit .account-types>div:first-of-type {
	margin-bottom: 2.0rem
}

.bg-white .boost-profit .account-types_title {
	font-size: 1.4rem;
	line-height: 1.42857143;
	margin-bottom: 0.5rem
}

.bg-white .boost-profit .account-types_box {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 31px;
	height: 100%;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s
}

.bg-white .boost-profit .account-types_box p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.2rem;
	font-size: 1.2rem;
	margin-bottom: 0
}

@media (max-width: 680px) {
	.bg-white .boost-profit .account-types_box p {
		font-size: 1.4rem
	}
}

@media (max-width: 680px) {
	.bg-white .boost-profit .account-types_box p {
		font-size: 1.2rem
	}
}

.bg-white .boost-profit .account-types_box.green {
	color: #fff;
	background-color: #98C838;
	padding: 0.4rem 1rem 0 1rem
}

@media (max-width: 800px) {
	.bg-white .boost-profit .account-types_box.green {
		padding: 0.3rem 1rem 0 1rem
	}
}

.bg-white .boost-profit .account-types_box.green p:first-of-type {
	margin-right: 1rem
}

@media (max-width: 480px) {
	.bg-white .boost-profit .account-types_box.green p:first-of-type {
		margin-right: 0.5rem
	}
}

.bg-white .boost-profit .account-types_box.green b {
	font-size: 2.8rem
}

@media (max-width: 680px) {
	.bg-white .boost-profit .account-types_box.green b {
		font-size: 2.6rem
	}
}

@media (max-width: 480px) {
	.bg-white .boost-profit .account-types_box.green b {
		font-size: 2.4rem
	}
}

.bg-white .boost-profit .account-types_box.green.general {
	width: 30%
}

@media (max-width: 680px) {
	.bg-white .boost-profit .account-types_box.green.general {
		width: 40%
	}
}

.bg-white .boost-profit .account-types_box.green.affiliate {
	width: 55%
}

@media (max-width: 680px) {
	.bg-white .boost-profit .account-types_box.green.affiliate {
		width: 65%
	}
}

.bg-white .boost-profit .account-types_box.white {
	text-align: right;
	color: #697d8c;
	background-color: #fff;
	padding: 0.7rem 1rem 0.5rem 0
}

@media (min-width: 481px) and (max-width: 800px) {
	.bg-white .boost-profit .account-types_box.white {
		padding: 0.6rem 1rem 0.5rem 0
	}
}

@media (max-width: 480px) {
	.bg-white .boost-profit .account-types_box.white {
		padding: 0.5rem 1rem 0.55rem 0
	}
}

.bg-white .boost-profit .account-types_box.white.general {
	width: 30%
}

@media (max-width: 680px) {
	.bg-white .boost-profit .account-types_box.white.general {
		width: 40%
	}
}

.bg-white .boost-profit .account-types_box.white.affiliate {
	width: 35%
}

@media (max-width: 680px) {
	.bg-white .boost-profit .account-types_box.white.affiliate {
		width: 40%
	}
}

.bg-white .afiliate-commission {
	color: #fff;
	background-color: #002A57;
	background-image: url(images/affiliate-commission.png);
	background-position: 50% 50%;
	background-size: auto 100%;
	background-repeat: no-repeat
}

.bg-white .afiliate-commission .section__header {
	margin-top: 0;
}

.bg-white .afiliate-commission__block {
	margin-top: 7.0rem;
	margin-bottom: 7.0rem
}

@media (max-width: 890px) {
	.bg-white .afiliate-commission__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 2rem
	}
}

.bg-white .afiliate-commission__description {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	margin: 1rem 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	    align-self: center;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.4rem;
	line-height: 2
}

@media (max-width: 890px) {
	.bg-white .afiliate-commission__description {
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

.bg-white .afiliate-commission__scheme {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto 0 3.0rem
}

.bg-white .afiliate-commission__scheme:after {
	content: '';
	display: block;
	position: absolute;
	top: -3.5rem;
	right: -15rem;
	width: 16rem;
	height: 22rem;
	background-image: url(images/icons/clients-mult.png);
	background-repeat: no-repeat;
	background-size: contain
}

@media (max-width: 890px) {
	.bg-white .afiliate-commission__scheme {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		margin-left: 0
	}
}

@media (min-width: 769px) and (max-width: 890px) {
	.bg-white .afiliate-commission__scheme {
		margin: 10% auto 0 7%
	}
}

@media (min-width: 681px) and (max-width: 768px) {
	.bg-white .afiliate-commission__scheme {
		margin: 10% auto 0 5%
	}
}

@media (max-width: 480px) {
	.bg-white .afiliate-commission__scheme:after {
		display: none
	}
}

.bg-white .afiliate-commission__col {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.42857143
}

.bg-white .afiliate-commission__col.col-sm {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%
}

.bg-white .afiliate-commission__col.col-sm p {
	margin-bottom: 0;
	padding-top: 1rem
}

@media (max-width: 480px) {
	.bg-white .afiliate-commission__col.col-sm p {
		font-size: 1.2rem
	}
}

.bg-white .afiliate-commission__col.col-max {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%
}

.bg-white .afiliate-commission__col.col-max p {
	margin-bottom: 0
}

@media (max-width: 480px) {
	.bg-white .afiliate-commission__col.col-max p {
		font-size: 1.2rem
	}
}

.bg-white .afiliate-commission__ico {
	display: block;
	width: 87.66666667px;
	min-height: 7rem;
	font-size: 1rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto
}

@media (max-width: 890px) {
	.bg-white .afiliate-commission__ico {
		width: 7.0rem
	}
}

.bg-white .afiliate-commission__ico.partner-account {
	background-image: url(images/icons/partner-account.png)
}

.bg-white .afiliate-commission__ico.sub-partner {
	background-image: url(images/icons/sub-partner.png)
}

.bg-white .afiliate-commission__img {
	display: block;
	position: relative;
	top: -0.5rem;
	margin-left: -15%;
	width: 130%;
	height: 3rem;
	background-image: url(images/icons/arrow-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%
}

@media (max-width: 480px) {
	.bg-white .afiliate-commission__img {
		top: 0;
		width: 100%;
		margin-left: 0%
	}
}

.bg-white .afiliate-products {
	color: #000;
	position: relative;
	background-color: #fff;
	overflow: hidden
}

.bg-white .afiliate-products .section__header {
	margin-top: 0;
}

.bg-white .afiliate-products:before {
	content: '';
	position: absolute;
	left: 55%;
	font-size: 1rem;
	height: 67.2em;
	max-height: 100%;
	width: 148.8em;
	background-image: url(images/terminals-pc-bg.png);
	background-repeat: no-repeat;
	-webkit-transform: translate(-16.2rem, 5rem);
	-ms-transform: translate(-16.2rem, 5rem);
	transform: translate(-16.2rem, 5rem)
}

@media (max-width: 1190px) {
	.bg-white .afiliate-products:before {
		left: 65%
	}
}

.bg-white .afiliate-products__list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 0
}

.bg-white .afiliate-products__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	width: 41.66666667%;
	margin-top: 2rem;
	margin-bottom: 3rem
}

.bg-white .afiliate-products .plattform {
	padding-left: 1rem;
	padding-right: 1rem
}

.bg-white .afiliate-products .plattform__header {
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.bg-white .afiliate-products .plattform__title {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 0;
	line-height: 0;
	color: transparent
}

.bg-white .afiliate-products .plattform__types {
	display: inline-block;
	vertical-align: middle;
	height: 3.0rem;
	margin-top: 1.0rem;
	margin-bottom: 1.0rem;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.bg-white .afiliate-products .plattform__desc {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2.0rem;
	font-size: 1.4rem;
	line-height: 1.42857143
}

.bg-white .afiliate-products .plattform__desc h4 {
	font-size: 2.4rem;
	line-height: 2.5rem;
	font-weight: 400
}

.bg-white .afiliate-products .plattform__details {
	margin-bottom: 2.0rem
}

.bg-white .afiliate-products .plattform__details li {
	font-weight: 400
}

.bg-white .afiliate-products .plattform__info {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.42857143;
	color: #697d8c
}

.bg-white .afiliate-products .plattform__info p {
	margin-bottom: 1.0rem
}

.bg-white .afiliate-products .plattforms-ico {
	display: inline-block;
	vertical-align: middle;
	height: 3rem;
	background-repeat: no-repeat
}

@media (max-width: 800px) {
	.bg-white .afiliate-products .plattforms-ico {
		background-size: contain
	}
}

.bg-white .afiliate-products .plattforms-ico.web {
	width: 3rem;
	background-image: url(images/icons/web.png);
	background-position: 0 0
}

.bg-white .afiliate-products .plattforms-ico.web.mobile {
	width: 7rem;
	background-image: url(images/icons/mobile.png), url(images/icons/web.png);
	background-repeat: no-repeat;
	background-position: 0 0, 4rem 0
}

.bg-white .afiliate-products .plattform_copy .plattform__link {
	display: inline-block;
	width: 170px;
	height: 57px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background-image: url(images/logo/copyfx-logo.png);
	background-size: auto 5.0rem;
	background-repeat: no-repeat
}

.bg-white .afiliate-products .plattform_ramm .plattform__link {
	display: inline-block;
	width: 185px;
	height: 40px;
	background-image: url(images/logo/ramm-logo.png);
	background-repeat: no-repeat;
	background-size: auto 3.5rem
}

.terminals_list .terminals-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 3.2rem;
	background-repeat: no-repeat;
	margin-right: 0.6rem;
	cursor: pointer;
}

.terminals_list .terminals-icon.ios {
	width: 3rem;
	background: url(/uploads/pages/general/images/terminals.png) -10px -260px;
}

.terminals_list .terminals-icon.ios:hover {
	background: url(/uploads/pages/general/images/terminals.png) -10px -110px;
}

.terminals_list .terminals-icon.android {
	width: 3rem;
	background: url(/uploads/pages/general/images/terminals.png) -10px -60px;
}

.terminals_list .terminals-icon.mt4 {
	width: 3rem;
	background: url(/uploads/pages/general/images/terminals.png) -10px -10px;
}

.terminals_list .terminals-icon.mt4:hover {
	background: url(/uploads/pages/general/images/terminals.png) -10px -360px;
}

.terminals_list .terminals-icon.android:hover {
	width: 3rem;
	background: url(/uploads/pages/general/images/terminals.png) -10px -310px;
}

.terminals_list .terminals-icon.webtrader {
	width: 3rem;
	background: url(/uploads/pages/general/images/terminals.png) -10px -510px;
}

.terminals_list .terminals-icon.webtrader:hover {
	background: url(/uploads/pages/general/images/terminals.png) -10px -560px;
}

.terminals_list .terminals-icon.mt4-web {
	width: 2.9rem;
	background: url(/uploads/pages/general/images/mt4-web.png);
	background-repeat: no-repeat;
}

.terminals_list .terminals-icon.mt4-web:hover {
	height: 3.2rem;
	background: url(/uploads/pages/general/images/mt4-web-hover.png);
	background-repeat: no-repeat;
}

.terminals_list .terminals-icon.windows {
	width: 3rem;
	background: url(/uploads/pages/general/images/windows.png);
	background-repeat: no-repeat;
}

.terminals_list .terminals-icon.windows:hover {
	height: 3.2rem;
	background: url(/uploads/pages/general/images/windows-hover.png);
	background-repeat: no-repeat;
}

@media (max-width: 680px) {
	.bg-white .afiliate-products {
		padding-bottom: 40rem
	}
	.bg-white .afiliate-products:before {
		height: 35rem;
		width: 100%;
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: initial;
		background-size: contain;
		bottom: 0;
		left: 0
	}
	.bg-white .afiliate-products__item {
		width: 100%
	}
}

@media (max-width: 480px) {
	.bg-white .afiliate-products {
		padding-bottom: 20.0rem
	}
	.bg-white .afiliate-products:before {
		height: 18.0rem;
		left: 1.0rem
	}
}

.bg-white .best-partners {
	color: #000;
	background-color: #f2f5fb
}

.bg-white .best-partners .section__header {
	margin-top: 0;
}

.bg-white .best-partners__table {
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 1.4rem;
	line-height: 1.5;
	list-style-type: none;
	padding: 0
}

.bg-white .best-partners .table-partners__row {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	border-radius: 8px
}

.bg-white .best-partners .table-partners__row p {
	display: inline-block;
	width: 24%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	color: #697d8c;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
	vertical-align: middle;
	text-transform: none;
	white-space: nowrap;
	padding: 1rem;
	margin-bottom: 0
}

@media (max-width: 480px) {
	.bg-white .best-partners .table-partners__row p {
		font-size: 1.4rem
	}
}

.bg-white .best-partners .table-partners__row.header {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bg-white .best-partners .table-partners__row.header p {
	font-size: 1.4rem;
	line-height: 1.5;
	text-transform: none;
	padding: 1.5rem 1rem;
	white-space: normal
}

.bg-white .best-partners .table-partners__row.first {
	z-index: 3
}

.bg-white .best-partners .table-partners__row.second {
	z-index: 2
}

.bg-white .best-partners .table-partners__row.third {
	z-index: 1
}

.bg-white .best-partners .table-partners__col span {
	font-size: 2.2rem;
	font-weight: 400
}

@media (max-width: 480px) {
	.bg-white .best-partners .table-partners__col span {
		font-size: 1.6rem
	}
}

.bg-white .best-partners .table-partners__col.best {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
	padding-left: 0;
	padding-right: 12rem
}

@media (max-width: 480px) {
	.bg-white .best-partners .table-partners__col.best {
		font-size: inherit
	}
}

.bg-white .best-partners .table-partners__col.best.first-place {
	color: #FFD700
}

.bg-white .best-partners .table-partners__col.best.second-place {
	color: #C0C0C0
}

.bg-white .best-partners .table-partners__col.best.third-place {
	color: #CD7F32
}

.bg-white .best-partners .table-partners__col.blue {
	color: #1883cf;
	font-size: 2.4rem
}

@media (max-width: 480px) {
	.bg-white .best-partners .table-partners__col.blue {
		font-size: inherit
	}
}

.bg-white .best-partners .table-partners__col.blue span {
	font-size: 3.4rem
}

@media (max-width: 680px) {
	.bg-white .best-partners .table-partners__col.blue span {
		font-size: 2.2rem
	}
}

@media (max-width: 480px) {
	.bg-white .best-partners .table-partners__col.blue span {
		font-size: 1.6rem
	}
}

@media (max-width: 680px) {
	.bg-white .best-partners .table-partners__col.best,
	.bg-white .best-partners .table-partners__row.header p:first-child {
		width: 17%
	}
	.bg-white .best-partners .table-partners__col.best {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.bg-white .best-partners .table-partners__row p {
		width: 26%;
		letter-spacing: -1px
	}
}

.bg-white .payment-system {
	background-color: #03599d;
	color: #fff;
	text-align: center;
	padding-top: 3.6rem;
	padding-bottom: 3.4rem
}

.bg-white .payment-system__header {
	display: block;
	width: auto;
	margin-bottom: 2rem;
}

.bg-white .payment-system__title {
	display: inline;
	vertical-align: baseline;
	font-weight: 300;
	color: currentColor;
	font-size: 4.0rem;
	line-height: 1
}

.bg-white .payment-system__desc {
	display: block;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.11111111;
	color: currentColor
}

.bg-white .payment-system__desc p {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.bg-white .payment-system__links {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 960px;
	margin: 3.0rem auto 1.0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 480px) {
	.bg-white .payment-system__links {
		margin: 0rem auto 0rem
	}
}

.bg-white .payment-system__links>a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	-ms-flex-preferred-size: 10rem;
	flex-basis: 12rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	opacity: 0.5
}

@media (max-width: 480px) {
	.bg-white .payment-system__links>a {
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}
}

.bg-white .payment-system__ico {
	display: block;
	min-width: 5rem;
	width: 100%;
	height: 100%;
	min-height: 5rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain
}

@media (max-width: 480px) {
	.bg-white .payment-system__ico {
		min-width: 3.0rem
	}
}

.bg-white .payment-system__ico_visa {
	background-image: url(images/payments-icon/visa.png)
}

.bg-white .payment-system__ico_mastercard {
	background-image: url(images/payments-icon/mastercard.png)
}

.bg-white .payment-system__ico_banktransfer {
	background-image: url(images/payments-icon/banktransfer.png)
}

.bg-white .payment-system__ico_sofort {
	background-image: url(images/payments-icon/sofort.png)
}

.bg-white .payment-system__ico_skrill {
	background-image: url(images/payments-icon/skrill.png)
}

.bg-white .payment-system__ico_neteller {
	background-image: url(images/payments-icon/neteller.png)
}

.bg-white .payment-system__ico_union-pay {
	background-image: url(images/payments-icon/unionpay.png)
}

.bg-white .contacts {
	padding: 8rem 0 0
}

.bg-white .contacts h3 {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 4rem;
	font-weight: 300;
	margin-top: 0;
}

.bg-white .contacts__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.bg-white .contacts__item {
	padding: 2rem;
	text-align: center;
	white-space: nowrap
}

.bg-white .contacts__item dd {
	margin-bottom: 2rem;
	font-weight: 400
}

.bg-white .contacts__item dt {
	font-size: 2.8rem;
	font-weight: 300;
	color: #151313
}

@media (max-width: 480px) {
	.bg-white .contacts__item dt {
		font-size: 2.0rem
	}
}

.bg-white .contacts__item a[href^='mailto:'],
.bg-white .contacts__item a[href^='skype:'],
.bg-white .contacts__item a[href^='tel:'] {
	text-decoration: none;
	color: currentColor
}

.bg-white .contacts__item i.fa {
	margin-right: 1rem;
	line-height: 1rem;
	font-size: 2rem;
	color: #03599D
}

@media (max-width: 800px) {
	.bg-white .contacts__group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (max-width: 480px) {
	.bg-white #partners .payment-system {
		max-height: initial
	}
}

html[lang=ar] .bg-white .premium-program__level:before {
	right: -8.5rem;
	left: initial;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(45deg);
	border-color: #85BD31
}

html[lang=ar] .bg-white .premium-program__level:after {
	left: -8.5rem;
	right: initial;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(135deg);
	border-color: #eba922
}

html[lang=ar] .bg-white .premium-program__features .commision {
	text-align: left;
}

html[lang=ar] .bg-white .premium-program__features .commision:after {
	left: 0;
	right: initial
}

@media (max-width: 480px) {
	html[lang=ar] .bg-white .premium-program__features .commision {
		text-align: right;
		padding-right: 99.66666667px;
		padding-left: 3.0rem;
		width: 70%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 3rem
	}
	html[lang=ar] .bg-white .premium-program__features .commision:after {
		left: initial;
		right: 0
	}
}

html[lang=ar] .bg-white .premium-program__features .loyalty {
	text-align: right;
}

html[lang=ar] .bg-white .premium-program__features .loyalty:after {
	right: 0
}

@media (max-width: 480px) {
	html[lang=ar] .bg-white .premium-program__features .loyalty {
		text-align: right;
		padding-right: 99.66666667px;
		padding-left: 3.0rem;
		width: 70%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto 3rem
	}
}

html[lang=ar] .bg-white .example-calculation .block-sm:after {
	left: 0;
	right: initial;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

@media (max-width: 480px) {
	html[lang=ar] .bg-white .example-calculation .block-sm:after {
		left: 47%;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

html[lang=ar] .bg-white .loyalty-program__item:after {
	left: -10%;
	right: initial;
	border-right: 25px solid #f2f5fb;
	border-left: initial
}

@media (max-width: 680px) {
	html[lang=ar] .bg-white .loyalty-program__item:after {
		left: 50%;
		right: initial;
		border-right: 25px solid #f2f5fb;
		border-left: initial;
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
		bottom: -10%
	}
}

html[lang=ar] .bg-white .boost-profit .account-types {
	text-align: right
}

html[lang=ar] .bg-white .boost-profit .account-types_box.green p:first-of-type {
	margin-left: 1rem
}

html[lang=ar] .bg-white .boost-profit .mult-profit {
	text-align: right;
	line-height: 5.5rem
}

html[lang=ar] .bg-white .boost-profit .mult-profit span {
	font-size: 7.5rem;
	font-weight: 500
}

html[lang=ar] .bg-white .afiliate-commission__scheme {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: initial
}

html[lang=ar] .bg-white .afiliate-commission__scheme:after {
	left: -16rem;
	right: initial;
	-webkit-transform: scaleX(-1)  rotate(-180deg);
	-ms-transform: scaleX(-1)  rotate(-180deg);
	transform: scaleX(-1) rotate(-180deg);
	top: -7rem
}

html[lang=ar] .bg-white .afiliate-commission__img {
	width: 100%;
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

html[lang=ar] .bg-white .afiliate-commission__ico {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

html[lang=ar] .bg-white .afiliate-products:before {
	content: '';
	position: absolute;
	right: 40%;
	left: initial;
	font-size: 1rem;
	height: 67.2em;
	max-height: 100%;
	width: 148.8em;
	background-image: url(images/terminals-pc-bg.png);
	background-repeat: no-repeat;
	-webkit-transform: translate(-16.2rem, 5rem);
	-ms-transform: translate(-16.2rem, 5rem);
	transform: translate(-16.2rem, 5rem);
	background-position: 100% 0%
}

@media (max-width: 680px) {
	html[lang=ar] .bg-white .afiliate-products:before {
		height: 35rem;
		width: 100%;
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: initial;
		background-size: contain;
		bottom: 0;
		left: 0;
		right: 0
	}
}

html[lang=ar] .bg-white .afiliate-products .list-styled li {
	padding-right: 2rem;
	padding-left: initial
}

html[lang=ar] .bg-white .afiliate-products .list-styled li:before {
	left: initial;
	right: 0
}

html[lang=es] .bg-white .premium-program__features h5 {
	font-size: 2.8rem
}

html[lang=th] .bg-white .boost-profit .account-types_box {
	height: 31px
}

html[lang=th] .bg-white .boost-profit .account-types_box.green {
	padding: 0.5rem 1rem 1rem
}

html[lang=th] .bg-white .boost-profit .account-types_box.green p:first-of-type {
	position: relative;
	top: 0.5rem
}

@media (min-width: 681px) and (max-width: 768px) {
	html[lang=th] .bg-white .afiliate-commission__scheme {
		margin: 5% auto 0 0%
	}
	html[lang=th] .bg-white .afiliate-commission__scheme:after {
		top: 0.5rem;
		right: -9rem;
		width: 13rem;
		height: 15rem
	}
}

@media (max-width: 680px) {
	html[lang=th] .bg-white .afiliate-commission__scheme:after {
		content: 'none'
	}
}


/* Banner */

.bg-white .promo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 24rem;
	padding: 2rem 0;
	color: #fff;
	background-color: #0c1841;
	background-position: 30% 100%;
	background-repeat: no-repeat;
}

html[lang=ar] .bg-white .promo {
	background-position: 60% 100%;
}

.section.bg-white .promo {
	padding-top: 2rem;
	padding-bottom: 2rem!important
}

html.webplossless .promo {
	background-image: url(/uploads/pages/general/trade-banner/banner-dark.webp)
}

html.no-webplossless .promo {
	background-image: url(/uploads/pages/general/trade-banner/banner-dark.jpg)
}

.bg-white .promo .content-wrapper::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
	margin-right: -1px
}

.bg-white .promo__content {
	display: inline-block;
	vertical-align: middle;
	max-width: 41.66666667%;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
}

.bg-white .promo__heading {
	margin: 1rem 0;
	font-size: 4rem;
	line-height: 1;
	color: currentColor;
}

.bg-white .promo__slogan {
	margin: 1rem 0 2rem;
	font-size: 1.8rem;
	line-height: 1.11111111;
	color: currentColor;
	opacity: .8;
}

.bg-white .promo__link {
	border-bottom: 1px solid transparent;
	font-size: 1.4rem;
	line-height: 1.42857143;
	color: #7fba2f;
	text-decoration: none;
}

.bg-white .promo__link:visited {
	color: #7fba2f;
}

.bg-white .promo__link:hover,
.bg-white .promo__link:focus {
	color: #7fba2f;
	text-decoration: none;
	border-bottom-color: currentColor;
}

@media (max-width:680px) {
	.bg-white .promo {
		position: relative;
		z-index: 0
	}
	.bg-white .promo::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 33, 68, .15)), to(rgba(5, 33, 68, .65)));
		background-image: -o-linear-gradient(rgba(5, 33, 68, .15), rgba(5, 33, 68, .65));
		background-image: linear-gradient(rgba(5, 33, 68, .15), rgba(5, 33, 68, .65))
	}
	.bg-white .promo__content {
		max-width: 100%!important;
		padding-top: 0
	}
	.bg-white .promo__heading {
		font-size: 3rem
	}
}

html.webplossless body.rtl .promo {
	background-image: url(/uploads/pages/general/trade-banner/banner-dark-ae.webp)
}

html.no-webplossless body.rtl .promo {
	background-image: url(/uploads/pages/general/trade-banner/banner-dark-ae.jpg)
}

@media (min-width:1920px) and (max-width:1999px) {
	.bg-white .promo {
		background-position: 90% 100%
	}
}

@media (min-width:2000px) and (max-width:2399px) {
	.bg-white .promo {
		background-position: 60% 100%;
	}
}

@media(min-width: 2400px) {
	.bg-white .promo {
		background-position: 55% 100%;
	}
	html[lang=ar] .bg-white .promo {
		background-position: 50% 100%;
	}
}

@media(max-width: 880px) {
	.bg-white .promo__content {
		max-width: 50%;
	}
}

@media(max-width: 740px) {
	.bg-white .promo__heading {
		font-size: 3.5rem;
	}
}

@media(max-width: 340px) {
	.bg-white .promo__heading {
		font-size: 3rem;
	}
}

@media (max-width: 575px) {
	.bg-white .payment-system__title,
	.bg-white .contacts h3 {
		font-size: 3.6rem;
	}
	.bg-white .contacts {
		padding: 5rem 0 0;
	}
	.bg-white .btn {
		width: 100%;
	}
	.bg-white .why-roboforex-affiliate .program__btn {
		margin: 0;
	}
	.bg-white .premium-program .section__title {
		font-size: 3.6rem;
		margin: 0;
	}
}