

/* 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 */
/* /local/components/invest/advantage/templates/.default/style.css?17091151379726 */
