.finance {
	display: flex;
	align-items: flex-start;
}
.catalog-video .main-features__title {
	width: 100%;
}
.finance__img {
	flex-shrink: 0;
}
.select2-container {
	z-index: 99999999999;
}
.finance__desc {
	flex: 1;
	padding-right: 30px;
	font-size: 16px;
	line-height: 1.5;
}
.finance__desc p {
	margin-bottom: 15px;
}
.finance {
	margin-top: 20px;
}
/**/
.tabs-link__wrap {
	width: 100%
}
.tabs-link a.tabs-list__el:hover {
	text-decoration: none
}
@media (min-width: 640px) {
	.hero + .tabs-link {
		margin-top: -6.8125rem
	}
}
@media (min-width: 990px) {
	.hero + .tabs-link {
		margin-top: -7.2375rem;
	}
}
@media (min-width: 1299px) {
	.hero + .tabs-link {
		margin-top: -7.2375rem;
	}
}
.tabs__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.tabs__head.has-link .tabs-list {
	width: 75%
}
@media (max-width: 639.98px) {
	.tabs__head.has-link .tabs-list {
		width: 100%
	}
}
.tabs__head.has-link .tabs-list:before {
	width: 100%
}
@media (max-width: 639.98px) {
	.tabs__head.has-link .tabs-list:before {
		width: 200%
	}
}
.tabs-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	padding-top: 3.5rem;
	background-color: #fff
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.tabs-list {
		width: 100%;
	}
}
@media (max-width: 639.98px) {
	.tabs-list.select-init {
		padding-top: 1.625rem;
		opacity: 1
	}
	.select-init .tabs-list {
		opacity: 1
	}
}
@media (max-width: 989.98px) {
	.tabs-list {
		padding-top: 3rem
	}
}
@media (max-width: 639.98px) {
	.tabs-list {
		width: 100%;
		padding-top: .625rem
	}
	.tabs-list:after {
		background-color: rgba(0, 0, 0, 0) !important
	}
}
.tabs-list:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff
}
@media (max-width: 639.98px) {
	.tabs-list:before {
		width: 200%;
		left: -50%
	}
}
.tabs-list:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #efefef;
	z-index: 3
}
@media (max-width: 989.98px) {
	.tabs-list:after {
		width: 120%
	}
}
@media (max-width: 639.98px) {
	.tabs-list:after {
		width: 100%;
		background-color: #101010
	}
}
.tabs-list__el {
	position: relative;
	margin-right: 3.5rem;
	padding: 0 0 2.25rem;
	background-color: rgba(0, 0, 0, 0);
	color: rgba(16, 16, 16, .4);
	border: 0;
	cursor: pointer;
	white-space: nowrap;
	font-family: Firs Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 500;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color
}
@media (max-width: 639.98px) {
	.tabs-list__el {
		font-size: 1rem;
		padding-bottom: 1rem
	}
}
.tabs-list__el:after {
	content: "";
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #efefef;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: background;
	-o-transition-property: background;
	transition-property: background
}
.tabs-list__el:focus,
.tabs-list__el:hover {
	color: #d0043c
}
.tabs-list__el:focus {
	outline: none
}
.tabs-list__el:last-child {
	margin-right: 0;
	border-right: 20px solid rgba(0, 0, 0, 0)
}
.tabs-list__el.active {
	color: #101010;
	pointer-events: none;
	cursor: default
}
.tabs-list__el.active:after {
	background-color: #d0043c
}
.tabs-list__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: scroll;
	scroll-padding-right: 20px;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.tabs-list__wrap::-webkit-scrollbar {
	display: none
}
@media (max-width: 989.98px) {
	.tabs-list__wrap {
		padding-right: 2rem
	}
}
@media (max-width: 639.98px) {
	.tabs-list__wrap {
		padding-top: .5rem
	}
}
.tabs-list__fade {
	display: block;
	width: 15%;
	height: 100%;
	position: absolute;
	top: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(0, 0, 0, 0);
	z-index: 2;
	outline: none;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
	-webkit-transition-property: width, -webkit-box-shadow;
	transition-property: width, -webkit-box-shadow;
	-o-transition-property: width, box-shadow;
	transition-property: width, box-shadow;
	transition-property: width, box-shadow, -webkit-box-shadow;
	padding: 0;
	pointer-events: none
}
@media (min-width: 990px) {
	.tabs-list__fade {
		pointer-events: all
	}
}
.tabs-list__fade--left {
	left: 0;
	background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background-image: -o-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
	width: 0
}
.tabs-list__fade--left:hover {
	-webkit-box-shadow: inset 60px 0 30px -30px #ebebeb;
	box-shadow: inset 60px 0 30px -30px #ebebeb
}
.tabs-list__fade--right {
	right: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff)
}
.tabs-list__fade--right:hover {
	-webkit-box-shadow: inset -60px 0 30px -30px #ebebeb;
	box-shadow: inset -60px 0 30px -30px #ebebeb
}
/**/
.user-text ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1.5rem
}
.user-text ul > :last-child {
	margin-bottom: 0
}
@media (min-width: 640px) {
	.user-text ul {
		margin-bottom: 2rem
	}
}
.user-text ul li {
	position: relative;
	padding-left: 1.375rem;
	margin-bottom: 1rem
}
.user-text ul li:before {
	position: absolute;
	top: .5rem;
	left: 2px;
	width: .625rem;
	height: 1px;
	content: "";
	background-color: #101010
}
@media (min-width: 990px) {
	.user-text ul li {
		margin-bottom: 0.4rem
	}
	.user-text ul li:before {
		top: .5625rem
	}
}
.user-text ol {
	counter-reset: ol;
	list-style: none;
	padding-left: 0;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}
