@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
* {
  outline: none !important; }

img {
  max-width: 100%; }

button {
  transition: .5s;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none; }

body {
  --dark-color: #0E0E18;
  --accent-base-color: #E4391B;
  --accent-light-color: #FF5031;
  --white-color: #FFF;
  --bs-body-bg: var(--dark-color);
  --bs-body-color: var(--white-color);
  --text-color: #fff;
  --font-family-base: "HelveticaNeueCyr", Arial, sans-serif;
  --font-family-headings: "Unbounded", Arial, sans-serif;
  --bs-link-color: var(--text-color);
  --bs-link-color-rgb: 255, 255, 255; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Black.eot");
  src: local("HelveticaNeueCyr-Black"), url("../fonts/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Black.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Black.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Black.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Black.svg#HelveticaNeueCyr-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-UltraLightItalic.eot");
  src: local("HelveticaNeueCyr-UltraLightItalic"), url("../fonts/HelveticaNeueCyr-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-UltraLightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-UltraLightItalic.woff") format("woff"), url("../fonts/HelveticaNeueCyr-UltraLightItalic.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-UltraLightItalic.svg#HelveticaNeueCyr-UltraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  src: local("HelveticaNeueCyr-Roman"), url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Thin.eot");
  src: local("HelveticaNeueCyr-Thin"), url("../fonts/HelveticaNeueCyr-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Thin.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Thin.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Thin.svg#HelveticaNeueCyr-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-UltraLight.eot");
  src: local("HelveticaNeueCyr-UltraLight"), url("../fonts/HelveticaNeueCyr-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-UltraLight.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-UltraLight.woff") format("woff"), url("../fonts/HelveticaNeueCyr-UltraLight.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-UltraLight.svg#HelveticaNeueCyr-UltraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
a {
  text-decoration: none; }
  a[href*="tel"] {
    white-space: nowrap; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: var(--font-family-headings); }

h1, .h1 {
  font-weight: 700;
  font-size: 96px;
  line-height: 140%; }

h2, .h2 {
  font-weight: 700;
  font-size: 53px;
  line-height: 120%; }

h3, .h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%; }

h4, .h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%; }

h5, .h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%; }

b, strong {
  font-weight: 700; }

.text-small {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%; }

.text-bold {
  font-weight: 700; }

.link {
  font-weight: 700;
  border-bottom: 2px solid var(--accent-base-color);
  font-family: var(--font-family-headings); }
  .link span {
    color: #fff; }
  .link:hover {
    border-bottom-color: transparent; }

.link-lg {
  font-size: 24px;
  line-height: 140%; }

.text-price {
  font-weight: 500;
  font-size: 34px;
  line-height: 140%;
  white-space: nowrap; }

.slogan {
  font-weight: 200;
  font-size: 51px;
  line-height: 140%;
  font-family: var(--font-family-headings); }

.text-uppercase {
  text-transform: uppercase; }

@media (max-width: 1279px) {
  h1, .h1 {
    font-size: 66px; }

  h2, .h2 {
    font-size: 42px;
    line-height: 130%; }

  .slogan {
    font-size: 37px; } }
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 47px;
    line-height: 130%; }

  h2, .h2 {
    font-size: 25px;
    line-height: 120%; }

  h3, .h3 {
    font-size: 20px;
    line-height: 130%; }

  h4, .h4 {
    font-size: 18px;
    line-height: 130%; }

  h5, .h5 {
    font-size: 15px;
    line-height: 140%; }

  .link-lg {
    font-size: 18px; }

  .text-price {
    font-size: 26px; }

  .slogan {
    font-size: 21px; } }
ul {
  padding-left: 20px; }
  ul li {
    margin-bottom: 5px; }
    ul li::marker {
      color: var(--accent-base-color); }

body {
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--font-family-base);
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
  line-height: 1.4;
  font-weight: 300;
  font-size: 21px; }
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }

.menu-open {
  overflow-y: scroll; }
  .menu-open .page {
    height: 100vh;
    overflow: hidden; }

