.scrolltable {
	position: relative;
}
.topscroll, .topscroll2 {
	display: none;
}
.topscroll, .topscroll2 {
    margin-top: 5px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 12px;
	z-index: 999;
    overflow-x: scroll;
	-webkit-overflow-scrolling:touch;
}
.fake, .fake2 {
    height: 1px;
}
.topscroll::-webkit-scrollbar, .topscroll2::-webkit-scrollbar {
    -webkit-appearance: none;
}

.topscroll::-webkit-scrollbar:vertical, .topscroll2::-webkit-scrollbar:vertical {
    width: 12px;
}

.topscroll::-webkit-scrollbar:horizontal, .topscroll2::-webkit-scrollbar:horizontal {
    height: 12px;
}

.topscroll::-webkit-scrollbar-thumb, .topscroll2::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.topscroll::-webkit-scrollbar-track, 
.topscroll2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
} 






.pif1-choose__readmore-block-mobile {
	position: relative;
	display: none;
	border: 2px solid #eaeeef;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 10px;
	padding: 7px 0;
	cursor: pointer;
}

.pif1-choose__item__title {
	z-index: 2;
	position: relative;
}

.pif1-choose__item:after {
    z-index: 1;
}

.pif1-choose__readmore-block-mobile-text {
	margin-left: 15px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	letter-spacing: -.4px;
}
.pif1-choose__readmore-block-mobile:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 15px;
    width: 16px;
    height: 9px;
    transition: all 0.2s linear;
    background: url(../img/pngsprite/arrow-down.png) no-repeat center;
}
.pif1-choose__readmore-block-mobile.active:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pif1-choose__btn-mobile {
	display: none;
	padding-top: 10px;
    width: 100%!important;
    justify-content: center!important;
    align-items: center!important;
}
.pif1-choose__btn-mobile .pif1-trust__btns--choose {
	margin-left: 0;
	margin-top: 20px;
}

.pif-fund .pif-tab.pif-tab__mobile {
	display: none;
}


@media (max-width: 1260px) {

	.invest-steps {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.invest-steps__item {
		width: 30%;
	}

	.pif-detail-question__ico {
		left: 0;
	}

	.invest-howto {
		margin: 0 50px;
	}

	.pif2-choose-pif__wrapper {
		flex-wrap: wrap;
	}

	.pif2-choose-pif__item.third {
		margin-left: 20px;
    max-width: calc(100% - 555px);
		width: 100%;
	}

	.pif2-choose-pif__item.third .dropdown {
		width: 100%;
		max-width: 100%;
	}

	.pif2-choose-pif__item.radios {
		margin: 0;
		margin-left: 20px;
	}

}

@media (max-width: 1100px) {

	.page_mobile_app_info h1 {
		line-height: 1.2em;
 		padding: 0 15px;
	}

	.pif2__table__row--btn .pif-btn-white {
		font-size: 14px;
	}

	.mob-page__about {
	    padding: 0 110px!important;
	}

	.pif1-pif {
		position: relative;
	  background: none;
	}

	.pif1-pif:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
	  background: url("../img/pif1-pif.png") no-repeat center right;
	  left: 0;
	  top: 0;
	  z-index: 1;
	  opacity: .6;
	}

	.pif1-pif .container{
		position: relative;
	  z-index: 2;
	}

	.fund-detail .new-graph .container-big__btn {
	  width: 100%;
	  display: inline-block;
	  margin-bottom: 10px;
	}
}




