@font-face {
  font-family: 'icomoon';
  src: url('../icomoon/fonts/icomoon.eot?99ebyt');
  src: url('../icomoon/fonts/icomoon.eot?99ebyt#iefix') format('embedded-opentype'), url('../icomoon/fonts/icomoon.ttf?99ebyt') format('truetype'), url('../icomoon/fonts/icomoon.woff?99ebyt') format('woff'), url('../icomoon/fonts/icomoon.svg?99ebyt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
#menu {
  background-color: #ececec;
}
#menu .menu-section {
  margin: 40px 0;
}
#menu .menu-section .menu-section-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10%;
  font-size: 13px;
  font-weight: 200;
  color: #eb0a1e;
}
#menu .menu-section ul li {
  padding: 10px 10%;
  cursor: pointer;
}
#menu .menu-section ul li a {
  display: block;
  width: 100%;
  color: #000;
}
#menu .menu-section ul li:hover {
  border-left: 2px solid #eb0a1e;
}
.header {
  position: sticky;
  top: -1px;
  transition: transform 0.3s ease-out;
  display: flex;
  justify-content: space-between;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  z-index: 999;
}
.header .logo {
  margin: 0 0;
}
.header .logo a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 5px;
  background-color: #000;
}
.header .logo a .car_icon::after {
  font-family: 'icomoon';
  content: '';
  font-size: 15px;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav .menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 0 20px;
  color: #eb0a1e;
}
.header .nav .menu::after {
  font-family: 'icomoon';
  content: '';
  color: #eb0a1e;
  font-size: 20px;
}
.header .nav .contact {
  cursor: pointer;
  padding: 0 20px;
}
.header .nav .contact::after {
  font-family: 'icomoon';
  content: '';
  color: #eb0a1e;
  font-size: 15px;
}
.header .nav .contact .info {
  user-select: none;
  position: absolute;
  top: 50px;
  width: 150px;
  font-size: 12px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  border: 1px dashed #000;
}
.header .nav .contact .info img {
  width: 145px;
  padding: 1px;
}
.header .nav .contact_opened {
  background-color: #000;
}
.header .nav .contact_opened::after {
  color: #fff;
}
.header #header_tooltip {
  user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 50px;
  margin-right: 20px;
  text-align: right;
  padding-left: 10px;
  transition: opacity 0.3s;
  background-color: #fff;
}
.header #header_tooltip span::after {
  font-family: 'icomoon';
  content: '';
  color: #000;
  font-size: 15px;
}
.header_hidden {
  transform: translateY(-100%);
}
.header_hidden #header_tooltip {
  opacity: 0 !important;
  pointer-events: none;
}
.main {
  min-height: 900px;
  padding: 0 8%;
  padding-top: 40px;
  color: #000;
  user-select: none;
  -webkit-user-select: none;
}
.main p {
  margin: 0;
  padding: 0;
}
.main img,
.main video {
  max-width: 100%;
}
.main hr {
  color: #ccc;
}
.main .info {
  text-align: center;
  margin: 30px 0;
  color: #000;
}
.main .info img {
  height: 150px;
}
.main .info .text_h2 {
  margin: 5px;
}
.footer {
  text-align: center;
  padding: 10px;
  font-size: 10px;
}
