.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  z-index: 9999;
  height: 90px
}

@media (max-width:899px) {
  .header {
    height: 76px
  }
}

@media (max-width:599px) {
  .header {
    height: 56px
  }
}

.header.is-active .header-content {
  top: 0;
  left: 0;
  transition: opacity .4s
}

.header.is-fade-out .header-content {
  opacity: 0
}

.header.is-fade-out .header__line {
  opacity: 0
}

.header.is-visible .header-bg {
  transform: translateZ(0) scale(1, 1)
}

.header.is-visible .header-sub {
  opacity: 1
}

.header.is-product-active .header__line {
  transform: scale(1, 1)
}

.header.is-product-active .header-content::after {
  opacity: 1
}

.header.is-product-active .header-opener {
  background-color: #111111
}

.header.is-product-active .header-opener__text {
  color: #fff
}

.header.is-product-active .header-opener__close svg {
  fill: #fff
}

@media (max-width:899px) {
  .header.is-product-active .header-sub::before {
    background-color: #111111
  }
}

@media (max-width:899px) {
  .header.is-product-active .header-sub__link {
    color: #111111
  }
}

.header__line {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 100vh;
  transform: scale(0, 1);
  transform-origin: 100% 50%;
  background: #fff;
  width: calc(50% + 160px)
}

@media (max-width:1199px) {
  .header__line {
    width: calc(50% + 70px)
  }
}

@media (max-width:899px) {
  .header__line {
    display: none
  }
}

.header__line.to-transform {
  transition: transform .25s linear
}

.header__line.to-opacity {
  transition: opacity .4s
}

.header-head {
  position: relative;
  z-index: 20;
  overflow: hidden
}

.header-head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, #111111 8.87%, #003cd6 100%);
  transition: opacity .4s
}

.header-head__inner {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1366px
}

@media (max-width:1399px) {
  .header-head__inner {
    padding-right: 0;
  }
}

.header-head__logo_wrap {
  display: flex;
  align-items: center;
}

.header__logo {
  flex: none;
  width: 75px;
  margin-left: 12.5%;
}

@media (max-width:1199px) {
  .header__logo {
    margin-left: 0;
  }
}

@media (max-width:899px) {
  .header__logo {
    width: 59px;
  }
}

@media (max-width:599px) {
  .header__logo {
    width: 52px;
  }
}

.header__logo--dealer {
  width: 100px;
  margin-left: 0;
}

@media (max-width:1199px) {
  .header__logo--dealer {
    width: 100px;
  }
}

@media (max-width:899px) {
  .header__logo--dealer {
    width: 80px;
  }
}

@media (max-width:599px) {
  .header__logo--dealer {
    width: 60px;
  }
}

.header__logo--dealer > img {
  max-height: 65px;
  object-fit: contain;
  object-position: center;
}

.header__logo--separator {
  display: block;
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.35);
  opacity: 1;
  margin: auto 35px;
}

@media (max-width:899px) {
  .header__logo--separator {
    height: 36px;
    margin: auto 32px;
  }
}

@media (max-width:599px) {
  .header__logo--separator {
    height: 26px;
    margin: auto 16px;
  }
}

.header__logo--praga {
  width: 54px;
  margin-left: 0;
}

@media (max-width:899px) {
  .header__logo--praga {
    width: 48px;
  }
}

@media (max-width:599px) {
  .header__logo--praga {
    width: 36px;
  }
}

.header-opener {
  position: relative;
  z-index: 20;
  height: 90px;
  width: 90px;
  flex: none;
  overflow: hidden;
  background-color: #fff;
  transition: background-color .2s
}

@media (max-width:899px) {
  .header-opener {
    width: 76px;
    height: 76px
  }
}

@media (max-width:599px) {
  .header-opener {
    width: 56px;
    height: 56px
  }
}

.header-opener.is-active .header-opener__hamburger, .header-opener.is-active .header-opener__text {
  transform: translate3d(-100%, 0, 0)
}

.header-opener.is-active .header-opener__close {
  transform: translate3d(0, 0, 0)
}

.header-opener__text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 90px;
  font-family: "Hrot Premium", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #111111;
  transform: translate3d(0, 0, 0);
  transition: color .2s, transform .3s
}

@media (max-width:899px) {
  .header-opener__text {
    display: none
  }
}

.header-opener__close {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  transform: translate3d(100%, 0, 0)
}

.header-opener__close svg {
  width: 32px;
  height: 32px;
  fill: #111111;
  transition: fill .2s
}

@media (max-width:899px) {
  .header-opener__close svg {
    width: 15px;
    height: 15px
  }
}

.header-opener__hamburger {
  display: none;
  transition: transform .3s;
  transform: translate3d(0, 0, 0)
}

@media (max-width:899px) {
  .header-opener__hamburger {
    display: block
  }
}

.header-opener__hamburger svg {
  width: 20px;
  height: 20px;
  fill: #111111
}

.header-content {
  position: absolute;
  top: -9999px;
  left: -9999px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overflow: hidden
}

@media (max-width:899px) {
  .header-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #fff;
    opacity: 0
  }
}

.header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.95);
  transform-origin: 100% 50%;
  transform: translateZ(0) scale(0, 1);
  transition: transform .5s linear
}

.header-content__container {
  position: relative;
  z-index: 10;
  height: 100%
}

.header-content__inner {
  max-width: 1366px;
  height: 100%
}

@media only screen and (max-height:750px) and (min-width:900px) {
  .header-content__inner {
    overflow-y: auto
  }
}

.header-content__wrap {
  display: flex;
  flex-direction: column;
  padding-top: 19.4vh;
  height: 100%
}

@media only screen and (max-height:750px) and (min-width:900px) {
  .header-content__wrap {
    height: 650px;
  }
}

@media (max-width:899px) {
  .header-content__wrap {
    padding-top: 100px
  }
}

@media (max-width:599px) {
  .header-content__wrap {
    padding-top: 70px
  }
}

.header-sub {
  position: relative;
  z-index: 50;
  display: flex;
  width: 100%;
  margin-top: auto;
  padding-left: 12.5%;
  padding-bottom: 6.5vh;
  opacity: 0;
  transition: opacity .2s;
  transition-delay: .3s
}

@media (max-width:1199px) {
  .header-sub {
    padding-left: 70px
  }
}

@media (max-width:899px) {
  .header-sub {
    padding-bottom: 10vh;
    padding-left: 40px
  }
}

@media (max-width:599px) {
  .header-sub {
    padding-left: 35px
  }
}

.header-sub::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 89.8%;
  background-color: #fff;
  height: 2px;
  width: calc(50vw - 500px);
  min-width: 200px
}

@media (max-width:1199px) {
  .header-sub::before {
    right: 97%
  }
}

.header-sub__item {
  margin-right: 3%
}

@media (max-width:899px) {
  .header-sub__item {
    margin-right: 20px
  }
}

.header-sub__link {
  font-family: "Hrot Premium", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.6rem
}

.header-sub__link:hover span {
  transform: translateX(5px)
}

.header-sub__link span {
  display: inline-block;
  will-change: transform;
  transition: transform .1s linear
}
