.contato-map {
  width: 100%;
  min-height: 400px;
}

.contato .left {
  border-radius: 4px;
  border: 1px solid rgba(230, 107, 14, 0.20);
  background: #242424;
  padding: 22px 16px;
  min-width: 395px;
  margin: 0 48px 0 0;
}

.contato .left .title {
  color: #FAFAFA;
  font-family: "Public Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  position: relative;
}

.contato .left .title::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 24px;
  height: 3px;
  background-color: var(--primary-color);
}

.contato .left p {
  color: #C3C3C3;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 10px 0 24px 0;
}

.contato .left .group {
  display: flex;
  gap: 8px;
}

.contato .left .group svg {
  height: 22px;
  width: 22px;
  flex-shrink: 0;
}

.contato .left .group h3 {
  color: #FAFAFA;
  font-family: "Public Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 3px 0;
}

.contato .left .group div a,
.contato .left .group div span,
.contato .left .group div address {
  color: #C3C3C3;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  margin: 0;
}


.contato .right {
  border-radius: 4px;
  border: 1px solid rgba(230, 107, 14, 0.20);
  background: #242424;
  box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
  padding: 22px 15px;
}

.contato .right .title {
  color: #C3C3C3;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px 0;
}

.contato .right .title svg {
  width: 22.667px;
  height: 22.667px;
}

.contato .form-label {
  color: #FAFAFA;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 350;
  margin: 0 0 8px 0;
}

.contato .form-control,
.contato select {
  border-radius: 4px;
  padding: 10px 8px;
  border: 1px solid #E9E9E9;
  background: #FAFAFA;
  color-scheme: light;
}

.contato .form-control,
.contato .form-control::placeholder,
.contato select {
  color: #6C6C6C;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 350;
}

.contato .right .btn {
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  display: flex;
  min-width: 254px;
  padding: 6px 4px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;

  color: #FAFAFA;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  transition: .3s ease;
}

.contato .right .btn svg {
  width: 12px;
  height: 12px;
}

.contato .right .btn:hover {
  opacity: .8;
}

.contato textarea.form-control {
  height: 58px;
  min-height: 58px;
}

@media screen and (max-width: 992px) {
  .contato .left {
    margin: 0 0 24px 0;
    width: 100%;
    min-width: 100%;
  }

  .contato .right .btn {
    margin: 24px 0 0 0;
  }

  .contato-map {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .contato-map {
    width: 100%;
    min-height: 400px;
  }

  .contato .left {
    border-radius: 4px;
    border: 1px solid rgba(230, 107, 14, 0.20);
    padding: 32px 24px;
    min-width: 558px;
    margin: 0 68px 0 0;
  }

  .contato .left .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
  }

  .contato .left .title::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 3px;
    background-color: var(--primary-color);
  }

  .contato .left p {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 18px 0 42px 0;
  }

  .contato .left .group {
    gap: 12px;
  }

  .contato .left .group svg {
    height: 32px;
    width: 32px;
    flex-shrink: 0;
  }

  .contato .left .group h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 6px 0;
  }

  .contato .left .group div a,
  .contato .left .group div span,
  .contato .left .group div address {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }


  .contato .right {
    border-radius: 4px;
    border: 1px solid rgba(230, 107, 14, 0.20);
    box-shadow: 0 1px 4px 0 rgba(27, 27, 27, 0.05);
    padding: 32px 24px;
  }

  .contato .right .title {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    gap: 12px;
    margin: 0 0 32px 0;
  }

  .contato .right .title svg {
    width: 26.667px;
    height: 26.667px;
  }

  .contato .form-label {
    font-size: 16px;
    font-weight: 350;
    line-height: 24px;
    margin: 0 0 12px 0;
  }

  .contato .form-control,
  .contato select {
    border-radius: 4px;
    padding: 16px 12px;
    border: 1px solid #E9E9E9;
  }

  .contato .form-control,
  .contato .form-control::placeholder,
  .contato select {
    font-size: 14px;
    font-weight: 350;
  }

  .contato .right .btn {
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    min-width: 357px;
    padding: 16px 24px;
    gap: 24px;
    flex: 1 0 0;

    font-size: 18px;
    font-weight: 400;
  }

  .contato .right .btn svg {
  width: 22px;
  height: 22px;
}

  .contato textarea.form-control {
    height: 81px;
    min-height: 81px;
  }

}