header {
  min-height: 65px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 20; }

header.out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  padding: 0 45px 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto; }

.contact-link img {
  display: none; }

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  padding-left: 60px; }

.navigation-left, .navigation-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  color: #484040; }

.active-link {
  position: relative; }

.active-link::after {
  content: '';
  position: absolute;
  left: -10px;
  width: calc(100% + 20px);
  height: 4px;
  background-color: #FE0000;
  bottom: -3px; }

.navigation-left li, .navigation-right li {
  padding: 0 25px; }

.navigation-right li:last-child {
  padding-right: 0; }

#checkbox-burger {
  display: none;
  width: 30px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none; }

.burger {
  display: none;
  width: 21px;
  height: 20px;
  position: relative;
  z-index: 1; }

.burger-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  color: #ffffff;
  max-width: 100%;
  min-height: calc(100vh - 65px);
  background: #1D2730; }

.burger-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid #C4C4C4;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 22px;
  color: #ffffff; }

.burger-menu li:last-child {
  border: none; }

.burger-menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.burger-menu li img {
  width: 31px;
  height: auto;
  max-height: 27px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 14px; }

.dropdown-menu__links {
  color: #BDBDBD;
  font-size: 18px;
  padding-left: 45px;
  width: 100%;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }

.dropdown-menu__links a {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dropdown-menu__links a:hover {
  color: #ffffff; }

.dropdown-menu input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  left: 0;
  top: 0; }

.dropdown-menu__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1D2730; }

.dropdown-menu a {
  display: flex; }

.dropdown-menu input:checked ~ .dropdown-menu__bg {
  background-color: #111417; }

.burger span {
  padding: 0;
  width: 21px;
  height: 4px;
  background-color: #000000;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute; }

.burger span:first-child {
  top: 0; }

.burger span:nth-child(2), .burger span:nth-child(3) {
  top: 8px; }

.burger span:last-child {
  bottom: 0; }

#checkbox-burger:checked {
  z-index: 20; }

#checkbox-burger:checked ~ .burger span:nth-last-child(4) {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  background-color: transparent; }

#checkbox-burger:checked ~ .burger span:nth-last-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#checkbox-burger:checked ~ .burger span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#checkbox-burger:checked ~ .burger span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#checkbox-burger:checked ~ .burger span:nth-last-child(1) {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  background-color: transparent; }

.logo img {
  width: 181px;
  height: 37px; }

header nav a:hover {
  color: #FE0000; }

@media (max-width: 1200px) {
  .navigation-left li, .navigation-right li {
    padding: 0 15px; }
  header nav {
    padding-left: 40px; } }

@media (max-width: 990px) {
  .navigation-left li, .navigation-right li {
    padding: 0 7px; }
  header nav {
    padding-left: 25px; }
  .contact-link img {
    display: inline; }
  .contact-link span {
    display: none; }
  .header-wrapper {
    padding: 0 15px; } }

@media (max-width: 768px) {
  .navigation-left li, .navigation-right li {
    display: none; }
  .navigation-right li:last-child {
    display: block;
    padding: 0; }
  header nav {
    width: auto;
    padding-left: 0; }
  .logo img {
    width: 181px;
    height: 37px; }
  .burger, #checkbox-burger {
    display: block; }
  .burger-menu {
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  #checkbox-burger:checked ~ .burger-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
