.strategy-advantages {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}
.strategy-advantages .item {
	width: 30%;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 15px;
	margin: 0 0 30px;
	text-align: center;
}
.strategy-advantages .item .img {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.strategy-advantages .item .img img {
	max-height: 64px;
}
.strategy-advantages .item .txt {
	line-height: 1.8;
	font-size: 20px;
	font-weight: 300;
}
.strategy-advantages .item .txt strong {
	color: #000;
}

.list_block {
	background: #2b343a;
	padding-top: 80px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
	overflow-x: hidden;
}
.list_block .fix {
	display: flex;
	justify-content: center;
}
.list_block .list_item {
	max-width: 470px;
	width: 100%;
	color: #ffffff;
	padding-top: 15px;
}
.list_block .list_item:first-child {
	border-right: 2px dotted #ffffff;
	padding-right: 120px;
	margin-right: 120px;
}
.list_block .list_item ul {
	margin-top: 70px;
	padding: 0;
	margin-bottom: 0;
}
.list_block .list_item ul li {
	position: relative;
	list-style: none;
	padding-bottom: 40px;
	font-size: 22px;
	color: #ffffff;
	padding-left: 60px;
}
.list_block .list_item ul li:not(:last-child) {
	margin-bottom: 40px;
	border-bottom: 2px dotted #aabcc3;
}
.list_block .list_item ul li:before {
	content: "";
	width: 20px;
	height: 19px;
	border-radius: 50%;
	background: #ffffff;
	left: 0;
	top: 3px;
	position: absolute;
}
.list_block .list_item p {
	font-weight: bold;
	font-size: 22px;
	position: relative;
	z-index: 1;
}
.list_block .list_item:last-child ul li {
	padding-bottom: 20px;
}
.list_block .list_item:last-child ul li:not(:last-child) {
	margin-bottom: 35px;
}
.list_block .list_item:last-child p:after {
	content: "";
	position: absolute;
	left: -30px;
	width: 100vw;
	height: 80px;
	background: #37535c;
	z-index: -1;
	top: -34px;
}
.list_block .list_item ul li span {
	white-space: nowrap;
	display: block;
}

.big-square-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
}
.big-square-items .item {
	width: 45%;
	height: auto;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 20px;
	margin: 0 2% 30px;
	text-align: center;
}
.big-square-items .item .img {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.big-square-items .item .txt {
	line-height: 1.8;
	font-size: 20px;
	font-weight: 300;
}
.big-square-items .item .txt strong {
	color: #000;
}


.risk-management {
	max-width: 1000px;
	margin: 0 auto;
}
.risk-management .items-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}
.risk-management .items-row:first-child .img {
	margin-left: 50px;
}
.risk-management .items-row:last-child .img {
	margin-right: 50px;
}
.risk-management .items-row .info {
	font-size: 18px;
}
.risk-management .items-row .info .title {
	margin-bottom: 40px;
	font-size: 22px;
}

.strategy-slider-block {
	max-width: 1260px;
	margin: 0 auto;
}
.strategy-slider .slick-prev, .strategy-slider .slick-next {
	top: 45%;
}
.strategy-slider .strategy-slide {
	padding: 0 18px;
	box-sizing: border-box;
}
.strategy-slider .strategy-slide .title {
	margin-bottom: 35px;
	text-align: center;
	font-size: 36px;
}
.strategy-slider .strategy-slide .img {
	width: 100%;
	padding-top: 74%;
	position: relative;
	margin-bottom: 40px;
}
.strategy-slider .strategy-slide .img .img-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
}
.strategy-slider .strategy-slide .img img {
	max-width: 60%;
}
.strategy-slider .strategy-slide .info {
	font-size: 18px;
	color: #243849;
	display: inline-block;
}
.strategy-slider .strategy-slide .info .grow {
	font-weight: 600;
	padding: 0 30px 24px 8px;
	border-bottom: 1px solid #e7e9ea;
	margin-bottom: 26px;
}
.strategy-slider .strategy-slide .info .comprised {
	padding: 0 30px 0 8px
}
.strategy-slider .strategy-slide .info .item {
	margin-bottom: 8px;
}
.strategy-slider .strategy-slide .info .item:last-child {
	margin-bottom: 0;
}
.strategy-slider-ref {
	margin-top: 70px;
	font-size: 24px;
	display: inline-block;
	margin-left: 18px;
}

