@media (min-width: 1441px) {
  .bic-contact .bic-container {
    max-width: 1260px;
  }
}

.bic-contact-address {
  position: relative;

  background: var(--bic-primary-color);

  border-radius: var(--bic-border-radius);

  padding: 30px;

  margin-bottom: 50px;
}

.bic-contact-address .bic-address-item {
  gap: 20px;
}

.bic-contact-address .bic-address-item path {
  fill: #fff;
}

.bic-contact-address .bic-address-item svg {
  width: 48px;

  height: 48px;
}

.bic-contact-address .bic-address-item__content p {
  line-height: 1;

  margin-bottom: 10px;
}

.bic-contact-address .bic-address-item__content p:last-child {
  margin: 0;
}

.bic-form-input input,
.bic-form-input textarea {
  border-radius: 10px;
}

.bic-contact-map {
  margin-bottom: 0 !important;
}

.bic-map__image a {
  position: relative;
  padding-top: 31.25%;
  display: block;
  overflow: hidden;
}

.bic-map__image a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1440px) {
  .bic-contact-address {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .bic-contact-address {
    padding: 15px;

    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .bic-contact-address .bic-address-item {
    gap: 15px;
  }

  .bic-contact-address .bic-address-item svg {
    width: 32px;

    height: 32px;
  }

  .bic-map__image a {
    padding-top: 85%;
  }
}