a {
  color: var(--bs-link-color);
  transition: .5s; }

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url(../img/footer.png) no-repeat 50% 100%; }
  .page__main {
    flex-grow: 1; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 30px;
  width: 100%; }

.slice {
  position: relative;
  margin-bottom: 130px; }
  .slice:has(.slice__inner) {
    pointer-events: none; }
  .slice__inner {
    margin-top: -150px;
    padding-top: 150px;
    pointer-events: none; }
    .slice__inner > * {
      pointer-events: auto; }
  .slice__title {
    margin-bottom: 90px; }

@media (max-width: 1599px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px; } }
@media (min-width: 1366px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px; } }
@media (max-width: 1279px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 980px; } }
@media (max-width: 991px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 630px; } }
@media (max-width: 767px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 630px; } }
@media (max-width: 640px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; } }
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0 60px;
  flex-shrink: 0;
  z-index: 99;
  background: linear-gradient(180deg, #0E0E18 32.56%, rgba(14, 14, 24, 0) 100.18%); }
  .header__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .header__logo {
    margin-right: 158px; }
  .header__social {
    position: absolute;
    top: 60px;
    right: 90px; }
    .header__social a {
      color: inherit; }
      .header__social a span {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        pointer-events: none;
        text-align: center;
        margin-top: 5px;
        white-space: nowrap;
        font-size: 16px; }
      .header__social a:hover svg {
        color: var(--accent-base-color); }
      .header__social a:hover span {
        opacity: 1; }
  .header__burger {
    position: absolute;
    top: 60px;
    left: 70px;
    color: inherit; }
    .header__burger:hover {
      color: var(--accent-base-color); }
  .header__menu {
    display: flex;
    gap: 50px;
    font-size: 21px;
    line-height: 30px;
    flex-grow: 1; }
    .header__menu a {
      padding: 0;
      color: #fff !important;
      opacity: .7;
      border-bottom: 2px solid transparent; }
      .header__menu a.active, .header__menu a:hover {
        opacity: 1;
        border-bottom-color: var(--accent-base-color); }
  @media (max-width: 1599px) {
    .header__logo {
      margin-left: 160px;
      margin-right: 120px; }
    .header__social {
      right: 45px; }
    .header__burger {
      left: 45px; }
    .header__menu {
      position: relative;
      top: 10px; } }
  @media (max-width: 1279px) {
    .header {
      padding-top: 25px; }
      .header__container {
        flex-direction: column;
        align-items: center;
        gap: 55px 0; }
      .header__logo {
        margin-left: 80px;
        margin-right: 80px; }
      .header__social {
        top: 40px; }
      .header__burger {
        top: 40px; }
      .header__menu {
        position: relative;
        top: 0;
        gap: 20px;
        justify-content: space-between;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px; } }
  @media (max-width: 991px) {
    .header__social {
      right: 80px; }
    .header__burger {
      left: 80px; } }
  @media (max-width: 767px) {
    .header__container {
      gap: 45px 0; }
    .header__logo {
      margin-left: auto;
      margin-right: auto;
      max-width: 160px; }
    .header__menu {
      font-size: 16px;
      line-height: 1.4;
      gap: 10px; }
    .header__social {
      top: 25px;
      right: 30px; }
    .header__burger {
      top: 25px;
      left: 30px; } }

.aside-menu-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: .5s; }
  .menu-open .aside-menu-back {
    opacity: 1;
    pointer-events: auto; }

.aside-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 760px;
  background: #0A0A12;
  padding: 80px;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transform: translateX(-100%);
  transition: .5s; }
  .menu-open .aside-menu {
    transform: translateX(0); }
  .aside-menu::-webkit-scrollbar {
    display: none; }
  .aside-menu__header {
    margin-bottom: 40px; }
  .aside-menu__text {
    max-width: 585px;
    margin-bottom: 60px; }
  .aside-menu hr {
    margin-top: 60px;
    margin-bottom: 60px; }
  .aside-menu__close {
    position: absolute;
    top: 60px;
    right: 60px;
    opacity: .7; }
    .aside-menu__close:hover {
      opacity: 1; }
  @media (max-width: 1279px) {
    .aside-menu {
      padding: 30px 30px 30px 40px;
      width: 100%;
      max-width: 666px; }
      .aside-menu__text {
        margin-bottom: 30px; }
      .aside-menu hr {
        margin-top: 30px;
        margin-bottom: 30px; }
      .aside-menu__close {
        top: 20px;
        right: 20px; } }

