@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a {
  color: inherit;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --container-width: 1192px;
  --container-padding: 36px;
  --font-size: 25px;
  --font-main: "noway", sans-serif;
  --page-bg: #101010;
  --text-color: #fff;
  --accent: #f96226;
  --accent-hover: #ed4c1b;
  --grey: #4e5055;
  --white: #fff;
  --black: #000;
  --dark: var(--page-bg);
  --laptop-size: 1199.98px;
  --tablet-size: 1023.98px;
  --mobile-size: 767.98px;
}

body.page-template-temp-blue {
  --accent: #218CAA;
  --widget-color: #218CAA;
}

body.page-template-temp-blue {
  --accent-hover: #124c5c;
}

.dark {
  --page-bg: #252526;
  --text-color: #fff;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  color: var(--text-color);
  line-height: 1;
  font-family: var(--font-main);
  font-size: var(--font-size);
  background-color: var(--page-bg);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
}
body._lock {
  overflow: hidden;
}

@media (max-width: 768px) {
  .keep-br br {
    display: block;
  }
}

.wrapper {
  min-height: 100%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

.container {
  margin: 0 auto;
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
  padding: 0 var(--container-padding);
}

.wpcf7 {
  gap: 24px;
}
.wpcf7-not-valid-tip {
  transform: translateY(10px);
  font-size: 14px;
  position: absolute;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7 input.link, .wpcf7 input.clients__link {
  background: var(--accent);
  border-top: 0;
}
.wpcf7 input.link:hover, .wpcf7 input.clients__link:hover {
  background: var(--accent-hover);
}
@media (max-width: 768px) {
  .wpcf7 * {
    font-size: 14px !important;
  }
}
.wpcf7-datepicker, .wpcf7 input[name=start-end-dates], .wpcf7 select, .wpcf7 .select2-selection__rendered {
  background-image: url(./e0c1df8b985ca36d51c24cff0813b185.svg);
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
}
.wpcf7 .select2-container--open .select2-selection__rendered,
.wpcf7 .datepicker.active {
  background-image: url(./8a7c629adb942bff20ca084a42b8cc31.svg);
}
.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-not-valid-tip {
  color: var(--accent-hover);
  top: -10px;
  transform: translateY(-100%);
  padding-left: 19px;
}
.wpcf7 .wpcf7-submit {
  max-width: 100%;
  min-width: 359px;
  min-height: 59px;
  font-size: 30px !important;
  line-height: 40px;
  padding-left: 50px;
  padding-right: 70px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-submit {
    min-height: 59px;
    min-width: 203px;
    font-size: 18px !important;
    line-height: 15px;
    min-height: 34px;
  }
}
.wpcf7 .wpcf7-submit:hover {
  background-color: var(--accent-hover);
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-list-item-label {
    line-height: 1.5;
  }
}
.wpcf7 .submit-wrap {
  position: relative;
}
.wpcf7 .submit-wrap:after {
  content: "";
  width: 27px;
  height: 22px;
  background-image: url(./0ce48ee39b08c78ec7c18de591f289aa.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .wpcf7 .submit-wrap:after {
    width: 12px;
    height: 10px;
  }
}
.ui-datepicker {
  background: #101010;
  border-radius: 0;
  width: auto;
}
.ui-datepicker-header {
  color: white;
  background: #101010;
  border: 0;
}
.ui-datepicker-title {
  font-size: 14px;
  font-weight: 500;
  font-family: "noway", sans-serif;
}
.ui-datepicker-calendar * {
  font-size: 15px;
  line-height: 20px;
  font-family: "noway", sans-serif;
  font-weight: 300;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 7px 10px;
  text-align: center;
}
.ui-datepicker td span:hover, .ui-datepicker td a:hover {
  background: var(--accent-hover);
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default, .ui-datepicker .ui-button, .ui-datepicker html .ui-button.ui-state-disabled:hover, .ui-datepicker html .ui-button.ui-state-disabled:active {
  background: #101010;
  border: none;
  color: white;
}
.ui-datepicker-current-day a {
  background: var(--accent-hover) !important;
}

.block-default {
  line-height: 1.3;
}
.block-default p {
  font-size: 25px;
}
@media (max-width: 768px) {
  .block-default p {
    font-size: 18px;
  }
}
.block-default p:not(:last-child) {
  margin-bottom: 10px;
}
.block-default h1 {
  font-size: 70px;
  font-weight: 700;
  margin: 15px 0;
  hyphens: auto;
}
@media (max-width: 1023.98px) {
  .block-default h1 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .block-default h1 {
    font-size: 42px;
  }
}
.block-default h2, .block-default h3, .block-default h4 {
  font-size: 30px;
  margin: 25px 0 15px;
  font-weight: 600;
  hyphens: auto;
}
@media (max-width: 768px) {
  .block-default h2, .block-default h3, .block-default h4 {
    font-size: 18px;
  }
}
.block-default a {
  color: var(--accent);
}
.block-default a:hover {
  color: var(--accent-hover);
}

.wrapper-blue .header__menu input.link, .wrapper-blue .header__menu input.clients__link,
.wrapper-blue .wpcf7 input.link,
.wrapper-blue .wpcf7 input.clients__link {
  background: #218CAA;
}
.wrapper-blue .header__menu input.link-not-valid-tip,
.wrapper-blue .wpcf7 input.link-not-valid-tip {
  color: #218CAA;
}
.wrapper-blue .header__menu input.link:hover, .wrapper-blue .header__menu input.clients__link:hover,
.wrapper-blue .wpcf7 input.link:hover,
.wrapper-blue .wpcf7 input.clients__link:hover {
  background-color: #165b6e;
}
.wrapper-blue .ui-datepicker td span:hover, .wrapper-blue .ui-datepicker td a:hover {
  background: #218CAA;
}
.wrapper-blue .ui-datepicker-current-day a {
  background: #218CAA !important;
}
.wrapper-blue .teacher__form-success {
  width: 405px;
  max-width: 90%;
  border: 2px solid;
  height: 429px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  background-size: cover;
}
.wrapper-blue .teacher__form-success-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}
.wrapper-blue .teacher__form-success img {
  filter: hue-rotate(162deg);
}

@media screen and (max-width: 768px) {
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 25px;
    width: 25px;
    max-width: 25px;
  }
}

.daterangepicker .drp-calendar.left {
  padding: 8px !important;
}

#BorlabsCookieBox .brlbs-cmpnt-container .brlbs-font-bold, #BorlabsCookieBox .brlbs-cmpnt-container label.brlbs-cmpnt-label, #BorlabsCookieBox .brlbs-cmpnt-container .brlbs-cmpnt-font-semibold, #BorlabsCookieBox .brlbs-cmpnt-container .brlbs-cmpnt-tab, #BorlabsCookieBox .brlbs-cmpnt-container .brlbs-cmpnt-table th, #BorlabsCookieBox .brlbs-cmpnt-container .brlbs-cmpnt-h2, #BorlabsCookieBox .brlbs-cmpnt-container .brlbs-cmpnt-inline-link * {
  font-weight: 500 !important;
}
#BorlabsCookieBox .brlbs-cmpnt-container .brlbs-cmpnt-tab:hover {
  font-weight: 500 !important;
}

#wpadminbar {
  z-index: 9999999;
}

/* Local Fonts */
@font-face {
  font-family: noway;
  font-display: swap;
  src: url(./f87504db3f9db25a63b070eaf397b2fa.woff2) format("woff2"), url(./23d77c6bb24c8421ef59054d2195dff5.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: noway;
  font-display: swap;
  src: url(./accd8a91ce217943e7e7c4a71ed40a26.woff2) format("woff2"), url(./d242f343b9adb08834975cf2249d4ce8.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: noway;
  font-display: swap;
  src: url(./46a40f1602065924e50a3ee74819cba1.woff2) format("woff2"), url(./bf157eb65e3bad1086b622604dba88a9.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: noway;
  font-display: swap;
  src: url(./26a5a4f903ce28d93656022a5f47b53c.woff2) format("woff2"), url(./e4dc12735e55a32b193239fac063e647.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: noway;
  font-display: swap;
  src: url(./61174773f482323667d59484e36b8e20.woff2) format("woff2"), url(./3ed2c89e64d1171ed1b6f6f430fb4638.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: noway;
  font-display: swap;
  src: url(./f9fbb43af88b754b0327e6d09840962c.woff2) format("woff2"), url(./0f2ccae1d7125bb49fb45a684f00461f.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: noway;
  font-display: swap;
  src: url(./54c2ce048419aae35e83f8c38c7b76d0.woff2) format("woff2"), url(./120a94c3b88b8a2477881a35a2ae2e59.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: noway;
  font-display: swap;
  src: url(./5ff66fff0c4956519b8f721b31209ca0.woff2) format("woff2"), url(./99d61fcc4f66ceabfbfaf89ec13915ef.woff) format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: noway;
  font-display: swap;
  src: url(./a9fb84d9c32fa571ebc7be56e0f99cbb.woff2) format("woff2"), url(./6bb41e4a47e058f906318be7e66da7d0.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: noway;
  font-display: swap;
  src: url(./a43fae64fa116b6155f9cc62fe992a9b.woff2) format("woff2"), url(./6f884f7cf3c527aa60f5a470c5680ae7.woff) format("woff");
  font-weight: 100;
  font-style: italic;
}
/* Sections */
.button, .vacancy-item__icon, .slider-button-prev,
.slider-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-width: 76px;
  background-color: var(--accent);
  padding: 20px 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}
@media (max-width: 768px) {
  .button, .vacancy-item__icon, .slider-button-prev,
  .slider-button-next {
    min-width: 44px;
    padding: 12px 10px;
    height: 34px;
    gap: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
}
.button::after, .vacancy-item__icon::after, .slider-button-prev::after,
.slider-button-next::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .button::after, .vacancy-item__icon::after, .slider-button-prev::after,
  .slider-button-next::after {
    width: 10px;
    height: 12;
  }
}
@media (any-hover: hover) {
  .button:hover, .vacancy-item__icon:hover, .slider-button-prev:hover,
  .slider-button-next:hover {
    background-color: var(--accent-hover);
  }
}

label {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 400;
}
label a {
  color: var(--accent);
}
@media (any-hover: hover) {
  label a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
label input {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
label input:checked + span::before {
  background: url(./0508d898c3f1d8824fe0331c6fa1e6e0.svg) no-repeat center/12px;
}
label span {
  margin-left: 44px;
  display: inline-block;
}
label span::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  content: "";
  flex: 0 0 auto;
  border: 2px solid #262628;
  position: absolute;
  margin-left: -44px;
  top: -2px;
}

.link, .clients__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 59px;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-color: var(--accent);
  padding: 10px 28px 10px 78px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}
@media (max-width: 768px) {
  .link, .clients__link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%);
    font-size: 18px;
    padding: 12px 16px 12px 42px;
    min-width: 238px;
    gap: 16px;
    height: 34.49px;
  }
}
.link::after, .clients__link::after {
  display: inline-block;
  content: "";
  transition: inherit;
  width: 28px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .link::after, .clients__link::after {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .link:hover, .clients__link:hover {
    background-color: var(--accent-hover);
  }
}

.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider-button-prev {
  scale: -1 1;
}

.title, .section-title {
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .title, .section-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .title, .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}

.title-md, .contact-card__name, .specialist-item__title, .value-item__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-lg, .vacancy__title, .section-hero__title {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 66px;
  }
}
@media (max-width: 768px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 47px;
  }
}

.description, .specialist-item__text {
  font-size: 18px;
  line-height: 1.444;
}

.count, .specialist-item__count, .value-item__number, .process-item__count {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  height: 36px;
  min-width: 48px;
  background-color: var(--white);
  padding: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  text-align: right;
}
@media (max-width: 768px) {
  .count, .specialist-item__count, .value-item__number, .process-item__count {
    width: 42px;
    height: 33px;
    padding-left: 22px;
    padding-right: 14px;
  }
}

.section {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .section {
    margin: 75px 0 !important;
  }
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-bottom: 62px;
}

.section-text {
  line-height: 1.36;
}
.section-text--md {
  font-size: 35px;
  line-height: 1.142;
}
@media (max-width: 767.98px) {
  .section-text--md {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 768.5px) {
  .mobile {
    display: none !important;
  }
}

.section-list {
  display: flex;
  gap: 42px;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .section-list {
    flex-direction: column;
  }
}
.section-list li {
  flex: 1;
  list-style-type: disc;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .section-list li {
    line-height: 24px;
  }
}

.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.section-hero {
  padding-top: 67px;
}
@media (max-width: 768px) {
  .section-hero {
    padding-top: 21px;
  }
}
.section-hero__head {
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  .section-hero__head {
    margin-bottom: 40px;
  }
}
.section-hero__title {
  margin-bottom: 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 768px) {
  .section-hero__title {
    margin-bottom: 40px;
  }
}
.section-hero__title.tag-h2 {
  font-size: 70px;
  line-height: 73px;
  margin-bottom: 28px;
  text-transform: none;
}
@media (max-width: 768px) {
  .section-hero__title.tag-h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
.section-hero__text {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  width: 940px;
}
@media (max-width: 768px) {
  .section-hero__text {
    line-height: 26px;
    font-size: 21px;
  }
}
.section-hero__text.normal-text {
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section-hero__text.normal-text {
    font-size: 18px;
  }
}
.section-hero__text.normal-text p {
  margin-bottom: 20px;
}
.section-hero .section-bottom {
  justify-content: flex-start;
}

.social-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 80px 0 140px;
}
@media (max-width: 768px) {
  .social-line {
    margin: 111px 0 15px;
  }
}
.social-line__items {
  animation: scroll 200s linear infinite;
  position: relative;
  display: flex;
  user-select: none;
  gap: 18px;
}
.social-line__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .social-line__item {
    font-size: 25px;
    line-height: 33px;
  }
}
.social-line__item--light .social-line__item-icon {
  background-color: var(--white);
}
.social-line__item-icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .social-line__item-icon {
    width: 55px;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.section-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .section-form {
    gap: 30px;
  }
}
.section-form__top {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
}
@media (max-width: 1023.98px) {
  .section-form__top {
    grid-template-columns: auto;
  }
}
.section-form select,
.section-form input,
.section-form textarea {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  outline: none;
}
.section-form select::placeholder,
.section-form input::placeholder,
.section-form textarea::placeholder {
  color: var(--white);
}
.section-form select,
.section-form input:not(.link):not(.clients__link) {
  height: 80px;
  border: 2px solid #262628;
}
@media (max-width: 768px) {
  .section-form select,
  .section-form input:not(.link):not(.clients__link) {
    height: 50px;
  }
}
.section-form textarea {
  border: 2px solid #262628;
  resize: none;
  height: 100%;
  min-height: 90px;
  max-height: 180px;
  padding: 25px 25px;
}
.section-form textarea.textareabig {
  max-height: 280px;
}
@media (max-width: 768px) {
  .section-form textarea.textareabig {
    max-height: 180px;
  }
}
.section-form .wpcf7-not-valid-tip {
  top: -3px;
}
.section-form select {
  cursor: pointer;
}
.section-form .select2-container .select2-selection--single {
  height: 80px;
}
@media (max-width: 768px) {
  .section-form .select2-container .select2-selection--single {
    height: 50px;
  }
}
.section-form .select2-selection__rendered, .section-form input[name=start-end-dates], .section-form .wpcf7-datepicker, .section-form .wpcf7-select {
  border: 2px solid #262628;
  background-position: 93% !important;
}
.section-form option {
  background-color: var(--dark);
  font-weight: 500;
}
.section-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .section-form__fields {
    grid-template-columns: auto;
  }
}
.section-form__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
.section-form__bottom .wpcf7-list-item {
  margin: 0;
}
.section-form__bottom label {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .section-form__bottom {
    flex-direction: column;
    gap: 39px;
  }
}
.section-form__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .section-form__row {
    align-items: center;
    width: 100%;
  }
}
.section-form__text {
  font-size: 18px;
  max-width: 283px;
  line-height: 1.333;
}
@media (max-width: 768px) {
  .section-form__text {
    display: none;
  }
}

.slider .container {
  position: relative;
}
.slider__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  translate: 0 50%;
  width: 100%;
  pointer-events: none;
  padding: 0 30px;
}
.slider__navs > * {
  pointer-events: all;
}

.daterangepicker {
  color: black;
  border: 2px solid #262628;
}
.daterangepicker::after {
  border-bottom: 6px solid #262628 !important;
}
.daterangepicker::before {
  border-bottom: 7px solid #262628 !important;
}
.daterangepicker .calendar-table {
  border: 2px solid #262628 !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  color: rgb(208, 206, 206);
}

span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}

.select2-container .select2-selection--single {
  font-size: initial;
}

.select2-selection__rendered {
  color: white !important;
  padding: 10px 25px !important;
  height: 80px;
  border-top: 2px solid #262628;
}
@media (max-width: 768px) {
  .select2-selection__rendered {
    height: 50px;
  }
}

span.select2-selection__arrow {
  display: none;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  margin-top: 20px;
  background: black;
  color: white;
  border: 1px solid #262628;
  border-radius: 0;
  padding: 0;
}

.select2-dropdown ul {
  max-height: unset !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #218CAA;
  color: white;
}

li.select2-results__option {
  padding: 15px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #218CAA;
}

.select2-container .select2-selection__rendered {
  line-height: 20px;
  font-weight: 400;
  font-size: 25px;
  padding: 25px 25px !important;
}
@media (max-width: 768px) {
  .select2-container .select2-selection__rendered {
    padding: 10px 25px !important;
  }
}

.select2-dropdown {
  font-size: 16px;
  padding: 10px 0;
}

.ui-widget.ui-widget-content {
  border: 2px solid #262628 !important;
}

.select2-results__option {
  padding: 10px 25px;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 0px;
}

span.select2-dropdown.select2-dropdown--above {
  margin-bottom: -30px;
  margin-top: 0;
}

body.admin-bar span.select2-dropdown.select2-dropdown--below {
  margin-top: 30px;
}
body.admin-bar span.select2-dropdown.select2-dropdown--above {
  margin-bottom: 30px;
  margin-top: 0;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  background: var(--accent);
  z-index: 9999999;
  transition: background 0.4s;
}
.totop span {
  display: inline-block;
  transform: translateY(-2px);
}
.totop:hover {
  background: var(--accent-hover);
}

.header {
  z-index: 999999;
  background-color: #000;
}
.header__container {
  margin: 0 auto;
  max-width: 1224px;
}
@media (min-width: 767.99px) {
  .header__container {
    padding: 0 36px;
  }
}
@media (min-width: 990px) {
  .header__container {
    max-width: calc(100% - 210px);
  }
}
.header__inner {
  padding: 11px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 10px;
  }
}
.header__logo {
  height: 63px;
  width: 80px;
  display: flex;
  justify-content: end;
}
.header__logo img {
  max-height: 100%;
  max-width: unset;
}
@media (max-width: 1200px) {
  .header__logo {
    width: 140px;
  }
}
.menu__logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
.menu__logo a {
  display: inline-block;
}
@media (min-width: 1200px) {
  .menu__logo {
    display: none;
  }
}
@media (max-width: 1200px) {
  .menu__body {
    background-color: var(--accent);
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100vh;
    padding: 100px 36px 36px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.2s ease-in-out;
    translate: 100% 0;
    width: 100%;
    z-index: 10;
    overflow: auto;
    height: 100%;
  }
  .menu-open .menu__body {
    translate: 0 0;
  }
}
.menu__body .menu__logo img {
  height: 58px;
  margin-top: 7px;
  margin-left: 10px;
}
.menu__list {
  display: flex;
}
@media (max-width: 1200px) {
  .menu__list {
    flex-direction: column;
    gap: 0;
  }
}
.menu__list a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transform: translateY(5px);
}
@media (min-width: 1200px) {
  .menu__list a {
    color: var(--accent);
  }
  .menu__list a::after {
    bottom: -2px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    width: 85%;
    background-color: var(--accent);
    opacity: 0;
    translate: -25% 0;
    transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}
@media (max-width: 1200px) {
  .menu__list a {
    font-size: 47px;
    line-height: 46px;
    font-weight: 700;
    padding: 24px 0 8px;
    border-bottom: 2px solid rgba(255, 138, 58, 0.34);
  }
}
@media (any-hover: hover) {
  .menu__list a:hover {
    color: var(--accent-hover);
  }
  .menu__list a:hover::after {
    opacity: 1;
    translate: 0 0;
  }
}
@media (min-width: 1200px) {
  .menu__list li {
    padding: 0 30px;
  }
  .menu__list li:not(:last-child) {
    border-right: 2px solid rgba(78, 80, 85, 0.34);
  }
}
.menu__list li:last-child {
  padding-right: 0;
}
@media (max-width: 1200px) {
  .menu__list li:last-child a {
    border-bottom: none;
  }
}
.menu__list li:first-child {
  padding-left: 0;
}
.menu__list li.current-menu-item a::after {
  opacity: 1;
  translate: 0 0;
}
.menu__social {
  display: none;
}
@media (max-width: 1200px) {
  .menu__social {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 350px;
  }
  .menu__social li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 25%;
  }
  .menu__social a {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid rgba(255, 138, 58, 0.34);
  }
  .menu__social a img {
    width: 90%;
    height: 90%;
    object-fit: contain;
  }
}

