#etf {
	min-width: 310px;
	padding: 0;
	margin: 0;

	line-height: 2rem;
}

#etf .section {
	width: 100%;
	padding: 4rem 1rem 5.8rem 1rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	background: #ffffff;
}

#etf .wrapper {
	max-width: 1220px;
	margin: 0 auto;
}

#etf .typicall__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;

	padding: 0 1rem;

	font-size: 0;
	list-style-type: none;

}

#etf a {
	color: #ffffff;
	text-decoration: none;
}

#etf a:hover, #etf a:visited {
	color: #ffffff;
}

#etf .h2 {
	color: #000000;
	font-size: 4rem;
	font-weight: 300;
	line-height: 4.5rem;
}

#etf .h3 {
	color: #000000;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 2rem;
}

#etf .button_holder {
	display: block;

    text-align: center;
}

#etf .pretty__button {
	display: inline-block;
	vertical-align: middle;
	
	min-width: 28rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-radius: 4px;
	padding: 2rem;
	overflow: hidden;

	font-size: 2.2rem;
	font-weight: 500;
    line-height: 2rem;
	color: #ffffff;	
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0 3px 1px 0 #cbced3;
	        box-shadow: 0 3px 1px 0 #cbced3;
}

#etf .pretty__button-special {
	font-size: 1.4rem;
	line-height: 1.42857143;
	font-weight: 500;
	
}

#etf .button_holder {
	display: block;

    text-align: center;
}

#etf .green__button {
	background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
	background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
	background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);

}

#etf .blue__button {
	position: relative;
}

#etf .blue__button:before {
	content: " ";
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;

	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: -o-linear-gradient(left, #015593, #0361a7, #015593);
	background: -webkit-gradient(linear, left top, right top, from(#015593), color-stop(#0361a7), to(#015593));
	background: linear-gradient(to right, #015593, #0361a7, #015593);
	opacity: 0.8;		
}

#etf .red__button {
	margin-right: 2rem;
	background: -o-linear-gradient(left, #e11e0a, #f5230c, #e11e0a);
	background: -webkit-gradient(linear, left top, right top, from(#e11e0a), color-stop(#f5230c), to(#e11e0a));
	background: linear-gradient(to right, #e11e0a, #f5230c, #e11e0a);
}

#etf .green__button:hover {
	background: #98c838;
}

#etf .blue__button:hover {
	background: #0361a7;
	color: #ffffff;
	opacity: 1;
}

#etf .red__button:hover {
	background: #f5230c;
	color: #ffffff;
}

#etf .bottom__button {
	margin-bottom: -13.3rem;
}

#etf #main {
	color: #ffffff;
	text-align: center;
	background-image: url(images/main-bg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
	background-color: #131f32;
}

#etf .main__header {
	margin-top: 10.2rem;
}

#etf .title-big {
	margin-top: 1rem;
	margin-bottom: 1.7rem;

	font-size: 5rem;
	line-height: 6rem;
	font-weight: 500;
	color: #ffffff;
}

#etf .main__header_subtitle {
	display: inline-block;

	width: 80%;
	padding: 0;
	margin-bottom: 1.5rem;
	margin-top: 0;

	font-size: 3rem;
	line-height: 4rem;
	font-weight: 300;
}

#etf .main__content {
	-ms-flex-pack: distribute;
	    justify-content: space-around;

	margin-top: 9rem;
	margin-bottom: 3.2rem;
}

#etf .main__content_item {
	-ms-flex-preferred-size: 19.5%;
	    flex-basis: 19.5%;
}

#etf .main__content_img {
	display: inline-block;

	width: 80px;
	height: 93px;

	background: url("images/main-icons.png") -8px -2px;
}

#etf .main__content_img-2 {
	background: url("images/main-icons.png") -231px -2px;
}

#etf .main__content_img-3 {
	background: url("images/main-icons.png") -126px -2px;
}

#etf .main__content_img-4 {
	background: url("images/main-icons.png") -337px -5px;
}

#etf .main__content_title {
	margin-top: 3.6rem;
	margin-bottom: 2.2rem;

	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 500;
}

#etf .main__content_text {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
	opacity: 0.8;
}

#etf #about {
	text-align: center;
}

#etf .about__title {
	margin-top: 8rem;
	margin-bottom: 4.5rem;
}

#etf .about__describe {
	padding: 0 1.3rem;
}

#etf .about__describe_text {
	margin-bottom: 2rem;

	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
	color: #697d8c;
}

