.containerSix {
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(../../img/contacts.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.containerSix__fone {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 12, 28, 0.91);
}

.contentSix {
  padding: 40px;
  position: relative;
  max-width: 1080px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  overflow: hidden;
}

.contentSixDescription {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contentSixDescription h2 {
  color: var(--bs-gray-500);
  letter-spacing: 1.3px;
  line-height: 1.6;
  font-weight: 200;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.contentSixContakts {
  padding: 40px;
  margin: 100px;
  background: rgba(0, 12, 28, 0.8784313725);
  position: relative;
  max-width: 960px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 7px 9px 20px 1px rgba(150, 175, 225, 0.42);
  border-top: 1px solid rgba(150, 175, 225, 0.15);
  backdrop-filter: blur(3px);
  overflow: hidden;
}

.contentSixBlock {
  width: 50%;
  min-height: 300px;
}

.formsBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.formsTitle {
  width: 100%;
  padding: 20px;
}
.formsTitle h3 {
  color: var(--bs-gray-500);
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
}

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 10px;
  margin-top: 20px;
}
.form input, .form textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 10px;
  border-radius: 10px;
  box-shadow: inset 1px 0px 10px 1px rgba(150, 175, 225, 0.42);
  border-top: 1px solid rgba(150, 175, 225, 0.15);
  background: transparent;
  color: var(--bs-gray-500);
}
.form textarea {
  min-height: 100px;
}
.form label {
  width: 100%;
  text-align: start;
  color: var(--bs-gray-500);
  padding: 0 5px;
}

.contactsBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contactsTitle {
  width: 100%;
  padding: 20px;
}
.contactsTitle h3 {
  color: var(--bs-gray-500);
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
}

.contactLocation {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.contactLocation__item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.contactLocation__title {
  display: flex;
  align-items: center;
  width: 100%;
}
.contactLocation__title h3 {
  color: var(--bs-gray-500);
  font-weight: 200;
  text-transform: uppercase;
  margin-left: 10px;
}
.contactLocation__description {
  padding: 10px 0;
}
.contactLocation__description h3 {
  color: var(--bs-gray-500);
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.5;
  margin-left: 34px;
}

@media (max-width: 860px) {
  .contentSixContakts {
    flex-direction: column;
  }
  .contentSixBlock {
    width: 100%;
    min-height: 300px;
  }
}
@media (max-width: 520px) {
  .contentSixContakts {
    padding: 15px;
  }
}

/*# sourceMappingURL=containerSix.css.map */