.icon-menu {
  display: none;
}
@media (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 1200px) {
  .icon-menu {
    display: block;
    padding: 8px;
    position: relative;
    transition: 0.2s ease-in-out;
    z-index: 150;
    background-color: var(--accent);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
    width: 44px;
    height: 33px;
  }
}
@media (any-hover: hover) {
  .icon-menu:hover {
    cursor: default;
  }
}
.icon-menu__btn {
  position: relative;
  width: 15px;
  display: block;
  height: 14px;
  transition: inherit;
  margin-left: auto;
}
.icon-menu__btn::before, .icon-menu__btn::after {
  content: "";
}
.icon-menu__btn::before, .icon-menu__btn::after,
.icon-menu__btn span {
  position: absolute;
  left: 0;
  transition: inherit;
  height: 2px;
  background-color: var(--white);
  width: 100%;
}
.icon-menu__btn::before {
  top: 0;
}
.icon-menu__btn::after {
  bottom: 0;
}
.icon-menu__btn span {
  top: calc(50% - 1px);
}
.menu-open .icon-menu {
  background-color: var(--dark);
}
.menu-open .icon-menu .icon-menu__btn span {
  width: 0;
}
.menu-open .icon-menu .icon-menu__btn::before {
  rotate: 45deg;
  translate: 0 6px;
}
.menu-open .icon-menu .icon-menu__btn::after {
  translate: 0 -6px;
  rotate: -45deg;
}

@media (max-width: 1200px) {
  .page-template-temp-blue .menu__list a {
    border-bottom: 2px solid #2fb7dd;
  }
  .page-template-temp-blue .menu__social a {
    border: 2px solid #2fb7dd;
  }
}
.hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 68px);
}
@media (max-width: 768px) {
  .hero {
    background-position: 65%;
  }
}
.hero::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72%;
  background: linear-gradient(to top, rgba(21, 22, 23, 0.53), rgba(21, 22, 23, 0));
}
.hero .container {
  height: 100%;
  min-height: calc(100vh - 68px);
  display: flex;
  align-items: center;
}
.hero__inner {
  display: flex;
  flex-direction: column;
  gap: 38px;
  height: 100%;
  height: 671px;
  justify-content: flex-end;
  padding: 67px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__inner {
    gap: 37px;
    height: calc(100vh - 54px);
    max-height: 671px;
  }
}
.hero__title {
  font-size: 85px;
  font-weight: 700;
  max-width: 615px;
  text-transform: uppercase;
  line-height: 88px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 47px;
    line-height: 49px;
  }
}
.hero__text {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.238;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .hero__text {
    font-size: 21px;
    width: 100%;
  }
}

.simple_text {
  padding: 80px 0;
  background: black;
  margin-bottom: -30px;
}
@media (max-width: 768px) {
  .simple_text {
    padding: 40px 0;
  }
}
.simple_text p {
  color: white;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .simple_text p {
    font-size: 30px;
  }
}

.button, .vacancy-item__icon, .slider-button-prev,
.slider-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-width: 76px;
  background-color: var(--accent);
  padding: 20px 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .button, .vacancy-item__icon, .slider-button-prev,
  .slider-button-next {
    min-width: 44px;
    padding: 12px 10px;
    height: 34px;
    gap: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
}
.button::after, .vacancy-item__icon::after, .slider-button-prev::after,
.slider-button-next::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .button::after, .vacancy-item__icon::after, .slider-button-prev::after,
  .slider-button-next::after {
    width: 10px;
    height: 12;
  }
}
@media (any-hover: hover) {
  .button:hover, .vacancy-item__icon:hover, .slider-button-prev:hover,
  .slider-button-next:hover {
    background-color: var(--accent-hover);
  }
}
label {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 400;
}

label a {
  color: var(--accent);
}

@media (any-hover: hover) {
  label a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
label input {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

label input:checked + span::before {
  background: url(./0508d898c3f1d8824fe0331c6fa1e6e0.svg) no-repeat center/12px;
}

label span {
  margin-left: 44px;
  display: inline-block;
}

label span::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  content: "";
  flex: 0 0 auto;
  border: 2px solid #262628;
  position: absolute;
  margin-left: -44px;
  top: -2px;
}

.link, .clients__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 59px;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-color: var(--accent);
  padding: 10px 28px 10px 78px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .link, .clients__link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%);
    font-size: 18px;
    padding: 12px 16px 12px 42px;
    min-width: 238px;
    gap: 16px;
    height: 34.49px;
  }
}
.link::after, .clients__link::after {
  display: inline-block;
  content: "";
  transition: inherit;
  width: 28px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .link::after, .clients__link::after {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .link:hover, .clients__link:hover {
    background-color: var(--accent-hover);
  }
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider-button-prev {
  scale: -1 1;
}

.title, .section-title {
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .title, .section-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .title, .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.title-md, .contact-card__name, .specialist-item__title, .value-item__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-lg, .vacancy__title, .section-hero__title {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 66px;
  }
}
@media (max-width: 768px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 47px;
  }
}
.description, .specialist-item__text {
  font-size: 18px;
  line-height: 1.444;
}

.count, .specialist-item__count, .value-item__number, .process-item__count {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  height: 36px;
  min-width: 48px;
  background-color: var(--white);
  padding: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  text-align: right;
}

@media (max-width: 768px) {
  .count, .specialist-item__count, .value-item__number, .process-item__count {
    width: 42px;
    height: 33px;
    padding-left: 22px;
    padding-right: 14px;
  }
}
.section {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .section {
    margin: 75px 0 !important;
  }
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-bottom: 62px;
}

.section-text {
  line-height: 1.36;
}

.section-text--md {
  font-size: 35px;
  line-height: 1.142;
}

@media (max-width: 767.98px) {
  .section-text--md {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768.5px) {
  .mobile {
    display: none !important;
  }
}
.section-list {
  display: flex;
  gap: 42px;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .section-list {
    flex-direction: column;
  }
}
.section-list li {
  flex: 1;
  list-style-type: disc;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .section-list li {
    line-height: 24px;
  }
}
.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.section-hero {
  padding-top: 67px;
}

@media (max-width: 768px) {
  .section-hero {
    padding-top: 21px;
  }
}
.section-hero__head {
  margin-bottom: 78px;
}

@media (max-width: 768px) {
  .section-hero__head {
    margin-bottom: 40px;
  }
}
.section-hero__title {
  margin-bottom: 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 768px) {
  .section-hero__title {
    margin-bottom: 40px;
  }
}
.section-hero__title.tag-h2 {
  font-size: 70px;
  line-height: 73px;
  margin-bottom: 28px;
  text-transform: none;
}

@media (max-width: 768px) {
  .section-hero__title.tag-h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
.section-hero__text {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  width: 940px;
}

@media (max-width: 768px) {
  .section-hero__text {
    line-height: 26px;
    font-size: 21px;
  }
}
.section-hero__text.normal-text {
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-hero__text.normal-text {
    font-size: 18px;
  }
}
.section-hero__text.normal-text p {
  margin-bottom: 20px;
}

.section-hero .section-bottom {
  justify-content: flex-start;
}

.social-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 80px 0 140px;
}

@media (max-width: 768px) {
  .social-line {
    margin: 111px 0 15px;
  }
}
.social-line__items {
  animation: scroll 200s linear infinite;
  position: relative;
  display: flex;
  user-select: none;
  gap: 18px;
}

.social-line__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .social-line__item {
    font-size: 25px;
    line-height: 33px;
  }
}
.social-line__item--light .social-line__item-icon {
  background-color: var(--white);
}

.social-line__item-icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .social-line__item-icon {
    width: 55px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.section-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .section-form {
    gap: 30px;
  }
}
.section-form__top {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
}

@media (max-width: 1023.98px) {
  .section-form__top {
    grid-template-columns: auto;
  }
}
.section-form select,
.section-form input,
.section-form textarea {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  outline: none;
}

.section-form select::placeholder,
.section-form input::placeholder,
.section-form textarea::placeholder {
  color: var(--white);
}

.section-form select,
.section-form input:not(.link):not(.clients__link) {
  height: 80px;
  border: 2px solid #262628;
}

@media (max-width: 768px) {
  .section-form select,
  .section-form input:not(.link):not(.clients__link) {
    height: 50px;
  }
}
.section-form textarea {
  border: 2px solid #262628;
  resize: none;
  height: 100%;
  min-height: 90px;
  max-height: 180px;
  padding: 25px 25px;
}

.section-form textarea.textareabig {
  max-height: 280px;
}

@media (max-width: 768px) {
  .section-form textarea.textareabig {
    max-height: 180px;
  }
}
.section-form .wpcf7-not-valid-tip {
  top: -3px;
}

.section-form select {
  cursor: pointer;
}

.section-form .select2-container .select2-selection--single {
  height: 80px;
}

@media (max-width: 768px) {
  .section-form .select2-container .select2-selection--single {
    height: 50px;
  }
}
.section-form .select2-selection__rendered, .section-form input[name=start-end-dates], .section-form .wpcf7-datepicker, .section-form .wpcf7-select {
  border: 2px solid #262628;
  background-position: 93% !important;
}

.section-form option {
  background-color: var(--dark);
  font-weight: 500;
}

.section-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .section-form__fields {
    grid-template-columns: auto;
  }
}
.section-form__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.section-form__bottom .wpcf7-list-item {
  margin: 0;
}

.section-form__bottom label {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .section-form__bottom {
    flex-direction: column;
    gap: 39px;
  }
}
.section-form__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .section-form__row {
    align-items: center;
    width: 100%;
  }
}
.section-form__text {
  font-size: 18px;
  max-width: 283px;
  line-height: 1.333;
}

@media (max-width: 768px) {
  .section-form__text {
    display: none;
  }
}
.slider .container {
  position: relative;
}

.slider__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  translate: 0 50%;
  width: 100%;
  pointer-events: none;
  padding: 0 30px;
}

.slider__navs > * {
  pointer-events: all;
}

.daterangepicker {
  color: black;
  border: 2px solid #262628;
}

.daterangepicker::after {
  border-bottom: 6px solid #262628 !important;
}

.daterangepicker::before {
  border-bottom: 7px solid #262628 !important;
}

.daterangepicker .calendar-table {
  border: 2px solid #262628 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  color: rgb(208, 206, 206);
}

span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}

.select2-container .select2-selection--single {
  font-size: initial;
}

.select2-selection__rendered {
  color: white !important;
  padding: 10px 25px !important;
  height: 80px;
  border-top: 2px solid #262628;
}

@media (max-width: 768px) {
  .select2-selection__rendered {
    height: 50px;
  }
}
span.select2-selection__arrow {
  display: none;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  margin-top: 20px;
  background: black;
  color: white;
  border: 1px solid #262628;
  border-radius: 0;
  padding: 0;
}

.select2-dropdown ul {
  max-height: unset !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #218CAA;
  color: white;
}

li.select2-results__option {
  padding: 15px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #218CAA;
}

.select2-container .select2-selection__rendered {
  line-height: 20px;
  font-weight: 400;
  font-size: 25px;
  padding: 25px 25px !important;
}

@media (max-width: 768px) {
  .select2-container .select2-selection__rendered {
    padding: 10px 25px !important;
  }
}
.select2-dropdown {
  font-size: 16px;
  padding: 10px 0;
}

.ui-widget.ui-widget-content {
  border: 2px solid #262628 !important;
}

.select2-results__option {
  padding: 10px 25px;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 0px;
}

span.select2-dropdown.select2-dropdown--above {
  margin-bottom: -30px;
  margin-top: 0;
}

body.admin-bar span.select2-dropdown.select2-dropdown--below {
  margin-top: 30px;
}

body.admin-bar span.select2-dropdown.select2-dropdown--above {
  margin-bottom: 30px;
  margin-top: 0;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  background: var(--accent);
  z-index: 9999999;
  transition: background 0.4s;
}

.totop span {
  display: inline-block;
  transform: translateY(-2px);
}

.totop:hover {
  background: var(--accent-hover);
}

.video-block {
  margin-top: 30px;
  position: relative;
}
.video-block__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 59px;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-color: var(--accent);
  padding: 10px 28px 10px 78px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}
@media (max-width: 768px) {
  .video-block__link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%);
    font-size: 18px;
    padding: 12px 16px 12px 42px;
    min-width: 238px;
    gap: 16px;
    height: 34.49px;
  }
}
.video-block__link::after {
  display: inline-block;
  content: "";
  transition: inherit;
  width: 28px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .video-block__link::after {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .video-block__link:hover {
    background-color: var(--accent-hover);
  }
}
.video-block__link {
  position: absolute;
  left: 50%;
  translate: -50% 50%;
  bottom: 0;
  translate: -50% 64%;
  z-index: 3;
}
.video-block__link--end {
  transform: translate(0%);
  position: relative;
  left: auto;
  translate: 0% 0%;
}

.video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
@media (max-width: 768px) {
  .video {
    aspect-ratio: 16/9;
    height: auto;
  }
}
.video-block.active .video__layout.hide {
  pointer-events: none;
}
.video-block.active .video__layout.hide button {
  opacity: 1 !important;
}
.video-block.is-playing .video__layout.hide {
  pointer-events: none;
}
.video-block.is-playing .video__layout.hide button {
  opacity: 0 !important;
}
.video__layout {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  position: absolute;
  inset: 0;
}
.video__layout.hide {
  background: unset !important;
}
.video__layout.hide button {
  opacity: 0 !important;
}
.video__frame {
  position: absolute;
  inset: 0;
}
.video__frame video,
.video__frame iframe,
.video__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 80px;
  aspect-ratio: 1/1;
  transition: 0.2s ease-in-out;
  background-color: var(--accent);
}
.video__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 32px;
  border-color: transparent transparent transparent var(--white);
  margin-left: 10px;
}
@media (any-hover: hover) {
  .video__btn:hover {
    background-color: var(--accent-hover);
  }
}
@media (max-width: 767.98px) {
  .video__btn {
    width: 50px;
  }
  .video__btn::after {
    border-width: 12px 0 12px 20px;
    margin-left: 5px;
  }
}
.video__overlay-end {
  position: absolute;
  inset: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
.video__overlay-end.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.button, .vacancy-item__icon, .slider-button-prev,
.slider-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-width: 76px;
  background-color: var(--accent);
  padding: 20px 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .button, .vacancy-item__icon, .slider-button-prev,
  .slider-button-next {
    min-width: 44px;
    padding: 12px 10px;
    height: 34px;
    gap: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
}
.button::after, .vacancy-item__icon::after, .slider-button-prev::after,
.slider-button-next::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .button::after, .vacancy-item__icon::after, .slider-button-prev::after,
  .slider-button-next::after {
    width: 10px;
    height: 12;
  }
}
@media (any-hover: hover) {
  .button:hover, .vacancy-item__icon:hover, .slider-button-prev:hover,
  .slider-button-next:hover {
    background-color: var(--accent-hover);
  }
}
label {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 400;
}

label a {
  color: var(--accent);
}

@media (any-hover: hover) {
  label a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
label input {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

label input:checked + span::before {
  background: url(./0508d898c3f1d8824fe0331c6fa1e6e0.svg) no-repeat center/12px;
}

label span {
  margin-left: 44px;
  display: inline-block;
}

label span::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  content: "";
  flex: 0 0 auto;
  border: 2px solid #262628;
  position: absolute;
  margin-left: -44px;
  top: -2px;
}

.link, .clients__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 59px;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-color: var(--accent);
  padding: 10px 28px 10px 78px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .link, .clients__link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%);
    font-size: 18px;
    padding: 12px 16px 12px 42px;
    min-width: 238px;
    gap: 16px;
    height: 34.49px;
  }
}
.link::after, .clients__link::after {
  display: inline-block;
  content: "";
  transition: inherit;
  width: 28px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .link::after, .clients__link::after {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .link:hover, .clients__link:hover {
    background-color: var(--accent-hover);
  }
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider-button-prev {
  scale: -1 1;
}

.title, .section-title {
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .title, .section-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .title, .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.title-md, .contact-card__name, .specialist-item__title, .value-item__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-lg, .vacancy__title, .section-hero__title {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 66px;
  }
}
@media (max-width: 768px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 47px;
  }
}
.description, .specialist-item__text {
  font-size: 18px;
  line-height: 1.444;
}

.count, .specialist-item__count, .value-item__number, .process-item__count {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  height: 36px;
  min-width: 48px;
  background-color: var(--white);
  padding: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  text-align: right;
}

@media (max-width: 768px) {
  .count, .specialist-item__count, .value-item__number, .process-item__count {
    width: 42px;
    height: 33px;
    padding-left: 22px;
    padding-right: 14px;
  }
}
.section {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .section {
    margin: 75px 0 !important;
  }
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-bottom: 62px;
}

.section-text {
  line-height: 1.36;
}

.section-text--md {
  font-size: 35px;
  line-height: 1.142;
}

@media (max-width: 767.98px) {
  .section-text--md {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768.5px) {
  .mobile {
    display: none !important;
  }
}
.section-list {
  display: flex;
  gap: 42px;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .section-list {
    flex-direction: column;
  }
}
.section-list li {
  flex: 1;
  list-style-type: disc;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .section-list li {
    line-height: 24px;
  }
}
.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.section-hero {
  padding-top: 67px;
}

@media (max-width: 768px) {
  .section-hero {
    padding-top: 21px;
  }
}
.section-hero__head {
  margin-bottom: 78px;
}

@media (max-width: 768px) {
  .section-hero__head {
    margin-bottom: 40px;
  }
}
.section-hero__title {
  margin-bottom: 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 768px) {
  .section-hero__title {
    margin-bottom: 40px;
  }
}
.section-hero__title.tag-h2 {
  font-size: 70px;
  line-height: 73px;
  margin-bottom: 28px;
  text-transform: none;
}

@media (max-width: 768px) {
  .section-hero__title.tag-h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
.section-hero__text {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  width: 940px;
}

@media (max-width: 768px) {
  .section-hero__text {
    line-height: 26px;
    font-size: 21px;
  }
}
.section-hero__text.normal-text {
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-hero__text.normal-text {
    font-size: 18px;
  }
}
.section-hero__text.normal-text p {
  margin-bottom: 20px;
}

.section-hero .section-bottom {
  justify-content: flex-start;
}

.social-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 80px 0 140px;
}

@media (max-width: 768px) {
  .social-line {
    margin: 111px 0 15px;
  }
}
.social-line__items {
  animation: scroll 200s linear infinite;
  position: relative;
  display: flex;
  user-select: none;
  gap: 18px;
}

.social-line__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .social-line__item {
    font-size: 25px;
    line-height: 33px;
  }
}
.social-line__item--light .social-line__item-icon {
  background-color: var(--white);
}

.social-line__item-icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .social-line__item-icon {
    width: 55px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.section-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .section-form {
    gap: 30px;
  }
}
.section-form__top {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
}

@media (max-width: 1023.98px) {
  .section-form__top {
    grid-template-columns: auto;
  }
}
.section-form select,
.section-form input,
.section-form textarea {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  outline: none;
}

.section-form select::placeholder,
.section-form input::placeholder,
.section-form textarea::placeholder {
  color: var(--white);
}

.section-form select,
.section-form input:not(.link):not(.clients__link) {
  height: 80px;
  border: 2px solid #262628;
}

@media (max-width: 768px) {
  .section-form select,
  .section-form input:not(.link):not(.clients__link) {
    height: 50px;
  }
}
.section-form textarea {
  border: 2px solid #262628;
  resize: none;
  height: 100%;
  min-height: 90px;
  max-height: 180px;
  padding: 25px 25px;
}

.section-form textarea.textareabig {
  max-height: 280px;
}

@media (max-width: 768px) {
  .section-form textarea.textareabig {
    max-height: 180px;
  }
}
.section-form .wpcf7-not-valid-tip {
  top: -3px;
}

.section-form select {
  cursor: pointer;
}

.section-form .select2-container .select2-selection--single {
  height: 80px;
}

@media (max-width: 768px) {
  .section-form .select2-container .select2-selection--single {
    height: 50px;
  }
}
.section-form .select2-selection__rendered, .section-form input[name=start-end-dates], .section-form .wpcf7-datepicker, .section-form .wpcf7-select {
  border: 2px solid #262628;
  background-position: 93% !important;
}

.section-form option {
  background-color: var(--dark);
  font-weight: 500;
}

.section-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .section-form__fields {
    grid-template-columns: auto;
  }
}
.section-form__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.section-form__bottom .wpcf7-list-item {
  margin: 0;
}

