:root {
	--border_color: #EAEAEA;
	--primary_text: #009F7A;
	--secondary_text: #808080;
	--third_text: #aeaeae;
	--primary_hover: #F5F5F5;
	--active_menu: #c8f1ed;
	--background_opened_quote: #ebf8f6;
	--primary_button_hover: #018365;
}

@font-face {
	font-family: "Inter";
	src: url("../FONTS/Inter-ExtraLight.ttf") format("truetype");
	font-style: normal;
	font-weight: 200;
}

@font-face {
	font-family: "Inter";
	src: url("../FONTS/Inter-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Inter";
	src: url("../FONTS/Inter-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Inter";
	src: url("../FONTS/Inter-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Inter";
	src: url("../FONTS/Inter-SemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "Inter";
	src: url("../FONTS/Inter-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Inter";
	src: url("../FONTS/Inter-ExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 800;
}

body, p, h1, h2, h3, h4, h5, b, input, select, ul, li, textarea {
	font-family: "Inter" !important;
}

body, p, b, input, select, ul, li, textarea{
	font-size: 14px;
}

body{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.first_header {
	display: flex;
	list-style: none;
	border: none;
	justify-content: space-between;
	align-items: center;
	padding: 6px;
	padding-top: 2px;
	margin: 0;
	border-bottom: 1px solid var(--border_color);
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0;
	height: 43px;
	user-select: none;
	z-index: 1000;
	background: #fff;
}

.first_header > div {
	margin: 0 10px;
}

.first_header_left{
	margin-top: 3px !important;
	font-size: 13px;
}

span.header_dark {
	color: var(--bs-body-color);
	font-weight: 500;
}

footer{
	margin-top: auto;
	border-top: 1px solid var(--border_color);
}

.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--third_text);
	max-width: 1340px;
	height: 50px;
	min-height: 50px;
	margin: auto;
	font-size: 12px !important;
	padding: 0 20px;
}

footer a, footer a:hover, footer a:focus{
	text-decoration: none;
	color: var(--third_text);
}

footer img {
	margin-top: -4px;
	margin-right: -5px;
}

#app {
	margin: auto;
	margin-top: 43px;
	max-width: 1340px;
	padding: 20px;
}

h1 {
	font-size: 26px;
	text-align: center;
}

h2 {
	font-size: 24px;
	text-align: center;
}

h2.muted {
	color: var(--secondary_text);
}

.advantages {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	justify-content: center;
}

.advantage {
	width: calc(33% - 17px);
	margin: 10px;
	background: var(--primary_hover);
	padding: 10px 20px;
	border-radius: 8px;
}

h3 {
	font-size: 20px;
}

.advantage h3 {
	margin-bottom: 20px;
	font-size: 18px;
}

.main_info {
	margin-bottom: 50px;
}

.advantage p {
	margin-bottom: 5px;
}

.video_slider {
	display: flex;
	margin-bottom: 65px;
	margin-top: 20px;
	justify-content: space-between;
}

h2:nth-child(4) {
	margin-top: 15px;
}

.video_option {
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 6px;
	cursor: pointer;
	transition: 200ms;
}

.video_option.active {
	background: var(--primary_hover);
	color: var(--primary_text);
}

.go_to_app a, .go_to_app a:hover, .go_to_app a:focus {
	text-decoration: none;
	color: var(--primary_text);
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
}

.go_to_app a:last-child {
	padding-left: 8px;
	border-left: 1px solid var(--border_color);
	margin-left: 7px;
}

.free_load {
	background: var(--primary_hover);
	padding: 10px 15px;
	border-radius: 8px;
}

.free_load h2 {
	color: var(--primary_text);
}

.btn-primary {
	display: block;
	background: var(--primary_text);
	border: none;
	margin: auto;
	box-shadow: none !important;
	width: 185px;
	font-size: 14px;
	font-weight: 500;
	height: 36px;
	border-radius: 6px;
}

.free_load p {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
	box-shadow: none!important;
	background: var(--primary_button_hover);
}

.video_area{
	width: calc(100% - 350px);
	position: relative;
	min-height: calc(calc(min(100vw, 1340px) - 350px) * 0.59);
}

.video {
	display: none;
}
.video.active{
	display: block;
}

video{
	width: 100%;
	border-radius: 8px;
	position: absolute;
}

.phone{
	display: none;
}

.advantage .oz {
	color: #0d6efd;
}

.advantage .wb {
	color: #b02da1;
}

.advantage .ya {
	color: #ffa707;
}


video {
	image-rendering: pixelated;
	image-rendering: -o-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 1100px){
	.video_slider{
		flex-direction: column;
	}
	.video_area {
		width: 100%;
		min-height: calc(100vw * 0.59);
		margin-top: 20px;
	}
}

@media screen and (max-width: 1000px) {
	.advantage{
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 755px){
	.pc{
		display: none;
	}
	.phone{
		display: block;
	}
}

@media screen and (max-width: 670px){
	.advantage{
		width: 100%;
		margin: 10px 0;
	}
}