.contacts {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: auto;
  grid-gap: 2rem;
}
@media only screen and (max-width: 61.938rem) {
  .contacts {
    grid-template-columns: 1fr;
  }
}
.contacts__intro {
  margin-bottom: 1.5rem;
}
.contacts__links {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.contacts__link {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6em;
  color: var(--color-primary);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.938rem) {
  .contacts__link {
    font-size: 1.125rem;
  }
}
.contacts__link .icon {
  flex: 0 0 auto;
  fill: var(--color-primary);
  margin-right: 0.75rem;
}
.contacts__link:hover,
.contacts__link:focus {
  text-decoration: underline;
}
.contacts__linkItem {
  margin-right: 1.5rem;
}
.contacts__linkItem:last-child {
  margin-right: 0;
}
.contacts__nolink {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
  align-items: center;
}
.contacts__nolink .icon {
  flex: 0 0 auto;
  margin-right: 0.75rem;
}
.contacts__social {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.contacts__socialItem {
  margin-right: 1rem;
}
.contacts__socialItem:last-child {
  margin-right: 0;
}
.contacts__socialLink {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts__separator {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #E9E9E9;
  margin-bottom: 1rem;
}
.contacts__h4 {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-bottom: 0.375rem;
}
@media only screen and (max-width: 47.938rem) {
  .contacts__h4 {
    font-size: 1.125rem;
  }
}
.contacts__about {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.714em;
  opacity: 0.73;
}
.contacts__h3 {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.563rem;
  line-height: 1.48em;
  letter-spacing: 0.004em;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 47.938rem) {
  .contacts__h3 {
    font-size: 1.375rem;
  }
}
.contacts__map {
  margin-top: 1.5rem;
  display: flex;
}
.contacts__map .iframe {
  border: none;
  width: 100%;
  height: 23.25rem;
  border-radius: 1rem;
  overflow: hidden;
}
.contactsForm {
  display: none;
  background-color: #F1F1F1;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 0.75rem;
}
.contactsForm__title {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 47.938rem) {
  .contactsForm__title {
    font-size: 1.125rem;
  }
}
.contactsForm__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 0.75rem;
}
@media only screen and (max-width: 47.938rem) {
  .contactsForm__form {
    grid-template-columns: 1fr;
  }
}
.contactsForm__form .control {
  margin-top: 0.5rem;
}
.contactsForm__form .span2 {
  grid-column: span 2;
}
@media only screen and (max-width: 47.938rem) {
  .contactsForm__form .span2 {
    grid-column: span 1;
  }
}
.contactsForm__formGroup {
  display: flex;
}
.contactsForm__formGroup .floatingLabel:first-child .select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 6.25rem;
}
.contactsForm__formGroup .floatingLabel:last-child {
  flex: 1 1 auto;
}
.contactsForm__formGroup .floatingLabel:last-child .input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.contactsForm__formFooter {
  margin-top: 0.75rem;
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactsForm__formFooter .g-recaptcha {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 47.938rem) {
  .contactsForm__formFooter .g-recaptcha {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 47.938rem) {
  .contactsForm__formFooter {
    grid-column: span 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.contactsForm.active {
  display: block;
}
.contactsConfirmation {
  display: none;
  background-color: #F1F1F1;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 0.75rem;
}
.contactsConfirmation__title {
  font-family: "Source Sans Pro", Calibri, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-bottom: 0.375rem;
}
@media only screen and (max-width: 47.938rem) {
  .contactsConfirmation__title {
    font-size: 1.125rem;
  }
}
.contactsConfirmation__subtitle {
  font-family: "Inter", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.714em;
  margin-bottom: 1.5rem;
}
.contactsConfirmation__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (max-width: 35.938rem) {
  .contactsConfirmation__buttons {
    flex-direction: column;
  }
}
.contactsConfirmation__buttons .button {
  margin-right: 0.75rem;
}
@media only screen and (max-width: 35.938rem) {
  .contactsConfirmation__buttons .button {
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}
.contactsConfirmation__buttons .button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 35.938rem) {
  .contactsConfirmation__buttons .button:last-child {
    margin-bottom: 0;
  }
}
.contactsConfirmation.active {
  display: block;
}
