/* Generated by vite-plugin-svg-spritemap */
.contacts-data__container {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
.contacts-data__row {
  width: calc(50% - 0.9375rem);
}

.contact__columns {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #E4E6ED;
}
.contact__column {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.contact__item {
  display: flex;
  gap: 0.9375rem;
  color: #11023B;
  font-size: 1rem;
  line-height: 1.4;
}
.contact__link-label {
  color: rgba(17, 2, 59, 0.5);
  font-size: 0.8125rem;
  margin-bottom: 0.4375rem;
}
.contact__container {
  display: flex;
  justify-content: space-between;
}
.contact__left {
  width: 49%;
}
.contact__text {
  line-height: 1.4;
  margin-bottom: 2.25rem;
}
.contact__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.contact__right {
  width: 49%;
  position: relative;
}
.contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.25rem;
}
.contact .input {
  border: 0.0625rem solid rgba(17, 2, 59, 0.15);
  width: 100%;
}
.contact__input {
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
  width: 48%;
}
.contact label {
  font-weight: 500;
  font-size: 0.75rem;
}
.contact__textarea {
  font-size: 0.875rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
}
.contact__button {
  width: 100%;
  background-color: #BA8600;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 700;
  color: #fff;
}
.contact .block-title-small {
  margin-bottom: 0.5rem;
}
.contact__banner {
  position: relative;
}
.contact__banner img {
  max-width: 100%;
}
.contact__banner-link {
  position: absolute;
  bottom: 1.875rem;
  left: 2.1875rem;
  background-color: #ba8600;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}
.contact__banner-link:hover {
  opacity: 0.9;
}
.contact__country {
  margin-bottom: 1.125rem;
  margin-top: 1.125rem;
  display: flex;
  gap: 2.1875rem;
}
.contact__country:nth-child(1) {
  padding-bottom: 1.625rem;
  border-bottom: 0.0625rem solid rgba(17, 2, 59, 0.15);
}
.contact__country .contact__link {
  margin-bottom: 0.85rem;
}
.contact__country-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.contact__country-image {
  width: 10rem;
  max-width: 100%;
}
.contact__country-image img {
  max-width: 100%;
}
.contact__country-name {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.625rem;
}

.contact__right {
  position: relative;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */@media (max-width: 61.99875em) {
  .contacts-data__container {
    flex-wrap: wrap;
  }
  .contacts-data__row {
    width: 100%;
  }
  .contact__input {
    width: 100%;
  }
}@media (max-width: 47.99875em) {
  .contact__container {
    flex-direction: column;
    gap: 1.25rem;
  }
  .contact__left {
    width: 100%;
  }
  .contact__right {
    width: 100%;
  }
  .contact__input {
    width: 48%;
  }
}@media (max-width: 38.75rem) {
  .contact__input {
    width: 100%;
  }
}@media (max-width: 29.99875em) {
  .contact__columns {
    gap: 1.5625rem;
    flex-direction: column;
  }
}@media (max-width: 22.5em) {
  .contact {
    padding-top: 1.875rem;
  }
  .contact {
    padding-bottom: 1.875rem;
  }
}@media (min-width: 22.5em) and (max-width: 71.375em) {
  .contact {
    padding-top: clamp( 1.875rem , 1.0118286445rem  +  3.8363171355vw , 3.75rem );
  }
  .contact {
    padding-bottom: clamp( 1.875rem , 1.0118286445rem  +  3.8363171355vw , 3.75rem );
  }
}@media (min-width: 71.375em) {
  .contact {
    padding-top: 3.75rem;
  }
  .contact {
    padding-bottom: 3.75rem;
  }
}

.form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Полупрозрачный белый фон */
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px); /* Фильтр размытия */
    z-index: 10;
    visibility: hidden; /* По умолчанию скрыт */
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Стиль для центрирования сообщения */
.form-overlay .success-message {
    font-size: 1.5rem;
    color: #11023b;
    text-align: center;
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  appearance: none
}
.input {
  width: 100%;
  display: block;
  padding: 6px 16px;
  border-radius: 8px;
  caret-color: inherit;
  outline: 0;
  background-color: #fff
}
.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(17,2,59,.3)
}
.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(17,2,59,.3)
}
.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  color: rgba(17,2,59,.3)
}
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity .3s;
  color: rgba(17,2,59,.3)
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
  opacity: 0
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0
}
textarea.input {
  resize: none;
  height: 79px
}