body {
  padding-top: 103px;
}
@media (max-width: 991px) {
  body {
    padding-top: 65px;
  }
}

.header-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrapper.active {
  background: #171717;
}
@media (max-width: 991px) {
  .header-wrapper {
    background: #171717;
  }
}

.header {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header .icon-block {
  position: relative;
  padding-left: 55px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .header .icon-block {
    display: none;
  }
}
.header .icon-block .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media (max-width: 1199px) {
  .header .time {
    display: none;
  }
}
.header .burger-menu {
  display: none;
  position: relative;
  width: 30px;
  height: 18px;
  cursor: pointer;
}
.header .burger-menu span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #ffbe3e;
  top: 0;
  left: 4px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .burger-menu span:nth-child(2) {
  top: 8px;
}
.header .burger-menu span:nth-child(3) {
  top: 16px;
}
.header .burger-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.header .burger-menu.active span:nth-child(2) {
  left: 50%;
  width: 0;
}
.header .burger-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}
@media (max-width: 991px) {
  .header .burger-menu {
    display: block;
  }
}
.header .logo {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.header .logo img {
  width: 100%;
  max-width: 172px;
  margin-bottom: 6px;
}
.header .mobile-phone {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
@media (max-width: 991px) {
  .header .mobile-phone {
    display: block;
  }
}
.header .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .header .socials {
    display: none;
  }
}
.header .socials .soc {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .socials .soc:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header .phones .phone {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .phones .phone:last-child {
  margin-bottom: 0;
}
.header .phones .phone:hover {
  color: #ffbe3e;
}

@media (max-width: 991px) {
  .header-menu-wrapper {
    position: fixed;
    z-index: 1000;
    top: 64px;
    width: 100%;
    left: 0;
  }
}

@media (max-width: 991px) {
  .header-menu {
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #232323;
    display: none;
  }
}
.header-menu .menu-container {
  background: #2c2c2c;
  border: 1px solid #353535;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .header-menu .menu-container {
    min-height: calc(100vh - 75px);
    background: none;
    border: none;
  }
}
.header-menu .menu-container .pro-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .header-menu .menu-container .pro-menu {
    display: block;
    margin-bottom: 10px;
  }
}
.header-menu .menu-container .pro-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: content;
      flex-basis: content;
  border-right: 1px solid #353535;
}
@media (min-width: 992px) {
  .header-menu .menu-container .pro-menu li:last-child {
    border: none;
  }
}
@media (max-width: 991px) {
  .header-menu .menu-container .pro-menu li {
    border: none;
    display: block;
    border-bottom: 1px solid #353535;
  }
}
.header-menu .menu-container .pro-menu li a {
  display: block;
  line-height: 60px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .header-menu .menu-container .pro-menu li a {
    line-height: 50px;
  }
}
.header-menu .menu-container .pro-menu li:hover > a {
  color: #ffbe3e;
}
.header-menu .menu-container .mobile-block {
  display: none;
  text-align: center;
}
@media (max-width: 991px) {
  .header-menu .menu-container .mobile-block {
    display: block;
  }
}
.header-menu .menu-container .mobile-block .phones {
  margin-bottom: 10px;
}
.header-menu .menu-container .mobile-block .phones .phone {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #ffbe3e;
}
.header-menu .menu-container .mobile-block .socials {
  display: block;
  padding: 0 20px;
}
.header-menu .menu-container .mobile-block .socials .btn {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.header-menu .menu-container .mobile-block .socials .btn.btn-viber {
  background: #8738b5;
}
.header-menu .menu-container .mobile-block .socials .btn.btn-telegram {
  background: #079ae5;
}
/*# sourceMappingURL=header-1.css.map */