

/* 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/quiz/templates/.default/style.css?170115753823520*/
.container{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
	.container{
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.container{
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.container{
		max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.container{
		max-width: 1320px;
	}
}
.quiz{
  margin-top: 106px;
}
.quiz__title{
  font-family: 'MullerBold';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #0F294B;
  padding: 0 10px;
  margin-bottom: 59px;
  text-align: center;
}
.quiz__title img{
	max-width: 40px;
}
@media(min-width:700px){
  .quiz__title{
    font-size: 45px;
  }
	.quiz__title img{
		max-width: 50px;
	}
}
.slide1{
  display: flex;
  flex-direction: column;
  background: rgb(14,40,74);
background: linear-gradient(90deg, rgba(14,40,74,1) 29%, rgba(9,26,48,1) 72%);
  border-radius: 50px;
}
.slide1__header{
  padding: 30px;
}
.slide1__line{
  display: flex;  
  flex-direction: column-reverse;
  column-gap: 40px;
  row-gap: 20px;
  padding-bottom: 47px;
  margin-bottom: 37px;
  border-bottom: 1px solid #00b7c452;
}
.slide1__line .line{
  background: #FFFFFF;
  border: 5px solid #FFFFFF;
  box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 500px;
  width: 100%;
  height: 23px;
  position: relative;
}
.slide1__line .line .line__load{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #9BCA45 0%, #75A025 100%);
  border-radius: 500px;
  height: 12px;
}
.slide1__line .line .line__load::before{
  content:'';
  background-image: url('/local/components/invest/quiz/templates/.default/img/load_bg.png');
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
}
.slide1__line span{
  font-family: 'MullerMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  white-space: pre;
}
.slide1__title{
  font-family: 'MullerBold';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  color: #FFFFFF;
}
.slide1__select{
  width: 100%;
  margin-bottom: 16px;
}
.slide1--select-group{
  background: #FFFFFF;
  border-radius: 15px 15px 30px 30px;
  padding: 15px;
}
@media(min-width: 700px){
  .slide1__line{
    flex-direction: row;
    column-gap: 40px;
    row-gap: 0;
    padding-bottom: 47px;
    margin-bottom: 37px;
    border-bottom: 1px solid #00b7c452;
  }
  .slide1__line span{
    font-size: 24px;
  }
  .slide1__header{
    padding: 47px 57px  37px 57px;
  }
  .slide1__title{
    font-size: 35px;
  }
  .slide1--select-group{
    border-radius: 50px;
    padding: 30px;
  }
}
.slide1--select--group__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 21px;
  row-gap: 10px;
  margin-bottom: 20px;
}

.checkbox-wrapper {
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  border-radius: 10px;
  border: 2px solid transparent;
  height: 200px;
  justify-content: space-between;
  position: relative;
  transition: all 0.2s ease 0s;
}
.checkbox-img{
  position: absolute;
  right: 29px;
  bottom: 55px;
  max-width: 180px;
  pointer-events: none;
}
.checkbox-img img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media(min-width:500px){
  .checkbox-img{
    max-width: 250px;
  }
}
.hidden-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.checkbox-label {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
  box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
  position: relative;
  margin: 14px 0 0 14px;
}
.checkbox-label::after{
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 5px solid #FFFFFF;
  box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.checkbox-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease;
  z-index: 3;
}

.hidden-checkbox:checked ~ .checkbox-label:before {
  background: linear-gradient(180deg, #9BCA45 0%, #6F952A 100%);
  box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0);
}
.checkbox-wrapper:focus-within{
  border: 2px solid #0E284A;
}
.checkbox-text {
  font-family: 'MullerBold';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #0E284A;
  user-select: none;
  width: max-content;
  padding-left: 14px;
  padding-bottom: 21px;
}
@media(min-width:700px){
  .slide1--select-group{
    padding: 60px 57px;
  }
  .slide1--select--group__wrapper {
    grid-template-columns: repeat(2,1fr);
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr));
    column-gap: 21px;
    row-gap: 23px;
  }
}
@media(min-width:1000px){
  .slide1--select--group__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr));
  }
}
.quiz__wrapper{
  overflow: hidden;
  padding-bottom: 30px;
}
.quiz__form{
  background-color: rgba(14, 40, 74, 0.01);
  box-shadow: 0px 4px 150px rgba(14, 40, 74, 0.15);
  overflow: hidden;
}
@media(min-width: 700px){
}
.slide1__nav{
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.slide1__nav button{
  max-width: 100%;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-family: 'MullerMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  border: none;
}
.slide1__nav button.disabled{
  pointer-events: none;
  background: #F6F6F6;
  color: #C6C6C6;
}
.slide1__nav div:hover{
  transform: scale(1.01);
}
.slide1__nav .prev{
  background: #F6F6F6;
  color: #C6C6C6;
}
.slide1__nav .slide1-next{
  background: #9BCA45;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
  border: 2px solid transparent;
}
.slide1__nav .slide1-next:hover, .slide1__nav .slide1-next:hover{
  background: #9BCA45;
  border: 2px solid #A8DE44;
}
@media(min-width:700px){
  .slide1__nav button{
    height: 90px;
    font-size: 24px;
    max-width: 370px;
  }
}
.slider{
  box-shadow: 0px 4px 150px rgba(14, 40, 74, 0.15);
  border-radius: 50px;
  overflow: visible;
}
.slideFrom {
  /* background: linear-gradient(90deg, #F7F7F7 0.68%, #FFFFFF 57.35%); */
  max-height: 850px !important;
  overflow: visible;
}
.slide2{
  display: flex;
  flex-direction: column;
  border-radius: 50px;
}
.slideFrom__header{
  padding: 30px 30px 0 30px;
}
.slideFrom__line{
  display: flex;  
  flex-direction: column-reverse;
  column-gap: 40px;
  row-gap: 20px;
  padding-bottom: 47px;
  margin-bottom: 37px;
  border-bottom: 1px solid #0000003b;
}
.slideFrom__line .line{
  background: #FFFFFF;
  border: 5px solid #FFFFFF;
  box-shadow: inset 0px 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 500px;
  width: 100%;
  height: 23px;
  position: relative;
}
.slideFrom__line .line .line__load{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #9BCA45 0%, #75A025 100%);
  border-radius: 500px;
  height: 12px;
}
.slideFrom__line .line .line__load::before{
  content:'';
  background-image: url('/local/components/invest/quiz/templates/.default/img/load_bg.png');
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
}
.slideFrom__line span{
  font-family: 'MullerMedium';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #0E284A;
  white-space: pre;
}
.slideFrom--content__top{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 25px;
  padding: 0 30px 60px 30px;
}
.slideFrom--content__top br{
  display: none;
}
.slide6 .slideFrom--content__top p br{
  display: block;
}
@media (min-width: 800px){
  .slide6 .slideFrom--content__top {
    padding: 0 57px 45px 57px !important;
  }
}
.slideFrom--content__top span{
  font-family: 'MullerBold';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  color: #0E284A;
}
.slideFrom--content__top p{
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  color: #0E284A;
}
.slideFrom--content__top p br{
  display: none;
}
@media(min-width:800px){
  .slideFrom--content__top p{
    font-size: 35px;
  }
  .slideFrom--content__top p br{
    display: block;
  }
}
.slideFrom__nav{
  display: flex;
  column-gap: 13px;
}
.false{
  border: 1px solid #ff0000 !important;
}
@media(min-width:800px){
  .slideFrom--content__top span br{
    display: block;
  }
  .slideFrom--content__top{
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 57px 91px 57px;
    row-gap: 20px;
    column-gap: 10px;
    align-items: center;
  }
  .slideFrom {
    max-height: 700px !important;
  }
}

.slideFrom__nav .yes, .slideFrom__nav .no{
  width: 105px;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 15px 13px 14px 13px;
  position: relative;
}
@media(min-width:700px){
  .slideFrom--content__top span{
    font-size: 35px;
  }
}
.slideFrom__nav span{
  font-family: 'MullerBold';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}
.slideFrom--nav__input{
  margin-right: 18px;
}
.slideFrom--nav__input .checkbox-label{
  margin: 0;
  pointer-events: none;
  width: 35px;
  height: 35px;
}
.slideFrom--nav__input .checkbox-label::after{
  width: 30px;
  height: 30px;
}
.slideFrom--nav__input .checkbox-label::before{
  width: 15px;
  height: 15px;
}
.slideFrom__nav .yes{
  background: #134485;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: all 0.3s ease 0s, background 0.3s ease 0s;
}
.slideFrom__nav .no{
  background: #134485;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: all 0.3s ease 0s, background 0.3s ease 0s;
}
.slideFrom__nav .yes:hover, .slideFrom__nav .no:hover{
  background: #9BCA45;
  border: 2px solid #A8DE44;
}
@media(min-width: 700px){
  .slideFrom__line{
    flex-direction: row;
    column-gap: 40px;
    row-gap: 0;
    padding-bottom: 47px;
    margin-bottom: 44px;
  }
  .slideFrom__line span{
    font-size: 24px;
  }
  .slide6 .slideFrom__header{
    padding: 51px 57px 0px 61px;
  }
  .slideFrom--nav__input .checkbox-label{
    width: 55px;
    height: 55px;
  }
  .slideFrom--nav__input .checkbox-label::after{
    width: 35px;
    height: 35px;
  }
  .slideFrom--nav__input .checkbox-label::before{
    width: 25px;
    height: 25px;
  }
  .slideFrom__nav .yes, .slideFrom__nav .no{
    width: 160px;
    height: 84px;
  }
}
@media(min-width:800px){
  .slideFrom__header{
    padding: 51px 57px 47px 61px;
  }
}
.loading{
  width: 100%;
  margin-bottom: 39px;
}
.loading__strips{
  display: flex;
  justify-content: space-between;
  column-gap: 5px;
  margin-left: 20px;
  margin-right: 5px;
  align-items: flex-start;
  max-width: 1130px;
}
.loading__strips .loading--strips__block{
  display: flex;
  align-items: flex-end;
  column-gap: 5px;
}
.loading__strips .loading--strips__block:nth-child(odd) .loading--strips__strip{
  height: 54px;
  width: 2px;
  background: #0E284A;
}
.loading__strips .loading--strips__block:nth-child(even) .loading--strips__strip{
  height: 29px;
  width: 2px;
  background: #0E284A;
}
.loading__strips .loading--strips__dig{
  font-family: 'MullerBold';
  font-style: normal;
  font-weight: 700;
  font-size: 7px;
  line-height: 130%;
  text-align: right;
  color: #0E284A;
}
.loading--strips__strip.active{
  background: #9BCA45 !important;
}
.loading--strips__dig.active {
  color: #9BCA45;
}
@media(min-width: 700px){
  .loading__strips .loading--strips__block:nth-child(odd) .loading--strips__strip{
    width: 4px;
  }
  .loading__strips .loading--strips__block:nth-child(even) .loading--strips__strip{
    width: 4px;
  }
  .loading__strips .loading--strips__dig{
    font-size: 12px;
  }
  .loading__strips .loading--strips__block{
    column-gap: 10px;
  }
}
.loading__line{
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(147, 149, 152, 0.7);
  opacity: 1;
  height: 70px;
  margin-bottom: 27px;
  border-radius: 0px 30px 0px 0px;
  position: relative;
  transition: width 0.5s ease-in-out;
}
.loading__fill{
  height: 100%;
  /* width: 50%; */
  background: #5F8715;
  background: linear-gradient(90deg, #5F8715 18%, #516C1F 71%);
  border-radius: 0px 30px 0px 0px;
  position: relative;
  transition: width 0.5s ease-in-out;
}
.loading__car{
  position: absolute;
  bottom: -30%;
  right: -15px;
  z-index: 4;
  max-width: 140px;
  width: 100%;
  min-width: 100px;
  transform: scale(-1, 1);
}
@media(min-width:650px){
  .loading__car{
    max-width: 170px;
  }
}
.loading__car img{
  width: 100%;
  max-width: 100%;
  height: 100%; 
}
.loading__fill::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 92%;
  border-radius: 0px 30px 0px 0px; 
  display: block;
  z-index: 2;
  background: rgb(95,135,21);
  background: linear-gradient(90deg, rgba(95,135,21,1) 18%, rgba(155,202,69,1) 71%); 
}
.loading__pers{
  position: absolute;
  z-index: 4;
  top: 56%;
  transform: translateY(-50%);
  left: 28px;
  font-family: 'MullerBold';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 130%;
  display: block;
  background-color: #ffffff;
  color: transparent;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 30%);;
  -webkit-background-clip: text;
  -moz-background-clip: text;
       background-clip: text;
}
.loading__img{
  position: absolute;
  bottom: 80px;
  right: -70px;
  z-index: 3;
  max-width: 120px;
  width: 100%;
}
@media(max-width: 900px){
  .loading__img img{
    clip-path: polygon(0 0, 45% 0, 45% 100%, 0% 100%);
	max-height: 141px;
  }
}
.slide6 .loading__img{
  bottom: 40px;
  right: -70px;
  
}
@media (min-width: 900px){
  .slide6 .loading__img {
      bottom: -16px;
      right: -20px;
  }
}
.slide5 .slideFrom__nav{
  flex-wrap: wrap;
  row-gap: 10px;
}
.slide5 .slideFrom__nav .yes, .slide5 .slideFrom__nav .no {
    width: 100%;
}
@media (min-width: 650px){
  .slide5 .slideFrom__nav{
    flex-wrap:nowrap;
    row-gap: 10px;
  }
}
@media (min-width: 700px){
  .slide5 .slideFrom__nav .yes, .slide5 .slideFrom__nav .no {
      max-width: 210px;
      width: 100%;
  }
}
@media (max-width: 1000px){
  .slide5 .slideFrom--content__top {
      flex-direction: column;
      row-gap: 20px;
      align-items: flex-start;
  }
}
@media (min-width: 1000px){
  .slide5 .slideFrom--content__top {
      flex-direction: row;
      padding: 0 57px 91px 57px;
      row-gap: 0;
      column-gap: 10px;
      align-items: center;
  }
}
.slide6 .slideFrom--content__top{
  align-items: flex-start;
  flex-direction: column;
}
.slide6__inputs{
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  row-gap: 24px;
  max-width: 822px;
  padding-bottom: 54px;
}
.slide6 .slideFrom--content__bottom{
  position: relative;
}
.slide6 .loading{
  margin-bottom: 94px;
}
.slide6--inputs__buttons{
  display: flex;
  flex-direction: column;
  column-gap: 11px;
  row-gap: 15px;
  width: 100%;
  justify-content: flex-end;
  padding: 0 30px;
  position: relative;
}
.slide6--inputs__text{
  width: 100%;
  display: flex;
  align-items: baseline;
  column-gap: 13px;
  padding: 0 30px;
}
@media(min-width: 550px){
  .slide6--inputs__buttons{
    padding: 0 54px;
  }
  .slide6--inputs__text{
    padding: 0 54px;
  }
}
.slide6--inputs__text input{
  filter: grayscale(1) invert(1);
  opacity: 0.5;
}
.slide6--inputs__text label{
  font-family: 'MullerRegular';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #0E284A;
  opacity: 0.7;
}
@media(min-width: 900px){
  .loading__img{
    max-width: 300px;
    bottom: -16px;
    right: -20px;
    display: block;
  }
}
@media(min-width: 900px){
  .loading__line{
    height: 120px;
    border-radius: 0px 60px 0px 0px;
    max-width: 1130px;
  }
  .loading__fill{
    border-radius: 0px 60px 0px 0px;
  }
  .loading__fill::after{
    border-radius: 0px 60px 0px 0px; 
  }
  .loading__pers{
    left: 58px;
    font-size: 70px;
  }
  .loading--strips{
    justify-content: space-between;
    margin-left: 54px;
    margin-right: 30px;
  }
  .loading__car{
    right: 15px;
    max-width: 250px;
  }
  .slide6--inputs__buttons{
    flex-direction: row;
    row-gap: 0;
  }
  .slide6--inputs__text label{
    font-size: 16px;
  }
}
.slide6__inputs .tel{
  max-width: 100%;
  width: 100%;
  background: #E2E2E2;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 30px 27px;
  font-family: 'MullerRegular';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #838383;
  outline: none;
  transition: all 0.3s ease 0s;
}
.slide6__inputs input:focus{
  border: 1px solid #A8DE44;
}
.slide6__inputs input::-webkit-input-placeholder {letter-spacing: 0.2em;}
.slide6__inputs input::-moz-placeholder          {letter-spacing: 0.2em;}
.slide6__inputs input:-moz-placeholder           {letter-spacing: 0.2em;}
.slide6__inputs input:-ms-input-placeholder      {letter-spacing: 0.2em;}