@media (max-width: 991px) {

	.topscroll {
		display: block;
	}

	.pif2__table__row--1 a {
	  font-size: 14px;
	  line-height: 1.6;
	  letter-spacing: 0;
	}

	.pif2-choose-pif__item.third {
	  margin-left: 0;
    max-width: 100%;
    width: 100%;
	}

	.pif2-choose-pif__item.third {
		margin-top: 30px;
		width: 100%;
	}

	.pif-tab__item:not(:last-of-type):after {
		display: none
	}

	.pif-tab__item_staic:not(:last-of-type):after {
		display: none
	}

	

	.fundall .pif-tab.fixed {
		display: none;
	}

	.pif1-hiw__item__text-block {
		margin-left: 0;
	}

	.pif1-hiw__item {
		width: 47%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;

	}

	.pif1-hiw__item i {
		margin-bottom: 15px;
	}

	.pif1-advantage {
		margin-bottom: 30px;
	}

	.pif1-choose__block__who__text {
		width: 300px;
		left: -115px;
	}

	.pif1-choose {
		margin-bottom: 60px;
	}

	.pif1-trust img {
	    bottom: auto;
	    top: -30px;
	}

	.pif1-trust {
		padding: 30px 0 30px!important;
		min-height: 526px;
	}
	
	.pif1-trust__title {
	    margin-bottom: 20px;
	    font-size: 26px;
	    line-height: 40px;
	}

	.pif1-trust__wrapper {
	    position: relative;
	}

	.pif1-trust__btns {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -ms-flex-pack: start;
	    justify-content: center;
	    position: absolute;
	    left: 0;
	    width: 100%;
	}

	.invest-step__content {
		padding-right: 0;
	}

	.invest-step__icon {
		margin-right: 0;
	}

	.pif2-choose-pif__block2__item {
		width: 95%;
		margin-bottom: 50px;
	}

	.pif2-range2 {
	    width: 140px;
	}

	.fundall .info.pif {
	    display: block;
	}

	.pif2__table__row {
	    flex-wrap: wrap;
	}

	.pif2__table__row--1 {
	    width: 245px;
	}

	.pif2__table__row--2 {
	    width: 60px;
	}

	.pif2__table__row--3 {
	    width: 90px;
	}

	.pif2__table__row--4 {
		width: 104px;
		margin-left: 10px;
	}
	
	.pif2__table__row--btn a {
	    margin-left: 0;
	    display: inline-block;
    		padding: 14px 14px;
	}

	.pif2__table__row--5 {
	    width: 160px;
	}
	
	.pif3 {
	    padding-left: 15px;
		padding-right: 15px;
	}

	.fundall .container-big-class, .fundall .container-bottom-class {

	    padding: 0 15px;
	}

	.fundall .pif-table {
		width: 800px!important;
	}

	#tableContainer .cell-num {
	  width: auto;
	}

	#pif-tab-3 .cell-num {
	  font-size: 14px!important;
	  line-height: 1.2!important;
	}

	#tableContainer tbody .cell-name {
		font-size: 14px!important;
	}
	
	.fundall #tableContainer {
	    overflow-x: scroll;
	}
	
	.fundall #tableContainer::-webkit-scrollbar {
	    -webkit-appearance: none;
	}
	
	.fundall #tableContainer::-webkit-scrollbar:vertical {
	    width: 12px;
	}
	
	.fundall #tableContainer::-webkit-scrollbar:horizontal {
	    height: 12px;
	}
	
	.fundall #tableContainer::-webkit-scrollbar-thumb {
	    background-color: rgba(0, 0, 0, .5);
	    border-radius: 10px;
	    border: 2px solid #ffffff;
	}
	
	.fundall #tableContainer::-webkit-scrollbar-track {
	    border-radius: 10px;
	    background-color: #ffffff;
	}

	.pif3-btns-wrap {
	    padding: 0 15px;
	}
	
	.fundall .chartButtonsLine {
	    margin: 30px auto 0;
	    display: flex;
	}

	.fundall .dn-filter {
		width: 500px;
		display: flex;
		justify-content: space-between;
		
	}

	.fundall .dn-filter > div {
		width: 160px;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.personal-title, .personal-howitworks-title {
	    font-size: 36px!important;
		color: #3f474f!important;
		line-height: 40px!important;
	}

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

	.personal-howitworks-item {
	    width: calc(50% - 30px)!important;
	}
	
	.personal-howitworks-button {
	    padding-top: 30px!important;
	    margin-bottom: 30px!important;
	}

	.pif2-range2 input {
	    pointer-events: none;
	}

	.mCSB_dragger_bar {
			position: relative;
	    background-color: #0e9800!important;
	}
	
	.mCSB_dragger_bar:before {
	    content: '';
	    position: absolute;
	    left: 5px;
	    top: 2px;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 2.5px 3px 2.5px 0;
	    border-color: transparent #ffffff transparent transparent;
	}
	
	.mCSB_dragger_bar:after {
	    content: '';
	    position: absolute;
	    right: 5px;
	    top: 2px;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 2.5px 0 2.5px 3px;
	    border-color: transparent transparent transparent #ffffff;
	}
	
	.mCSB_draggerRail {
	    background-color: #eaeeef!important;
	}

	.fundall .fake-table-pif {
	        width: 800px!important;
	}


	.fundall .fake-wrapper-pif {
	        padding: 0 15px;
	}

	.pif1-advantage__links__item {
		width: 100%;
		-ms-align-items: center;
		align-items: center;
	}

	.pif1-advantage__links__item {
	    height: 70px;
	}


}





