

/* 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/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 */


/* Start:/local/components/invest/news.list/templates/.default/style.css?178169063216092*/
.zaimSlider__wrapper {
	background: url(/local/components/invest/news.list/templates/.default/fon.jpg) no-repeat center / cover;
}
.zaimSlider{
	font-size: 0.826875vw;
}
body .zaimSlider__slide{
	padding-top: 4.85em;
	padding-bottom: 3.666em;
	position: relative;
}
.zaimSlider__title{
	font-weight: 700;
	font-size: 2.375em;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 1.3em;
}
.zaimSlider__content{
	border: solid 0.0625em #0e4582;
	width: 59.375em;
	min-height: 32.375em; 
	border-radius: 1.25em;
	margin-left: auto;
	margin-right: 19.65em;
	padding-left: 34.25em;
    padding-top: 3.1em;
	padding-right: 1em;
	padding-bottom: 1em;
	margin-bottom: 5.3em;
}
.zaimSlider__name{
	color: #d8e8f6;
	font-weight: 700;
	font-size: 3.125em;
	line-height: 1.2;
	margin-bottom: 0.46em;
}
.zaimSlider__range{
	width: 18.75em;
	height: 3.75em; 
	border: solid 0.0625em #d8e8f6;
	background: #2F3551;
	border-radius: 0.3125em;
	margin-bottom: 3.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1em;
	position: relative;
}
.zaimSlider__range span{
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.2;
	color: #FFFFFF;
}
.zaimSlider__range div{
	line-height: 1.2; 
	color: #7497BD;
}
.zaimSlider__rangeMin{
	position: absolute;
	left: 0;
	bottom: -2.4em;
	font-size: 0.875em;
	line-height: 1.2; 
	margin: 0;
	color: #387AC2;
}
.zaimSlider__rangeMax{
	position: absolute;
	right: 0;
	bottom: -2.4em;
	font-size: 0.875em;
	line-height: 1.2; 
	margin: 0;
	color: #387AC2;
}
.zaimSlider__rangeRound{
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, #0E284A 0%, #9BCA45 100%);
	border: 0.0625em solid #FFFFFF;
	width: 1.25em;
	height: 1.25em;
	transform: translate(-50%, 50%);
	border-radius: 100%;
}
.zaimSlider__car{
	pointer-events: none;
	width: 62.3125em;
	height: auto;
	max-width: inherit;
	max-height: inherit;
	position: absolute;
	top: 52.5%;
    right: 39%;
	transform: translateY(-50%);
}
.zaimSlider__green{
	pointer-events: none;
	width: 20.25em;
	height: auto;
	max-width: inherit;
	max-height: inherit;
	position: absolute;
	bottom: 7.3em;
    right: 43.9%;
}
.zaimSlider__bottom{
	text-align: center;
	color: #fff;
	line-height: 1.2;
	font-size: 1.125em;
	transform: scale(1.5);
}
.zaimSlider__bottom br{
	display: none;
}
html body .zaimSlider__clock{
	width: 1.444em;
	height: auto;
	margin: 0 0.6em;
	display: inline-block;
}
.zaimSlider .slick-arrow{
	background-image: url(/local/components/invest/news.list/templates/.default/arrow.svg);
	background-color: #0E4582;
	background-size: 0.675em 0.9125em;
	background-repeat: no-repeat;
	background-position: 46% center;
	width: 3.75em;
	height: 3.75em;
	font-size: 1em;
	border-radius: 100%;
	overflow: hidden;
	text-indent: -100em;
	border: none;
	z-index: 2;
	position: absolute;
	transition: 0.4s opacity;
	bottom: 8.7em;
}
.zaimSlider .slick-arrow:hover{
	opacity: 0.7;
}
.zaimSlider .slick-next{ 
    left: 29.5em;
	transform: scaleX(-1);
}
.zaimSlider .slick-prev{ 
    left: 24.3em;
}
.zaimSlider .slick-dots{
	width: auto;
	position: absolute;
	left: 36.15em;
	bottom: 8.7em;
}
.zaimSlider .slick-dots li{
	margin: 0 0.8em 0 0;
	width: 0.875em;
	height: 0.875em;
}
.zaimSlider .slick-dots button{
	font-size: 1em;
	overflow: hidden;
	text-indent: -100em; 
    display: block;
    padding: 0; 
    border-radius: 100%;
    border: none;
    background: #0E4582;
    opacity: 0.5;
    outline: 0;
	width: 100%;
	height: 100%;
}
.slick-dots .slick-active button {
	opacity: 0.5;
    background: #92C045;
}
@media(max-width: 700px){
	.zaimSlider{
		font-size: 4.2666vw;
	}
	body .zaimSlider__slide{
		padding: 1em 0.625em 5.6em;
	}
	.zaimSlider__title{
		font-size: 1.5em;
		margin: 1em 0;
	}
	.zaimSlider__content{
		padding: 1em;
		width: 100%;
		margin-bottom: 2em;
		min-height: inherit;
	}
	.zaimSlider__car{
		position: static;
		transform: none;
		width: 100%;
		margin-bottom: 2em;
	}
	.slick-slide .zaimSlider__green{
		width: 36%;
		right: inherit;
		bottom: 9em;
		left: 5%;
	}
	.zaimSlider__range{
		width: 100%; 
	}
	.zaimSlider__name{
		font-size: 2em;
	}
	.zaimSlider__bottom br{
		display: block;
	}
	.zaimSlider .slick-dots{
		display: none;
	}
	.zaimSlider .slick-arrow{
		bottom: 1em;
	} 
	.zaimSlider .slick-next{
		left: 51%;
		transform: scaleX(-1);
	}
	.zaimSlider .slick-prev{ 
		left: inherit;
		right: 51%;
	}
	.zaimSlider__bottom{
		transform: none;
	}
}