.slide6__inputs button{
  max-width: 100%;
  width: 100%;
  background: linear-gradient(99.89deg, #9BCA45 2.03%, #78A02E 101.86%);
  border: 2px solid #A8DE44;
  border-radius: 10px;
  font-family: 'MullerBold';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
  padding: 15px 27px;
}
.slide6__inputs button:hover{
  font-size: 17.7px;
}
.slide6.height{
  max-height: 950px !important;
}
/* SWIPER */
     .swiper {
        width: 100%;
        height: 100%;
     }   

/* SWIPER */

/*  MODAL */
.modal[aria-hidden='true'] {
  display: none;
}
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}
  
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
  padding: 0 20px;
}
  
.modal__container {
  background-color: #fff;
  padding: 15px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#error .modal__title, #success .modal__title {
  font-family: 'MullerBold';
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #ff0000;
  box-sizing: border-box;
}
#success .success__title{
  color: #78A02E;
}
.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

#error .modal__content, #success .modal__content {
  font-family: 'MullerRegular';
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: #0E284A;
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*  MODAL */


.progress-bar-container {
  width: 100%;
  height: 40px;
  border: 1px solid black;
  display: flex;
  align-items: flex-end;
}

.progress-bar {
  height: 20px;
  background-color: white;
  position: relative;
}