@media (max-width: 768px) {

	.topscroll2 {
		display: block;
	}

	.personal-howitworks-info {
	  margin-bottom: 5px;
	}

	.pif3-btns-wrap p {
	  line-height: 1.4;
	}

  .pif2-invest__disclaimer {
      margin-bottom: 40px;
  }

  #pif-tab-3 .pif-links {
      margin: 0 0 40px;
  }

  .pif3-btns-wrap__reset {
      font-size: 14px;
  }

	.fundall .mob-page__apps-btns {
	  margin-bottom: 30px;
	}

	.pif1-trust__item {
	    width: 100%;
	    padding-left: 0;
	    padding-top: 90px;
	}

	.pif-tab__item {
		flex-direction: column;
	}

	.pif-tab__item a {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.pif-tab__item_staic {
    flex-direction: column;
	}

	.pif-tab__item_staic a {
		display: flex;
		flex-direction: column;
		align-items: center;
	}


	.pif-tab__ico {
		margin-right: 0;
	}

	.pif-tab__wrapper {
		padding-top: 15px;
	}

	.pif-tab__text {
    padding: 5px 0 10px;
	}

	.pif-tab .container {
		max-width: 100%;
	}

	#pif-tab-1 .container {
		max-width: 100%;
	}

	.pif1-pif__cont {
		max-width: 100%;
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		padding-bottom: 20px;
    		min-height: 310px;
	}

	.pif1-pif__title {
		padding-top: 0;
		font-size: 26px;
		line-height: 1.2;
		font-weight: 600;
    margin-bottom: 25px;
	}
	
	.pif1-pif {
		background-position: 50px 0;
    padding: 30px 0;
		margin-top: 300px;
		min-height: auto;
	}

	.pif1-pif__first {
	  padding-top: 30px;
	}

	.pif1-pif__subtitle {
		font-size: 18px;
		line-height: 1.4;
		color: #000;
    margin-bottom: 25px;
	}

	.pif1-hiw {
		padding: 30px 0 15px;
	}
	
	.pif1-hiw__title {
		margin-bottom: 30px;
		font-size: 26px;
		line-height: 1.2;
	}
	
	.pif1-pif__first__text {
		padding-bottom: 15px;
	}

	.pif1-advantage__wrapper {

	    margin-bottom: 30px;
	    flex-direction: column;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	}

	.page_mobile_app_info h2 {
	    font-size: 26px;
	    padding: 0 15px;
	}

	.mob-page__about {
	    padding: 0 15px!important;
	    font-size: 14px!important;
      line-height: 25px!important;
	}

	.pif1-advantage {
		padding-top: 30px;
		margin-bottom: 30px;
	}

	.pif1-advantage__title {
		margin-bottom: 30px;
		font-size: 26px;
		line-height: 1.2;
	}

	.pif1-hiw__item {
		margin-bottom: 15px;
	}

	.pif1-advantage__item {
		margin-bottom: 20px;
		width: 100%;
	}

	.pif1-advantage__item br {
		display: none;
	}

	.pif1-advantage__links__item--orange a {
		margin-left: 15px;
	}

	.pif1-advantage__links__item--green a {
		margin-left: 15px;
	}
	.pif1-advantage__links__item--blue a {
		margin-left: 15px;
	}

	.pif1-choose__block__item {
		width: 49%;
	}

	.pif1-choose__block__title {
		margin-top: 10px;
		margin-bottom: 0px;
	}

	.pif1-choose__block__who {
		margin-bottom: 10px;
	}

	.pif1-choose__title {
		margin-bottom: 25px;
		font-size: 26px;
		line-height: 1.2;
	}

	.pif1-choose__readmore-block-mobile {
		display: block;
	}

	.pif1-choose__subitem--color {
		margin-bottom: 10px;
	}

	.pif1-choose__block__title {
		color: #000000;
	}

	.pif1-choose__readmore-wrap {
		display: none;
	}

	.pif1-choose__subitem__text {
		color: #9ca8b4;
	}

	.pif1-choose__btn-mobile {
		display: flex;
		align-items: flex-start;
	}

	.invest-steps__item {
		width: 400px;
		margin-bottom: 10px;
	}

	.invest-steps {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 30px;
	}

	.invest-steps__item {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 100px;
	}

	.invest-howto h2 {
		text-align: center;
		margin-bottom: 30px;
		font-size: 26px;
	}

	.invest-steps__item {
		width: 100%;
		position: relative;
		margin-bottom: 20px;
		padding-right: 20px;
		display: flex;
		flex-direction: column;
		border-bottom: none;
		padding-bottom: 15px;
	}

	.invest-step__icon {
		height: 60px;
		margin: 0;
		border-bottom: none;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		/* margin-right: 50px; */
		position: absolute;
		width: 55px;
		left: 0;
		top: 0;
	}

	.invest-step__content {
		font-size: 14px;
		color: #000;
		padding-left: 77px;
	}

	.invest-howto {
		margin: 0 15px;
	}

	#pif-tab-1 .invest-howto {
	    margin-top: 0;
      padding-top: 40px;
	}

	.invest-advice {
		display: none;
	}

	.info.u_invest {
		display: none;
	}

	.pif2-choose-pif {
	    padding-top: 30px;
	}

	#pif-tab-4 {
    padding-top: 30px;
	}

	.pif2-choose-pif__title {
	    margin-bottom: 30px;
	    font-size: 26px;
	    line-height: 1.2;
	}

	#tableContainer tbody .cell-name {
	    font-size: 14px!important;
	}

	.pif2-choose-pif .container {
		max-width: 100%;
	}

	.risk-info-pif-2 {
		margin-left: 0;
		left: -10px;
	}

	.risk-info-pif-2:after {
	    left: 10px;
		transform: translateX(0);
	}
	
	.pif2__range2 {
	    width: calc(100% - 195px);
	}

	.pif2__table__row {
	    width: 730px;
	}

	.pif2__table {
		overflow: auto;
	}

	.pif2__table::-webkit-scrollbar {
	    -webkit-appearance: none;
	}
	
	.pif2__table::-webkit-scrollbar:vertical {
	    width: 12px;
	}
	
	.pif2__table::-webkit-scrollbar:horizontal {
	    height: 12px;
	}
	
	.pif2__table::-webkit-scrollbar-thumb {
	    background-color: #0e9800;
	    border-radius: 10px;
	    border: 2px solid #ffffff;
	}
	
	.pif2__table::-webkit-scrollbar-track {
	    border-radius: 10px;
	    background-color: #ffffff;
	}

	.pif2-choose-pif__block2 {
	    margin-bottom: 20px;
	}

	.pif3 {
	    padding-top: 30px;
	}

	.pif3 > div {
	        display: flex;
    		flex-direction: column;
	}
	
	.pif3__data-date {
	    order: 2;
	}

	#pif-tab-3 .pif2-choose-pif__title {
	    margin-bottom: 30px;
	}

	#pif-tab-3 .pif2-choose-pif__text {
	    margin-bottom: 15px;
	}

	.pif3__data-date {
		margin-bottom: 0;
	}

	#pif-tab-3 #tableContainer {
	    margin: 0px auto 25px;
	}

	.fundall .chartButtonsLine {
	    flex-wrap: wrap;
	}
	
	.fundall .dn-filter {
	    width: 100%;
	    margin-top: 20px;
	}

	.fundall #graph-legend {
		margin-left: 15px!important;
	}

	.fundall .container-big-class .dn-filter .radio span {
		margin-left: 0;
	}

	.fundall div.graph-container {
	    margin-top: 0;
	    margin-bottom: 10px;
	}

	.fundall .container-bottom-class {
		margin-bottom: 40px;
	}

	.pif-links {
	    margin: 0 0 40px 0;
	    text-align: center;
	    padding: 0 15px;

	}

	.pif-links a {
		margin: 0 9px;
		font-size: 14px;
		line-height: 14px;
		display: inline-block;
	}

	.personal-title, .personal-howitworks-title {
	    font-size: 26px!important;
      line-height: 1.2!important;
	}
	
	.personal-wrapper {
	    padding: 0 15px 0!important;
	}

	.personal-title, .personal-howitworks-title {
	    margin-bottom: 40px!important;
	}

	.personal-section-top__img-wrapper {
	    width: 57px!important;
	    height: 57px!important;
    		margin-bottom: 20px!important;
	}
	
	.personal-section-top {
	    padding: 0!important;
	    margin-bottom: 40px!important;
	}

	.personal-section-top__item {
	    width: 130px!important;
	}

	.personal-section-top__item br {
	    display: none!important;
	}

	.personal-section-text {
	    margin-bottom: 40px!important;
	}

	.personal-howitworks-item p {
	    padding-top: 15px!important;
	    font-size: 14px!important;
	    line-height: 20px!important;
	}
	
	.personal-howitworks-item span {
	    margin-right: 0px!important;
	    font-size: 14px!important;
	    line-height: 20px!important;
	}

	.personal-howitworks-img {
	    height: 48px!important;
	    margin-bottom: 15px!important;
    	    width: 52px!important;
	}

	.personal-howitworks-item {
	    width: calc(50% - 10px)!important;
	}

	.personal-howitworks-button button {
	    font-size: 14px!important;
	    line-height: 1;
	    padding: 18px 22px!important;
	}

	.fundall #container-big {
		padding: 0 20px;
	}

	.fundall .container-big-class span {
	    margin-left: 23px;
	}

	.fundall .scrolltable#tableContainer th {
			padding-top: 0!important;
		    	line-height: 18px!important;
	}

		.fundall .invest-steps__item {
	    position: relative;
	    margin-bottom: 32px;
	    padding-right: 0;
	    display: flex;
	    flex-direction: row;
	    padding-bottom: 0;
	    align-items: center;
	    justify-content: flex-start;
	    width: 100%;
	}
	
	.fundall .invest-step__content {
	    padding-left: 0;
	    text-align: left;
	}
	
	.fundall .invest-step__icon {
	    margin-bottom: 0!important;
	}
	
	.fundall .invest-step__icon {
	    position: relative;
	    margin-bottom: 0!important;
	    width: 57px!important;
	    height: 57px!important;
	    margin-right: 20px!important;
    	flex-shrink: 0;
	}

	.fundall .invest-step__icon svg {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	}

	.fundall .invest-step__content strong br {

	}

	.fundall .invest-steps {
	    margin-bottom: 0;
	}

	.fundall .invest-steps {
	    padding-top: 0!important;
	}

	.fundall .mob-page__apps-btns {
	    margin-bottom: 0;
	}

	.pif2-choose-pif .pif2-invest__disclaimer {
	    margin-bottom: 10px;
	}

	.pif2-choose-pif__block2__item + .pif2-choose-pif__block2__item {
		    margin-bottom: 15px;
	}

	.pif3-btns-wrap{flex-direction: column;} /* add 11.04.18*/
	.pif3-btns-wrap p{margin-left: 0;} /* add 11.04.18*/
	.pif3-btns-wrap__reset{margin-bottom: 24px;} /* add 11.04.18*/

	.fundall #pif-tab-2 .risk-info {
	    left: -128px;
	    margin-left: 0;
	    width: 310px;
	}
	
	.fundall #pif-tab-2 .risk-info:after {
	    left: 45%;
	}

	.body-index .personal-howitworks-button {
	  padding-top: 0!important;
	  margin-bottom: 40px!important;
	}

	.pif2__table__row--price {
	  margin-right: 36px;
	}

	.pif1-pif:after {
	    height: 300px;
	    top: -300px;
	    opacity: 1;
	}

	.pif-fund .pif-tab {
		display: none;
	}

	.fundall .pif-fund .pif-tab.pif-tab__mobile {
		display: block!important;
		position: static!important;
	}
}



