a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.eot);
  src: url(../fonts/Montserrat-Regular.woff2) format('woff2'),
    url(../fonts/Montserrat-Regular.woff) format('woff'),
    url(../fonts/Montserrat-Regular.ttf) format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.eot);
  src: url(../fonts/Montserrat-Medium.woff2) format('woff2'),
    url(../fonts/Montserrat-Medium.woff) format('woff'),
    url(../fonts/Montserrat-Medium.ttf) format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.eot);
  src: url(../fonts/Montserrat-Bold.woff2) format('woff2'),
    url(../fonts/Montserrat-Bold.woff) format('woff'),
    url(../fonts/Montserrat-Bold.ttf) format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraBold.eot);
  src: url(../fonts/Montserrat-ExtraBold.woff2) format('woff2'),
    url(../fonts/Montserrat-ExtraBold.woff) format('woff'),
    url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');
  font-weight: 800;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
}
body {
  width: 100%;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: 'a' 'b' 'c';
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #1d2634;
  background: #fff;
}
body .header {
  grid-area: a;
}
body .main {
  grid-area: b;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
body .main:not(.main--without-offset) {
  margin-top: 73px;
}
@media (max-width: 1024px) {
  body .main:not(.main--without-offset) {
    margin-top: 63px;
  }
}
body .footer {
  grid-area: c;
}
img {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
a {
  color: inherit;
  transition: 0.3s;
}
a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
button {
  padding: 0;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
}
b,
strong {
  font-weight: 700;
}
mark {
  background: #dfae49;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  word-wrap: break-word;
}
.h1,
h1 {
  font-size: 68px;
}
@media (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 40px;
  }
}
.h2,
h2 {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .h2,
  h2 {
    font-size: 24px;
  }
}
.h3,
h3 {
  font-size: 28px;
}
@media (max-width: 1024px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
.h4,
h4 {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}
.h5,
h5 {
  font-size: 18px;
}
.h6,
h6 {
  font-size: 16px;
}
.container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 15px;
}
.scroll-lock {
  overflow: hidden;
}
.button {
  min-width: 230px;
  padding: 20px 35px;
  display: inline-block;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.button--primary {
  color: #fff;
  background: #dfae49;
  border: 0;
}
.button--border {
  background: transparent;
  color: #dfae49;
  border: 2px solid #dfae49;
}
.button--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  color: #fff;
  background: #dfae49;
  border: 0;
}
.button--arrow:after {
  content: '';
  margin-top: 2px;
  min-width: 14px;
  width: 14px;
  height: 9px;
  display: block;
  background-image: url(../images/svg/small-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 425px) {
  .button--arrow {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 340px) {
  .button--arrow:after {
    display: none;
  }
}
.button:hover {
  filter: brightness(0.9);
}
.button[disabled] {
  filter: grayscale(1);
  pointer-events: none;
}
.list-alt {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.list-alt li {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
}
.list-alt li:before {
  content: '';
  margin-top: 8px;
  min-width: 8px;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #dfae49;
}
.socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.socials__link {
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.socials__link img {
  width: 100%;
  object-fit: contain;
}
.contacts-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.contacts-info h6,
.h6 {
  width: 100%;
}
.contacts-info__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
}
.contacts-info__item:before {
  content: '';
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.contacts-info__item--phone:before {
  background-image: url(../images/svg/phone.svg);
}
.contacts-info__item--location:before {
  background-image: url(../images/svg/location.svg);
}
.contacts-info__item--mail:before {
  background-image: url(../images/svg/mail.svg);
}
.contacts-info__item--schedule:before {
  background-image: url(../images/svg/schedule.svg);
}
.contacts-info__item--socials {
  flex-direction: column;
}
.contacts-info__item--socials:before {
  display: none;
}
.contacts-info__item a {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.contacts-info__item a:hover {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}
.contacts-info__col {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.typical-checkbox {
  position: relative;
}
.typical-checkbox__input {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.typical-checkbox__input:checked + .typical-checkbox__title:before {
  background: #dfae49;
}
.typical-checkbox__input:checked + .typical-checkbox__title:after {
  opacity: 1;
}
.typical-checkbox__title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
  font-size: 16px;
}
.typical-checkbox__title:before {
  content: '';
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #dfae49;
  border-radius: 3px;
}
.typical-checkbox__title:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/svg/checkmark.svg);
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-position: calc(50% + 0.5px) 50%;
  opacity: 0;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .typical-checkbox__title {
    font-size: 14px;
  }
}
.typical-field {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 1px;
}
.typical-field__required,
.typical-field__title {
  font-weight: 700;
  font-size: 16px;
}
.typical-field .iti {
  width: 100%;
  font-size: 16px;
}
.typical-field .iti__country-list {
  /* overflow: hidden; */
}
.typical-field__input,
.typical-field__textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
  border: 1px solid #dadada;
  color: #1d2634;
  background: transparent;
  outline: 0;
}
.typical-field__input::placeholder,
.typical-field__textarea::placeholder {
  color: #7d7d7d;
}
.typical-field__input:focus,
.typical-field__textarea:focus {
  border-color: #dfae49;
}
.typical-field__textarea {
  max-height: 240px;
  min-height: 90px;
  resize: vertical;
}
.typical-field__textarea::-webkit-scrollbar {
  width: 6px;
}
.typical-field__textarea::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.typical-field__textarea::-webkit-scrollbar-thumb {
  background: #888;
}
.typical-field__textarea::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.typical-field__validation-message {
  width: 100%;
  color: #ea2e24;
  font-size: 14px;
}
@media (min-width: 641px) {
  .typical-field--half {
    width: calc(50% - 10px);
  }
}
.typical-field--error .typical-field__input,
.typical-field--error .typical-field__textarea {
  border-color: #ea2e24;
}
.typical-field:not(.typical-field--error) .typical-field__validation-message {
  display: none;
}
.typical-form,
.typical-form__body,
.typical-form__fields,
.typical-form__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  row-gap: 20px;
}
.typical-form__row {
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media (max-width: 1024px) {
  .typical-form__row {
    column-gap: 20px;
  }
}
.vacancy-card {
  padding: 10px 10px 20px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  row-gap: 10px;
  background: #fff;
  border: 1px solid #dadada;
}
.vacancy-card__media {
  width: 100%;
  min-height: 168px;
  padding-top: 67%;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
.vacancy-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.vacancy-card__content {
  width: 100%;
  padding: 0 10px 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 14px;
}
.vacancy-card__salary {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  border: 1px solid #222;
  border-radius: 37px;
  font-weight: 500;
  font-size: 13px;
  color: #1d2634;
}
.vacancy-card__short-info {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.vacancy-card__short-info li {
  display: flex;
  column-gap: 10px;
}
.vacancy-card__short-info span:first-child {
  min-width: 65px;
  color: #7d7d7d;
}
.vacancy-card__title {
  font-size: 16px;
}
.vacancy-card .button {
  min-width: unset;
  margin: auto 10px 0;
  padding-left: 10px;
  padding-right: 10px;
}
.vacancy-card__hidden {
  display: none;
}
.popup {
  max-width: 445px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  border-radius: 20px;
  position: relative;
  background: #fff;
  border: 1px solid #dadada;
}
.popup__head {
  text-align: center;
  row-gap: 10px;
}
.popup__body,
.popup__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup__body {
  row-gap: 15px;
}
.popup .typical-form__footer {
  align-items: center;
}
.popup .mfp-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  color: transparent;
  background-image: url(../images/svg/cross.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .popup {
    padding: 65px 20px 20px;
  }
}
.mfp-container {
  padding: 0 15px;
  overflow: auto;
}
.mfp-content {
  padding: 15px 0;
}
.vacancy-popup {
  max-width: 945px;
  width: 100%;
  padding: 65px 30px 40px;
  flex-direction: column;
  gap: 35px;
}
.vacancy-popup__media {
  max-height: 400px;
  max-width: unset;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 206px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.vacancy-popup__media:before {
  content: '';
  padding-top: 67%;
  display: block;
}
.vacancy-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.vacancy-popup__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 30px;
  font-size: 16px;
}
.vacancy-popup__salary {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  border: 1px solid #222;
  border-radius: 37px;
  font-weight: 500;
  font-size: 16px;
  color: #1d2634;
}
.vacancy-popup__short-info {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.vacancy-popup__short-info li {
  display: flex;
  column-gap: 10px;
}
.vacancy-popup__short-info span:first-child {
  min-width: 65px;
  color: #7d7d7d;
}
.vacancy-popup__title {
  max-width: calc(100% - 24px);
}
.vacancy-popup__description {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.vacancy-popup__row {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.vacancy-popup .button,
.vacancy-popup__salary {
  margin-top: -10px;
}
@media (min-width: 769px) {
  .vacancy-popup .lg-hidden {
    display: none;
  }
}
@media (max-width: 1024px) {
  .vacancy-popup {
    padding-left: 20px;
    padding-right: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .vacancy-popup {
    flex-direction: column;
    align-items: center;
  }
  .vacancy-popup__media {
    max-width: unset;
  }
  .vacancy-popup__salary {
    margin-top: 0;
  }
  .vacancy-popup__short-info {
    align-self: flex-start;
  }
  .vacancy-popup__title {
    text-align: center;
  }
  .vacancy-popup__title:not(.lg-hidden) {
    display: none;
  }
  .vacancy-popup__content {
    width: 100%;
    padding: 0 10px;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .vacancy-popup {
    padding: 40px 10px;
  }
  .vacancy-popup__title {
    padding: 0 10px;
  }
}
.search-form {
  max-width: 400px;
  width: 100%;
  position: relative;
}
.search-form__input {
  width: 100%;
  height: 50px;
  padding: 15px 50px 15px 20px;
  border-radius: 10px;
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  outline: 0;
  border: 1px solid #f4f4f4;
  color: #1d2634;
  background: #f4f4f4;
}
.search-form__input::placeholder {
  color: #7d7d7d;
}
.search-form__input:focus {
  border-color: #dfae49;
}
.search-form__input::-webkit-search-cancel-button,
.search-form__input::-webkit-search-decoration,
.search-form__input::-webkit-search-results-button,
.search-form__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search-form__button {
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 15px;
  border: 0;
  background: transparent;
  background-image: url(../images/svg/search.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pagination {
  flex-wrap: wrap;
  gap: 2px;
}
.pagination,
.pagination__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__button {
  min-width: 30px;
  height: 36px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #dadada;
  font-size: 14px;
  text-decoration: none;
  background: #fff;
}
.pagination__button:hover {
  filter: brightness(0.95);
}
.pagination__button.active {
  pointer-events: none;
  color: #fff;
  background: #dfae49;
}
.checklist {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.checklist__item {
  display: flex;
  align-items: flex-start;
  text-align: left;
  column-gap: 8px;
  font-size: 16px;
}
.checklist__item:before {
  content: '';
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/svg/checklist-mark.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
}
.header {
  width: 100%;
  padding: 10px 0;
  position: absolute;
  transition: 0.3s;
  z-index: 10;
  background: #fcfaf9;
  border-bottom: 1px solid #dadada;
}
.header--transparent {
  border-color: transparent;
  background: transparent;
}
.header.sticky {
  position: fixed;
  background: #fcfaf9;
  box-shadow: 0 4px 34px 0 rgba(1, 63, 48, 0.12);
  border-color: transparent;
  animation: a 0.5s forwards;
}
@keyframes a {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  height: 52px;
}
.header .logo img {
  height: 100%;
  width: auto;
}
.header__burger {
  min-width: 32px;
  width: 32px;
  height: 22px;
  background-image: url(../images/svg/burger.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  border: 0;
}
@media (min-width: 1025px) {
  .header__burger {
    display: none;
  }
}
.header__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../images/svg/cross.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  border: 0;
}
@media (min-width: 1025px) {
  .header__close-button {
    display: none;
  }
}
.header__nav {
  width: 100%;
}
@media (min-width: 1025px) {
  .header__nav .contacts-info {
    display: none;
  }
}
.header .menu {
  width: 100%;
  display: flex;
  align-items: center;
  row-gap: 30px;
  position: relative;
}
@media (min-width: 1025px) {
  .header .menu__close-button {
    display: none;
  }
}
.header .menu__list {
  display: flex;
  align-items: center;
  gap: 20px 30px;
}
.header .menu__list:not(.menu__list--languages) {
  margin: 0 auto;
}
.header .menu__list--languages {
  column-gap: 15px;
}
.header .menu__list--languages .menu__item .menu__link {
  text-transform: uppercase;
  color: #7f7f7f;
}
.header .menu__list--languages .menu__item.active .menu__link {
  font-weight: 800;
  color: #1d2634;
}
.header .menu__item.active,
.header .menu__item:hover {
  color: #dfae49;
}
.header .menu__link {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .header .logo {
    height: 42px;
  }
  .header__nav {
    height: 100dvh;
    display: flex;
    justify-content: flex-end;
    inset: 0;
    z-index: 10;
    transform: translateX(200%);
  }
  .header__nav,
  .header__nav:before {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .header__nav:before {
    content: '';
    width: 200vw;
    height: 200vh;
    background: rgba(0, 0, 0, 0.1);
  }
  .header__nav.active {
    transform: translateX(0);
  }
  .header__nav.active,
  .header__nav.active:before {
    opacity: 1;
    visibility: visible;
  }
  .header .menu {
    max-height: 100dvh;
    height: 100%;
    max-width: 300px;
    width: 100%;
    padding: 50px 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    overflow: auto;
  }
  .header .menu__list:not(.menu__list--languages) {
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .menu__list--languages {
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  .header .menu__list--languages:after,
  .header .menu__list--languages:before {
    content: '';
    width: calc(100% + 60px);
    position: absolute;
    left: -30px;
  }
  .header .menu__list--languages:before {
    top: 0;
    border-top: 1px solid #dadada;
  }
  .header .menu__list--languages:after {
    bottom: 0;
    border-top: 1px solid #dadada;
  }
}
.footer {
  background: #fcfaf9;
}
.footer__inner {
  overflow: hidden;
}
.footer .wrapper {
  display: flex;
  flex-direction: column;
}
.footer__top {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 40px 55px;
}
.footer__bottom {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  background: #e5e5e5;
  position: relative;
}
.footer__bottom:before {
  content: '';
  width: 100dvw;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.footer__bottom > * {
  position: relative;
}
.footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}
.footer .logo {
  height: 46px;
}
.footer .logo img {
  height: 100%;
  width: auto;
}
.footer__logos {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.footer .menu {
  font-size: 16px;
}
.footer .menu__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .menu__link {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.footer .menu__link:hover {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}
.footer__link {
  font-size: 14px;
  text-align: center;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.footer__link:hover {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}
.footer .typical-form__fields {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer__top {
    flex-wrap: wrap;
    column-gap: 40px;
  }
  .footer__link {
    width: calc(50% - 7.5px);
    margin: 0;
  }
}
@media (max-width: 700px) {
  .footer__col {
    width: 100%;
  }
  .footer__col:first-child {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px;
  }
  .footer .menu__list {
    display: block;
    column-gap: 90px;
    column-count: 2;
  }
  .footer .menu__item + .menu__item {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .footer__bottom {
    padding: 30px 0;
  }
  .footer__link {
    text-align: left;
  }
}
@media (max-width: 425px) {
  .footer__link {
    width: 100%;
  }
}
.breadcrumbs {
  padding-top: 20px;
  font-size: 16px;
  color: #1d2634;
}
.breadcrumbs__list {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumbs__item {
  display: inline;
}
.breadcrumbs__item + .breadcrumbs__item:before {
  content: '/';
  margin: 0 2px;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  pointer-events: none;
  color: #7d7d7d;
}
.breadcrumbs__link {
  display: inline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.breadcrumbs__link:hover {
  -webkit-text-decoration-color: initial;
  text-decoration-color: initial;
}
.hero {
  padding-top: 73px;
  background: #fcfaf9;
}
.hero .wrapper {
  padding: 55px 0 95px;
  align-items: center;
  position: relative;
}
.hero .wrapper,
.hero__content {
  display: flex;
  position: relative;
  justify-content: space-between;
  row-gap: 20px;
}
.hero__content {
  max-width: 620px;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}
.hero__content .button {
  min-width: unset;
  margin-top: 30px;
  padding: 24px 45px;
  font-size: 18px;
}
.hero__media {
  max-width: 45% !important;
  width: 100%;
  margin-bottom: 20px;
  filter: sepia(0.8);
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero .checklist {
  row-gap: 20px;
}
.hero .checklist__item {
  font-size: 22px;
  column-gap: 10px;
}
.hero .checklist__item:before {
  min-width: 27px;
  width: 27px;
  height: 27px;
}
.hero .button {
  min-width: 290px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .hero {
    padding-top: 92px;
  }
  .hero .wrapper {
    padding-top: 0;
    padding-bottom: 50px;
    flex-direction: column;
  }
  .hero__content {
    align-items: center;
    text-align: center;
  }
  .hero__content .button {
    margin-top: 0;
  }
  .hero__media {
    display: none;
  }
  .hero .checklist {
    margin-top: 0;
    justify-content: center;
  }
  .hero .checklist__item {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .hero__media {
    width: 100%;
  }
}
.about-us {
  padding: 95px 0 100px;
}
.about-us .wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.about-us__body,
.about-us__content,
.about-us__head {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.about-us__certificate {
  padding: 20px;
  display: flex;
  gap: 10px 20px;
  border-radius: 10px;
  background: #fcfaf9;
}
.about-us__icon {
  width: 46px;
  min-width: 46px;
  height: 46px;
}
.about-us__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .about-us {
    padding: 60px 0;
  }
  .about-us .wrapper {
    row-gap: 20px;
  }
  .about-us__body {
    padding-left: 50px;
  }
}
@media (max-width: 640px) {
  .about-us__body {
    padding-left: 20px;
  }
  .about-us__certificate {
    width: calc(100% + 20px);
    margin-left: -20px;
    flex-direction: column;
  }
}
.how-we-work {
  padding: 100px 0;
  background: #fcfaf9;
}
.how-we-work .wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.how-we-work__body,
.how-we-work__head {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.how-we-work__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.how-we-work__item {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.how-we-work__subhead {
  display: flex;
  align-items: flex-end;
  column-gap: 5px;
}
.how-we-work__icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
}
.how-we-work__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.how-we-work__number {
  line-height: 56px;
  font-weight: 800;
  font-size: 80px;
  color: #e3e3e3;
}
.how-we-work__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.how-we-work__subtitle {
  font-weight: 800;
}
@media (max-width: 1200px) {
  .how-we-work__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1024px) {
  .how-we-work {
    padding: 60px 0;
  }
  .how-we-work .wrapper {
    row-gap: 30px;
  }
}
@media (max-width: 640px) {
  .how-we-work__item {
    width: 100%;
  }
}
.contacts {
  padding: 30px 0 100px;
}
.contacts .wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.contacts__head {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.contacts__body {
  display: flex;
  gap: 40px 115px;
}
.contacts__col {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.contacts .typical-form {
  max-width: 560px;
}
.contacts .typical-form__fields {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .contacts {
    padding-bottom: 60px;
  }
  .contacts .wrapper {
    row-gap: 30px;
  }
  .contacts__body {
    column-gap: 57.5px;
  }
}
@media (max-width: 640px) {
  .contacts__body {
    flex-direction: column;
  }
  .contacts .typical-form {
    max-width: unset;
  }
}
.testimonials {
  padding: 30px 0 100px;
}
.testimonials .wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.testimonials__head {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.testimonials__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
.testimonials__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.testimonials__card {
  width: calc(25% - 15px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dadada;
}
.testimonials__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .testimonials__card {
    width: calc(33.333% - 13.333px);
  }
}
@media (max-width: 1024px) {
  .testimonials {
    padding-bottom: 60px;
  }
  .testimonials .wrapper {
    row-gap: 30px;
  }
  .testimonials__cards {
    gap: 10px;
  }
  .testimonials__card {
    width: calc(50% - 5px);
  }
}
@media (max-width: 450px) {
  .testimonials__card {
    width: 100%;
  }
}
.vacancies {
  padding: 100px 0;
}
.vacancies.vacancies--page {
  padding-top: 30px;
}
.vacancies .wrapper {
  row-gap: 30px;
}
.vacancies .wrapper,
.vacancies__body,
.vacancies__head {
  display: flex;
  flex-direction: column;
}
.vacancies__head {
  row-gap: 20px;
}
.vacancies__body {
  width: 100%;
  align-items: center;
  row-gap: 40px;
}
.vacancies__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .vacancies {
    padding: 60px 0;
  }
  .vacancies .wrapper,
  .vacancies__body {
    row-gap: 30px;
  }
  .vacancies__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .vacancies__cards {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.services {
  padding: 30px 0 100px;
}
.services .wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.services__head {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.services__body {
  row-gap: 40px;
}
.services__afterword,
.services__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__afterword {
  max-width: 680px;
  row-gap: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 122%;
}
.services__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.services__card {
  width: calc(33.333% - 13.333px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  border-radius: 20px;
  border: 1px solid #dadada;
  background-color: #fff;
}
.services__media {
  height: 160px;
  width: 100%;
  overflow: hidden;
  border-radius: 13px;
}
.services__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services__content {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.services__subtitle {
  font-size: 20px;
}
.services__estimate {
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 122%;
  border: 1px solid #222;
  border-radius: 37px;
}
.services__summary {
  width: 100%;
  margin-top: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 12px;
  border-radius: 13px;
  background: #fcfaf9;
}
.services__price {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .services {
    padding-bottom: 60px;
  }
  .services .wrapper,
  .services__body {
    row-gap: 30px;
  }
  .services__card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  .services__card {
    width: 100%;
  }
}
.error-page {
  height: 100%;
  padding: 100px 0;
}
.error-page .container {
  height: 100%;
}
.error-page .wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 115px;
}
.error-page__content {
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  text-align: center;
}
.error-page__content .button {
  margin-top: 10px;
}
.error-page__media {
  max-width: 560px;
  width: 100%;
}
.error-page__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .error-page {
    padding: 40px 0 80px;
  }
  .error-page .wrapper {
    flex-direction: column-reverse;
  }
}
.thanks-page {
  height: 100%;
  padding: 100px 0;
}
.thanks-page .container {
  height: 100%;
}
.thanks-page .wrapper {
  max-width: 515px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.thanks-page .wrapper:before {
  content: '';
  min-width: 100px;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url(../images/svg/checklist-mark.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .thanks-page {
    padding: 40px 0 80px;
  }
}

.popup iframe {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.popup--iframe {
  max-width: 945px;
  margin-top: 30px;
  padding: 0 !important;
}

.popup--iframe .popup__inner {
  height: calc(100dvh - 60px);
  border-radius: inherit;
  overflow: hidden;
}

.popup--iframe .mfp-close {
  right: 0;
  top: -30px;
}

.languages {
  position: relative;
}

.languages:hover .languages__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.languages:hover .languages__current::after {
  transform: scale(-1);
}

.languages__current {
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-weight: 800;
}

.languages__current::after {
  content: '';
  min-width: 8px;
  width: 8px;
  height: 8px;
  display: block;
  background-image: url(../images/svg/small-arrow-languages.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.languages__dropdown {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(-10px);
  width: 100%;
  height: fit-content;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.languages__inner {
  padding: 10px 5px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.languages .menu__link {
  text-decoration: underline;
  text-decoration-color: transparent;
}

.languages .menu__item.active .menu__link {
  text-decoration-color: transparent !important;
  cursor: default;
}

.languages .menu__item:not(.active) .menu__link:hover {
  text-decoration-color: initial;
}

@media (min-width: 1025px) {
  .header .lg-hidden {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header .md-hidden {
    display: none;
  }
}

.header .button {
  min-width: unset;
  margin-right: 30px;
  font-size: 14px;
  padding: 15px 20px;
}

.about-us__bottom {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.about-us__bottom > span {
  width: 100%;
}

.about-us__bottom br {
  display: none;
}

.about-us__link {
  font-weight: 600;
  text-decoration-color: transparent;
  margin: 0 !important;
}

.about-us__link:hover {
  text-decoration-color: initial;
}
