

/* Start:/local/components/agima/investment.funds.dinamic.list/templates/.default/style.css?17388306815544*/

.checker {
	margin: 20px 0 10px;
}
.checker p {
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
	margin: 0;
	font-size: 12px !important;
	font-family: Arial, sans-serif;
	color: #666666;
}
.checker input {
	display: none;
}
.checker input+label{
	width: 47px;
    height: 25px;
    border-radius: 20px;
    display: inline-block;
    margin: 5px 10px;;
	background: #f5f5f5;
	position: relative;
	cursor: pointer;
}
.checker input+label:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
    height: 25px;
	border-radius: 20px;
	background: #7baedd;
	transition: all .3s ease;
}
.checker input:checked+label:after {
	left: 21px;
}

.table_pif	{
	/* width: 100%; */
	border-collapse: collapse;
}
.table_pif th {
	vertical-align: top;
	background: #688fa9;
	color: white;
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 11px;
	padding: 15px;
	padding-bottom: 0;
	cursor: pointer;
	text-align: center;
}
.table_pif thead tr:nth-child(2) th:hover,
.table_pif thead th:hover {
	text-decoration: underline;
}
.table_pif td:nth-child(even) {
	background: #f0f6fc;
}
.table_pif thead tr td,
.table_pif thead tr:nth-child(2) th {
	background: #688fa9 !important;
	color: white !important;
	font-family: Arial, sans-serif;
	font-weight: 600;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
}
.table_pif thead tr td {
	cursor: default;
}
.table_pif thead tr:nth-child(2) th,
.table_pif thead tr:nth-child(2) td {
	padding: 0 3px 10px 3px;
	background: #688fa9;
	color: white;
	text-align: center;
}
.table_pif thead tr:nth-child(2) td:first-child {
	text-align: left;
	padding-left: 15px;
}

.table_pif td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	min-width: 50px;
	box-sizing: border-box;
	vertical-align: top;
	padding: 13px;
	text-align: center;
}
.table_pif td p {
	margin: 0;
	text-align: center;
	margin-bottom: 0 !important;
}
.table_pif td:first-child {
	text-align: left;
	padding-left: 15px !important;
}
.table_pif td:nth-child(1) {
	text-align: left;
	font-weight: 600;
	color: #1f469d;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.table_pif td:nth-child(4) {
	color: #1f469d;
}
.table_pif .center .right .block .lCol .block1 p {}
.table_pif  {}
.table_pif  {}
.table_pif  {}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.middleColor {
	color: #f8c71e;
}
.highColor {
	color: #ed1c24;
}
.lowColor {
	color: #2d820b;
}
.table_pif td {
	position: relative;
}
.table_pif td img {
	padding-top: 15px;
}

.scha {
	white-space: nowrap;
	text-align: center;
}
.table_pif thead td:nth-child(2) {
	text-align: center;
}
.table_pif td img {
	margin-top: -4px;
	margin-bottom: -6px;
	margin-left: 1px;
	position: absolute;
	padding-top: 0;
	top: 20px;
}
.table-short.table_pif td img {
	margin-top: -4px;
	margin-bottom: -6px;
	margin-left: 1px;
	top: 20px;
}
.table-short td:nth-child(10),
.table-short td:nth-child(9),
.table-short td:nth-child(11),
.table-short td:nth-child(7),
.table-short td:nth-child(6) {
	display: none;

}
.dropdownText {cursor: pointer}
.dropdownText span {
	display: none;
	width: 315px;
	padding: 20px;
	background: white;
	position: absolute;
	top:-66px;
	left: 50%;
	margin-left: -180px;
	font-size: 13px;
	color: #666666;
	font-family: Arial, sans-serif;
	z-index: 10;
	box-shadow: 0 3px 10px -1px rgba(13,21,12,0.3);
}
.dropdownText span:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: white;
	left: 50%;
	margin-left: -15px;
	bottom: -13px;
	box-shadow: 5px 5px 10px -4px rgba(13,21,12,0.3);
}
.dropdownText:hover span {
	display: block;

}
.willHide {
	display: none;
}
.longCol {
	text-align: center !important;
}
.hideTr {
	display: none;

}

.center .right .block h1 {
	border-bottom: 3px solid #93acce;
}
.center .right .block h1.opif {
	border-bottom: none
}
@media (max-width: 1300px) {
	.table_pif:not(.table-short) td,
	.table_pif:not(.table-short) th {
		padding-left:  10px;
		padding-right: 10px;
	}
	.table_pif thead tr:nth-child(2) th,
	.table_pif thead tr:nth-child(2) td {
    	padding: 0 10px 7px 0;
    	font-size: 10.5px;
    	min-width: 40px;
    }
}
@media (max-width: 1200px) {
	.table_pif:not(.table-short) td,
	.table_pif:not(.table-short) th {
		padding-left: 10px;
		padding-right: 10px;
	}
	.table_pif td {
		min-width: auto;
	}
	.table_pif thead tr:nth-child(2) th,
	.table_pif thead tr:nth-child(2) td {
    	padding: 0 7px 7px 0;
    	font-size: 10px;
    }
	.table_pif td img {
		margin-top: -4px;
		margin-bottom: -5px;
		margin-left: 2px;
		position: absolute;
		padding-top: 0;
		width: 6px;
	}
	.table-short.table_pif td img {
		margin-top: -4px;
		margin-bottom: -5px;
		margin-left: 2px;
		position: absolute;
		padding-top: 0;
		width: 7px;
	}
}
@media (max-width: 1100px) {
	.table_pif td {
		font-size: 10px;
	}
	.table_pif:not(.table-short) td,
	.table_pif:not(.table-short) th {
	    padding-left: 2px;
		padding-right: 5px;
    }
	.table-short.table_pif td img {
		margin-top: -3px;
		margin-bottom: -5px;
		margin-left: 2px;
		position: absolute;
		padding-top: 0;
		width: 6px;
	}
	.table_pif td img {
		margin-left: -2px;
	}
}
.checkbox-pif__wrap{
	margin-bottom:13px;
}
.checkbox-pif__wrap .check-usd--wrapp{
	    margin-left: 0px;
}
.table-short-wrap-trigger .filter-wrapper a{
	font-size: 18px;
}
/* End */


/* Start:/local/components/agima/how.buy/templates/.default/style.css?16596368571015*/
.announcement.how-buy{
    left: 0;
}
.announcement.how-buy .orange_button{
    margin: 10px 0;
    font-size: 18px;
}
.how-popup{
    position: relative;
    max-width: 628px;
    margin: -290px auto 0;
    background: #fff;
    padding: 20px 10px;
    top: 50%;
}

#how-open-banner{
    display: none;
}

.announcement.how-buy .cookie-text{
    text-align: center;
}

.how-open-banner-content{
    padding: 100px 0;
}

.how-open-banner-content .orange_button.invert{
    background-color: #6368AD;
    color: #fff !important;
    border: 3px solid #6368AD;
    margin-bottom: 0;
}

.how-open-banner-content .orange_button.invert:hover,.how-open-banner-content .orange_button.invert:focus {
    background-color: #0a2973;
    color: #fff !important;
    border-color: #0a2973;
}

.how-open-banner-content .orange_button{
    box-sizing: border-box;
    width: 380px;
    font-size: 18px;
    padding: 16px 30px;
}

@media(max-width: 400px){
    .how-open-banner-content .orange_button{
        width: 100%;
    }
}
/* End */
/* /local/components/agima/investment.funds.dinamic.list/templates/.default/style.css?17388306815544 */
/* /local/components/agima/how.buy/templates/.default/style.css?16596368571015 */
