

/* Start:/local/components/invest/new_form/templates/green/style.css?16200243721161*/
input.input-field_new_text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    height: 50px;
    padding: 10px 20px;
    outline: 0;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    background: 0 0;
}

input.input-field_error_text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    height: 50px;
    padding: 10px 20px;
    outline: 0;
    border: 1px solid #ff5752;
    border-radius: 50px;
    background: 0 0;
}

.btn-banner-default {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
	background: #9bca45;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 30%);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 30%);
    -webkit-transition: background-position 1s, -webkit-box-shadow 0.5s;
    -o-transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s;
    transition: background-position 1s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.btn-banner-default:hover{
	color: #fff;
}
/* End */


/* Start:/local/components/invest/priems/templates/.default/style.css?17647566563414*/
.priems__list{
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(273px, 1fr));
    gap: 1.125em;
	margin: 5em 0;
}
.priems__wrapper{
	padding: 0;
}
.priems__item{
	border-radius: 18px;
    background: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 345px;
    row-gap: 2em;
    padding: 17px 11px;
}
.priems--item__img{
	width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.priems--item__img img{
	max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.priems__item2{

}
.priems--item2__img{
	width: 100%;
	height: auto;
	margin-bottom: 26px;
}
.priems--item__title{
	color: #0E284A;
	text-align: center;
	font-family: "MullerBold", Helvetica, Arial, sans-serif;
	font-size: 23px;
	font-style: normal; 
	line-height: normal;
	min-height: 46px;
}
@media(max-width: 800px){
	.priems__list{
		margin: 2em 0 4em 0 !important;
	}
	.priems--item__title{
		font-size: 15px;
	}
}
.priemsNew{

}
.priemsNew__wrapper{
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.priemsNew__list{
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
    row-gap: 10px;
	column-gap: 10px;
	margin: 70px 0;
}
.priemsNew__item{
	padding: 10px 8px;
	background: #E9F9EF;
	border-radius: 20px;
	cursor: pointer;
	transition: all .2s ease-in 0s;
}
.priemsNew--item__img{
	max-width: 120px;
	width: 100%;
	height: 120px;
	margin: 0 auto 15px auto;
	display: block;
}
.priemsNew--item__img img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.priemsNew--item__title{
	font-family: 'SFProDisplay';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #0E284A;
}
@media(min-width: 800px){
	.priemsNew__wrapper{
		padding-right: 15px;
		padding-left: 15px;
	}
	.priemsNew__list{
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		row-gap: 10px;
		column-gap: 0;
		margin: 70px 0;
	}
	.priemsNew__item{
		padding: 10px 8px;
		border-radius: 20px;
		background: transparent;
	}
	.priemsNew--item__img{
		max-width: 110px;
		height: 110px;
		margin: 0 auto 15px auto;
	}
	.priemsNew--item__title{
		font-size: 17px;
		line-height: 22px;
	}
	.priemsNew__item:hover{
		background: #E9F9EF;
	}
}
@media(min-width: 1500px){
	.priemsNew__wrapper{
		padding-right: 15px;
		padding-left: 15px;
	}
	.priemsNew__list{
		grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
		row-gap: 20px;
		column-gap: 0;
		margin: 70px 0;
	}
	.priemsNew__item{
		padding: 20px 8px;
		border-radius: 20px;
		background: transparent;
	}
	.priemsNew--item__img{
		max-width: 160px;
		height: 160px;
		margin: 0 auto 15px auto;
	}
	.priemsNew--item__title{
		font-size: 20px;
		line-height: 24px;
	}
	.priemsNew__item:hover{
		background: #E9F9EF;
	}
}
/* End */


/* Start:/local/components/invest/calc/templates/test_calc/style.css?170797818313171*/
.section-simplecalc {
	overflow: hidden;
}
.simplecalc-calcCell__title{
	text-align: center;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'MullerMedium';
}
@media(min-width: 600px){
	.simplecalc-calcCell__title{
		font-size: 25px;
	}
}
.simplecalc__heading {
	font-family: "MullerBold", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #3e3e3f;
    margin-bottom: 24px;
	text-align: center;
}
.simplecalc__grid {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.simplecalc__aboutCell {
	margin-bottom: 6px;
}
.simplecalc__aboutBlock {
	background-image: url('/assets/simplecalc/simplecalc-vectorbg.svg');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 30px 15px 150px 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.simplecalc__aboutBlock > div:first-child {
    display: none;
}
.simplecalc__aboutBlock > div:last-child {
    display: block;
}
.simplecalc__aboutBlock > div:last-child p:last-child {
    visibility: hidden;
}
.simplecalc__aboutBlock--firstFree > div:first-child {
    display: block;
}
.simplecalc__aboutBlock--firstFree > div:last-child p:last-child {
    visibility: visible;
}
.simplecalc__aboutBlock--firstFree > div:last-child {
    display: none;
}
.simplecalc__aboutHeading {
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 8px;
}
.simplecalc__aboutSubheading {
	text-align: center;
	font-size: 18px;
	line-height: 140%;
	color: #D6D6D6;
}
.simplecalc__aboutImg {
	display: block;
	width: calc(140% + 30px);
	margin-left: calc(-20% - 15px);
	margin-right: calc(-20% - 15px);
	margin-top: -140px;
}
.simplecalc__calcCell {
}
.simplecalc__tabs {
}
.simplecalc__tabsNav {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 6px;
}
.simplecalc__tabsBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background-color: #F2F3F3;
	border: 0;
	height: 50px;
}
.simplecalc__tabsBtn:not(:last-child) {
	margin-bottom: 6px;
}
.simplecalc__tabsBtn--active {
	background-color: #98C745;
}
.simplecalc__tabsBtnText {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #0E284A;
	font-weight: 600;
	border-bottom: 1px dashed #7C8A9C;
}
.simplecalc__tabsBtn--active .simplecalc__tabsBtnText {
	color: #fff;
	border-bottom: 1px dashed #7c8a9c00;
}
.simplecalc__tabsBlocks {

}
.simplecalc__tab {
	padding: 8px 8px 20px 8px;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 100px rgba(14, 40, 74, 0.15);
	border-radius: 10px;
	display: none;
}
.simplecalc__tab--active {
	display: block;
}
.simplecalc__inputs {
	display: flex;
	align-items: stretch;
	margin-bottom: 11px;
}
.simplecalc__inputWrapper {
	width: calc(50% - 3px);
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
}
.simplecalc__inputWrapper:not(:last-child) {
	margin-right: 6px;
}
.simplecalc__input {
	width: 100%;
	background-color: #F7F7F7;
	border: 1px solid #d8d8d87d;
	border-radius: 5px;
	text-align: center;
	height: 50px;
	font-weight: 600;
	font-size: 16px;
	color: #0E284A;
    outline: none !important;
}
.simplecalc__inputLabel {
	position: absolute;
    top: 6px;
    left: 8px;
	pointer-events: none;
	font-size: 9px;
    line-height: 100%;
    color: #7C8796;
}
.simplecalc__body {
}
.simplecalc__rangeBlock {
	margin-bottom: 12px;
	user-select: none;
}
.simplecalc__rangeInput {
	width: 100%;
	height: 22px;
	background-color: #E4E8F0;
	box-shadow: inset 0px 4px 4px rgba(0, 39, 117, 0.15);
	border-radius: 5px;
	padding: 3px 4px;
	display: flex;
	align-items: stretch;
	margin-bottom: 10px;
}
.simplecalc__rangeInputContiner {
	position: relative;
	width: 100%;
	height: auto;
}
.simplecalc__rangeInputBg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: repeating-linear-gradient(135deg, rgba(153, 187, 255, .1) 0px, rgba(153, 187, 255, .1) 10px, rgba(153, 187, 255, 0) 10px, rgba(153, 187, 255, 0) 16px), linear-gradient(-90deg, #002775 0%, #42619E 100%);
	background-size: cover, cover;
	background-repeat: repeat, no-repeat;
	border-radius: 3px;
}
.simplecalc__rangeInputParts {
	position: absolute;
	top: -3px;
	left: 0;
	height: calc(100% + 6px);
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.simplecalc__rangeInputPart {
	display: block;
	width: 1px;
	height: auto;
	background-color: #fff;
}
.simplecalc__rangeInputPart:first-child {
	visibility: hidden;
}
.simplecalc__rangeInputPart:last-child {
	visibility: hidden;
}
.simplecalc__rangeHandleBlock {
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
}
/*.simplecalc__rangeHandle {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #0E284A;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: grabbing;
	user-select: none;
}
.simplecalc__rangeHandleInner {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #42619E;
	border: 3px solid #fff;
}*/
.simplecalc__rangeHandle {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 64px;
	border-radius: 0;
	background-color: transparent;
	background-image: url(/local/components/invest/calc/templates/test_calc/img/car_slider_zd.png);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: grabbing;
	user-select: none;
}
.simplecalc__rangeHandleInner {
	display: none;
	width: unset;
	height: unset ;
	border-radius: 0 ;
	background-color: transparent ;
	border: unset;
}
.simplecalc__rangeLabels {
	position: relative;
	height: 8px;
	width: 100%;
}
.simplecalc__rangeLabel {
	font-size: 8px;
	display: block;
	position: absolute;
	top: 0;
}
.simplecalc__rangeLabel:nth-child(1) {
	left: 0%;
}
.simplecalc__rangeLabel:nth-child(2) {
	left: 25%;
}
.simplecalc__rangeLabel:nth-child(3) {
	left: 50%;
}
.simplecalc__rangeLabel:nth-child(4) {
	left: 75%;
}
.simplecalc__rangeLabel:nth-child(5) {
	right: 0;
}
.simplecalc__advantagesBlock {
	border-top: 1px solid #dfdfdf7a;
	border-bottom: 1px solid #dfdfdf7a;
	margin-bottom: 12px;
}
.simplecalc__advantagesRow {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.simplecalc__advantagesRow:first-child {

}
.simplecalc__advantagesRow:last-child {
	border-top: 1px solid #dfdfdf7a;
}
.simplecalc__advantage {
	width: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.simplecalc__advantage--wBtns {
    justify-content: center;
    align-self: stretch;
}
.simplecalc__advantageIcon {
	display: block;
	margin-bottom: 8px;
}
.simplecalc__advantageText {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 140%;
}
.simplecalc__advantageBtns {
    display: flex;
    flex-direction: column;
    align-items: center;   
}
.simplecalc__advantageBtnsLabel {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #0E284A;
    text-align: center;
    margin-bottom: 12px;
}
.simplecalc__advantageBtnsRow {
    display: flex;
    align-items: stretch;
}
.simplecalc__advantageBtn {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: #0E284A;
    border: 0;
    background: none;
    font-weight: 700;
}
.simplecalc__advantageBtn:not(:last-child) {
    margin-right: 12px;
}
.simplecalc__advantageBtn--active {
    color: #fff;
    background-color: #9BCA45;
}
.simplecalc__advantageBtnText {
    line-height: 140%;
    height: 1.2em;
}
.simplecalc__btnsBlock {
	margin-bottom: 14px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.simplecalc__getBtn {
	flex-grow: 1;
	flex-shrink: 1;
	width: auto;
	height: 65px;
	border-radius: 65px;
	background: linear-gradient(113.96deg, #9BCA45 17.77%, #88AF41 81.27%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 0;
	filter: drop-shadow(0 3px 0 #71972B);
    width: 100%;
}
.simplecalc__getBtnMainText {
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.simplecalc__getBtnSecText {
	font-size: 10px;
	line-height: 120%;
	color: #FFFFFF;
	display: block;
	margin-bottom: -3px;
}
.simplecalc__graphBtnPlaceholder {
    width: 100%;
    height: 25px;
    margin-bottom: 16px;
}
.simplecalc__graphBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	flex-shrink: 0;
	flex-grow: 0;
	background: none;
	margin-bottom: 16px;
	border: 0;
    border-bottom: 1px dashed #0e284a63;
    padding-left: 0;
    padding-right: 0;
}
.simplecalc__graphBtnText {
    font-weight: 700;
    font-size: 16px;
    color: #0E284A;
    text-align: center;
}
.simplecalc__graphBtnIcon {
	display: block;
}
.simplecalc__notice {
	font-size: 12px;
	line-height: 140%;
	color: #7C8796;
	text-align: center;
}
.simplecalc__outputTable {

}
.simplecalc__reviewList {
    margin-bottom: 12px;
}
.simplecalc__reviewBlock {
    
}
.simplecalc__reviewBlock:not(:last-child) {
    margin-bottom: 12px;
}
.simplecalc__label {
    display: block;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 2px;
}
.simplecalc__value {
    display: block;
    font-size: 18px;
}
.simplecalc__tableWrapper {
    width: 100%;
    overflow-x: auto;
}
.simplecalc__table {
    width: 100%;
}
.simplecalc__table tr {
    
}
.simplecalc__table tr > * {
    padding: 8px 16px;
}
.simplecalc__table tr:nth-child(2n - 1) {
    background-color: #F7F7F7;
}
.simplecalc__table th {
    white-space: nowrap;
    font-weight: 700;
}
.simplecalc__table td {
    white-space: nowrap;
}
@media (min-width: 800px) {
	.simplecalc__rangeBlock {
		margin-bottom: 16px;
	}
	.simplecalc__rangeInput {
		margin-bottom: 16px;
	}
	.simplecalc__inputLabel {
		font-size: 12px;
	}
	.simplecalc__rangeLabels {
		height: 12px;
	}
	.simplecalc__rangeLabel {
		font-size: 12px;
	}
	.simplecalc__advantagesBlock {
		display: flex;
		align-items: stretch;
	}
	.simplecalc__advantagesRow {

	}
	.simplecalc__advantagesRow:first-child {
		width: 66.6666%;
		flex-grow: 0;
		flex-shrink: 0;
	}
	.simplecalc__advantagesRow:last-child {
		width: 33.33333%;
		flex-grow: 1;
		flex-shrink: 0;
	}
	.simplecalc__advantagesRow:last-child .simplecalc__advantage {
		width: 100%;
	}
    .simplecalc__reviewList {
        display: flex;
        align-items: stretch;
        margin-bottom: 18px;
    }
    .simplecalc__reviewBlock {
        
    }
    .simplecalc__reviewBlock:not(:last-child) {
        margin-bottom: 0;
        margin-right: 36px;
    }
    .simplecalc__label {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .simplecalc__value {
        display: block;
        font-size: 24px;
    }
}
@media (min-width: 992px) {
	.simplecalc__heading {
		font-size: 40px;
		margin-bottom: 80px;
	}
}
@media (min-width: 1000px) {
	.simplecalc__grid {
		flex-direction: row;
		justify-content: space-between;
	}
	.simplecalc__aboutCell {
		width: calc(40% - 25px);
		flex-grow: 0;
		flex-shrink: 0;
		margin-bottom: 0;
		position: relative;
	}
	.simplecalc__calcCell {
		width: calc(60% - 25px);
		flex-grow: 0;
		flex-shrink: 0;
		position: relative;
		z-index: 1;
		margin-top: -45px;
	}
	.simplecalc__tabsNav {
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
		padding-left: 24px;
		padding-right: 24px;
		margin-bottom: 0;
	}
	.simplecalc__tabsBtn {
		width: calc(50% - 3px);
		flex-grow: 0;
		flex-shrink: 0;
		border-radius: 5px 5px 0 0;
	}
	.simplecalc__tabsBtn:not(:last-child) {
		margin-bottom: 0;
	}
	.simplecalc__aboutImg {
		margin-top: unset;
		position: absolute;
		bottom: 0;
		left: -80%;
		top: 136px;
		width: 270%;
		height: calc(100% - 136px);
		object-fit: contain;
		margin: unset;
	}
	.simplecalc__aboutBlock {
		padding: 34px 20px 215px 20px;
	}
    .simplecalc__table {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
	.simplecalc__tabsBtn {
		height: 60px;
	}
	.simplecalc__tabsBtnText {
		font-size: 16px;
	}
	.simplecalc__aboutHeading {
		font-size: 30px;
	}
	.simplecalc__tab {
		padding: 0;
	}
	.simplecalc__inputs {
		background-color: #fff;
		padding: 11px 11px 25px 11px;
		margin-bottom: -14px;
		border-radius: 10px;
	}
	.simplecalc__input {
		height: 60px;
		font-size: 25px;
	}
	.simplecalc__body {
		border-radius: 10px;
		padding: 16px 13px 22px 13px;
		position: relative;
		z-index: 1;
		box-shadow: 0px 4px 100px rgba(14, 40, 74, 0.15);
	}
	.simplecalc__advantageText {
		font-size: 14px;
	}
	.simplecalc__advantagesRow {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.simplecalc__advantagesBlock {
		margin-bottom: 25px;
	}
	.simplecalc__getBtnMainText {
		font-size: 18px;
	}
	.simplecalc__getBtnSecText {
		font-size: 12px;
	}
	.simplecalc__aboutImg {
		left: -70%;
	}
}
/* End */
/* /local/components/invest/new_form/templates/green/style.css?16200243721161 */
/* /local/components/invest/priems/templates/.default/style.css?17647566563414 */
/* /local/components/invest/calc/templates/test_calc/style.css?170797818313171 */