.progress-bar-fill {
  height: 100%;
  background-color: green;
  transition: width 0.5s ease-in-out;
}

.progress-bar-tick {
  width: 2px;
  height: 10px;
  background-color: black;
  position: absolute;
  top: 0;
}

.progress-bar-tick:nth-child(1) {
  left: 10%;
}

.progress-bar-tick:nth-child(2) {
  left: 20%;
}

.progress-bar-tick:nth-child(3) {
  left: 30%;
}

.progress-bar-tick:nth-child(4) {
  left: 40%;
}

.progress-bar-tick:nth-child(5) {
  left: 50%;
}

.progress-bar-tick:nth-child(6) {
  left: 60%;
}

.progress-bar-tick:nth-child(7) {
  left: 70%;
}

.progress-bar-tick:nth-child(8) {
  left: 80%;
}

.progress-bar-label {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.progress-bar-label.color-change {
  color: red;
}
.failText{
	font-family: 'MullerRegular';
  	font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #EC4A3A;
    bottom: -18px;
    left: 30px;
    position: absolute;
  	display: none;
}
@media (min-width: 550px){
  .failText{
      bottom: -18px;
      left: 56px;
  }
}
#error .modal-block__title{
	font-family: 'MullerBold';
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #ff0000;
}
#error .modal-block, #success .modal-block{
    background-color: #fff;
    padding: 15px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
}
#error .modal-block__text, #success .modal-block__text{
	    font-family: 'MullerRegular';
		margin-top: 2rem;
		margin-bottom: 2rem;
		line-height: 1.5;
		color: #0E284A;
}
/* End */


