.all-wrap {
background: #f3f6f7;
padding-bottom: 70px;
}
footer {margin-top:0}
.vacancy-icon {border: 1px solid #ccc;
    border-radius: 100%;
    width: 45px;
    height: 42px;
    margin-top: 3px;}
.vacancy-icon img {    max-width: 50%;}	
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;
}

.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----------------------------------------------------------------- */
.section {
  background: #f3f6f2;
}

.gap80 {
  gap: 80px;
}

.br5 {
  border-radius: 5px;
}

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;
}

.shadow {
  box-shadow: 0px 3px 10px 2px rgba(34, 60, 80, 0.1);
}

.career-cards li {
  padding: 16px;
}
.career-cards li a {
  text-decoration: none;
  flex-wrap: nowrap;
}
.career-cards li a p {
  color: rgb(26, 20, 45);
  font-size: clamp(16px, 3vw, 18px);
  transition: all 0.3s ease-in-out;
}
.career-cards li a:hover > div > p:first-child {
  color: #e62c3a;
}
.career-cards li .tags {
  flex-wrap: wrap;
}
.career-cards li .tags p {
  color: #7a7687;
  font-size: clamp(12px, 3vw, 14px);
}
.career-cards li .tags p::after {
  content: "";
  background: #7a7687;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.career-cards li .tags p:last-of-type::after {
  display: none;
}
.career .sticky-wrap {
  position: sticky;
  top: 20px;
  overflow: hidden;
}
.career .sticky-wrap img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.career .sticky-wrap .sticky-text {
  padding: 24px;
}
.career .sticky-wrap .sticky-text p {
  font-size: clamp(18px, 3vw, 24px);
  text-align: center;
  font-weight: 500;
}
.career .img-wrap {
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}
.career .img-wrap img {
  filter: grayscale(1);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20%;
     object-position: 20%;
}
.career form {
  height: 100%;
  padding: 24px;
}
.career form input,
.career form textarea,
.career form .input-attach {
  padding: 6px 12px;
  min-height: 26px;
  color: #282d33;
  margin: 0;
  font-size: 16px;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  outline: none;
  /* border: none;      
  border-bottom: 1px solid #b0b2bf;
  */
}
.career form input::-webkit-input-placeholder,
.career form textarea::-webkit-input-placeholder,
.career form .input-attach::-webkit-input-placeholder {
  color: #b0b2bf;
  font-size: 14px;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
}
.career form input::-moz-placeholder,
.career form textarea::-moz-placeholder,
.career form .input-attach::-moz-placeholder {
  color: #b0b2bf;
  font-size: 14px;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
}
.career form input::-ms-input-placeholder,
.career form textarea::-ms-input-placeholder,
.career form .input-attach::-ms-input-placeholder {
  color: #b0b2bf;
  font-size: 14px;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
}
.career form input[type=file] {
  display: none;
}
.career form .input-attach {
  color: #b0b2bf;
  font-size: 14px;
  font-family: "Euclid", "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
  display: block;
  background-image: url(../_img/attach.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px auto;
}
.career form textarea {
  resize: none;
}
.career form .privacy-text {
  font-size: 12px;
}
.career form .privacy-text a {
  color: #282d33;
  font-size: 12px;
  text-decoration: underline;
}
.career form label {
  font-size: 14px;
}
.career .networks {
  border-top: 1px solid #b0b2bf;
  padding-top: 24px;
}

[data-success],
[data-error] {
  display: none;
}

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

@media screen and (max-width: 1024px) {
  .career .sticky-wrap .sticky-text {
    padding: 16px;
  }
  .career form {
    gap: 16px;
  }
  .career form .gap24 {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  .career {
    gap: 40px;
  }
  .career-wrap {
    flex-direction: column;
  }
  .career .sticky-wrap {
    width: 100%;
    max-width: 100%;
    position: static;
  }
  .career .sticky-wrap img {
    -o-object-position: 0;
       object-position: 0;
  }
  .career .img-wrap {
    display: none;
  }
  .career form {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }
  .career form .form-field {
    flex-direction: column;
    gap: 16px;
  }
  .career form .privacy-text,
  .career form .btn {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  .career .w70 {
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */