/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Exo 2 Bold";
  src: url("../fonts/Exo2-Bold.eot");
  src: url("../fonts/Exo2-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-Bold.woff2") format("woff2"), url("../fonts/Exo2-Bold.woff") format("woff"), url("../fonts/Exo2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo2-Regular.eot");
  src: url("../fonts/Exo2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-Regular.woff2") format("woff2"), url("../fonts/Exo2-Regular.woff") format("woff"), url("../fonts/Exo2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), 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-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat MediumItalic";
  src: url("../fonts/Montserrat-MediumItalic.eot");
  src: url("../fonts/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff"), url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
body,
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site > main {
  flex-grow: 1;
}
.site > .footer {
  margin-top: auto;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .container {
    width: 100%;
  }
}

body {
  font-family: "Montserrat";
  color: #242c33;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not-found h1 {
  font-size: 20vw;
  margin-bottom: 2vh;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 14px;
  font-family: "Exo 2 Bold";
  color: #fff;
  background-color: #f28200;
  text-decoration: none;
  border-radius: 50vh;
  border: none;
  outline: none;
  cursor: pointer;
}
.btn:disabled, .btn[disabled] {
  opacity: 0.8;
  cursor: default;
}
.btn-white {
  background-color: #fff;
  color: #2d3740;
}
.btn-square {
  border-radius: 8px;
}
.btn-tg {
  background: rgb(52, 176, 223);
  background: linear-gradient(180deg, rgb(52, 176, 223) 0%, rgb(30, 136, 211) 100%);
  color: #fff;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 48px 0 32px;
}
@media only screen and (max-width: 1180px) {
  .breadcrumbs {
    padding: 32px 16px;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 12px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  border: none !important;
}
.breadcrumbs a {
  color: #2d3740 !important;
}
.breadcrumbs span {
  color: #f28200;
  font-family: "Exo 2 Bold";
}
.breadcrumbs i {
  display: inline-block;
  background: url("../ico/arrow-breadcrumbs.svg") center no-repeat;
  width: 24px;
  height: 24px;
}

.loading {
  width: 1180px;
  margin: 64px auto;
  display: flex;
  justify-content: space-between;
}
.loading-jobs {
  margin-top: 120px;
}
.loading-half {
  margin-top: 0;
}
@media only screen and (max-width: 1180px) {
  .loading {
    flex-direction: column;
    align-items: center;
    max-width: calc(100vw - 40px);
  }
}
.loading__aside {
  width: 340px;
  background-color: #f2f5f7;
  padding: 32px;
  border-radius: 16px;
}
@media only screen and (max-width: 1180px) {
  .loading__aside {
    margin-bottom: 32px;
    width: 100%;
    max-width: 500px;
    display: none;
  }
}
.loading__block {
  width: 100%;
  margin-bottom: 16px;
  background-color: #f2f5f7;
  padding: 32px;
  border-radius: 16px;
}
.loading__block hr {
  background: rgb(89, 101, 111);
  background: linear-gradient(93deg, rgb(89, 101, 111) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 1px;
  border: none;
  margin-bottom: 16px;
}
.loading__text {
  width: 100%;
  max-width: 200px;
  height: 22px;
  background-color: #d3d9de;
  border-radius: 10px;
  margin-bottom: 24px;
}
.loading__text-wide {
  max-width: 375px;
}
.loading__row {
  display: flex;
  margin-bottom: 16px;
}
.loading__row .loading__text {
  max-width: 170px;
  margin-right: 16px;
  height: 12px;
  margin-bottom: 0;
}
.loading__data {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  margin-bottom: 8px;
  background: rgb(255, 255, 255);
  background: linear-gradient(93deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.loading__content {
  max-width: 814px;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  .loading__content {
    max-width: 500px;
  }
}

.animate-fade-in {
  animation: fadeIn 300ms forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lang__wrapper {
  margin-top: 11px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.lang__current {
  background: #f2f5f7;
  border-radius: 32px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.lang__current span {
  font-size: 13px;
  font-family: "Exo 2 Bold";
}
.lang__current i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../ico/arrow-select.svg") center no-repeat;
}

.lang {
  position: absolute;
  top: 48px;
  border-radius: 16px;
  right: 0;
  display: none;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
  width: auto;
  padding: 8px 0;
  height: auto;
  max-height: 0;
  opacity: 0;
  z-index: -1;
}

.lang__link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  padding: 8px 24px;
  font-family: "Exo 2 Bold";
  width: 100%;
  border: none;
  outline: none;
  text-decoration: none;
  color: #333;
  font-weight: 800;
  background-color: transparent;
}
.lang__link:hover {
  background: #f2f5f7;
}

.lang__wrapper:hover .lang {
  max-height: 500px;
  opacity: 1;
  display: flex;
}

.faq {
  margin-top: 128px;
}
@media only screen and (max-width: 1180px) {
  .faq {
    margin-top: 64px;
  }
}
.faq h2 {
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1180px) {
  .faq h2 {
    padding: 0 16px;
  }
}
.faq__list {
  background: #f2f5f7;
  padding: 64px 0 128px;
}
@media only screen and (max-width: 1180px) {
  .faq__list {
    padding: 64px 16px;
  }
}
.faq__item {
  border-bottom: 1px solid rgba(36, 44, 51, 0.2);
  padding: 32px 0;
}
.faq__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq__head h3 {
  margin: 0;
  font-family: "Montserrat Bold";
}
.faq__head i {
  width: 44px;
  height: 44px;
  background: url("/ico/faq-arrow.svg") center no-repeat;
  transition: 300ms;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq__body {
  max-height: 0;
  height: auto;
  transition: 300ms;
  overflow: hidden;
}

.open .faq__head i {
  transform: rotate(-90deg);
}
.open .faq__body {
  max-height: 5000px;
}

.ico-sent {
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  background: url("/ico/success.svg") center no-repeat;
}

.sending {
  background: url("/ico/sending.svg") center no-repeat;
  animation: rotate 5s linear infinite;
  width: 16px;
  height: 16px;
  display: inline-block;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.policy {
  padding: 0 0 96px;
}
.policy__section-title {
  font-family: "Montserrat Bold";
}
@media only screen and (max-width: 1180px) {
  .policy {
    padding: 0 20px 64px;
  }
}
.policy a {
  color: #2d3740;
  font-family: "Montserrat Medium";
}

.label__personal {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  cursor: pointer;
}
.label__personal-candidate {
  margin: 32px 0 0;
}
.label__personal-contact {
  margin-top: 16px;
}
.label__personal .nav__link {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.label__personal i {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  background: url("../ico/unchecked.svg") center no-repeat;
}
.label__personal input {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
.label__personal span {
  font-family: "Montserrat Bold";
  font-size: 12px;
  line-height: 16px;
}
.label__personal input:checked ~ i {
  border: none;
  background: url("../ico/checkbox.svg") center no-repeat;
}
.label__personal a {
  color: #f28200;
}

.direct {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #242c33;
  padding: 12px 18px 12px 12px;
  background-color: #f2f5f7;
  border-radius: 30px;
  margin-bottom: 4px;
}
.direct span {
  font-family: "Montserrat Medium";
}
.direct__phone {
  background: url("../ico/social/phone.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.direct__tg {
  background: url("../ico/social/tg.svg") center no-repeat;
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.post {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.post a {
  text-decoration: none;
  color: #333;
}
.post__h1 {
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .post__h1 {
    padding: 0 20px;
  }
}
.post__list {
  padding: 48px 0 120px;
}
.post__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 48px 20px;
}
@media only screen and (max-width: 1199px) {
  .post__grid {
    padding: 0 20px;
  }
}
.post__thumbnail {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.post__thumbnail img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__date {
  font-size: 12px;
  color: #59656f;
  font-family: "Montserrat Bold";
  display: flex;
  align-items: center;
}
.post__content {
  background: rgb(242, 245, 247);
  background: linear-gradient(135deg, #f2f5f7, #fff);
  padding: 16px;
}
.post__content h2 {
  font-size: 1.5em;
  margin: 8px 0 16px;
  color: #2d3740;
}
.post__content p {
  font-size: 14px;
  color: #2d3740;
  margin: 0;
}
.post__content button {
  display: inline-block;
  padding: 16px 32px;
  border: none;
  background: #f28200;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Montserrat Bold";
  font-size: 12px;
  cursor: pointer;
  margin-top: 16px;
}
.post__content button:hover {
  background: #f28200;
}
.post__navigation {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.post__navigation div {
  padding: 8px;
  display: flex;
  align-items: center;
  font-family: "Montserrat Bold";
}
.post__navigation i {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../ico/arrow-post.svg") center no-repeat;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .post__navigation i {
    margin-right: 4px;
  }
}
.post__navigation-next i {
  margin: 0;
  margin-left: 16px;
  background: url("../ico/arrow-post-next.svg") center no-repeat;
}
@media only screen and (max-width: 767px) {
  .post__navigation-next i {
    margin-left: 4px;
  }
}
.post__navigation a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .post__navigation a {
    font-size: 12px;
  }
}

.pagination {
  margin: 80px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  display: flex;
  text-decoration: none;
  flex-shrink: 0;
  cursor: pointer;
}
.pagination > a,
.pagination > span {
  margin-right: 8px;
}
.pagination > a:hover,
.pagination > span:hover {
  background-color: #f2f5f7;
}
.pagination a:last-child {
  margin: 0;
}
.pagination .current {
  border: 1px solid #f28200;
}
.pagination .current span {
  color: #f28200;
}
.pagination .prev,
.pagination .next {
  background: url("../ico/pagination-arrow.svg") center no-repeat;
}
.pagination .prev:hover,
.pagination .next:hover {
  background-color: #f2f5f7;
}
.pagination .next {
  transform: rotate(180deg);
}

.page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dfe3e8;
  font-size: 14px;
  font-family: "Montserrat Bold";
  color: #212b36;
}

.ico-date {
  display: inline-block;
  width: 13px !important;
  height: 13px !important;
  background: url("../ico/date.svg") center no-repeat;
  margin-right: 8px;
}

.related-posts {
  padding: 64px 0;
}
@media only screen and (max-width: 1199px) {
  .related-posts {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .related-posts h3 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog {
    padding: 0 20px;
  }
  .blog * {
    max-width: 100%;
  }
}

.consultation {
  padding: 80px 0 64px 64px;
  margin-bottom: 120px;
  position: relative;
  border-radius: 32px;
  background: rgb(37, 45, 52);
  background: linear-gradient(0deg, rgb(37, 45, 52) 0%, rgb(63, 77, 89) 100%);
}
@media only screen and (max-width: 1023px) {
  .consultation {
    padding: 32px;
    margin: 0 20px 120px;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .consultation {
    height: auto;
  }
}
.consultation a {
  display: inline-block;
  border-radius: 40px;
  color: #fff;
  font-family: "Montserrat Bold";
  padding: 20px 32px;
  background-color: #f28200;
  font-size: 14px;
}
.consultation__title {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 16px;
  font-family: "Montserrat Medium";
}
.consultation__text {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  opacity: 0.6;
  max-width: 507px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1023px) {
  .consultation__text {
    max-width: 100%;
  }
}
.consultation__bg {
  background: url("../img/consultation.png") center bottom no-repeat;
  background-size: contain;
  width: 387px;
  height: 354px;
  position: absolute;
  right: 32px;
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .consultation__bg {
    width: 270px;
    height: 370px;
  }
}
@media only screen and (max-width: 767px) {
  .consultation__bg {
    display: none;
  }
}

.header {
  padding: 24px 40px 0;
  background: linear-gradient(0deg, #f2f5f7 0%, rgba(242, 245, 247, 0) 100%);
  border-radius: 0 0 16px 16px;
}
@media only screen and (max-width: 1080px) {
  .header {
    padding: 20px 16px 20px;
  }
}
.header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .header__info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.header__right {
  display: flex;
}
@media only screen and (max-width: 1080px) {
  .header__right {
    width: auto;
  }
  .header__right .header__contacts {
    display: none;
  }
}
.header__right span {
  color: #59656f;
  font-size: 12px;
}
.header__right b {
  font-family: "Exo 2 Bold";
  color: #2d3740;
}
.header__logo {
  width: 162px;
  height: 32px;
  border-radius: 32px;
  background-color: #f2f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/logo-header.svg") center no-repeat;
  background-size: 100%;
  position: relative;
}
.header__logo a {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
}
@media only screen and (max-width: 1080px) {
  .header__logo {
    margin: 0;
    flex-shrink: 0;
  }
}
.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 64px;
}
@media only screen and (max-width: 1080px) {
  .header__contacts {
    display: none;
  }
}
.header__phones {
  position: relative;
  background: #f2f5f7;
  border-radius: 50vh;
}
.header__phones:hover {
  background-color: rgba(242, 130, 0, 0.5);
}
.header__phones:hover .header__phones-list {
  display: flex;
  z-index: 2;
}
.header__phones a {
  font-size: 18px;
  font-family: "Exo 2 Bold";
  text-decoration: none;
  color: #2d3740;
  display: flex;
  align-items: center;
  padding: 13px 16px;
}
.header__phones a span {
  font-size: 16px;
  color: #2D3740;
}
.header__phones-list {
  width: 220px;
  position: absolute;
  top: 48px;
  right: 0;
  background: #fff;
  padding: 8px 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
  display: none;
}
.header__phones-list a {
  padding: 8px 16px;
}
.header__links-block {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.header__messangers {
  display: flex;
  margin-left: 12px;
}
.header__messangers a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  border-radius: 50%;
}
.header__messangers a:hover {
  background-color: rgba(242, 130, 0, 0.5);
}
.header__tg {
  background: #f2f5f7 url("../ico/social/tg.svg") center no-repeat;
}
.header__inst {
  background: #f2f5f7 url("../ico/social/inst.svg") center no-repeat;
}
.header__fb {
  background: #f2f5f7 url("../ico/social/fb.svg") center no-repeat;
}
.header__language {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1080px) {
  .header__language {
    height: 100%;
  }
  .header__language > span {
    display: none;
  }
}
.header__switcher {
  display: none;
}
.header__switcher-wrapper {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .header__switcher-wrapper {
    display: block;
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 1080px) {
  .header__switcher {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../ico/menu.svg") center no-repeat;
    transition: 100ms;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    z-index: 50;
  }
  .header__switcher.active {
    background: url("../ico/menu-close.svg") center no-repeat;
    position: fixed;
    top: 32px;
  }
}

.lang__wrapper {
  margin-top: 11px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.lang__current {
  background: #f2f5f7;
  border-radius: 32px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.lang__current span {
  font-size: 13px;
  font-family: "Exo 2 Bold";
}
.lang__current i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/ico/arrow-select.svg") center no-repeat;
}

.lang {
  position: absolute;
  top: 48px;
  transform-origin: top right;
  border-radius: 16px;
  right: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
  width: auto;
  padding: 8px 0;
  transition: 200ms;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.5);
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border: 1px solid #f1f1f4;
  padding: 8px;
}

.lang__link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  padding: 8px 24px;
  font-family: "Exo 2 Bold";
  width: 100%;
  border: none;
  outline: none;
  text-decoration: none;
  color: #333;
  font-weight: 800;
  background-color: transparent;
  border-radius: 4px;
  transition: 200ms;
}
.lang__link:hover {
  background: #f2f5f7;
  color: #f28200;
}

.lang__wrapper:hover .lang {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.nav {
  display: flex;
  justify-content: center;
}
.nav .header__phones {
  margin-top: auto;
  display: none;
}
@media only screen and (max-width: 1080px) {
  .nav .header__phones {
    display: flex;
  }
}
.nav__overlay {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .nav__overlay {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    flex-direction: column;
    top: 0;
    width: 100vw;
    padding: 24px;
    height: 100vh;
    transition: 300ms;
    opacity: 0;
  }
  .nav__overlay.active {
    z-index: 9;
    opacity: 1;
    left: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .nav {
    position: fixed;
    background-color: #fff;
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 0;
    left: -200vw;
    width: 300px;
    padding: 32px;
    padding-left: 64px;
    height: 100vh;
    transition: 300ms;
    padding-top: 80px;
  }
  .nav.active {
    left: 0;
    box-shadow: 10px 0px 38px 0px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    z-index: 400;
  }
}
.nav__link {
  margin: 0 16px;
  display: inline-block;
  padding: 24px 0;
  font-family: "Exo 2 Bold";
  text-decoration: none;
  color: #2d3740;
  border-bottom: 4px solid transparent;
  transition: 300ms;
}
.nav__link:hover {
  color: #f28200;
}
@media only screen and (max-width: 1080px) {
  .nav__link {
    margin: 0;
    display: inline-block;
    padding: 8px 0;
  }
}
.nav__link.active {
  color: #f28200;
  border-bottom: 4px solid #f28200;
}
.nav__dropdown {
  position: absolute;
  left: 8px;
  top: 48px;
  width: 300px;
  padding: 8px 0 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.5);
  z-index: 2;
  transform-origin: top right;
  transition: 200ms;
}
@media only screen and (max-width: 1080px) {
  .nav__dropdown {
    width: auto;
    padding-left: 16px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .nav__dropdown {
    position: static;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
}
.nav__dropdown-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border: 1px solid #f1f1f4;
  border-radius: 12px;
  padding: 8px;
}
@media only screen and (max-width: 1080px) {
  .nav__dropdown-inner {
    border: none;
    padding: 4px 0;
    box-shadow: none;
    background-color: transparent;
    border: none;
  }
}
.nav__dropdown-inner .nav__link {
  margin: 0;
  padding: 8px 40px;
}
@media only screen and (max-width: 1080px) {
  .nav__dropdown-inner .nav__link {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    padding: 8px;
  }
}
.nav__dropdown-inner .nav__link:hover {
  background-color: #f3f5f7;
  margin: 0;
  border-radius: 4px;
}
@media only screen and (max-width: 1080px) {
  .nav__dropdown-inner .nav__link:hover {
    background-color: transparent;
  }
}
.nav__hasitems {
  position: relative;
  display: flex;
  align-items: center;
}
.nav__hasitems .nav__link {
  margin-right: 0;
}
.nav__hasitems .nav__link:hover ~ i {
  transition: 300ms;
  background: url("../ico/arrow-menu-active.svg") center top 25px no-repeat;
}
@media only screen and (max-width: 1080px) {
  .nav__hasitems {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.nav__hasitems i {
  display: inline-block;
  width: 20px;
  height: 70px;
  background: url("../ico/arrow-menu.svg") center top 25px no-repeat;
}
@media only screen and (max-width: 1080px) {
  .nav__hasitems i {
    display: none;
  }
}
.nav__hasitems .active + i {
  background: url("../ico/arrow-menu-active.svg") center top 25px no-repeat;
}
.nav__hasitems:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.nav__dropdown-inner .nav__link.active {
  border: none;
}
.nav__dropdown-inner .nav__link {
  border: none;
}

.footer {
  background-color: #2d3740;
  margin-top: auto;
  color: #fff;
}
.footer .nav__link.active {
  border: none !important;
}
@media only screen and (max-width: 1180px) {
  .footer .container {
    padding: 0 16px;
  }
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 120px 0 100px;
}
@media only screen and (max-width: 576px) {
  .footer__top {
    display: flex;
    flex-direction: column;
    padding: 64px 0;
  }
}
.footer__column .h2 {
  margin: 0 0 32px;
  font-size: 24px;
  font-family: "Montserrat Bold";
  display: block;
}
.footer__column a {
  color: #fff;
  text-decoration: none;
}
.footer__logo {
  width: 163px;
  height: 32px;
  position: relative;
  background: url("../img/home_logo.svg") center no-repeat;
  background-size: 100%;
}
.footer__logo a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__menu a {
  padding: 8px 0;
  margin-left: 0;
  font-family: "Montserrat Medium";
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .footer__links {
    width: 100%;
    margin: 16px 0;
  }
}
.footer__links a {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 16px;
}
.footer__bot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .footer__bot span {
    font-size: 13px;
    padding: 8px 0;
  }
  .footer__bot span:first-child {
    margin-right: 8px;
  }
}/*# sourceMappingURL=main.css.map */