@font-face {
  font-family: 'RoadUA';
  src: url('https://qa-asset.e-tender.ua/v2/assets/fonts/roadUA/RoadUA-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RoadUA';
  src: url('https://qa-asset.e-tender.ua/v2/assets/fonts/roadUA/RoadUA-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.et-widget {
  font-family: 'RoadUA', sans-serif;
  background: #fff;
  border-radius: 8px;
  padding: 14px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
}

.et-widget .et-widget-left-group,
.et-widget .et-widget-right-group {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.et-widget .et-widget-logos {
  display: flex;
  align-items: center;
  gap: 25px;
}

.et-widget .et-widget-logos img {
  height: 40px;
  width: auto;
  object-fit: contain;
  cursor: pointer;
}

.et-widget .et-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1D1F1D;
  text-decoration: none;
}

.et-widget .et-icon-phone {
  width: 24px;
  height: 24px;
  background: url("https://qa-asset.e-tender.ua/v2/assets/images/icons/phone-green.svg")
  no-repeat center / contain;
  display: inline-block;
}

.et-widget .et-instruction {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #222;
  cursor: pointer;
}

.et-widget .et-icon-instruction {
  width: 20px;
  height: 16px;
  background: url("https://qa-asset.e-tender.ua/v2/assets/images/icons/hat.svg")
  no-repeat center / contain;
  display: inline-block;
}

.et-widget .et-instruction-text {
  font-weight: 500;
  color: #1E1E1E;
}

.et-widget .et-widget-buttons {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.et-widget-btn {
  height: 40px;
  padding: 11px 15px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: 'RoadUA', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
  box-sizing: border-box;
}

.et-widget-btn.et-register-btn {
  border: 1px solid #4CAF50;
  padding: 11px 20px;
  background-color: #4CAF50;
  color: #ffffff;
 }

.et-widget-btn.et-register-btn:hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.et-widget-btn.et-contact-btn {
  border: 1px solid #4CAF50;
  background: transparent;
  color: #1E1E1E;
}

.et-widget-btn.et-contact-btn:hover {
  background-color: #E8F5E9;
}

@media (max-width: 900px) {
  .et-widget {
    flex-direction: column;
    align-items: stretch;
  }

  .et-widget .et-widget-left-group {
    justify-content: space-between;
    width: 100%;
  }

  .et-widget .et-widget-right-group {
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
  }

  .et-widget .et-instruction {
    flex: 1 1 auto;
    min-width: 220px;
  }

  .et-widget .et-widget-buttons {
    justify-content: flex-end;
    width: 100%;
    a {
      width: 100%;
    }
  }
}

@media (max-width: 630px) {
  .et-widget .et-widget-left-group,
  .et-widget .et-widget-right-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .et-widget .et-widget-buttons {
    width: 100%;
    justify-content: flex-start;
  }

  .et-btn {
    width: 100%;
  }
}
