@font-face {
	font-family: 'Benzin';
	src: url('../font/Benzin-Semibold.eot');
	src: local('Benzin Semibold'), local('Benzin-Semibold'),
	url('../font/Benzin-Semibold.eot?#iefix') format('embedded-opentype'),
	url('../font/Benzin-Semibold.woff2') format('woff2'),
	url('../font/Benzin-Semibold.woff') format('woff'),
	url('../font/Benzin-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

body {
	position: relative;
	margin:0;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	cursor: default;
	width: 100%;
	outline: none !important;
	background: #2C0C04;
	color: #fff;
}
body.block {
	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;
}
* {
	scroll-behavior: smooth;
	-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: #2C0C04 #202020;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #2C0C04;
}
*::-webkit-scrollbar-thumb {
  background-color: #2C0C04;
  border-radius: 5px;
  border: 3px solid #202020;
}
* {
	-webkit-tap-highlight-color: transparent;
}
button,
input,
textarea,
select {
	outline: none;
	font-family: "Montserrat", sans-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.73vw;
	font-weight: 400;
	line-height: 1.4;
}
h1, h2, h3, h4 {
	font-family: 'Benzin';
	font-weight: 600;
}
img {
	max-width: 100%;
	display: block;
}
.container {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 10.42vw;
}
input::-webkit-input-placeholder {
	font-family: "Montserrat", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}
input::-moz-placeholder {
	font-family: "Montserrat", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}
input:-ms-input-placeholder {
	font-family: "Montserrat", sans-serif;
	color:rgba(0, 0, 0, 0.7);
}
textarea::-webkit-input-placeholder {
	font-family: "Montserrat", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}
textarea::-moz-placeholder {
	font-family: "Montserrat", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}
textarea:-ms-input-placeholder {
	font-family: "Montserrat", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}
.section {
	padding: 4.43vw 0;
}
.gradient-bg {
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background: #2C0C04;
	top: 0;
	left: 0;
	position: fixed;
}
.gradient-bg .svgBlur {
  display: none;
}
.gradient-bg .noiseBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: soft-light;
  opacity: 0.3;
}
.gradient-bg .gradients-container {
  filter: blur(40px);
  width: 100%;
  height: 100%;
}
.gradient-bg .g1 {
	position: absolute;
	background: radial-gradient(circle at center, rgba(141, 0, 59, 0.8) 0, rgba(141, 0, 59, 0) 50%) no-repeat;
	mix-blend-mode: hard-light;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 0;
	transform-origin: center center;
	animation: moveVertical 30s ease infinite;
	opacity: 1;
}
.gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(141, 0, 59, 0.5) 0, rgba(141,0,59, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 80%;
  height: 80%;
  top: 50%;
  right: -30%;
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 1;
}
.gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(141,0,59, 0.4) 0, rgba(141, 0, 59, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 80%;
  height: 80%;
  bottom: 0;
  left: -20%;
  transform-origin: calc(50% + 400px);
  animation: moveInCircle 40s linear infinite;
  opacity: 1;
}
.gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(141, 0, 59, 0.5) 0, rgba(141,0,59, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 80%;
  height: 80%;
  top: calc(50% - 80% / 2);
  left: calc(50% - 80% / 2);
  transform-origin: calc(50% - 200px);
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}
.gradient-bg .g5 {
	position: absolute;
	background: radial-gradient(circle at center, rgba(141,0,59, 0.5) 0, rgba(141, 0, 59, 0) 50%) no-repeat;
	mix-blend-mode: hard-light;
	width: calc(40% * 2);
	height: calc(40% * 2);
	bottom: -20%;
	left: -30%;
	transform-origin: calc(50% - 800px) calc(50% + 200px);
	animation: moveInCircle 20s ease infinite;
	opacity: 1;
}
.gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(circle at center, rgba(141, 0, 59, 0.7) 0, rgba(141, 0, 59, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}
/* @keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
} */

/* -------------------------------- 
	
	header
	
-------------------------------- */
header {
  position: fixed;
  background: transparent;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
}
.header-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.flex-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6.25vw;
	width: 100%;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.shrink .flex-header {
	height: 3.91vw;
}
header.shrink {
	background: rgba(17, 17, 17, 0.7);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.logo {
	width: 10.42vw;
}
.logo img {
	width: 100%;
	display: block;
}
.nav {
	position: absolute;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	right: 22vw;
}
.nav.close {
	display: none;
	-webkit-transition: 0.35s ease-out 0.35s;
	transition: 0.35s ease-out 0.35s;
}
.nav ul {
	display: flex;
	align-items: center;
}
.nav ul li {
	font-size: 0.52vw;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 2.08vw 0 0;
}
.nav ul li a {
	position: relative;
	color: #fff;
	overflow: hidden;
	padding: 5px 0;
	display: block;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.nav ul li a.active {
	color: #E31E24;
}
.nav ul li a:before {
	background: #E31E24;
	width: 0;
	height: 1px;
	bottom: 2px;
	left: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.nav ul li a:hover:before {
	width: 100%;
	transform: translateX(100%);
}
.header-btn-group {
	position: relative;
	display: flex;
	align-items: center;
}

.search-container {
	position: relative;
	margin: 0 10px 0 0;
}
.search-input {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 2.08vw;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 5px;
	background: #2C0C04;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.search-input form {
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
#search {
	position: relative;
	height: 2.08vw;
	background: transparent;
	border: 0;
	color: #fff;
	padding: 0;
	width: 0;
	font-size: 0.83vw;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.open #search {
	width: 40vw;
	padding: 0 1vw;
}
#search::-webkit-input-placeholder {
	font-family: "Montserrat", sans-serif;
	color: rgba(255, 255, 255, 0.7);
}
#search::-moz-placeholder {
	font-family: "Montserrat", sans-serif;
	color: rgba(255, 255, 255, 0.7);
}
#search:-ms-input-placeholder {
	font-family: "Montserrat", sans-serif;
	color: rgba(255, 255, 255, 0.7);
}
.search-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.08vw;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.search-input:hover {
	border: 1px solid rgba(255, 255, 255, 0.75);
}
.search-btn img {
	position: relative;
	width: 0.52vw;
	height: 0.52vw;
}
#search_result {
	display: none;
}
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.04vw;
	height: 2.50vw;
	border-radius: 5px;
	border: 0;
	font-size: 0.52vw;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	background: linear-gradient(90deg, rgba(130,0,0,1) 0%, #e31e24 100%);
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
header .btn {
	height: 2.08vw;
}
.btn:before {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #e31e24 0%, rgba(130,0,0,1) 100%);
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.btn span {
	position: relative;
}
.btn:after {
	position: relative;
	width: 0.52vw;
	height: 0.52vw;
	margin: 0 0 0 0.63vw;
	will-change: transform;
	background: url(../img/arr.svg) no-repeat center / contain;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.btn:hover:before {
	opacity: 0;
}
.btn:hover:after {
	transform: rotate(-45deg);
}


/* --------------------------------
	
	burger
	
-------------------------------- */
.burger {
	position: relative;
	width: 26px;
	height: 18px;
	cursor: pointer;
	display: none;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	z-index: 999;
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.burger::before, .burger span, .burger::after {
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  opacity: 1;
}
.burger:before, .burger:after {
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.burger::before {
  top: 0px;
}
.burger span {
	position: relative;
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.burger:after {
	top: auto;
	bottom: 0;
  -webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
/* Hover */
.burger:hover span {
	width: 100%;
}
/* .burger:hover:after, .burger:hover:before {
	width: 100%;
} */
.burger:hover::before {
  top: -4px;
}
.burger:hover::after {
	bottom: -4px;
}
/* Click */
.burger.cross span {
	opacity: 0;
}
.burger.cross:before, .burger.cross:after {
	top: 50%;
	width: 100%;
}
.burger.cross:before {
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.cross:after {
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger:focus {
	outline: none;
}

/* --------------------------------
	
	intro
	
-------------------------------- */
#intro {
	position: relative;
	overflow: hidden;
	perspective: 1000px;
	height: 100vh;
}
#canvi {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: #2C0C04;
}
.intro-bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	transform:
	perspective(800px)
	rotateX(var(--rotateX))
	rotateY(var(--rotateY));
	-webkit-transform:
	perspective(800px)
	rotateX(var(--rotateX))
	rotateY(var(--rotateY));
}
.intro-logo {
	position: relative;
	width: 20.42vw;
	margin: 0 0 1.56vw 0;
	-webkit-transition: 0.35s linear;
	transition: 0.35s linear;
}
.intro-title {
	position: relative;
	font-family: 'Benzin';
	font-size: 1.67vw;
	-webkit-transition: 0.35s linear;
	transition: 0.35s linear;
}


/* --------------------------------
	
b1
	
-------------------------------- */
#b1 {
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #000;
}
/* #b1:before {
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 100%);
} */
.title {
	position: relative;
	font-size: 1.88vw;
	text-transform: uppercase;
	margin: 0 0 1.56vw 0;
}
.subtitle {
	font-size: 0.94vw;
	font-weight: 600;
}
.title-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 3.65vw 0;
}
.btn-detail {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 0.63vw;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 1.15vw 0 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.btn-detail span {
	position: relative;
}
.btn-detail img {
	position: relative;
	width: 0.73vw;
	height: 0.73vw;
	margin: 0 0 0 2.50vw;
}
.btn-detail:before {
	background: #E31E24;
	width: 3.13vw;
	height: 3.13vw;
	right: 0;
	border-radius: 30px;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.btn-detail:hover {
	padding: 0 1.04vw;
}
.btn-detail:hover:before {
	width: 100%;
}
.b1-grid {
	display: flex;
	justify-content: space-between;
}
.b1-item {
	position: relative;
	display: flex;
	align-items: center;
	color: #000;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.b1-item-img {
	width: 50%;
	border-radius: 15px;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.b1-item-content {
	position: relative;
	overflow: hidden;
	width: 50%;
	padding: 2.60vw;
}
.news-date {
	font-family: 'Benzin';
	display: flex;
	align-items: center;
	margin: 0 0 1.25vw 0;
	font-size: 0.83vw;
	color: #E31E24;
	font-weight: 700;
}
.news-date img {
  width: 1.04vw;
	margin: 0 0.63vw 0 0;
}
.b1-item-content h3 {
	font-size: 0.94vw;
	margin: 0 0 0.94vw 0;
}
.b1-item:hover .btn-news {
	
}
.arrownav {
	position: fixed;
	width: 4.69vw;
	height: 4.69vw;
	pointer-events: none;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
  font-size: 0.52vw;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.arrownav.link {
	opacity: 1;
	visibility: visible;
}
.arrownav:before {
	width: 100%;
	height: 100%;
	background: rgba(227, 30, 36, 0);
	border-radius: 50%;
	will-change: transform;
	transform: scale(0);
	-webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
}
.arrownav.link:before, .arrownav.hover:before {
	background: rgba(227, 30, 36, 0.85);
	transform: scale(1);
}
.arrownav span {
	position: relative;
}
#b1 .btn-detail {
	color: #000;
}
#b1 .btn-detail:hover {
	color: #fff;
}


/* --------------------------------
	
b2
	
-------------------------------- */
#b2 {
	position: relative;
	overflow: hidden;
}
.b2-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b2-content { 
	width: 50%;
	padding: 4.43vw 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.b2-grid {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}
.b2-col {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.b2-col-title {
	padding: 0 2.60vw 0 0;
	justify-content: space-between;
}
.b2-col-title h3 {
	padding: 0 0 9.90vw 0;
	font-size: 0.94vw;
	line-height: 1.4;
	font-family: "Montserrat", sans-serif;
}
.b2-col-txt {
	position: relative;
	padding: 0 2.60vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.b2-col-txt:before {
	position: relative;
	background: url(../img/ico1.svg) no-repeat center / contain;
	width: 3.44vw;
	height: 2.29vw;
	margin: 0 0 0.94vw 0;
}
.b2-model {
	position: relative;
	width: 50%;
}

/* --------------------------------
	
	model-viewer
	
-------------------------------- */
model-viewer {
	width: 100%;
	display: block;
	position: relative;
	object-fit: contain;
	height: 30vw;
}
.progress-bar {
  display: block;
  width: 33%;
  height: 6px;
  position: absolute;
  left: 0;
	right: 0;
	margin: 0 auto;
  top: 70px;
  border: 1px solid #dc2a1c;
	z-index: 1;
}
.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}
.update-bar {
  background-color: #dc2a1c;
  width: 0%;
  height: 100%;
  float: left;
  transition: width 0.3s;
}
#ar-button {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 10px;
	height: 45px;
	cursor: pointer;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	border: 1px solid #dc2a1c;
	overflow: hidden;
	display: none;
	background: transparent;
}
#ar-button:after {
  background: rgba(255,255,255,0.35);
  height: 100%;
  width: 35px;
  transform: skewX(-15deg);
  filter: blur(15px);
  z-index: 0;
  top: 0;
  left: -50px;
  animation: btn 5s ease-out infinite;
  -webkit-animation: btn 5s ease-out infinite;
}

/* --------------------------------
	
b3
	
-------------------------------- */
#b3 {
	position: relative;
	overflow: hidden;
}
.b3-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 4.43vw 2.43vw;
	border-radius: 15px;
	background: #fff;
	color: #000;
}
.b3-img {
	width: calc(50% - 2.6vw);
	border-radius: 15px;
}
.b3-content {
	width: 50%;
}
.b3-content .subtitle {
	margin: 0 0 3.23vw 0;
}
.b3-content ul {
	display: flex;
	flex-wrap: wrap;
}
.b3-content li {
	position: relative;
	width: 50%;
	padding: 0 3.8vw 0 1.56vw;
	margin: 0 0 0.78vw 0;
}
.b3-content li:before {
	background: url(../img/ico2.svg) no-repeat center / contain;
	width: 0.63vw;
	height: 1.15vw;
	left: 0;
	top: 0;
}

/* --------------------------------
	
b4
	
-------------------------------- */
#b4 {
	position: relative;
	overflow: hidden;
}
#b4 .title {
	margin: 0 0 3.65vw 0;
}
.b4-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.b4-item {
	position: relative;
	width: 50%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 3.65vw 0;
}
.b4-item-img {
	width: 50%;
	border-radius: 15px;
	box-shadow: 6px 12px 20px rgba(41, 0, 1, 0.26);
	object-fit: cover;
}
.b4-item-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 50%;
	padding: 2.6vw;
}
.b4-item-content h3 {
	font-size: 0.94vw;
  margin: 0 0 0.83vw 0;
}
.b4-item-content p {
	flex-grow: 1;
	margin: 0 0 2.1vw 0;
}
.b4-item:last-child {
	width: 100%;
	margin: 0;
}

/* --------------------------------
	
b5
	
-------------------------------- */
#b5 {
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #000;
	border-radius: 20px 20px 0 0;
}
.b5-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.b5-col {
	width: 50%;
}
.b5-col-txt {
	display: flex;
	justify-content: space-between;
}
.b5-col-txt .title {
	width: 50%;
}
.b5-content {
	width: 50%;
	padding: 0 1.6vw 0 0;
}
.b5-content p {
	margin: 0 0 0.63vw 0;
}
.b5-txt {
	margin: 0 0 2.6vw 0;
}
.b5-col-logo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 0 0 2.6vw;
}
.b5-col-logo h3 {
	font-size: 1.25vw;
	margin: 0 0 2.19vw 0;
	width: 50%;
}
.b5-col-grid {
	display: flex;
	justify-content: space-between;
}
.b5-col-grid img {
	width: 23.5%;
	border-radius: 15px;
}