/* Start:/local/components/invest/advantage/templates/.default/style.css?17091151379726*/
.advantage2022{
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.advantage2022__column{
	width: 23%;
	margin-bottom: 1.5em;
}
.advantage2022__title{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2; 
	color: #0E284A;
	margin-bottom: 1.3em;
}
.advantage2022__element{
	font-size: 0.9375em;
	position: relative;
	line-height: 1.5;
	color: #0E284A;
	padding-left: 1.53333em;
	margin-bottom: 2em;
}
.advantage2022__element::before{
	content: "";
	display: block;
	position: absolute;
	left: 0em;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #9BCA45;
}
@media(max-width: 900px){
	.advantage2022__column{
		width: 48%;
	}
}
@media(max-width: 600px){
	.advantage2022__column{
		width: 100%;
	}
	.advantage2022__column{
		margin-bottom: 0;
	}
}
/* TABS */
/*.advantages2023__tabs {
	display: none;
}
@media(min-width: 800px){
	.advantages2023__tabs {
		display: block;
	}
}*/
.advantages2023 .tabs__nav {
    margin-bottom: 12px;
    position: relative;
    box-shadow: 0px 0px 0 rgba(155, 202, 69, 0);
    animation: pulse 2s infinite;
}
.advantages2023 .tabs__nav:has(.tabs__navBtn--current), .advantages2023 .tabs__nav:has(.tabs__item--current){
	box-shadow: unset;
	animation: unset;
}
.advantages2023 .tabs__navListWrapper {
    overflow: auto;
}
.advantages2023 .tabs__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    white-space: nowrap;
}
.advantages2023 .tabs__navBtn {
	display: flex;
	height: 50px;
	width: 100%;
	justify-content: center;
	align-items: center;
	font-family: MullerRegular;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #878B90;
	background: #EFEFEF;
	border: 1px solid #D3D5D9;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}
.advantages2023 .tabs__item {
    display: none;
}
.advantages2023 .tabs__item--current {
    display: block;
}
.advantages2023 .tabs__navBtn--current {
	color: #fff;
	background: #9BCA45;
	border: 1px solid transparent;
}
@media(min-width: 800px){
	.advantages2023 .tabs__navList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		white-space: nowrap;
	}
	.advantages2023 .tabs__navBtn {
		border-radius: 5px;
		text-align: left;
		font-size: 14px;
		line-height: 130%;
		width: max-content;
		height: unset;
		border: none;
		background: transparent;
		padding-bottom: 5px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 25px;
		width: 100%;
	}
	.advantages2023 .tabs__navList {
		row-gap: 20px;
		border-bottom: 1px solid #EFF3F6;
	}
	.advantages2023 .tabs__nav {
		margin-bottom: 37px;
		box-shadow: unset;
		animation: unset;
	}
	.advantages2023 .tabs__navBtn::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		max-width: 100%;
		width: 100%;
		height: 3px;
		display: block;
		border-radius: 10px;
		background: transparent;
	}
	.advantages2023 .tabs__navBtn--current {
		color: #0E284A;
	}
	.advantages2023 .tabs__navBtn--current::after{
	   background: #9BCA45;
	}
	.advantages2023 .tabs__nav {
		margin-bottom: 25px;
	}
	.advantages2023 .tabs__navItem:not(:last-child) {
		margin-right: 30px;
	}
}
@media(min-width:1350px){
	.advantages2023 .tabs__navBtn {
		font-size: 20px;
	}
	.advantages2023 .tabs__navItem:not(:last-child) {
		margin-right:  41px;
	}
}
@media(min-width:1200px) and (max-width: 1350px){
	.advantages2023 .tabs__navBtn {
		font-size: 18px;
	}
}
/* TABS */
.advantages2023{
	margin-top: 20px;
}
.advantages2023__title{
	color: #0E284A;
	font-family: MullerBold;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 30px;
}
.advantages2023 .tabs__item__wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 0;
}
.advantages2023__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 15px;
}
.advantages2023__row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	row-gap: 0;
}
.advantages2023 .tabs__item[data-id="3"] .advantages2023__row{
	row-gap: 15px;
}
.advantages2023__col{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 8px;
}
.advantages2023--col__title{
	color: #0E284A;
	font-family: MullerBold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28.8px;
	margin-bottom: 15px;
}
.advantages2023__item{
	color: #27273F;
	font-family: MullerRegular;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	padding-left: 20px;
    position: relative;
	margin-bottom: 12px;
}
.advantages2023__item br{
	display: none;
}