.section-form__bottom label {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .section-form__bottom {
    flex-direction: column;
    gap: 39px;
  }
}
.section-form__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .section-form__row {
    align-items: center;
    width: 100%;
  }
}
.section-form__text {
  font-size: 18px;
  max-width: 283px;
  line-height: 1.333;
}

@media (max-width: 768px) {
  .section-form__text {
    display: none;
  }
}
.slider .container {
  position: relative;
}

.slider__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  translate: 0 50%;
  width: 100%;
  pointer-events: none;
  padding: 0 30px;
}

.slider__navs > * {
  pointer-events: all;
}

.daterangepicker {
  color: black;
  border: 2px solid #262628;
}

.daterangepicker::after {
  border-bottom: 6px solid #262628 !important;
}

.daterangepicker::before {
  border-bottom: 7px solid #262628 !important;
}

.daterangepicker .calendar-table {
  border: 2px solid #262628 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  color: rgb(208, 206, 206);
}

span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}

.select2-container .select2-selection--single {
  font-size: initial;
}

.select2-selection__rendered {
  color: white !important;
  padding: 10px 25px !important;
  height: 80px;
  border-top: 2px solid #262628;
}

@media (max-width: 768px) {
  .select2-selection__rendered {
    height: 50px;
  }
}
span.select2-selection__arrow {
  display: none;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  margin-top: 20px;
  background: black;
  color: white;
  border: 1px solid #262628;
  border-radius: 0;
  padding: 0;
}

.select2-dropdown ul {
  max-height: unset !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #218CAA;
  color: white;
}

li.select2-results__option {
  padding: 15px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #218CAA;
}

.select2-container .select2-selection__rendered {
  line-height: 20px;
  font-weight: 400;
  font-size: 25px;
  padding: 25px 25px !important;
}

@media (max-width: 768px) {
  .select2-container .select2-selection__rendered {
    padding: 10px 25px !important;
  }
}
.select2-dropdown {
  font-size: 16px;
  padding: 10px 0;
}

.ui-widget.ui-widget-content {
  border: 2px solid #262628 !important;
}

.select2-results__option {
  padding: 10px 25px;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 0px;
}

span.select2-dropdown.select2-dropdown--above {
  margin-bottom: -30px;
  margin-top: 0;
}

body.admin-bar span.select2-dropdown.select2-dropdown--below {
  margin-top: 30px;
}

body.admin-bar span.select2-dropdown.select2-dropdown--above {
  margin-bottom: 30px;
  margin-top: 0;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  background: var(--accent);
  z-index: 9999999;
  transition: background 0.4s;
}

.totop span {
  display: inline-block;
  transform: translateY(-2px);
}

.totop:hover {
  background: var(--accent-hover);
}

.service {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .service {
    margin: 75px 0;
  }
}
.service {
  margin: 127px 0 148px;
}
@media (max-width: 768px) {
  .service {
    margin: 89px 0 68px;
  }
}
.service__title {
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .service__title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .service__title {
    font-size: 35px;
    line-height: 40px;
  }
}
.service__title {
  margin-bottom: 29px;
}
@media (max-width: 767.98px) {
  .service__title {
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 25px;
  }
}
.service__text {
  max-width: 520px;
  margin-bottom: 100px;
  line-height: 1.36;
}
@media (max-width: 768px) {
  .service__text {
    margin-bottom: 40px;
  }
}
.service__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 37px;
  margin-left: -20px;
}
@media (max-width: 1023.98px) {
  .service__list {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .service__list {
    padding-left: 20px;
    flex-direction: column;
    position: relative;
    margin-bottom: 66px;
  }
  .service__list::after {
    position: absolute;
    content: "";
    height: 147px;
    width: calc(100% + 30px);
    left: 50%;
    bottom: 35px;
    translate: -46% 50%;
    background: url(./2793fe1552c252aeffa306c16d9a6e0a.svg) center/contain no-repeat;
    margin: 0 -15px;
  }
}
.service__list li {
  font-size: 30px;
  line-height: 36px;
  margin-right: 7px;
  padding: 15px 7px 34px 40px;
  border-right: 2px solid rgba(78, 80, 85, 0.34);
  position: relative;
}
@media (max-width: 1023.98px) {
  .service__list li {
    border-right: none;
  }
  .service__list li br {
    display: none;
  }
}
@media (max-width: 768px) {
  .service__list li {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    list-style-type: disc;
  }
}
.service__list li::before {
  position: absolute;
  aspect-ratio: 1/1;
  content: "";
  left: 21px;
  width: 8px;
  top: 30px;
  border-radius: 50%;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .service__list li::before {
    display: none;
  }
}
.service__list li:first-child, .service__list li:nth-child(4n+1) {
  margin-left: 0;
}
.service__list li:nth-child(4n) {
  margin-right: 0;
  border-right: none;
}
.service__bottom .container {
  position: relative;
}
.service__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 5;
  margin: 0 auto;
  max-width: 1316px;
  padding: 0 58px;
  width: 100%;
  pointer-events: none;
}
.service__navs > * {
  pointer-events: all;
}
@media (max-width: 768px) {
  .service__navs {
    padding: 0 38px;
    bottom: -17px;
  }
}

.service-slide__img {
  display: flex;
}
.service-slide__img picture,
.service-slide__img img {
  flex: 1;
}
.service-slide__img picture {
  height: 100%;
}
.service-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 9/5.123;
}

.team {
  margin-bottom: 86px;
}
@media (max-width: 767.98px) {
  .team {
    margin: 68px 0 36px;
  }
}
.team__items {
  display: flex;
}
@media (min-width: 768px) {
  .team__items .team-card {
    width: 33.333%;
  }
}
@media (max-width: 767.98px) {
  .team__items {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .team .section-title {
    font-size: 42px;
    line-height: 47px;
  }
}
@media (max-width: 767.98px) {
  .team .section-head {
    margin-bottom: 40px;
  }
}
.team .section-text {
  width: 450px;
  max-width: 100%;
}

.team-card {
  overflow: hidden;
  flex: 1;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  min-height: 658px;
}
@media (max-width: 767.98px) {
  .team-card {
    aspect-ratio: 1/1;
    min-height: 390px;
  }
}
.team-card__body {
  position: relative;
  z-index: 1;
  margin-top: auto;
  min-height: 274px;
  padding: 50px 27px 0 48px;
}
@media (max-width: 1199.98px) {
  .team-card__body {
    padding: 30px 30px 0;
  }
}
@media (max-width: 767.98px) {
  .team-card__body {
    min-height: auto;
    padding: 24px 34px;
  }
}
.team-card__body::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(16, 16, 16, 0), rgba(16, 16, 16, 0.56));
  z-index: -1;
}
.team-card__quote {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.333;
  position: relative;
}
@media (max-width: 1023.98px) {
  .team-card__quote {
    font-size: 20px;
  }
}
.team-card__quote::before {
  position: absolute;
  left: 0;
  top: -20px;
  translate: 0 -85%;
  pointer-events: none;
  content: "\201E";
  font-size: 120px;
  font-weight: 500;
}
@media (max-width: 1023.98px) {
  .team-card__quote::before {
    font-size: 80px;
  }
}

.button, .vacancy-item__icon, .slider-button-prev,
.slider-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-width: 76px;
  background-color: var(--accent);
  padding: 20px 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .button, .vacancy-item__icon, .slider-button-prev,
  .slider-button-next {
    min-width: 44px;
    padding: 12px 10px;
    height: 34px;
    gap: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
}
.button::after, .vacancy-item__icon::after, .slider-button-prev::after,
.slider-button-next::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .button::after, .vacancy-item__icon::after, .slider-button-prev::after,
  .slider-button-next::after {
    width: 10px;
    height: 12;
  }
}
@media (any-hover: hover) {
  .button:hover, .vacancy-item__icon:hover, .slider-button-prev:hover,
  .slider-button-next:hover {
    background-color: var(--accent-hover);
  }
}
label {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 400;
}

label a {
  color: var(--accent);
}

@media (any-hover: hover) {
  label a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
label input {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

label input:checked + span::before {
  background: url(./0508d898c3f1d8824fe0331c6fa1e6e0.svg) no-repeat center/12px;
}

label span {
  margin-left: 44px;
  display: inline-block;
}

label span::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  content: "";
  flex: 0 0 auto;
  border: 2px solid #262628;
  position: absolute;
  margin-left: -44px;
  top: -2px;
}

.link, .clients__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 59px;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-color: var(--accent);
  padding: 10px 28px 10px 78px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .link, .clients__link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%);
    font-size: 18px;
    padding: 12px 16px 12px 42px;
    min-width: 238px;
    gap: 16px;
    height: 34.49px;
  }
}
.link::after, .clients__link::after {
  display: inline-block;
  content: "";
  transition: inherit;
  width: 28px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .link::after, .clients__link::after {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .link:hover, .clients__link:hover {
    background-color: var(--accent-hover);
  }
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider-button-prev {
  scale: -1 1;
}

.title, .section-title {
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .title, .section-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .title, .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.title-md, .contact-card__name, .specialist-item__title, .value-item__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-lg, .vacancy__title, .section-hero__title {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 66px;
  }
}
@media (max-width: 768px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 47px;
  }
}
.description, .specialist-item__text {
  font-size: 18px;
  line-height: 1.444;
}

.count, .specialist-item__count, .value-item__number, .process-item__count {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  height: 36px;
  min-width: 48px;
  background-color: var(--white);
  padding: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  text-align: right;
}

@media (max-width: 768px) {
  .count, .specialist-item__count, .value-item__number, .process-item__count {
    width: 42px;
    height: 33px;
    padding-left: 22px;
    padding-right: 14px;
  }
}
.section {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .section {
    margin: 75px 0 !important;
  }
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-bottom: 62px;
}

.section-text {
  line-height: 1.36;
}

.section-text--md {
  font-size: 35px;
  line-height: 1.142;
}

@media (max-width: 767.98px) {
  .section-text--md {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768.5px) {
  .mobile {
    display: none !important;
  }
}
.section-list {
  display: flex;
  gap: 42px;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .section-list {
    flex-direction: column;
  }
}
.section-list li {
  flex: 1;
  list-style-type: disc;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .section-list li {
    line-height: 24px;
  }
}
.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.section-hero {
  padding-top: 67px;
}

@media (max-width: 768px) {
  .section-hero {
    padding-top: 21px;
  }
}
.section-hero__head {
  margin-bottom: 78px;
}

@media (max-width: 768px) {
  .section-hero__head {
    margin-bottom: 40px;
  }
}
.section-hero__title {
  margin-bottom: 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 768px) {
  .section-hero__title {
    margin-bottom: 40px;
  }
}
.section-hero__title.tag-h2 {
  font-size: 70px;
  line-height: 73px;
  margin-bottom: 28px;
  text-transform: none;
}

@media (max-width: 768px) {
  .section-hero__title.tag-h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
.section-hero__text {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  width: 940px;
}

@media (max-width: 768px) {
  .section-hero__text {
    line-height: 26px;
    font-size: 21px;
  }
}
.section-hero__text.normal-text {
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-hero__text.normal-text {
    font-size: 18px;
  }
}
.section-hero__text.normal-text p {
  margin-bottom: 20px;
}

.section-hero .section-bottom {
  justify-content: flex-start;
}

.social-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 80px 0 140px;
}

@media (max-width: 768px) {
  .social-line {
    margin: 111px 0 15px;
  }
}
.social-line__items {
  animation: scroll 200s linear infinite;
  position: relative;
  display: flex;
  user-select: none;
  gap: 18px;
}

.social-line__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .social-line__item {
    font-size: 25px;
    line-height: 33px;
  }
}
.social-line__item--light .social-line__item-icon {
  background-color: var(--white);
}

.social-line__item-icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .social-line__item-icon {
    width: 55px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.section-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .section-form {
    gap: 30px;
  }
}
.section-form__top {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
}

@media (max-width: 1023.98px) {
  .section-form__top {
    grid-template-columns: auto;
  }
}
.section-form select,
.section-form input,
.section-form textarea {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  outline: none;
}

.section-form select::placeholder,
.section-form input::placeholder,
.section-form textarea::placeholder {
  color: var(--white);
}

.section-form select,
.section-form input:not(.link):not(.clients__link) {
  height: 80px;
  border: 2px solid #262628;
}

@media (max-width: 768px) {
  .section-form select,
  .section-form input:not(.link):not(.clients__link) {
    height: 50px;
  }
}
.section-form textarea {
  border: 2px solid #262628;
  resize: none;
  height: 100%;
  min-height: 90px;
  max-height: 180px;
  padding: 25px 25px;
}

.section-form textarea.textareabig {
  max-height: 280px;
}

@media (max-width: 768px) {
  .section-form textarea.textareabig {
    max-height: 180px;
  }
}
.section-form .wpcf7-not-valid-tip {
  top: -3px;
}

.section-form select {
  cursor: pointer;
}

.section-form .select2-container .select2-selection--single {
  height: 80px;
}

@media (max-width: 768px) {
  .section-form .select2-container .select2-selection--single {
    height: 50px;
  }
}
.section-form .select2-selection__rendered, .section-form input[name=start-end-dates], .section-form .wpcf7-datepicker, .section-form .wpcf7-select {
  border: 2px solid #262628;
  background-position: 93% !important;
}

.section-form option {
  background-color: var(--dark);
  font-weight: 500;
}

.section-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .section-form__fields {
    grid-template-columns: auto;
  }
}
.section-form__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.section-form__bottom .wpcf7-list-item {
  margin: 0;
}

.section-form__bottom label {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .section-form__bottom {
    flex-direction: column;
    gap: 39px;
  }
}
.section-form__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .section-form__row {
    align-items: center;
    width: 100%;
  }
}
.section-form__text {
  font-size: 18px;
  max-width: 283px;
  line-height: 1.333;
}

@media (max-width: 768px) {
  .section-form__text {
    display: none;
  }
}
.slider .container {
  position: relative;
}

.slider__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  translate: 0 50%;
  width: 100%;
  pointer-events: none;
  padding: 0 30px;
}

.slider__navs > * {
  pointer-events: all;
}

.daterangepicker {
  color: black;
  border: 2px solid #262628;
}

.daterangepicker::after {
  border-bottom: 6px solid #262628 !important;
}

.daterangepicker::before {
  border-bottom: 7px solid #262628 !important;
}

.daterangepicker .calendar-table {
  border: 2px solid #262628 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  color: rgb(208, 206, 206);
}

span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}

.select2-container .select2-selection--single {
  font-size: initial;
}

.select2-selection__rendered {
  color: white !important;
  padding: 10px 25px !important;
  height: 80px;
  border-top: 2px solid #262628;
}

@media (max-width: 768px) {
  .select2-selection__rendered {
    height: 50px;
  }
}
span.select2-selection__arrow {
  display: none;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  margin-top: 20px;
  background: black;
  color: white;
  border: 1px solid #262628;
  border-radius: 0;
  padding: 0;
}

.select2-dropdown ul {
  max-height: unset !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #218CAA;
  color: white;
}

li.select2-results__option {
  padding: 15px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #218CAA;
}

.select2-container .select2-selection__rendered {
  line-height: 20px;
  font-weight: 400;
  font-size: 25px;
  padding: 25px 25px !important;
}

@media (max-width: 768px) {
  .select2-container .select2-selection__rendered {
    padding: 10px 25px !important;
  }
}
.select2-dropdown {
  font-size: 16px;
  padding: 10px 0;
}

.ui-widget.ui-widget-content {
  border: 2px solid #262628 !important;
}

.select2-results__option {
  padding: 10px 25px;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 0px;
}

span.select2-dropdown.select2-dropdown--above {
  margin-bottom: -30px;
  margin-top: 0;
}

body.admin-bar span.select2-dropdown.select2-dropdown--below {
  margin-top: 30px;
}

body.admin-bar span.select2-dropdown.select2-dropdown--above {
  margin-bottom: 30px;
  margin-top: 0;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  background: var(--accent);
  z-index: 9999999;
  transition: background 0.4s;
}

.totop span {
  display: inline-block;
  transform: translateY(-2px);
}

.totop:hover {
  background: var(--accent-hover);
}