#etf .about__content {
	display: inline-block;

	padding: 0 2rem;
	margin-top: 4.5rem;
}

#etf .about__content_title {
	font-size: 2.5rem;
	line-height: 2rem;
	font-weight: 500;
	color: #000;
}

#etf .about__content_table {
	display: inline-block;
	
	width: 100%;
	padding: 1.6rem 0.2rem 2.4rem 0.2rem;
	margin-bottom: 0.7rem;
	border-spacing: 0;
	border-collapse: separate;
	
	font-size: 1.8rem;
	line-height: 5.6rem;
	font-weight: 400;
	text-align: center;
	color: #697d8c;
}

#etf .about__content_td-1 {
	padding-right: 23rem;
}

#etf .about__content_td-2 {
	padding: 0 4.3rem 0 4.3rem
}

#etf .about__content_td-3 {
	padding: 0 3.9rem 0 3.9rem;
}

#etf .about__content_td-4 {
	padding: 0 3.4rem 0 3.4rem
}

#etf .about__content_table tr:not(:first-child) td {
	border-bottom: 2px solid #f2f5f7;
}

#etf .about__content_table tr:last-child td {
	border-bottom: none;
}

#etf .about__content_table td:first-child {
	font-weight: 500;
	color: #000000;
	text-align: left;
}

#etf .about__content_table td {
	color: #697d8c;
}

#etf .about__content_table tr:first-child {
	font-size: 1.4rem;
	line-height: 5.6rem;
	text-align: center;
}

#etf .about__content_table td.td-notblack {
	color: #697d8c;
	font-weight: 400;
	text-align: left;
}

#etf .about__content_td-btn {
	display: inline-block;

	min-width: 7rem;
	padding: 0.6rem 0.5rem;
	border-radius: 5px;

	font-size: 1.6rem;
	line-height: 2rem;
	color: #ffffff;
	font-weight: 700;
	opacity: 0.5;
	cursor: pointer;
}

#etf .about__tr-active .about__content_td-btn {
	opacity: 1;
}

#etf .about__content_list {
	padding: 1.9rem 5.7rem;
	margin-bottom: 2.2rem;
	border: 1px solid #d0d6db;

	color: #697d8c;
	font-size: 1.6rem;
	font-weight: 400;
	-webkit-box-shadow: 0 3px 1px 0 #f2f5fb;
	        box-shadow: 0 3px 1px 0 #f2f5fb;
	
}
#etf .about__content_list:hover, #etf .about__content_list:visited {
	text-shadow: 1px 0px #d0d6db;
	-webkit-box-shadow:  0px 3px 1px 3px #f2f5fb;
	        box-shadow:  0px 3px 1px 3px #f2f5fb;
	color: #697d8c;
}

#etf .about__warning {
    text-align: left;
    margin: 0;
    padding: 0 1rem 4.4rem 1rem;
    color: #697d8c;
}


#etf .about__warning-special {
    color: #f00;
}


#etf #trade {
	position: relative;

	background-color: #f2f5fb;
}

#etf #trade::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;

	background: url(images/trade-bg.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
}

html[dir="rtl"]  #etf #trade::before {
	background: url(images/trade-bg.ae.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
}

#etf .trade__content_holder {
	position: relative;

	max-width: 600px;
	padding: 2rem 1.6rem 2.3rem 1.6rem;

	text-align: left;
	list-style-type: none;	
}

#etf .trade__title {
	margin-top: 3rem;
	margin-bottom: 4.5rem;
}

#etf .trade__logo {
	display: inline-block;

	height: 34px;
}

#etf .trade__logo-l {
	width: 130px;
	margin-right: 0.5rem;

	background: url("images/trade-logo.png") -1px 0; 
}

#etf .trade__logo-r {
	width: 30px;

	background: url("images/trade-logo.png") -162px 0; 
}

#etf .trade__text {
	padding-left: 0.4rem;
	margin-top: 3.9rem;
	margin-bottom: 2.1rem;

	font-size: 1.8rem;
	line-height: 3rem;
	color: #697d8c;
}

#etf .trade__list {
	padding: 0;

	list-style-type: none;
	color: #7fba2f;
}

#etf .trade__list_item {
	position: relative;

	padding-left: 2.4rem;

	font-size: 1.4rem;
	line-height: 3rem;
	color: #697d8c;
}

#etf .trade__list_item::before {
	content: "\2022";
	position: absolute;
	left: 0.2rem;

	color: #7fba2f;
	font-size: 3rem;
	vertical-align: middle;
}

