.menu-item {
  display: flex;
  align-items: center;
}

.full-screen-menu-0>li>svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.full-screen-menu-0>li {
  display: flex !important;
  align-items: center;
}

.full-screen-menu-0>li>svg g {
  transition: fill 0.3s;
}

.full-screen-menu-0>li:hover>svg g {
  fill: #24c;
}

.company-history .date-wrap {
  min-width: 100% !important;
}

@media (min-width: 576px) {

  .company-history .date-wrap {
    min-width: 130px !important;
  }

  .company-history .text {
    margin: 0 0 0 80px !important;
  }
}

.footer .footer-menu li a {
  font-weight: 500;
}

@media (max-width: 1375px) {
  .g-wrap {}

  .g-left {
    display: block;
  }

  .g-right {}
}

@media (max-width: 992px) {
  .g-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .g-left {
    
    margin: 0;
  }

  .g-left .sidebar-menu{
    display: none;
  }

  .g-right {
    width: calc(100% - 30px);
    margin-bottom: 16px;
  }
}


@media (max-width: 768px) {
  .g-left {
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
  .g-left .sidebar-menu{
    display: block;
  }
  .g-left .consultation-tizer .ask-a-question-block{
    max-width: 100%;
  }

  .g-right {
    width: 100%;
  }
}