.header_top_inner {
  display: flex;
  align-items: center;
}
.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header_top {
    flex-direction: column !important;
  }
}
.phone-top a, .bottom-blocks-wrapper .contacts-bottom .phone-bottom a {
  cursor: pointer;
}
@media (max-width: 480px) {
  .company-info h2 img {
    margin: 0 !important;
  }
}
.type-checkbox ul li label {
  color: #ffffff;
}
