﻿.header-first {
  margin-bottom: 30px;
  padding: 35px 20px;
  background: #161a21;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.23);
}
@media (max-width: 990px) {
  .header-first {
    padding: 15px 20px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    transition: 0.3s;
  }
}
.header-first__hide {
  display: none;
}
@media (max-width: 990px) {
  .header-first__hide {
    display: block;
  }
}
.header-first__call {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-first__call svg:first-child {
  display: block;
}
.header-first__call svg:last-child {
  display: none;
}
.header-first .active svg:first-child {
  display: none;
}
.header-first .active svg:last-child {
  display: block;
}
.header-first__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-first__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.header-first__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #DEDEDE;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.header-first__link svg {
  margin-bottom: 10px;
}
.header-first__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 70px;
}
@media (max-width: 1280px) {
  .header-first__logo {
    padding-left: 0;
  }
}
.header-first__logo img {
  max-width: 120px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  object-fit: contain;
}
@media (max-width: 990px) {
  .header-first__nav {
    position: fixed;
    left: 0;
    top: 61.2px;
    opacity: 1;
    width: 100vw;
    height: calc(100vh - 61.2px);
    box-sizing: border-box;
    background: linear-gradient(180deg, rgb(25, 30, 39) 0%, rgb(33, 38, 49) 100%);
    box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #FFF;
    backdrop-filter: blur(8px);
    padding: 15px;
    display: none;
  }
}
@media (max-width: 990px) {
  .header-first__nav .header-first__sign {
    margin: 0 auto;
    max-width: 90px;
  }
}
.header-first__nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .header-first__nav ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 25px;
    margin-bottom: 25px;
  }
}
.header-first__nav ul li {
  margin: 0 15px;
}
@media (max-width: 990px) {
  .header-first__nav ul li {
    margin: 0;
  }
}
.header-first__nav ul img {
  margin-right: 5px;
}
.header-first__nav ul a {
  color: #FFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
@media (max-width: 990px) {
  .header-first__nav ul a {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
  }
}
.header-first__btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 990px) {
  .header-first__btn {
    grid-gap: 10px !important;
    grid-template-columns: 1fr 1fr !important;
    display: grid !important;
  }
}
.header-first__sign {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .header-first__sign {
    padding: 8px 15px;
  }
}
.header-first__sign:hover {
  color: #fff;
}
.header-first__login {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .header-first__login {
    padding: 8px 15px;
  }
}
.header-first__login:hover {
  color: #fff;
}

@media (max-width: 990px) {
  main {
    margin-top: 75px;
  }
}

/*# sourceMappingURL=header-1.css.map */
