.all-wrap {background: #f3f6f7;
    padding-top: 35px;}
a {
  transition: all 0.3s ease-in-out;
}

input:focus {
  outline: none;
}
h1 {margin-bottom: 15px;}
h2 {
  font-size: clamp(24px, 5vw, 34px);
  font-weight: 500;
  margin: 0;
}

.is-flex {
  display: flex;
}

.a-i-c {
  align-items: center;
}

.a-i-bl {
  align-items: baseline;
}

.a-i-s {
  align-items: start;
}

.a-i-e {
  align-items: end;
}

.j-c-sb {
  justify-content: space-between;
}

.j-c-s {
  justify-content: start;
}

.j-c-c {
  justify-content: center;
}

.gap4 {
  gap: 4px;
}
.gap60 {gap:60px;}
.gap5 {
  gap: 5px;
}

.gap6 {
  gap: 6px;
}

.gap8 {
  gap: 8px;
}

.gap10 {
  gap: 10px;
}

.gap16 {
  gap: 16px;
}

.gap24 {
  gap: 24px;
}

.gap30 {
  gap: 30px;
}

.gap32 {
  gap: 32px;
}

.gap40 {
  gap: 40px;
}

.gap56 {
  gap: 56px;
}

.gap60 {
  gap: 60px;
}

.flex1 {
  flex: 1;
}

.flex3 {
  flex: 3;
}

.f-d-c {
  flex-direction: column;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

.w70 {
  width: 70%;
  max-width: 70%;
}

.w60 {
  width: 60%;
  max-width: 60%;
}

.w50 {
  width: 50%;
  max-width: 50%;
}

.w30 {
  width: 30%;
  max-width: 30%;
}

.white-box {
  background: #ffffff;
}

.br6 {
  border-radius: 6px;
}

.br8 {
  border-radius: 8px;
}

.br16 {
  border-radius: 16px;
}

.border {
  border: 1px #dfdfdf solid;
}

.border-top {
  border-top: 1px rgba(142.41, 143.21, 146.03, 0.4) solid;
}

.border-bottom {
  border-bottom: 1px rgba(142.41, 143.21, 146.03, 0.4) solid;
}

.grey {
  background: #f0f5f7;
}

.page {
  background: #ffffff;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif;
  color: #282d33;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.main {
  flex-grow: 1;
  position: relative;
}

.container {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.section {
  padding: 64px 0;
}

/* --------------------------------------------------------contacts----------------------------------------------------------------- */
.gap80 {
  gap: 80px;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 0.45em;
  font-weight: 400;
}

.h1-large {
  font-size: 72px;
  letter-spacing: -0.05em;
}

.btn {
  transition: 0.2s all ease-in-out;
  line-height: 100%;
  font-weight: 500;
  border: 0;
  border-radius: 5px;
  padding: 11px 16px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
}
.btn-primary {
  border-color: #e62c3a;
  background-color: #e62c3a;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: #b36d6d;
  background-color: #b36d6d;
  color: #fff;
}

.contacts h2 {
  font-weight: 400;
}
.contacts .title-wrap {
  max-width: 720px;
  text-align: center;
  align-self: center;
}
.contacts .title-wrap p {
  font-size: 18px;
}
.contacts-wrap span {
  font-weight: 500;
  font-size: 18px;
}
.contacts-wrap a {
  font-weight: 400;
  color: #1a142d;
  font-size: 16px;
  text-decoration: none;
}
.contacts-wrap a:hover {
  opacity: 0.8;
}
.contacts-wrap > div:first-of-type {
  margin-top: 24px;
}
.contacts-wrap svg {
 width: 25px;
}
.contacts-wrap .networks svg {
 width: 32px;
}
.contacts .form-wrap {
  box-shadow: 0px 5px 15px 2px rgba(34, 60, 80, 0.2);
  padding: 24px;
}
.contacts form {
  height: 100%;
}
.contacts form input,
.contacts form textarea {
  padding: 0 0 10px;
  min-height: 26px;
  color: #1a142d;
  margin: 0;
  font-size: 18px;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  border: none;
  outline: none;
  border-bottom: 1px solid #b0b2bf;
}
.contacts form input::-webkit-input-placeholder,
.contacts form textarea::-webkit-input-placeholder {
  color: #b0b2bf;
  font-size: 18px;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
}
.contacts form input::-moz-placeholder,
.contacts form textarea::-moz-placeholder {
  color: #b0b2bf;
  font-size: 18px;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
}
.contacts form input::-ms-input-placeholder,
.contacts form textarea::-ms-input-placeholder {
  color: #b0b2bf;
  font-size: 18px;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
}
.contacts form textarea {
  resize: none;
}
.contacts form .privacy-text {
  font-size: 12px;
}
.contacts form .privacy-text a {
  font-size: 12px;
  text-decoration: underline;
}
.contacts .networks {
  border-top: 1px solid #b0b2bf;
  padding-top: 24px;
}

.contacts-map {
  margin-top: 80px;
  height: 640px;
}

@media screen and (max-width: 1024px) {
  .h1-large {
    font-size: 56px;
  }
  .contacts-wrap {
    gap: 32px;
  }
  .contacts-map {
    height: 400px;
  }
}
@media screen and (max-width: 690px) {
  .h1-large {
    font-size: 32px;
  }
  .container {
    padding: 0 16px;
  }
  .contacts {
    gap: 32px;
  }
  .contacts .title-wrap {
    align-self: flex-start;
    text-align: start;
  }
  .contacts-wrap {
    flex-direction: column;
    gap: 32px;
  }
  .contacts-wrap .w50 {
    width: 100%;
    max-width: 100%;
  }
  .contacts-wrap > div:first-of-type {
    margin-top: 0;
  }
  .contacts-wrap svg {
    min-width: 27px;
    width: 27px;
    height: 27px;
  }
  .contacts .gap8 {
    gap: 4px;
  }
  .contacts-map {
    height: 320px;
    margin-top: 60px;
  }
}/*# sourceMappingURL=style.css.map */