body {
	position: relative;
	margin:0;
	font-family: "Geologica", serif;
  font-optical-sizing: auto;
	overflow-x: hidden;
	cursor: default;
	width: 100%;
	outline: none !important;
	background: #F4F4F4;
	color: #000;
}
body.overflow {
	overflow: hidden;
}
a{
	text-decoration: none;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
a:active,
a:focus,
a:hover {
	outline: none !important;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
*:before,
*:after {
	position: absolute;
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
  scrollbar-width: thin;
  scrollbar-color: #000 #C0C0C0;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #000;
}
*::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
  border: 3px solid #C0C0C0;
}
* {
	-webkit-tap-highlight-color: transparent;
}
button,
input,
textarea,
select {
	outline: none;
	font-family: "Geologica", serif;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
p, li {
	position: relative;
	font-size: 0.83vw;
	font-weight: 300;
	line-height: 1.4;
}
img {
	max-width: 100%;
	display: block;
}
.container {
	position: relative;
	width: 100%;
	padding: 0 10.68vw;
}
input::-webkit-input-placeholder {
	font-family: "Geologica", serif;
	color: rgba(0, 0, 0, 0.5);
}
input::-moz-placeholder {
	font-family: "Geologica", serif;
	color: rgba(0, 0, 0, 0.5);
}
input:-ms-input-placeholder {
	font-family: "Geologica", serif;
	color: rgba(0, 0, 0, 0.5);
}
textarea::-webkit-input-placeholder {
	font-family: "Geologica", serif;
	color: rgba(0, 0, 0, 0.5);
}
textarea::-moz-placeholder {
	font-family: "Geologica", serif;
	color: rgba(0, 0, 0, 0.5);
}
textarea:-ms-input-placeholder {
	font-family: "Geologica", serif;
	color: rgba(0, 0, 0, 0.5);
}

/* --------------------------------
	
	header
	
-------------------------------- */
header {
	position: fixed;
	width: 100%;
	z-index: 10;
	will-change: transform;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	background: #1E1E1E;
	color: #fff;
}
.shrink {
	background: #000;
}
.header-flex {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	padding: 16px 0;
}
.shrink .header-flex {
	
}
.logo {
	width: 5.47vw;
}
.logo img {
	width: 100%;
}

/* --------------------------------
	
intro
	
-------------------------------- */
#intro {
	position: relative;
	overflow: hidden;
	padding: 7.29vw 0 0 0;
	min-height: 100vh;
}
.tab-flex {
	display: flex;
	justify-content: space-between;
}
.tab-content {
	width: 30%;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
}
#tab-group {
	background: #fff;
	border-radius: 20px;
	padding: 40px 50px;
	height: 100%;
}
.tab-info {
	width: 65%;
	display: flex;
	flex-direction: column;
}
.tab-nav-title {
	font-size: 1.04vw;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.tab-btn {
	margin: 0 0 8px 0;
}
.tab-btn a {
	background: #F5F5F5;
	border-radius: 6px;
	color: #000;
	font-weight: 500;
	padding: 14px 20px;
	width: 100%;
	display: block;
	font-size: 0.73vw;
}
.tab-btn .active {
	background: #df4057;
	color: #fff;
}
.title {
	font-size: 1.88vw;
	margin: 0 0 2.08vw 0;
	font-weight: 600;
}
.tab-title {
	font-size: 1.25vw;
	margin: 0 0 1.56vw 0;
	font-weight: 600;
}
.tab-description p {
	margin: 0 0 0.62vw 0;
}
.tab-description p strong {
	font-weight: 600;
}
.footer-flex {
	position: relative;
	padding: 2.60vw 0;
	display: flex;
	justify-content: center;
}
.footer-flex img {
	width: 13.54vw;
}
.tab-description ul {
	margin: 0 0 25px 0;
	padding: 0 0 0 20px;
	list-style: disc;
}
.tab-description li {
	margin: 0 0 10px 0;
}
.bvi-shortcode, .bvi-shortcode a {
	background-color: transparent;
}



























/* --------------------------------
	
	адаптив
	
-------------------------------- */
@media (max-width: 1200px) {
.container {
	padding: 0 16px;
}
.logo {
	width: 60px;
}
#intro {
	padding: 80px 0 0 0;
}
.tab-flex {
	flex-direction: column;
}
.tab-content {
	width: 100%;
	border-radius: 0;
	padding: 0 0 0 16px;
	background: transparent;
}
.tab-nav-title {
	font-size: 18px;
}
.tabs {
	display: flex;
	overflow: auto;
	padding: 0 0 10px 0;
}
.tab-btn {
	margin: 0 8px 0 0;
	flex: 0 0 auto;
}
.tab-btn a {
	padding: 14px 16px;
	font-size: 12px;
	background: #fff;
}
.title {
	font-size: 28px;
	margin: 0 0 30px 0;
}
.tab-info {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 16px;
}
#tab-group {
	border-radius: 10px;
	padding: 30px 20px;
	height: 100%;
}
.tab-nav-title {
	display: none;
}
.tab-title {
	font-size: 18px;
	margin: 0 0 20px 0;
}
p, li {
	font-size: 14px;
}
.tab-description p {
	margin: 0 0 10px 0;
}
.footer-flex img {
	width: 160px;
}
.footer-flex {
	padding: 40px 0;
}
* {
		scrollbar-color: rgba(242, 244, 250, 0.4) #C0C0C0;
	}
	/* для Chrome/Edge/Safari */
	*::-webkit-scrollbar {
		height: auto;
		width: auto;
	}
	*::-webkit-scrollbar-track {
		background: transparent;
	}
	*::-webkit-scrollbar-thumb {
		background-color: transparent;
		border-radius: 5px;
		border: 3px solid rgba(242, 244, 250, 0.4);
	}
	* {
		-webkit-tap-highlight-color: transparent;
	}
#intro .container {
	padding: 0;
}
#intro .title {
	padding: 0 16px;
}











}

@media (max-width: 991px) {
















}

@media (max-width: 767px) {
.title {
	font-size: 24px;
	line-height: 1.2;
}
.bvi-open {
	font-size: 14px;
}














}
