

/* Start:/local/components/agima/funds.subscribe/templates/.default/style.css?175448669619209*/
*,
*::after,
*::before
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    margin-bottom: 40px !important;
}

.content-col-wrapper
{
    padding-left: 0;
}

.wrapper {
    margin: 0 auto;
    text-align: left;
    position: relative;
}

.table
{
    margin-top: 20px;
}

.table__wrapper table.main__table
{
    line-height: 18px;
}

.table__wrapper table.main__table th
{
    background-color: #fff !important;
    color: #666 !important;
    text-align: left !important;
    font-size: 13px !important;
    padding-left: 0 !important;
    vertical-align: bottom;
    max-width: 110px;
}

.table__wrapper table.main__table tr:not(:last-child)
{
    border-bottom: 1px solid #aaa;
}

.table__wrapper table.main__table tr.caption
{
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    white-space: nowrap;
}

.table__wrapper table.main__table tr.caption td
{
    vertical-align: middle;
    height: auto !important;
    white-space: normal;
}

.table__wrapper table.main__table tr.caption td:not(.font-medium)
{
    padding: 11px 0 !important;
}

.table__wrapper table.main__table td
{
    text-align: left !important;
    vertical-align: bottom;
    font-weight: 400 !important;
    max-width: 110px;
}

.table__wrapper table.main__table td:not(.caption)
{
    padding: 10px 10px 10px 0 !important;
}

.table__wrapper table.main__table td.large
{
    max-width: 200px;
}

.table__title
{
    font-weight: 500;
    font-size: 16px;
}

.table__legend
{
    margin-top: 40px;
}

.chart-section .subtitle
{
    font-size: 24px;
    line-height: 36px;
    color: #666;
    font-weight: 400;
    margin: 20px 0;
}