.advantages2023__item::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #9BCA45;
}
.advantages2023__img{
	max-width: 186px;
	width: 100%;
	height: 219px;
	margin: 20px auto 0 auto;
}
.advantages2023__img img{
	max-width: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}
@media(min-width:700px){
	.advantages2023__item br{
		display: block;
	}
	.advantages2023__row{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-column-gap: 40px;
		   -moz-column-gap: 40px;
		        column-gap: 40px;
	}
}
@media(min-width:800px){
	.advantages2023__col{
		padding-left: 0;
	}
	.advantages2023__item{
		font-size: 14px;
		padding-left: 15px;
		margin-bottom: 5px;
	}
}
@media(min-width:1000px){
	.advantages2023{
		margin-top: 40px;
	}
	.advantages2023 .tabs__item__wrapper{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 88px;
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
	}
	.advantages2023__list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 45px;
		margin-top: 40px;
	}
	.advantages2023--col__title{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.advantages2023__item{
		font-size: 18px;
		line-height: 28px;
		padding-left: 25px;
		margin-bottom: 0;
	}
	.advantages2023__col .advantages2023__item:not(:last-child){
		margin-bottom: 30px;
	}
	.advantages2023__item::before{
		width: 8px;
		height: 8px;
		top: 8px;
	}
	.advantages2023__img{
		max-width: 186px;
		width: 100%;
		height: 219px;
		margin: 0 157px 0 0;
	}
}
.advantages2023__acc {
	display: block;
}
@media(min-width: 800px){
	.advantages2023__acc {
		display: none;
	}
	.advantages2023__title{
		margin-bottom: 79px;
	}
}
.advantages2023__acc .accordion__header {
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-family: MullerRegular;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #878B90;
	background-color: #EFEFEF;
	border: 1px solid #D3D5D9;
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}
.advantages2023__acc .accordion__item.accordion__item_show .accordion__header{
	background-color: #9BCA45;
	color: #fff;
	border: 1px solid transparent;
}
.advantages2023__acc .accordion__header:hover {
	background-color: #9BCA45;
	color: #fff;
	border: 1px solid transparent;
}
.advantages2023__acc .accordion__item_hidden .accordion__header {

}
.advantages2023__acc .accordion__body {
  overflow: hidden;
  background: #fff;
}
.advantages2023__acc .accordion__item:not(.accordion__item_show) .accordion__body {
	height: 0;
	visibility: hidden;
	opacity: 0;
}
.advantages2023__acc .accordion__item.accordion__item_show .accordion__body {
  	height: unset;
	visibility: visible;
	opacity: 1;
	padding: 12px 0 10px 0;
}
.advantages2023__acc .accordion__item.accordion__item_show .accordion__body .advantages2023__list{
	padding-left: 8px;
}
.advantages2023__acc .accordion__item.accordion__item_show .accordion__body .advantages2023__list p{
	padding-left: 20px;
	margin-bottom: 12px;
	font-size: 16px;
}
.advantages2023__acc .accordion__item.accordion__item_show .accordion__body .advantages2023__list p::before{
    width: 6px;
    height: 6px;
	top: 9px;
}
@keyframes pulse {
	0%{
		box-shadow: 0 0 0 rgba(155, 202, 69, 0.5);
	}
	50% {
		box-shadow: 0 0 20px rgba(155, 202, 69, 0.5);
	}
	100% {
		box-shadow: 0 0 0 rgba(155, 202, 69, 0.5);
	}
}
/* End */