.zaimSliderCalc {
	padding-top: 35px;
	padding-bottom: 40px;
}
.zaimSliderCalc__heading {
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.zaimSliderCalc__subheading {
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #8FBD45;
	text-align: center;
	margin-bottom: 24px;
}
.zaimSliderCalc__form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 30px;
}
.zaimSliderCalc__row {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.zaimSliderCalc__inputWrapper {
	position: relative;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.zaimSliderCalc__inputWrapper--profit {
	margin-bottom: 20px;
}
.zaimSliderCalc__input {
	width: 100%;
	background-color: #2F3551;
	border-radius: 5px;
	border: 1px solid #d8e8f6;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
	padding: 20px 28px;
	color: #fff;
	border-radius:9999999999px;
}
.zaimSliderCalc__label {
	display: block;
	width: 100%;
	color: #fff;
	padding-left: 28px;
	padding-bottom: 6px;
	font-size: 16px;
}
.zaimSliderCalc__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.zaimSliderCalc__input::-webkit-outer-spin-button,
.zaimSliderCalc__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.zaimSliderCalc__input {
  -moz-appearance: textfield;
}
.zaimSliderCalc__input:disabled {
	-webkit-text-fill-color: #fff;
	opacity: 1;
	color: #fff;
}
.zaimSliderCalc__input::-webkit-input-placeholder {
	color: #7497BD;
	opacity: 1;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
}
.zaimSliderCalc__input::-moz-placeholder {
	color: #7497BD;
	opacity: 1;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
}
.zaimSliderCalc__input:-ms-input-placeholder {
	color: #7497BD;
	opacity: 1;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
}
.zaimSliderCalc__input:-moz-placeholder {
	color: #7497BD;
	opacity: 1;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
}
.zaimSliderCalc__input:disabled::-webkit-input-placeholder {
	-webkit-text-fill-color: #7497BD;
	color: #7497BD;
	opacity: 1;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
}
.zaimSliderCalc__input:disabled::-moz-placeholder {
	-webkit-text-fill-color: #7497BD;
	color: #7497BD;
	opacity: 1;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
}
.zaimSliderCalc__input:disabled:-ms-input-placeholder {
	-webkit-text-fill-color: #7497BD;
	color: #7497BD;
	opacity: 1;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
}
.zaimSliderCalc__input:disabled:-moz-placeholder {
	-webkit-text-fill-color: #7497BD;
	color: #7497BD;
	opacity: 1;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
}
.zaimSliderCalc__inputText {
	position: absolute;
	right: 18px;
	bottom: 16px;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	color: #FFFFFF;
}
.zaimSliderCalc__arrow {
	width: 21px;
    height: 21px;
    object-fit: contain;
    margin: 10px auto;
    transform: rotate(90deg);
}
.zaimSliderCalc__submit {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    background: #9BCA45;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 9999999999px;
    max-width: 440px;
	margin-top: 20px;
	border: 0;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	transition: .3s;
}
.zaimSliderCalc__submit:hover {
	color: #02c0f3 !important;
	transition: .3s;
}
.zaimSliderCalc__note {
	font-size: 14px;
	line-height: 120%;
	color: #FFFFFF;
	opacity: 0.5;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


@media (min-width: 768px) {
	.zaimSliderCalc__heading {
		margin-bottom: 22px;
	}
	.zaimSliderCalc__subheading {
		margin-bottom: 22px;
	}
	.zaimSliderCalc__form {

	}
	.zaimSliderCalc__row {
		width: 100%;
		flex-direction: row;
		align-items: center;
		max-width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
	.zaimSliderCalc__inputWrapper--sum {
		width: calc((100% - 71px) / 2);
		flex-grow: 1;
		flex-shrink: 1;
	}
	.zaimSliderCalc__inputWrapper--profit {
		width: calc((100% - 71px) / 2);
		flex-grow: 1;
		flex-shrink: 1;
		margin-bottom: 0;
	}
	.zaimSliderCalc__inputWrapper--tel {
		width: 100%;
		margin-top: 22px;
	}
	.zaimSliderCalc__arrow {
		flex-shrink: 0;
		width: 31px;
		height: 31px;
		object-fit: contain;
		margin: 0 20px;
		transform: rotate(0deg);
	}
}


@media (min-width: 992px) {
	.zaimSliderCalc {
		padding-bottom: 55px;
	}
	.zaimSliderCalc__heading {
		font-size: 38px;
		margin-botom: 22px;
	}
	.zaimSliderCalc__subheading {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.zaimSliderCalc__form {
		margin-bottom: 30px;
	}
	.zaimSliderCalc__submit {
		font-size: 18px;
	}
}



.newZaimBlock{
	padding: 0 15px;
	margin-bottom: 40px;
}
.newZaimBlock__head{
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.newZaimBlock--slider__btn{
	display: none;
}
.newZaimBlock__head h2{
	font-family: 'MullerBold';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: #3E3E3F;
	width: 100%;
}
.newZaimBlock--slider__slide{
	padding: 8px 8px 0 8px;
	border: 1px solid rgba(32,37,63,.12);
	border-radius: 10px;
}
.newZaimBlock--slider--slide__img{
	max-width: 100%;
	width: 100%;
	height: 250px;
	margin-bottom: 16px;
	border-radius: 10px;
	overflow: hidden;
}
.newZaimBlock--slider--slide__img img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.newZaimBlock--slider--slide__content{
	padding: 0 12px 20px 12px;
}
.newZaimBlock--slider__slide h3{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #252525;
	margin-bottom: 3px;
}
.newZaimBlock--slider__slide p{
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: #252525;
	opacity: 0.6;
	margin-bottom: 16px;
}
.newZaimBlock--slider--slide__price{
	padding: 8px 12px;
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	color: #FFFFFF;
	background: #9BCA45;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	width: max-content;
	height: 34px;
}
@media(min-width: 1000px){
	.newZaimBlock{
		padding: 0 15px;
		width: 100%;
		max-width: 1170px;
		margin: 0 auto 66px auto;
	}
	.newZaimBlock__head{
		margin-bottom: 33px;
	}
	.newZaimBlock--slider__btn{
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		background: #F2F2F2;
		width: 52px;
		height: 52px;
		flex-shrink: 0;
		cursor: pointer;
		transition: .2s;
	}
	.newZaimBlock--slider__btn svg{
		width: 7px;
		height: 12px;
		object-fit: contain;
		object-position: center;
	}
	.newZaimBlock--slider__btn svg path{
		transition: .2s;
	}
	.newZaimBlock--slider__btn.swiper-button-disabled{
		opacity: .5;
	}
	.newZaimBlock--slider__btn:not(.swiper-button-disabled):hover{
		background: #0E4582;
	}
	.newZaimBlock--slider__btn:not(.swiper-button-disabled):hover svg path{
		stroke: #fff;
	}
	.newZaimBlock__head h2{
		font-size: 40px;
		line-height: 48px;
	}
	.newZaimBlock__head h2 br{
		display: none;
	}
	.newZaimBlock--slider__slide{
		cursor: pointer;
	}
	.newZaimBlock--slider--slide__img{
		margin-bottom: 20px;
	}
	.newZaimBlock--slider--slide__img img{
		transition: .2s;
	}
	.newZaimBlock--slider--slide__content{
		padding: 0 12px 24px 12px;
	}
	.newZaimBlock--slider__slide h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.newZaimBlock--slider__slide p{
		margin-bottom: 20px;
	}
	.newZaimBlock--slider--slide__price{
		font-size: 16px;
		color: #252525;
		background: #EBEBEB;
		height: 35px;
		transition: .2s;
	}
	.newZaimBlock--slider__slide:hover .newZaimBlock--slider--slide__img img{
		transform: scale(1.05);
	}
	.newZaimBlock--slider__slide:hover .newZaimBlock--slider--slide__price{
		color: #fff;
		background: #9BCA45;
	}
}
.newZaimBlock__form{
	margin-bottom: 50px;
}
.newZaimBlock--form__wrap{
	padding: 60px 15px;
	background: linear-gradient(180deg, #202640 0%, #161729 100%);
}
.newZaimBlock--form__head{
	margin-bottom: 17px;
}
.newZaimBlock--form__head h2{
	font-family: 'MullerBold';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.newZaimBlock--form__head p{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #8FBD45;
}
.newZaimBlock__form .zaimSliderCalc__form{
	margin-bottom: 0;
}
.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__arrow{
	display: none;
}
.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__label{
	padding: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 7px;
	margin-top: 15px;
}
.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__inputText{
	font-family: 'MullerMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}
.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__inputWrapper--sum input, .newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__inputWrapper--profit input{
	font-size: 15px;
}
.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__submit{
	font-size: 16px;
	margin-bottom: 24px;
}
.newZaimBlock--form__note{
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
	font-size: 13px;
}
.newZaimBlock--form__note a{
	color: #9bca45 !important;
}
.newZaimBlock--form__noteSecond{
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.5;
}
@media(min-width: 1000px){
	.newZaimBlock__form{
		padding: 0 15px;
		width: 100%;
		max-width: 1170px;
		margin: 0 auto 100px auto;
	}
	.newZaimBlock--form__wrap{
		padding: 80px 95px;
		background: linear-gradient(180deg, #202640 0%, #161729 100%);
		border-radius: 20px;
	}
	.newZaimBlock--form__head{
		margin-bottom: 38px;
	}
	.newZaimBlock--form__head h2{
		font-size: 40px;
		line-height: 130%;
		margin-bottom: 20px;
	}
	.newZaimBlock--form__head p{
		font-size: 24px;
		line-height: 29px;
	}
	.newZaimBlock__form .zaimSliderCalc__form{
		margin-bottom: 0;
	}
	.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__arrow{
		display: block;
        align-self: flex-end;
		margin-bottom: 16px;
	}
	.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__label{
		padding-left: 28px;
		font-size: 16px;
		line-height: 19px;
		text-align: left;
		margin-bottom: 6px;
		margin-top: 0;
	}
	.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__inputText{
		font-size: 22px;
	}
	.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__inputWrapper--sum input, .newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__inputWrapper--profit input{
		font-size: 16px;
	}
	.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__inputWrapper--tel{
		max-width: 288px;
	}
	.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__submit{
		font-size: 18px;
		margin-bottom: 30px;
		cursor: pointer;
	}
	.newZaimBlock__form .zaimSliderCalc__form .zaimSliderCalc__submit:hover{
		color: #fff !important;
		background: #7ea33a;
	}
	.newZaimBlock--form__note{
		margin-bottom: 20px;
		font-size: 14px;
	}
	.newZaimBlock--form__note a{
		text-decoration: underline;
	}
	.newZaimBlock--form__note a:hover{
		color: #9bca45 !important;
	}
	.newZaimBlock--form__noteSecond{
		font-size: 14px;
	}
}
/* End */
/* /local/components/invest/new_form/templates/green/style.css?16200243721161 */
/* /local/components/invest/calc/templates/test_calc/style.css?170797818313171 */
/* /local/components/invest/news.list/templates/.default/style.css?178169063216092 */
