body {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .navbar-active {
    position: sticky;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 0.4rem 2rem 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    transition: 0.45s;
    top: 0;
  }
}

.navbar {
  padding: 20px 0;
}
.navbar .row {
  width: 100%;
  align-items: center;
  margin: 0;
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 0 3.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .navbar .row {
    padding: 0 5.5rem;
  }
}
.navbar-icon {
  display: flex;
  justify-content: flex-end;
  height: 40px;
  align-items: center;
  position: fixed;
  top: 4rem;
  right: 5rem;
}
.navbar-icon.active {
  position: fixed;
}
@media screen and (min-width: 768px) {
  .navbar-icon {
    display: none;
  }
}
.navbar-icon span {
  width: 36px;
  height: 3px;
  background-color: var(--main-color-black);
  display: block;
  position: relative;
  transition: 0.3s;
}
.navbar-icon span:after {
  content: "";
  width: 36px;
  height: 3px;
  position: absolute;
  top: 9px;
  background-color: var(--main-color-black);
  transition: 0.3s;
}
.navbar-icon span:before {
  content: "";
  width: 36px;
  height: 3px;
  position: absolute;
  bottom: 9px;
  background-color: var(--main-color-black);
  transition: 0.3s;
}
.navbar-icon.active span {
  background-color: transparent;
}
.navbar-icon.active span:before {
  transform: rotate(45deg);
  bottom: 0;
  background-color: var(--main-color-black);
}
.navbar-icon.active span:after {
  transform: rotate(-45deg);
  background-color: var(--main-color-black);
  top: 0;
}
.navbar-menu {
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .navbar-menu nav {
    visibility: hidden;
    position: fixed;
  }
}
.navbar-menu nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  line-height: 1;
  align-items: center;
}
.navbar-menu nav ul li {
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .navbar-menu nav ul li {
    transform: translateX(-10px);
    opacity: 1;
  }
}
.navbar-menu nav ul li a,
.navbar-menu nav ul li span {
  transition: 0.15s;
  display: block;
  padding: 1.5rem 1.7rem;
  color: var(--main-color-black);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1400px) {
  .navbar-menu nav ul li a,
  .navbar-menu nav ul li span {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar-menu nav ul li a,
  .navbar-menu nav ul li span {
    padding: 15px 20px;
    font-size: 14px !important;
  }
}
.navbar-menu nav ul li .nav_disabled {
  opacity: 0.5;
}
.navbar-menu nav ul li:hover a {
  text-decoration: none;
  transition: 0.15s;
}
@media screen and (max-width: 1250px) {
  .navbar-menu nav.active {
    visibility: visible;
    position: fixed;
    top: -10px;
    left: -10%;
    width: 120%;
    height: 100vh;
    background-color: #fff;
    touch-action: none;
  }
}
@media screen and (max-width: 767px) {
  .navbar-menu nav.active ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .navbar-menu nav.active ul li a {
    color: var(--main-color-black);
    font-size: 3rem;
  }
}
.navbar .text-link-line {
  border-bottom: 1px solid var(--main-color-black);
  padding: 7px 0;
  margin-left: 0;
  margin-top: 30px;
  font-size: 2.8rem !important;
}
@media only screen and (min-width: 768px) {
  .navbar .text-link-line {
    margin-top: 0;
    margin-left: 20px;
    font-size: 1.25rem !important;
  }
}
.navbar .text-link-line__icon {
  width: 12px;
  position: relative;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .navbar .text-link-line__icon {
    width: 10px;
    top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar #header-product-tour-btn {
    padding: 21px 10px !important;
    width: 75vw;
    font-size: 3.2rem !important;
  }
}

@media (max-width: 1249px) {
  .mega-menu-toggle--service {
    text-align: center;
  }
  .mega-menu {
    text-align: center;
  }
  .mega-menu__list {
    max-width: 200px;
  }
  .mega-menu__list__block {
    margin-bottom: 25px !important;
  }
  .mega-menu__list__block:last-child {
    margin-bottom: 0 !important;
  }
  .mega-menu__list__block__links {
    padding: 0 !important;
  }
  .mega-menu__list__block__caption {
    margin-top: 10px;
    font-display: 1.1rem;
    line-height: 1.3;
  }
  .mega-menu__list__block--disabled {
    opacity: 0.5 !important;
  }
}
@media (min-width: 1250px) {
  .mega-menu-toggle--service {
    cursor: pointer;
  }
  .mega-menu-toggle--service:hover {
    opacity: 0.5;
  }
  .mega-menu-toggle--service--on {
    position: relative;
  }
  .mega-menu-toggle--service--on::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 3px;
    border-radius: 100px;
    background-color: #fc4c55;
  }
  .mega-menu--service .mega-menu {
    transition: 0.35s;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .mega-menu--service--on .mega-menu {
    transition: 0.25s;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  .mega-menu {
    position: absolute;
    left: 50%;
    margin-left: -143px;
    margin-top: 40px;
    width: 286px;
  }
  .mega-menu__list {
    padding: 45px 50px 50px 50px !important;
    background-color: #fff;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }
  .mega-menu__list__block {
    margin-bottom: 34px !important;
  }
  .mega-menu__list__block:last-child {
    margin-bottom: 0 !important;
  }
  .mega-menu__list__block__links {
    padding: 0 !important;
    margin: 0;
  }
  .mega-menu__list__block__caption {
    padding: 0;
    line-height: 1.5;
    margin: 12px 0 0 0;
    font-size: 10px;
    color: #8c8f9d;
  }
  .mega-menu__list__block--disabled {
    opacity: 0.5;
  }
}/*# sourceMappingURL=header.css.map */