.opt-welcome {
	width: 100%;
	overflow: hidden;
	background: #141414;
	padding-bottom: 4.167vw;
}
@media(min-width: 1600px) {
	.opt-welcome {
		padding-bottom: 60px;
	}
}
.index {
	width: 100%;
	height: 17.708vw;
	background: center top / contain no-repeat url(//s7.vcdn.biz/static/168578511/index_bg.png);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media(min-width: 1600px) {
	.index {
		height: 283px;
	}
}
.index__headline {
	font-weight: 500;
	font-size: 4.444vw;
	line-height: 120%;
	color: #FFF;
	text-align: center;
}
@media(min-width: 1600px) {
	.index__headline {
		font-size: 71px;
	}
}
.index__text {
	font-weight: 400;
	font-size: 1.667vw;
	line-height: 120%;
	color: #FFF;
	text-align: center;
	padding-bottom: 4.5vw;

}
@media(min-width: 1600px) {
	.index__text {
		font-size: 26.6px;
		padding-bottom: 72px;
	}
}

.about {
    width: 100%;
	display: flex;
    justify-content: flex-start;
    position: relative;
	padding: 0 9.097vw;
}
@media(min-width: 1600px) {
	.about {
		padding: 0 145px;
	}
}
.about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    width: 100vw;
    height: 100%;
    background-image: url(//s8.vcdn.biz/static/168578521/about_tv.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
@media (min-width: 1600px) {
    .about:before {
		width: 1600px;
    }
}
.about__content {
    position: relative;
	padding: 0 0 3.611vw;
    z-index: 2;
}
@media (min-width: 1600px) {
    .about__content {
		padding: 0 0 57px;
		z-index: 2;
	}
}
.about__headline {
    font-weight: 500;
	font-size: 3.333vw;
	line-height: 120%;
	color: #FFF;
}
@media (min-width: 1600px) {
    .about__headline {
		font-size: 53px;
	}
}
.about__info {
    display: flex;
    column-gap: 2.167vw;
	margin-top: 1.736vw;
}
@media(min-width: 1600px) {
	.about__info {
		column-gap: 34.672px;
		margin-top: 27px;
	}
}
.about__item {
    display: flex;
    flex-direction: column;
}
.about__item-title {
    font-weight: 500;
    font-size: 1.944vw;
    line-height: 120%;
    color: #85f2e6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media(min-width: 1600px) {
	.about__item-title {
		font-size: 31px;
	}
}
.about__item-subtitle {
    font-weight: 400;
	font-size: 1.25vw;
	line-height: 120%;
	margin-top: .694vw;
	color: #FFF;
}
@media(min-width: 1600px) {
	.about__item-subtitle {
		font-size: 20px;
		margin-top: 10px;
	}
}
.about__btn {
	color: #000 !important;
	background: #fff;
	display: flex;
	font-weight: 500;
	font-size: 1.111vw;
	line-height: 120%;
	justify-content: center;
	padding: .903vw 0;
	min-width: 17.5vw;
	border-radius: .556vw;
	width: fit-content;
	text-decoration: none;
	margin-top: 2.25vw;
	transition: .3s;
}
.about__btn:hover {
	background: #eaeaea;
}
@media(min-width: 1600px) {
	.about__btn {
		color: #000 !important;
		display: flex;
		justify-content: center;
		font-size: 17.7px;
		padding: 14.5px 0;
		min-width: 280px;
		border-radius: 8.8px;
		margin-top: 36px;
	}
}
.about__ligal {
	font-weight: 500;
	font-size: .972vw;
	line-height: 120%;
	letter-spacing: .035vw;
	margin-top: 1.4vw;
	color: #FFF;
}
@media(min-width: 1600px) {
	.about__ligal {
		font-size: 15.5px;
		letter-spacing: 0.56px;
		margin-top: 22px;
	}
}
