h1.section__title {
	font-size: 4rem;
	line-height: 3.8rem;
}

.security .security__verify {
	background: url(https://www.roboforex.com/uploads/pages/general/images/section-security/logo_Asset5.svg);
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	height: 100%;
	min-height: 8rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
}

.terminal__types .phone {
	width: 3em;
	background-image: url(https://roboforex.com/uploads/pages/forex-trading/platforms/stock-market/images/icon-phone-mn.png);
	cursor: pointer;
	pointer-events: all;
}

.terminal__types .phone:hover {
	background-image: url(https://www.roboforex.com/uploads/pages/forex-trading/platforms/stock-market/images/icon-phone_hover.png);
}

.account__terminals-list .phone {
	width: 3em;
	background-image: url(https://roboforex.com/uploads/pages/forex-trading/platforms/stock-market/images/icon-phone-mn.png);
	height: 3em !important;
	pointer-events: none;
}

.account__terminals-list a[title="Mobile version"]:hover .phone {
	background-image: url(https://www.roboforex.com/uploads/pages/forex-trading/platforms/stock-market/images/icon-phone_hover.png);
}

.button-award {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2rem;
	border: 0;
	border-radius: 4px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.11;
	font-weight: 500;
	-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: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;
	text-decoration: none;
	min-width: 32rem;
	margin: 0;
	margin-top: -3rem;
}

.button__holder {
	position: relative;
	text-align: center;
}

.button_green {
	color: #fff;
	background: #7fba2f;
	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);
transition: background .5s linear;
}

.button_blue {
transition: background .5s linear;
}

.button-award--green {
	background: #7fba2f;
	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);
}

.button__holder a:visited {
	color: #ffffff;
}

.button-award--green:hover {
	color: #fff;
	background: #98c838;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 3px 0 rgba(0, 0, 0, .05);
}

.button-green:hover {
	background: -o-linear-gradient(left, #98c838 0%, #98c838 100%);
	background: -webkit-gradient(linear, left top, right top, from(#98c838), to(#98c838));
	background: linear-gradient(to right, #98c838 0%, #98c838 100%);
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

.button-green:visited,
a.button-green:visited {
	color: #fff;
}

@media (max-width: 680px) {
	.account__terminals-list .web {
		margin-top: 0.5em;
	}
	.button__holder {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.button {
		min-width: 100%;
	}
}


/*slider*/

.account.active~.account~.account:after {
    right: -40px;
    width: 30rem;
}
/*slider*/
.index-page .invest-products__item:first-child{
	margin-right: 0;
}

.index-page .invest-products__item{
	width: 100%;
}

.index-page .invest-products{
	background-color: #01508c;
}

.index-page .invest-products__item .button{
	max-width: 34rem;
	display: block;
}

.index-page .invest-product__link{
	background-image: url(/bundles/appfront/img/redesign/invest-product/copyfx.svg) !important;
	display: block;
}

body.rtl.index-page .invest-products__item:first-child{
	margin-left: 0;
}

@media (max-width: 575px){
	.index-page .invest-products__item .button{
		max-width: 100%;
	}

	.index-page .invest-product__link{
		height: 6rem;
		background-size: auto 100%;
		margin: 0 0 15px;

	}

}