@charset "UTF-8";
:root {
  --color1: #2f2d33;
  --color2: #8b8b89;
  --color3: #eb5b25;
  --el_color: #2b2b2b24;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: "Proxima Nova Lt", sans-serif;
  color: var(--color1);
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  background: #ececec;
}

section {
  padding: 0px 30px;
}
section .text-title {
  font-size: 52px;
  line-height: 100%;
  max-width: 1060px;
  width: 100%;
  margin-bottom: 30px;
}

h1.text-title {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 110%;
  font-size: 105px;
  margin: 0;
}

.text-title {
  font-size: 105px;
  text-transform: uppercase;
  color: var(--color2);
  text-align: center;
}
.text-title img {
  width: 158px;
  height: 95px;
  border-radius: 12px;
  vertical-align: middle;
  margin-bottom: 18px;
  margin-left: 20px;
}
.text-title span {
  color: var(--color1);
}
.text-subtitle {
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
  text-align: center;
  font-family: "Proxima Nova Rg", sans-serif;
}
.text-descr {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .text-title img {
    width: 120px;
    height: 70px;
    border-radius: 12px;
    vertical-align: middle;
    margin-bottom: 18px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 110px 15px 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .text-title img {
    display: none;
  }
  section .text-title {
    font-size: 32px;
  }
}
.container {
  max-width: 1800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 575px) {
  section .text-title {
    font-size: 28px !important;
  }
}
.site-header {
  position: fixed;
  top: 10px;
  left: 30px;
  right: 30px;
  z-index: 120;
}
.site-header .site-header-inner {
  max-width: 1800px;
  margin: 0 auto;
  min-height: 72px;
  border-radius: 14px;
  background: #fff;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-shadow: 0 8px 28px rgba(47, 45, 51, 0.08);
          box-shadow: 0 8px 28px rgba(47, 45, 51, 0.08);
}
.site-header .site-header-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
}
.site-header .site-header-brand-logo {
  display: block;
  width: 120px;
  max-width: 100%;
  height: auto;
}
.site-header .site-header-brand-logo.site-header-brand-logo-drawer {
  width: 220px;
}
.site-header .site-header-brand-icon {
  width: 66px;
  height: 38px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  position: relative;
}
.site-header .site-header-brand-icon::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  height: 1px;
  background: #bdbdbd;
}
.site-header .site-header-brand-text {
  font-size: 12px;
  line-height: 110%;
  font-weight: 600;
  color: #7f7f82;
  font-family: "Proxima Nova Rg", sans-serif;
  display: none;
}
.site-header .site-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
.site-header .site-header-nav a {
  text-decoration: none;
  font-size: 17px;
  line-height: 100%;
  font-weight: 600;
  color: var(--color1);
  white-space: nowrap;
}
.site-header .site-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  white-space: nowrap;
  margin-left: auto;
}
.site-header .site-header-phone {
  text-decoration: none;
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
}
.site-header .site-header-note {
  font-size: 12px;
  line-height: 100%;
  color: #8b8b89;
  font-family: "Proxima Nova Rg", sans-serif;
}
.site-header .site-header-btn {
  border: 0;
  height: 50px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--color3);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.site-header .site-header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.site-header .site-header-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f2d33;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-decoration: none;
}
.site-header .site-header-burger {
  display: none;
  width: 52px;
  height: 50px;
  border: 0;
  border-radius: 8px;
  background: #f2f2f2;
  cursor: pointer;
  padding: 12px 10px;
}
.site-header .site-header-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #2f2d33;
}
.site-header .site-header-burger span + span {
  margin-top: 8px;
}
.site-header .site-header-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 20, 24, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.site-header .site-header-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(360px, 100vw);
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  background: #fff;
  padding: calc(26px + env(safe-area-inset-top)) 24px calc(22px + env(safe-area-inset-bottom));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.site-header .site-header-drawer .site-header-drawer-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  font-size: 38px;
  line-height: 24px;
  color: #2f2d33;
  cursor: pointer;
}
.site-header .site-header-drawer .site-header-brand-drawer {
  margin-top: 32px;
  margin-bottom: 28px;
}
.site-header .site-header-drawer .site-header-drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.site-header .site-header-drawer .site-header-drawer-nav a {
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
}
.site-header .site-header-drawer .site-header-drawer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: auto;
}
.site-header .site-header-drawer .site-header-drawer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f2d33;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.site-header .site-header-drawer .site-header-drawer-cta {
  height: 56px;
  border: 0;
  border-radius: 8px;
  background: var(--color3);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 22px;
  cursor: pointer;
}
.site-header .site-header-drawer .site-header-drawer-phone {
  margin-top: 10px;
  height: 56px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.site-header .site-header-drawer .site-header-drawer-note {
  margin-top: 18px;
  font-size: 18px;
  line-height: 110%;
  font-family: "Proxima Nova Rg", sans-serif;
}

@media (max-width: 1399px) {
  .site-header .site-header-inner {
    grid-template-columns: auto 1fr auto auto;
  }
  .site-header .site-header-socials {
    display: none;
  }
  .site-header .site-header-nav {
    gap: 18px;
  }
  .site-header .site-header-nav a {
    font-size: 15px;
  }
  .site-header .site-header-phone {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .site-header {
    top: calc(env(safe-area-inset-top) + 10px);
    left: max(15px, env(safe-area-inset-left));
    right: max(15px, env(safe-area-inset-right));
  }
  .site-header .site-header-inner {
    grid-template-columns: auto 1fr auto auto auto;
    gap: 10px;
  }
  .site-header .site-header-nav {
    display: none;
  }
  .site-header .site-header-socials {
    display: none;
  }
  .site-header .site-header-burger {
    display: block;
  }
  .site-header .site-header-phone {
    font-size: 16px;
  }
  .site-header .site-header-note {
    font-size: 10px;
  }
  .site-header .site-header-btn {
    height: 42px;
    padding: 0 18px;
    font-size: 14px;
  }
  .site-header.is-menu-open .site-header-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .site-header.is-menu-open .site-header-drawer {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .site-header .site-header-inner {
    min-height: 62px;
    padding: 8px;
  }
  .site-header .site-header-brand-icon {
    width: 48px;
    height: 30px;
  }
  .site-header .site-header-brand-text {
    font-size: 10px;
  }
  .site-header .site-header-btn {
    height: 44px;
    font-size: 13px;
    padding: 0 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
  .site-header .site-header-contact {
    display: none;
  }
  .site-header .site-header-inner {
    grid-template-columns: auto 1fr auto auto;
  }
  .site-header .site-header-burger {
    width: 44px;
    height: 44px;
    padding: 10px 8px;
  }
  .site-header .site-header-burger span + span {
    margin-top: 6px;
  }
  .site-header .site-header-drawer {
    width: min(290px, 100vw);
    padding: calc(20px + env(safe-area-inset-top)) 14px calc(16px + env(safe-area-inset-bottom));
  }
  .site-header .site-header-drawer .site-header-brand-drawer {
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .site-header .site-header-drawer .site-header-drawer-nav {
    gap: 10px;
  }
  .site-header .site-header-drawer .site-header-drawer-nav a {
    font-size: 16px;
  }
  .site-header .site-header-drawer .site-header-drawer-cta {
    height: 50px;
    font-size: 16px;
    margin-top: 16px;
  }
  .site-header .site-header-drawer .site-header-drawer-phone {
    height: 50px;
    font-size: 16px;
  }
  .site-header .site-header-drawer .site-header-drawer-note {
    margin-top: 14px;
    font-size: 18px;
  }
}
body.body-lock {
  overflow: hidden;
}

.main {
  padding-top: 150px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: auto;
  overflow-x: hidden;
}
.main .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .container .main-cost-btn {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 0;
  background: var(--color3);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg", sans-serif;
  cursor: pointer;
  z-index: 5;
  -webkit-animation: mainCostPulse 2s ease-in-out infinite;
          animation: mainCostPulse 2s ease-in-out infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.main .container .main-cost-btn .marquiz__button.marquiz__button_blicked.marquiz__button_rounded.marquiz__button_shadow {
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 110% !important;
  text-transform: uppercase !important;
  font-family: "Proxima Nova Rg", sans-serif !important;
  background: var(--color3) !important;
  color: #fff !important;
  -webkit-animation: mainCostPulse 2s ease-in-out infinite;
          animation: mainCostPulse 2s ease-in-out infinite;
}
.main .container .main-cost-btn .marquiz__button.marquiz__button_blicked.marquiz__button_rounded.marquiz__button_shadow::after {
  display: none !important;
}
.main .container img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  filter: blur(4px);
}
.main-card {
  border-radius: 16px;
  max-width: 420px;
  padding: 30px 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  will-change: transform;
  position: absolute;
}
.main-card-black {
  background: var(--color1);
  color: #fff;
  position: absolute;
  left: 160px;
  top: -40px;
}
.main-card-white {
  background: rgba(255, 255, 255, 0.6);
  left: 60%;
  top: 60%;
}
.main-card-title {
  color: inherit;
  text-align: left;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}
.main-card-subtitle {
  font-family: "Proxima Nova Rg", sans-serif;
  color: inherit;
  text-align: left;
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
}
.main-img-bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 940px;
  z-index: -1;
}
.main .text-subtitle {
  text-transform: uppercase;
  max-width: 750px;
  font-size: 36px;
  margin-bottom: 150px;
}

@media screen and (max-width: 1199px) {
  h1.text-title {
    font-size: 72px;
  }
  .main .container .main-cost-btn {
    top: -65px;
    width: 130px;
    height: 130px;
    font-size: 16px;
  }
  .main .container .main-cost-btn .marquiz__button.marquiz__button_blicked.marquiz__button_rounded.marquiz__button_shadow {
    font-size: 16px !important;
  }
  .main .text-subtitle {
    font-size: 28px;
  }
  .main-card {
    padding: 20px;
  }
  .main-card-title {
    font-size: 24px;
  }
  .main-card-subtitle {
    font-size: 16px;
  }
  .main-card-black {
    left: 90px;
    top: 100px;
  }
  .main-card-white {
    left: 50%;
    top: 60%;
  }
}
@media screen and (max-width: 991px) {
  .main-img-bg {
    width: 720px;
  }
  .main .text-subtitle {
    font-size: 24px;
    max-width: 75%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .main-img-bg {
    width: 620px;
  }
  h1.text-title {
    font-size: 54px;
  }
  .text-subtitle {
    margin-bottom: 80px;
  }
  .main-card {
    position: static;
    max-width: 100%;
    margin: 20px 0px;
  }
  .main-card-white {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 575px) {
  .main-img-bg {
    width: 520px;
  }
  h1.text-title {
    font-size: 34px;
  }
  .main .text-subtitle {
    font-size: 16px;
    margin-top: 10px;
    max-width: 80%;
  }
}
@-webkit-keyframes mainCostPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(235, 91, 37, 0.55);
            box-shadow: 0 0 0 0 rgba(235, 91, 37, 0.55);
  }
  70% {
    -webkit-box-shadow: 0 0 0 22px rgba(235, 91, 37, 0);
            box-shadow: 0 0 0 22px rgba(235, 91, 37, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(235, 91, 37, 0);
            box-shadow: 0 0 0 0 rgba(235, 91, 37, 0);
  }
}
@keyframes mainCostPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(235, 91, 37, 0.55);
            box-shadow: 0 0 0 0 rgba(235, 91, 37, 0.55);
  }
  70% {
    -webkit-box-shadow: 0 0 0 22px rgba(235, 91, 37, 0);
            box-shadow: 0 0 0 22px rgba(235, 91, 37, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(235, 91, 37, 0);
            box-shadow: 0 0 0 0 rgba(235, 91, 37, 0);
  }
}
.plan {
  background: #ffffff;
  padding: 200px 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.plan .plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
}
.plan .plan-card {
  min-height: 300px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
}
.plan .plan-card-orange {
  background: #ef5b28;
}
.plan .plan-card-orange .plan-card-title,
.plan .plan-card-orange .plan-card-text {
  color: #fff;
}
.plan .plan-card-gray {
  background: #ececec;
}
.plan .plan-card-icon {
  border-radius: 16px;
  width: 158px;
  height: 158px;
  background: rgb(255, 255, 255);
  margin-bottom: 45px;
}
.plan .plan-card-icon img {
  width: 100%;
  height: 100%;
}
.plan .plan-card-title {
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 30px;
  max-width: 420px;
}
.plan .plan-card-text {
  font-size: 24px;
  line-height: 110%;
  margin-top: auto;
  font-family: "Proxima Nova Rg", sans-serif;
}
.plan .plan-cta {
  border-radius: 16px;
  width: 100%;
  min-height: 550px;
  padding: 30px;
  background: #2f2d33;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg-2.svg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan .plan-cta-title {
  font-size: 60px;
  line-height: 110%;
  max-width: 1000px;
  color: #fff;
  text-transform: uppercase;
}
.plan .plan-cta-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.plan .plan-cta-content {
  max-width: 850px;
  width: 100%;
}
.plan .plan-cta-text {
  color: rgba(255, 255, 255, 0.8196078431);
  font-size: 18px;
  max-width: 600px;
  line-height: 130%;
  margin-bottom: 30px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.plan .plan-cta-btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  background: #ef5b28;
  color: #fff;
  padding: 29px 30px;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.plan .plan-manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 16px;
  max-width: 548px;
  height: 158px;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1215686275);
  backdrop-filter: blur(2px);
}
.plan .plan-manager-avatar {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #666;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.plan .plan-manager-avatar img {
  width: 100%;
  height: 100%;
}
.plan .plan-manager-name {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
.plan .plan-manager-role {
  color: rgba(255, 255, 255, 0.7490196078);
  font-size: 22px;
  line-height: 100%;
  font-family: "Proxima Nova Rg", sans-serif;
}

@media screen and (max-width: 1599px) {
  .plan .plan-cta {
    min-height: 390px;
  }
  .plan .plan-cta-title {
    font-size: 38px;
  }
  .plan .plan-cta-content {
    max-width: 50%;
  }
  .plan .plan-cta-btn {
    height: 50px;
    font-size: 16px;
    padding: 15px;
  }
  .plan .plan-card-icon {
    width: 118px;
    height: 118px;
  }
  .plan .plan-card-title {
    font-size: 32px;
  }
  .plan .plan-card-text {
    font-size: 20px;
  }
  .plan .plan-manager {
    max-width: 345px;
    height: 100px;
  }
  .plan .plan-manager-avatar {
    width: 80px;
    height: 80px;
  }
  .plan .plan-manager-name {
    font-size: 24px;
  }
  .plan .plan-manager-role {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .plan {
    padding: 100px 30px 60px;
  }
  .plan .plan-cta-text {
    font-size: 14px;
  }
  .plan .plan-card {
    padding: 20px;
  }
  .plan .plan-card-icon {
    width: 104px;
    height: 104px;
    margin-bottom: 20px;
  }
  .plan .plan-card-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .plan .plan-card-text {
    font-size: 14px;
    line-height: 130%;
  }
}
@media screen and (max-width: 991px) {
  .plan {
    padding: 200px 15px 60px;
  }
  .plan .plan-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .plan .plan-card {
    padding: 30px;
  }
  .plan .plan-card-icon {
    width: 146px;
    height: 146px;
  }
  .plan .plan-card-title {
    max-width: 300px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .plan .plan-cta-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .plan .plan-cta-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 100%;
  }
  .plan .plan-cta-content {
    max-width: 100%;
  }
  .plan .plan-cta-text {
    max-width: 460px;
  }
  .plan .plan-manager {
    max-width: 490px;
  }
}
@media screen and (max-width: 574px) {
  .plan .plan-card {
    padding: 20px;
  }
  .plan .plan-card-icon {
    width: 100px;
    height: 100px;
  }
  .plan .plan-card-title {
    font-size: 24px;
  }
  .plan .plan-cta {
    padding: 20px;
    background-size: 280%;
  }
  .plan .plan-cta-btn {
    font-size: 14px;
  }
  .plan .plan-cta-title {
    font-size: 30px;
    margin-bottom: 70px;
  }
  .plan .plan-cta-title br {
    display: none;
  }
  .plan .plan-manager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    gap: 10px;
    padding: 15px;
  }
  .plan .plan-manager-avatar {
    width: 60px;
    height: 60px;
  }
  .plan .plan-manager-name {
    font-size: 22px;
  }
  .plan .plan-manager-role {
    font-size: 14px;
  }
}
.works {
  background: #f3f3f3;
  padding: 120px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}
.works .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: none;
}
.works .works-stage {
  width: 100%;
}
.works .works-sticky {
  width: 100%;
  overflow: hidden;
}
.works .works-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.works .works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 458px;
  height: 550px;
  background: #fff;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
}
.works .works-card-media {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: linear-gradient(135deg, #8f8f8f 0%, #5f5f5f 100%);
  border-radius: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works .works-card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 18px;
}
.works .works-card-tags span {
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}
.works .works-card-overlay {
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7294117647)), to(rgba(0, 0, 0, 0.8509803922)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7294117647) 70%, rgba(0, 0, 0, 0.8509803922) 100%);
  margin-top: auto;
}
.works .works-card-overlay .works-card-title,
.works .works-card-overlay .works-card-text {
  color: #fff;
}
.works .works-card-body {
  padding: 20px;
  margin-top: auto;
}
.works .works-card-title {
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 10px;
}
.works .works-card-text {
  font-size: 22px;
  line-height: 120%;
  font-family: "Proxima Nova Rg", sans-serif;
}
.works .works-card-text + .works-card-text {
  margin-top: 4px;
}
.works .works-card.works-card-dark .works-card-media {
  background: linear-gradient(135deg, #a89580 0%, #6f5d4f 100%);
}
.works .works-card.works-card-promo {
  background: #2f2d33;
  padding: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.works .works-card-promo-arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  color: var(--color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  line-height: 1;
  z-index: 2;
}
.works .works-card-promo-image {
  position: absolute;
  top: 50px;
  right: 30px;
  left: auto;
  -webkit-transform: none;
          transform: none;
  width: 406px;
  height: 378px;
  background: url("../img/bg-1.jpg") no-repeat center;
  background-size: cover;
}
.works .works-card-promo-title {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
  font-size: 32px;
  line-height: 110%;
  font-weight: 600;
  margin-top: 0;
}
.works .works-card:nth-child(1) .works-card-media {
  background: url("../img/cards/1.jpg") no-repeat center;
  background-size: cover;
}
.works .works-card:nth-child(2) .works-card-media {
  background: url("../img/cards/2.jpg") no-repeat center;
  background-size: cover;
}
.works .works-card:nth-child(3) .works-card-media {
  background: url("../img/cards/3.png") no-repeat center;
  background-size: cover;
}
.works .works-card:nth-child(4) .works-card-media {
  background: url("../img/cards/4.jpg") no-repeat center;
  background-size: cover;
}
.works .works-card:nth-child(5) .works-card-media {
  background: url("../img/cards/5.png") no-repeat center;
  background-size: cover;
}
.works .works-card:nth-child(6) .works-card-media {
  background: url("../img/cards/6.jpg") no-repeat center;
  background-size: cover;
}

@media (min-width: 1200px) {
  .works .works-track {
    padding-right: 30px;
  }
  .works .works-sticky {
    position: sticky;
    padding-left: 30px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .works .works-sticky.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
@media (max-width: 1199px) {
  .works {
    padding: 80px 30px;
  }
  .works .text-title {
    margin-bottom: 30px;
  }
  .works .works-stage {
    min-height: 0;
  }
  .works .works-sticky {
    height: auto;
  }
  .works .works-track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 100%;
    -webkit-transform: none !important;
            transform: none !important;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .works .works-card:nth-child(1) {
    grid-column: 1/4;
  }
  .works .works-card:nth-child(2) {
    grid-column: 4/7;
  }
  .works .works-card:nth-child(3) {
    grid-column: 1/3;
  }
  .works .works-card:nth-child(4) {
    grid-column: 3/5;
  }
  .works .works-card:nth-child(5) {
    grid-column: 5/7;
  }
  .works .works-card:nth-child(6) {
    grid-column: 1/4;
  }
  .works .works-card:nth-child(7) {
    grid-column: 4/7;
  }
  .works .works-card {
    width: 100%;
    height: 460px;
  }
  .works .works-card-title {
    font-size: 20px;
  }
  .works .works-card-text {
    font-size: 14px;
  }
  .works .works-card-media {
    height: auto;
  }
  .works .works-card-promo-arrow {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
  .works .works-card-promo-image {
    width: 406px;
    height: 378px;
  }
  .works .works-card-promo-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .works {
    padding: 80px 15px;
  }
  .works .works-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .works .works-card {
    grid-column: auto !important;
  }
  .works .works-card:nth-child(7) {
    grid-column: 1/-1 !important;
  }
}
@media (max-width: 675px) {
  .works .works-track {
    grid-template-columns: 1fr;
  }
  .works .works-card {
    grid-column: 1/-1 !important;
  }
}
@media (max-width: 575px) {
  .works .works-card {
    height: 340px;
  }
  .works .works-card-promo-image {
    width: 245px;
    height: 228px;
  }
  .works .works-card-promo-title {
    font-size: 20px;
  }
}
.why {
  background: #efefef;
  padding: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why .why-head {
  position: absolute;
  max-width: 1380px;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  pointer-events: none;
}
.why .why-head .text-title {
  font-size: 105px;
  max-width: none;
  text-align: center;
  margin-bottom: 20px;
  color: var(--color1);
}
.why .why-head .text-title span {
  color: var(--color2);
}
.why .why-subtitle {
  font-size: 36px;
  line-height: 100%;
  font-weight: 500;
  font-family: "Proxima Nova Rg", sans-serif;
  text-transform: uppercase;
}
.why .why-stage {
  width: 100%;
  min-height: 900vh;
}
.why .why-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #efefef;
}
.why .why-cards-track {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  z-index: 3;
}
.why .why-card {
  border-radius: 16px;
  position: absolute;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 430px;
  max-width: 430px;
  min-height: 180px;
  will-change: transform, opacity;
  opacity: 1;
}
.why .why-card:nth-child(1) {
  left: 8%;
  top: 14%;
}
.why .why-card:nth-child(2) {
  right: 6%;
  top: 13%;
}
.why .why-card:nth-child(3) {
  right: 32%;
  top: 30%;
}
.why .why-card:nth-child(4) {
  left: 12%;
  top: 45%;
}
.why .why-card:nth-child(5) {
  right: 2%;
  top: 55%;
}
.why .why-card:nth-child(6) {
  left: 22%;
  top: 64%;
}
.why .why-card:nth-child(7) {
  right: 24%;
  top: 72%;
}
.why .why-card-title {
  font-size: 34px;
  line-height: 100%;
  margin-bottom: 12px;
  color: inherit;
}
.why .why-card-text {
  font-size: 22px;
  line-height: 125%;
  color: inherit;
  font-family: "Proxima Nova Rg", sans-serif;
}
.why .why-card-orange {
  background: var(--color3);
  color: #fff;
}
.why .why-card-gray {
  background: rgba(255, 255, 255, 0.5490196078);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: var(--color1);
}
.why .why-card-color2 {
  background: var(--color1);
  color: #fff;
}

@media (max-width: 1199px) {
  .why {
    padding: 80px 30px;
  }
  .why .why-head .text-title {
    font-size: 56px;
  }
  .why .why-subtitle {
    font-size: 30px;
  }
  .why .why-stage {
    min-height: 0;
  }
  .why .why-sticky {
    position: static;
    height: auto;
    overflow: visible;
    background: transparent;
  }
  .why .why-head {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 30px;
  }
  .why .why-cards-track {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .why .why-card {
    position: static;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .why .why-card-title {
    font-size: 28px;
  }
  .why .why-card-text {
    margin-bottom: auto;
    font-size: 18px;
  }
  .why .why-card:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .why .why-cards-track {
    grid-template-columns: 1fr;
  }
  .why .why-card-title {
    font-size: 32px;
  }
  .why .why-card-text {
    font-size: 22px;
  }
  .why .why-card:last-child {
    grid-column: auto;
  }
}
@media (max-width: 575px) {
  .why .why-card {
    padding: 20px;
    min-height: auto;
  }
  .why .why-card-title {
    font-size: 24px;
  }
  .why .why-card-text {
    font-size: 18px;
  }
}
.parallel-steps {
  padding: 110px 30px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ececec;
}
.parallel-steps .text-title {
  max-width: 1220px;
  margin: 0 auto 46px;
  text-align: center;
  font-size: 64px;
  line-height: 102%;
}
.parallel-steps .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.parallel-steps .parallel-steps-board {
  --axis-start: 24px;
  --axis-step: 16.9%;
  position: relative;
  width: 100%;
  min-height: 640px;
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.parallel-steps .parallel-steps-axis {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.parallel-steps .parallel-steps-axis-line {
  position: absolute;
  top: 18px;
  left: var(--axis-start);
  right: 0;
  height: 5px;
  background: #888;
  border-radius: 999px;
}
.parallel-steps .parallel-steps-point {
  position: absolute;
  top: 0;
  left: calc(var(--axis-start) + var(--point-index) * var(--axis-step));
}
.parallel-steps .parallel-steps-point-start {
  left: var(--axis-start);
}
.parallel-steps .parallel-steps-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color1);
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 4;
}
.parallel-steps .parallel-steps-label {
  margin-top: 12px;
  font-size: inherit;
  font-weight: inherit;
  line-height: 100%;
  white-space: nowrap;
}
.parallel-steps .parallel-steps-grid-line {
  position: absolute;
  top: 24px;
  bottom: 0;
  left: calc(var(--axis-start) + var(--point-index) * var(--axis-step));
  border-left: 3px dotted #a8a8a8;
  z-index: 0;
}
.parallel-steps .parallel-steps-grid-line:last-child {
  display: none;
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
}
.parallel-steps .parallel-steps-grid-line-start {
  left: var(--axis-start);
}
.parallel-steps .parallel-steps-measure {
  position: absolute;
  top: 96px;
  left: var(--axis-start);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parallel-steps .parallel-steps-measure-dot {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--color3);
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.parallel-steps .parallel-steps-measure-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.parallel-steps .parallel-steps-measure-line {
  width: 50px;
  height: 2px;
  background: #666;
}
.parallel-steps .parallel-steps-measure-text {
  font-size: inherit;
  font-weight: inherit;
  line-height: 100%;
}
.parallel-steps .parallel-steps-task {
  position: absolute;
  height: 80px;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 26px;
  font-size: inherit;
  line-height: 100%;
  white-space: nowrap;
  font-weight: inherit;
  text-transform: uppercase;
}
.parallel-steps .parallel-steps-task .parallel-steps-task-tech {
  display: inline;
}
.parallel-steps .parallel-steps-task-light {
  background: #f5f5f5;
  color: var(--color1);
}
.parallel-steps .parallel-steps-task-accent {
  background: var(--color3);
  color: #fff;
}
.parallel-steps .parallel-steps-design {
  top: 180px;
  left: calc(var(--axis-start) + 4.5%);
  width: 33%;
}
.parallel-steps .parallel-steps-rough {
  top: 275px;
  left: calc(var(--axis-start) + 7.8%);
  width: 42%;
}
.parallel-steps .parallel-steps-clean {
  top: 370px;
  left: calc(var(--axis-start) + 33%);
  width: 41%;
}
.parallel-steps .parallel-steps-author {
  top: 465px;
  left: calc(var(--axis-start) + 7.8%);
  width: 75%;
}
.parallel-steps .parallel-steps-supply {
  top: 560px;
  left: calc(var(--axis-start) + 58%);
  width: 41%;
}
.parallel-steps .parallel-steps-support {
  display: none;
}
.parallel-steps .parallel-steps-extra {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.parallel-steps .parallel-steps-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 278px minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.parallel-steps .parallel-steps-compare-card {
  border-radius: 16px;
  max-width: 730px;
  height: 365px;
  background: #fff;
  padding: 30px;
  border: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.parallel-steps .parallel-steps-compare-card:first-child {
  justify-self: start;
}
.parallel-steps .parallel-steps-compare-card:last-child {
  justify-self: end;
}
.parallel-steps .parallel-steps-compare-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.parallel-steps .parallel-steps-compare-title {
  font-size: 42px;
  line-height: 100%;
}
.parallel-steps .parallel-steps-compare-badge {
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  white-space: nowrap;
}
.parallel-steps .parallel-steps-compare-badge-light {
  background: #ececec;
  color: #9f9f9f;
}
.parallel-steps .parallel-steps-compare-badge-accent {
  background: var(--color3);
  color: #fff;
}
.parallel-steps .parallel-steps-compare-text {
  font-size: 22px;
  line-height: 136%;
  font-weight: 500;
  font-family: "Proxima Nova Rg", sans-serif;
}
.parallel-steps .parallel-steps-compare-middle {
  width: 278px;
  height: 365px;
  border: 1px dashed #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  border-radius: 16px;
  padding: 20px 10px;
  width: 100%;
  min-width: 0;
}
.parallel-steps .parallel-steps-compare-middle p {
  text-align: center;
  line-height: 120%;
  font-size: 22px;
  font-weight: 500;
  font-family: "Proxima Nova Rg", sans-serif;
}
.parallel-steps .parallel-steps-compare-middle span {
  font-size: 34px;
  line-height: 100%;
  font-weight: 500;
  font-family: "Proxima Nova Rg", sans-serif;
}
.parallel-steps .parallel-steps-arrow-mobile {
  display: none;
}
.parallel-steps .parallel-steps-quiz {
  border-radius: 16px;
  width: 100%;
  min-height: 600px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3098039216)), to(rgba(0, 0, 0, 0.2509803922))), #4b3f39;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3098039216) 0%, rgba(0, 0, 0, 0.2509803922) 100%), #4b3f39;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3098039216)), to(rgba(0, 0, 0, 0.2509803922))), url("../img/bg-form.jpg");
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3098039216) 0%, rgba(0, 0, 0, 0.2509803922) 100%), url("../img/bg-form.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.parallel-steps .parallel-steps-quiz-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.parallel-steps .parallel-steps-quiz-title {
  max-width: 950px;
  font-size: 60px;
  line-height: 110%;
  color: #fff;
  text-transform: uppercase;
}
.parallel-steps .parallel-steps-quiz-bottom {
  margin-left: auto;
  max-width: 46%;
  width: 100%;
}
.parallel-steps .parallel-steps-quiz-text {
  color: rgba(255, 255, 255, 0.8196078431);
  font-size: 18px;
  max-width: 600px;
  line-height: 130%;
  margin-bottom: 30px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.parallel-steps .parallel-steps-quiz-btn {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  background: #ef5b28;
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.parallel-steps .parallel-steps-quiz-btn .marquiz__button.marquiz__button_blicked.marquiz__button_rounded.marquiz__button_shadow,
.parallel-steps .parallel-steps-quiz-btn .marquiz__button.marquiz__button_blicked {
  width: 100% !important;
  height: 100% !important;
  min-height: 50px !important;
  padding: 29px 30px !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  text-transform: uppercase !important;
  font-family: "Proxima Nova Rg", sans-serif !important;
  background: #ef5b28 !important;
  color: #fff !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center !important;
}
.parallel-steps .parallel-steps-quiz-btn .marquiz__button.marquiz__button_blicked.marquiz__button_rounded.marquiz__button_shadow::after,
.parallel-steps .parallel-steps-quiz-btn .marquiz__button.marquiz__button_blicked::after {
  display: none !important;
}

@media (max-width: 1600px) {
  .parallel-steps .parallel-steps-board {
    min-height: 619px;
    font-size: 18px;
  }
  .parallel-steps .parallel-steps-measure-dot {
    height: 60px;
    width: 60px;
  }
  .parallel-steps .parallel-steps-task {
    height: 60px;
  }
}
@media (max-width: 1439px) {
  .parallel-steps .parallel-steps-board {
    font-size: 18px;
    min-height: 540px;
  }
  .parallel-steps .parallel-steps-measure-dot {
    height: 60px;
    width: 60px;
  }
  .parallel-steps .parallel-steps-task {
    height: 60px;
  }
  .parallel-steps .parallel-steps-compare-card {
    height: auto;
  }
  .parallel-steps .parallel-steps-compare-middle {
    height: auto;
  }
  .parallel-steps .parallel-steps-compare-title {
    font-size: 32px;
  }
  .parallel-steps .parallel-steps-compare-text {
    font-size: 20px;
  }
  .parallel-steps .parallel-steps-compare-badge {
    font-size: 14px;
  }
  .parallel-steps .parallel-steps-design {
    top: 180px;
  }
  .parallel-steps .parallel-steps-rough {
    top: 255px;
  }
  .parallel-steps .parallel-steps-clean {
    top: 330px;
  }
  .parallel-steps .parallel-steps-author {
    top: 405px;
  }
  .parallel-steps .parallel-steps-supply {
    top: 480px;
  }
}
@media (max-width: 1159px) {
  .parallel-steps {
    padding: 70px 18px 80px;
  }
  .parallel-steps .text-title {
    max-width: 500px;
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 104%;
  }
  .parallel-steps .parallel-steps-board {
    --axis-start: 18px;
    --axis-step: 18.8%;
    font-size: 14px;
  }
  .parallel-steps .parallel-steps-extra {
    margin-top: 30px;
  }
  .parallel-steps .parallel-steps-compare-card {
    padding: 20px;
  }
  .parallel-steps .parallel-steps-compare {
    grid-template-columns: minmax(0, 1fr) 190px minmax(0, 1fr);
  }
  .parallel-steps .parallel-steps-compare-badge {
    font-size: 12px;
  }
  .parallel-steps .parallel-steps-compare-text {
    font-size: 16px;
  }
  .parallel-steps .parallel-steps-compare-middle p {
    font-size: 18px;
  }
  .parallel-steps .parallel-steps-quiz-title {
    font-size: 38px;
    max-width: 540px;
  }
  .parallel-steps .parallel-steps-quiz {
    min-height: 380px;
  }
  .parallel-steps .parallel-steps-quiz-text {
    font-size: 14px;
  }
  .parallel-steps .parallel-steps-quiz-btn {
    height: 50px;
    font-size: 16px;
    padding: 0;
  }
  .parallel-steps .parallel-steps-quiz-btn .marquiz__button.marquiz__button_blicked,
  .parallel-steps .parallel-steps-quiz-btn .marquiz__button.marquiz__button_blicked.marquiz__button_rounded.marquiz__button_shadow {
    font-size: 16px !important;
    min-height: 50px !important;
  }
}
@media (max-width: 992px) {
  .parallel-steps .parallel-steps-board {
    --axis-start: 0px;
    --axis-step: 18.7%;
  }
  .parallel-steps .parallel-steps-compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .parallel-steps .parallel-steps-compare-card,
  .parallel-steps .parallel-steps-compare-middle {
    width: 100%;
    max-width: 100%;
  }
  .parallel-steps .parallel-steps-compare-card {
    height: auto;
    justify-self: stretch;
  }
  .parallel-steps .parallel-steps-compare-middle {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    height: 154px;
    min-height: 154px;
    border: 1px dashed #000;
  }
  .parallel-steps .parallel-steps-compare-middle p {
    font-size: 18px;
    max-width: 200px;
  }
  .parallel-steps .parallel-steps-compare-middle p br {
    display: none;
  }
  .parallel-steps .parallel-steps-arrow-desktop {
    display: none;
  }
  .parallel-steps .parallel-steps-arrow-mobile {
    display: inline;
  }
}
@media (max-width: 767px) {
  .parallel-steps {
    padding: 56px 12px 64px;
  }
  .parallel-steps .parallel-steps-task-tech {
    display: none !important;
  }
  .parallel-steps .text-title {
    max-width: 360px;
    margin-bottom: 22px;
    font-size: 44px;
    line-height: 102%;
  }
  .parallel-steps .parallel-steps-quiz {
    min-height: 332px;
  }
  .parallel-steps .parallel-steps-quiz-title {
    font-size: 30px;
  }
  .parallel-steps .parallel-steps-quiz-bottom {
    max-width: 100%;
  }
}
@media (max-width: 574px) {
  .parallel-steps .parallel-steps-quiz {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .parallel-steps {
    padding: 46px 10px 56px;
  }
  .parallel-steps .text-title {
    max-width: 300px;
    margin-bottom: 18px;
    font-size: 34px;
  }
  .parallel-steps .parallel-steps-board {
    --axis-start: 0px;
    --axis-step: 18.7%;
    min-height: 330px;
    font-size: 10px;
  }
  .parallel-steps .parallel-steps-axis-line {
    top: 18px;
    left: calc(var(--axis-start) + var(--axis-step));
    right: 24px;
  }
  .parallel-steps .parallel-steps-axis::before {
    content: "месяцы";
    position: absolute;
    top: 12px;
    left: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 100%;
    font-size: 14px;
  }
  .parallel-steps .parallel-steps-dot {
    width: 20px;
    height: 20px;
  }
  .parallel-steps .parallel-steps-grid-line {
    border-left-width: 1px;
  }
  .parallel-steps .parallel-steps-grid-line:last-child {
    display: none;
  }
  .parallel-steps .parallel-steps-label {
    display: none;
  }
  .parallel-steps .parallel-steps-point {
    top: 9px;
  }
  .parallel-steps .parallel-steps-point-start .parallel-steps-dot {
    display: none;
  }
  .parallel-steps .parallel-steps-measure {
    top: 60px;
  }
  .parallel-steps .parallel-steps-measure-dot {
    height: 30px;
    width: 30px;
  }
  .parallel-steps .parallel-steps-measure-dot::after {
    width: 8px;
    height: 8px;
  }
  .parallel-steps .parallel-steps-task {
    height: 30px;
  }
  .parallel-steps .parallel-steps-design {
    top: 122px;
  }
  .parallel-steps .parallel-steps-rough {
    top: 167px;
  }
  .parallel-steps .parallel-steps-clean {
    top: 212px;
  }
  .parallel-steps .parallel-steps-author {
    top: 257px;
  }
  .parallel-steps .parallel-steps-supply {
    top: 302px;
  }
  .parallel-steps .parallel-steps-compare-card {
    min-height: 146px;
    padding: 20px;
  }
  .parallel-steps .parallel-steps-compare-title {
    font-size: 24px;
  }
  .parallel-steps .parallel-steps-quiz-btn {
    height: 44px;
    font-size: 14px;
    padding: 0;
  }
  .parallel-steps .parallel-steps-quiz-btn .marquiz__button.marquiz__button_blicked,
  .parallel-steps .parallel-steps-quiz-btn .marquiz__button.marquiz__button_blicked.marquiz__button_rounded.marquiz__button_shadow {
    font-size: 14px !important;
    min-height: 44px !important;
  }
}
.control-hero {
  position: relative;
  padding: 0 30px 80px;
  min-height: 100vh;
  background: #2f2e38;
  overflow: hidden;
  border-radius: unset;
}
.control-hero .container {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 50px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --control-hero-bg-stroke: #59575c;
}
.control-hero .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='901' viewBox='0 0 900 901' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='498.707' cy='400.707' r='299.5' stroke='%2359575C'/%3E%3Cline x1='499.207' y1='0.707031' x2='499.207' y2='900.707' stroke='%2359575C'/%3E%3Cline x1='0.353539' y1='899.353' x2='899.354' y2='0.353451' stroke='%2359575C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 900px 901px;
  background-position: calc(50% - 49px) center;
  pointer-events: none;
  z-index: 0;
}
.control-hero .container > * {
  position: relative;
  z-index: 1;
}
.control-hero .control-hero-badge-top {
  background: #6b6b70;
  color: #fff;
}
.control-hero .control-hero-title {
  max-width: 1400px;
  text-align: center;
  margin: 70px auto 16px;
  display: inline;
}
.control-hero .control-hero-title-muted {
  font-size: 105px;
  line-height: 110%;
  color: var(--color2);
  text-transform: uppercase;
}
.control-hero .control-hero-title-main {
  font-size: 105px;
  line-height: 110%;
  color: #fff;
  text-transform: uppercase;
}
.control-hero .control-hero-role {
  position: absolute;
  height: 50px;
  padding: 0 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 30px;
  will-change: transform;
  z-index: 5;
}
.control-hero .control-hero-role-top {
  top: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.control-hero .control-hero-role-designer {
  left: 25%;
  top: 450px;
  background: var(--color3);
  color: #fff;
}
.control-hero .control-hero-role-manager {
  right: 8%;
  top: 247px;
  background: var(--color3);
  color: #fff;
}
.control-hero .control-hero-role-engineer {
  left: 43%;
  top: 386px;
  background: rgba(111, 111, 117, 0.7);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: #fff;
}
.control-hero .control-hero-role-supervisor {
  left: 14%;
  top: 424px;
  background: rgba(111, 111, 117, 0.7);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: #fff;
}
.control-hero .control-hero-text {
  max-width: 540px;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  font-family: "Proxima Nova Rg", sans-serif;
}
.control-hero .control-hero-tour {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  background: var(--color3);
  padding: 30px;
  border-radius: 12px;
  z-index: 2;
}
.control-hero .control-hero-tour-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}
.control-hero .control-hero-tour-avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.control-hero .control-hero-tour-avatar {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 6px solid var(--color3);
}
.control-hero .control-hero-tour-avatar + .control-hero-tour-avatar {
  margin-left: -20px;
}
.control-hero .control-hero-tour-avatar-1 {
  background-image: url("../img/1.jpg");
  z-index: 3;
}
.control-hero .control-hero-tour-avatar-2 {
  z-index: 2;
  background-image: url("../img/2.jpg");
}
.control-hero .control-hero-tour-avatar-3 {
  z-index: 1;
  background-image: url("../img/3.png");
}
.control-hero .control-hero-tour-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
}
.control-hero .control-hero-tour-stat p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  padding-top: 10px;
  text-align: right;
}
.control-hero .control-hero-tour-stat strong {
  color: #fff;
  font-size: 380px;
  line-height: 70%;
  font-weight: 600;
}
.control-hero .control-hero-tour-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.control-hero .control-hero-tour-bottom h3 {
  color: #fff;
  font-size: 62px;
  line-height: 110%;
  text-transform: uppercase;
}
.control-hero .control-hero-tour-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.control-hero .control-hero-tour-content p {
  color: #fff;
  font-size: 22px;
  line-height: 130%;
  font-family: "Proxima Nova Rg", sans-serif;
  margin-bottom: 60px;
}
.control-hero .control-hero-tour-content button {
  height: 80px;
  border: 0;
  border-radius: 5px;
  background: var(--color1);
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
  font-family: "Proxima Nova Lt", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 1599px) {
  .control-hero .control-hero-tour-stat strong {
    font-size: 290px;
  }
  .control-hero .control-hero-tour-stat p {
    font-size: 18px;
  }
  .control-hero .control-hero-tour-bottom h3 {
    font-size: 52px;
  }
}
@media (max-width: 1439px) {
  .control-hero .control-hero-tour-stat strong {
    font-size: 230px;
  }
  .control-hero .control-hero-tour-avatar {
    width: 96px;
    height: 96px;
  }
  .control-hero .control-hero-tour-bottom h3 {
    margin-top: auto;
    font-size: 42px;
  }
  .control-hero .control-hero-tour-content p {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .control-hero .control-hero-title-muted,
  .control-hero .control-hero-title-main {
    font-size: 72px;
  }
  .control-hero .control-hero-role-top {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .control-hero .control-hero-role-manager {
    left: calc(50% + 200px);
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .control-hero .control-hero-role-supervisor {
    left: calc(50% - 150px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .control-hero .control-hero-tour-stat strong {
    font-size: 190px;
  }
  .control-hero .control-hero-tour-content p {
    font-size: 18px;
  }
  .control-hero .control-hero-tour-bottom h3 {
    font-size: 36px;
  }
  .control-hero .control-hero-text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .control-hero .control-hero-title-muted, .control-hero .control-hero-title-main {
    font-size: 54px;
  }
  .control-hero {
    padding: 0px 15px 80px !important;
  }
  .control-hero .container {
    min-height: 520px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .control-hero .control-hero-title {
    margin: 52px auto 20px;
    gap: 8px;
  }
  .control-hero .control-hero-role {
    padding: 10px;
    height: auto;
    font-size: 14px;
  }
  .control-hero .control-hero-role-top {
    top: 150px;
  }
  .control-hero .control-hero-role-designer {
    top: 270px;
    left: 16%;
  }
  .control-hero .control-hero-role-manager {
    left: calc(50% + 70px);
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 276px;
  }
  .control-hero .control-hero-role-engineer {
    top: 366px;
  }
  .control-hero .control-hero-role-supervisor {
    left: calc(50% - 50px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 374px;
  }
  .control-hero .control-hero-tour {
    padding: 30px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .control-hero .control-hero-tour-top {
    display: contents;
  }
  .control-hero .control-hero-tour-bottom {
    display: contents;
  }
  .control-hero .control-hero-tour-content {
    display: contents;
  }
  .control-hero .control-hero-tour-avatars {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 20px;
  }
  .control-hero .control-hero-tour-stat {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .control-hero .control-hero-tour-stat p {
    font-size: 16px;
    padding-top: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
  .control-hero .control-hero-tour-stat strong {
    font-size: 238px;
    line-height: 80%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .control-hero .control-hero-tour-bottom h3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    font-size: 48px;
  }
  .control-hero .control-hero-tour-content p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 20px;
    max-width: 580px;
    margin-bottom: 30px;
  }
  .control-hero .control-hero-tour-content button {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .control-hero .control-hero-tour-bottom h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .control-hero .control-hero-tour-stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .control-hero .control-hero-tour-stat strong {
    font-size: 208px;
  }
  .control-hero .control-hero-tour-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .control-hero .control-hero-title-muted,
  .control-hero .control-hero-title-main {
    font-size: 28px;
  }
  .control-hero .control-hero-text {
    font-size: 14px;
    line-height: 110%;
  }
  .control-hero .control-hero-role {
    font-size: 12px;
  }
  .control-hero .control-hero-role-top {
    left: 25%;
  }
  .control-hero .control-hero-role-manager {
    left: 30%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .control-hero .control-hero-tour {
    padding: 20px;
  }
  .control-hero .control-hero-tour-stat {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .control-hero .control-hero-tour-stat strong {
    font-size: 112px;
  }
  .control-hero .control-hero-tour-content p {
    font-size: 16px;
  }
  .control-hero .control-hero-tour-bottom h3 {
    font-size: 28px;
  }
}
.parallax-banner {
  padding: 0;
  position: relative;
  height: 760px;
  overflow: visible;
}
.parallax-banner .parallax-banner-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.parallax-banner .parallax-banner-btn {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 0;
  background: var(--color3);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg", sans-serif;
  cursor: pointer;
  z-index: 6;
  -webkit-animation: mainCostPulse 2s ease-in-out infinite;
          animation: mainCostPulse 2s ease-in-out infinite;
}
.parallax-banner .parallax-banner-media {
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;
  bottom: -140px;
  background: url("../img/bg-2.webp") no-repeat center;
  background-size: cover;
  filter: blur(4px);
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.parallax-banner:not(.parallax-banner-with-btn) .parallax-banner-media {
  background-image: url("../img/bg-4.webp");
}

@media (max-width: 1199px) {
  .parallax-banner {
    height: 490px;
  }
}
@media (max-width: 767px) {
  .parallax-banner {
    height: 340px;
  }
  .parallax-banner .parallax-banner-btn {
    width: 140px;
    height: 140px;
    top: -70px;
    font-size: 16px;
  }
}
.design-offers {
  padding: 64px 30px 86px;
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.design-offers .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.design-offers .design-offers-tariffs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.design-offers .design-offers-tariff {
  background: #d9d9db;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 760px;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  font-family: "Proxima Nova rg", sans-serif;
}
.design-offers .design-offers-tariff * {
  font-family: "Proxima Nova lt", sans-serif;
  font-weight: 600;
}
.design-offers .design-offers-tariff ul, .design-offers .design-offers-tariff ol, .design-offers .design-offers-tariff li, .design-offers .design-offers-tariff p, .design-offers .design-offers-tariff span, .design-offers .design-offers-tariff strong, .design-offers .design-offers-tariff em, .design-offers .design-offers-tariff small {
  color: inherit;
}
.design-offers .design-offers-tariff-light {
  background: #dddddf;
  color: var(--color1);
}
.design-offers .design-offers-tariff-accent {
  background: var(--color3);
  color: #fff;
}
.design-offers .design-offers-tariff-dark {
  background: var(--color1);
  color: #fff;
}
.design-offers .design-offers-tariff-title {
  font-size: 36px;
  line-height: 112%;
  margin-bottom: 40px;
  font-family: "Proxima Nova Lt", sans-serif !important;
  color: inherit;
}
.design-offers .design-offers-tariff-text {
  font-size: 22px;
  line-height: 136%;
  font-weight: 400;
  margin-bottom: 16px;
  color: inherit;
  min-height: 120px;
}
.design-offers .design-offers-tariff-subtitle {
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: inherit;
}
.design-offers .design-offers-tariff-list {
  margin: 0 0 24px;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.design-offers .design-offers-tariff-list li {
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  color: inherit;
}
.design-offers .design-offers-tariff-note {
  margin: 30px 0 40px;
  padding: 13px 20px;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1411764706);
  color: inherit;
}
.design-offers .design-offers-tariff-price {
  font-size: 46px;
  line-height: 100%;
  margin-bottom: 4px;
  color: inherit;
  margin-top: auto;
}
.design-offers .design-offers-tariff-period {
  font-size: 22px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 18px;
  color: inherit;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  border-radius: 0;
}
.design-offers .design-offers-tariff-actions {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.design-offers .design-offers-tariff-footnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 330px;
  margin: 8px auto 0px;
  font-size: 21px;
  height: 80px;
  line-height: 130%;
  font-weight: 400;
  text-align: center;
  color: inherit;
}
.design-offers .design-offers-tariff-premium .design-offers-tariff-footnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  line-height: 100%;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  color: inherit;
}
.design-offers .design-offers-btn {
  height: 80px;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 0 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.design-offers .design-offers-btn-accent {
  background: var(--color3);
  color: #fff;
}
.design-offers .design-offers-btn-dark {
  background: var(--color1);
  color: #fff;
}
.design-offers .design-offers-tariff-dark .design-offers-btn-dark {
  border-color: #fff;
}
.design-offers .design-offers-btn-ghost {
  background: transparent;
  color: var(--color1);
  border-color: #bcbcbc;
}
.design-offers .design-offers-btn-outline {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.design-offers .design-offers-services {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1fr;
  gap: 30px;
}
.design-offers .design-offers-photo {
  background: #8b8078;
  border-radius: 16px;
  min-height: 560px;
  background-image: url("../img/bg-3.webp");
  background-size: cover;
  background-position: center;
  filter: blur(4px);
}
.design-offers .design-offers-services-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.design-offers .design-offers-service-card {
  background: #d9d9db;
  border-radius: 16px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 274px;
  width: 100%;
}
.design-offers .design-offers-service-title {
  font-size: 36px;
  line-height: 114%;
  margin-bottom: 40px;
}
.design-offers .design-offers-service-text {
  font-size: 22px;
  line-height: 136%;
  font-weight: 400;
  font-family: "Proxima Nova rg", sans-serif;
  margin-bottom: 30px;
}
.design-offers .design-offers-service-price {
  font-size: 36px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 40px;
}
.design-offers .design-offers-service-card .design-offers-btn {
  width: 58%;
  margin-top: auto;
}

@media (max-width: 1599px) {
  .design-offers .container {
    gap: 20px;
  }
  .design-offers .design-offers-tariffs {
    gap: 20px;
  }
  .design-offers .design-offers-tariff {
    padding: 20px;
  }
  .design-offers .design-offers-tariff-title {
    font-size: 28px;
  }
  .design-offers .design-offers-tariff-text {
    font-size: 18px;
  }
  .design-offers .design-offers-tariff-subtitle {
    font-size: 20px;
  }
  .design-offers .design-offers-tariff-list li {
    font-size: 16px;
  }
  .design-offers .design-offers-tariff-price {
    font-size: 28px;
  }
  .design-offers .design-offers-tariff-period {
    font-size: 18px;
  }
  .design-offers .design-offers-btn,
  .design-offers .design-offers-tariff-footnote {
    font-size: 18px;
    height: 60px;
  }
  .design-offers .design-offers-services,
  .design-offers .design-offers-services-column {
    gap: 20px;
  }
}
@media (max-width: 1439px) {
  .design-offers .design-offers-tariff {
    min-height: auto;
  }
  .design-offers .design-offers-tariff-text {
    font-size: 16px;
  }
  .design-offers .design-offers-tariff-note {
    font-size: 12px;
  }
  .design-offers .design-offers-tariff-subtitle {
    font-size: 16px;
  }
  .design-offers .design-offers-tariff-period {
    font-size: 16px;
  }
  .design-offers .design-offers-service-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .design-offers .design-offers-service-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .design-offers .design-offers-service-price {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  .design-offers .design-offers-tariffs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .design-offers .design-offers-tariff {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .design-offers .design-offers-services {
    grid-template-columns: 1fr;
  }
  .design-offers .design-offers-photo {
    min-height: 400px;
  }
  .design-offers .design-offers-service-card {
    padding: 20px;
  }
  .design-offers .design-offers-service-text {
    font-size: 16px;
  }
}
@media (max-width: 675px) {
  .design-offers .design-offers-tariffs {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .design-offers .design-offers-tariff {
    width: 100%;
    min-height: auto;
  }
  .design-offers .design-offers-tariff-title {
    margin-bottom: 20px;
  }
  .design-offers .design-offers-tariff-title br {
    display: none;
  }
  .design-offers .design-offers-tariff-text {
    margin-bottom: 30px;
    min-height: auto;
  }
  .design-offers .design-offers-tariff-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .design-offers .design-offers-tariff-actions .design-offers-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    height: 60px;
    min-height: 60px;
  }
  .design-offers .design-offers-tariff-list {
    margin: 0 0 40px;
  }
  .design-offers .design-offers-btn,
  .design-offers .design-offers-tariff-footnote {
    font-size: 16px;
    height: 60px;
    min-height: 60px;
  }
}
@media (max-width: 575px) {
  .design-offers .design-offers-tariff-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .design-offers .design-offers-tariff-actions .design-offers-btn {
    height: 60px;
    min-height: 60px;
  }
  .design-offers .design-offers-service-card .design-offers-btn {
    width: 100%;
    height: 60px;
    min-height: 60px;
  }
  .design-offers .design-offers-service-title {
    font-size: 24px;
  }
  .design-offers .design-offers-service-price {
    font-size: 24px;
  }
}
.project-showcase {
  padding: 66px 30px 74px;
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-showcase .text-title {
  max-width: 1480px;
  text-align: center;
  margin: 0 auto 30px;
}
.project-showcase .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project-showcase .project-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
}
.project-showcase .project-showcase-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  padding: 14px;
  text-decoration: none;
  background: #6f6660;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: clamp(220px, 24vw, 430px);
}
.project-showcase .project-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.062745098)), to(rgba(0, 0, 0, 0.4705882353)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.062745098) 40%, rgba(0, 0, 0, 0.4705882353) 100%);
}
.project-showcase .project-showcase-card-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(18px, 1.6vw, 32px);
  font-weight: 600;
  line-height: 120%;
  text-align: left;
}
.project-showcase .project-showcase-card-video .project-showcase-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.project-showcase .project-showcase-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #2f2e38;
  z-index: 2;
}
.project-showcase .project-showcase-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-42%, -50%);
          transform: translate(-42%, -50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fff;
}
.project-showcase .project-showcase-card-1 {
  grid-column: 1/2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.062745098)), to(rgba(0, 0, 0, 0.4705882353))), url("../img/1.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.062745098) 40%, rgba(0, 0, 0, 0.4705882353) 100%), url("../img/1.jpg");
  background-size: cover;
  background-position: center;
}
.project-showcase .project-showcase-card-2 {
  grid-column: 2/3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.062745098)), to(rgba(0, 0, 0, 0.4705882353))), url("../img/2.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.062745098) 40%, rgba(0, 0, 0, 0.4705882353) 100%), url("../img/2.jpg");
  background-size: cover;
  background-position: center;
}
.project-showcase .project-showcase-card-3 {
  grid-column: 3/5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.062745098)), to(rgba(0, 0, 0, 0.4705882353))), url("../img/3.png");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.062745098) 40%, rgba(0, 0, 0, 0.4705882353) 100%), url("../img/3.png");
  background-size: cover;
  background-position: center;
}
.project-showcase .project-showcase-card-4 {
  grid-column: 1/3;
  grid-row: 2/3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.062745098)), to(rgba(0, 0, 0, 0.4705882353))), url("../img/5.png");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.062745098) 40%, rgba(0, 0, 0, 0.4705882353) 100%), url("../img/5.png");
  background-size: cover;
  background-position: center;
}
.project-showcase .project-showcase-card-5 {
  grid-column: 3/4;
  grid-row: 2/3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.062745098)), to(rgba(0, 0, 0, 0.4705882353))), url("../img/2.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.062745098) 40%, rgba(0, 0, 0, 0.4705882353) 100%), url("../img/2.jpg");
  background-size: cover;
  background-position: center;
}
.project-showcase .project-showcase-card-youtube {
  grid-column: 4/5;
  grid-row: 2/3;
  background: var(--color3);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.project-showcase .project-showcase-card-youtube::before {
  display: none;
}
.project-showcase .project-showcase-card-youtube .project-showcase-card-title {
  color: #fff;
  max-width: 76%;
}
.project-showcase .project-showcase-arrow {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ececec;
  color: var(--color1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  z-index: 2;
}

@media (max-width: 1199px) {
  .project-showcase .project-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .project-showcase .project-showcase-card {
    padding: 20px;
    height: 280px;
  }
  .project-showcase .project-showcase-card-title {
    font-size: 22px;
  }
  .project-showcase .project-showcase-card-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .project-showcase .project-showcase-card-2 {
    grid-column: 2/4;
    grid-row: 1/2;
  }
  .project-showcase .project-showcase-card-3 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .project-showcase .project-showcase-card-4 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .project-showcase .project-showcase-card-5 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .project-showcase .project-showcase-card-youtube {
    grid-column: 2/4;
    grid-row: 3/4;
  }
  .project-showcase .project-showcase-card-youtube .project-showcase-card-title {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .project-showcase .project-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-showcase .project-showcase-card-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .project-showcase .project-showcase-card-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .project-showcase .project-showcase-card-3 {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
  .project-showcase .project-showcase-card-4 {
    grid-column: 1/-1;
    grid-row: 3/4;
  }
  .project-showcase .project-showcase-card-5 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .project-showcase .project-showcase-card-youtube {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
@media (max-width: 575px) {
  .project-showcase .project-showcase-grid {
    grid-template-columns: 1fr;
  }
  .project-showcase .project-showcase-card-1,
  .project-showcase .project-showcase-card-2,
  .project-showcase .project-showcase-card-3,
  .project-showcase .project-showcase-card-4,
  .project-showcase .project-showcase-card-5,
  .project-showcase .project-showcase-card-youtube {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
.project-showcase-modal {
  position: fixed;
  inset: 0;
  background: rgba(22, 22, 26, 0.72);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 30px 40px;
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.project-showcase-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.project-showcase-modal-dialog {
  width: min(1200px, 100%);
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.project-showcase-modal-frame {
  width: 100%;
  height: 100%;
  border: none;
}

.project-showcase-modal-video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.project-showcase-modal-video {
  display: none;
}

.project-showcase-modal-dialog.is-video .project-showcase-modal-frame {
  display: none;
}

.project-showcase-modal-dialog.is-video .project-showcase-modal-video {
  display: block;
}

.project-showcase-modal-close {
  position: fixed;
  top: 70px;
  right: 70px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 54px;
  line-height: 34px;
  cursor: pointer;
  z-index: 301;
}

@media (max-width: 991px) {
  .project-showcase-modal {
    padding: 90px 15px 20px;
  }
  .project-showcase-modal-close {
    top: 20px;
    right: 20px;
  }
}
.useful-files {
  padding: 70px 30px 84px;
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.useful-files::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, transparent 49.85%, rgba(0, 0, 0, 0.031372549) 50%, transparent 50.15%);
  pointer-events: none;
}
.useful-files .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.useful-files .useful-files-subtitle {
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.useful-files .useful-files-stage {
  position: relative;
  width: 100%;
  max-width: 1800px;
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --useful-center-x: 50%;
  --useful-center-y: 46%;
}
.useful-files .useful-files-circle {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  width: 635px;
  height: 635px;
  border-radius: 50%;
  background-image: url("../img/5.png");
  background-size: cover;
  background-position: center;
}
.useful-files .useful-files-card {
  position: absolute;
  width: 100%;
  max-width: 470px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-decoration: none;
  border-radius: 14px;
}
.useful-files .useful-files-card-light {
  background: #fff;
  color: var(--color1);
}
.useful-files .useful-files-card-accent {
  background: var(--color3);
  color: #fff;
}
.useful-files .useful-files-card-dark {
  background: var(--color1);
  color: #fff;
}
.useful-files .useful-files-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  color: inherit;
}
.useful-files .useful-files-card-head h3 {
  color: inherit;
  font-size: 36px;
  line-height: 114%;
  margin-bottom: 20px;
}
.useful-files .useful-files-download {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ececec;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.useful-files p {
  color: inherit;
  font-size: 20px;
  line-height: 134%;
  font-family: "Proxima Nova Rg", sans-serif;
}
.useful-files .useful-files-card-left {
  left: var(--useful-center-x);
  top: var(--useful-center-y);
  -webkit-transform: translate(calc(-100% - 170px), -72%);
          transform: translate(calc(-100% - 170px), -72%);
}
.useful-files .useful-files-card-bottom {
  left: var(--useful-center-x);
  top: var(--useful-center-y);
  -webkit-transform: translate(-50%, 66%);
          transform: translate(-50%, 66%);
}
.useful-files .useful-files-card-right {
  left: var(--useful-center-x);
  top: var(--useful-center-y);
  -webkit-transform: translate(170px, -44%);
          transform: translate(170px, -44%);
}

@media (max-width: 1399px) {
  .useful-files .useful-files-circle {
    width: 450px;
    height: 450px;
  }
  .useful-files .useful-files-card-left {
    -webkit-transform: translate(calc(-100% - 140px), -115%);
            transform: translate(calc(-100% - 140px), -115%);
  }
  .useful-files .useful-files-card-right {
    -webkit-transform: translate(140px, -84%);
            transform: translate(140px, -84%);
  }
  .useful-files .useful-files-card-bottom {
    -webkit-transform: translate(-80%, 36%);
            transform: translate(-80%, 36%);
  }
}
@media (max-width: 1279px) {
  .useful-files .useful-files-card {
    max-width: 380px;
    padding: 20px;
  }
  .useful-files .useful-files-card-head h3 {
    font-size: 24px;
  }
  .useful-files p {
    font-size: 18px;
  }
  .useful-files .useful-files-card-left {
    -webkit-transform: translate(calc(-100% - 110px), -146%);
            transform: translate(calc(-100% - 110px), -146%);
  }
  .useful-files .useful-files-card-right {
    -webkit-transform: translate(100px, -107%);
            transform: translate(100px, -107%);
  }
  .useful-files .useful-files-card-bottom {
    -webkit-transform: translate(-80%, 28%);
            transform: translate(-80%, 28%);
  }
}
@media (max-width: 991px) {
  .useful-files .useful-files-circle {
    width: 590px;
    height: 590px;
  }
  .useful-files .useful-files-card-left {
    -webkit-transform: translate(calc(-100% - 0px), -173%);
            transform: translate(calc(-100% - 0px), -173%);
  }
  .useful-files .useful-files-card-right {
    -webkit-transform: translate(0px, -65%);
            transform: translate(0px, -65%);
  }
  .useful-files .useful-files-card-bottom {
    -webkit-transform: translate(-100%, 36%);
            transform: translate(-100%, 36%);
  }
  .useful-files .useful-files-subtitle {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .useful-files .useful-files-subtitle {
    font-size: 22px;
  }
  .useful-files .useful-files-circle {
    width: 540px;
    height: 540px;
  }
  .useful-files .useful-files-card-head h3 {
    font-size: 22px;
  }
  .useful-files p {
    font-size: 16px;
  }
  .useful-files .useful-files-card-left {
    -webkit-transform: translate(calc(-72% - 0px), -173%);
            transform: translate(calc(-72% - 0px), -173%);
  }
  .useful-files .useful-files-card-right {
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
  }
  .useful-files .useful-files-card-bottom {
    -webkit-transform: translate(-72%, 70%);
            transform: translate(-72%, 70%);
  }
}
@media (max-width: 575px) {
  .useful-files .useful-files-stage {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .useful-files .useful-files-circle {
    width: 100%;
    max-width: 420px;
    height: auto;
    aspect-ratio: 1/1;
    justify-self: center;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .useful-files .useful-files-card {
    position: static;
    width: 100%;
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .useful-files .useful-files-card-head h3 {
    margin-bottom: 0;
    font-size: 21px;
  }
  .useful-files .useful-files p {
    font-size: 14px;
  }
}
.faq-section {
  padding: 72px 30px 86px;
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.faq-section .faq-section-left {
  max-width: 560px;
}
.faq-section .faq-section-left .text-title {
  text-align: left;
  margin-bottom: 220px;
}
.faq-section .faq-section-note {
  font-size: 20px;
  line-height: 132%;
  font-family: "Proxima Nova Rg", sans-serif;
  margin-bottom: 30px;
  max-width: 430px;
}
.faq-section .faq-section-btn {
  height: 80px;
  max-width: 430px;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 5px;
  background: var(--color3);
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  font-weight: 600;
  font-family: "Proxima Nova Lt", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.faq-section .faq-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.faq-section .faq-item {
  background: #dfdfdf;
  border-radius: 10px;
}
.faq-section .faq-item-toggle {
  width: 100%;
  padding: 30px;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  cursor: pointer;
}
.faq-section .faq-item-question {
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  text-align: left;
}
.faq-section .faq-item-toggle i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ececec;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-size: 44px;
  line-height: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.faq-section .faq-item-toggle:hover i {
  background: var(--color3);
  color: #fff;
}
.faq-section .faq-item-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  visibility: hidden;
  will-change: max-height, opacity, transform;
  -webkit-transition: max-height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, margin-top 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0.6s, -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: max-height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, margin-top 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0.6s, -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: max-height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, margin-top 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0.6s;
  transition: max-height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, margin-top 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0.6s, -webkit-transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.faq-section .faq-item-answer p {
  padding: 0 30px 18px;
  font-size: 20px;
  line-height: 136%;
  font-family: "Proxima Nova Rg", sans-serif;
}
.faq-section .faq-item-answer ul {
  margin: 0 30px 18px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.faq-section .faq-item-answer li {
  font-size: 20px;
  line-height: 136%;
  font-family: "Proxima Nova Rg", sans-serif;
}
.faq-section .faq-item.is-open .faq-item-toggle i {
  background: var(--color3);
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-section .faq-item.is-open .faq-item-answer {
  opacity: 1;
  margin-top: 4px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition: max-height 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, margin-top 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0s, -webkit-transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: max-height 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, margin-top 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0s, -webkit-transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: max-height 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, margin-top 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0s;
  transition: max-height 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.45s ease, margin-top 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0s, -webkit-transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (max-width: 1599px) {
  .faq-section .faq-section-btn {
    font-size: 18px;
    height: 60px;
  }
}
@media (max-width: 992px) {
  .faq-section {
    padding: 42px 12px 56px;
  }
  .faq-section .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .faq-section .faq-section-left {
    max-width: 100%;
    display: contents;
  }
  .faq-section .faq-section-left .text-title {
    grid-row: 1;
    text-align: center;
    margin-bottom: 0;
  }
  .faq-section .faq-section-list {
    grid-row: 2;
    gap: 8px;
  }
  .faq-section .faq-section-note {
    grid-row: 3;
    max-width: 100%;
    margin-bottom: 0;
    max-width: 540px;
    text-align: center;
    margin: 0 auto;
  }
  .faq-section .faq-item-toggle {
    padding: 15px 30px;
  }
  .faq-section .faq-item-question {
    font-size: 24px;
  }
  .faq-section .faq-item-answer p {
    font-size: 18px;
  }
  .faq-section .faq-item-answer li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .faq-section .faq-item-toggle i {
    width: 33px;
    height: 33px;
    font-size: 25px;
  }
  .faq-section .faq-section-note {
    font-size: 14px;
  }
  .faq-section .faq-item-answer p {
    font-size: 16px;
  }
  .faq-section .faq-item-answer li {
    font-size: 16px;
  }
  .faq-section .faq-item-toggle {
    padding: 15px;
  }
  .faq-section .faq-item-answer p {
    padding: 15px;
  }
  .faq-section .faq-item-answer ul {
    margin: 0 15px 15px 34px;
  }
  .faq-section .faq-item-question {
    font-size: 20px;
  }
}
.discuss-project {
  padding: 130px 30px 30px;
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.discuss-project .container {
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discuss-project .text-title {
  max-width: none;
  margin-bottom: 130px;
  font-size: 105px;
  line-height: 110%;
  color: var(--color2);
  text-transform: uppercase;
  text-align: center;
}
.discuss-project .text-title img {
  width: 158px;
  height: 95px;
  border-radius: 12px;
  vertical-align: middle;
  margin-bottom: 18px;
  margin-left: 20px;
}
.discuss-project .text-title img:last-child {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin-left: 20px;
}
.discuss-project .text-title span {
  color: var(--color1);
}
.discuss-project .discuss-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1800px;
}
.discuss-project .discuss-project-photo {
  height: 595px;
  background: #7e736b;
  background-image: url("../img/bg-5.webp");
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
.discuss-project .discuss-project-form {
  height: 595px;
  border-radius: 16px;
  background: #2f2e38;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.discuss-project .discuss-project-form-text {
  color: #fff;
  font-size: 22px;
  line-height: 145%;
  text-align: left;
  font-family: "Proxima Nova Rg", sans-serif;
}
.discuss-project .discuss-project-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.discuss-project .discuss-project-form-fields input, .discuss-project .discuss-project-form-fields button {
  border-radius: 8px;
  border: 0;
  font-size: 14px;
  padding: 0 14px;
  font-family: "Proxima Nova Rg", sans-serif;
  line-height: 100%;
}
.discuss-project .discuss-project-form-fields input {
  height: 80px;
  background: #3f3e48;
  color: #fff;
  padding: 10px 30px;
  font-size: 24px;
}
.discuss-project .discuss-project-form-fields input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5607843137);
}
.discuss-project .discuss-project-form-fields input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5607843137);
}
.discuss-project .discuss-project-form-fields input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5607843137);
}
.discuss-project .discuss-project-form-fields input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5607843137);
}
.discuss-project .discuss-project-form-fields input::placeholder {
  color: rgba(255, 255, 255, 0.5607843137);
}
.discuss-project .discuss-project-form-fields button {
  height: 80px;
  background: var(--color3);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 22px;
}

@media screen and (max-width: 1199px) {
  .discuss-project .text-title {
    font-size: 72px;
  }
  .discuss-project .text-title img {
    width: 120px;
    height: 70px;
  }
  .discuss-project .text-title img:last-child {
    width: 70px;
    height: 70px;
  }
  .discuss-project .discuss-project-form-text {
    font-size: 18px;
  }
  .discuss-project .discuss-project-form-fields input {
    height: 60px;
  }
  .discuss-project .discuss-project-form-fields button {
    height: 60px;
    font-size: 18px;
  }
  .discuss-project .discuss-project-form {
    padding: 20px;
    height: 505px;
  }
  .discuss-project .discuss-project-photo {
    height: 505px;
  }
}
@media (max-width: 991px) {
  .discuss-project {
    padding: 80px 15px 0px !important;
  }
  .discuss-project .discuss-project-photo {
    height: auto;
    aspect-ratio: 16/9;
    min-height: 160px;
  }
  .discuss-project .text-title {
    margin-bottom: 20px;
    font-size: 46px;
  }
  .discuss-project .text-title img {
    width: 72px;
    height: 40px;
    margin: 0 6px 4px;
  }
  .discuss-project .text-title img:last-child {
    width: 42px;
    height: 42px;
  }
  .discuss-project .discuss-project-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }
  .discuss-project .discuss-project-form {
    height: auto;
    padding: 20px;
  }
  .discuss-project .discuss-project-form-text {
    font-size: 18px;
    line-height: 135%;
    margin-bottom: 40px;
  }
  .discuss-project .discuss-project-form-fields {
    gap: 10px;
  }
  .discuss-project .discuss-project-form-fields input, .discuss-project .discuss-project-form-fields button {
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 475px) {
  .discuss-project .discuss-project-form {
    padding: 0;
    background: none;
    grid-row: 1;
  }
  .discuss-project .discuss-project-photo {
    grid-row: 2;
  }
  .discuss-project .discuss-project-form-text {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color1);
  }
  .discuss-project .discuss-project-form-fields input {
    background: #fff;
    color: var(--color1);
  }
  .discuss-project .discuss-project-form-fields input::-webkit-input-placeholder {
    color: rbga(var(--color1), 0.3);
  }
  .discuss-project .discuss-project-form-fields input::-moz-placeholder {
    color: rbga(var(--color1), 0.3);
  }
  .discuss-project .discuss-project-form-fields input:-ms-input-placeholder {
    color: rbga(var(--color1), 0.3);
  }
  .discuss-project .discuss-project-form-fields input::-ms-input-placeholder {
    color: rbga(var(--color1), 0.3);
  }
  .discuss-project .discuss-project-form-fields input::placeholder {
    color: rbga(var(--color1), 0.3);
  }
}
.site-footer {
  padding: 0 30px 30px;
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.site-footer .site-footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 0;
}
.site-footer .site-footer-top.site-footer-top-two-cards {
  grid-template-columns: repeat(2, 1fr);
}
.site-footer .site-footer-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-footer .site-footer-card h3, .site-footer .site-footer-card p, .site-footer .site-footer-card a {
  font-family: "Proxima Nova Rg", sans-serif;
}
.site-footer .site-footer-card h3 {
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 50px;
  font-weight: 600;
}
.site-footer .site-footer-card p {
  font-size: 22px;
  line-height: 145%;
  color: #2f2d33;
  margin-top: 0;
}
.site-footer .site-footer-card-accent {
  background: var(--color3);
}
.site-footer .site-footer-card-accent h3, .site-footer .site-footer-card-accent a {
  color: #fff;
}
.site-footer .site-footer-card-accent .site-footer-contact-row {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
}
.site-footer .site-footer-card-accent .site-footer-contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.site-footer .site-footer-card-accent .site-footer-phone {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: block;
}
.site-footer .site-footer-card-accent .site-footer-email {
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}
.site-footer .site-footer-icons, .site-footer .site-footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: auto;
}
.site-footer .site-footer-icons a, .site-footer .site-footer-socials a {
  width: 54px;
  height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.site-footer .site-footer-icons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}
.site-footer .site-footer-icons a {
  background: #2f2d33;
  color: #fff;
}
.site-footer .site-footer-socials {
  margin-top: auto;
}
.site-footer .site-footer-socials a {
  background: #2f2d33;
  color: #fff;
}
.site-footer .site-footer-bottom {
  background: #2f2d33;
  border-radius: 16px;
  padding: 40px 30px 30px;
}
.site-footer .site-footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 430px;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.site-footer .site-footer-brand .site-footer-logo {
  color: #fff;
  font-size: 15px;
  line-height: 100%;
  margin-bottom: 18px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.site-footer .site-footer-brand .site-footer-logo .site-footer-logo-image {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}
.site-footer .site-footer-brand p {
  color: #fff;
  opacity: 0.9;
  font-size: 20px;
  line-height: 145%;
  font-family: "Proxima Nova Rg", sans-serif;
}
.site-footer .site-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 20px;
}
.site-footer .site-footer-nav a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  line-height: 125%;
  text-decoration: none;
  color: #fff;
  font-family: "Proxima Nova Rg", sans-serif;
}
.site-footer .site-footer-callback {
  height: 80px;
  border: 0;
  border-radius: 5px;
  background: #3c3b45;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Proxima Nova Rg", sans-serif;
  -ms-flex-item-align: start;
      align-self: start;
  width: 100%;
}

.swim-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 140;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.swim-btn .swim-btn-toggle {
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 50%;
  background: url("../img/bg-swim-btn.svg") no-repeat center;
  background-size: cover;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 26px rgba(37, 165, 229, 0.35);
          box-shadow: 0 10px 26px rgba(37, 165, 229, 0.35);
  position: relative;
  overflow: visible;
  -webkit-animation: swimBtnPulseButton 1.8s ease-in-out infinite;
          animation: swimBtnPulseButton 1.8s ease-in-out infinite;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.swim-btn .swim-btn-toggle::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid rgba(37, 165, 229, 0.45);
  -webkit-animation: swimBtnPulseRing 1.8s ease-out infinite;
          animation: swimBtnPulseRing 1.8s ease-out infinite;
}
.swim-btn.is-open .swim-btn-toggle {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swim-btn.is-open .swim-btn-toggle::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  opacity: 0;
}
.swim-btn .swim-btn-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  background: rgba(0, 0, 0, 0);
  border-radius: 90px;
  padding: 0;
  height: 1px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
}
.swim-btn.is-open .swim-btn-links {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #000;
  padding: 10px;
  height: auto;
}
.swim-btn .swim-btn-links a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-shadow: 0 8px 20px rgba(47, 45, 51, 0.24);
          box-shadow: 0 8px 20px rgba(47, 45, 51, 0.24);
}
.swim-btn .swim-btn-links a svg {
  width: 50%;
  height: 50%;
}
.swim-btn .swim-btn-links a.swim-link-wa {
  background: #25d366;
}
.swim-btn .swim-btn-links a.swim-link-fb {
  background: #25a5e5;
}
.swim-btn .swim-btn-links a.swim-link-ig {
  background: #8f5db7;
}
.swim-btn .swim-btn-links a.swim-link-wa:hover {
  -webkit-box-shadow: 0 0 18px 3px #25d366;
          box-shadow: 0 0 18px 3px #25d366;
}
.swim-btn .swim-btn-links a.swim-link-fb:hover {
  -webkit-box-shadow: 0 0 18px 3px #25a5e5;
          box-shadow: 0 0 18px 3px #25a5e5;
}
.swim-btn .swim-btn-links a.swim-link-ig:hover {
  -webkit-box-shadow: 0 0 18px 3px #8f5db7;
          box-shadow: 0 0 18px 3px #8f5db7;
}
@-webkit-keyframes swimBtnPulseButton {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes swimBtnPulseButton {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes swimBtnPulseRing {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  70% {
    -webkit-transform: scale(1.28);
            transform: scale(1.28);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.28);
            transform: scale(1.28);
    opacity: 0;
  }
}
@keyframes swimBtnPulseRing {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  70% {
    -webkit-transform: scale(1.28);
            transform: scale(1.28);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.28);
            transform: scale(1.28);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .swim-btn {
    right: 14px;
    bottom: 14px;
  }
  .swim-btn .swim-btn-toggle {
    width: 70px;
    height: 70px;
  }
  .swim-btn .swim-btn-links a {
    width: 50px;
    height: 50px;
  }
}
.site-footer .site-footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-top: 30px;
}
.site-footer .site-footer-legal span,
.site-footer .site-footer-legal a {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  line-height: 120%;
  font-family: "Proxima Nova Rg", sans-serif;
  text-decoration: none;
}

@media (max-width: 1599px) {
  .site-footer .site-footer-card-accent .site-footer-phone {
    font-size: 24px;
  }
  .site-footer .site-footer-card p {
    font-size: 18px;
  }
  .site-footer .site-footer-brand p {
    font-size: 16px;
  }
  .site-footer .site-footer-nav a {
    font-size: 18px;
  }
}
@media (max-width: 1279px) {
  .site-footer .container {
    gap: 15px;
  }
  .site-footer .site-footer-top {
    gap: 15px;
  }
  .site-footer .site-footer-bottom {
    padding: 20px;
  }
  .site-footer .site-footer-main {
    grid-template-columns: 1.2fr 1fr 1fr -webkit-min-content;
    grid-template-columns: 1.2fr 1fr 1fr min-content;
  }
  .site-footer .site-footer-callback {
    height: 60px;
    font-size: 18px;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 20px;
  }
  .site-footer .site-footer-brand p {
    font-size: 14px;
  }
  .site-footer .site-footer-nav a {
    font-size: 14px;
  }
  .site-footer .site-footer-legal span,
  .site-footer .site-footer-legal a {
    font-size: 14px;
  }
  .site-footer .site-footer-card-accent .site-footer-phone {
    font-size: 18px;
  }
  .site-footer .site-footer-card-accent .site-footer-email {
    font-size: 16px;
  }
  .site-footer .site-footer-card p {
    font-size: 14px;
  }
  .site-footer .site-footer-card h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .site-footer .site-footer-card {
    padding: 20px;
  }
  .site-footer .site-footer-icons a,
  .site-footer .site-footer-socials a {
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .site-footer {
    padding: 20px 15px 60px;
  }
  .site-footer .container {
    gap: 20px;
  }
  .site-footer .site-footer-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .site-footer .site-footer-bottom {
    padding: 20px 10px;
  }
  .site-footer .site-footer-card {
    width: 100%;
    min-height: 240px;
  }
  .site-footer .site-footer-card h3 {
    font-size: 28px;
  }
  .site-footer .site-footer-card p {
    margin-top: auto;
    font-size: 18px;
  }
  .site-footer .site-footer-main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .site-footer .site-footer-callback {
    grid-column: 1/-1;
    width: 100%;
    justify-self: stretch;
    font-size: 16px;
    padding: 0;
  }
  .site-footer .site-footer-icons a,
  .site-footer .site-footer-socials a {
    color: #fff;
    width: 40px;
    height: 40px;
  }
  .site-footer .site-footer-legal {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-brand-logo.site-header-brand-logo-drawer {
    width: 170px;
  }
  .site-footer .site-footer-top.site-footer-top-two-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575px) {
  .site-footer .site-footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    row-gap: 40px;
  }
  .site-footer .site-footer-brand {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .site-footer .site-footer-nav {
    gap: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(50% - 7.5px);
  }
  .site-footer .site-footer-callback {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.callback-modal {
  position: fixed;
  inset: 0;
  background: rgba(22, 22, 26, 0.62);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 15px;
  z-index: 320;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.callback-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.callback-modal-dialog {
  position: relative;
  width: min(560px, 100%);
  background: #ececec;
  border-radius: 8px;
  padding: 28px 24px 22px;
}

.callback-modal-close {
  position: fixed;
  top: 70px;
  right: 70px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 54px;
  line-height: 34px;
  cursor: pointer;
  z-index: 321;
}

.callback-modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
}
.callback-modal-form.is-hidden {
  display: none;
}
.callback-modal-form .callback-modal-title {
  text-align: center;
  font-size: 32px;
  line-height: 95%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.callback-modal-form .callback-modal-text {
  text-align: center;
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 8px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.callback-modal-form .callback-modal-text p {
  margin: 0 0 0.75em;
}
.callback-modal-form .callback-modal-text p:last-child {
  margin-bottom: 0;
}
.callback-modal-form input[type=text],
.callback-modal-form input[type=tel] {
  height: 64px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  padding: 0 16px;
  font-size: 18px;
  font-family: "Proxima Nova Rg", sans-serif;
}
.callback-modal-form input[type=text]::-webkit-input-placeholder, .callback-modal-form input[type=tel]::-webkit-input-placeholder {
  color: #8b8b89;
}
.callback-modal-form input[type=text]::-moz-placeholder, .callback-modal-form input[type=tel]::-moz-placeholder {
  color: #8b8b89;
}
.callback-modal-form input[type=text]:-ms-input-placeholder, .callback-modal-form input[type=tel]:-ms-input-placeholder {
  color: #8b8b89;
}
.callback-modal-form input[type=text]::-ms-input-placeholder, .callback-modal-form input[type=tel]::-ms-input-placeholder {
  color: #8b8b89;
}
.callback-modal-form input[type=text]::placeholder,
.callback-modal-form input[type=tel]::placeholder {
  color: #8b8b89;
}

.callback-modal-agree {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 130%;
  font-family: "Proxima Nova Rg", sans-serif;
  cursor: pointer;
}
.callback-modal-agree input {
  margin-top: 2px;
}

.callback-modal-submit {
  height: 64px;
  border: 0;
  border-radius: 6px;
  background: var(--color3);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.callback-modal-success {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 300px;
  text-align: center;
  gap: 14px;
}
.callback-modal-success.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.callback-modal-success p {
  font-size: 26px;
  line-height: 115%;
  font-weight: 600;
  max-width: 440px;
}

.callback-modal-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 42px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .callback-modal-close {
    top: 20px;
    right: 20px;
  }
  .callback-modal-form .callback-modal-title {
    font-size: 34px;
  }
  .callback-modal-success p {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .callback-modal-dialog {
    padding: 20px 14px 14px;
  }
  .callback-modal-form .callback-modal-title {
    font-size: 26px;
  }
  .callback-modal-form .callback-modal-text {
    font-size: 14px;
  }
  .callback-modal-form input[type=text],
  .callback-modal-form input[type=tel] {
    height: 54px;
    font-size: 16px;
  }
  .callback-modal-submit {
    height: 54px;
    font-size: 16px;
  }
  .callback-modal-success {
    min-height: 240px;
  }
  .callback-modal-success p {
    font-size: 18px;
  }
}
.custom-page-main {
  padding-top: 120px;
  padding-bottom: 80px;
  background: #ececec;
}

.project-detail {
  padding: 44px 30px 70px;
  padding-top: 44px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-detail .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 60px;
}

.project-detail-media {
  width: 100%;
  max-width: 100%;
}

.project-detail-preview {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.project-detail-preview .swiper-slide {
  overflow: hidden;
}
.project-detail-preview img {
  display: block;
  width: 100%;
  height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-detail-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #686868;
  font-size: 28px;
  line-height: 28px;
  cursor: pointer;
  z-index: 2;
}

.project-detail-nav-prev {
  left: 16px;
}

.project-detail-nav-next {
  right: 16px;
}

.project-detail-thumbs {
  overflow: hidden;
  margin-top: 8px;
}
.project-detail-thumbs .swiper-slide {
  width: 78px;
  cursor: pointer;
}

.project-detail-thumb {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  background: #d0d0d0;
}
.project-detail-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-detail-thumb.swiper-slide-thumb-active {
  border-color: var(--color3);
}

.project-detail-content {
  width: 100%;
  max-width: 100%;
  padding-top: 2px;
}

.project-detail-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.project-detail-tags span {
  padding: 8px 18px;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
}

.project-detail-title {
  font-size: 52px;
  line-height: 96%;
  font-weight: 600;
  margin-bottom: 30px;
}

.project-detail-text {
  margin-bottom: 60px;
}
.project-detail-text p {
  font-size: 24px;
  line-height: 135%;
  font-family: "Proxima Nova Rg", sans-serif;
}

.project-detail-note {
  font-size: 24px;
  line-height: 120%;
  font-family: "Proxima Nova Rg", sans-serif;
  margin-bottom: 60px;
}

.project-detail-link {
  height: 80px;
  border-radius: 5px;
  background: var(--color3);
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  width: 100%;
}

.project-gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  z-index: 450;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.project-gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.project-gallery-lightbox-dialog {
  position: relative;
  width: min(96vw, 1600px);
  height: min(90vh, 980px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-gallery-lightbox-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.project-gallery-lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 52px;
  line-height: 34px;
  cursor: pointer;
  z-index: 451;
}

.project-gallery-lightbox-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  cursor: pointer;
}
.project-gallery-lightbox-nav.project-gallery-lightbox-prev {
  left: 12px;
}
.project-gallery-lightbox-nav.project-gallery-lightbox-next {
  right: 12px;
}

@media (max-width: 1439px) {
  .project-detail-title {
    font-size: 42px;
  }
  .project-detail-text {
    margin-bottom: 40px;
  }
  .project-detail-text p {
    font-size: 22px;
  }
  .project-detail-note {
    font-size: 22px;
  }
  .project-detail-link {
    height: 60px;
  }
  .project-detail-preview img {
    height: 490px;
  }
}
@media (max-width: 1199px) {
  .project-detail .container {
    gap: 30px;
  }
  .project-detail-title {
    font-size: 32px;
  }
  .project-detail-text {
    margin-bottom: 20px;
  }
  .project-detail-text p {
    font-size: 18px;
  }
  .project-detail-note {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .project-detail-preview img {
    height: 365px;
  }
}
@media (max-width: 991px) {
  .project-detail {
    padding-bottom: 0 !important;
  }
  .project-detail .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .project-detail-content {
    display: contents;
    font-size: 16px;
  }
  .project-detail-tags {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .project-detail-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .project-detail-media {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 40px;
  }
  .project-detail-text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .project-detail-text p {
    font-size: 22px;
  }
  .project-detail-note {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    font-size: 22px;
  }
  .project-detail-link {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .project-gallery-lightbox {
    padding: 10px;
  }
  .project-gallery-lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 30px;
    line-height: 30px;
  }
  .project-gallery-lightbox-close {
    top: 10px;
    right: 12px;
  }
}
@media (max-width: 575px) {
  .project-detail-text {
    margin-bottom: 0;
  }
  .project-detail-text p {
    font-size: 14px;
  }
  .project-detail-note {
    font-size: 14px;
    margin-bottom: 0;
  }
}