.clients {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .clients {
    margin: 64px 0;
  }
}
.clients {
  --gap: 70px;
  --logo-max-h: 80px;
  --ticker-duration: 30s;
  --ticker-direction: normal;
}
.clients .section-head {
  margin-bottom: 57px;
}
@media (max-width: 767.98px) {
  .clients .section-head {
    margin-bottom: 25px;
  }
}
.clients__row {
  width: 100%;
}
.clients__line {
  display: flex;
  position: relative;
  width: max-content;
  animation: ticker-scroll-clients var(--ticker-duration) linear infinite;
  animation-direction: var(--ticker-direction);
  will-change: transform;
  margin-bottom: 69px;
}
@media (max-width: 767.98px) {
  .clients__line {
    margin-bottom: 36px;
  }
}
.clients__items {
  display: flex;
  align-items: center;
}
.clients__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-right: var(--gap);
}
.clients__item img {
  width: auto;
  max-height: var(--logo-max-h);
}
@media (max-width: 767.98px) {
  .clients__link {
    margin: 0 auto;
  }
}
.clients__text-sm {
  font-size: 18px;
  font-weight: 400;
  max-width: 279px;
  margin-left: 75px;
  line-height: 1.333;
}
.clients__text-sm:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .clients__text-sm {
    display: none;
  }
}
.clients .section-text {
  max-width: 871px;
  margin-bottom: 87px;
}
@media (max-width: 767.98px) {
  .clients .section-text {
    margin-bottom: 69px;
  }
}
.clients__bottom {
  margin-left: 6px;
}
@media (max-width: 767.98px) {
  .clients__bottom {
    display: flex;
    justify-content: center;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
@keyframes ticker-scroll-clients {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.button, .vacancy-item__icon, .slider-button-prev,
.slider-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-width: 76px;
  background-color: var(--accent);
  padding: 20px 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .button, .vacancy-item__icon, .slider-button-prev,
  .slider-button-next {
    min-width: 44px;
    padding: 12px 10px;
    height: 34px;
    gap: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
}
.button::after, .vacancy-item__icon::after, .slider-button-prev::after,
.slider-button-next::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .button::after, .vacancy-item__icon::after, .slider-button-prev::after,
  .slider-button-next::after {
    width: 10px;
    height: 12;
  }
}
@media (any-hover: hover) {
  .button:hover, .vacancy-item__icon:hover, .slider-button-prev:hover,
  .slider-button-next:hover {
    background-color: var(--accent-hover);
  }
}
label {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 400;
}

label a {
  color: var(--accent);
}

@media (any-hover: hover) {
  label a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
label input {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

label input:checked + span::before {
  background: url(./0508d898c3f1d8824fe0331c6fa1e6e0.svg) no-repeat center/12px;
}

label span {
  margin-left: 44px;
  display: inline-block;
}

label span::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  content: "";
  flex: 0 0 auto;
  border: 2px solid #262628;
  position: absolute;
  margin-left: -44px;
  top: -2px;
}

.link, .clients__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 59px;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-color: var(--accent);
  padding: 10px 28px 10px 78px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .link, .clients__link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%);
    font-size: 18px;
    padding: 12px 16px 12px 42px;
    min-width: 238px;
    gap: 16px;
    height: 34.49px;
  }
}
.link::after, .clients__link::after {
  display: inline-block;
  content: "";
  transition: inherit;
  width: 28px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .link::after, .clients__link::after {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .link:hover, .clients__link:hover {
    background-color: var(--accent-hover);
  }
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider-button-prev {
  scale: -1 1;
}

.title, .section-title {
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .title, .section-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .title, .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.title-md, .contact-card__name, .specialist-item__title, .value-item__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-lg, .vacancy__title, .section-hero__title {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 66px;
  }
}
@media (max-width: 768px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 47px;
  }
}
.description, .specialist-item__text {
  font-size: 18px;
  line-height: 1.444;
}

.count, .specialist-item__count, .value-item__number, .process-item__count {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  height: 36px;
  min-width: 48px;
  background-color: var(--white);
  padding: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  text-align: right;
}

@media (max-width: 768px) {
  .count, .specialist-item__count, .value-item__number, .process-item__count {
    width: 42px;
    height: 33px;
    padding-left: 22px;
    padding-right: 14px;
  }
}
.section {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .section {
    margin: 75px 0 !important;
  }
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-bottom: 62px;
}

.section-text {
  line-height: 1.36;
}

.section-text--md {
  font-size: 35px;
  line-height: 1.142;
}

@media (max-width: 767.98px) {
  .section-text--md {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768.5px) {
  .mobile {
    display: none !important;
  }
}
.section-list {
  display: flex;
  gap: 42px;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .section-list {
    flex-direction: column;
  }
}
.section-list li {
  flex: 1;
  list-style-type: disc;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .section-list li {
    line-height: 24px;
  }
}
.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.section-hero {
  padding-top: 67px;
}

@media (max-width: 768px) {
  .section-hero {
    padding-top: 21px;
  }
}
.section-hero__head {
  margin-bottom: 78px;
}

@media (max-width: 768px) {
  .section-hero__head {
    margin-bottom: 40px;
  }
}
.section-hero__title {
  margin-bottom: 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 768px) {
  .section-hero__title {
    margin-bottom: 40px;
  }
}
.section-hero__title.tag-h2 {
  font-size: 70px;
  line-height: 73px;
  margin-bottom: 28px;
  text-transform: none;
}

@media (max-width: 768px) {
  .section-hero__title.tag-h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
.section-hero__text {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  width: 940px;
}

@media (max-width: 768px) {
  .section-hero__text {
    line-height: 26px;
    font-size: 21px;
  }
}
.section-hero__text.normal-text {
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-hero__text.normal-text {
    font-size: 18px;
  }
}
.section-hero__text.normal-text p {
  margin-bottom: 20px;
}

.section-hero .section-bottom {
  justify-content: flex-start;
}

.social-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 80px 0 140px;
}

@media (max-width: 768px) {
  .social-line {
    margin: 111px 0 15px;
  }
}
.social-line__items {
  animation: scroll 200s linear infinite;
  position: relative;
  display: flex;
  user-select: none;
  gap: 18px;
}

.social-line__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .social-line__item {
    font-size: 25px;
    line-height: 33px;
  }
}
.social-line__item--light .social-line__item-icon {
  background-color: var(--white);
}

.social-line__item-icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .social-line__item-icon {
    width: 55px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.section-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .section-form {
    gap: 30px;
  }
}
.section-form__top {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
}

@media (max-width: 1023.98px) {
  .section-form__top {
    grid-template-columns: auto;
  }
}
.section-form select,
.section-form input,
.section-form textarea {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  outline: none;
}

.section-form select::placeholder,
.section-form input::placeholder,
.section-form textarea::placeholder {
  color: var(--white);
}

.section-form select,
.section-form input:not(.link):not(.clients__link) {
  height: 80px;
  border: 2px solid #262628;
}

@media (max-width: 768px) {
  .section-form select,
  .section-form input:not(.link):not(.clients__link) {
    height: 50px;
  }
}
.section-form textarea {
  border: 2px solid #262628;
  resize: none;
  height: 100%;
  min-height: 90px;
  max-height: 180px;
  padding: 25px 25px;
}

.section-form textarea.textareabig {
  max-height: 280px;
}

@media (max-width: 768px) {
  .section-form textarea.textareabig {
    max-height: 180px;
  }
}
.section-form .wpcf7-not-valid-tip {
  top: -3px;
}

.section-form select {
  cursor: pointer;
}

.section-form .select2-container .select2-selection--single {
  height: 80px;
}

@media (max-width: 768px) {
  .section-form .select2-container .select2-selection--single {
    height: 50px;
  }
}
.section-form .select2-selection__rendered, .section-form input[name=start-end-dates], .section-form .wpcf7-datepicker, .section-form .wpcf7-select {
  border: 2px solid #262628;
  background-position: 93% !important;
}

.section-form option {
  background-color: var(--dark);
  font-weight: 500;
}

.section-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .section-form__fields {
    grid-template-columns: auto;
  }
}
.section-form__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.section-form__bottom .wpcf7-list-item {
  margin: 0;
}

.section-form__bottom label {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .section-form__bottom {
    flex-direction: column;
    gap: 39px;
  }
}
.section-form__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .section-form__row {
    align-items: center;
    width: 100%;
  }
}
.section-form__text {
  font-size: 18px;
  max-width: 283px;
  line-height: 1.333;
}

@media (max-width: 768px) {
  .section-form__text {
    display: none;
  }
}
.slider .container {
  position: relative;
}

.slider__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  translate: 0 50%;
  width: 100%;
  pointer-events: none;
  padding: 0 30px;
}

.slider__navs > * {
  pointer-events: all;
}

.daterangepicker {
  color: black;
  border: 2px solid #262628;
}

.daterangepicker::after {
  border-bottom: 6px solid #262628 !important;
}

.daterangepicker::before {
  border-bottom: 7px solid #262628 !important;
}

.daterangepicker .calendar-table {
  border: 2px solid #262628 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  color: rgb(208, 206, 206);
}

span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}

.select2-container .select2-selection--single {
  font-size: initial;
}

.select2-selection__rendered {
  color: white !important;
  padding: 10px 25px !important;
  height: 80px;
  border-top: 2px solid #262628;
}

@media (max-width: 768px) {
  .select2-selection__rendered {
    height: 50px;
  }
}
span.select2-selection__arrow {
  display: none;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  margin-top: 20px;
  background: black;
  color: white;
  border: 1px solid #262628;
  border-radius: 0;
  padding: 0;
}

.select2-dropdown ul {
  max-height: unset !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #218CAA;
  color: white;
}

li.select2-results__option {
  padding: 15px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #218CAA;
}

.select2-container .select2-selection__rendered {
  line-height: 20px;
  font-weight: 400;
  font-size: 25px;
  padding: 25px 25px !important;
}

@media (max-width: 768px) {
  .select2-container .select2-selection__rendered {
    padding: 10px 25px !important;
  }
}
.select2-dropdown {
  font-size: 16px;
  padding: 10px 0;
}

.ui-widget.ui-widget-content {
  border: 2px solid #262628 !important;
}

.select2-results__option {
  padding: 10px 25px;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 0px;
}

span.select2-dropdown.select2-dropdown--above {
  margin-bottom: -30px;
  margin-top: 0;
}

body.admin-bar span.select2-dropdown.select2-dropdown--below {
  margin-top: 30px;
}

body.admin-bar span.select2-dropdown.select2-dropdown--above {
  margin-bottom: 30px;
  margin-top: 0;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  background: var(--accent);
  z-index: 9999999;
  transition: background 0.4s;
}

.totop span {
  display: inline-block;
  transform: translateY(-2px);
}

.totop:hover {
  background: var(--accent-hover);
}

.process {
  margin-top: 137px;
  margin-bottom: 247px;
}
@media (max-width: 768px) {
  .process {
    margin: 70px 0 75px;
  }
}
.process .section-head {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .process .section-head {
    margin-bottom: 31px;
  }
}

@media (max-width: 768px) {
  .process-slider {
    margin: 0 -18px;
  }
}
.process-slider__wrapper {
  position: relative;
}
.process-slider__navs {
  display: none;
}
@media (max-width: 1023.98px) {
  .process-slider__navs {
    display: flex;
    justify-content: flex-end;
    padding-top: 22px;
    gap: 10px;
  }
  .process-slider__navs .slider-button-prev,
  .process-slider__navs .slider-button-next {
    padding: 12px;
    width: 44px;
    height: 33px;
    min-width: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
  .process-slider__navs .slider-button-prev::after,
  .process-slider__navs .slider-button-next::after {
    width: 12px;
    height: 12px;
    scale: -1 1;
  }
  .process-slider__navs .slider-button-prev.swiper-button-disabled,
  .process-slider__navs .slider-button-next.swiper-button-disabled {
    opacity: 0.5;
  }
  .process-slider__navs .slider-button-prev {
    scale: 1 1;
  }
  .process-slider__navs .slider-button-next {
    scale: -1 1;
  }
}
.process-slider .swiper-slide {
  height: auto !important;
}
.process-slider .swiper-slide:nth-child(1) .process-item::after {
  top: 50px;
  right: 0;
  width: 140px;
  height: 202px;
  background-image: url(./51cb04b2590fc926e043b86bdbaf15ad.png);
}
@media (max-width: 640px) {
  .process-slider .swiper-slide:nth-child(1) .process-item::after {
    top: 0px;
    right: 0;
    width: 175px;
    height: 245px;
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .process-slider .swiper-slide:nth-child(1) .process-item::after {
    top: 36px;
    right: 0;
    width: 130px;
    height: 190px;
  }
}
.process-slider .swiper-slide:nth-child(2) .process-item::after {
  right: 0;
  width: 100%;
  height: 255px;
  background-image: url(./2695e645e8aceb281318ff6f0dd3378f.png);
}
@media (max-width: 640px) {
  .process-slider .swiper-slide:nth-child(2) .process-item::after {
    top: -35px;
    background-size: contain;
    height: 384px;
  }
}
.process-slider .swiper-slide:nth-child(3) .process-item::after {
  height: 244px;
  top: 61px;
  left: 0;
  width: 135px;
  background-image: url(./ffd8b090830d93198d855605c2ef38f2.png);
}
@media (max-width: 640px) {
  .process-slider .swiper-slide:nth-child(3) .process-item::after {
    height: 371px;
    top: -27px;
    left: 0px;
    width: 208px;
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .process-slider .swiper-slide:nth-child(3) .process-item::after {
    height: 371px;
    top: -23px;
    left: 0px;
    width: 116px;
  }
}

.process-item {
  height: 100%;
  border: 2px solid #262628;
  padding: 15px 18px;
  min-height: 370px;
  position: relative;
}
.process-item::after {
  position: absolute;
  top: 50px;
  z-index: -1;
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .process-item::after {
    top: -35px;
  }
}
@media (max-width: 768px) {
  .process-item {
    min-height: 345px;
    overflow: hidden;
  }
}
.process-item__head {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  gap: 12px;
  min-height: 57px;
}
.process-item__title {
  color: #f8f8f8;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .process-item__title {
    font-size: 17px;
    line-height: 22px;
  }
}
.process-item__body {
  padding: 53px 18px 18px;
}
.process-item__text {
  font-size: 18px;
  line-height: 1.4;
}

.employer {
  margin-top: 91px;
  margin-bottom: 193px;
}
@media (max-width: 767.98px) {
  .employer {
    margin: 36px 0;
  }
}
.employer__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .employer__row {
    grid-template-columns: auto;
    gap: 37px;
  }
}
.employer .section-head {
  margin-bottom: 0;
  gap: 35px;
}
@media (max-width: 768px) {
  .employer .section-head {
    gap: 39px;
  }
}
@media (min-width: 768px) {
  .employer .section-title {
    margin-left: -18px;
  }
}
.employer__col {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 520px;
  margin-left: auto;
  width: 100%;
  margin-top: -13px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .employer__col {
    margin-top: 0px;
    gap: 40px;
  }
}
.employer__images {
  display: flex;
  align-items: center;
  gap: 32px 126px;
}
@media (max-width: 768px) {
  .employer__images {
    gap: 60px;
  }
  .employer__images img {
    width: 110px;
  }
  .employer__images img:nth-child(2) {
    width: 90px;
    margin: 0 auto;
    translate: -10px 0;
  }
}
.employer__text {
  font-size: 18px;
  line-height: 22px;
}

.row-3 .benefit-item {
  grid-column: span 1;
}

.row-2 .benefit-item {
  grid-column: span 1;
}

.benefits {
  position: relative;
  margin-bottom: 168px;
}
@media (max-width: 767.98px) {
  .benefits {
    margin-bottom: 100px;
  }
}
.benefits .section-head {
  gap: 35px;
}
@media (max-width: 767.98px) {
  .benefits .section-head {
    gap: 29px;
    margin-bottom: 34px;
  }
}
@media (max-width: 768px) {
  .benefits .section-title {
    font-size: 42px;
    line-height: 53px;
  }
}
.benefits .section-text {
  min-height: 82px;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .benefits .section-text {
    font-size: 21px;
    line-height: 26px;
  }
}
.benefits .section-bottom {
  margin-top: 118px;
}
@media (max-width: 767.98px) {
  .benefits .section-bottom {
    margin-top: 52px;
  }
}
.benefits::after {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: calc(100% - 158px);
  pointer-events: none;
  content: "";
  background: url(./049f1ddea826f3a9241e7e65ceda9ea3.svg) right top/contain no-repeat;
}
.benefits__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 10px;
}
@media (max-width: 768px) {
  .benefits__items {
    flex-direction: column;
    gap: 35px;
  }
}
@media (min-width: 768.5px) {
  .benefits__items .benefit-item {
    position: relative;
    width: calc(33.333% - 10px);
  }
  .benefits__items .benefit-item:nth-child(5n+4), .benefits__items .benefit-item:nth-child(5n+5) {
    width: calc(50% - 10px);
  }
  .benefits__items .benefit-item:nth-child(1)::after, .benefits__items .benefit-item:nth-child(2)::after, .benefits__items .benefit-item:nth-child(4)::after, .benefits__items .benefit-item:nth-child(6)::after, .benefits__items .benefit-item:nth-child(7)::after, .benefits__items .benefit-item:nth-child(9)::after, .benefits__items .benefit-item:nth-child(11)::after, .benefits__items .benefit-item:nth-child(12)::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 108px;
    background-color: var(--grey);
    content: "";
  }
}

.benefit-item__inner {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .benefit-item__inner {
    gap: 21px;
  }
}
.benefit-item__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
}
@media (max-width: 767.98px) {
  .benefit-item__icon {
    width: 59px;
  }
}
.benefit-item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.benefit-item__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .benefit-item__title {
    line-height: 21px;
    font-size: 16px;
  }
}
.benefit-item__text {
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .benefit-item__text {
    font-size: 16px;
    line-height: 21px;
  }
}

.road {
  margin-bottom: 205px;
}
@media (max-width: 767.98px) {
  .road {
    margin-bottom: 48px;
  }
}
.road__head {
  margin-bottom: 42px;
  text-align: center;
  padding: 0 30px;
}
.road.roadmp .road__head {
  padding: 0;
}
.road.roadmp .road__head .section-title {
  text-align: left;
}
.road.roadmp .road__head .section-text {
  text-align: left;
  width: 450px;
  max-width: 100%;
}
.road__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .road__body {
    flex-direction: column;
  }
}
.road__map {
  max-width: 524px;
  flex: 1;
}
.road__items {
  flex: 1;
  max-width: 433px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.road-item {
  display: flex;
  gap: 25px;
  padding: 34px 0;
  align-items: flex-start;
  border-bottom: 2px solid rgba(78, 80, 85, 0.34);
}
.road-item:last-child {
  border-bottom: 0;
}
.road-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.road-item__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .road-item__title {
    font-size: 16px;
    line-height: 21px;
  }
}
.road-item__text {
  font-size: 18px;
  line-height: 1.222;
}
@media (max-width: 768px) {
  .road-item__text {
    font-size: 16px;
    line-height: 21px;
  }
}

.button, .vacancy-item__icon, .slider-button-prev,
.slider-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-width: 76px;
  background-color: var(--accent);
  padding: 20px 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .button, .vacancy-item__icon, .slider-button-prev,
  .slider-button-next {
    min-width: 44px;
    padding: 12px 10px;
    height: 34px;
    gap: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
}
.button::after, .vacancy-item__icon::after, .slider-button-prev::after,
.slider-button-next::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .button::after, .vacancy-item__icon::after, .slider-button-prev::after,
  .slider-button-next::after {
    width: 10px;
    height: 12;
  }
}
@media (any-hover: hover) {
  .button:hover, .vacancy-item__icon:hover, .slider-button-prev:hover,
  .slider-button-next:hover {
    background-color: var(--accent-hover);
  }
}
label {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 400;
}

label a {
  color: var(--accent);
}

@media (any-hover: hover) {
  label a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
label input {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

label input:checked + span::before {
  background: url(./0508d898c3f1d8824fe0331c6fa1e6e0.svg) no-repeat center/12px;
}

label span {
  margin-left: 44px;
  display: inline-block;
}

label span::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  content: "";
  flex: 0 0 auto;
  border: 2px solid #262628;
  position: absolute;
  margin-left: -44px;
  top: -2px;
}

.link, .clients__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 59px;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-color: var(--accent);
  padding: 10px 28px 10px 78px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .link, .clients__link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%);
    font-size: 18px;
    padding: 12px 16px 12px 42px;
    min-width: 238px;
    gap: 16px;
    height: 34.49px;
  }
}
.link::after, .clients__link::after {
  display: inline-block;
  content: "";
  transition: inherit;
  width: 28px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .link::after, .clients__link::after {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .link:hover, .clients__link:hover {
    background-color: var(--accent-hover);
  }
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider-button-prev {
  scale: -1 1;
}

.title, .section-title {
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .title, .section-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .title, .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.title-md, .contact-card__name, .specialist-item__title, .value-item__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-lg, .vacancy__title, .section-hero__title {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 66px;
  }
}
@media (max-width: 768px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 47px;
  }
}
.description, .specialist-item__text {
  font-size: 18px;
  line-height: 1.444;
}

.count, .specialist-item__count, .process-item__count, .value-item__number {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  height: 36px;
  min-width: 48px;
  background-color: var(--white);
  padding: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  text-align: right;
}

@media (max-width: 768px) {
  .count, .specialist-item__count, .process-item__count, .value-item__number {
    width: 42px;
    height: 33px;
    padding-left: 22px;
    padding-right: 14px;
  }
}
.section {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .section {
    margin: 75px 0 !important;
  }
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-bottom: 62px;
}

.section-text {
  line-height: 1.36;
}

.section-text--md {
  font-size: 35px;
  line-height: 1.142;
}

@media (max-width: 767.98px) {
  .section-text--md {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768.5px) {
  .mobile {
    display: none !important;
  }
}
.section-list {
  display: flex;
  gap: 42px;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .section-list {
    flex-direction: column;
  }
}
.section-list li {
  flex: 1;
  list-style-type: disc;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .section-list li {
    line-height: 24px;
  }
}
.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.section-hero {
  padding-top: 67px;
}

@media (max-width: 768px) {
  .section-hero {
    padding-top: 21px;
  }
}
.section-hero__head {
  margin-bottom: 78px;
}

@media (max-width: 768px) {
  .section-hero__head {
    margin-bottom: 40px;
  }
}
.section-hero__title {
  margin-bottom: 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 768px) {
  .section-hero__title {
    margin-bottom: 40px;
  }
}
.section-hero__title.tag-h2 {
  font-size: 70px;
  line-height: 73px;
  margin-bottom: 28px;
  text-transform: none;
}

@media (max-width: 768px) {
  .section-hero__title.tag-h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
.section-hero__text {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  width: 940px;
}

@media (max-width: 768px) {
  .section-hero__text {
    line-height: 26px;
    font-size: 21px;
  }
}
.section-hero__text.normal-text {
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-hero__text.normal-text {
    font-size: 18px;
  }
}
.section-hero__text.normal-text p {
  margin-bottom: 20px;
}

.section-hero .section-bottom {
  justify-content: flex-start;
}

.social-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 80px 0 140px;
}

@media (max-width: 768px) {
  .social-line {
    margin: 111px 0 15px;
  }
}
.social-line__items {
  animation: scroll 200s linear infinite;
  position: relative;
  display: flex;
  user-select: none;
  gap: 18px;
}

.social-line__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .social-line__item {
    font-size: 25px;
    line-height: 33px;
  }
}
.social-line__item--light .social-line__item-icon {
  background-color: var(--white);
}

.social-line__item-icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .social-line__item-icon {
    width: 55px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.section-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .section-form {
    gap: 30px;
  }
}
.section-form__top {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
}

@media (max-width: 1023.98px) {
  .section-form__top {
    grid-template-columns: auto;
  }
}
.section-form select,
.section-form input,
.section-form textarea {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  outline: none;
}

.section-form select::placeholder,
.section-form input::placeholder,
.section-form textarea::placeholder {
  color: var(--white);
}

.section-form select,
.section-form input:not(.link):not(.clients__link) {
  height: 80px;
  border: 2px solid #262628;
}

@media (max-width: 768px) {
  .section-form select,
  .section-form input:not(.link):not(.clients__link) {
    height: 50px;
  }
}
.section-form textarea {
  border: 2px solid #262628;
  resize: none;
  height: 100%;
  min-height: 90px;
  max-height: 180px;
  padding: 25px 25px;
}

.section-form textarea.textareabig {
  max-height: 280px;
}

@media (max-width: 768px) {
  .section-form textarea.textareabig {
    max-height: 180px;
  }
}
.section-form .wpcf7-not-valid-tip {
  top: -3px;
}

.section-form select {
  cursor: pointer;
}

.section-form .select2-container .select2-selection--single {
  height: 80px;
}

@media (max-width: 768px) {
  .section-form .select2-container .select2-selection--single {
    height: 50px;
  }
}
.section-form .select2-selection__rendered, .section-form input[name=start-end-dates], .section-form .wpcf7-datepicker, .section-form .wpcf7-select {
  border: 2px solid #262628;
  background-position: 93% !important;
}

.section-form option {
  background-color: var(--dark);
  font-weight: 500;
}

.section-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .section-form__fields {
    grid-template-columns: auto;
  }
}
.section-form__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.section-form__bottom .wpcf7-list-item {
  margin: 0;
}