.square-steps-block {
	max-width: 1100px;
	margin: 0 auto;
}

.square-steps {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.square-steps .item {
	padding-right: 3.1%;
	width: 22.45%;
	margin-bottom: 30px;
	position: relative;
	min-width: 150px;
}
.square-steps .item:nth-child(4n) {
	padding-right: 0;
}
.square-steps .item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
	width: 12.8%;
	height: 17px;
	background: url(../images/arr-gold.png) no-repeat center;
	background-size: contain;
}
.square-steps .item:nth-child(4n)::after {
	display: none;
}
.square-steps .item .inner {
	width: 100%;
	padding-top: 100%;
	border: 2px solid rgba(0,0,0,0.12);
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
}
.square-steps .item .inner .item-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px 15px;
	box-sizing: border-box;
}
.square-steps .item .num {
	position: absolute;
	top: 24px;
	left: 24px;
	font-size: 22px;
}
.square-steps .item .item-content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 26px;
	text-align: center;
}
.square-steps .item .item-content .img {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}
.square-steps .item .item-content .img img {
	max-height: 64px;
}
.square-steps .item .item-content .title {
	font-weight: 300;

}
.square-steps .item .item-content .title.small {
	font-size: 22px;
}
.square-steps .item .item-content .info {
	margin-top: 5px;
	color: #7e8971;
}
.square-steps-block .instruments {
	margin-bottom: 30px;
}
.square-steps-block .instruments .title {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 35px;
	text-align: center;
}
.square-steps-block .instruments .instruments-table {
	margin-bottom: 50px;
}

.pdf-btn-block {
	text-align: center;
}