#etf .trade__link {
	display: inline-block;

	margin-left: 4.4rem;
	vertical-align: -0.2rem;

	font-size: 1.6rem;
	line-height: 2rem;
	color: #0578be;
	font-weight: 500;
}

#etf .trade__link:hover {
	text-decoration: underline;
}

#etf .trade__link:hover, #etf .trade__link:visited {
	color: #0578be;
}

#etf #trade .button__holder {
	margin: 3.9rem 0.4rem 0.2rem 0.4rem;
}

#etf #trade .pretty__button {
	font-size: 1.8rem;
	text-align: center;
}

#etf #accounts {
	position: relative;
	z-index: 2;
	
	padding-top: 4rem;

	background-color: #131f32;
	text-align: center;
}

#etf #accounts .h2 {
	margin: 6.1rem 0 3.8rem 0;

	color: #ffffff;
}

#etf .accounts__subtitle {
    display: inline-block;
	max-width: 65%;
	margin: 0;
    margin-bottom: 1.2rem;

	font-size: 1.8rem;
	line-height: 3rem;
	color: #a1a5a9;
}

#etf .accounts__link {
	display: block;

	margin: 0;

	color: #7fba2f;
	font-size: 1.4rem;
	line-height: 3rem;
}

#etf .accounts__link:hover {
	color: #7fba2f;
	text-decoration: underline;
}

#etf .accounts__link:visited {
	color: #7fba2f;
}

#etf .accounts__slider {
	position: relative;

	margin-top: 5.9rem;
	padding-left: 2rem;
	margin-bottom: 3.2rem;
}

#etf .accounts__slider_arrow {
	position: absolute;
	top: calc(50% - 20px);

	width: 40px;
	height: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);

	-webkit-transition: all linear .5s;
	-o-transition: all linear .5s;
	transition: all linear .5s;
}

#etf .accounts__slider_prev {
	left: -72px;

	border-left: 2px solid #dfe0e2;
	border-bottom: 2px solid #dfe0e2;
}

#etf .accounts__slider_next {
	right: -72px;
	z-index: 4;

	border-right: 2px solid #dfe0e2;
	border-top: 2px solid #dfe0e2;
}

#etf .accounts__caption {
	position: absolute;
	bottom: 0;

	width: 140px;
	padding: 0 0 2.4rem;
	margin: 0;

	list-style-type: none;
	text-align: right;
}

#etf .accounts__captaion_item {
	position: relative;

	line-height: 4rem;
	color: #a1a5a9;
}

#etf .accounts__captaion_item:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 1px;
	background: -o-linear-gradient(left, rgba(255,255,255,0) 10%,rgba(255,255,255,0.2) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255,255,255,0)),to(rgba(255,255,255,0.2)));
	background: linear-gradient(to right, rgba(255,255,255,0) 10%,rgba(255,255,255,0.2) 100%);
}

#etf .accounts__scrollable {
	position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;

    width: 100%;
    height: 36rem;
    padding-left: 14rem;

    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

#etf .accounts__list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;

	width: 100%;        
	padding: 0;

	list-style-type: none;
}

#etf .accounts__scrollable_item {
	display: inline-block;
	position: absolute;
    z-index: 2;

	width: 280px;
	height: 100%;
	margin: 0 1rem;
    padding: 0 2.8rem 17.9rem 2.8rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    border-top: 2px solid #135385;
    border-radius: 5px;
	
	background: rgba(19,39,63,0.8);
	text-align: left;
    cursor: pointer;

    transition: opacity .9s ease-in-out,transform .8s ease-in-out,
    -webkit-transform .8s ease-in-out;
}

#etf .accounts__scrollable_item:hover {
	background: #135385;

	-webkit-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;	
}

#etf .accounts__item_title {
	margin-top: 2.6rem;
    margin-bottom: 0.8rem;

	font-size: 2.2rem;
	line-height: 5rem;
	font-weight: 400;
	color: #ffffff;
}

#etf .accounts__item_text {
	padding-left: 0.3rem;

	font-size: 1.4rem;
	color: #a1a5a9;
	font-weight: 400;
}

#etf .accounts__item_order {
	position: absolute;
	bottom: 2.4rem;

	width: 100%;
	padding: 0;
	padding-left: 0.3rem;

	list-style-type: none;
}