.contacts-group {
  display: flex;
  gap: 20px;
  margin-bottom: 30px; }
  .contacts-group__label {
    width: 240px;
    padding-top: 20px;
    flex-shrink: 0; }
  .contacts-group__links {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px; }
  .contacts-group__link {
    display: flex;
    align-items: center;
    min-width: 170px;
    color: #fff; }
    .contacts-group__link span {
      opacity: .7; }
    .contacts-group__link .svg-icon-wrap {
      opacity: 1;
      width: 62px;
      height: 62px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; }
    .contacts-group__link:hover span {
      opacity: 1; }
  @media (max-width: 1279px) {
    .contacts-group {
      flex-direction: column; }
      .contacts-group__label {
        width: 100%;
        padding-top: 15px;
        margin-bottom: 0; }
      .contacts-group__links {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .contacts-group__links {
      gap: 10px; }
    .contacts-group__link {
      min-width: 62px;
      font-size: 0; } }

.banner {
  height: 100vh;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  align-items: center;
  position: relative; }
  .banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 933px;
    background: url(../img/banner.png) no-repeat 50% 0/100% auto; }
  .banner .container {
    position: relative; }
  .banner__links {
    display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    gap: 15px 30px; }
    .banner__links a:hover {
      opacity: .7; }
  .banner__social {
    position: absolute;
    bottom: 100px;
    left: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .banner__social-icon {
    opacity: .7;
    position: relative;
    color: inherit; }
    .banner__social-icon span {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      pointer-events: none;
      text-align: center;
      margin-top: 5px;
      white-space: nowrap;
      font-size: 16px; }
    .banner__social-icon:hover {
      opacity: 1;
      background: url("../img/icon-social-active.svg") no-repeat 50% 50%/contain; }
      .banner__social-icon:hover span {
        opacity: 1; }
  .banner__copy {
    position: absolute;
    bottom: 37px;
    left: 82px; }
  .banner__pdf {
    position: absolute;
    right: 30px;
    bottom: 0; }
    .banner__pdf a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 160px;
      aspect-ratio: 1/1;
      position: relative; }
      .banner__pdf a::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        margin: -80px 0 0 -80px;
        background: url(../img/download-pdf-anim.svg) no-repeat 50% 0/contain;
        animation-name: rotation;
        animation-duration: 10s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-play-state: paused; }
      .banner__pdf a span {
        display: none; }
      .banner__pdf a:hover::before {
        animation-play-state: running; }
  @media (min-width: 1600px) {
    .banner__social {
      position: fixed;
      top: 100px;
      justify-content: center;
      z-index: 5; }
    .banner__pdf {
      position: fixed;
      z-index: 5; } }
  @media (max-width: 1599px) {
    .banner {
      margin-bottom: 190px; }
      .banner::before {
        background-position: 100% 0;
        background-size: 150% auto; }
      .banner__text {
        padding-top: 70px; }
      .banner__social {
        flex-direction: row;
        left: 45px;
        bottom: 25px; }
      .banner__copy {
        display: none; }
      .banner__pdf {
        right: 15px; } }
  @media (max-width: 991px) {
    .banner {
      align-items: flex-end;
      margin-bottom: 20px; }
      .banner__pdf {
        right: 35px; }
      .banner__social {
        left: 80px;
        bottom: 55px; } }
  @media (max-width: 767px) {
    .banner {
      height: auto;
      min-height: 100vh;
      align-items: flex-start;
      flex-direction: column;
      padding-bottom: 0; }
      .banner::before {
        background-size: 300% auto;
        background-position: 95% 0; }
      .banner__text {
        padding-top: 105px; }
      .banner__slogan {
        margin-bottom: 20px; }
      .banner__title {
        margin-bottom: 20px; }
      .banner__social {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 35px;
        margin-bottom: 30px; }
      .banner__pdf {
        position: relative;
        bottom: 0;
        right: 0;
        padding-left: 30px;
        padding-right: 30px; }
        .banner__pdf a {
          width: auto;
          justify-content: flex-start;
          aspect-ratio: auto; }
          .banner__pdf a::before {
            content: none; }
          .banner__pdf a span {
            display: block; } }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.cases {
  z-index: 1;
  padding-top: 10px; }
  .cases .slice__title {
    margin-bottom: 50px; }
  .cases__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px; }
  .cases__tab {
    padding: 14px 35px;
    border-radius: 35px;
    font-weight: 300;
    letter-spacing: 1px;
    border: 2px dashed #86868B; }
    .cases__tab:hover {
      color: #fff;
      border-color: var(--accent-base-color); }
    .cases__tab.active {
      color: #fff;
      background: var(--accent-base-color);
      border-color: var(--accent-base-color);
      border-style: solid; }
  .cases__pseudo-tab {
    display: none; }
  .cases__grid {
    display: grid;
    flex-wrap: wrap;
    gap: 50px 70px;
    grid-template-columns: repeat(12, 1fr); }
    .cases__grid .case {
      grid-column: span 4; }
      .cases__grid .case:nth-child(5n + 1), .cases__grid .case:nth-child(5n + 2) {
        grid-column: span 6; }
        .cases__grid .case:nth-child(5n + 1) .case__media, .cases__grid .case:nth-child(5n + 2) .case__media {
          border-radius: 30px;
          aspect-ratio: 565/356; }
  @media (max-width: 991px) {
    .cases__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 50px 34px; }
      .cases__grid .case {
        grid-column: span 1; }
        .cases__grid .case__media {
          border-radius: 20px;
          aspect-ratio: 350/210; }
        .cases__grid .case:nth-child(5n + 1) {
          grid-column: span 2; }
          .cases__grid .case:nth-child(5n + 1) .case__media {
            border-radius: 30px;
            aspect-ratio: 565/356; }
        .cases__grid .case:nth-child(5n + 2) {
          grid-column: span 1; } }
  @media (max-width: 767px) {
    .cases__tabs-wrap {
      position: relative;
      z-index: 2;
      margin-bottom: 30px; }
      .cases__tabs-wrap.cases-open .cases__tabs {
        display: flex; }
    .cases__tabs {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #15121E;
      border-radius: 30px;
      padding: 30px 35px;
      display: none; }
      .cases__tabs li {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 0; }
    .cases__tab {
      width: 100%;
      padding: 0;
      border-radius: 0;
      border: none !important;
      text-align: left;
      background: none !important;
      font-size: 21px; }
    .cases__pseudo-tab {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 20px 14px 35px;
      border-radius: 35px;
      font-weight: 300;
      letter-spacing: 1px;
      border: 2px dashed #86868B;
      gap: 20px;
      min-height: 55px;
      font-size: 21px; }
      .cases__pseudo-tab span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .cases__pseudo-tab svg {
        flex-shrink: 0;
        opacity: .7; }
    .cases__grid .case {
      grid-column: span 2; }
      .cases__grid .case__media {
        border-radius: 30px;
        aspect-ratio: 565/356; }
      .cases__grid .case:nth-child(5n + 2) {
        grid-column: span 2; } }