.section-form__bottom label {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .section-form__bottom {
    flex-direction: column;
    gap: 39px;
  }
}
.section-form__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .section-form__row {
    align-items: center;
    width: 100%;
  }
}
.section-form__text {
  font-size: 18px;
  max-width: 283px;
  line-height: 1.333;
}

@media (max-width: 768px) {
  .section-form__text {
    display: none;
  }
}
.slider .container {
  position: relative;
}

.slider__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  translate: 0 50%;
  width: 100%;
  pointer-events: none;
  padding: 0 30px;
}

.slider__navs > * {
  pointer-events: all;
}

.daterangepicker {
  color: black;
  border: 2px solid #262628;
}

.daterangepicker::after {
  border-bottom: 6px solid #262628 !important;
}

.daterangepicker::before {
  border-bottom: 7px solid #262628 !important;
}

.daterangepicker .calendar-table {
  border: 2px solid #262628 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  color: rgb(208, 206, 206);
}

span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}

.select2-container .select2-selection--single {
  font-size: initial;
}

.select2-selection__rendered {
  color: white !important;
  padding: 10px 25px !important;
  height: 80px;
  border-top: 2px solid #262628;
}

@media (max-width: 768px) {
  .select2-selection__rendered {
    height: 50px;
  }
}
span.select2-selection__arrow {
  display: none;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  margin-top: 20px;
  background: black;
  color: white;
  border: 1px solid #262628;
  border-radius: 0;
  padding: 0;
}

.select2-dropdown ul {
  max-height: unset !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #218CAA;
  color: white;
}

li.select2-results__option {
  padding: 15px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #218CAA;
}

.select2-container .select2-selection__rendered {
  line-height: 20px;
  font-weight: 400;
  font-size: 25px;
  padding: 25px 25px !important;
}

@media (max-width: 768px) {
  .select2-container .select2-selection__rendered {
    padding: 10px 25px !important;
  }
}
.select2-dropdown {
  font-size: 16px;
  padding: 10px 0;
}

.ui-widget.ui-widget-content {
  border: 2px solid #262628 !important;
}

.select2-results__option {
  padding: 10px 25px;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 0px;
}

span.select2-dropdown.select2-dropdown--above {
  margin-bottom: -30px;
  margin-top: 0;
}

body.admin-bar span.select2-dropdown.select2-dropdown--below {
  margin-top: 30px;
}

body.admin-bar span.select2-dropdown.select2-dropdown--above {
  margin-bottom: 30px;
  margin-top: 0;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  background: var(--accent);
  z-index: 9999999;
  transition: background 0.4s;
}

.totop span {
  display: inline-block;
  transform: translateY(-2px);
}

.totop:hover {
  background: var(--accent-hover);
}