#etf .accounts__item_order_li {
	position: relative;

	font-size: 1.4rem;
	line-height: 4rem;
	color: #ffffff;
}

#etf .accounts__item_order_li:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -3rem;

	width: 100%;
	height: 1px;
	background: -o-linear-gradient(right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)),to(rgba(255,255,255,0.2)));
	background: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
}

#etf .accounts__item_banner {
	position: absolute;
	top: -2px;
	right: 0;

	padding: 0.4rem 1rem 0.1rem 0.9rem;
	margin:0;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;

	font-size: 1.2rem;
	line-height: 2rem;
	color: #ffffff;
	background: #135385;
}

#etf .accounts__button {
	margin-bottom: -13.5rem;

	-webkit-box-shadow: none;
	        box-shadow: none;
}

#etf .active ~ .accounts__scrollable_item ~ .accounts__scrollable_item ~.accounts__scrollable_item::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;

	width: 280px;
	height: 360px;
	background: -o-linear-gradient(right, rgba(19, 31, 50, 1) 55%,rgba(19, 31, 50, 0) 100%);
	background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(19, 31, 50, 1)),to(rgba(19, 31, 50, 0)));
	background: linear-gradient(to left, rgba(19, 31, 50, 1) 55%,rgba(19, 31, 50, 0) 100%);
}

#etf .active ~ .accounts__scrollable_item ~ .accounts__scrollable_item ~.accounts__scrollable_item {
	opacity: 0.3;
}

.trade__logo_holder {
	display: flex;
	align-items: center;
}




.terminals_list {
    text-align: center;
}

.terminals_list .terminals-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 3rem;
    background-repeat: no-repeat;
    margin-right: 0.6rem;
    cursor: pointer;
}


.terminals_list .terminals-icon:hover {
    color: #1378bf;
}

.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.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.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.android:hover {
    width: 3rem;
    background: url(/uploads/pages/general/images/terminals.png) -10px -310px;
}


.terminals_list .terminals-icon.mt5 {
    width: 3rem;
    background: url(/uploads/pages/general/images/terminals.png) -10px -410px;
}

.terminals_list .terminals-icon.mt5:hover {
    width: 3rem;
    background: url(/uploads/pages/general/images/terminals.png) -10px -460px;
}


.terminals_list .terminals-icon.ctrader {
    width: 3rem;
    background: url(/uploads/pages/general/images/terminals.png) -10px -210px;
    padding-top: 3px;
}

.terminals_list .terminals-icon.ctrader:hover {
    background: url(/uploads/pages/general/images/terminals.png) -10px -160px;
}

.terminals_list .terminals-icon.mt4-web {
    width: 3rem;
    background: url(/uploads/img/structure/terminals/icons/full-trader.png) -10px -210px;
    padding-top: 3px;
}

.terminals_list .terminals-icon.mt4-web-hover:hover {
    background: url(/uploads/pages/general/images/terminals.png) -10px -160px;
}


.terminals_list .terminals-icon.windows {
    width: 3rem;
    background: url(/uploads/pages/general/images/windows.png) -10px -210px;
    padding-top: 3px;
}

.terminals_list .terminals-icon.windows:hover {
    background: url(/uploads/pages/general/images/windows-hover.png) -10px -160px;
}



#etf #profit {
	background: url(images/profit-bg.jpg) no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
	background-color: #01447e;
	color: #ffffff;
}

#etf #profit .wrapper {
	padding-left: 2.2rem;
}

#etf .profit__header {
	width: 65%;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	margin-top: 7.1rem;
	margin-bottom: 6.1rem;
}

#etf .profit__title {
	margin-top: 1rem;
    margin-bottom: 1.8rem;

	color: #ffffff;
}

#etf .profit__subtitle {
	margin-top: 0;
    margin-bottom: 1.5rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;

	font-size: 1.8rem;
	line-height: 3rem;
	color: #ffffff;
	opacity: 0.8;
}

#etf  .profit__content {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;

	margin-bottom: 2.2rem;
}

#etf  .profit__content_item {
	position: relative;
	z-index: 2;

	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin: 0 1rem;
	padding: 2rem 2rem 9.4rem 2rem;
	border-top: 2px solid transparent;
	border-radius: 4px;

	background:rgba(3,72,131,0.8);

	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#etf  .profit__content-item-border {
	border-color: #0d61a0;
}

#etf  .profit__content_item:first-child {
	margin-left: 0;
}

#etf  .profit__content_item:last-child {
	margin-right: 0;
}