.user-text ol > :last-child {
	margin-bottom: 0
}
@media (min-width: 640px) {
	.user-text ol {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
}
.user-text ol li {
	counter-increment: ol;
	position: relative;
	padding-left: 1.5625rem;
	margin-bottom: 1rem
}
.user-text ol li:before {
	content: counter(ol);
	position: absolute;
	top: 0;
	left: 0;
	color: #d0043c
}
@media (min-width: 990px) {
	.user-text ol li {
		margin-bottom: 1.5rem
	}
}




















.tabs-link__wrap {
	width: 100%
}
.tabs-link a.tabs-list__el:hover {
	text-decoration: none
}
@media (min-width: 640px) {
	.hero + .tabs-link {
		margin-top: -6.8125rem
	}
}
@media (min-width: 990px) {
	.hero + .tabs-link {
		margin-top: -7.2375rem;
	}
}
@media (min-width: 1299px) {
	.hero + .tabs-link {
		margin-top: -7.2375rem;
	}
}
.tabs__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.tabs__head.has-link .tabs-list {
	width: 75%
}
@media (max-width: 639.98px) {
	.tabs__head.has-link .tabs-list {
		width: 100%
	}
}
.tabs__head.has-link .tabs-list:before {
	width: 100%
}
@media (max-width: 639.98px) {
	.tabs__head.has-link .tabs-list:before {
		width: 200%
	}
}
.tabs-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	padding-top: 3.5rem;
	background-color: #fff
}
@media (min-width: 640px) and (max-width: 989.98px) {
	.tabs-list {
		width: 100%;
	}
}
@media (max-width: 639.98px) {
	.tabs-list.select-init {
		padding-top: 1.625rem;
		opacity: 1
	}
	.select-init .tabs-list {
		opacity: 1
	}
}
@media (max-width: 989.98px) {
	.tabs-list {
		padding-top: 3rem
	}
}
@media (max-width: 639.98px) {
	.tabs-list {
		width: 100%;
		padding-top: .625rem
	}
	.tabs-list:after {
		background-color: rgba(0, 0, 0, 0) !important
	}
}
.tabs-list:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff
}
@media (max-width: 639.98px) {
	.tabs-list:before {
		width: 200%;
		left: -50%
	}
}
.tabs-list:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #efefef;
	z-index: 3
}
@media (max-width: 989.98px) {
	.tabs-list:after {
		width: 120%
	}
}
@media (max-width: 639.98px) {
	.tabs-list:after {
		width: 100%;
		background-color: #101010
	}
}
.tabs-list__el {
	position: relative;
	margin-right: 3.5rem;
	padding: 0 0 2.25rem;
	background-color: rgba(0, 0, 0, 0);
	color: rgba(16, 16, 16, .4);
	border: 0;
	cursor: pointer;
	white-space: nowrap;
	font-family: Firs Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 500;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color
}
@media (max-width: 639.98px) {
	.tabs-list__el {
		font-size: 1rem;
		padding-bottom: 1rem
	}
}
.tabs-list__el:after {
	content: "";
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #efefef;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: background;
	-o-transition-property: background;
	transition-property: background
}
.tabs-list__el:focus,
.tabs-list__el:hover {
	color: #d0043c
}
.tabs-list__el:focus {
	outline: none
}
.tabs-list__el:last-child {
	margin-right: 0;
	border-right: 20px solid rgba(0, 0, 0, 0)
}
.tabs-list__el.active {
	color: #101010;
	pointer-events: none;
	cursor: default
}
.tabs-list__el.active:after {
	background-color: #d0043c
}
.tabs-list__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: scroll;
	scroll-padding-right: 20px;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.tabs-list__wrap::-webkit-scrollbar {
	display: none
}
@media (max-width: 989.98px) {
	.tabs-list__wrap {
		padding-right: 2rem
	}
}
@media (max-width: 639.98px) {
	.tabs-list__wrap {
		padding-top: .5rem
	}
}
.tabs-list__fade {
	display: block;
	width: 15%;
	height: 100%;
	position: absolute;
	top: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(0, 0, 0, 0);
	z-index: 2;
	outline: none;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	transition: .3s linear;
	-webkit-transition-property: width, -webkit-box-shadow;
	transition-property: width, -webkit-box-shadow;
	-o-transition-property: width, box-shadow;
	transition-property: width, box-shadow;
	transition-property: width, box-shadow, -webkit-box-shadow;
	padding: 0;
	pointer-events: none
}
@media (min-width: 990px) {
	.tabs-list__fade {
		pointer-events: all
	}
}
.tabs-list__fade--left {
	left: 0;
	background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background-image: -o-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
	width: 0
}
.tabs-list__fade--left:hover {
	-webkit-box-shadow: inset 60px 0 30px -30px #ebebeb;
	box-shadow: inset 60px 0 30px -30px #ebebeb
}
.tabs-list__fade--right {
	right: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
	background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff)
}
.tabs-list__fade--right:hover {
	-webkit-box-shadow: inset -60px 0 30px -30px #ebebeb;
	box-shadow: inset -60px 0 30px -30px #ebebeb
}
/**/
@media (min-width: 990px) {
	.universal-cards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin: 0 -1px -5rem
	}
}
@media (max-width: 989.98px) {
	.universal-cards__item:not(:last-child) {
		margin-bottom: 4rem
	}
}
@media (max-width: 639.98px) {
	.universal-cards__item:not(:last-child) {
		margin-bottom: 3rem
	}
}
@media (min-width: 990px) {
	.universal-cards__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
		padding: 0 1px;
		margin-bottom: 5rem
	}
	.universal-cards__item .card-universal {
		height: 100%
	}
}
.card-universal {
	position: relative
}
.card-universal__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	opacity: 0;
	z-index: 1
}
@media (min-width: 990px) {
	.card-universal__link.focus-visible + .card-universal__inner .image,
	.card-universal__link:hover + .card-universal__inner .image {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
}
.card-universal__top {
	overflow: hidden;
	position: relative;
	height: 11.25rem;
	width: 100%
}
@media (min-width: 640px) {
	.card-universal__top {
		height: 21.5625rem
	}
}
@media (min-width: 990px) {
	.card-universal__top {
		height: 23.5rem
	}
}
.card-universal__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.card-universal__image .image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	background-size: cover;
	background-position: 50%;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.card-universal__bottom {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1rem
}
@media (max-width: 639.98px) {
	.card-universal__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
@media (min-width: 640px) {
	.card-universal__bottom {
		margin-top: 2.5rem
	}
}
@media (min-width: 990px) {
	.card-universal__bottom {
		margin-top: 0
	}
	.card-universal__bottom:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 3rem;
		background-color: #fff;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	.universal-cards__item:nth-child(odd) .card-universal__bottom:before {
		width: 100%
	}
}
.card-universal__bottom-left {
	max-width: 16.875rem
}
@media (min-width: 640px) {
	.card-universal__bottom-left {
		width: 50%;
		max-width: none
	}
}
@media (max-width: 639.98px) {
	.card-universal__bottom-right {
		margin-bottom: 1rem;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
}
@media (min-width: 640px) {
	.card-universal__bottom-right {
		width: 33.33333%;
		margin-left: auto
	}
}
@media (min-width: 990px) {
	.card-universal__bottom-right {
		width: 33.33333%
	}
}
.card-universal__title {
	position: relative;
	z-index: 2;
	margin-bottom: .75rem
}
@media (min-width: 640px) {
	.card-universal__title {
		margin-bottom: 1.5rem;
		width: 100%
	}
	.card-universal__title .h5 {
		max-width: 18.25rem
	}
}
@media (min-width: 990px) {
	.card-universal__title {
		margin-top: -.5rem
	}
}
.card-universal__text {
	display: block;
	display: -webkit-box;
	font-size: .75rem;
	max-height: 4.5rem;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}
@media (min-width: 640px) {
	.card-universal__text {
		display: block;
		display: -webkit-box;
		font-size: .875rem;
		max-height: 3.9375rem;
		line-height: 1.5;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3
	}
}
.card-universal__info-description {
	font-size: .875rem;
	line-height: 1.5;
	font-weight: 400
}
@media (max-width: 639.98px) {
	.card-universal__info-description {
		font-size: .75rem
	}
}
.card-universal__info-description-label {
	color: rgba(16, 16, 16, .4)
}
.card-universal__bottom:before {
	top: 0.11rem;
}
.finance__desc {
	flex: 1;
	padding-right: 30px;
	font-size: 16px;
	line-height: 1.5;
}
.finance__desc p {
	margin-bottom: 15px;
}
@media (max-width: 990px) {
	.finance__desc {
		padding-right: 0;
	}
	.finance {
		flex-wrap: wrap;
	}
	.finance__desc {
		flex: none;
		width: 100%;
	}
}