.section_contacts .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section_contacts .container {
    flex-wrap: wrap;
  }
}
.section_contacts .contacts_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 680px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .section_contacts .contacts_wrapper {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .section_contacts .contacts_wrapper {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section_contacts .contacts_wrapper {
    max-width: 500px;
  }
}
.section_contacts .contacts_wrapper .title {
  font-size: 38px;
  margin-bottom: 60px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .section_contacts .contacts_wrapper .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section_contacts .contacts_wrapper .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.section_contacts .contacts_wrapper .contact_title {
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section_contacts .contacts_wrapper .elem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .section_contacts .contacts_wrapper .elem {
    margin-bottom: 10px;
    align-items: baseline;
  }
}
.section_contacts .contacts_wrapper .elem > i {
  margin-right: 10px;
}
.section_contacts .contacts_wrapper .elem > span {
  font-weight: 600;
  flex: 0 0 15%;
}
@media (max-width: 991px) {
  .section_contacts .contacts_wrapper .elem > span {
    flex: 1;
  }
}
.section_contacts .contacts_wrapper .elem > a {
  text-decoration: underline;
  line-break: anywhere;
}
@media (max-width: 767px) {
  .section_contacts .contacts_wrapper .elem > a {
    flex: 1;
  }
}
.section_contacts .contacts_wrapper .elem > a,
.section_contacts .contacts_wrapper .elem > i {
  color: var(--highlight-color);
}
.section_contacts .contacts_wrapper .elem.address {
  font-style: normal;
  margin-block: 20px;
}
.section_contacts .contacts_wrapper .contacts {
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.section_contacts .contacts_wrapper .contacts .contact_item {
  background-color: var(--color-background-alt);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 991px) {
  .section_contacts .contacts_wrapper .contacts .contact_item {
    padding: 30px;
  }
}
.section_contacts .contacts_wrapper .additional_contacts {
  background-color: var(--color-background-alt);
  border-radius: 20px;
  padding: 40px;
  gap: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .section_contacts .contacts_wrapper .additional_contacts {
    padding: 30px;
  }
}
.section_contacts .contacts_wrapper .additional_contacts ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
.section_contacts .contacts_wrapper .additional_contacts ul .additional_contact_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section_contacts .contacts_wrapper .additional_contacts ul .additional_contact_item .ac_title {
  font-size: 16px;
}
.section_contacts .form_wrapper {
  max-width: 460px;
}
@media (max-width: 767px) {
  .section_contacts .form_wrapper {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .section_contacts .form_wrapper {
    max-width: 100%;
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section_contacts .form_wrapper {
    max-width: 400px;
  }
}
.section_contacts .form_wrapper #form {
  padding: 60px 40px;
  border-radius: 20px;
  background: var(--group-color-secondary);
}
.group .section_contacts .form_wrapper #form {
  color: rgb(51, 51, 51);
}
.marina .section_contacts .form_wrapper #form {
  color: var(--marina-color-main);
}
.magellan .section_contacts .form_wrapper #form, .klcc .section_contacts .form_wrapper #form, .pacific .section_contacts .form_wrapper #form, .mantanani .section_contacts .form_wrapper #form {
  color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .section_contacts .form_wrapper #form {
    padding: 40px 30px;
  }
}
.magellan .section_contacts .form_wrapper #form {
  background: var(--magellan-color-secondary);
}
.pacific .section_contacts .form_wrapper #form {
  background: var(--pacific-color-secondary);
}
.mantanani .section_contacts .form_wrapper #form {
  background: var(--mantanani-color-secondary);
}
.marina .section_contacts .form_wrapper #form {
  background: var(--marina-color-secondary);
}
.klcc .section_contacts .form_wrapper #form {
  background: var(--klcc-color-secondary);
}
.section_contacts .form_wrapper #form .title {
  font-size: 38px;
  text-align: center;
  text-transform: initial;
}
@media (max-width: 991px) {
  .section_contacts .form_wrapper #form .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.group .section_contacts .form_wrapper #form .title {
  color: rgb(51, 51, 51);
}
.marina .section_contacts .form_wrapper #form .title {
  color: var(--marina-color-main);
}
.magellan .section_contacts .form_wrapper #form .title, .klcc .section_contacts .form_wrapper #form .title, .pacific .section_contacts .form_wrapper #form .title, .mantanani .section_contacts .form_wrapper #form .title {
  color: rgb(255, 255, 255);
}
.section_contacts .form_wrapper #form .gform_confirmation_wrapper {
  margin-top: 30px;
}
.section_contacts .form_wrapper #form .gform_wrapper * {
  border: none;
}
@media (max-width: 767px) {
  .section_contacts .form_wrapper #form .gform_wrapper * .ginput_recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}
.marina .section_contacts .form_wrapper #form .gform_wrapper .top_label .gfield_label,
.marina .section_contacts .form_wrapper #form .gform_wrapper legend.gfield_label {
  color: var(--marina-color-main);
}
.magellan .section_contacts .form_wrapper #form .gform_wrapper .top_label .gfield_label, .klcc .section_contacts .form_wrapper #form .gform_wrapper .top_label .gfield_label, .pacific .section_contacts .form_wrapper #form .gform_wrapper .top_label .gfield_label, .mantanani .section_contacts .form_wrapper #form .gform_wrapper .top_label .gfield_label,
.magellan .section_contacts .form_wrapper #form .gform_wrapper legend.gfield_label,
.klcc .section_contacts .form_wrapper #form .gform_wrapper legend.gfield_label,
.pacific .section_contacts .form_wrapper #form .gform_wrapper legend.gfield_label,
.mantanani .section_contacts .form_wrapper #form .gform_wrapper legend.gfield_label {
  color: rgb(255, 255, 255);
}
.marina .section_contacts .form_wrapper #form .gform_wrapper form li,
.marina .section_contacts .form_wrapper #form .gform_wrapper li {
  color: var(--marina-color-main);
}
.magellan .section_contacts .form_wrapper #form .gform_wrapper form li, .klcc .section_contacts .form_wrapper #form .gform_wrapper form li, .pacific .section_contacts .form_wrapper #form .gform_wrapper form li, .mantanani .section_contacts .form_wrapper #form .gform_wrapper form li,
.magellan .section_contacts .form_wrapper #form .gform_wrapper li,
.klcc .section_contacts .form_wrapper #form .gform_wrapper li,
.pacific .section_contacts .form_wrapper #form .gform_wrapper li,
.mantanani .section_contacts .form_wrapper #form .gform_wrapper li {
  color: rgb(255, 255, 255);
}