#etf  .profit__content_item:hover {
	background: #1372b6;
	opacity: 1;
	border-color: #1372b6;
}

#etf  .profit__content_item:hover .profit__content-pop {
	background-color: #1372b6;
}

#etf .profit__content_title {
    width: 70%;
	margin-top: 3.2rem;
    margin-bottom: 2.2rem;
    padding-left: 1.0rem;

	font-size: 1.8rem;
  	line-height: 2rem;
    font-weight: 500;
}

#etf .profit__content_img {
	width: 90px;
	height: 90px;

	background: url(images/profit-icon.png) 0 3px;
}

#etf .profit__content_img-2 {
	background: url(images/profit-icon.png) -97px 3px;
}

#etf .profit__content_img-3 {
	background: url(images/profit-icon.png) -201px 3px;
}

#etf .profit__content_img-4 {
	background: url(images/profit-icon.png) 93px 3px;
}

#etf .profit__content_list {
   	padding: 0;

	list-style-type: none;
}

#etf .profit__content_li {
	position: relative;

	margin: 0;
	margin-bottom: 1rem;
	padding-left: 0.7rem;

	font-size: 1.4rem;
	font-weight: 400;
	opacity: 0.8;

}

#etf .profit__content_li:before {
	content: "-";
	position: absolute;
	left: 0;
}

#etf .profit__content_btn {
	display: inline-block;
	position: absolute;
    bottom: 2rem;
    right: 2rem;
    left: 2rem;

   	padding: 1rem 0;
  	border-radius: 5px;

	font-size: 1.6rem;
   	font-weight: 500;
    text-align: center;
}

#etf .profit__content-pop {
	position: absolute;
	top: -2px;
	right: 0;

	padding: 0.4rem 1.1rem 0.1rem 1.1rem;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;

	font-size: 1.2rem;
	font-weight: 500;
	background: #0d61a0;
}

#etf #security {
	position: relative;

	padding-bottom: 1.8rem;

	background-color: #ffffff;
	color: #697d8c;
}

#etf #security::after {
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    z-index: 1;
   	overflow: hidden;

	width: 100%;
	height: 100%;

	background-image: url(/uploads/pages/general/images/section-security/security-bg.jpg);
	background-repeat: no-repeat;
	background-position: 85% 100%;
	background-size: auto 100%;
}

#etf #security .wrapper {
	position: relative;
	z-index: 2;

	text-align: left;
}

#etf .security__content {
	display: inline-block;

	max-width: 744px;
	padding: 1.6rem; 
}

#etf .security__header {
	margin-top: 3.5rem;
	margin-bottom: 5rem;
}

#etf .security__title {
	margin: 2rem 0 2.3rem 0;
}

#etf .security__subtitle {
	padding-left: 0.4rem;

	font-size: 1.8rem;
	line-height: 2rem; 
	font-weight: 300;
}

#etf .security__list {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	margin-left: 0;
	margin-right: 0.2rem;
	padding: 0;
}

#etf .security__list_item {
	width: 340px;
	margin-bottom: 3.5rem;
}

#etf .security__list_title {
	display: inherit;
	position: relative;

	margin-top: 2.9rem;

	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
    color: #697d8c;
}

#etf .security__list_title:visited, #etf .security__list_title:hover {
	color:#697d8c
}

#etf .security__list_title:hover {
	text-decoration: underline;
}

#etf .security__list_img {
	content: " ";	
	float: left;

	width: 90px;
	height: 85px;
	margin-right: 1.2rem;
	background: url("/uploads/pages/general/images/section-security/security-icon.png") 1px -1px;
}

#etf .security__list_img-2 {
	content: " ";

	background: url("/uploads/pages/general/images/section-security/security-icon.png") -94px -1px;
}

#etf .security__list_img-3 {
	content: " ";

	background: url("/uploads/pages/general/images/section-security/security-icon.png") -193px -1px;
}

#etf .security__list_img-4 {
	content: " ";

	background: url("/uploads/pages/general/images/section-security/security-icon.png") -297px -1px;
}

#etf #award {
	background-color: #f2f5fb;
	text-align: center;
}

#etf .award__header {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

#etf .award__title {
	margin-bottom: 	1rem;
}

#etf .award__subtitle {
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: 300;
	color: #000000;
}

#etf .award__subtitle-special {
	font-weight: 500;	
}

#etf .award__list {
    -ms-flex-pack: distribute;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 76%;
    justify-content: space-between;
    margin: 0 auto;
}

