b {
	font-weight: 700;
}
header .main_logo {
    margin-top: 10px;
}
.personal-wrapper {
	padding: 75px 110px 0;
}
.personal-wrapper img[src=""] {
    display: none;
}
.personal-wrapper a,
.personal-wrapper span,
.personal-wrapper p,
.personal-wrapper b {
	font-family: 'Open Sans';
}
.personal-title {
	text-align: center;
	margin-bottom: 75px;
	font-weight: 700;
}
.personal-section-top {
  padding: 0 48px;
	margin-bottom: 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.personal-section-top__item {
	width: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
a.personal-section-top__item:hover span {
	color: #0e9800 !important
}
.personal-section-top__img-wrapper {
	margin-bottom: 26px;
	width: 78px;
	height: 78px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.personal-section-top__img-wrapper svg {
	width: 100%;
	height: 100%;
}
.personal-section-top__item span {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	width: 100%;
	text-align: center;
}
.personal-section-text {
	margin-bottom: 75px;
}
.personal-section-text span {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	font-weight: 300;
}
.personal-section-text span:not(:last-child) {
	margin-bottom: 24px;
}
.personal-section-text span b {
	font-weight: 600;
}
.personal-howitworks-title {
	width: 100%;
	text-align: center;
	margin-bottom: 75px;
}
.personal-howitworks-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.personal-howitworks-item {
	width: calc(25% - 10px);
}
.personal-howitworks-img {
	display: flex;
	width: 100%;
	height: 66px;
	justify-content: flex-start;
	margin-bottom: 27px;
}
.personal-howitworks-img svg {
	height: 100%;
	width: auto;
}
.personal-howitworks-item p {
	padding-top: 30px;
	border-top: 2px solid #e8e8e8;
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	font-weight: 300;
}
.personal-howitworks-item span {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	line-height: 25px;
	color: #0aaf0a;
	font-weight: 600;
}
.btn-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
}
.personal-howitworks-button {
	margin-bottom: 61px;
}
.personal-howitworks-button button {
  font-size: 18px;
  padding: 18px 22px;
}
.personal-howitworks-info {
	margin-bottom: 61px;
	width: 100%;
}
.personal-howitworks-info p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #9ca8b4;
	font-weight: 400;
}
.personal-howitworks-info p:not(:last-child) {
	margin-bottom: 19px;
}
.only_one_iis {
    width: calc(100% - 205px);
    padding: 25px 60px;
    margin: 0 auto;
    position: relative;
    background-color: #eef3f7;
}
.one_iis_text:before {
    background: url(/img/exclamation_green.png) no-repeat 0 0;
    content: "";
    display: inline-block;
    height: 22px;
    position: absolute;
    top: 25px!important;
    left: 20px!important;
    width: 23px;
}
.one_iis_text h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.news_with-ico {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    opacity: 1!important;
    align-items: center;
}
.news_with-ico {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    opacity: 1!important;
    align-items: center;
}
.soc-icons {
    display: inline-block;
    opacity: .85;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.strategy-trust.cf {
	margin-top: 35px;
}

.fond_and_duw__grey {
    font: 14px 'Open Sans'!important;
    color: rgba(53, 57, 67, 0.502)!important;
    line-height: 1.467!important;
    margin-top: 9px!important;
}

a.personal-section-top__item:hover .fond_and_duw__grey {
    font: 14px 'Open Sans'!important;
    color: rgba(53, 57, 67, 0.502)!important;
    line-height: 1.467!important;
    margin-top: 9px!important;
}

.fond_and_dur .fond_and_duw {
    margin-bottom: 20px;
}

.body-index .info.invest > div {
	width: 100%;
	padding: 0 60px;
}

@media (max-width: 1280px) {
	.body-index .info.invest {
	    padding: 0 15px;
	}

	.body-index .info.invest > div {
		padding: 0 30px;
	}
}

@media (max-width: 768px) {
	.fond_and_duw__grey {
		display: none!important;
	}

	.body-index .info.invest > div {
		padding: 0;
	}
}

@media (max-width: 543px) {
	.main_cont .personal-section-top {
	    flex-direction: column;
	    justify-content: space-between;
	    align-items: center;
	}

	.main_cont .personal-section-top__item span {
	    font-weight: 600;
	    display: inline-block;
	    width: calc(100% - 77px);
	    text-align: left;
	}

	.main_cont .personal-section-top__img-wrapper {
	    width: 57px!important;
	    height: 57px!important;
	    margin-bottom: 0!important;
	    margin-right: 20px!important;
	}
	
	.main_cont .personal-section-top__item {
	    width: 61%!important;
	    flex-direction: row!important;
	    align-items: center;
	    justify-content: flex-start;
	    margin-bottom: 32px!important;
	}

	.main_cont .personal-section-top__img-wrapper svg {
	    width: 100%;
	    height: 100%;
	}

	.main_cont .invest__rm > div:first-child {
	    width: 57px;
	}

	.main_cont .personal-wrapper {
	    padding: 15px 0px 0!important;
	}
	
	.personal-title {
		padding: 0 15px;
	}

	.body-index .info.invest {
	    padding: 0;
	}

}

@media (max-width: 420px) {
	.main_cont .personal-section-top__item {
	    width: 83%!important;
	}
}