.case {
  position: relative; }
  .case__media {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
    aspect-ratio: 350/210; }
    .case__media img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      transition: .5s; }
    .case__media::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .case__title {
    margin-bottom: 10px; }
    .case__title a::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .case:hover .case__media img {
    transform: scale(1.2); }

.services {
  min-height: 100vh;
  background: url(../img/services.png) no-repeat 50% 50%; }
  .services .slice__title {
    margin-bottom: 60px; }
  @media (max-width: 767px) {
    .services {
      background: none; }
      .services .slice__title {
        margin-bottom: 30px; } }

.service {
  position: relative;
  border-bottom: 1px solid #FFFFFF1A; }
  .service__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 70px;
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: hidden; }
    .service__header:has([aria-expanded="true"]) .service__plus svg {
      transform: rotate(45deg); }
    .service__header:hover {
      background: #FFFFFF05; }
      .service__header:hover .service__num {
        color: var(--accent-base-color); }
      .service__header:hover .service__plus {
        opacity: 1; }
  .service__num {
    width: 140px;
    color: #CAA2A2;
    transition: .5s; }
    .service__num span {
      font-weight: 200;
      letter-spacing: 5px;
      font-size: 82px;
      line-height: 104px;
      margin-left: -35px;
      font-family: var(--font-family-headings); }
  .service__title {
    width: 30%;
    padding-top: 7px;
    max-width: 350px; }
  .service__text {
    width: 34%;
    max-width: 430px; }
  .service__plus {
    flex-shrink: 0;
    margin-left: auto;
    padding-right: 20px;
    opacity: .7; }
    .service__plus svg {
      transition: .5s; }
  .service__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .service__content {
    padding-top: 15px;
    padding-bottom: 45px;
    padding-left: 210px;
    display: flex;
    gap: 70px; }
  .service__content-media {
    flex-shrink: 0;
    width: 40%;
    max-width: 350px; }
  .service__content-text h5 {
    margin-bottom: 20px; }
  .service__content-text ul {
    margin-bottom: 20px; }
  .service__content-text .d-flex {
    gap: 20px 50px; }
  @media (max-width: 1279px) {
    .service__title {
      max-width: 245px; }
    .service__content-media {
      max-width: 245px; }
    .service__content-text .d-flex {
      flex-wrap: wrap; } }
  @media (max-width: 991px) {
    .service__title {
      width: 50%; }
    .service__text {
      display: none; }
    .service__content {
      padding-left: 0;
      gap: 30px; }
    .service__content-media {
      width: 30%; } }
  @media (max-width: 767px) {
    .service__num {
      display: none; }
    .service__content {
      flex-direction: column;
      padding-bottom: 15px; }
    .service__content-media {
      width: 100%; } }

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 70px; }
.advantages__icon {
  margin-bottom: 35px; }