#etf .award__list li {
    font-size: 1.6rem;
    color: #697d8c;
    width: 220px;
    padding: 0 4rem;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    position: relative;
    padding-bottom: 5.2rem;
    margin-bottom: 2.7rem;
}

#etf .award__list li::before {
    content: "";
    position: absolute;
    background: url("/uploads/pages/general/images/award-oliv.png");
    width: 60px;
    height: 100px;
    top: -11px;
    left: 4px;
}

#etf .award__list li::after {
    content: "";
    position: absolute;
    background: url("/uploads/pages/general/images/award-oliv.png");
    width: 60px;
    height: 100px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 4px;
    top: -12px;
}

#etf .award__list h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
    font-weight: 500;
    display: inline-block;
}

#etf .award__list .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media all and (min-width: 920px) {
    #etf .award__list .item-small {
        width: 130px;
        padding-bottom: 4.2rem;
    }

    #etf .award__list .item-small h4 {
        font-size: 1.5rem;
    }

    #etf .award__list .item-small::before {
        width: 50px;
        height: 80px;
        top: -11px;
        left: 4px;
        background-size: 90%;
        background-position: 50% 50%;
    }

    #etf .award__list .item-small::after {
        width: 50px;
        height: 80px;
        top: -11px;
        right: 4px;
        background-size: 90%;
        background-position: 50% 50%;
    }
}


@media all and (max-width: 1040px) {
    #etf .award__list {
        max-width: 100%;
    }
}

@media all and (max-width: 880px) {
    #etf .award__list li {
        margin-right: 3rem;
        margin-left: 3rem;
    }

    #etf .award__list {
        justify-content: center;
    }
}

@media all and (max-width: 560px) {

    #etf .award__list li {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    #etf .award__list {
        margin-top: 4rem;
    }
}

html[dir="rtl"]  #etf .security__list_img {
    float: right;

    margin-right: 0;
    margin-left: 1.2rem;
}

html[dir="rtl"]  #etf #security .wrapper {
    text-align: right;
}

html[dir="rtl"]  #etf #security::after {
    right: auto;
    left: 0;

    background-position: 9% 100%;    
}

html[dir="rtl"]  #etf .security__list_item {
    text-align: right;
}

html[dir="rtl"]  #etf .about__content_td-1 {
	padding-right: 0;
	padding-left: 23rem;
}

html[dir="rtl"]  #etf .about__content_table td:first-child {
	text-align: right;
}

html[dir="rtl"]  #etf .about__warning {
	text-align: right;
}

html[dir="rtl"]  #etf .red__button {
	margin-right: 0;
	margin-left: 2rem;
}

html[dir="rtl"]  #etf .trade__content_holder {
	text-align: right;
}

html[dir="rtl"]  #etf .trade__list_item {
	padding-left: 0;
	padding-right: 2.4rem;
}

html[dir="rtl"]  #etf .trade__list_item::before {
	left: auto;
	right: 0.2rem;
}

html[dir="rtl"]  #etf .trade__link {
	margin-left: 0;
	margin-right: 4.4rem;
}

html[dir="rtl"]  #etf .trade__logo-l {
	margin-left: 0.5rem;
	margin-right: 0;
}

@media all and (min-width: 4000px) {
	#etf #security::after {
   		background-position: 70% 100%;
	}

	  html[dir="rtl"]  #etf #security::after {
         background-position: 30% 100%;
    }
}

@media all and (min-width: 3000px) and (max-width: 3999px) {
	#etf #security::after {
		background-position: 71% 100%;

	}

	   html[dir="rtl"]  #etf #security::after {
         background-position: 29% 100%;
    }
}

@media all and (max-width: 1720px) {
	#etf #security::after{
			background-position: 111% 100%;
	}


    html[dir="rtl"]  #etf #security::after {
         background-position: -11% 100%;
    }
}

@media all and (max-width: 1520px) {
	#etf #security::after{
		background-position: 121% 100%;
	}

	  html[dir="rtl"]  #etf #security::after {
         background-position: -21% 100%;
    }

	#etf .accounts__slider_prev {
		left: 20px;
	}

	#etf .accounts__slider_next {
		right: 20px;
	}

}

@media all and (max-width: 1320px) {
	#etf #security::after {
			background-position: 161% 100%;
	}

	 html[dir="rtl"]  #etf #security::after {
         background-position: -31% 100%;
    }
}