.chart-section .chart__subtitle
{
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

.chart-section .chart__img
{
    margin-top: 20px;
    width: 800px;
    height: 790px;
    background: url("/local/components/agima/funds.subscribe/templates/.default/./img/chart.png") center/contain no-repeat;
}

.circle-charts-section .subtitle
{
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

.circle-charts-section .charts
{
    margin-top: 40px;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.circle-charts-section .charts__item
{
    width: 520px;
    height: 300px;
    background: center/contain no-repeat;
}

.circle-charts-section .charts__item:first-child
{
    background-image: url("/local/components/agima/funds.subscribe/templates/.default/./img/circle__chat_1.svg");
}

.circle-charts-section .charts__item:last-child
{
    background-image: url("/local/components/agima/funds.subscribe/templates/.default/./img/circle__chat_2.svg");
}

.line-charts-section
{
    margin-top: 40px;
}

.line-charts-section .subtitle
{
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

.line-charts-section .charts
{
    margin-top: 40px;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.line-charts-section .charts__item
{
    width: 524px;
    height: 268px;
    margin-bottom: 50px;
    background: center/contain no-repeat;
    position: relative;
}

.line-charts-section .charts__item::after
{
    content: attr(data-description);
    font-size: 11px;
    position: absolute;
    top: 105%;
}

.line-charts-section .charts__item:first-child
{
    background-image: url("/local/components/agima/funds.subscribe/templates/.default/./img/line__chart_1.svg");
}

.line-charts-section .charts__item:last-child
{
    background-image: url("/local/components/agima/funds.subscribe/templates/.default/./img/line__chart_2.svg");
}

.details-list summary
{
    font-weight: 700;
    font-size: 19px;
    line-height: 160%;
    color: #7F8990;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100px;
    padding: 10px 0 10px 100px;
    cursor: pointer;
}

.details-list .details[open] {
    background-color: #F5F9FB;

}

.details-list .details[open] summary {
    color: #070E13;
    border-bottom: 1px solid #EFEFEF;
}

.details-list summary::-webkit-details-marker
{
    display: none;
}

.details-list summary::before
{
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: url("/local/components/agima/funds.subscribe/templates/.default/img/summary-plus.svg") center/contain no-repeat;
    position: absolute;
    left: 26px;
}

.details-list details[open] > summary::before
{
    background-image: url("/local/components/agima/funds.subscribe/templates/.default/./img/summary-minus.svg");
    border-bottom: none;
}

.details-list .details
{
    border: 1px solid #EFEFEF;
    border-radius: 13px;
    margin-bottom: 10px;
}

.details-list .details__content
{
    padding: 20px 26px;
}

.details-list .details__subtitle
{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #7F8990;
    margin-bottom: 24px;
}

.details-list .custom-checkbox
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.details-list .custom-checkbox .pseudo-checkbox
{
    width: 24px;
    height: 24px;
    border-radius: 5px;
    opacity: 1;
    border: 1px solid #FFFFFF2E;
    box-shadow: 0px 4px 14px 0px #3933A814;
    background: #FFFFFF;
    margin-right: 14px;
    cursor: pointer;
    position: relative;
}

.details-list .custom-checkbox input[type=checkbox]
{
    display: none;
    width: 0;
}

.details-list .custom-checkbox input[type=checkbox]:checked + label.pseudo-checkbox:after
{
    content: "";
    background: url("/local/components/agima/funds.subscribe/templates/.default/./img/check.svg") center no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
}

.details-list .custom-checkbox .custom-label
{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #070E13;
    width: 95%;
    cursor: pointer;
}

.details-list .list-element
{
    margin-bottom: 20px;
}

.details-list .forward-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 120px;
}

.details-list .forward-wrapper a.btn-forward
{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 7px;
    opacity: 1;
    padding: 22px 38px;
    background: #73A8BA;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    vertical-align: middle;
    color: #fff;
}

.details-list .forward-wrapper a.btn-forward.disabled {
    cursor: auto;
    background: #7F8990;
}

.popup {
    overflow: auto;
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    opacity: 0;
    background: #00000099;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.popup
{
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: none !important;
    -webkit-transform: none;
    -ms-transform: none;
    opacity: 1 !important;
}

.popup .close-icon
{
    position: absolute;
    right: -45px;
    top: 0;
    cursor: pointer;
}

.popup .text
{
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    margin-top: 14px;

    width: 100%;
    text-align: left;
}

.popup__form
{
    padding: 80px 70px;
    background-color: #ECEFF6;
    border-radius: 13px;
    position: absolute;
    top: 5%;
    /*transform: translateY(-50%);*/
    /*max-height: 90vh;*/
    /*overflow: scroll;*/
}

.popup__form .title
{
    color: #070E13;
    font-weight: 700;
    font-size: 34px;
    line-height: 120%;
    margin-bottom: 50px;
}

.popup__form .form
{
}

.popup__form .btn-submit
{
    text-decoration: none;
    background: #73A8BA;
    border: 3px solid #73A8BA;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    border-radius: 7px;
}
.popup__form .btn-submit:focus,
.popup__form .btn-submit:focus-visible {
    outline: none;
}

.popup__form .btn-submit:disabled,
.popup__form .btn-submit:disabled:hover
{
    color: #fff;
    border-color: #c4c4c4;
    background-color: #c4c4c4;
    cursor: default;
}

.popup__form .form-disclaimer
{
    color: #979797;
    margin-top: 30px;
    text-align: left;
}

.popup__form .text-red
{
    color: #73A8BA;
    margin-left: 5px;
}

.popup .text-wrapper
{
    text-align: left;
    max-width: 600px;
}

.p-22 {
    font-size: 22px !important;
}

.popup .text-wrapper p
{
    color: #070E13;
    font-weight: 400;
    font-size: 19px;
    line-height: 160%;

}

.popup fieldset
{
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 624px;
    width: 50%;
}

.popup fieldset.checkbox-field {
    width: 100%;
    margin-bottom: 14px;
}

.popup fieldset.with-definition
{
    margin-bottom: 80px;
}

.popup fieldset .label-wrapper
{
    text-align: left;
    margin-bottom: 5px;
}

.popup fieldset .label-wrapper label
{
    color: #070E13;
    font-weight: 400;
    font-size: 19px;
    line-height: 160%;

}

.popup .inputs-wrapper {
    margin-bottom: 40px;
}

.popup fieldset .input-wrapper
{
    /*width: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-flow: row wrap;
    position: relative;


}

.popup fieldset .input-wrapper input
{
    font-weight: 400;
    font-size: 19px;
    line-height: 160%;

    width: 100%;
    border-radius: 7px;
    padding: 22px 24px;
    background: #FFFFFF99;
    border: 1px solid #DEDEDE66
}
.popup fieldset .input-wrapper input:focus-visible {
    outline: none;
}

.popup fieldset .input-wrapper input.small
{
    /*max-width: 200px;*/
}

.popup fieldset .input-wrapper input[type=radio]
{
    display: none;
}

.popup fieldset .input-wrapper input.custom-radio:checked + label
{
    position: relative;
}

.popup fieldset .input-wrapper input.custom-radio:checked + label::after
{
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 120;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background: #73A8BA;
}

.popup fieldset .input-wrapper .definition
{
    display: block;
    margin-top: 10px;
    text-align: left;
    width: 100%;
    font-size: 13px;
    line-height: 16.5px;
    letter-spacing: 3%;
    color: #979797;
}

.popup fieldset .input-wrapper .definition a, .popup fieldset .input-wrapper .definition a:hover
{
    text-decoration: none;
    color: #979797;
}

.popup fieldset .input-wrapper .pseudoradio
{
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 13px;
    background: #FFFFFF;
    margin-right: 17px;
    cursor: pointer;
}

.popup fieldset .input-wrapper .pseudo-radio__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup fieldset .input-wrapper .custom-label
{
    font-weight: 400;
    font-size: 18px;
    color: #070E13;

    cursor: pointer;
}

.popup fieldset .input-wrapper .phone
{
    position: absolute;
}

.popup fieldset .form-is-error
{
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 12px;
    color: red;
    text-align: start;
}

.popup fieldset .pseudo-checkbox
{
    display: block;
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #CBDFE6;
    margin-right: 14px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.popup fieldset input[type=checkbox]
{
    display: none;
    width: 0;
}

.popup fieldset input[type=checkbox]:checked + label.pseudo-checkbox:after
{
    content: "";
    background: url("/local/components/agima/funds.subscribe/templates/.default/./img/check.svg") center no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
}

.popup .preview
{
    margin: 32px 0;
    display: flex;
    align-items: center;
}

.popup .preview__img
{
    width: 60px;
    height: 85px;
    background: url("/local/components/agima/funds.subscribe/templates/.default/./img/document__preview.png");
    margin-right: 20px;
}

.popup .postman-wrapper {}
.popup .postman-wrapper fieldset:nth-child(1) {
    width: 160px;
}
.popup .postman-wrapper fieldset:nth-child(2) {
    width: 264px;
}
.popup .postman-wrapper fieldset:nth-child(3) {
    width: 190px;
}

.disclaimer
{
    font-size: 12px !important;
    color: #333 !important;
    margin-top: 15px;
    margin-bottom: 0 !important;
    margin-left: 33%;
}

.text-left
{
    text-align: left;
}

.text-table
{
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

.text-table .row
{
    display: flex;
    align-items: center;
}

.text-table .row:not(:first-child)
{
    margin-top: 20px;
}

.text-table .row .left-column
{
    width: 40%;
    text-align: left;
}

.text-table .row .right-column
{
    width: 60%;
    text-align: left;
    font-weight: 500;
    color: #333;
}

.mt-1
{
    margin-top: 10px;
}

.mb-1
{
    margin-bottom: 10px;
}

.mb-15
{
    margin-bottom: 15px !important;
}

.w-100
{
    width: 100% !important;
}

.w-75
{
    width: 75% !important;
}

.w-33
{
    width: 33% !important;
}

.align-center
{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

#captchaReload
{
    cursor: pointer;
    height: 100%;
}

#captcha_word,
.captcha-image-wrapper
{
    width: 50%;
    height: -webkit-fill-available;
}

.captcha-image-inner
{
    padding: 14px 24px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
}
#captcha_word {
    border-radius: 0 7px 7px 0;
}


.privacy-policy {
    width: 100%;
    text-align: left;

    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #505559;

}
.privacy-policy a {
    font-weight: bold;
    color: #52648A;
}

#success_subscribe .popup__form {
    background-image: url("/local/components/agima/funds.subscribe/templates/.default/./img/access.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

#success_subscribe .popup__form .text-wrapper {
    margin-bottom: 80px;
}

.group {
    margin-top: 10px;
}

.popup .close-icon svg path {
    stroke: #ffffff;
}

@media (max-width: 760px)
{
    .details-list .forward-wrapper a.btn-forward {
        padding: 14px 38px;
        font-size: 13px;
    }

    .popup__form .btn-submit {
        padding: 18px 0;
        font-size: 13px;
    }
    .popup fieldset .input-wrapper input {
        padding: 14px;
    }

    #success_subscribe .popup__form .text-wrapper {
        margin-bottom: 140px;
    }

    .details-list .details summary
    {
        height: 70px;
        font-size: 14px;
        line-height: 24px;
        padding-right: 30px;
    }

    .details-list .details__subtitle
    {
        font-size: 14px;
    }

    .details-list .custom-checkbox .custom-label
    {
        font-size: 14px;
    }

    .popup fieldset:not(.checkbox-field, .captcha-field)
    {
        flex-direction: column;
    }

    .popup fieldset:not(.checkbox-field, .captcha-field) .label-wrapper
    {
        margin-bottom: 5px;
    }

    /*.popup fieldset .input-wrapper,*/
    .popup fieldset .label-wrapper
    {
        width: 100%;
    }

    .popup fieldset .label-wrapper.label-phone
    {
        width: 100%;
    }

    .popup fieldset .label-wrapper.label-phone .phone
    {
        width: 100%;
        display: flex;
    }

    .popup fieldset .input-wrapper input {
        font-size: 15px;
    }

    .popup fieldset .input-wrapper input.small
    {
        max-width: none;
    }

    .popup fieldset .input-wrapper.code-field
    {
        flex-direction: column;
    }

    .popup fieldset .input-wrapper.code-field input
    {
        width: 100% !important;
        max-width: none !important;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

    .popup fieldset .input-wrapper.code-field button
    {
        align-self: center;
    }

    .popup__form
    {
        top: 2%;
        padding: 14px;
        max-width: 95vw;
    }

    .popup__form .disclaimer
    {
        margin-left: 0;
    }

    .popup__form .disclaimer .disclaimer__text
    {
        justify-content: center !important;
    }

    .popup__form .disclaimer .disclaimer__text a
    {
        margin-left: 0 !important;
    }

    .details-list .details__subtitle {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .details-list .details summary
    {
        padding: 14px 0 14px 52px;
        font-size: 16px;
        line-height: 110%;
        height: auto;
    }

    .details-list summary::before {
        left: 14px;
        width: 24px;
        height: 24px;
    }

    .popup .close-icon {
        top: 10px;
        right: 10px;
    }
    .popup .close-icon svg {
        width: 24px;
        height: 24px;
    }

    .popup .close-icon svg path {
        stroke: #7F8990;
    }

    .popup__form .title {
        font-size: 23px;
        margin-bottom: 10px !important;
    }

    .popup .form-disclaimer,
    .popup label,
    .popup .text-wrapper p {
        font-size: 16px !important;
    }

    .popup fieldset {
        width: 100%;
    }

    .popup .inputs-wrapper {
        margin-bottom: 24px;
    }

    .popup .postman-wrapper fieldset {
        width: 100% !important;
    }

    .captcha-image-inner
    {
        padding: 7px 14px;
    }
    #captchaReload {
        width: 100%;
    }

    .title.text-left {
        margin-top: 0;
    }
}
@media (max-width: 520px){
    #captcha_word,
    .captcha-image-wrapper
    {
        width: 50%;
        height: -webkit-fill-available;
        height: 51px;
    }

}
@media (max-width: 520px)
{
    .popup fieldset.captcha-field
    {
        flex-direction: column;
    }
}

.flex-nowrap {
    flex-flow: row nowrap !important;
}

/* End */


/* Start:/local/templates/new/components/bitrix/system.pagenavigation/.default/style.css?17448017064374*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #070E13;
	font-size:15px;
}

.bx_pagination_bottom .bx_pagination_section_one{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 120px;
}
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/new/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	color: #070E13;
	font-size:15px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: flex;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #070E13;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: #73A8BA;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: flex;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}

	.bx_pagination_bottom .bx_pagination_page li{
		font-size:12px;
		width: 30px;
		height: 30px;
	}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/new/components/bitrix/news.list/subscribe_funds_list/style.css?175440130333*/
h1 {
    margin-bottom: 40px;
}
/* End */
/* /local/components/agima/funds.subscribe/templates/.default/style.css?175448669619209 */
/* /local/templates/new/components/bitrix/system.pagenavigation/.default/style.css?17448017064374 */
/* /local/templates/new/components/bitrix/news.list/subscribe_funds_list/style.css?175440130333 */