.advantages__title {
  font-size: 21px;
  line-height: 30px;
  opacity: .7; }
@media (max-width: 1279px) {
  .advantages__grid {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 991px) {
  .advantages {
    margin-bottom: 90px; }
    .advantages .slice__title {
      margin-bottom: 55px; } }
@media (max-width: 767px) {
  .advantages__grid {
    grid-template-columns: repeat(1, 1fr); }
  .advantages__item {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 20px; }
  .advantages__icon {
    margin-bottom: 0;
    flex-shrink: 0; }
  .advantages__title {
    font-size: 16px;
    line-height: 1.4; } }

.contacts {
  margin-bottom: 0; }
  .contacts__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .contacts__text {
    max-width: 350px; }
  @media (max-width: 1279px) {
    .contacts__container {
      flex-wrap: wrap; }
    .contacts__text {
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .contacts .slice__title {
      margin-bottom: 35px; }
    .contacts__container {
      justify-content: space-between; }
    .contacts__tg .btn {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .contacts__container {
      gap: 30px; }
    .contacts__text {
      margin-bottom: 0; }
    .contacts__tg .btn {
      padding-left: 35px;
      padding-right: 35px; } }

button {
  color: inherit; }

.btn {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  padding: 10px 60px;
  border-radius: 30px; }
  @media (max-width: 767px) {
    .btn {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.4; } }

.btn-md {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 767px) {
    .btn-md {
      padding-left: 15px;
      padding-right: 15px; } }

.btn-bordered {
  background: none;
  border: 2px solid var(--accent-base-color); }
  .btn-bordered span {
    color: #fff; }
  .btn-bordered:hover {
    background: var(--accent-base-color);
    border: 2px solid var(--accent-base-color);
    color: #fff; }

.footer {
  position: relative;
  flex-shrink: 0;
  padding-top: 90px;
  padding-bottom: 150px; }
  .footer__container {
    display: flex;
    gap: 20px 50px; }
  .footer__disclaimer {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7); }
  .footer__copy {
    display: none; }
  .footer__pdf {
    display: none; }
  @media (max-width: 1599px) {
    .footer__copy {
      display: block;
      margin-top: 20px; }
    .footer__pdf {
      display: block;
      flex-shrink: 0; }
      .footer__pdf a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: inherit; }
      .footer__pdf img {
        flex-shrink: 0; } }
  @media (max-width: 1279px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 60px; } }
  @media (max-width: 991px) {
    .footer__pdf a {
      flex-direction: column;
      text-align: center; } }
  @media (max-width: 767px) {
    .footer__container {
      flex-direction: column-reverse;
      gap: 20px; }
    .footer__pdf a {
      flex-direction: row;
      text-align: left; }
      .footer__pdf a span br {
        display: none; } }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 1200px;
  --bs-modal-padding: 0;
  --bs-modal-bg: #0B0B13;
  --bs-modal-border-radius: 0;
  --bs-modal-inner-border-radius: 0; }
  .modal:has(.case-modal) {
    --bs-modal-width: 1076px;
    --bs-modal-border-radius: 30px; }
  .modal .btn-close {
    background: none;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 42px;
    height: 42px;
    padding: 0;
    z-index: 2;
    color: #fff;
    opacity: .7; }
    .modal .btn-close:hover {
      opacity: 1; }
  @media (max-width: 1279px) {
    .modal, .modal:has(.case-modal) {
      --bs-modal-width: 96%; }
    .modal .btn-close {
      top: 20px;
      right: 20px; } }
  @media (max-width: 767px) {
    .modal, .modal:has(.case-modal) {
      --bs-modal-margin: 0;
      --bs-modal-width: 100%; } }

.about-design-modal {
  display: flex; }
  .about-design-modal__media-wrap {
    padding: 24px 0 24px 45px; }
  .about-design-modal__media {
    width: 325px;
    max-height: 90vh;
    position: relative;
    overflow: hidden;
    aspect-ratio: 325/662; }
    .about-design-modal__media img {
      width: 100%; }
    .about-design-modal__media::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0C0C14 89%); }
  .about-design-modal__content {
    padding: 50px;
    max-height: 90vh;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .about-design-modal__content::-webkit-scrollbar {
      display: none; }
    .about-design-modal__content h5 {
      margin-bottom: 20px; }
    .about-design-modal__content p, .about-design-modal__content ul {
      margin-bottom: 30px; }
  .about-design-modal__footer {
    gap: 20px;
    align-items: center;
    justify-content: space-between; }
  @media (max-width: 1279px) {
    .about-design-modal {
      flex-direction: column; }
      .about-design-modal__media-wrap {
        padding: 45px 45px 0; }
      .about-design-modal__media {
        width: 100%;
        max-width: 446px;
        max-height: 312px;
        aspect-ratio: 446/267;
        margin-left: auto;
        margin-right: auto; }
      .about-design-modal__content {
        padding: 50px; } }
  @media (max-width: 767px) {
    .about-design-modal__media-wrap {
      padding: 30px 30px 0; }
    .about-design-modal__content {
      padding: 30px; }
    .about-design-modal__footer {
      flex-direction: column;
      align-items: stretch; }
      .about-design-modal__footer .btn {
        width: 100%; } }

.case-modal {
  overflow: hidden;
  border-radius: 30px;
  position: relative; }
  .case-modal__media {
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .case-modal__media::-webkit-scrollbar {
      display: none; }
    .case-modal__media img {
      width: 100%; }
  .case-modal__footer {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    background: linear-gradient(180deg, rgba(14, 14, 24, 0) 0%, #0E0E18 67.62%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 60px 80px; }
  .case-modal__btn {
    white-space: nowrap; }
  @media (max-width: 1279px) {
    .case-modal__footer {
      padding: 20px 30px; } }
  @media (max-width: 991px) {
    .case-modal__footer {
      flex-direction: column;
      align-items: stretch; }
      .case-modal__footer .btn {
        width: 100%;
        white-space: normal; } }

/*# sourceMappingURL=style.css.map */