/* Start:/local/components/bitrix/news.list/templates/news_main/style.css?177270277324293*/
.news-inner__list {
    margin-top: 45px;
    padding: 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    font-family: "helvetica neue cyr roman";
}
.news-inner__item {
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
    box-shadow: 0 0 7px rgba(0,0,0,.15);
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all ease-in-out .2s;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-item__image {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 233px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%;
    border: 28px solid #fff;
}
.news-item__description {
    padding: 0 32px;
    min-height: 168px;
}
.news-description__date {
    margin-top: 28px;
    font-size: 14px;
    margin-bottom: 0;
    color: #9c9d9e;
    /*font-family: Roboto,serif;*/
    font-weight: 400;
}

.news-description__title {
    font-size: 20px;
    /*font-family: Fira Sans,serif;*/
    font-weight: 500;
    color: #4e4f52;
    margin-top: 13px;
}
.news-description__text {
    font-size: 14px;
    padding-bottom: 60px;
    color: #9c9d9c;
    /* font-family: Roboto,serif;*/
    font-weight: 400;
}
.news-description__text div {
    display: inline-block;
}
.news-description__more {
    /*font-family: Roboto,serif;*/
    font-weight: 400;
    position: absolute;
    bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
}
.news-more__btn {
    margin: 24px auto;
    height: 64px;
    width: 360px;
    text-align: center;
    line-height: 64px;
    text-decoration: none;
}
.green-solid {
    background: -webkit-gradient(linear,left top,right top,from(#9dcb45),to(#8db83e));
    background: -webkit-linear-gradient(left,#9dcb45,#8db83e);
    background: -o-linear-gradient(left,#9dcb45,#8db83e);
    background: -webkit-gradient(linear,left top, right top,from(#9dcb45),to(#8db83e));
    background: linear-gradient(90deg,#9dcb45,#8db83e);
    vertical-align: top;
    color: #fff;
    border: none;
    width: 202px;
    height: 41px;
    position: relative;
}
.green-solid:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #6fbe44;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news-more__link {
    text-decoration: none;
    color: #5278e0;
    /*pointer-events: none;*/
    border-bottom: 1px solid #5278e0;
}

.news-more__link:hover
{
    text-decoration: none;
}

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

.news-inner__more a
{
    padding: 10px 60px;
    font-size: 22px;
    font-weight: bold;
}

.news-inner__more a:hover{
    text-decoration: none;
}

@media screen and (max-width: 992px) and (min-width: 768px)
{
    .news-inner__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

/*.news-inner__list li
{
    display: none;
}*/
/*.news-inner__list li:nth-child(1),
.news-inner__list li:nth-child(2),
.news-inner__list li:nth-child(3),
.news-inner__list li:nth-child(4)
{
    display: block!important;
}*/
}

@media screen and (max-width: 767px)
{
    .news-inner__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 12px;
}

}










.news2022{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
}
.news2022__item{
    display: block;
    overflow: hidden;
    position: relative;
    width: 48.4%;
    padding-bottom: 43%;
    margin-bottom: 3.2%;
}
.news2022__item:hover{
    transform: translate(0.625em, -0.625em);
}
.news2022__itemImage{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    border-radius: 0.725em;
}
.news2022__item::before{
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100.2%;
    border-radius: 0.625em;
    position: absolute; 
    z-index: 2;
    transform: scaleY(-1);
    background: linear-gradient(180deg, #0E284A 0%, rgba(14, 40, 74, 0) 100%);
}
.news2022__itemContent{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1em 1em;
}
.news2022__itemTitle{
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.3;
    margin-bottom: 0.33em;
}
.news2022__itemExcerpt{
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    color: #9BC8D4;
    margin-bottom: 2em;
}
.news2022__itemDate{
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
	font-size: 11px;
}
.news2022__title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 50px 0;
	justify-content: center;
}
.news2022__title h2{
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    color: #0E284A;
}
.section--dark .news2022__subtitle {
	margin: 0 0 30px 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    color: #fff;
	display: block;
}
.section--dark  .news2022__wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 2em;
}
.section--dark  .news2022__wrapper .news2022Slider{
	width:100%;
	height: max-content;
}
@media(min-width:650px){
	.section--dark  .news2022__wrapper .news2022Slider{
		width:48%;
		height: max-content;
	}
	.section--dark  .news2022__wrapper{
		flex-direction: row;
		column-gap: 2em;
	}
	.news2022__itemContent{
		padding: 3.25em 3em;
	}
	.news2022__itemTitle{
		font-size: 1.5em;
	}
	.news2022__itemExcerpt{
		font-size: 1.125em;
	}
	.news2022__itemDate{
		font-size: 14px;
	}
}
@media(min-width:650px) and (max-width:900px){
	.news2022__itemContent{
		padding: 1.5em 1.5em;
	}
	.news2022__itemTitle{
		font-size: 1.3em;
	}
	.news2022__itemExcerpt{
		font-size: 1em;
	}
}
@media(min-width:900px){
	.news2022__itemContent{
		padding: 3.25em 3em;
	}
}
.news2022__link{
    color: #333C65;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    border-bottom: 1px dashed #999eb2;
}
.news2022__link:hover{
    opacity: 0.7;
}
.section--dark .news2022__title h2{
    color: #fff;
}
.section--dark .news2022__link{
    color: #fff;
    border-bottom-color: #fff;
}
@media(max-width: 1200px){
    .news2022{
        font-size: 1.33vw;
    }
}
@media(max-width: 600px){
    .news2022{
        font-size: 2.23vw;
    }
    .news2022__item{
        width: 100%;
        padding-bottom: 60%;
    }
    .news2022__title{
        flex-direction: column;
        align-items: flex-start;
    }
    .news2022__link{
        margin-top: 1em;
    }
}





@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}




.news2022Slider .news2022__item {
	padding-bottom: 140%;
	width: 100%;
}

@media (min-width: 1100px) {
	.news2022Slider .news2022__item {
		padding-bottom: 100%;
	}
}

.news2022Slider__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.news2022Slider__navBtn {
	display: block;
    width: 3.75em;
    height: 3.75em;
	border: 0;
	border-radius: 100%;
	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;
}
.news2022Slider__navBtn:not(:last-child) {
	margin-right: 1em;
}
.news2022Slider__navBtn--next {
	transform: rotate(180deg);
}
.news2022Slider__bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news2022Slider__bottom a{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
    width: 100%;
    height: 40px;
    border-radius: 50px;
	border: 2px solid #9bca45;
    font-size: 14px;
    letter-spacing: 1px;
    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%);
    transition: .2s;
}
.news2022Slider__bottom a:hover{
	color: #9bca45 !important;
	background: transparent;

}
/* End */
/* /local/components/invest/calc/templates/test_calc/style.css?170797818313171 */
/* /local/components/invest/quiz/templates/.default/style.css?170115753823520 */
/* /local/components/invest/advantage/templates/.default/style.css?17091151379726 */
/* /local/components/bitrix/news.list/templates/news_main/style.css?177270277324293 */
