@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
svg path {
  transition: all 0.3s ease;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body main {
  flex: 1;
}
body.menuOpened {
  overflow-y: hidden;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 980px;
  }
}

.section__header {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 50px;
}
.section__header span {
  color: #ED793E;
}
@media (max-width: 480px) {
  .section__header {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.section__decor {
  position: absolute;
  bottom: 0;
  right: 3%;
  font-weight: 900;
  font-size: 600px;
  line-height: 380px;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
.section__decor--gray {
  color: #F8F8F8;
}
@media (max-width: 560px) {
  .section__decor {
    font-size: 160px;
    line-height: 100px;
    right: 50%;
    transform: translateX(50%);
  }
}
.section__decor--left {
  left: -10%;
  right: auto;
}
@media (max-width: 560px) {
  .section__decor--left {
    left: 50%;
    transform: translateX(-50%);
  }
}

.logo {
  display: inline-flex;
  flex-direction: column;
}
.logo-main {
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  transition: all 0.3s ease;
}
.logo-main span {
  font-weight: 700;
  color: #ED793E;
  transition: all 0.3s ease;
}
.logo-hint {
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #969696;
  transition: all 0.3s ease;
}
.logo:hover .logo-main {
  color: #ED793E;
}
.logo:hover .logo-main span {
  color: #0A0A0A;
}
.logo:hover .logo-hint {
  color: #0A0A0A;
}

@keyframes move_line {
  6% {
    width: 6%;
  }
  18% {
    width: 6%;
  }
  39% {
    width: 6%;
  }
  51% {
    width: 6%;
  }
  74% {
    width: 6%;
  }
  85% {
    width: 6%;
  }
}
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  z-index: 1000;
  background: #0A0A0A;
  transition: all 0.3s ease;
}
.preloader--hidden {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.loader {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 102px;
  height: 40px;
  perspective: 150px;
}

.loader > div {
  height: 100%;
  width: 4px;
  background-color: #ED793E;
  animation: flip 2.5s linear infinite;
}

@keyframes flip {
  to {
    transform: rotateX(360deg);
  }
}
.loader > div:nth-child(2) {
  animation-delay: 0.1s;
}

.loader > div:nth-child(3) {
  animation-delay: 0.2s;
}

.loader > div:nth-child(4) {
  animation-delay: 0.3s;
}

.loader > div:nth-child(5) {
  animation-delay: 0.4s;
}

.loader > div:nth-child(6) {
  animation-delay: 0.5s;
}

.loader > div:nth-child(7) {
  animation-delay: 0.6s;
}

.loader > div:nth-child(8) {
  animation-delay: 0.7s;
}

.loader > div:nth-child(9) {
  animation-delay: 0.8s;
}

.loader > div:nth-child(10) {
  animation-delay: 0.9s;
}

.loader > div:nth-child(11) {
  animation-delay: 1s;
}

.loader > div:nth-child(12) {
  animation-delay: 1.1s;
}

.loader > div:nth-child(13) {
  animation-delay: 1.2s;
}

.loader > div:nth-child(14) {
  animation-delay: 1.3s;
}

.loader > div:nth-child(15) {
  animation-delay: 1.4s;
}

body, html {
  height: 100%;
}

body, form, table, td {
  margin: 0;
  padding: 0;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  font-family: Arial, Tahoma, sans-serif;
  line-height: 1;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input, textarea {
  color: #333;
  outline: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

input[type=button], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

a {
  color: #000100;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

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

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #0A0A0A;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  background: #ED793E;
  border-radius: 5px;
}
.btn:hover {
  transform: translateY(-3px);
}
@media (max-width: 560px) {
  .btn {
    font-size: 13px;
  }
}

.link {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.05em;
}
.link span {
  color: #ED793E;
}
.link:hover {
  color: #ED793E;
}

.header {
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease;
}
.header--active {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.header__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1079px) {
  .header__inner {
    justify-content: space-between;
  }
}
.header__logo {
  display: flex;
  flex-direction: column;
}
.header__logo-main {
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
}
.header__logo-main span {
  font-weight: 700;
  color: #ED793E;
}
.header__logo-hint {
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #969696;
}
.header__contacts {
  display: none;
}
@media (max-width: 1079px) {
  .header__contacts {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}
.header__contact {
  font-weight: 400;
  font-size: 16px;
}
.header__contact span {
  color: #ED793E;
}
.header__socials {
  display: none;
}
@media (max-width: 1079px) {
  .header__socials {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.header__social {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid #ED793E;
}
.header__menu {
  margin-left: auto;
}
@media (max-width: 1079px) {
  .header__menu {
    padding: 30px 15px;
    position: fixed;
    top: 0;
    left: -200%;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: all 0.3s ease;
    z-index: 999;
  }
}
.header__menu.active {
  left: 0;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1366px) {
  .header__nav {
    gap: 15px;
  }
}
@media (max-width: 1079px) {
  .header__nav {
    align-items: flex-start;
    flex-direction: column;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1079px) {
  .header__burger {
    display: block;
    height: 28px;
    width: 28px;
    background: url("../img/icons/icon-burger.svg") no-repeat center;
    background-size: contain;
    border: none;
    margin-right: 25px;
  }
}
.header__close {
  position: absolute;
  top: 20px;
  right: 25px;
  height: 20px;
  width: 20px;
  background: url("../img/icons/icon-close.svg") no-repeat center;
  background-size: contain;
  border: none;
  display: none;
}
@media (max-width: 1079px) {
  .header__close {
    display: block;
  }
}
.header__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}
.header__link:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  background: transparent;
  bottom: -8px;
  transition: all 0.3s ease;
}
@media (max-width: 1079px) {
  .header__link:after {
    display: none;
  }
}
.header__link--active {
  color: #ED793E !important;
}
.header__link--active span {
  color: #0A0A0A !important;
}
.header__link--active:after {
  background: #ED793E;
}
.header__link:hover {
  color: #ED793E;
}
.header__link:hover span {
  color: #0A0A0A;
}
.header__link:hover:after {
  background: #ED793E;
}
.header__link span {
  font-weight: 700;
  color: #ED793E;
  transition: all 0.3s ease;
}
.header__theme {
  height: 28px;
  width: 28px;
  margin-left: 25px;
  cursor: pointer;
}
.header__theme:hover svg path {
  fill: #ED793E;
}

.footer {
  background: #F8F8F8;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 980px) {
  .footer__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__logo {
  width: 33%; 
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 980px) {
  .footer__logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 980px) {
  .footer__socials {
    width: 100%;
  }
}
.footer__social {
  height: 40px;
  width: 40px;
}
.footer__social:hover svg path {
  fill: #ED793E;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: 33%;
}
.footer_contacts_email {
  margin-right: 3px;
}
@media (max-width: 980px) {
  .footer__contacts {
    width: 100%;
    align-items: center;
  }
}
.footer__contact {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.footer__contact:hover {
  color: #ED793E;
}
.footer__copy {
  background: #EFEFEF;
  border-top: 1px solid #DBDBDB;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 980px) {
  .footer__copy {
    gap: 30px;
  }
}
.footer__clink {
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 980px) {
  .footer__clink {
    font-size: 10px;
  }
}
.footer__clink:hover {
  color: #ED793E;
}

.preview {
  padding: 110px 0 250px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1079px) {
  .preview {
    padding: 110px 0 150px;
  }
}
@media (max-width: 980px) {
  .preview {
    padding: 110px 0 20px;
  }
}
.preview-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 110px;
  width: 110px;
  background: url("../img/icons/icon-slide.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 980px) {
  .preview-down {
    display: none;
  }
}
.preview__inner {
  display: flex;
}
@media (max-width: 980px) {
  .preview__inner {
    flex-direction: column-reverse;
  }
}
.preview__about {
  width: 100%;
  padding-top: 110px;
}
@media (max-width: 980px) {
  .preview__about {
    padding-top: 0;
    max-width: 400px;
    width: 100%;
  }
}
.preview__header {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 134px;
  line-height: 134px;
  color: #FFD460;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1079px) {
  .preview__header {
    font-size: 110px;
    line-height: 110px;
  }
}
@media (max-width: 980px) {
  .preview__header {
    display: none;
  }
}
.preview__header.anim-offscreen {
  transform: translateX(-150vw);
}
.preview__subheader {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 40px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1079px) {
  .preview__subheader {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 980px) {
  .preview__subheader {
    display: none;
  }
}
.preview__subheader.anim-offscreen {
  transform: translateX(-150vw);
}
.preview__mobheader {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  color: #FFD460;
  position: relative;
  display: none;
}
@media (max-width: 980px) {
  .preview__mobheader {
    display: block;
  }
}
@media (max-width: 560px) {
  .preview__mobheader {
    font-size: 60px;
    line-height: 60px;
  }
}
.preview__mobsubheader {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 40px;
  position: relative;
  display: none;
}
@media (max-width: 980px) {
  .preview__mobsubheader {
    display: block;
  }
}
@media (max-width: 560px) {
  .preview__mobsubheader {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 26px;
  }
}
.preview__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1079px) {
  .preview__text {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 560px) {
  .preview__text {
    font-size: 18px;
    line-height: 20px;
  }
}
.preview__text.anim-offscreen {
  transform: translateX(-150vw);
}
.preview__nav {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 50px 0 65px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1079px) {
  .preview__nav {
    gap: 20px;
    margin: 20px 0 30px;
  }
}
.preview__nav.anim-offscreen {
  transform: translateX(-150vw);
}
.preview__footer {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1079px) {
  .preview__footer {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 980px) {
  .preview__footer {
    display: none;
  }
}
.preview__footer.anim-offscreen {
  transform: translateY(150vw);
  opacity: 0;
}
.preview__socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
.preview__social {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border: 1px solid #0A0A0A;
  border-radius: 50%;
}
.preview__social svg path {
  fill: #0A0A0A;
}
.preview__social:hover {
  border-color: #ED793E;
}
.preview__social:hover svg path {
  fill: #ED793E;
}
.preview__img {
  width: 590px;
  height: 645px;
  flex-shrink: 0;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
}
@media (max-width: 560px) {
  .preview__img {
    width: 100%;
    height: 245px;
  }
}
.preview__img-content {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}
.preview__img:after {
  content: "";
  display: block;
  position: absolute;
  width: 575px;
  height: 575px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(243px);
  background: #ED793E;
}
@media (max-width: 980px) {
  .preview__img:after {
    height: 300px;
    width: 300px;
    opacity: 0.4;
  }
}
@media (max-width: 560px) {
  .preview__img:after {
    height: 150px;
    width: 150px;
    opacity: 0.8;
    filter: blur(100px);
  }
}
.preview__img.card-hover .preview-document {
  transition: all 0.3s ease !important;
}
.preview__img.card-hover:hover .preview-document {
  transform: translate(-15px, 0) scale(1.08);
}
.preview__img:hover .preview__img-content {
  transform: translateZ(5px);
}
.preview-document {
  height: 463px;
  width: 388px;
  z-index: 5;
  position: absolute;
  right: 40px;
  bottom: 200vh;
  transition: all 2.5s cubic-bezier(0.8, 0.75, 0, 0.92);
}
@media (max-width: 560px) {
  .preview-document {
    height: 220px;
    width: 184px;
  }
}
.preview-document img {
  width: 100%;
}
.preview-document.anim-position {
  right: 40px;
  bottom: 40px;
}
@media (max-width: 560px) {
  .preview-document.anim-position {
    right: auto;
    left: 100px;
    bottom: 20px;
  }
}
.preview-card {
  height: 167px;
  width: 267px;
  position: absolute;
  transition: all 1s ease;
  bottom: 0;
  left: 0;
  transform-style: preserve-3d;
  will-change: transform;
}
@media (max-width: 560px) {
  .preview-card {
    height: 80px;
    width: 128px;
  }
}
.preview-card img {
  width: 100%;
}
.preview-card-1 {
  z-index: 2;
}
.preview-card-1.anim-offscreen {
  transform: translateX(150vw);
}
.preview-card-1.anim-position {
  bottom: 70px;
  left: 40px;
  transform: translateZ(80px);
}
@media (max-width: 560px) {
  .preview-card-1.anim-position {
    left: 30px;
    bottom: 30px;
  }
}
.preview-card-2 {
  left: 20px;
  z-index: 3;
}
.preview-card-2.anim-offscreen {
  transform: translateX(150vw);
}
.preview-card-2.anim-position {
  transform: rotate(8deg) translateZ(90px);
  bottom: 195px;
  left: 30px;
}
@media (max-width: 560px) {
  .preview-card-2.anim-position {
    left: 10px;
    bottom: 60px;
  }
}
.preview-card-3 {
  left: 40px;
  z-index: 4;
}
.preview-card-3.anim-offscreen {
  transform: translateX(150vw);
}
.preview-card-3.anim-position {
  transform: rotate(30deg) translateZ(100px);
  bottom: 295px;
  left: 110px;
}
@media (max-width: 560px) {
  .preview-card-3.anim-position {
    left: 60px;
    bottom: 110px;
  }
}

.whatis {
  padding: 100px 0;
}
@media (max-width: 560px) {
  .whatis {
    padding: 30px 0 60px;
  }
}
.whatis .container {
  position: relative;
}
.whatis .container:before {
  content: "";
  display: block;
  position: absolute;
  height: 170px;
  width: 170px;
  left: 0;
  top: 100px;
  background: #ED793E;
  border-radius: 50%;
  filter: blur(100px);
  z-index: -1;
}
@media (max-width: 560px) {
  .whatis .container:before {
    top: 440px;
  }
}
.whatis .container:after {
  content: "";
  display: block;
  position: absolute;
  height: 150px;
  width: 150px;
  right: 240px;
  bottom: 220px;
  background: #FFD460;
  border-radius: 50%;
  filter: blur(70px);
  z-index: -1;
}
@media (max-width: 560px) {
  .whatis .container:after {
    bottom: 440px;
    right: 0;
  }
}
.whatis__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 980px) {
  .whatis__inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .whatis__inner {
    grid-template-columns: 1fr;
  }
}
.whatis__item {
  background: #ED793E;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C5C5C5;
  border-radius: 8px;
  color: #969696;
  padding: 29px 27px;
  transition: all 0.3s ease;
}
@media (max-width: 560px) {
  .whatis__item {
    padding: 20px;
    min-height: 240px;
  }
}
.whatis__item:hover {
  background: #FFD460;
  color: #0A0A0A;
  transform: translateY(-5px);
}
.whatis__item-header {
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  color: #0A0A0A;
  margin-bottom: 27px;
}
@media (max-width: 560px) {
  .whatis__item-header {
    font-size: 20px;
  }
}
.whatis__item-header span {
  color: #ED793E;
}
.whatis__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 560px) {
  .whatis__item-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.whatis__item-list {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 560px) {
  .whatis__item-list {
    font-size: 14px;
    line-height: 18px;
  }
}
.whatis__item ul.whatis__item-list {
  list-style: none;
}
.whatis__item ul.whatis__item-list li:before {
  content: "- ";
}
.whatis__item ol.whatis__item-list {
  padding-left: 18px;
}

.path {
  position: relative;
  padding: 50px 0;
}
.path__middle {
  height: 5px;
  width: 100%;
  margin: 85px 0;
  position: relative;
}
@media (max-width: 980px) {
  .path__middle {
    height: 1150px;
    width: 5px;
    margin: 0;
  }
}
.path-line {
  height: 5px;
  width: 100%;
  background: #EEEEEE;
  border-radius: 3px;
}
@media (max-width: 980px) {
  .path-line {
    width: 5px;
    height: 1150px;
  }
}
.path-active-line {
  height: 5px;
  width: 5.5%;
  background: #ED793E;
  border-radius: 3px;
  position: relative;
  z-index: 5;
}
@media (max-width: 980px) {
  .path-active-line {
    width: 5px;
    height: 13%;
  }
}
.path-active-line--active {
  width: 100%;
  transition: width 20s ease;
}
@media (max-width: 980px) {
  .path-active-line--active {
    transition: height 20s ease;
    height: 100%;
  }
}
.path-active-line:after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  right: -1px;
  top: -1px;
  background: #ED793E;
  filter: blur(6px);
}
.path-node {
  height: 62px;
  width: 5px;
  background: #EEEEEE;
  border-radius: 3px;
  position: absolute;
  z-index: 3;
}
.path-node--top {
  transform: rotate(180deg);
}
@media (max-width: 980px) {
  .path-node {
    transform: rotate(-90deg) !important;
    height: 40px;
  }
}
.path-node-1 {
  top: -60px;
  left: 4.1%;
}
@media (max-width: 980px) {
  .path-node-1 {
    left: 18px;
    top: 115px;
  }
}
.path-node-2 {
  top: -60px;
  left: 38.3%;
}
@media (max-width: 980px) {
  .path-node-2 {
    left: 18px;
    top: 336px;
  }
}
.path-node-3 {
  top: -60px;
  left: 72.9%;
}
@media (max-width: 980px) {
  .path-node-3 {
    left: 18px;
    top: 495px;
  }
}
.path-node-4 {
  bottom: -60px;
  left: 17%;
}
@media (max-width: 980px) {
  .path-node-4 {
    left: 18px;
    top: 735px;
  }
}
.path-node-5 {
  bottom: -60px;
  left: 51%;
}
@media (max-width: 980px) {
  .path-node-5 {
    left: 18px;
    top: 897px;
  }
}
.path-node-6 {
  bottom: -60px;
  left: 85%;
}
@media (max-width: 980px) {
  .path-node-6 {
    left: 18px;
    top: 1115px;
  }
}
.path-node-inner {
  height: 0;
  width: 5px;
  background: #ED793E;
  border-radius: 3px;
  position: relative;
}
.path-node-inner:after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  right: -1px;
  bottom: -1px;
  background: #ED793E;
  filter: blur(6px);
  opacity: 0;
}
.path-node--active .path-node-inner {
  height: 100%;
  transition: height 3s ease;
}
.path-node--active .path-node-inner:after {
  opacity: 1;
}
.path__inner {
  position: relative;
}
.path__row {
  display: flex;
  gap: 170px;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .path__row {
    gap: 100px;
  }
}
@media (max-width: 980px) {
  .path__row {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.path__row--end {
  justify-content: flex-end;
}
.path__item {
  width: 220px;
  position: relative;
  opacity: 0.2;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  .path__item {
    position: absolute;
    left: 60px;
  }
}
.path__item--active {
  opacity: 1;
}
@media (max-width: 980px) {
  .path__item-1 {
    top: 0;
  }
}
@media (max-width: 980px) {
  .path__item-2 {
    top: 200px;
  }
}
@media (max-width: 980px) {
  .path__item-3 {
    top: 400px;
  }
}
@media (max-width: 980px) {
  .path__item-4 {
    top: 600px;
  }
}
@media (max-width: 980px) {
  .path__item-5 {
    top: 800px;
  }
}
@media (max-width: 980px) {
  .path__item-6 {
    top: 980px;
  }
}
.path__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #969696;
  min-height: 60px;
  margin-bottom: 15px;
}
.path__item-text--lh {
  line-height: 16px;
}
@media (max-width: 980px) {
  .path__item-text {
    min-height: 100%;
  }
}
.path__item-header {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 17px;
}
@media (max-width: 980px) {
  .path__item-header {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.path__item-time {
  display: inline-flex;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.05em;
  padding: 9px 23px;
  background: #FFD460;
  border-radius: 4px;
  color: black;
}
.path__item-num {
  font-weight: 700;
  font-size: 96px;
  line-height: 66px;
  position: absolute;
  bottom: 0;
  right: 20px;
  opacity: 0.07;
  z-index: -1;
}

.why {
  padding: 100px 0 140px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .why {
    padding: 50px 0 500px;
  }
}
.why:after {
  content: "";
  display: block;
  position: absolute;
  height: 38vw;
  width: 38vw;
  border-radius: 50%;
  background: #ED793E;
  right: 0;
  top: 55%;
  right: -10vw;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 980px) {
  .why:after {
    top: auto;
    transform: none;
    bottom: 110px;
    height: 350px;
    width: 350px;
    right: -147px;
  }
}
.why__card {
  height: 27vw;
  width: 43vw;
  background: url("../img/why/credit.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: -80px;
  transition: all 1s ease;
  z-index: 3;
  backdrop-filter: blur(10px);
}
@media (max-width: 980px) {
  .why__card {
    top: auto;
    transform: none;
    right: -130px;
    bottom: 150px;
    height: 272px;
    width: 435px;
  }
}
.why__card:hover {
  right: 50px;
}
@media (max-width: 980px) {
  .why .section__header {
    text-align: center;
  }
}
.why__inner {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 45px;
  position: relative;
}
@media (max-width: 980px) {
  .why__inner {
    width: 100%;
    row-gap: 30px;
  }
}
.why__inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 147px;
  height: 147px;
  background: #FFD460;
  opacity: 0.6;
  filter: blur(100px);
  right: -40px;
  bottom: 70px;
  z-index: -1;
}
@media (max-width: 560px) {
  .why__inner:after {
    bottom: 50%;
    transform: translateY(50%);
  }
}
.why__item {
  width: 240px;
}
@media (max-width: 980px) {
  .why__item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .why__item {
    width: 100%;
  }
}
.why__item-icon {
  height: 114px;
  width: 114px;
  border-radius: 50%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: rgba(255, 212, 96, 0.6);
}
.why__item-icon svg {
  transition: all 0.3s ease;
  filter: brightness(0.8);
}
@media (max-width: 480px) {
  .why__item-icon {
    margin-bottom: 20px;
  }
}
.why__item:hover .why__item-icon {
  background: #FFD460;
}
.why__item:hover .why__item-icon svg {
  filter: brightness(1);
}
.why__item-header {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .why__item-header {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.why__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #969696;
}

.pci {
  padding: 120px 0;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
@media (max-width: 560px) {
  .pci {
    padding: 40px 0 120px;
  }
}
.pci:after {
  content: "";
  display: block;
  position: absolute;
  height: 735px;
  width: 735px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  filter: blur(300px);
  background: #ED793E;
  z-index: 2;
  pointer-events: none;
}
.pci__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 980px) {
  .pci__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .pci__inner {
    grid-template-columns: 1fr;
  }
}
.pci__item {
  padding: 45px 30px 30px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C5C5C5;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 560px) {
  .pci__item {
    align-items: center;
    text-align: center;
    padding: 25px;
  }
}
.pci__item-icon {
  height: 90px;
  margin-bottom: 40px;
}
@media (max-width: 560px) {
  .pci__item-icon {
    margin-bottom: 30px;
  }
}
.pci__item-icon svg {
  transition: all 0.3s ease;
}
.pci__item-icon svg path {
  fill: #ED793E;
}
.pci__item-header {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 560px) {
  .pci__item-header {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.pci__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  min-height: 88px;
  margin-bottom: 25px;
  max-width: 260px;
  color: #969696;
  transition: all 0.3s ease;
}
@media (max-width: 560px) {
  .pci__item-text {
    font-size: 14px;
    line-height: 20px;
    min-height: 80px;
    margin-bottom: 15px;
  }
}
.pci__item:hover {
  background: #FFD460;
  transform: translateY(-5px);
}
.pci__item:hover svg path {
  fill: #0A0A0A;
}
.pci__item:hover .pci__item-text {
  color: #0A0A0A;
}

.team {
  padding: 100px 0 50px;
}
@media (max-width: 560px) {
  .team {
    padding: 60px 0 20px;
  }
}
.team__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 980px) {
  .team__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .team__inner {
    grid-template-columns: 1fr;
  }
}
.team__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team__item:after {
  content: "";
  display: block;
  position: absolute;
  height: 240px;
  width: 240px;
  bottom: -74px;
  right: -48px;
  /* background: #FFD460; */
  opacity: 0.6;
  filter: blur(120px);
  z-index: 2;
}
/* .team__item:nth-child(even):after {
  background: #dadada;
} */
.team__item-img {
  height: 420px;
}
@media (max-width: 768px) {
  .team__item-img {
    height: 330px;
  }
}
.team__item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team__item-info {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 92px);
  height: 100%;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
  z-index: 3;
}
@media (max-width: 768px) {
  .team__item-info {
    top: calc(100% - 82px);
  }
}
.team__item:hover .team__item-info {
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}
.team__item-hint {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C5C5C5;
  backdrop-filter: blur(20px);
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  font-weight: 700;
  font-size: 25px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .team__item-hint {
    height: 42px;
    font-size: 20px;
  }
}
.team__item-about {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .team__item-about {
    font-size: 14px;
    line-height: 24px;
  }
}

.map__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .map__header {
    flex-direction: column;
    align-items: center;
    padding: 30px 0 20px;
  }
}
.map__header .section__header {
  flex-shrink: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .map__header .section__header br {
    display: none;
  }
}
.map__about {
  font-weight: 500;
  font-size: 25px;
}
@media (max-width: 560px) {
  .map__about {
    font-size: 20px;
  }
}
.map__about span {
  font-weight: 700;
  font-size: 90px;
  line-height: 75px;
  color: #FFD460;
}
@media (max-width: 768px) {
  .map__about span {
    font-size: 40px;
    line-height: 35px;
  }
}
.map__img {
  width: 100%;
}

.filter {
  padding: 60px 0 50px;
}
@media (max-width: 768px) {
  .filter {
    padding: 60px 0 30px;
  }
}
.filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .filter__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.filter__title {
  font-weight: 500;
  font-size: 25px;
  flex-shrink: 0;
}
.filter__input {
  width: 100%;
  height: 65px;
  padding: 20px 95px 20px 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #0A0A0A;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("../img/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-position: right 35px center;
  background-size: 27px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .filter__input {
    padding: 20px 95px 20px 20px;
    background-position: right 20px center;
    background-size: 19px;
  }
}
.filter__input::placeholder {
  font-family: "Roboto", sans-serif;
  color: #0A0A0A;
}
.filter__input:focus, .filter__input:hover {
  border-color: #ED793E;
}
.filter__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px 50px;
  color: #969696;
}
@media (max-width: 980px) {
  .filter__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px 20px;
  }
}
@media (max-width: 768px) {
  .filter__list {
    grid-template-columns: 1fr 1fr;
    gap: 15px 15px;
  }
}
.filter__item {
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize;
}
@media (max-width: 560px) {
  .filter__item {
    font-size: 13px;
  }
}

.contact {
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  .contact {
    padding: 30px 0 60px;
  }
}
.contact .container {
  position: relative;
}
.contact .container:before {
  content: "";
  display: block;
  position: absolute;
  height: 150px;
  width: 150px;
  top: 0;
  left: -75px;
  background: #FFD460;
  opacity: 0.6;
  filter: blur(100px);
  z-index: -1;
}
@media (max-width: 560px) {
  .contact .container:before {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact .form {
  display: grid;
  grid-template-columns: [left-start] 1fr [left-end right-start] 1fr [right-end];
  column-gap: 50px;
  row-gap: 25px;
}
@media (max-width: 768px) {
  .contact .form {
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .contact .form__column {
    grid-column: left-start/right-end;
  }
}
.contact .form__row {
  grid-column: left-start/right-end;
}
.contact .form__footer {
  grid-column: left-start/right-end;
  display: grid;
  justify-items: center;
}
.contact .form__label {
  font-weight: 400;
  font-size: 16px;
  display: inline-flex;
  color: #969696;
  margin-bottom: 10px;
}
.contact .form__input {
  background: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 8px;
  width: 100%;
  height: 55px;
  padding: 5px 20px;
  font-size: 16px;
  color: #0A0A0A;
  transition: all 0.3s ease;
}
.contact .form__input:hover, .contact .form__input:focus {
  border-color: #ED793E;
}
.contact .form__field {
  font-family: "Roboto", sans-serif;
  background: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 8px;
  width: 100%;
  height: 110px;
  padding: 20px 20px;
  font-size: 16px;
  color: #0A0A0A;
  transition: all 0.3s ease;
  resize: none;
}
.contact .form__field:hover, .contact .form__field:focus {
  border-color: #ED793E;
}
.contact .form__btn {
  padding: 16px 100px;
  background-color: #565656;
}

.contact .form__btn .enabled{
  background-color: #ED793E;
}


@media (max-width: 560px) {
  .contact .form__btn {
    width: 100%;
  }
}

.dark-theme {
  background: #0A0A0A;
  color: #fff;
}
.dark-theme a {
  color: #fff;
}
.dark-theme .header--active {
  background: #0A0A0A;
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.1);
}
.dark-theme .logo:hover .logo-main span {
  color: #fff;
}
.dark-theme .logo:hover .logo-hint {
  color: #fff;
}

.logo-hint {
  margin-left: 2px;
}
.dark-theme .header__link:hover span {
  color: #fff;
}
.dark-theme .header__link--active span {
  color: #fff !important;
}
.dark-theme .header__theme svg path {
  fill: #ED793E;
}
.dark-theme .preview__social {
  border-color: #fff;
}
.dark-theme .preview__social svg path {
  fill: #fff;
}
.dark-theme .preview__social:hover {
  border-color: #ED793E;
}
.dark-theme .preview__social:hover svg path {
  fill: #ED793E;
}
.dark-theme .preview-down {
  filter: invert(1);
}
.dark-theme .whatis__item {
  background: rgba(17, 17, 17, 0.6);
}
.dark-theme .whatis__item:hover {
  background: #FFD460;
}
.dark-theme .whatis__item:hover .whatis__item-header {
  color: #0A0A0A;
}
.dark-theme .whatis__item-header {
  color: #fff;
}
.dark-theme .path-line {
  background: #21150F;
}
.dark-theme .path-node {
  background: #21150F;
}
.dark-theme .section__decor {
  color: #0A0A0A;
}
.dark-theme .section__decor--gray {
  color: #111111;
}
.dark-theme .why__card {
  background: url("../img/why/credit-dark.png") no-repeat center;
  background-size: contain;
}
.dark-theme .why__item-icon {
  background: rgba(17, 17, 17, 0.6);
  border: 1px solid #565656;
}
.dark-theme .why__item-icon svg path {
  fill: #FFD460;
}
.dark-theme .why__item:hover .why__item-icon svg path {
  fill: #0A0A0A;
}
.dark-theme .pci {
  background: #111111;
}
.dark-theme .pci__item {
  background: rgba(17, 17, 17, 0.6);
}
.dark-theme .pci__item-icon svg path {
  fill: #FFD460;
}
.dark-theme .pci__item:hover {
  background: #FFD460;
}
.dark-theme .pci__item:hover .pci__item-icon svg path {
  fill: #0A0A0A;
}
.dark-theme .pci__item:hover .pci__item-header {
  color: #0A0A0A;
}
.dark-theme .team__item:hover .team__item-info {
  background: rgba(17, 17, 17, 0.8);
}
.dark-theme .team__item-hint {
  background: rgba(17, 17, 17, 0.8);
  border-color: rgba(17, 17, 17, 0.8);
}
.dark-theme .filter__input {
  background-color: #323232;
  border-color: #252525;
  color: #fff;
}
.dark-theme .filter__input::placeholder {
  color: #fff;
}
.dark-theme .filter__input:focus, .dark-theme .filter__input:active {
  border-color: #ED793E;
}
.dark-theme .form__input {
  background-color: #323232;
  border-color: #252525;
  color: #fff;
}
.dark-theme .form__input::placeholder {
  color: #fff;
}
.dark-theme .form__input:focus, .dark-theme .form__input:active {
  border-color: #ED793E;
}
.dark-theme .form__field {
  background-color: #323232;
  border-color: #252525;
  color: #fff;
}
.dark-theme .form__field::placeholder {
  color: #fff;
}
.dark-theme .form__field:focus, .dark-theme .form__field:active {
  border-color: #ED793E;
}
.dark-theme .footer {
  background: #000;
}
.dark-theme .footer__copy {
  background: #000;
  border-color: #313131;
}
.dark-theme .header__burger {
  filter: invert(1);
}
.dark-theme .header__menu.active {
  background: rgba(17, 17, 17, 0.9);
}

#map {
  height: 777px;
  width: 100%;
}
@media (max-width: 560px) {
  #map {
    height: 362px;
  }
}

#restartAnim {
  cursor: pointer;
}

.contact_form_response {
  display: none;
  width: 430px;
  height: 160px;
  background-color: #323232;
  color: #F5F5F5;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* min-height: 10em; */
    /* display: table-cell; */
  vertical-align: middle;
}

.contact_form_response_success {
  padding-top: 52px;
}

.contact_form_response_fail {
  padding-top: 36px;
}


.form_response_text {
  color: #c9c9c9;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.form_response_text_success p {
  margin-top: 22px;
}

.form_response_text_fail p {
  margin-top: 16px;
}
.form_response_text_fail a {
  margin-top: 106px;
}

.btn_spinner {
  position: relative;
  padding: 8px 16px;
  background-color: blue;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;

}

.btn_spinner__text {
  color: #F5F5F5;
  transition: all 0.2s;
}
.btn_spinner--loading .btn_spinner__text {
  visibility: hidden;
  opacity: 0;
}
.btn_spinner--loading::after {
  content:"";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid transparent;
  border-radius: 50%;
  border-top-color: white;
  animation: spin 1s infinite;
}
@keyframes spin {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer_contacts_mobile {
  margin-right: 15px;
}
.contact_response_soon {
  color: #ED793E;
  font-weight: bold;

}





/* .contact_form_response span { */
  /* color: #ED793E; */
  /* font-weight: 300; */
/* } */


/*# sourceMappingURL=style.css.map */
/* 