@media all and (max-width: 1180px) {
	#etf .profit__content_item{
		-ms-flex-preferred-size: 30%;
		    flex-basis: 30%;
		margin-bottom: 4rem;
	}

	#etf .profit__content_item:first-child {
		margin-left: 1rem;
	}

	#etf .profit__content_item:last-child {
		margin-right: 1rem;
	}

	#etf .active ~ .accounts__scrollable_item ~.accounts__scrollable_item::before {
		content: "";
		position: absolute;
		right: 0;
		top: -10px;
		z-index: 3;
	
		width: 280px;
		height: 370px;
	    background: -webkit-linear-gradient(right, rgba(19, 31, 50, 1) 55%, rgba(19, 31, 50, 0) 100%);
	    background: -o-linear-gradient(right, rgba(19, 31, 50, 1) 55%, rgba(19, 31, 50, 0) 100%);
	    background: linear-gradient(to left, rgba(19, 31, 50, 1) 55%, rgba(19, 31, 50, 0) 100%);
	}	

	#etf .active ~ .accounts__scrollable_item ~.accounts__scrollable_item {
		opacity: 0.3;
	}

	#etf .active ~ .accounts__scrollable_item ~.accounts__scrollable_item ~ .accounts__scrollable_item {
		opacity: 0;
	}
}

@media all and (max-width: 1160px) {
	#etf .main__content_item {
		margin-bottom: 	2rem;
	}

	#etf .security__content {
		padding: 1.6rem 0;
	}

	#etf #security::after {
		opacity: 0.5;
		background-position: 221% 100%;
	}

	#etf #profit .wrapper {
		padding: 0;
	}

	#etf .h2 {
    	line-height: 5rem;
	}

	#etf #trade::before {
		background-position: 40% 50%;
    	background-size: auto 100%
	}

	html[dir="rtl"]  #etf #trade::before {
		background-position: 60% 50%;
	}

	  html[dir="rtl"]  #etf #security::after {
         background-position: -91% 100%;
    }
}

@media all and (max-width: 990px) {
	#etf .main__content_item {
		-ms-flex-preferred-size: 35%;
		    flex-basis: 35%;
		margin-right: 3rem;
		margin-left: 3rem;
	}

	#etf .main__content {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#etf .security__wrapper {
		text-align: center;
	}

	#etf .security__list {
    	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
       	text-align: left;
   }

	#etf #security::after {
		background-size: 0; 
	}

	#etf .security__list_item {
		margin-right: 1rem;
    	margin-left: 1rem;
	}
	
	#etf #security {
		background-size: 0;
	}

	#etf .profit__header {
		width: 100%;

		text-align: center;
	}

	#etf .profit__content {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#etf .profit__content_item {
		-ms-flex-preferred-size: 40%;
		    flex-basis: 40%;
	}

	#etf .accounts__slider_arrow {
		display: none;
	}

	#etf .about__content {
		padding: 0;
	}

	#etf .about__content_td-1 {
		padding-right: 22rem;
	}

	html[dir="rtl"]  #etf .about__content_td-1 {
		padding-right: 0;
		padding-left: 22rem;
	}

	#etf .about__content_td-2 {
		padding: 0 4rem 0 4rem
	}

	#etf .about__content_td-3 {
		padding: 0 3.6rem 0 3.6rem;
	}

	#etf .about__content_td-4 {
		padding: 0 3.1rem 0 3.1rem
	}

	#etf .accounts__subtitle {
		max-width: 100%;
	}
}
@media all and (max-width: 780px) {
	#etf .title-big {
		font-size: 4.5rem;
		line-height: 5rem;
	}

	#etf .accounts__list::after {
		display: none;
	}

	#etf .security__list_item {
		margin-right: 0;
		margin-left: 0;
	}

	#etf .about__content_table {
		width: auto;
	}

	#etf .about__content_td-1 {
		padding-right: 18rem;
	}

	html[dir="rtl"]  #etf .about__content_td-1 {
		padding-left: 18rem;
		padding-right: 0;
	}

	#etf .about__content_td-2 {
		padding: 0 3rem 0 3rem
	}

	#etf .about__content_td-3 {
		padding: 0 2.6rem 0 2.6rem;
	}

	#etf .about__content_td-4 {
		padding: 0 2.1rem 0 2.1rem
	}
}