@media (max-width: 600px) {

	.pif-tab__wrapper {
		flex-direction: column;
	}

	.pif-tab__item:not(:last-child) {
		margin-bottom: 13px;
	}
	.pif-tab__item_staic:not(:last-child) {
		margin-bottom: 13px;
	}

	.pif-tab__text {
		padding: 3px 0 5px;
	}

	.pif1-pif:after {
		background: url(../img/pif1-pif.png) no-repeat center right;
		background-size: cover;
		background-position: -62px 0;
	}

	.pif-tab__wrapper {
		padding-bottom: 15px;
	}
	
	.pif2-choose-pif__item.radios {
	    margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}

	.pif2-choose-pif__item__title.radios {
	    margin-bottom: 15px;
	}

}


@media (max-width: 543px) {

	.pif3-btns-wrap__reset {
	  width: 100%;
	  text-align: center;
	}

	#pif-tab-2 .dropdown .drop_layout section.active .riski {
	  display: none;
	}

	.pif-tab__text {
    padding: 5px 0;
	}

	body #pif-tab-4 .personal-howitworks-button {
	  padding: 0;
	}

	.fundall .calculator .dropdown .drop_face,
	.fundall .dropdown-std .drop_face {
	  padding: 15px;
	}

	.fundall .dropdown .drop_layout section {
	  padding: 15px;
	}

	.pif-tab__item_staic {
    flex-direction: row;
    align-items: center;
	}

	.pif-tab__ico {
		margin-right: 10px;
	}

	#pif-tab-3 .pif-dinamic-price__per-item {
	  flex-grow: 0;
	}

	#pif-tab-3 .pif-dinamic-price__per-item:nth-child(1),
	#pif-tab-3 .pif-dinamic-price__per-item:nth-child(2),
	#pif-tab-3 .pif-dinamic-price__per-item:nth-child(3),
	#pif-tab-3 .pif-dinamic-price__per-item:nth-child(4) {
		width: 25%;
	}
	
	.pif1-pif__title {
	  font-weight: 700;
	}

	.pif-dinamic-price__per-line .pif-dinamic-price__per-item {
		font-size: 14px;
	}

	#pif-tab-3 .pif-links {
	  margin: 0 0 10px;
	}

	.pif1-trust {
	  min-height: auto;
	}

	.pif-btn {
	  width: 100%;
	  text-align: center;
	}

	.pif-btn-white {
	  width: 100%;
	  text-align: center;
	}

	.pif1-trust img {
	  top: 10px;
    opacity: .2;
	}

	.pif1-trust__title {
	  margin-bottom: 20px
	  color: #000;;
	  font-size: 26px;
	}

	.pif1-trust__item {
	  padding-top: 0;
	}

	.pif1-hiw__item {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.pif1-trust__text {
	  font-size: 14px;
	  line-height: 1.6;
	  letter-spacing: 0;
	  max-width: 100%;
	  color: #000;
	}

	.pif1-trust__awards {
	  margin-bottom: 22px;
	  font-size: 14px;
	  line-height: 28px;
	  letter-spacing: 0;
	  max-width: 100%;
	}

	.pif1-trust__btns {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  -ms-flex-pack: start;
	  justify-content: center;
	  position: static;
	  display: flex;
	  flex-wrap: wrap;
	  left: 0;
	  width: 100%;
	}

	.pif1-trust__btns a {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.pif1-trust__btns a:not(:last-child) {
		margin-bottom: 30px;
	}

	.pif1-hiw__item:not(:last-child) {
		margin-bottom: 20px;
	}

	.pif1-hiw__item__text-block {
	    width: calc(100% - 68px);
	}

	.pif1-hiw__item i {
	    margin-bottom: 0;
	    width: 48px;
 		height: 48px;
	}

	.pif1-advantage__item {
		width: 100%;
	}

	.pif1-hiw__subtitle {
	    margin-left: 0;
	    font-size: 14px;
	}


	.pif1-hiw__color {
	    font-size: 14px;
	}

	.pif1-advantage__subtitle {
	    font-size: 14px;
	    letter-spacing: 0;
	}

	.pif1-advantage__item {
	    flex-direction: row;
	    justify-content: space-between;
	}

	.pif1-advantage__number {
	    margin-bottom: 0;
	}

	.pif1-advantage__item-wrap {
		width: calc(100% - 50px);
	}
	
	.pif1-advantage__links__text {
		max-width: none;
	}

	.pif1-advantage__links__text:after {
		right: -25px;
	}

	.pif1-choose__item__title {
		font-size: 14px;
    width: 100%;
    padding-right: 35px!important;
	}
	
	.pif1-choose__item__title {
	    padding: 15px;
	}

	.pif1-choose__item:after {
		    top: 25px;
		    right: 15px;
	}

	.pif1-choose__block {
	    padding: 0 15px 15px 15px;
	}

	.pif1-choose__block__item {
		width: 100%;
	}

	.invest-steps__item {
		padding-right: 0;
	}

	.fundall .contact_us_color {
		display: none!important;
	}

	.pif1-choose {
	    margin-bottom: 30px;
	}
	

	.pre_map {
		padding: 0 15px;
	}

	.pif2-select-2 {
	    width: 100%;
	}

	.pif2-select-1 {
	    width: 100%;
	}

	.pif2-choose-pif__item {
		width: 100%;
	}

	.fundall .dropdown.dropdown-std {
	    max-width: 100%;
	}

	.risk-info-pif-2 {
		width: 300px;
    		left: -123px;
	}

	.risk-info-pif-2:after {
	    left: 124px;
	}

	.pif2__range2 {
	    width: 96%;
	}

	.wrapper-years {
	    flex-wrap: wrap;
	}

	.pif2-range2 {
	    margin: 60px auto 0;
	}

	.pif2-range2:before {
	    display: none;
	}

	.pif2__table__btns--1 {
	    margin-right: 0;
		margin-bottom: 20px;
	}

	.pif2-choose-pif__wrapper {
	    padding-bottom: 35px;
	}

	.fundall #tableContainer tbody .cell-name {
	    font-size: 14px!important;
	}

	.pif-links {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	}

	.pif-links .green-button {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}

	.pif-links a {
		margin-left: 0;
		margin-right: 0;
    width: 100%;
	}

	.fundall .container-bottom-class {
	    margin-bottom: 30px;
	}

	.fundall .adr_section, .fundall .adr_close, .fundall .map_search {
		display: none;
	}

	.personal-section-top__item {
	    width: 50%!important;
		margin-bottom: 20px!important;
	}

	.personal-howitworks-title, .personal-title {
		line-height: 1.2em!important;
		margin-bottom: 30px!important;
	}

	.personal-section-top {
	    margin-bottom: 10px!important;
	}

	.personal-howitworks-item {
	    width: 100%!important;
            display: flex;
	    justify-content: space-between;
            margin-bottom: 35px;
	}

	.personal-howitworks-button button {
		margin: 0!important;
	}

	.personal-howitworks-info p {
	    font-size: 14px!important;
	    line-height: 20px!important;
	    font-weight: 400!important;
	}

	.personal-section-text span {
	    font-size: 14px!important;
	    line-height: 20px!important;
	    font-weight: 400!important;
	}

	.personal-section-text {
	    margin-bottom: 30px!important;
		padding: 0 15px;
	}
	
	.pif1-pif__first__text {
	    font-size: 14px;
	    line-height: 1.6;
	    letter-spacing: 0;
	}

	.personal-howitworks-item p {
	    padding-top: 0!important;
	    width: calc(100% - 70px)!important;
	    border: none!important;
    	    margin: 0!important;
	}

	.pif3 .pif2-choose-pif__text {
		display: none;
	}

	.amcharts-balloon-div {
	    padding: 10px;
	}

	.amcharts-balloon-div > div {
		max-width: 250px!important;
		display: flex;
		flex-wrap: wrap;
    		justify-content: space-between;
	}
	.balloon-title, .balloon-period {
		width: 100%!important;
 		font-size: 18px;
	}

	.balloon-right {
		display: inline-block;
	    width: 100px;
	    font-size: 14px;
		text-align: right!important;
	}
	.balloon-left {
		display: inline-block;
		width: calc(100% - 100px);
	}

	.balloon-period {
	    font-size: 14px;
	}

	.balloon-left {
		min-width: auto;
	}
	
	.pif3-numb {
	    left: 140px;
	    width: 115px;
	    margin-left: 0!important;
	    top: 50%;
	}

	.pif2__table__btns {
	    flex-direction: column;
	}

        .pif2__table__btns .benchmark__usd {
		margin-top: 20px;
	}

	.benchmark__usd .risk-info {
	    width: 300px;
	}

	.scrolltable #last_cheked {
		display: none;
	}

	.pif2-select-2 .drop_layout section {
	    white-space: normal;
	    padding: 14px 45px 14px 24px;
    	    position: relative!important;
	}

	.pif2-select-2 .drop_layout section {
	    height: auto;
	}

	.pif2-select-2 section span {
	    position: static;
	}

	.pif2-select-2 section .riski {
	    position: absolute;
	    right: 28px;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 10px height: 10px border-radius: 100%;
	}

	#pif-tab-2 .pif2-select-2 .selected .riski {
	    top: 20px;
	}

	.pif2-select-2 .selected .riski {
	    right: 40px;
	    top: 24.5px;
	}

	.pif2-select-2 .selected {
	    position: static;
	}

	.pif2-select-2.is-open .selected .riski {
	    right: 40px;
	    top: 23.5px;
	}

	.pif-tab__block .personal-howitworks-wrapper {
	    padding: 0 15px;
	}


	.page_mobile_app_info h2 {
	    margin-bottom: 30px;
	    text-align: center;
	}
	
	.mob-page__about {
	    margin-bottom: 30px!important;
    		color: #333!important;
	}

	#pif-tab-4 .personal-howitworks-wrapper {
		padding: 0 15px;
	}

	.pif1-advantage__links__item {
	  justify-content: flex-start;
	  position: relative;
	}

	.pif1-advantage__links__text {
	  position: static;
    padding: 0 20px 0 0;
	}

	.pif1-advantage__links__text:after {
	  display: none;
	}

	.pif1-advantage__links__item:after {
	  position: absolute;
	  content: '';
	  right: 10px;
	  top: 50%;
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  width: 8px;
	  height: 12px;
	  background: url(../img/pngsprite/arrow-white.png) no-repeat center;
	}

	.pif1-choose__txt {
	  font-size: 14px;
	  letter-spacing: 0;
	}

	#pif-tab-1 .invest-howto {
	  margin-top: 0;
	}

	#pif-tab-2 .dropdown .drop_layout section {
	  font-size: 14px;
	}

	#pif-tab-2 .dropdown-std .drop_face {
	  font-size: 14px;
	}

	.pif1-pif:after {
		background-position: -130px 0;
	}
	body .fundall #pif-tab-3 span.legend-rub {
		margin-left: 15px!important;
	}
	#pif-tab-3 .pif-links .green-button {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}

}