.darkblue_block{
	background: #2b343a;
	padding: 60px 0 45px;


}
.darkblue_middle_line{
	width: 100%;
	height: 4px;
	background: url('../images/line-middle.jpg') space;
	background-position: calc(50% + 4px) center;

}
.darkblue_top,
.darkblue_bot{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	text-align: center;
	max-width: 1280px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.darkblue_top p{
	color: #72beb6;
	text-transform: uppercase;
	min-width: 200px;
	margin-bottom: 25px;
}

.darkblue_bot p{
	color: #ffffff;
	margin-top: 20px;
	min-width: 200px;
	font-style: italic;
}


.strat-pie {
	position: relative;
	background: url(../images/graph_pie.png) no-repeat center;
	width: 422px;
	height: 317px;
	margin: 0 auto;
}
.strat-pie .strat-pie-piece {
	position: absolute;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}
.strat-pie .strat-pie-piece.bonds {
	width: 200px;
	left: 0;
	top: 60px;
}
.strat-pie .strat-pie-piece.stock {
	width: 200px;
	right: 0;
	top: 70px;
	color: #ffffff;
}
.strat-pie .strat-pie-piece.futures {
	width: 100%;
	right: 0;
	bottom: 65px;
	color: #ffffff;
}

.strat-pie.ballance {
	margin-bottom: 50px;
}
.strat-pie.ballance .strat-pie-piece.futures {
	font-size: 17px;
}

.strat-pie.dollar .strat-pie-piece.bonds {
	top: 80px;
}
.strat-pie.dollar .strat-pie-piece.stock {
	top: 90px;
}


.square-steps-block .instruments .items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.square-steps-block .instruments .items .item {
	margin: 0 54px 30px 0;
	min-width: 225px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e9ea;
}
.square-steps-block .instruments .items .item:last-child {
	margin-right: 0;
}
.square-steps-block .instruments .items .item .name {
	margin-right: 30px;
	color: #7e8971;
	font-weight: 500;
}
.square-steps-block .calculate-block {
	text-align: center;
}
.strategy-map {
	text-align: center;
}

@media screen and (max-width: 1450px) {
	.strategy-slider-block {
		padding: 0 50px;
	}
}
@media(max-width: 1340px) {
	.list_block .list_item ul li span {
		white-space: normal;
		display: inline
	}
	.list_block .list_item:first-child {
		border-right: 2px dotted #ffffff;
		padding-right: 60px;
		margin-right: 60px;
	}
}
@media screen and (max-width: 1100px) {
	.strategy-advantages .item {
		width: 210px;
		padding: 20px 10px;
		margin-bottom: 20px;
	}
	.strategy-advantages .item .txt {
		font-size: 16px;
	}
	.strategy-advantages .item .img {
		width: 90px;
		height: 90px;
	}
	.strategy-advantages .item .img img {
		max-width: 70%;
		max-height: 70%;
	}

	.big-square-items .item {
		padding: 20px 15px;
		margin-bottom: 20px;
	}
	.big-square-items .item .txt {
		font-size: 16px;
	}
	.big-square-items .item .img {
		width: 90px;
		height: 90px;
	}
	.big-square-items .item .img img {
		max-width: 70%;
		max-height: 70%;
	}


	.square-steps {
		margin-bottom: 18px;
	}
	.square-steps .item {
		margin-bottom: 20px;
	}
	.square-steps .item .inner .item-wrap {
		padding: 10px;
	}
	.square-steps .item .num {
		font-size: 14.5px;
		top: 15px;
		left: 15px;
	}
	.square-steps .item .item-content {
		font-size: 16px;
	}
	.square-steps .item .item-content .img img {
		max-width: 70%;
		max-height: 70%;
	}
	.square-steps-block .instruments {
		margin-bottom: 12px;
	}
	.square-steps-block .instruments .title {
		font-size: 16px;
	}
	.square-steps-block .instruments .instruments-table {
		margin-bottom: 20px;
	}
	.square-steps .item .item-content .title.small {
		font-size: 14.5px;
	}
	.square-steps-block .instruments .items .item {
		margin: 0 35px 18px 0;
		min-width: 146px;
		padding-bottom: 10px;
	}
	.square-steps-block .instruments .items .item .name {
		font-size: 12px;
	}
	.square-steps-block .instruments .items .item .img {
		max-width: 32px;
	}
}
@media(max-width: 1040px) {
	.list_block .list_item p, .list_block .list_item ul li {
		font-size: 16px;
	}
	.list_block .list_item ul li {
		padding-bottom: 30px;
		padding-left: 40px;
	}
	.list_block .list_item ul li:before {
		content: "";
		width: 15px;
		height: 14px;
	}
}
@media screen and (max-width: 1028px) {
	.risk-management .items-row {
		margin-bottom: 15px;
	}
	.risk-management .items-row .info {
		font-size: 15px;
	}
	.risk-management .items-row .info .title {
		font-size: 18px;
		margin-bottom: 34px;
	}
	.risk-management .items-row:first-child .img {
		max-width: 218px;
	}
	.risk-management .items-row:last-child .img {
		max-width: 243px;
	}

	.strategy-slider .strategy-slide .title {
		margin-bottom: 22px;
		font-size: 18.5px;
	}
	.strategy-slider .strategy-slide .img {
		margin-bottom: 18px;
	}
	.strategy-slider .strategy-slide .info {
		font-size: 9.5px;
	}
	.strategy-slider .strategy-slide .info .grow {
		padding: 0 15px 13px 4px;
		margin-bottom: 13px;
	}
	.strategy-slider .strategy-slide .info .comprised {
		padding: 0 15px 0 4px;
	}

	.strategy-slider-ref {
		margin-top: 38px;
		font-size: 12.5px;
	}
}

@media screen and (max-width: 1000px) {
	.strategy-advantages .item {
		width: 190px;
		padding: 10px 10px;
	}
	.strategy-advantages .item .txt {
		font-size: 13px;
	}

	.big-square-items .item {
		padding: 10px 15px;
	}
	.big-square-items .item .txt {
		font-size: 13px;
	}

}

@media screen and (max-width: 920px) {
	.strategy-advantages .item {
		width: 175px;
	}

}

@media screen and (max-width: 870px) {
	.strategy-advantages .item {
		width: 164px;
	}
	.strategy-advantages .item .img {
		width: 75px;
		height: 75px;
		margin-bottom: 0;
	}
	.strategy-advantages .item .img img {
		max-width: 60%;
		max-height: 60%;
	}
	.strategy-advantages .item .txt {
		font-size: 13px;
	}

	.big-square-items .item .img {
		width: 75px;
		height: 75px;
		margin-bottom: 0;
	}
	.big-square-items .item .img img {
		max-width: 60%;
		max-height: 60%;
	}
	.big-square-items .item .txt {
		font-size: 13px;
	}
	.strategy-slider .strategy-slide .title {
		font-size: 16px;
	}

	.square-steps .item .item-content .img {
		width: 75px;
		height: 75px;
		margin-bottom: 0;
	}
	.square-steps .item .item-content .img img {
		max-width: 60%;
		max-height: 60%;
	}

}

@media screen and (max-width: 750px) {
	.strategy-advantages {
		justify-content: center;
		max-width: none;
	}
	.strategy-advantages .item {
		margin-right: 10px;
		margin-left: 10px;
	}

	.big-square-items {
		justify-content: center;
		max-width: none;
	}
	.big-square-items .item {
		margin-right: 10px;
		margin-left: 10px;
	}

	.square-steps .item {
		padding-right: 0;
		margin-right: 20px;
	}
	.square-steps .item::after {
		display: none;
	}
}

@media(max-width: 720px) {
	.list_block .fix {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.list_block .list_item:first-child {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.list_block {
		padding-top: 40px;
	}
}

@media screen and (max-width: 620px) {
	table {
		margin-bottom: 0;
	}
	.risk-management .items-row .info {
		font-size: 11px;
	}
	.risk-management .items-row .info .title {
		font-size: 14px;
		margin-bottom: 18px;
	}
	.risk-management .items-row:first-child .img {
		margin-left: 20px;
		max-width: 140px;
	}
	.risk-management .items-row:last-child .img {
		margin-right: 20px;
		max-width: 145px;
	}

	.strategy-slider-block {
		padding: 0;
	}
	.strategy-slider-block .strategy-slider {
		padding: 0 45px;
	}

	.strat-pie {
		width: 280px;
		height: 210px;
		background-size: contain;
	}
	.strat-pie .strat-pie-piece {
		font-size: 18px;
	}
	.strat-pie .strat-pie-piece.bonds {
		top: 35px;
		width: 140px;
	}
	.strat-pie .strat-pie-piece.stock {
		width: 140px;
		top: 45px;
	}
	.strat-pie .strat-pie-piece.futures {
		width: 60%;
		right: 55px;
		bottom: 25px;
	}
	.strat-pie.ballance {
		margin-bottom: 30px;
	}
	.strat-pie.ballance .strat-pie-piece.futures {
		font-size: 15px;
	}
	.strat-pie.dollar .strat-pie-piece.bonds {
		top: 50px;
	}
	.strat-pie.dollar .strat-pie-piece.stock {
		top: 60px;
	}
	.strat-pie .strat-pie-piece.futures {
		bottom: 40px;
	}



}

@media screen and (max-width: 480px) {
	.strategy-advantages .item {
		width: 150px;
	}
	.strategy-advantages .item .txt {
		font-size: 12px;
	}

	.big-square-items .item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.big-square-items .item .txt {
		font-size: 12px;
	}


	.square-steps .item {
		padding-right: 20px;
		margin-right: 0;
	}
	.square-steps .item:nth-child(2n) {
		padding-right: 0;
	}
	.square-steps .item::after {
		display: block;
	}
	.square-steps .item:nth-child(2n)::after {
		display: none;
	}
	.square-steps .item .item-content .title {
		font-size: 13.5px;
	}

	.square-steps-block .instruments .items .item {
		padding-bottom: 8px;
	}
	.square-steps-block .instruments .items .item:last-child {
		margin-right: 35px;
	}
	.square-steps-block .instruments .items .item .name {
		font-size: 11px;
	}
	.square-steps-block .instruments .items .item .img {
		max-width: 24px;
	}

	.darkblue_top,
	.darkblue_bot{
		justify-content: center;
	}
}

@media screen and (max-width: 400px) {
	.strategy-advantages .item {
		width: 140px;
		padding: 5px;
	}
	.strategy-advantages .item {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.strategy-advantages .item:nth-child(2n+1) {
		margin-right: 10px;
	}
	.strategy-advantages .item:nth-child(2n) {
		margin-right: 0;
	}

	.big-square-items .item {
		padding: 10px;
	}
	.big-square-items .item {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.strategy-slider-ref-wrap {
		text-align: center;
	}
	.strategy-slider-ref {
		margin: 24px 0 0 0;
		font-size: 12.5px;
	}

	.square-steps .item {
		min-width: auto;
		width: 140px;
	}

	.square-steps-block .instruments .items .item {
		margin-right: 10px;
		margin-left: 10px;
	}
	.square-steps-block .instruments .items .item:last-child {
		margin-right: 10px;
	}
}