@media all and (max-width: 720px) {
	#trade .button__holder {
		text-align: center;
	}

	#etf .about__content_table {
		font-size: 1.4rem;
		line-height: 4rem;
	}

	#etf .about__content_td-btn {
		padding: 0.3rem 0.5rem;
		min-width: 5rem;

		font-size: 	1.2rem;
	}

	#etf .security__header {
		text-align: center;
	}

	#etf .main__content_item {
		-ms-flex-preferred-size: 35%;
		    flex-basis: 35%;
		margin-right: 2rem;
		margin-left: 2rem;
	}

	#etf .profit__header, #etf .profit__subtitle {
		padding-right: 0;
		padding-left: 0;
	}

	#etf #trade::before {
   		background-position: 20% 50%;
	}	

	html[dir="rtl"]  #etf #trade::before {
		background-position: 60% 50%;
	}

	#etf .trade__title {
		text-align: center;
	}

	#etf #trade .button__holder {
		text-align: center;
	}
}

@media all and (max-width: 660px) {
	#etf .profit__content_item{
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	#etf .typicall__list {
		padding: 0;
	}

	#etf .about__content_td-1 {
		padding-right: 0rem;
	}

	html[dir="rtl"]  #etf .about__content_td-1 {
		padding-left: 0rem;
	}

	#etf .about__content_td-2 {
		padding: 0 2rem 0 2rem
	}

	#etf .about__content_td-3 {
		padding: 0 1.6rem 0 1.6rem;
	}

	#etf .about__content_td-4 {
		padding: 0 1.1rem 0 1.1rem
	}
}

@media all and (max-width: 560px) {
	#etf .main__content_item{
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

    #etf .award__subtitle {
    	font-size: 2.1rem;
	}

	#etf .main__header_title {
		font-size: 	4.5rem;
	}

	#etf .main__header_subtitle {
		font-size: 	2.3rem;
	}

	#etf .main__content_item {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	#trade .pretty__button {
		margin-bottom: 2rem;
	}

	#etf .h2 {
		font-size: 3rem;
	}

	#etf .about__content_table tr:first-child {
		font-size: 1rem;
		line-height: 4rem;
	}

	#etf .about__content_td-btn {
		min-width: 3rem;
		padding: 0 0.5rem;

		font-size: 1rem;
	}

	#etf .about__content_table {
		font-size: 1rem;
		line-height: 2.5rem;
	}

	#etf .about__content_list {
		margin-bottom: 0;
		padding: 1.2rem 3rem;

		font-size: 1.2rem;
	}
	#etf .section{
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	#etf .about__content_title {
		font-size: 2rem;
	}

	#etf .about__describe_text {
		font-size: 1.2rem;
	}

	#etf .title-big {
		font-size: 4rem;
	}

	#etf .accounts__scrollable {
		padding-left: 0;
	}

	#etf .accounts__scrollable_item {
		width: 260px;
	}

	#etf .accounts__caption {
		display: none;
	}

	#etf .red__button {
		margin-right: .5rem;
	}

	html[dir="rtl"]  #etf .red__button {
		margin-left: .5rem;
		margin-right: 0;
	}

	#etf .trade__link, html[dir="rtl"]  #etf .trade__link {
		margin-right: 6rem;
		margin-left: 6rem;
	}

	#etf .trade__content_holder {
		text-align: center;
	}

	#etf .trade__text {
		padding: 0;

		line-height: 2.5rem;
	}

	#etf .trade__list {
		text-align: left;
	}

	html[dir="rtl"]  #etf .trade__list {
		text-align: right;
	}
}

@media all and (max-width: 400px) {
	#etf .about__content_td-2 {
		padding: 0 1.9rem 0 1.9rem
	}

	#etf .about__content_td-3 {
		padding: 0 1.3rem 0 1.3rem;
	}

	#etf .about__content_td-4 {
		padding: 0 .8rem 0 .8rem
	}
}

@media all and (max-width: 360px) {
	#etf .accounts__scrollable_item {
		width: 240px;
		margin: 0;
	}

	#etf .security__list_item {
		width: 300px;
		margin-right: 0;
		margin-left: 0;
	}

	#etf .security__list_title {
		font-size: 1.4rem;
	}

	#etf .about__content_td-2 {
		padding: 0 1.5rem 0 1.5rem
	}

	#etf .about__content_td-3 {
		padding: 0 1rem 0 1rem;
	}

	#etf .about__content_td-4 {
		padding: 0 .6rem 0 .6rem
	}
}

@media all and (max-width: 340px) {
	:lang(ru) #etf #award .pretty__button{
		line-height: 2.5rem;
	}
}