.values__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.values__slider {
  position: relative;
}
.values__slider .swiper-scrollbar {
  position: static;
  transform: none;
}
.values__slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--white);
}
@media (max-width: 1023.98px) {
  .values__slider .swiper-scrollbar {
    margin-bottom: 41px;
    height: 2px;
    background: rgba(255, 255, 255, 0.23);
  }
}
.values__slider__navs {
  display: none;
}
@media (max-width: 1023.98px) {
  .values__slider__navs {
    display: flex;
    justify-content: flex-end;
    padding-top: 22px;
    gap: 10px;
  }
  .values__slider__navs .slider-button-prev,
  .values__slider__navs .slider-button-next {
    padding: 12px;
    width: 44px;
    height: 33px;
    min-width: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
  .values__slider__navs .slider-button-prev::after,
  .values__slider__navs .slider-button-next::after {
    width: 12px;
    height: 12px;
    scale: -1 1;
  }
  .values__slider__navs .slider-button-prev.swiper-button-disabled,
  .values__slider__navs .slider-button-next.swiper-button-disabled {
    opacity: 0.5;
  }
  .values__slider__navs .slider-button-prev {
    scale: 1 1;
  }
  .values__slider__navs .slider-button-next {
    scale: -1 1;
  }
}
.values__decor {
  margin-top: 68px;
  position: relative;
  aspect-ratio: 1/0.51015625;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .values__decor {
    aspect-ratio: auto;
    min-height: 296px;
    margin: 32px -30px 0;
    width: auto;
  }
}
.values__decor::before, .values__decor::after {
  position: absolute;
  inset: 0;
  content: "";
}
.values__decor::before {
  background-color: var(--dark);
  opacity: 0.59;
}
.values__decor::after {
  background: url(./770427390ef6a34eba0aaf045439b1c0.svg) top right/contain no-repeat;
}
.values__decor-title {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  max-width: 996px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .values__decor-title {
    font-size: 20px;
    padding: 0 36px;
  }
}
@media (max-width: 767.98px) {
  .values .section-title {
    font-size: 42px;
  }
}
.values .section-text {
  width: 450px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .values .section-text {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .values .value-item__title, .values .value-item__text {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .values .values__decor {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.values-swipe {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.values-swipe img {
  width: 35px;
  height: 35px;
  animation: swipe 1.5s ease-in-out infinite;
}
@media (min-width: 769px) {
  .values-swipe {
    display: none;
  }
}

@keyframes swipe {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(3px) rotate(5deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.value-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.value-item__number {
  display: none;
}
.value-item__title {
  margin-bottom: 24px;
}
.value-item__text {
  font-size: 20px;
  line-height: 1.3;
}
.value-item__text li {
  list-style: disc;
  margin-left: 22px;
}

.button, .vacancy-item__icon, .slider-button-prev,
.slider-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-width: 76px;
  background-color: var(--accent);
  padding: 20px 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .button, .vacancy-item__icon, .slider-button-prev,
  .slider-button-next {
    min-width: 44px;
    padding: 12px 10px;
    height: 34px;
    gap: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
}
.button::after, .vacancy-item__icon::after, .slider-button-prev::after,
.slider-button-next::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .button::after, .vacancy-item__icon::after, .slider-button-prev::after,
  .slider-button-next::after {
    width: 10px;
    height: 12;
  }
}
@media (any-hover: hover) {
  .button:hover, .vacancy-item__icon:hover, .slider-button-prev:hover,
  .slider-button-next:hover {
    background-color: var(--accent-hover);
  }
}
label {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 400;
}

label a {
  color: var(--accent);
}

@media (any-hover: hover) {
  label a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
label input {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

label input:checked + span::before {
  background: url(./0508d898c3f1d8824fe0331c6fa1e6e0.svg) no-repeat center/12px;
}

label span {
  margin-left: 44px;
  display: inline-block;
}

label span::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  content: "";
  flex: 0 0 auto;
  border: 2px solid #262628;
  position: absolute;
  margin-left: -44px;
  top: -2px;
}

.link, .clients__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 59px;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-color: var(--accent);
  padding: 10px 28px 10px 78px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .link, .clients__link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%);
    font-size: 18px;
    padding: 12px 16px 12px 42px;
    min-width: 238px;
    gap: 16px;
    height: 34.49px;
  }
}
.link::after, .clients__link::after {
  display: inline-block;
  content: "";
  transition: inherit;
  width: 28px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .link::after, .clients__link::after {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .link:hover, .clients__link:hover {
    background-color: var(--accent-hover);
  }
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider-button-prev {
  scale: -1 1;
}

.title, .section-title {
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .title, .section-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .title, .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.title-md, .contact-card__name, .value-item__title, .specialist-item__title {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-lg, .vacancy__title, .section-hero__title {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 66px;
  }
}
@media (max-width: 768px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 47px;
  }
}
.description, .specialist-item__text {
  font-size: 18px;
  line-height: 1.444;
}

.count, .process-item__count, .value-item__number, .specialist-item__count {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  height: 36px;
  min-width: 48px;
  background-color: var(--white);
  padding: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  text-align: right;
}

@media (max-width: 768px) {
  .count, .process-item__count, .value-item__number, .specialist-item__count {
    width: 42px;
    height: 33px;
    padding-left: 22px;
    padding-right: 14px;
  }
}
.section {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .section {
    margin: 75px 0 !important;
  }
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-bottom: 62px;
}

.section-text {
  line-height: 1.36;
}

.section-text--md {
  font-size: 35px;
  line-height: 1.142;
}

@media (max-width: 767.98px) {
  .section-text--md {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768.5px) {
  .mobile {
    display: none !important;
  }
}
.section-list {
  display: flex;
  gap: 42px;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .section-list {
    flex-direction: column;
  }
}
.section-list li {
  flex: 1;
  list-style-type: disc;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .section-list li {
    line-height: 24px;
  }
}
.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.section-hero {
  padding-top: 67px;
}

@media (max-width: 768px) {
  .section-hero {
    padding-top: 21px;
  }
}
.section-hero__head {
  margin-bottom: 78px;
}

@media (max-width: 768px) {
  .section-hero__head {
    margin-bottom: 40px;
  }
}
.section-hero__title {
  margin-bottom: 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 768px) {
  .section-hero__title {
    margin-bottom: 40px;
  }
}
.section-hero__title.tag-h2 {
  font-size: 70px;
  line-height: 73px;
  margin-bottom: 28px;
  text-transform: none;
}

@media (max-width: 768px) {
  .section-hero__title.tag-h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
.section-hero__text {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  width: 940px;
}

@media (max-width: 768px) {
  .section-hero__text {
    line-height: 26px;
    font-size: 21px;
  }
}
.section-hero__text.normal-text {
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-hero__text.normal-text {
    font-size: 18px;
  }
}
.section-hero__text.normal-text p {
  margin-bottom: 20px;
}

.section-hero .section-bottom {
  justify-content: flex-start;
}

.social-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 80px 0 140px;
}

@media (max-width: 768px) {
  .social-line {
    margin: 111px 0 15px;
  }
}
.social-line__items {
  animation: scroll 200s linear infinite;
  position: relative;
  display: flex;
  user-select: none;
  gap: 18px;
}

.social-line__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .social-line__item {
    font-size: 25px;
    line-height: 33px;
  }
}
.social-line__item--light .social-line__item-icon {
  background-color: var(--white);
}

.social-line__item-icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .social-line__item-icon {
    width: 55px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.section-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .section-form {
    gap: 30px;
  }
}
.section-form__top {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
}

@media (max-width: 1023.98px) {
  .section-form__top {
    grid-template-columns: auto;
  }
}
.section-form select,
.section-form input,
.section-form textarea {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  outline: none;
}

.section-form select::placeholder,
.section-form input::placeholder,
.section-form textarea::placeholder {
  color: var(--white);
}

.section-form select,
.section-form input:not(.link):not(.clients__link) {
  height: 80px;
  border: 2px solid #262628;
}

@media (max-width: 768px) {
  .section-form select,
  .section-form input:not(.link):not(.clients__link) {
    height: 50px;
  }
}
.section-form textarea {
  border: 2px solid #262628;
  resize: none;
  height: 100%;
  min-height: 90px;
  max-height: 180px;
  padding: 25px 25px;
}

.section-form textarea.textareabig {
  max-height: 280px;
}

@media (max-width: 768px) {
  .section-form textarea.textareabig {
    max-height: 180px;
  }
}
.section-form .wpcf7-not-valid-tip {
  top: -3px;
}

.section-form select {
  cursor: pointer;
}

.section-form .select2-container .select2-selection--single {
  height: 80px;
}

@media (max-width: 768px) {
  .section-form .select2-container .select2-selection--single {
    height: 50px;
  }
}
.section-form .select2-selection__rendered, .section-form input[name=start-end-dates], .section-form .wpcf7-datepicker, .section-form .wpcf7-select {
  border: 2px solid #262628;
  background-position: 93% !important;
}

.section-form option {
  background-color: var(--dark);
  font-weight: 500;
}

.section-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .section-form__fields {
    grid-template-columns: auto;
  }
}
.section-form__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.section-form__bottom .wpcf7-list-item {
  margin: 0;
}

.section-form__bottom label {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .section-form__bottom {
    flex-direction: column;
    gap: 39px;
  }
}
.section-form__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .section-form__row {
    align-items: center;
    width: 100%;
  }
}
.section-form__text {
  font-size: 18px;
  max-width: 283px;
  line-height: 1.333;
}

@media (max-width: 768px) {
  .section-form__text {
    display: none;
  }
}
.slider .container {
  position: relative;
}

.slider__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  translate: 0 50%;
  width: 100%;
  pointer-events: none;
  padding: 0 30px;
}

.slider__navs > * {
  pointer-events: all;
}

.daterangepicker {
  color: black;
  border: 2px solid #262628;
}

.daterangepicker::after {
  border-bottom: 6px solid #262628 !important;
}

.daterangepicker::before {
  border-bottom: 7px solid #262628 !important;
}

.daterangepicker .calendar-table {
  border: 2px solid #262628 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  color: rgb(208, 206, 206);
}

span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}

.select2-container .select2-selection--single {
  font-size: initial;
}

.select2-selection__rendered {
  color: white !important;
  padding: 10px 25px !important;
  height: 80px;
  border-top: 2px solid #262628;
}

@media (max-width: 768px) {
  .select2-selection__rendered {
    height: 50px;
  }
}
span.select2-selection__arrow {
  display: none;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  margin-top: 20px;
  background: black;
  color: white;
  border: 1px solid #262628;
  border-radius: 0;
  padding: 0;
}

.select2-dropdown ul {
  max-height: unset !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #218CAA;
  color: white;
}

li.select2-results__option {
  padding: 15px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #218CAA;
}

.select2-container .select2-selection__rendered {
  line-height: 20px;
  font-weight: 400;
  font-size: 25px;
  padding: 25px 25px !important;
}

@media (max-width: 768px) {
  .select2-container .select2-selection__rendered {
    padding: 10px 25px !important;
  }
}
.select2-dropdown {
  font-size: 16px;
  padding: 10px 0;
}

.ui-widget.ui-widget-content {
  border: 2px solid #262628 !important;
}

.select2-results__option {
  padding: 10px 25px;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 0px;
}

span.select2-dropdown.select2-dropdown--above {
  margin-bottom: -30px;
  margin-top: 0;
}

body.admin-bar span.select2-dropdown.select2-dropdown--below {
  margin-top: 30px;
}

body.admin-bar span.select2-dropdown.select2-dropdown--above {
  margin-bottom: 30px;
  margin-top: 0;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  background: var(--accent);
  z-index: 9999999;
  transition: background 0.4s;
}

.totop span {
  display: inline-block;
  transform: translateY(-2px);
}

.totop:hover {
  background: var(--accent-hover);
}

.specialists {
  margin: 144px 0 168px;
}
.specialists .section-head {
  margin-bottom: 109px;
}
@media (max-width: 768px) {
  .specialists .section-head {
    margin-bottom: 54px;
  }
}

.specialist-item {
  padding: 42px 0;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: space-between;
}
.specialist-item:not(:last-child) {
  border-bottom: 2px solid rgba(78, 80, 85, 0.34);
}
.specialist-item:first-child {
  padding-top: 0;
}
.specialist-item:last-child {
  padding-bottom: 0;
}
.specialist-item__img {
  max-width: 570px;
  aspect-ratio: 1/0.6701754386;
}
@media (max-width: 1023.98px) {
  .specialist-item__img {
    width: 260px;
  }
}
@media (max-width: 768px) {
  .specialist-item__img {
    margin: 0 -36px 28px;
    width: auto;
  }
}
.specialist-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialist-item__body {
  max-width: 520px;
}
.specialist-item__head {
  margin-bottom: 59px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .specialist-item__head {
    margin-bottom: 21px;
  }
}
@media (max-width: 768px) {
  .specialist-item__title {
    font-size: 17px;
  }
}
@media (min-width: 768.5px) {
  .specialist-item__text {
    padding-left: 60px;
  }
}
.specialist-item__text a {
  color: var(--accent);
}
@media (any-hover: hover) {
  .specialist-item__text a:hover {
    text-decoration: underline;
  }
}

.solutions {
  margin: 160px 0;
}
@media (max-width: 767.98px) {
  .solutions {
    margin: 53px 0 78px;
  }
}
@media (max-width: 767.98px) {
  .solutions.solutions--no-spacing-mobile {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .solutions.solutions--no-spacing-mobile .section-head {
    margin-bottom: 0;
  }
}
.solutions .section-head {
  gap: 0;
  margin-bottom: 91px;
}
@media (max-width: 767.98px) {
  .solutions .section-head {
    margin-bottom: 65px;
  }
}
.solutions .section-title {
  margin-bottom: 90px;
  line-height: 86px;
}
@media (max-width: 767.98px) {
  .solutions .section-title {
    line-height: 40px;
    font-size: 35px;
    margin-bottom: 22px;
  }
}
.solutions .section-list {
  margin-bottom: 87px;
}
@media (max-width: 767.98px) {
  .solutions .section-list {
    margin-bottom: 31px;
    gap: 12px;
  }
}
.solutions .section-text {
  max-width: 640px;
}
.solutions__body {
  position: relative;
}
.solutions__body .link, .solutions__body .clients__link {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  z-index: 1;
}
.solutions__img {
  aspect-ratio: 1/0.51015625;
}
@media (max-width: 768px) {
  .solutions__img {
    aspect-ratio: 16/9;
  }
}
.solutions__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-animated {
  position: relative;
  width: 100%;
  padding: 50px 36px;
}
@media (min-width: 769px) {
  .solutions-animated {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: -40vh 0 -40vh;
  }
}
.solutions-animated__background-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: white;
  --progress: 0%;
  --c1: var(--accent, #F96226);
  --c2: white;
  background-image: linear-gradient(to left, var(--c1) 0%, var(--c1) var(--progress), var(--c2) var(--progress), var(--c2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: clamp(7.5rem, 4.724rem + 11.6883vw, 18.75rem);
}
@media (max-width: 768px) {
  .solutions-animated__background-text {
    font-size: clamp(2.25rem, 0.4749rem + 7.4742vw, 4.0625rem);
    position: static;
    text-align: center;
    padding-top: 10px;
  }
}
.solutions-animated__body {
  width: max-content;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 0 200px;
  will-change: transform;
}
@media (max-width: 768px) {
  .solutions-animated__body {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 17px;
    translate: 0 0;
    width: 100%;
    padding-top: 40px;
  }
}
.solutions-animated__item {
  width: 650px;
  border: 2px solid #262628;
  background-color: black;
  padding: 50px 80px;
}
.solutions-animated__item--anim-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform-origin: center center;
  will-change: transform;
}
@media (max-width: 768px) {
  .solutions-animated__item {
    padding: 24px;
    width: 100%;
  }
}
.solutions-animated__item-overline {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 18px;
  color: white;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .solutions-animated__item-overline {
    font-size: 14px;
  }
}
.solutions-animated__item-overline svg {
  margin-top: 7px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .solutions-animated__item-overline svg {
    margin-top: 2px;
  }
}
.solutions-animated__item-headline {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
@media (max-width: 768px) {
  .solutions-animated__item-headline {
    font-size: 24px;
    word-break: break-word;
  }
}
.solutions-animated__item-description {
  font-size: 22px;
  font-weight: 300;
  color: white;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .solutions-animated__item-description {
    font-size: 18px;
  }
}

.footer {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 80px;
  }
}
.footer__inner {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 58px;
  position: relative;
}
@media (max-width: 767.98px) {
  .footer__inner {
    gap: 26px;
  }
}
.footer__inner::after {
  position: absolute;
  height: 100%;
  min-height: 402px;
  aspect-ratio: 1/1;
  content: "";
  z-index: -1;
  translate: 27% 0;
  right: 0;
  bottom: 0;
  opacity: 0.85;
  background: url(./1ef0f499fc90ea23df8df08a1fb76590.png) bottom right/contain no-repeat;
  width: 338px;
}
@media (max-width: 768px) {
  .footer__inner::after {
    display: none;
  }
}
.footer__top {
  gap: 24px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768.5px) {
  .footer__top .footer-block:nth-child(3) {
    margin-left: -32px;
    margin-right: -18px;
  }
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    gap: 0;
  }
}
.footer__copy {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: 16px;
    line-height: 21px;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.footer-block {
  font-size: 22px;
  width: 25%;
  line-height: 1.272;
}
@media (max-width: 768px) {
  .footer-block {
    width: 100%;
    padding: 24px 0;
    border-bottom: 2px solid rgba(78, 80, 85, 0.34);
  }
  .footer-block:first-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .footer-block:first-child {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .footer-block:last-child {
    width: 10%;
  }
}
.footer-block__socials {
  margin-top: 16px;
  display: flex;
  gap: 21px;
  align-items: center;
}
.footer-block__social {
  max-width: 37px;
  width: 100%;
}
.footer-block__social img {
  max-width: 37px;
  width: 100%;
}
.footer-block__social img:hover {
  filter: brightness(0.9) contrast(1.3);
}
.footer-block__title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer-block__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .footer-block__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.footer-block__items {
  display: flex;
  flex-direction: column;
}
.footer-block__items a {
  color: var(--accent);
}
@media (any-hover: hover) {
  .footer-block__items a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
@media (max-width: 768px) {
  .footer-block__items {
    font-size: 18px;
    line-height: 24px;
    margin-top: -4px;
    gap: 14px;
  }
}
.footer-block__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4px 0px;
}
@media (max-width: 767.9px) {
  .footer-block__list {
    margin-top: -6px;
    gap: 0;
  }
}
.footer-block__list--legal {
  display: flex;
  gap: 10px 60px;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .footer-block__list--legal {
    gap: 20px;
  }
}
.footer-block__list a {
  color: var(--accent);
}
@media (any-hover: hover) {
  .footer-block__list a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
@media (max-width: 767.98px) {
  .footer-block__list a {
    font-size: 18px;
    line-height: 24px;
  }
}
.werte_module {
  max-width: 1440px;
  margin: 0 auto;
  padding: 200px 36px;
  position: relative;
}
@media (max-width: 768px) {
  .werte_module {
    padding: 75px 36px 40px;
  }
}
.werte_module__headline {
  margin-bottom: -30px;
  font-size: clamp(4.0625rem, -0.3427rem + 9.1655vw, 8.25rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 768px) {
  .werte_module__headline {
    margin-bottom: 0;
    font-size: clamp(1.75rem, 0.0982rem + 8.2589vw, 4.0625rem);
    text-align: center;
  }
}
.werte_module__items {
  width: 100%;
  margin-left: 10%;
  display: flex;
  align-items: start;
  gap: 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .werte_module__items {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .werte_module__items {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    gap: 20px;
  }
}
.werte_module__items-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: var(--accent);
  border-radius: 200px;
  cursor: pointer;
  will-change: transform;
  left: 0;
  top: 50px;
  z-index: 4;
}
@media (max-width: 768px) {
  .werte_module__items-button {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    margin-top: 20px;
    order: 1;
  }
}
@media (min-width: 1025px) {
  .werte_module__items-button {
    margin-left: -30px;
  }
}
.werte_module__items-button .btn-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 200px;
}
.werte_module__items-button .btn-shadow--1 {
  background-color: var(--accent);
  opacity: 0.3;
  transform: scale(1.2);
  animation: wertePulse1 1.2s ease-out 0.1s infinite;
  z-index: -1;
}
.werte_module__items-button .btn-shadow--2 {
  background-color: var(--accent);
  opacity: 0.2;
  transform: scale(1.4);
  animation: wertePulse2 1.2s ease-out 0.25s infinite;
  z-index: -2;
}
.werte_module__items-button .btn-shadow--3 {
  background-color: var(--accent);
  opacity: 0.15;
  transform: scale(1.6);
  animation: wertePulse3 1.2s ease-out 0.4s infinite;
  z-index: -3;
}
.werte_module__items-button .btn-shadow--main {
  background-color: var(--accent);
  opacity: 1;
  transform: scale(1);
  animation: wertePulseMain 1.2s ease-out 0s infinite;
  z-index: 1;
}
.werte_module__items-button svg {
  transform-origin: 50% 50%;
  z-index: 4;
}
.werte_module__items-button.is-rotating svg {
  animation: werteRotateBounce 0.6s ease-out;
}
.werte_module__items-button {
  /* Hide pulsing rings while hovering/pressing the button */
}
@media (min-width: 768px) {
  .werte_module__items-button:hover::before, .werte_module__items-button:hover::after, .werte_module__items-button:active::before, .werte_module__items-button:active::after, .werte_module__items-button:focus::before, .werte_module__items-button:focus::after {
    animation: none;
    opacity: 0;
  }
  .werte_module__items-button:hover .btn-shadow--1 {
    animation: wertePulse1 0.65s ease-out 0.05s infinite;
  }
  .werte_module__items-button:hover .btn-shadow--2 {
    animation: wertePulse2 0.65s ease-out 0.13s infinite;
  }
  .werte_module__items-button:hover .btn-shadow--3 {
    animation: wertePulse3 0.65s ease-out 0.2s infinite;
  }
  .werte_module__items-button:hover .btn-shadow--main {
    animation: wertePulseMain 0.65s ease-out 0s infinite;
  }
}
.werte_module__items-content {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease;
  width: calc(100% + 50px);
  min-height: 1px;
  flex: 1 1 0%;
  margin-left: 140px;
}
@media (max-width: 768px) {
  .werte_module__items-content {
    width: 100%;
    margin-left: 0;
    padding-top: clamp(3.125rem, 7.732vw + 1.289rem, 5rem);
    text-align: center;
  }
}
.werte_module__title {
  padding-top: 50px;
  font-size: clamp(4.0625rem, -0.3427rem + 9.1655vw, 8.25rem);
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  word-break: break-word;
  overflow-wrap: anywhere;
  position: relative;
}
@media (max-width: 768px) {
  .werte_module__title {
    font-size: clamp(1.75rem, 0.0982rem + 8.2589vw, 4.0625rem);
    padding-top: 5px;
  }
}
.werte_module__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 1025px) {
  .werte_module__item {
    width: calc(100% - 90px);
  }
}
.werte_module__item.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

@keyframes wertePulse1 {
  0% {
    transform: scale(1.2);
  }
  45% {
    transform: scale(1.4);
  }
  55% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes wertePulse2 {
  0% {
    transform: scale(1.4);
  }
  45% {
    transform: scale(1.6);
  }
  55% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1.4);
  }
}
@keyframes wertePulse3 {
  0% {
    transform: scale(1.6);
  }
  45% {
    transform: scale(1.8);
  }
  55% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1.6);
  }
}
@keyframes wertePulseMain {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.2);
  }
  55% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes werteRotateBounce {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(372deg);
  }
  85% {
    transform: rotate(350deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes werteButtonHoverBounce {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.55);
  }
}
.logo-slider {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .logo-slider {
    padding: 75px 0;
  }
}
.logo-slider__top-wrap {
  width: 100%;
}
.logo-slider__title {
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .logo-slider__title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .logo-slider__title {
    font-size: 35px;
    line-height: 40px;
  }
}
.logo-slider__title {
  margin-bottom: 29px;
}
@media (max-width: 767.98px) {
  .logo-slider__title {
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 25px;
  }
}
.logo-slider__logo-rows-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  position: relative;
}
@media (max-width: 1920px) {
  .logo-slider__logo-rows-wrap {
    gap: 25px;
  }
}
@media (max-width: 1440px) {
  .logo-slider__logo-rows-wrap {
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .logo-slider__logo-rows-wrap {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .logo-slider__logo-rows-wrap {
    gap: 12px;
  }
}
.logo-slider__text {
  max-width: 520px;
  margin-bottom: 20px;
  line-height: 1.36;
}
.logo-slider__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .logo-slider__logo {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.logo-slider__logo-inner {
  width: 190px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--accent);
  border-radius: 50%;
  will-change: transform;
}
@media (max-width: 1920px) {
  .logo-slider__logo-inner {
    width: 167px;
    height: 167px;
  }
}
@media (max-width: 1440px) {
  .logo-slider__logo-inner {
    width: 149px;
    height: 149px;
  }
}
@media (max-width: 1280px) {
  .logo-slider__logo-inner {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .logo-slider__logo-inner {
    width: 87px;
    height: 87px;
  }
}
@media (max-width: 370px) {
  .logo-slider__logo-inner {
    width: 72px;
    height: 72px;
  }
}
.logo-slider__logo-inner img {
  animation: logoPulse 2.4s ease-in-out infinite;
  object-fit: contain;
  max-width: 110px;
}
@media (max-width: 1920px) {
  .logo-slider__logo-inner img {
    max-width: 110px;
  }
}
@media (max-width: 1440px) {
  .logo-slider__logo-inner img {
    max-width: 100px;
  }
}
@media (max-width: 1280px) {
  .logo-slider__logo-inner img {
    max-width: 75px;
  }
}
@media (max-width: 1024px) {
  .logo-slider__logo-inner img {
    max-width: 60px;
  }
}
@media (max-width: 370px) {
  .logo-slider__logo-inner img {
    max-width: 50px;
  }
}
.logo-slider__first-row {
  display: flex;
  justify-content: start;
  gap: 25px;
  visibility: hidden;
}
@media (max-width: 1920px) {
  .logo-slider__first-row {
    gap: 25px;
  }
}
@media (max-width: 1440px) {
  .logo-slider__first-row {
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .logo-slider__first-row {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .logo-slider__first-row {
    gap: 12px;
  }
}
.logo-slider__second-row {
  display: flex;
  justify-content: start;
  gap: 25px;
  visibility: hidden;
}
@media (max-width: 1920px) {
  .logo-slider__second-row {
    gap: 25px;
  }
}
@media (max-width: 1440px) {
  .logo-slider__second-row {
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .logo-slider__second-row {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .logo-slider__second-row {
    gap: 12px;
  }
}
.logo-slider__item {
  padding: 25px;
  width: 400px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 36px;
  line-height: 1.25;
  border: 2px solid #262628;
  background-color: black;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1920px) {
  .logo-slider__item {
    font-size: 30px;
    width: 327px;
    height: 203px;
  }
}
@media (max-width: 1440px) {
  .logo-slider__item {
    font-size: 25px;
    width: 292px;
    height: 181px;
  }
}
@media (max-width: 1280px) {
  .logo-slider__item {
    font-size: 20px;
    width: 235px;
    height: 145px;
  }
}
@media (max-width: 1024px) {
  .logo-slider__item {
    font-size: 16px;
    width: 171px;
    height: 105px;
  }
}
@media (max-width: 370px) {
  .logo-slider__item {
    font-size: 14px;
    width: 155px;
    height: 97px;
  }
}
@keyframes logoPulse {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
}

.history-slider {
  color: #fff;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .history-slider {
    padding: 50px var(--container-padding);
  }
}
.history-slider__content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}
.history-slider__years-fixed {
  font-size: 350px;
  font-weight: 700;
  line-height: 350px;
  white-space: nowrap;
  z-index: 1;
  display: flex;
}
@media (min-width: 769px) {
  .history-slider__years-fixed {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
  }
}
@media (max-width: 1280px) {
  .history-slider__years-fixed {
    font-size: 300px;
    line-height: 300px;
  }
}
@media (max-width: 1024px) {
  .history-slider__years-fixed {
    font-size: 220px;
    line-height: 220px;
  }
}
@media (max-width: 768px) {
  .history-slider__years-fixed {
    font-size: 200px;
    line-height: 225px;
    justify-content: center;
    height: 200px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .history-slider__years-fixed {
    font-size: 150px;
    line-height: 175px;
    height: 150px;
  }
}
@media (max-width: 400px) {
  .history-slider__years-fixed {
    font-size: 115px;
    line-height: 140px;
    height: 115px;
  }
}
.history-slider__year-mobile-wrapper {
  display: none;
}
@media (max-width: 768px) {
  .history-slider__year-mobile-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 225px;
    width: 250px;
  }
}
@media (max-width: 480px) {
  .history-slider__year-mobile-wrapper {
    height: 175px;
    width: 180px;
  }
}
@media (max-width: 400px) {
  .history-slider__year-mobile-wrapper {
    height: 140px;
    width: 140px;
  }
}
.history-slider__year-mobile-wrapper span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.history-slider__year--static {
  color: var(--accent);
}
.history-slider__year--dynamic {
  font-size: 275px;
  font-weight: 700;
  line-height: 275px;
  position: absolute;
  left: -50px;
  top: calc(50% - 5vh);
  transform: translateX(-100%);
  z-index: 2;
  color: #fff;
  will-change: transform;
}
@media (max-width: 1280px) {
  .history-slider__year--dynamic {
    font-size: 150px;
    line-height: 150px;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .history-slider__year--dynamic {
    font-size: 100px;
    line-height: 100px;
    display: none;
  }
}
@media (max-width: 480px) {
  .history-slider__year--dynamic {
    font-size: 75px;
    line-height: 75px;
  }
}
.history-slider__year--dynamic-first {
  font-size: 350px;
  font-weight: 700;
  line-height: 350px;
  position: absolute;
  left: 0;
  transform: translateX(100%);
  white-space: nowrap;
  z-index: 1;
  display: flex;
}
@media (max-width: 768px) {
  .history-slider__year--dynamic-first {
    display: none;
  }
}
@media (max-width: 1280px) {
  .history-slider__year--dynamic-first {
    font-size: 300px;
    line-height: 300px;
  }
}
@media (max-width: 1024px) {
  .history-slider__year--dynamic-first {
    font-size: 220px;
    line-height: 220px;
  }
}
@media (max-width: 768px) {
  .history-slider__year--dynamic-first {
    font-size: 200px;
    line-height: 200px;
  }
}
@media (max-width: 480px) {
  .history-slider__year--dynamic-first {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (max-width: 400px) {
  .history-slider__year--dynamic-first {
    font-size: 115px;
    line-height: 115px;
  }
}
.history-slider__year--dynamic-last {
  opacity: 0;
  visibility: hidden;
}
.history-slider__year--dynamic-last-end {
  top: 0;
  left: 0;
  position: absolute;
  transform: translateX(0%);
}
@media (max-width: 768px) {
  .history-slider__year--dynamic-last-end {
    display: none;
  }
}
.history-slider__year--dynamic-last-static {
  position: relative;
}
@media (max-width: 768px) {
  .history-slider__year--dynamic-last-static {
    display: none;
  }
}
.history-slider__year--dynamic-last-static-text {
  opacity: 0;
  visibility: hidden;
}
.history-slider__timeline {
  width: 100%;
  position: relative;
  margin-top: 20vh;
}
@media (max-width: 768px) {
  .history-slider__timeline {
    margin-top: 30px;
  }
}
.history-slider__track {
  display: flex;
  position: relative;
  width: fit-content;
  will-change: transform;
  gap: 500px;
}
@media (max-width: 1280px) {
  .history-slider__track {
    gap: 350px;
  }
}
@media (max-width: 768px) {
  .history-slider__track {
    flex-direction: initial;
    width: 100%;
    min-height: 80vh;
    gap: 0;
  }
}
.history-slider__item-wrap {
  flex-shrink: 0;
  position: relative;
  padding-top: 10vh;
}
@media (max-width: 768px) {
  .history-slider__item-wrap {
    padding-top: 0;
    position: absolute;
    left: 0;
    width: 100%;
  }
}
.history-slider__item {
  height: 440px;
  aspect-ratio: 16/14;
  width: auto;
  border: 2px solid #262628;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1280px) {
  .history-slider__item {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .history-slider__item {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: initial;
    position: relative;
    background-color: #000;
    padding: 25px;
  }
}
.history-slider__item-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.history-slider__item-content ul li {
  position: relative;
  padding-left: 1.5em;
  font-size: 2.1rem;
}
@media (max-width: 1280px) {
  .history-slider__item-content ul li {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .history-slider__item-content ul li {
    font-size: 1.4rem;
    hyphens: auto;
  }
}
.history-slider__item-content ul li::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="17" viewBox="0 0 21 17" fill="none"><path d="M0 0.5L8.96285 16.5H21V0.5H0Z" fill="white"/></svg>');
  background-size: 21px 17px;
  background-repeat: no-repeat;
  background-position: center;
  height: 17px;
  width: 21px;
  position: absolute;
  left: 0;
  color: var(--accent);
  top: 10px;
}
@media (max-width: 1280px) {
  .history-slider__item-content ul li::before {
    top: 6px;
  }
}
.history-slider__item-content p {
  font-size: 2.1rem;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .history-slider__item-content p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .history-slider__item-content p {
    font-size: 1.4rem;
  }
}
.history-slider__item-images {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .history-slider__item-images {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
  }
}
@media (max-width: 1280px) {
  .history-slider__item-images {
    gap: 20px;
  }
}
@media (max-width: 420px) {
  .history-slider__item-images {
    gap: 10px;
  }
}
.history-slider__item-images img {
  max-width: 100px;
  height: auto;
}
@media (max-width: 1280px) {
  .history-slider__item-images img {
    max-width: 80px;
  }
}
@media (max-width: 380px) {
  .history-slider__item-images img {
    max-width: 70px;
  }
}
.history-slider__final-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 5;
  line-height: 50px;
  height: 60px;
  transform: translateY(-75%);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .history-slider__final-text {
    transform: translateY(-50%);
  }
}
@media (max-width: 1024px) {
  .history-slider__final-text {
    transform: translateY(-35%);
  }
}
@media (max-width: 768px) {
  .history-slider__final-text {
    right: 0;
    height: auto;
    line-height: 1;
    transform: translateY(0%);
    display: none;
  }
}
.history-slider__final-text p {
  font-size: 64px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateY(-101%);
}
@media (max-width: 1280px) {
  .history-slider__final-text p {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .history-slider__final-text p {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .history-slider__final-text p {
    display: block;
    font-size: 32px;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-align: center;
    white-space: initial;
    transform: translateY(0%);
  }
}
.history-slider__separator {
  display: flex;
  gap: 0px;
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media (min-width: 769px) {
  .history-slider__separator {
    display: none;
  }
}
.history-slider__separator-line {
  width: 100%;
  height: 8px;
  background-color: #fff;
  display: block;
}
.history-slider__separator-line--left {
  background-color: var(--accent);
}
.history-slider__separator-line--right {
  background-color: #fff;
}

.page-id-58 .section.values {
  margin-bottom: 0 !important;
}

.awards-module {
  padding: 25px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .awards-module {
    margin-bottom: -25vh !important;
    margin-top: -70vh;
    padding: 100px 0;
  }
}
.awards-module {
  --gap: 10px;
  --logo-max-h: 100px;
  --ticker-duration: 20s;
  --ticker-direction: normal;
}
.awards-module__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .awards-module__container {
    min-height: 100vh;
    max-width: unset;
  }
}
.awards-module__title {
  font-size: clamp(4rem, 20vw, 12rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (min-width: 1281px) {
  .awards-module__title {
    font-size: calc(26.25vw - 9rem);
  }
}
@media (max-width: 768px) {
  .awards-module__title {
    font-size: clamp(2.25rem, 0.4749rem + 7.4742vw, 4.0625rem);
    color: #fff;
  }
}
.awards-module__title .char {
  display: inline-block;
  visibility: hidden;
}
@media (max-width: 768px) {
  .awards-module__grid-wrapper {
    display: flex;
    width: max-content;
    animation: ticker-scroll var(--ticker-duration) linear infinite;
    animation-direction: var(--ticker-direction);
    will-change: transform;
  }
}
.awards-module__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .awards-module__grid {
    display: flex;
    align-items: center;
    gap: 0;
    transform: translateY(0%);
  }
}
.awards-module__item {
  opacity: 0;
}
@media (max-width: 768px) {
  .awards-module__item {
    opacity: 1;
    margin-right: 20px;
    flex: 0 0 auto;
  }
}
.awards-module__item-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .awards-module__item-image img {
    width: auto;
    height: 250px;
  }
}
@keyframes ticker-scroll {
  from {
    transform: translate3d(25%, 0, 0);
  }
  to {
    transform: translate3d(-25%, 0, 0);
  }
}

.text-button {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .text-button {
    padding: 25px 0;
  }
}
.text-button__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1180px) {
  .text-button__grid {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .text-button__grid {
    gap: 40px;
  }
}
.text-button__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.text-button__text {
  padding-right: 60px;
}
.text-button__button {
  font-family: var(--font-main);
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .text-button__button {
    gap: 30px;
  }
}
.text-button__button br {
  display: block !important;
}
.text-button__button-text {
  font-size: 90px;
  font-weight: 700;
  line-height: 74px;
  color: var(--white);
}
@media (max-width: 1180px) {
  .text-button__button-text {
    font-size: 60px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .text-button__button-text {
    font-size: 50px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .text-button__button-text {
    font-size: 32px;
    line-height: 26px;
  }
}
.text-button__button-icon {
  position: relative;
  width: 139px;
  height: 139px;
  flex-shrink: 0;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .text-button__button-icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .text-button__button-icon {
    width: 60px;
    height: 60px;
  }
}
.text-button__button-icon > span {
  flex-shrink: 0;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.text-button__button-icon svg {
  width: 45px;
  z-index: 4;
}
@media (max-width: 768px) {
  .text-button__button-icon svg {
    width: 25px;
  }
}
@media (max-width: 480px) {
  .text-button__button-icon svg {
    width: 20px;
  }
}
.text-button__button-icon svg:nth-child(2) {
  position: absolute;
  transform: translate(-100%, 100%) scale(0);
}
.text-button__button-icon-circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 139px;
  height: 139px;
  flex-shrink: 0;
  background-color: var(--accent);
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .text-button__button-icon-circle {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .text-button__button-icon-circle {
    width: 60px;
    height: 60px;
  }
}
.text-button__button .btn-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 200px;
}
.text-button__button .btn-shadow--1 {
  background-color: var(--accent);
  opacity: 0.3;
  transform: scale(1.2);
  animation: wertePulse1 1.2s ease-out 0.1s infinite;
  z-index: -1;
}
.text-button__button .btn-shadow--2 {
  background-color: var(--accent);
  opacity: 0.2;
  transform: scale(1.4);
  animation: wertePulse2 1.2s ease-out 0.25s infinite;
  z-index: -2;
}
.text-button__button .btn-shadow--3 {
  background-color: var(--accent);
  opacity: 0.15;
  transform: scale(1.6);
  animation: wertePulse3 1.2s ease-out 0.4s infinite;
  z-index: -3;
}
.text-button__button .btn-shadow--main {
  background-color: var(--accent);
  opacity: 1;
  transform: scale(1);
  animation: wertePulseMain 1.2s ease-out 0s infinite;
  z-index: 1;
}
.text-button__button:hover .text-button__button-icon svg {
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.text-button__button:hover .text-button__button-icon svg:nth-child(1) {
  transform: translate(100%, -100%) scale(0);
}
.text-button__button:hover .text-button__button-icon svg:nth-child(2) {
  transform: translate(0%, 0%) scale(1);
}
.text-button__button:hover .btn-shadow--1 {
  animation: wertePulse1 0.65s ease-out 0.05s infinite;
}
.text-button__button:hover .btn-shadow--2 {
  animation: wertePulse2 0.65s ease-out 0.13s infinite;
}
.text-button__button:hover .btn-shadow--3 {
  animation: wertePulse3 0.65s ease-out 0.2s infinite;
}
.text-button__button:hover .btn-shadow--main {
  animation: wertePulseMain 0.65s ease-out 0s infinite;
}

@keyframes scaleBounce {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
.hero-video {
  position: relative;
  background-color: #000;
  min-height: calc(100vh - 115px);
  overflow: hidden;
  z-index: 1;
}
.hero-video .container,
.hero-video .hero__inner {
  position: relative;
  z-index: 1;
}
.hero-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
}
.hero-video__media::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72%;
  background: linear-gradient(to top, rgba(21, 22, 23, 0.53), rgba(21, 22, 23, 0));
}
.hero-video__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-video__toggle {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--accent);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, opacity 0.1s ease-in-out;
}
@media (any-hover: hover) {
  .hero-video__toggle:hover {
    background-color: var(--accent-hover, #ffcc60);
  }
}
.hero-video__toggle.is-paused {
  color: var(--white, #fff);
}
.hero-video__toggle-icon {
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
}
.hero-video__toggle-icon::before, .hero-video__toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: currentColor;
  transition: all 0.1s ease-in-out;
}
.hero-video__toggle-icon::before {
  left: 0;
}
.hero-video__toggle-icon::after {
  right: 0;
}
.hero-video__toggle.is-paused .hero-video__toggle-icon::before, .hero-video__toggle.is-paused .hero-video__toggle-icon::after {
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  right: auto;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent currentColor;
  background: none;
}
.hero-video__toggle.is-paused .hero-video__toggle-icon::after {
  display: none;
}
.hero-video__toggle-text {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .hero-video {
    min-height: calc(100vh - 125px);
  }
}

/* Pages */
.teacher__img {
  aspect-ratio: 1/0.5093603744;
  width: 100%;
  margin-bottom: 49px;
}
@media (max-width: 768px) {
  .teacher__img {
    aspect-ratio: auto;
    height: 278px;
    margin-bottom: 40px;
  }
}
.teacher__img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.teacher__img--fit-contain {
  aspect-ratio: auto;
}
@media (max-width: 768px) {
  .teacher__img--fit-contain {
    height: auto !important;
  }
}
.teacher__img--fit-contain img {
  object-fit: contain;
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
}
.teacher__blocks {
  position: relative;
  margin-bottom: 106px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .teacher__blocks {
    margin-top: 80px;
  }
}
.teacher__blocks::before {
  position: absolute;
  right: 0;
  content: "";
  pointer-events: none;
  height: 80%;
  top: 12%;
  background: url(./049f1ddea826f3a9241e7e65ceda9ea3.svg) right top/contain no-repeat;
  width: 65%;
  min-height: 410px;
  min-width: 450px;
}
.teacher__blocks > * {
  position: relative;
  z-index: 1;
}
.teacher__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 63px 35px;
}
@media (max-width: 768px) {
  .teacher__grid {
    grid-template-columns: auto;
  }
}
.teacher__form {
  padding-bottom: 80px;
}
.teacher__form-success {
  background-image: url(./9db1dab8516087348a92204517fb6f81.jpg);
  background-size: 105%;
  background-position: 20%;
  padding: 85px 20px;
}
.teacher__form-success-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.teacher__form-success-img img {
  width: 43px;
  margin-bottom: 25px;
}

.teacher-block__title {
  font-weight: 500;
  margin-bottom: 19px;
  text-transform: uppercase;
}
.teacher-block__list {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 1.32;
}
@media (max-width: 767.98px) {
  .teacher-block__list {
    padding-left: 20px;
  }
}
.teacher-block__list li {
  font-size: 22px;
  line-height: 1.545;
  list-style: disc;
}
@media (max-width: 768px) {
  .teacher-block__list li {
    font-size: 18px;
    line-height: 24px;
  }
}

.daterangepicker {
  background: black;
  color: white;
  border-radius: 0;
  font-size: 15px;
  line-height: 20px;
  font-family: "noway", sans-serif;
}
.daterangepicker .btn {
  font-weight: 500 !important;
}
.daterangepicker .btn.applyBtn {
  color: #218CAA;
}
.daterangepicker th.next, .daterangepicker th.prev {
  border-radius: 8px;
}
.daterangepicker th.next span, .daterangepicker th.prev span {
  background-image: url("/wp-content/plugins/date-picker-for-contact-form-7/assents/jquery-ui-themes/themes/base/images/ui-icons_444444_256x240.png");
  background-position: -48px -192px;
  width: 16px;
  height: 16px;
  border: none !important;
  transform: translateY(2px) !important;
}
.daterangepicker th.prev {
  transform: rotate(180deg);
}
.daterangepicker th.prev span {
  transform: translateY(2px) !important;
}
.daterangepicker th.next span {
  transform: translateY(2px) !important;
}
.daterangepicker td.off.ends {
  background: black;
}
.daterangepicker .drp-calendar {
  max-width: unset;
}
.daterangepicker .calendar-table {
  background: black !important;
  border: 1px solid #fff !important;
  padding: 3px;
}
.daterangepicker .calendar-table td {
  padding: 7px 10px;
}
.daterangepicker .calendar-table td:hover {
  color: white;
  background: #357ebd !important;
}
.daterangepicker .calendar-table th {
  padding: 7px 10px;
}
.daterangepicker td.in-range:not(.end-date):not(.start-date) {
  background: #4e4e4e !important;
  color: white !important;
}
.daterangepicker th.month {
  font-weight: 500;
}
.daterangepicker table.table-condensed thead tr:nth-child(2) {
  color: #333333;
}
.daterangepicker * {
  border-radius: 0 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-family: "noway", sans-serif;
  font-weight: 400;
}

form.wpcf7-form.section-form.sent .wpcf7-response-output {
  display: none;
}

.client-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 36px 100px;
}
.client__grid {
  display: flex;
  flex-wrap: wrap;
  --client-col-width: calc((100% - (10px * (11 - 1))) / 11);
  gap: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .client__grid {
    flex-direction: column;
  }
}
.client .client-item {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .client .client-item {
    height: 80px;
    transition: height 0.6s ease-out;
  }
}
.client .client-item__number {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
}
@media (max-width: 768px) {
  .client .client-item__number {
    left: 8px;
  }
}
.client .client-item-wrap {
  position: relative;
  flex-basis: 0%;
  flex-grow: 0.7;
  flex-shrink: 1;
  min-width: 0;
  transition: flex-grow 0.6s ease-out;
  will-change: flex-grow;
  overflow: hidden;
  height: 730px;
}
@media (max-width: 1280px) {
  .client .client-item-wrap {
    height: 530px;
  }
}
@media (max-width: 1024px) {
  .client .client-item-wrap {
    height: 430px;
  }
}
@media (max-width: 768px) {
  .client .client-item-wrap {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .client .client-item-wrap.active {
    flex-grow: 4;
  }
}
@media (max-width: 768px) {
  .client .client-item-wrap.active {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .client .client-item-wrap.active .client-item {
    height: 450px;
  }
}
.client .client-item-wrap.active .client-item-cover {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.client .client-item-wrap.active .client-item-cover .client-item-cover__title {
  opacity: 0;
  transition: 0;
}
.client .client-item-wrap.active .client-item__title {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease;
  transition-delay: 500ms;
}
.client .client-item-wrap.active .client-item__description {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease;
  transition-delay: 650ms;
}
.client .client-item-cover {
  position: absolute;
  background-color: var(--accent);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .client .client-item-cover {
    justify-content: start;
  }
}
.client .client-item-cover__number {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 20px;
  font-weight: 700;
  color: white;
}
@media (max-width: 768px) {
  .client .client-item-cover__number {
    position: relative;
    top: 5px;
    left: 0;
    padding: 5px 0 5px 8px;
  }
}
@media (max-width: 1280px) {
  .client .client-item-cover {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .client .client-item-cover {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .client .client-item-cover {
    padding-bottom: 0px;
    align-items: center;
  }
}
.client .client-item-cover__title {
  writing-mode: vertical-rl;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateX(6px) rotate(180deg);
}
@media (max-width: 1280px) {
  .client .client-item-cover__title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .client .client-item-cover__title {
    writing-mode: horizontal-tb;
    padding: 0 8px;
    transform: translate(0, 5px);
    hyphens: auto;
  }
}
.client .client-item {
  overflow: hidden;
  height: 730px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
}
@media (max-width: 1280px) {
  .client .client-item {
    height: 530px;
  }
}
@media (max-width: 1024px) {
  .client .client-item {
    height: 430px;
  }
}
@media (max-width: 768px) {
  .client .client-item {
    height: 80px;
  }
}
.client .client-item::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 50%;
  content: "";
  background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.5));
}
.client .client-item__body {
  padding: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .client .client-item__body {
    padding: 12px 20px;
  }
}
.client .client-item__title, .client .client-item__description {
  opacity: 0;
  transform: translateY(50px);
  visibility: hidden;
}
.client .client-item__title {
  font-size: 35px;
  hyphens: auto;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .client .client-item__title {
    font-size: 25px;
  }
  .client .client-item__title br {
    display: none;
  }
}
.client .client-item__description {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.223;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .client .client-item__description {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .client .client-item__description {
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .client.client--numbered .client-item,
  .client.client--numbered .client-item-wrap {
    height: 95px;
  }
}
.about-video {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.51015625;
}
@media (max-width: 768px) {
  .about-video {
    aspect-ratio: 16/9;
  }
}
.about-video img,
.about-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: 0;
  aspect-ratio: 1/1;
  width: 92px;
}
.about-video__play::after {
  mask: url(./200acdf41611302974c14d1e6b308753.svg) no-repeat center/contain;
  -webkit-mask: url(./200acdf41611302974c14d1e6b308753.svg) no-repeat center/contain;
  background-color: rgba(248, 248, 248, 0.58);
  position: absolute;
  transition: 0.2s ease-in-out;
  inset: 0;
  content: "";
}
@media (max-width: 768px) {
  .about-video__play {
    width: 37px;
    border-radius: 50%;
    background-color: var(--accent);
  }
  .about-video__play::after {
    background-color: var(--white);
    width: 20px;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
}
@media (any-hover: hover) {
  .about-video__play:hover::after {
    background-color: #f8f8f8;
  }
}

.about-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .about-info {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about-info__counters {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.about-info__text {
  line-height: 1.36;
}
.about-info__text p + p {
  margin-top: 1em;
}

.about-count {
  display: grid;
  align-items: center;
  gap: 28px;
  grid-template-columns: 185px 90px 1fr;
}
@media (max-width: 768px) {
  .about-count {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-count__number {
  font-size: 85px;
  order: -1;
}
@media (max-width: 768px) {
  .about-count__number {
    font-size: 65px;
  }
}
.about-count__title {
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 10px;
}
@media (min-width: 768.5px) {
  .about-count__title {
    font-size: 22px;
  }
}
.about-count::before {
  height: 100%;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid rgba(78, 80, 85, 0.34);
  transform: translateY(-10px);
}

.about-decor {
  text-transform: uppercase;
  font-size: 140px;
  font-weight: 700;
  padding: 125px 0;
  white-space: nowrap;
  color: var(--accent);
  position: relative;
  transition: all 1.4s;
  margin: 0 0 75px;
}
@media (max-width: 990px) {
  .about-decor {
    font-size: 75px;
  }
}
@media (max-width: 767.98px) {
  .about-decor {
    font-size: 35px;
    padding: 48px 0;
    margin: 0 0 50px;
  }
}
.about-decor::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  background: url(./61fafe2ab97a348c3580901606d2bc54.svg) left top/contain no-repeat;
}
.about-decor__line {
  display: block;
  transition: all 1.4s;
  position: relative;
}
.about-decor__line:nth-child(2) {
  text-align: right;
}

.button, .vacancy-item__icon, .slider-button-prev,
.slider-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-width: 76px;
  background-color: var(--accent);
  padding: 20px 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .button, .vacancy-item__icon, .slider-button-prev,
  .slider-button-next {
    min-width: 44px;
    padding: 12px 10px;
    height: 34px;
    gap: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
}
.button::after, .vacancy-item__icon::after, .slider-button-prev::after,
.slider-button-next::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .button::after, .vacancy-item__icon::after, .slider-button-prev::after,
  .slider-button-next::after {
    width: 10px;
    height: 12;
  }
}
@media (any-hover: hover) {
  .button:hover, .vacancy-item__icon:hover, .slider-button-prev:hover,
  .slider-button-next:hover {
    background-color: var(--accent-hover);
  }
}
label {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 400;
}

label a {
  color: var(--accent);
}

@media (any-hover: hover) {
  label a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
label input {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

label input:checked + span::before {
  background: url(./0508d898c3f1d8824fe0331c6fa1e6e0.svg) no-repeat center/12px;
}

label span {
  margin-left: 44px;
  display: inline-block;
}

label span::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  content: "";
  flex: 0 0 auto;
  border: 2px solid #262628;
  position: absolute;
  margin-left: -44px;
  top: -2px;
}

.link, .clients__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 59px;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-color: var(--accent);
  padding: 10px 28px 10px 78px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .link, .clients__link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%);
    font-size: 18px;
    padding: 12px 16px 12px 42px;
    min-width: 238px;
    gap: 16px;
    height: 34.49px;
  }
}
.link::after, .clients__link::after {
  display: inline-block;
  content: "";
  transition: inherit;
  width: 28px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .link::after, .clients__link::after {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .link:hover, .clients__link:hover {
    background-color: var(--accent-hover);
  }
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider-button-prev {
  scale: -1 1;
}

.title, .section-title {
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .title, .section-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .title, .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.title-md, .value-item__title, .specialist-item__title, .contact-card__name {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-lg, .vacancy__title, .section-hero__title {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 66px;
  }
}
@media (max-width: 768px) {
  .title-lg, .vacancy__title, .section-hero__title {
    font-size: 47px;
  }
}
.description, .specialist-item__text {
  font-size: 18px;
  line-height: 1.444;
}

.count, .process-item__count, .value-item__number, .specialist-item__count {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  height: 36px;
  min-width: 48px;
  background-color: var(--white);
  padding: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  text-align: right;
}

@media (max-width: 768px) {
  .count, .process-item__count, .value-item__number, .specialist-item__count {
    width: 42px;
    height: 33px;
    padding-left: 22px;
    padding-right: 14px;
  }
}
.section {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .section {
    margin: 75px 0 !important;
  }
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-bottom: 62px;
}

.section-text {
  line-height: 1.36;
}

.section-text--md {
  font-size: 35px;
  line-height: 1.142;
}

@media (max-width: 767.98px) {
  .section-text--md {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768.5px) {
  .mobile {
    display: none !important;
  }
}
.section-list {
  display: flex;
  gap: 42px;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .section-list {
    flex-direction: column;
  }
}
.section-list li {
  flex: 1;
  list-style-type: disc;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .section-list li {
    line-height: 24px;
  }
}
.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.section-hero {
  padding-top: 67px;
}

@media (max-width: 768px) {
  .section-hero {
    padding-top: 21px;
  }
}
.section-hero__head {
  margin-bottom: 78px;
}

@media (max-width: 768px) {
  .section-hero__head {
    margin-bottom: 40px;
  }
}
.section-hero__title {
  margin-bottom: 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 768px) {
  .section-hero__title {
    margin-bottom: 40px;
  }
}
.section-hero__title.tag-h2 {
  font-size: 70px;
  line-height: 73px;
  margin-bottom: 28px;
  text-transform: none;
}

@media (max-width: 768px) {
  .section-hero__title.tag-h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
.section-hero__text {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  width: 940px;
}

@media (max-width: 768px) {
  .section-hero__text {
    line-height: 26px;
    font-size: 21px;
  }
}
.section-hero__text.normal-text {
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-hero__text.normal-text {
    font-size: 18px;
  }
}
.section-hero__text.normal-text p {
  margin-bottom: 20px;
}

.section-hero .section-bottom {
  justify-content: flex-start;
}

.social-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 80px 0 140px;
}

@media (max-width: 768px) {
  .social-line {
    margin: 111px 0 15px;
  }
}
.social-line__items {
  animation: scroll 200s linear infinite;
  position: relative;
  display: flex;
  user-select: none;
  gap: 18px;
}

.social-line__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .social-line__item {
    font-size: 25px;
    line-height: 33px;
  }
}
.social-line__item--light .social-line__item-icon {
  background-color: var(--white);
}

.social-line__item-icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .social-line__item-icon {
    width: 55px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.section-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .section-form {
    gap: 30px;
  }
}
.section-form__top {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
}

@media (max-width: 1023.98px) {
  .section-form__top {
    grid-template-columns: auto;
  }
}
.section-form select,
.section-form input,
.section-form textarea {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  outline: none;
}

.section-form select::placeholder,
.section-form input::placeholder,
.section-form textarea::placeholder {
  color: var(--white);
}

.section-form select,
.section-form input:not(.link):not(.clients__link) {
  height: 80px;
  border: 2px solid #262628;
}

@media (max-width: 768px) {
  .section-form select,
  .section-form input:not(.link):not(.clients__link) {
    height: 50px;
  }
}
.section-form textarea {
  border: 2px solid #262628;
  resize: none;
  height: 100%;
  min-height: 90px;
  max-height: 180px;
  padding: 25px 25px;
}

.section-form textarea.textareabig {
  max-height: 280px;
}

@media (max-width: 768px) {
  .section-form textarea.textareabig {
    max-height: 180px;
  }
}
.section-form .wpcf7-not-valid-tip {
  top: -3px;
}

.section-form select {
  cursor: pointer;
}

.section-form .select2-container .select2-selection--single {
  height: 80px;
}

@media (max-width: 768px) {
  .section-form .select2-container .select2-selection--single {
    height: 50px;
  }
}
.section-form .select2-selection__rendered, .section-form input[name=start-end-dates], .section-form .wpcf7-datepicker, .section-form .wpcf7-select {
  border: 2px solid #262628;
  background-position: 93% !important;
}

.section-form option {
  background-color: var(--dark);
  font-weight: 500;
}

.section-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .section-form__fields {
    grid-template-columns: auto;
  }
}
.section-form__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.section-form__bottom .wpcf7-list-item {
  margin: 0;
}

.section-form__bottom label {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .section-form__bottom {
    flex-direction: column;
    gap: 39px;
  }
}
.section-form__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .section-form__row {
    align-items: center;
    width: 100%;
  }
}
.section-form__text {
  font-size: 18px;
  max-width: 283px;
  line-height: 1.333;
}

@media (max-width: 768px) {
  .section-form__text {
    display: none;
  }
}
.slider .container {
  position: relative;
}

.slider__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  translate: 0 50%;
  width: 100%;
  pointer-events: none;
  padding: 0 30px;
}

.slider__navs > * {
  pointer-events: all;
}

.daterangepicker {
  color: black;
  border: 2px solid #262628;
}

.daterangepicker::after {
  border-bottom: 6px solid #262628 !important;
}

.daterangepicker::before {
  border-bottom: 7px solid #262628 !important;
}

.daterangepicker .calendar-table {
  border: 2px solid #262628 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  color: rgb(208, 206, 206);
}

span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}

.select2-container .select2-selection--single {
  font-size: initial;
}

.select2-selection__rendered {
  color: white !important;
  padding: 10px 25px !important;
  height: 80px;
  border-top: 2px solid #262628;
}

@media (max-width: 768px) {
  .select2-selection__rendered {
    height: 50px;
  }
}
span.select2-selection__arrow {
  display: none;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  margin-top: 20px;
  background: black;
  color: white;
  border: 1px solid #262628;
  border-radius: 0;
  padding: 0;
}

.select2-dropdown ul {
  max-height: unset !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #218CAA;
  color: white;
}

li.select2-results__option {
  padding: 15px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #218CAA;
}

.select2-container .select2-selection__rendered {
  line-height: 20px;
  font-weight: 400;
  font-size: 25px;
  padding: 25px 25px !important;
}

@media (max-width: 768px) {
  .select2-container .select2-selection__rendered {
    padding: 10px 25px !important;
  }
}
.select2-dropdown {
  font-size: 16px;
  padding: 10px 0;
}

.ui-widget.ui-widget-content {
  border: 2px solid #262628 !important;
}

.select2-results__option {
  padding: 10px 25px;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 0px;
}

span.select2-dropdown.select2-dropdown--above {
  margin-bottom: -30px;
  margin-top: 0;
}

body.admin-bar span.select2-dropdown.select2-dropdown--below {
  margin-top: 30px;
}

body.admin-bar span.select2-dropdown.select2-dropdown--above {
  margin-bottom: 30px;
  margin-top: 0;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  background: var(--accent);
  z-index: 9999999;
  transition: background 0.4s;
}

.totop span {
  display: inline-block;
  transform: translateY(-2px);
}

.totop:hover {
  background: var(--accent-hover);
}

.contact {
  position: relative;
}
.contact .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 27px;
  position: relative;
}
.contact__cards.swiper-container {
  width: 100%;
  padding: 20px 0;
}
.contact__text {
  margin: 100px 0;
}
@media (max-width: 768px) {
  .contact__text {
    margin: 75px 0 !important;
  }
}
.contact__text {
  max-width: 633px;
  line-height: 1.142;
  font-weight: 500;
  font-size: 35px;
}
@media (max-width: 768px) {
  .contact__text {
    margin: 30px 0 54px;
    font-size: 25px;
  }
}
.contact__slider__navs {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  padding-top: 22px;
  gap: 10px;
  bottom: 0;
  right: calc(-1 * (100vw - 100%) / 2 + 36px);
}
@media (min-width: 1024px) {
  .contact__slider__navs {
    bottom: -20px;
  }
}
.contact__slider__navs .slider-button-prev,
.contact__slider__navs .slider-button-next {
  padding: 12px;
  width: 44px;
  height: 33px;
  min-width: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
}
.contact__slider__navs .slider-button-prev::after,
.contact__slider__navs .slider-button-next::after {
  width: 12px;
  height: 12px;
  scale: -1 1;
}
.contact__slider__navs .slider-button-prev.swiper-button-disabled,
.contact__slider__navs .slider-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.contact__slider__navs .slider-button-prev {
  scale: 1 1;
}
.contact__slider__navs .slider-button-next {
  scale: -1 1;
}

.contact-card {
  position: relative;
  width: calc(33.333% - 18px);
  max-width: 100%;
}
@media (max-width: 768px) {
  .contact-card {
    width: 100%;
  }
}
.contact-card__img {
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 20px;
}
.contact-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-card__body, .contact-card__body, .contact-card__top, .contact-card__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-card__top {
  gap: 0;
}
@media (max-width: 768px) {
  .contact-card__body {
    position: absolute;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: var(--black);
    flex-direction: row;
    gap: 30px;
    max-width: 388px;
    left: 6px;
    bottom: 48px;
    right: 6px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
    max-height: 55px;
  }
}
@media (max-width: 420px) {
  .contact-card__body {
    gap: 10px;
    justify-content: space-between;
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .contact-card__links {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .contact-card__name {
    font-size: 17px;
  }
}
@media (max-width: 420px) {
  .contact-card__name {
    font-size: 17px !important;
  }
}
@media (max-width: 360px) {
  .contact-card__name {
    font-size: 15px !important;
  }
}
.contact-card__profession {
  font-size: 22px;
  line-height: 1.363;
}
@media (max-width: 768px) {
  .contact-card__profession {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .contact-card__profession {
    font-size: 14px;
  }
}
.contact-card__link {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contact-card__link {
    font-size: 0;
    display: block;
  }
}
@media (any-hover: hover) {
  .contact-card__link:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
.contact-card__link::before {
  display: inline-block;
  aspect-ratio: 1/1;
  content: "";
  width: 24px;
  background-color: var(--accent);
}
.contact-card__link--phone::before {
  mask: url(./636d097a553de401763a58a1ef18a7d2.svg) no-repeat center/contain;
}
@media (min-width: 768.5px) {
  .contact-card__link--phone::before {
    background-color: var(--white);
    height: 34px;
  }
}
.contact-card__link--email {
  color: var(--accent);
}
.contact-card__link--email::before {
  mask: url(./0b6ef0257fe3605f424c627c20b7c1cc.svg) no-repeat center/contain;
}
@media (min-width: 768.5px) {
  .contact-card__link--email::before {
    width: 28px;
  }
}

@media (max-width: 768px) {
  .wpgmp_map {
    width: 120% !important;
  }
}

.contact-map {
  display: flex;
  gap: 48px;
}
@media (max-width: 768px) {
  .contact-map {
    flex-wrap: wrap;
  }
}
.contact-map .container {
  width: 100%;
}
.contact-map__info {
  font-size: 22px;
  line-height: 1.181;
}
@media (max-width: 768px) {
  .contact-map__info {
    font-size: 17px;
  }
}
.contact-map__title {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .contact-map__title {
    margin-bottom: 10px;
  }
}
.contact-map__col {
  gap: 28px;
  max-width: calc(50% - 14px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .contact-map__col {
    flex-direction: column;
    display: flex;
    max-width: 100%;
    width: 100%;
    overflow: visible;
  }
}
.contact-map__item {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .contact-map__item {
    margin-left: -36px;
  }
}
.button, .slider-button-prev,
.slider-button-next, .vacancy-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-width: 76px;
  background-color: var(--accent);
  padding: 20px 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .button, .slider-button-prev,
  .slider-button-next, .vacancy-item__icon {
    min-width: 44px;
    padding: 12px 10px;
    height: 34px;
    gap: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
}
.button::after, .vacancy-item__icon::after, .slider-button-prev::after,
.slider-button-next::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 20px;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .button::after, .vacancy-item__icon::after, .slider-button-prev::after,
  .slider-button-next::after {
    width: 10px;
    height: 12;
  }
}
@media (any-hover: hover) {
  .button:hover, .vacancy-item__icon:hover, .slider-button-prev:hover,
  .slider-button-next:hover {
    background-color: var(--accent-hover);
  }
}
label {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 400;
}

label a {
  color: var(--accent);
}

@media (any-hover: hover) {
  label a:hover {
    text-decoration: underline;
    color: var(--accent-hover);
  }
}
label input {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

label input:checked + span::before {
  background: url(./0508d898c3f1d8824fe0331c6fa1e6e0.svg) no-repeat center/12px;
}

label span {
  margin-left: 44px;
  display: inline-block;
}

label span::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  content: "";
  flex: 0 0 auto;
  border: 2px solid #262628;
  position: absolute;
  margin-left: -44px;
  top: -2px;
}

.link, .clients__link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  height: 59px;
  justify-content: center;
  white-space: nowrap;
  font-size: 30px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-color: var(--accent);
  padding: 10px 28px 10px 78px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32px 100%);
}

@media (max-width: 768px) {
  .link, .clients__link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22px 100%);
    font-size: 18px;
    padding: 12px 16px 12px 42px;
    min-width: 238px;
    gap: 16px;
    height: 34.49px;
  }
}
.link::after, .clients__link::after {
  display: inline-block;
  content: "";
  transition: inherit;
  width: 28px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  -webkit-mask: url(./c561649e0ba923c032c62fccaab18c0e.svg) no-repeat center/contain;
  background-color: var(--white);
}

@media (max-width: 768px) {
  .link::after, .clients__link::after {
    width: 15px;
  }
}
@media (any-hover: hover) {
  .link:hover, .clients__link:hover {
    background-color: var(--accent-hover);
  }
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.slider-button-prev {
  scale: -1 1;
}

.title, .section-title {
  font-size: 70px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .title, .section-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .title, .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.title-md, .value-item__title, .specialist-item__title, .contact-card__name {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-lg, .section-hero__title, .vacancy__title {
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .title-lg, .section-hero__title, .vacancy__title {
    font-size: 66px;
  }
}
@media (max-width: 768px) {
  .title-lg, .section-hero__title, .vacancy__title {
    font-size: 47px;
  }
}
.description, .specialist-item__text {
  font-size: 18px;
  line-height: 1.444;
}

.count, .process-item__count, .value-item__number, .specialist-item__count {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  height: 36px;
  min-width: 48px;
  background-color: var(--white);
  padding: 8px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  text-align: right;
}

@media (max-width: 768px) {
  .count, .process-item__count, .value-item__number, .specialist-item__count {
    width: 42px;
    height: 33px;
    padding-left: 22px;
    padding-right: 14px;
  }
}
.section {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .section {
    margin: 75px 0 !important;
  }
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-bottom: 62px;
}

.section-text {
  line-height: 1.36;
}

.section-text--md {
  font-size: 35px;
  line-height: 1.142;
}

@media (max-width: 767.98px) {
  .section-text--md {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768.5px) {
  .mobile {
    display: none !important;
  }
}
.section-list {
  display: flex;
  gap: 42px;
  padding-left: 24px;
}

@media (max-width: 768px) {
  .section-list {
    flex-direction: column;
  }
}
.section-list li {
  flex: 1;
  list-style-type: disc;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .section-list li {
    line-height: 24px;
  }
}
.section-bottom {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

.section-hero {
  padding-top: 67px;
}

@media (max-width: 768px) {
  .section-hero {
    padding-top: 21px;
  }
}
.section-hero__head {
  margin-bottom: 78px;
}

@media (max-width: 768px) {
  .section-hero__head {
    margin-bottom: 40px;
  }
}
.section-hero__title {
  margin-bottom: 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 768px) {
  .section-hero__title {
    margin-bottom: 40px;
  }
}
.section-hero__title.tag-h2 {
  font-size: 70px;
  line-height: 73px;
  margin-bottom: 28px;
  text-transform: none;
}

@media (max-width: 768px) {
  .section-hero__title.tag-h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
.section-hero__text {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  width: 940px;
}

@media (max-width: 768px) {
  .section-hero__text {
    line-height: 26px;
    font-size: 21px;
  }
}
.section-hero__text.normal-text {
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section-hero__text.normal-text {
    font-size: 18px;
  }
}
.section-hero__text.normal-text p {
  margin-bottom: 20px;
}

.section-hero .section-bottom {
  justify-content: flex-start;
}

.social-line {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 80px 0 140px;
}

@media (max-width: 768px) {
  .social-line {
    margin: 111px 0 15px;
  }
}
.social-line__items {
  animation: scroll 200s linear infinite;
  position: relative;
  display: flex;
  user-select: none;
  gap: 18px;
}

.social-line__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .social-line__item {
    font-size: 25px;
    line-height: 33px;
  }
}
.social-line__item--light .social-line__item-icon {
  background-color: var(--white);
}

.social-line__item-icon {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .social-line__item-icon {
    width: 55px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
.section-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .section-form {
    gap: 30px;
  }
}
.section-form__top {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 20px;
}

@media (max-width: 1023.98px) {
  .section-form__top {
    grid-template-columns: auto;
  }
}
.section-form select,
.section-form input,
.section-form textarea {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  outline: none;
}

.section-form select::placeholder,
.section-form input::placeholder,
.section-form textarea::placeholder {
  color: var(--white);
}

.section-form select,
.section-form input:not(.link):not(.clients__link) {
  height: 80px;
  border: 2px solid #262628;
}

@media (max-width: 768px) {
  .section-form select,
  .section-form input:not(.link):not(.clients__link) {
    height: 50px;
  }
}
.section-form textarea {
  border: 2px solid #262628;
  resize: none;
  height: 100%;
  min-height: 90px;
  max-height: 180px;
  padding: 25px 25px;
}

.section-form textarea.textareabig {
  max-height: 280px;
}

@media (max-width: 768px) {
  .section-form textarea.textareabig {
    max-height: 180px;
  }
}
.section-form .wpcf7-not-valid-tip {
  top: -3px;
}

.section-form select {
  cursor: pointer;
}

.section-form .select2-container .select2-selection--single {
  height: 80px;
}

@media (max-width: 768px) {
  .section-form .select2-container .select2-selection--single {
    height: 50px;
  }
}
.section-form .select2-selection__rendered, .section-form input[name=start-end-dates], .section-form .wpcf7-datepicker, .section-form .wpcf7-select {
  border: 2px solid #262628;
  background-position: 93% !important;
}

.section-form option {
  background-color: var(--dark);
  font-weight: 500;
}

.section-form__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .section-form__fields {
    grid-template-columns: auto;
  }
}
.section-form__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.section-form__bottom .wpcf7-list-item {
  margin: 0;
}

.section-form__bottom label {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .section-form__bottom {
    flex-direction: column;
    gap: 39px;
  }
}
.section-form__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .section-form__row {
    align-items: center;
    width: 100%;
  }
}
.section-form__text {
  font-size: 18px;
  max-width: 283px;
  line-height: 1.333;
}

@media (max-width: 768px) {
  .section-form__text {
    display: none;
  }
}
.slider .container {
  position: relative;
}

.slider__navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  translate: 0 50%;
  width: 100%;
  pointer-events: none;
  padding: 0 30px;
}

.slider__navs > * {
  pointer-events: all;
}

.daterangepicker {
  color: black;
  border: 2px solid #262628;
}

.daterangepicker::after {
  border-bottom: 6px solid #262628 !important;
}

.daterangepicker::before {
  border-bottom: 7px solid #262628 !important;
}

.daterangepicker .calendar-table {
  border: 2px solid #262628 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  color: rgb(208, 206, 206);
}

span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}

.select2-container .select2-selection--single {
  font-size: initial;
}

.select2-selection__rendered {
  color: white !important;
  padding: 10px 25px !important;
  height: 80px;
  border-top: 2px solid #262628;
}

@media (max-width: 768px) {
  .select2-selection__rendered {
    height: 50px;
  }
}
span.select2-selection__arrow {
  display: none;
}

span.select2-dropdown.select2-dropdown--below,
span.select2-dropdown.select2-dropdown--above {
  margin-top: 20px;
  background: black;
  color: white;
  border: 1px solid #262628;
  border-radius: 0;
  padding: 0;
}

.select2-dropdown ul {
  max-height: unset !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #218CAA;
  color: white;
}

li.select2-results__option {
  padding: 15px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #218CAA;
}

.select2-container .select2-selection__rendered {
  line-height: 20px;
  font-weight: 400;
  font-size: 25px;
  padding: 25px 25px !important;
}

@media (max-width: 768px) {
  .select2-container .select2-selection__rendered {
    padding: 10px 25px !important;
  }
}
.select2-dropdown {
  font-size: 16px;
  padding: 10px 0;
}

.ui-widget.ui-widget-content {
  border: 2px solid #262628 !important;
}

.select2-results__option {
  padding: 10px 25px;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 0px;
}

span.select2-dropdown.select2-dropdown--above {
  margin-bottom: -30px;
  margin-top: 0;
}

body.admin-bar span.select2-dropdown.select2-dropdown--below {
  margin-top: 30px;
}

body.admin-bar span.select2-dropdown.select2-dropdown--above {
  margin-bottom: 30px;
  margin-top: 0;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  background: var(--accent);
  z-index: 9999999;
  transition: background 0.4s;
}

.totop span {
  display: inline-block;
  transform: translateY(-2px);
}

.totop:hover {
  background: var(--accent-hover);
}

.conditions {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  max-height: 1010px;
  position: relative;
  z-index: 1;
  margin-top: 180px;
}
@media (max-width: 767.98px) {
  .conditions {
    padding-bottom: 200px;
    height: auto;
    background-position: center 100px;
    margin-bottom: 70px;
  }
}
.conditions::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 74.5%;
  background: linear-gradient(to bottom, #101010, rgba(16, 16, 16, 0));
  z-index: -1;
}
.conditions .section-title {
  margin-bottom: 91px;
}
@media (max-width: 767.98px) {
  .conditions .section-title {
    margin-bottom: 41px;
  }
}
.conditions__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 24px;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .conditions__list {
    grid-template-columns: auto;
    gap: 0;
  }
}
.conditions__list li {
  list-style-type: disc;
  line-height: 1.44;
  max-width: 527px;
}

.vacancy {
  padding-top: 67px;
}
@media (max-width: 767.98px) {
  .vacancy {
    padding-top: 27px;
  }
}
@media (max-width: 767.98px) {
  .vacancy__head {
    margin-bottom: 15px;
  }
}
.vacancy__title {
  margin-bottom: 62px;
}
@media (max-width: 767.98px) {
  .vacancy__title {
    margin-bottom: 36px;
  }
}
.vacancy__text {
  max-width: 959px;
  font-size: 30px;
  font-weight: 500;
  min-height: 186px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .vacancy__text {
    font-size: 21px;
  }
}
.vacancy__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vacancy-item {
  position: relative;
  border-bottom: 2px solid rgba(78, 80, 85, 0.34);
  padding: 28px 69px 28px 7px;
  display: block;
}
@media (max-width: 767.98px) {
  .vacancy-item {
    padding: 28px 69px 28px 0;
  }
}
.vacancy-item__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 65px;
  height: 48px;
  min-width: unset;
}
@media (max-width: 767.98px) {
  .vacancy-item__icon {
    width: 44px;
    height: 33px;
  }
}
.vacancy-item__content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .vacancy-item__content {
    gap: 3px;
  }
}
.vacancy-item__icons-wrap {
  display: flex;
  gap: 20px;
}
.vacancy-item__title {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .vacancy-item__title {
    font-size: 25px;
    line-height: 27px;
  }
}
.vacancy-item__text {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .vacancy-item__text {
    font-size: 16px;
  }
}
.vacancy-item__text img {
  width: 22px;
  height: 22px;
}
@media (max-width: 767.98px) {
  .vacancy-item__text img {
    width: 16px;
    height: 16px;
  }
}
.vacancy-item:last-child {
  border-bottom: none;
}

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page::after {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background: url(./da8ceeac65a56253e3d368ce1d46313a.svg) center/contain no-repeat;
  width: 100%;
  height: 90%;
  max-width: 800px;
  content: "";
  z-index: -1;
}
.error-page__inner {
  height: 100vh;
  max-width: 582px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  justify-content: center;
}
.error-page__label {
  padding-left: 25px;
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.error-page__text {
  padding-left: 25px;
  width: 100%;
  font-size: 53px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .error-page__text {
    font-size: 42px;
  }
}
.error-page__title {
  font-weight: 700;
  font-size: 337px;
  line-height: 1.035;
}
@media (max-width: 767.98px) {
  .error-page__title {
    font-size: 150px;
  }
}
.error-page .link, .error-page .clients__link {
  font-size: 18px;
  height: 34px;
}
/*# sourceMappingURL=app.min.css.map*/