

/* Start:/local/templates/savingsim_new/components/bitrix/breadcrumb/breadcrumb/style.css?1756225781984*/
.bx-breadcrumb {
	margin: 30px 0 60px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: 600;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	white-space: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #898888;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #151515;
}
.breadcrumb-home{
	width: 16px;
	height: 16px;
	display: flex;
	background: url("/local/templates/savingsim_new/components/bitrix/breadcrumb/breadcrumb/../breadcrumb/images/home.svg") no-repeat center;
	background-size: cover;
	margin-top: 2px;
}
@media (max-width: 1169px) {
	.bx-breadcrumb {
		margin: 15px 0 30px 0;
	}
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/report/style.css?17562280261456*/

.pifnr-item a{
    text-decoration: none;
    display: flex;
    outline: solid 1px #DADFE6;
    padding: 24px 24px 24px 72px;
    font-weight: 600;
    font-size: 18px;
    color: #151515;
    flex-direction: column;
    margin-bottom: 14px;
    border-radius: 14px;
    background: url("/local/templates/savingsim_new/components/bitrix/news.list/report/./images/file-pdf.svg") no-repeat 24px center;
    background-size: 28px 33px;
}
.content-disclosure_information .default_content a {
    text-decoration: none!important;
}
.container-date-time {
    display: flex;
    gap: 24px;
}
.small_date {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    vertical-align: middle;
    color: #898888;
    margin-bottom: 14px;
    padding-left: 20px;
    text-decoration: none;
}
.small_date:before {
    content: '';
    background: url("/local/templates/savingsim_new/components/bitrix/news.list/report/./images/calendar.svg") no-repeat center;
    background-size: contain;
    width: 14px;
    height: 19px;
    display: flex;
    position: absolute;
    margin-left: -20px;
    margin-top: -1px;
}
.small_date-time:before {
    content: '';
    background: url("/local/templates/savingsim_new/components/bitrix/news.list/report/./images/clock.svg") no-repeat center;
    background-size: contain;
    width: 14px;
    height: 19px;
    display: flex;
    position: absolute;
    margin-left: -20px;
    margin-top: -1px;
}

@media (max-width: 992px){
    .pifnr-item a{
        padding: 19px 42px 14px 14px;
        background: url("/local/templates/savingsim_new/components/bitrix/news.list/report/./images/file-pdf.svg") no-repeat calc(100% - 14px) 14px;
        background-size: 28px 33px;
    }
}

/* End */


/* Start:/local/templates/savingsim_new/components/agima/funds.subscribe/template/style.css?17567277629822*/


*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.details-list summary {
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  height: 60px;
  padding: 10px 0;
  cursor: pointer;
}

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

.details-list summary::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("/local/templates/savingsim_new/components/agima/funds.subscribe/template/./img/summary+.svg") center/contain no-repeat;
  position: absolute;
  right: 0;
}

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

.details-list .details {
  border-bottom: 1px solid #DADFE6;
}

.details-list .details__subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #999;
  margin-bottom: 20px;
}

.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 {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 2px solid #52648A;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

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

.details-list .custom-checkbox input[type=checkbox]:checked+label.pseudo-checkbox:after {
  content: "";
  position: absolute;
  left: 2px;
  right: 0;
  top: 3px;
  bottom: 0;
  width: 12px;
  height: 7px;
  border: 2.5px solid #52648A;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
}

.details-list .custom-checkbox .custom-label {
  color: #000;
  width: 95%;
  font-size: 16px;
  line-height: 22px;
  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;
}

.details-list .forward-wrapper a.btn-forward {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  background-color: #ddd;
  padding: 7px 78px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.details-list .forward-wrapper a.btn-forward:hover {
  opacity: 0.7;
}

.popup-new {
  position: fixed;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  background: rgba(65, 72, 91, 0.7);
  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;
  z-index: 951;
}

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

.popup-new .text {
  width: 100%;
  font-size: 16px;
  text-align: left;
}

.popup__form {
  padding: 50px 60px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup__form .title {
  color: #000;
  font-size: 24px;
  line-height: 36px;
}

.popup__form .form {
  margin-top: 30px;
}

.popup__form .btn-submit {
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  border: 3px solid #7E9AC2;
  color: #7E9AC2;
  padding: 5px 62px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.popup__form .btn-submit:hover {
  background-color: #7E9AC2;
  color: #fff;
}

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

.popup__form .btn-submit.filled {
  background-color: #7e9ac2;
  color: #fff;
}

.popup__form .btn-submit.filled:hover {
  opacity: 0.85;
}

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

.popup__form .text-red {
  color: red;
}

.popup-new .text-wrapper {
  text-align: left;
  margin-top: 20px;
  max-width: 580px;
}

.popup-new .text-wrapper p {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.popup-new .text-wrapper p:not(:last-child) {
  margin-bottom: 30px;
}

.popup-new fieldset {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin-top: 30px;
  max-width: 580px;
}

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

.popup-new fieldset .label-wrapper {
  width: 33%;
  text-align: left;
}

.popup-new fieldset .label-wrapper label {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

.popup-new fieldset .input-wrapper {
  width: 66%;
  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;
  font-size: 16px;
}

.popup-new fieldset .input-wrapper.submit-wrapper {
  justify-content: center;
}

.popup-new fieldset .input-wrapper input {
  width: 100%;
  border: 2px solid #52648A;
  padding: 12px;
  height: 40px;
}

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

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

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

.popup-new fieldset .input-wrapper input.custom-radio:checked+label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #52648A;
}

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

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

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

.popup-new fieldset .input-wrapper .pseudoradio {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #52648A;
  margin-right: 17px;
  cursor: pointer;
}

.popup-new 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-new fieldset .input-wrapper .custom-label {
  cursor: pointer;
}

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

.popup-new fieldset .pseudo-checkbox {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 2px solid #52648A;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

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

.popup-new fieldset input[type=checkbox]:checked+label.pseudo-checkbox:after {
  content: "";
  position: absolute;
  left: 2px;
  right: 0;
  top: 3px;
  bottom: 0;
  width: 12px;
  height: 7px;
  border: 2.5px solid #52648A;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 0;
  border-right: 0;
}

h1 {
  font-size: 24px;
}

a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
  width: 0;
  height: 0;
  position: absolute;
}

input[type=checkbox] {
  display: none;
}

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

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

.popup-new .preview__link {
  font-size: 16px;
}

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

#captcha_word.error {
  border: 2px solid red;
}

.error-captcha-message {
  display: block;
  color: red;
}

.error-captcha-message.hidden {
  display: none !important;
}

.captcha-code-image-wrapper {
  display: flex;
  align-items: center;
}

#captchaReloadButton {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url("/local/templates/savingsim_new/components/agima/funds.subscribe/template/./img/refresh.png");
}

/* End */
/* /local/templates/savingsim_new/components/bitrix/breadcrumb/breadcrumb/style.css?1756225781984 */
/* /local/templates/savingsim_new/components/bitrix/news.list/report/style.css?17562280261456 */
/* /local/templates/savingsim_new/components/agima/funds.subscribe/template/style.css?17567277629822 */
