/*==========  header  ==========*/
header {
  background: #000;
  color: #fff;
  border-top: 0.35px solid rgba(255, 194, 0, 0.7);
  border-bottom: 0.35px solid rgba(255, 194, 0, 0.7); }
  header .list-social li {
    margin: 0 17px 0 0; }
    header .list-social li:last-child {
      margin: 0; }
    header .list-social li a {
      width: 50px;
      height: 50px;
      min-width: 50px; }

.header-wrapper {
  width: 100%;
  min-height: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.logo-arrow {
  max-width: 158px;
  width: 100%;
  fill: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -0.35px 0 0; }
  .logo-arrow .svg-icon {
    width: 37px;
    height: 27px; }

.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  width: 409px; }

.btn-burger {
  width: 24px;
  height: 16px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto 0;
  cursor: pointer; }
  .btn-burger span {
    background: #fff;
    display: block;
    width: 100%;
    height: 1px; }

.header-text {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px; }

/*==========  header end  ==========*/
/*==========  mobile-menu  ==========*/
.mobile-menu {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 290px;
  padding: 30px;
  overflow-y: auto;
  background: #000;
  color: #fff;
  right: 0;
  top: 0;
  display: none; }
  .mobile-menu .logo {
    max-width: 160px; }
  .mobile-menu .menu {
    margin: 30px 0; }
    .mobile-menu .menu li {
      width: 100%;
      margin: 0 0 10px; }
  .mobile-menu .list-social li {
    margin: 0 10px 0 0; }
    .mobile-menu .list-social li:last-child {
      margin: 0; }
    .mobile-menu .list-social li a {
      width: 40px;
      height: 40px;
      min-width: 40px; }

.btn-close {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  right: 20px;
  top: 20px; }
  .btn-close:before, .btn-close:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #FFC200;
    border-radius: 2px; }
  .btn-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-close:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

.header {
  background: #FFC200;
  border-top-color: #000;
  border-bottom-color: #000; }
  .header .logo-arrow, .header .header-box {
    border-color: #000; }
@media only screen and (min-width: 1025px) {
  .header .menu li a:hover {
    color: #000; }
}
  .header .menu li .active {
    color: #000; }

/*==========  mobile-menu end  ==========*/