/* --------------------------------
	
b6
	
-------------------------------- */
#b6 {
	position: relative;
	overflow: hidden;
}
.b6-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.b6-item {
	position: relative;
	width: 25%;
	padding: 2.6vw;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.b6-item:hover {
	border: 1px solid rgba(255, 255, 255, 0.33);
}
.b6-item.b6-item-title {
	padding: 2.6vw 0;
}
.b6-item .title {
	margin: 0;
}
.b6-item.b6-item-title:hover {
	border: 1px solid rgba(255, 255, 255, 0);
}
.b6-item .num {
	position: absolute;
	top: 2.6vw;
	right: 2.6vw;
	font-size: 1.67vw;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.42);
}
.b6-item img {
	width: 2.60vw;
	height: 2.60vw;
	margin: 0 0 1.67vw 0;
}
.b6-item p {
	font-weight: 600;
}

/* --------------------------------
	
b7
	
-------------------------------- */
#b7 {
	position: relative;
	overflow: hidden;
}
.b7-container {
	position: relative;
	padding: 0 0 0 10.42vw;
	display: flex;
	justify-content: space-between;
}
.b7-contact {
	position: relative;
	width: calc(25% - 2.6vw);
	background: #fff;
	color: #202020;
	padding: 5.21vw 2.6vw;
	border-radius: 15px 0 0 15px;
}
#map {
	position: relative;
	width: calc(75% + 2.6vw);
}
.my-marker {
	position: relative;
	box-sizing: border-box;
	transform: translate(-50%,calc(-50% - 24px));
	cursor: pointer;
	max-width: inherit;
}
.ymaps3x0--controls.ymaps3x0--controls_top.ymaps3x0--controls_right.ymaps3x0--controls_horizontal {
	display: none;
}
#formcontact {
	position: relative;
	margin: 2.50vw 0 0 0;
}
.form-group {
	position: relative;
	margin: 0 0 1.35vw 0;
}
.form-group label {
	font-size: 0.73vw;
	display: block;
	margin: 0 0 0.52vw 0;
	font-weight: 600;
}
.form-group label.error {
	font-size: 0.73vw;
	margin: 0;
	position: absolute;
	color: #E31E24;
	top: 0;
	right: 0;
}
.input-form {
	position: relative;
	font-family: "Montserrat", sans-serif;
	background: #fff;
	color: #202020;
	font-size: 0.73vw;
	font-weight: 300;
	height: 2.81vw;
	width: 100%;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	padding: 0 1.25vw;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.input-form:hover {
	border: 1px solid #7C7C7C;
}
textarea {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 0.73vw;
	color: #202020;
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	resize: vertical;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	padding: 1.25vw;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
textarea:hover {
	border: 1px solid #7C7C7C;
}
.agreement {
	display: flex;
	align-items: flex-start;
	color: #444444;
}
.form-group.agreement label {
	font-size: 0.63vw;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 1.28vw;
}
.agreement label a {
	font-weight: 500;
	color: #444444;
}
input[type="checkbox"], input[type="radio"] {  
	display: none;
}
input[type="checkbox"] ~ label:after, input[type="radio"] ~ label:after {
	background: url(../img/check-default.svg) no-repeat center / contain;
	width: 0.83vw;
	height: 0.83vw;
	top: -2px;
	left: 0;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
input[type="checkbox"]:checked ~ label:after, input[type="radio"]:checked + label:after {
	background: url(../img/check-push.svg) no-repeat center / contain;
}
form .btn:after {
	margin: 0 0 0 1.63vw;
}
/* --------------------------------
	
footer
	
-------------------------------- */
footer {
	position: relative;
	overflow: hidden;
}
.footer-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 1.30vw 0;
}
.copy {
	font-size: 0.63vw;
	font-weight: 600;
	margin: 0 0 0.52vw 0;
}
.doc {
	display: flex;
	align-items: center;
}
.doc a {
	position: relative;
	font-size: 0.63vw;
	color: #fff;
	margin: 0 3.39vw 0 0;
}
.doc a:after {
	background: rgba(255, 255, 255, 0.35);
	width: 100%;
	bottom: -3px;
	right: 0;
	height: 1px;
	will-change: transform;
	transform: translateX(0);
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.doc a:hover:after {
	width: 0;
}
.footer-contact {
	display: flex;
	justify-content: space-between;
}
.footer-contact-item {
	margin: 0 60px 0 0;
}
.item-title {
	font-size: 0.63vw;
	font-weight: 600;
	margin: 0 0 0.52vw 0;
	display: block;
}
.item-val {
	position: relative;
	font-size: 0.63vw;
	color: #fff;
	display: block;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
a.item-val:hover {
	color: rgba(255, 255, 255, 0.72);
}
.nav-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.40vw;
	height: 2.40vw;
	cursor: pointer;
	flex: 0 0 auto;
}
.nav-top img {
	position: relative;
	width: 0.73vw;
	height: 0.73vw;
}
.nav-top:before {
	background: #E31E24;
  border-radius: 50%;
	width: 100%;
	height: 100%;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.nav-top:hover:before {
	transform: scale(1.15);
}
.modal-trigger {
	cursor: pointer;
}

/* --------------------------------
	
	modal-box
	
-------------------------------- */
.modal, .modal-box {
	z-index: 9999;
}
.modal-sandbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
	background: rgba(0,0,0,0.35);
  backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
  -webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.modal.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.modal-box {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-body {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.modal_container {
	margin: 0 auto;
	width: 100%;
	max-width: 420px;
	padding: 40px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #202020;
	border-radius: 1.56vw;
	will-change: transform;
	transform: translateX(-300%);
	-webkit-transition: 0.25s ease-out 0s;
	transition: 0.25s ease-out 0s;
}
.open .modal_container {
	transform: translateX(0);
	-webkit-transition: 0.25s ease-out 0.25s;
	transition: 0.25s ease-out 0.25s;
}
.close-modal {
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
	width: 0.83vw;
	height: 0.83vw;
	z-index: 9999;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.close-modal:hover {
	opacity: 0.6;
}
.close-modal img {
	position: relative;
	width: 100%;
	display: block;
}
.form-title {
	font-size: 1.67vw;
	margin: 0 0 2.04vw 0;
}




































/* --------------------------------
	
адаптив
	
-------------------------------- */
@media screen and (max-width:1600px) {
.container {
	padding: 0 5.42vw;
}
.b7-container {
	padding: 0 0 0 5.42vw;
}
.nav {
	right: 18vw;
}



}

@media screen and (max-width:1400px) {
.nav ul li {
	font-size: 0.65vw;
}
.btn {
	font-size: 0.65vw;
}
.btn-detail {
	font-size: 0.73vw;
}
p, li {
	font-size: 0.93vw;
}
.subtitle, .b1-item-content h3 {
	font-size: 1.14vw;
}
.b5-col-logo h3 {
	font-size: 1.55vw;
	width: 70%;
}
.form-group label {
	font-size: 0.83vw;
}
.input-form, textarea {
	font-size: 0.83vw;
}
.form-group.agreement label, .copy, .item-title, .item-val, .doc a {
	font-size: 0.73vw;
}










}

@media screen and (max-width:1200px) {
/* для 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 #f2f4fa;
}
* {
	-webkit-tap-highlight-color: transparent;
}
.burger {
	display: flex;
}
.nav {
	position: relative;
	right: 0;
}
.header-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 5.42vw;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
.header-content.show {
	opacity: 1;
	visibility: visible;
}
header.shrink {
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}
.nav ul {
	align-items: flex-start;
	flex-direction: column;
}
.nav ul li {
	font-size: 2.85vw;
	margin: 0 0 12px 0;
	font-family: 'Benzin';
}
.header-btn-group {
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-direction: row-reverse;
}
.btn {
	font-size: 10px;
	padding: 0 24px;
	height: 50px;
}
header .btn {
	height: 50px;
}
.btn::after {
	width: 10px;
	height: 10px;
	margin: 0 0 0 20px;
}
.search-btn {
	width: 50px;
	height: 50px;
	margin: 0;
}
.search-btn img {
	width: 12px;
	height: 12px;
}
.nav.close {
	display: flex;
}
.search-input {
	height: 50px;
}
.search-container {
	margin: 0;
}
.open #search {
	width: 50vw;
	padding: 0 16px;
}
.logo {
	width: 20%;
}
.intro-logo {
	width: 35%;
	margin: 0 0 25px 0;
}
.intro-title {
	font-size: 2.67vw;
}
.title {
	font-size: 24px;
	margin: 0 0 20px 0;
}
.subtitle, .b1-item-content h3, .b2-col-title h3, .b4-item-content h3 {
	font-size: 16px;
}
p, li {
	font-size: 14px;
}
.btn-detail {
	font-size: 10px;
	padding: 0 10px 0 0;
}
.btn-detail img {
	width: 10px;
	height: 10px;
	margin: 0 0 0 25px;
}
.btn-detail::before {
	width: 32px;
	height: 32px;
}
.news-date {
	margin: 0 0 12px 0;
	font-size: 10px;
}
.news-date img {
	width: 14px;
	margin: 0 10px 0 0;
}
.b1-grid {
	flex-wrap: wrap;
}
.b1-item:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.b2-flex {
	flex-direction: column;
}
.b2-content {
	padding: 4.43vw 0;
}
.b2-model {
	width: 100%;
}
model-viewer {
	height: 70vw;
}
.b3-flex {
	flex-direction: column;
}
.b3-img {
	width: 100%;
}
.b3-content {
	width: 100%;
	margin: 40px 0 0 0;
}
.b4-item {
	width: 100%;
}
.b4-item:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.b4-item-img {
	height: 45vw;
}
.b4-item-content h3 {
	margin: 0 0 16px 0;
}
.b5-flex {
	flex-wrap: wrap;
}
.b5-col {
	width: 100%;
}
.b5-content {
	padding: 0 0 0 2.6vw;
}
.b5-col-txt {
	margin: 0 0 40px 0;
}
.b5-col-logo {
	padding: 0;
}
.b5-col-logo h3 {
	font-size: 24px;
	width: 100%;
}
.b6-item {
	width: 100%;
	margin: 0 0 10px 0;
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.b6-item:hover {
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.b6-item.b6-item-title {
	border: 1px solid rgba(255, 255, 255, 0);
}
.b7-container {
	padding: 0;
	flex-direction: column;
}
.b7-contact {
	border-radius: 15px 15px 0 0;
	width: 100%;
	padding: 5.21vw 5.42vw;
}
.form-group label {
	font-size: 12px;
}
.input-form, textarea {
	font-size: 14px;
	height: 50px;
}
.form-group {
	margin: 0 0 20px 0;
}
.form-group.agreement label, .copy, .item-title, .item-val, .doc a {
	font-size: 12px;
}
input[type="checkbox"] ~ label::after, input[type="radio"] ~ label::after {
	width: 18px;
	height: 18px;
}
.form-group.agreement label {
	padding: 0 0 0 30px;
}
#map {
	width: 100%;
	height: 70vh;
}
.footer-flex {
	padding: 40px 0;
	flex-direction: column-reverse;
}
.footer-contact {
	flex-direction: column;
	margin: 0 0 20px 0;
}
.footer-contact-item {
	margin: 0 0 18px 0;
}
.item-val {
	font-size: 16px;
	display: inline-block;
}
.nav-top {
	display: none;
}
.flex-header {
	height: 80px;
}
.shrink .flex-header {
	height: 60px;
}
.arrownav {
	display: none;
}
.b2-content {
	width: 100%;
}
.b3-content li::before {
	top: 4px;
}
.b6-item img {
	width: 50px;
	height: 50px;
	margin: 0 0 15px 0;
}
.b6-item .num {
	font-size: 24px;
}
.form-group label.error {
	font-size: 10px;
}
.b3-content li {
	padding: 0 3.8vw 0 2.2vw;
	margin: 0 0 12px 0;
}
#search {
	height: 50px;
}
.form-title {
	font-size: 24px;
	margin: 0 0 25px 0;
}
.b1-item:nth-of-type(2n) {
	margin: 0;
}
#search {
	font-size: 14px;
}

















}

@media screen and (max-width:991px) {
.nav ul li {
	font-size: 3.85vw;
}
.logo {
	width: 26%;
}














}

@media screen and (max-width:767px) {
.logo {
	width: 45%;
}
.intro-logo {
	width: 55%;
}
.intro-title {
	font-size: 4.3vw;
}
.title-group {
	align-items: flex-start;
	margin: 0 0 40px 0;
	flex-direction: column;
}
.title-group .btn-detail {
	margin: 40px 0 0 0;
}
.b1-item {
	align-items: flex-start;
	flex-direction: column;
	margin: 0 0 50px 0;
}
.b1-item-img {
	width: 100%;
}
.b1-item-content {
	width: 100%;
	padding: 30px 0 0 0;
}
.b1-item:nth-of-type(2n) {
	flex-direction: column;
}
.b2-grid {
	flex-direction: column;
}
.b2-col-title {
	padding: 0;
	width: 100%;
	margin: 0 0 40px 0;
}
.b2-col-txt {
	padding: 0;
}
.b2-col-txt::before {
	width: 40px;
	height: 40px;
	margin: 0 0 12px 0;
}
.section {
	padding: 40px 0;
}
.b3-content li {
	padding: 0 0 0 25px;
	margin: 0 0 12px 0;
	width: 100%;
}
.b3-content .subtitle {
	margin: 0 0 30px 0;
}
.b3-content li::before {
	top: 3px;
	width: 16px;
	height: 16px;
}
#b4 .title {
	margin: 0 0 40px 0;
}
.b4-item {
	width: 100%;
	flex-direction: column;
	margin: 0 0 70px 0;
}
.b4-item-img {
	height: 95vw;
	width: 100%;
}
.b4-item-content {
	width: 100%;
	padding: 20px 0 0 0;
}
.b4-item-content p {
	margin: 0 0 30px 0;
}
.b4-item:nth-of-type(2n) {
	flex-direction: column;
}
.b5-col-txt {
	flex-direction: column;
}
.b5-content {
	padding: 0;
	width: 100%;
}
.b5-content p {
	margin: 0 0 12px 0;
}
.b5-txt {
	margin: 0 0 40px 0;
}
.b5-col-txt {
	margin: 0 0 70px 0;
}
.b5-col-logo h3 {
	font-size: 18px;
	margin: 0 0 30px 0;
}
.b5-col-grid img {
	border-radius: 8px;
}
.b6-item {
	padding: 20px;
}
#formcontact {
	margin: 40px 0 0 0;
}
.footer-copy {
	display: flex;
	flex-direction: column-reverse;
}
.copy {
	margin: 20px 0 0 0;
}
.doc {
	align-items: flex-start;
	flex-direction: column;
}
.doc a {
	margin: 0 0 12px 0;
}
.b7-contact {
	padding: 40px 5.42vw;
}
.header-btn-group {
	align-items: flex-start;
	flex-direction: column;
}
.search-container {
	margin: 0 0 12px 0;
	width: 100%;
}
#search {
	width: 100%;
	padding: 0 15px;
}
.search-input form {
	width: 100%;
}
header .btn {
	width: 100%;
	padding: 0 15px;
}
.modal_container {
	width: 95%;
	padding: 40px 16px;
}
.form-group label {
	margin: 0 0 10px 0;
}
.input-form {
	padding: 0 12px;
}
textarea {
	padding: 12px;
}
.close-modal {
	width: 12px;
	height: 12px;
}
.b2-col {
	width: 100%;
}
.b2-content {
	padding: 40px 0;
}
.b3-flex {
	padding: 15px 15px 40px 15px;
}
.b3-img {
	border-radius: 10px;
}




























}
