﻿.header {
  height: 95px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 991px) {
  .header {
    height: 80px;
  }
}
.header .logo {
  height: 53px;
}
@media (max-width: 991px) {
  .header .logo {
    height: 35px;
  }
}
.header .btn {
  position: absolute;
  top: 18px;
  right: 75px;
  left: unset;
  z-index: 604;
  height: 45px;
  display: block;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  border-color: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  text-transform: uppercase;
}
