@font-face {
  font-family: "Articulat CF";
  font-weight: 400;
  src: url("../fonts/ArticulatCF-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  font-weight: 500;
  src: url("../fonts/ArticulatCF-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  font-weight: 600;
  src: url("../fonts/ArticulatCF-DemiBold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Articulat CF";
  font-weight: 700;
  src: url("../fonts/ArticulatCF-Bold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  font-family: "Articulat CF", "Arial", "Helvetica", sans-serif;
  margin-right: auto;
  margin-left: auto;
  min-width: 375px;
  position: relative;
  scrollbar-gutter: stable;
}

dialog {
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: none;
  text-decoration: underline;
}

p {
  cursor: default;
  margin: 0;
}

span {
  cursor: default;
}

strong {
  cursor: default;
}

img {
  max-width: 100%;
}

li {
  cursor: default;
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
  cursor: default;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  max-width: 1779px;
  padding: 0 70px;
  margin-right: auto;
  margin-left: auto;
}

.content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}

.rotate {
  transform: rotate(180deg);
}

.open .content {
  grid-template-rows: 1fr;
}

.acc svg {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.text-wrapper {
  min-height: 0;
}

.overflow {
  overflow: auto;
}

.overflow::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1440px) {
  .container {
    padding: 0 35px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 1024px;
    padding: 0 35px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }
}
.orange-btn {
  font-family: Articulat CF;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 100%;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  padding: 22px 30px;
  width: 100%;
  background-color: #EE6322;
  border-radius: 65px;
  white-space: nowrap;
  transition: background-color 0.25s ease;
}
.orange-btn:hover {
  background-color: #f08451;
}

.h2-title {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  color: #000000;
  line-height: 100%;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  .h2-title {
    font-size: 42px;
  }
}
@charset "UTF-8";
.header {
  padding: 38px 0;
  background-color: #171717;
  border-bottom: 1px solid rgba(255, 255, 255, 0.031372549);
}
@media (max-width: 576px) {
  .header {
    padding: 20px 0;
  }
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header .logo {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 576px) {
  .header .logo {
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .header .logo svg {
    width: 44px;
    height: 44px;
  }
}
.header .logo__text {
  font-family: Articulat CF;
  font-weight: 600;
  font-style: Demi Bold;
  font-size: 42px;
  color: #fff;
  line-height: 100%;
  letter-spacing: -0.5px;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 576px) {
  .header .logo__text {
    font-size: 28px;
  }
}
.header .logo__text span {
  color: #747474;
}
.header .menu {
  transform: translateY(5px);
}
@media (max-width: 1280px) {
  .header .menu {
    transform: unset;
  }
}
.header .menu__list {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1440px) {
  .header .menu__list {
    gap: 20px;
  }
}
@media (max-width: 1280px) {
  .header .menu__list {
    flex-direction: column;
    gap: 30px;
  }
}
.header .menu__link {
  font-family: Articulat CF;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.header .menu__link:hover {
  color: #EE6322;
}
.header .socials {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 30px;
}
@media (max-width: 1440px) {
  .header .socials {
    margin-right: 0;
  }
}
.header .socials circle {
  transition: stroke-opacity 0.25s ease;
}
.header .socials a:hover circle {
  stroke-opacity: 1;
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(5px);
}
@media (max-width: 1280px) {
  .header__contact {
    margin-left: auto;
  }
}
@media (max-width: 993px) {
  .header__contact {
    display: none;
  }
}
.header .menu__item-993 {
  display: none;
}
@media (max-width: 993px) {
  .header .menu__item-993 {
    display: flex;
  }
  .header .menu__item-993 .header__contact {
    display: flex;
    flex-direction: column;
  }
}
.header .header__burger-btn {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  z-index: 2;
}
.header .header__burger-btn span {
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #EE6322;
  left: 5px;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.header .header__burger-btn span:nth-child(1) {
  transform: translateY(-10px);
}
.header .header__burger-btn span:nth-child(3) {
  transform: translateY(10px);
}

.header.open .header__burger-btn span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.header.open .header__burger-btn span:nth-child(2) {
  opacity: 0;
}

.header.open .header__burger-btn span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

@media (max-width: 1280px) {
  .header .header__burger-btn {
    display: block;
    z-index: 3;
  }
  .menu {
    position: absolute;
    left: -100%;
    top: 137px;
    width: 100%;
    background-color: #171717;
    padding: 40px 20px 20px 20px;
    transition: transform 0.5s;
    z-index: 99;
  }
}
@media (max-width: 1280px) and (max-width: 993px) {
  .menu {
    top: 132px;
  }
}
@media (max-width: 1280px) and (max-width: 576px) {
  .menu {
    top: 85px;
  }
}
@media (max-width: 1280px) {
  .header.open .menu {
    transform: translateX(100%);
  }
}
.hero {
  padding-top: 112px;
  background-color: #171717;
  padding-bottom: 122px;
  background-image: url(../img/hero-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .hero {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .hero {
    padding: 40px 0 0;
  }
}
.hero .container {
  position: relative;
}
.hero .hero__block {
  max-width: 647px;
  padding: 48px 61px;
  background: linear-gradient(135.67deg, #1A1A1A 0%, #272727 48.45%, #1A1A1A 101.2%);
  border: 1.5px solid rgba(255, 255, 255, 0.031372549);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1280px) {
  .hero .hero__block {
    max-width: 100%;
    padding: 30px;
  }
}
.hero .hero__title {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 82px;
  color: #fff;
  line-height: 100%;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .hero .hero__title {
    font-size: 40px;
  }
}
.hero .hero__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.hero .hero__item {
  display: flex;
  align-items: center;
  gap: 13px;
}
.hero .hero__item svg {
  flex-shrink: 0;
}
.hero .hero__text {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 100%;
  letter-spacing: -0.3px;
  vertical-align: middle;
}
.hero .hero__btn {
  max-width: 222px;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .hero .hero__btn {
    max-width: 100%;
  }
}
.hero .hero__img {
  position: absolute;
  right: 0px;
  bottom: -299px;
  max-width: 69%;
  width: 100%;
  height: auto;
}
@media (max-width: 1440px) {
  .hero .hero__img {
    max-width: 55%;
    bottom: -234px;
  }
}
@media (max-width: 768px) {
  .hero .hero__img {
    position: static;
    max-width: 100%;
    transform: translateY(70px);
  }
}

.whywe {
  padding: 105px 0 55px;
}
@media (max-width: 768px) {
  .whywe {
    padding-top: 60px;
    padding-bottom: 25px;
  }
}
.whywe .whywe__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1440px) {
  .whywe .whywe__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1080px) {
  .whywe .whywe__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .whywe .whywe__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.whywe .whywe__card {
  border: 1.5px solid #EEEEEE;
  padding: 32px;
}
@media (max-width: 768px) {
  .whywe .whywe__card {
    padding: 20px;
  }
}
.whywe .whywe__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .whywe .whywe__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
}
.whywe .whywe__subtitle {
  margin-bottom: 16px;
}

.text-24-130 {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  color: #000;
  line-height: 130%;
  letter-spacing: -0.5px;
}

.text-16-24 {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
  letter-spacing: -0.5px;
}

.pb-105 {
  padding-bottom: 105px;
}
@media (max-width: 768px) {
  .pb-105 {
    padding-bottom: 50px;
  }
}

.numbers {
  padding-top: 55px;
}
@media (max-width: 768px) {
  .numbers {
    padding-top: 25px;
  }
}
.numbers .numbers__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1440px) {
  .numbers .numbers__flex {
    flex-direction: column;
    gap: 40px;
  }
}
.numbers .numbers__left {
  max-width: 40%;
  width: 100%;
}
@media (max-width: 1440px) {
  .numbers .numbers__left {
    max-width: 100%;
  }
}
.numbers .numbers__number {
  font-family: Articulat CF;
  font-weight: 400;
  font-style: Normal;
  font-size: 136px;
  color: #000000;
  line-height: 100%;
  letter-spacing: -0.5px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .numbers .numbers__number {
    font-size: 130px;
  }
}
@media (max-width: 576px) {
  .numbers .numbers__number {
    font-size: 90px;
  }
}
.numbers .numbers__number span {
  font-size: 131px;
}
@media (max-width: 768px) {
  .numbers .numbers__number span {
    font-size: 100px;
  }
}
@media (max-width: 576px) {
  .numbers .numbers__number span {
    font-size: 70px;
  }
}
.numbers .numbers__subtitle {
  display: block;
  margin-bottom: 24px;
}
.numbers .numbers__right {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1440px) {
  .numbers .numbers__right {
    max-width: 100%;
  }
}
.numbers .numbers__block {
  display: flex;
  align-items: center;
  gap: 90px;
  padding-left: 40px;
  border-left: 1px solid #EEEEEE;
}
@media (max-width: 1440px) {
  .numbers .numbers__block {
    border-left: unset;
    padding-left: unset;
  }
}
@media (max-width: 768px) {
  .numbers .numbers__block {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .numbers .numbers__block {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.numbers .numbers__block:first-child {
  padding-bottom: 84px;
  border-bottom: 1px solid #EEEEEE;
}
@media (max-width: 1440px) {
  .numbers .numbers__block:first-child {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .numbers .numbers__block:first-child {
    padding-bottom: 20px;
  }
}
.numbers .numbers__block:last-child {
  padding-top: 84px;
}
@media (max-width: 1440px) {
  .numbers .numbers__block:last-child {
    padding-top: 40px;
  }
}
@media (max-width: 576px) {
  .numbers .numbers__block:last-child {
    padding-top: 20px;
  }
}
.numbers .numbers__number_small {
  font-size: 127px;
}
@media (max-width: 768px) {
  .numbers .numbers__number_small {
    font-size: 80px;
  }
}
.numbers .numbers__number_small span {
  font-size: 56px;
}
@media (max-width: 768px) {
  .numbers .numbers__number_small span {
    font-size: 35px;
  }
}
.numbers .numbers__subtitle_nomb {
  margin-bottom: 0;
}

.services {
  padding-top: 112px;
  padding-bottom: 105px;
}
@media (max-width: 768px) {
  .services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.services__title {
  margin-bottom: 40px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.35) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1440px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1080px) {
  .services__grid {
    grid-template-columns: repeat(2, calc(50% - 20px));
  }
}
@media (max-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(1, 100%);
    gap: 20px;
  }
}

.services__card {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.services__img {
  width: 60px;
  height: 60px;
}

.services__gradient-text {
  font-family: Articulat CF;
  font-weight: 400;
  font-style: Regular;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: -0.5px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.35) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services__text {
  color: #fff;
}

.services__card_bg {
  background: linear-gradient(135.67deg, #1A1A1A 0%, #272727 48.45%, #1A1A1A 101.2%);
  border: Mixed solid rgba(255, 255, 255, 0.031372549);
  padding: 32px;
  display: flex;
  flex-direction: column;
  color: #FFF;
  gap: 25px;
}

.services__subtitle {
  color: #fff;
}
@media (max-width: 1280px) {
  .services__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .services__subtitle {
    font-size: 24px;
  }
  .services__subtitle br {
    display: none;
  }
}

.services__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.services__item {
  color: #fff;
}

.services__flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.services__btn {
  max-width: 156px;
}

.services__card_no-bg {
  border: 1.5px solid rgba(255, 255, 255, 0.0509803922);
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 20px;
}
.services__card_no-bg h3 {
  text-align: center;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.35) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.services__card_no-bg .text-16-24 {
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.35) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.services__card_no-bg .services__btn {
  max-width: 214px;
}

.text-32-120 {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  color: #fff;
  line-height: 120%;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .text-32-120 {
    font-size: 26px;
  }
}

.bg {
  background-image: url(../img/callback-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #121212;
}

.callback {
  padding-bottom: 111px;
}
@media (max-width: 768px) {
  .callback {
    padding-bottom: 60px;
  }
}
.callback .container {
  position: relative;
}
.callback__img {
  position: absolute;
  bottom: -223px;
  right: 0;
}
@media (max-width: 1440px) {
  .callback__img {
    max-width: 60%;
    bottom: -150px;
  }
}
@media (max-width: 1024px) {
  .callback__img {
    display: none;
  }
}
.callback__flex {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
@media (max-width: 1440px) {
  .callback__flex {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .callback__flex {
    flex-direction: column-reverse;
  }
}
.callback__from {
  background: linear-gradient(135.67deg, #1A1A1A 0%, #272727 48.45%, #1A1A1A 101.2%);
  border: 1.5px solid rgba(255, 255, 255, 0.031372549);
  padding: 57px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 520px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .callback__from {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .callback__from {
    padding: 20px;
  }
}
.callback__text {
  color: #fff;
}
@media (max-width: 576px) {
  .callback__title {
    font-size: 30px;
  }
}
.callback__label {
  font-family: Articulat CF;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 100%;
  letter-spacing: -0.3px;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.callback__input {
  height: 64px;
  background-color: #fff;
  border-radius: 65px;
  padding-left: 31px;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  border: unset;
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  text-decoration: unset;
  line-height: 100%;
  letter-spacing: -0.3px;
}
.callback__input::-moz-placeholder {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
}
.callback__input::placeholder {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.3px;
}
.callback__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.callback__title {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.35) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.callback__btn {
  max-width: 214px;
}
@media (max-width: 576px) {
  .callback__btn {
    max-width: 100%;
  }
}
.callback__btn-2 {
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #272727;
  gap: 10px;
  display: flex;
  align-items: center;
}
.callback__btn-2 svg {
  flex-shrink: 0;
}
.callback__text-2 {
  color: #fff;
}
.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.custom-checkbox span {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  letter-spacing: -0.5px;
}
.custom-checkbox span a {
  color: #EE6322;
}
.custom-checkbox svg {
  flex-shrink: 0;
}

.custom-checkbox {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Плавное перемещение тумблера */
.custom-checkbox .tumbler {
  transition: transform 0.3s ease;
}

/* Состояние «checked» */
.custom-checkbox.checked .outer-rect {
  fill: #FF5C00;
  /* оранжевый цвет фона */
}

.custom-checkbox.checked .tumbler {
  transform: translateX(-14px);
  /* сдвиг влево на 14 px */
}

.projects {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .projects {
    padding: 60px 0;
  }
}
.projects__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .projects__flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.projects__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .projects__arrows {
    margin: 0 auto;
  }
}
.projects__next {
  transform: rotate(180deg) translateY(3px);
}
.projects .swiper-slide {
  max-width: 520px;
}
.projects__card {
  position: relative;
}
.projects__img {
  max-width: 520px;
  width: 100%;
  height: 377px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 28px;
}
.projects__subtitle {
  margin-bottom: 24px;
  color: #000000;
}
.projexts__flex-2 {
  display: flex;
  align-items: center;
  gap: 24px;
}
.projects__text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #99A2AD;
  line-height: 100%;
  letter-spacing: -0.3px;
}
.projects__swiper-arrow path {
  fill: #000000;
  opacity: 1;
}
.projects .swiper-button-disabled path {
  opacity: 0.3;
}

.decision {
  background-image: url(../img/descison-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 60px;
}
@media (max-width: 1080px) {
  .decision {
    background-position: bottom left;
  }
}
.decision__flex {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  position: relative;
}
.decision__img {
  max-width: 863px;
  width: 100%;
  height: 804px;
}
@media (max-width: 1440px) {
  .decision__img {
    max-width: 670px;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .decision__img {
    max-width: 470px;
  }
}
@media (max-width: 1080px) {
  .decision__img {
    display: none;
  }
}
.decision__block {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 20px;
}
@media (max-width: 1080px) {
  .decision__block {
    padding: 60px 0;
    max-width: unset;
  }
}
.decision__block::before {
  content: "";
  max-width: 700px;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  display: block;
  position: absolute;
  top: 4px;
}
.decision__block::after {
  content: "";
  max-width: 9px;
  width: 100%;
  height: 9px;
  background-color: #EE6322;
  display: block;
  position: absolute;
  top: 0;
}
.decision__text {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #99A2AD;
  line-height: 100%;
  letter-spacing: -0.3px;
}
@media (max-width: 576px) {
  .decision__title {
    font-size: 30px;
  }
}
.decision__text-2 {
  color: rgba(0, 0, 0, 0.8);
}
.decision__btn {
  max-width: -moz-max-content;
  max-width: max-content;
}

.faq {
  padding: 140px 0 111px;
  background-color: #121212;
}
@media (max-width: 768px) {
  .faq {
    padding: 60px 0;
  }
}
.faq__flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 70px;
}
.faq__flex svg {
  transform: translateY(5px);
}
@media (max-width: 576px) {
  .faq__flex svg {
    display: none;
  }
}
.faq__title {
  color: #fff;
}
.faq__flex-2 {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1080px) {
  .faq__flex-2 {
    flex-direction: column;
  }
}
.faq__questions {
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__qusetion {
  padding: 24px 32px;
  background: linear-gradient(94.93deg, #1A1A1A 1.64%, #272727 56.69%, #1A1A1A 89.09%);
  border: 1.5px solid rgba(255, 255, 255, 0.031372549);
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  color: #fff;
  line-height: 120%;
  letter-spacing: -0.5px;
}
@media (max-width: 576px) {
  .faq__qusetion {
    padding: 20px;
    font-size: 20px;
  }
}
.faq__acc {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.faq .open svg path {
  fill: #FFF;
}
.faq .open svg circle {
  fill: #EE6322;
  fill-opacity: 1;
}
.faq__content {
  padding-top: 24px;
}
.faq__text {
  color: rgba(255, 255, 255, 0.8);
}
.contacts {
  padding: 108px 0;
}
.contacts__title {
  margin-bottom: 40px;
}
.contacts__flex {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media (max-width: 1080px) {
  .contacts__flex {
    flex-direction: column;
  }
}
.contacts__map {
  max-width: 1080px;
  width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  .contacts__map {
    min-height: 400px;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1080px) {
  .contacts__map iframe {
    min-height: 400px;
  }
}
.contacts__map > div {
  height: 100%;
}
.contacts__block {
  padding: 32px 40px;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1080px) {
  .contacts__block {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .contacts__block {
    padding: 20px;
  }
}
.contacts__text {
  display: block;
  margin-bottom: 16px;
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #99A2AD;
  line-height: 100%;
  letter-spacing: -0.3px;
}
.contacts__link {
  white-space: nowrap;
  transition: color 0.25s ease;
}
.contacts__link:hover {
  color: #EE6322;
}
.contacts__link_mb {
  display: block;
  margin-bottom: 24px;
}
.contacts__flex-2 {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 576px) {
  .contacts__flex-2 {
    flex-direction: column;
  }
}
.contacts .socials__link circle {
  transition: stroke 0.25s ease;
}
.contacts .socials__link:hover circle {
  stroke: #EE6322;
}
.contacts .orange-btn {
  max-width: -moz-max-content;
  max-width: max-content;
}

.footer {
  padding: 100px 0 66px;
  background-color: #121212;
  background-image: url(../img/svg/footer-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }
}
.footer__icon {
  display: block;
  max-width: 90%;
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .footer__icon {
    margin-bottom: 30px;
  }
}
.footer__flex {
  display: flex;
  align-items: flex-start;
  gap: 75px;
  margin-bottom: 66px;
}
@media (max-width: 1280px) {
  .footer__flex {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer__flex {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.footer__block:nth-child(2) {
  margin-left: auto;
}
@media (max-width: 1280px) {
  .footer__block:nth-child(2) {
    margin-left: unset;
  }
}
.footer__text {
  display: block;
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 100%;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .footer__text {
    margin-bottom: 14px;
  }
}
.footer__text-2 {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 120%;
  letter-spacing: -0.5px;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.footer__text-2:hover {
  color: #EE6322;
}
@media (max-width: 768px) {
  .footer__text-2 {
    white-space: wrap;
    font-size: 22px;
  }
}
.footer__nav {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-bottom: 170px;
}
@media (max-width: 993px) {
  .footer__nav {
    margin: 0 auto 40px;
  }
}
.footer__list {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 993px) {
  .footer__list {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__list {
    gap: 20px;
  }
}
.footer__link {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 120%;
  white-space: nowrap;
  letter-spacing: -0.5px;
  transition: color 0.25s ease;
}
.footer__link:hover {
  color: #EE6322;
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 20px;
  }
}
.footer__btn {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 576px) {
  .footer__btn {
    max-width: 100%;
  }
}
.footer__flex-2 {
  display: flex;
  align-items: center;
  gap: 85px;
}
@media (max-width: 1280px) {
  .footer__flex-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .footer__flex-2 {
    gap: 20px;
  }
}
.footer__text-3 {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 100%;
  letter-spacing: -0.3px;
  opacity: 0.6;
}
@media (max-width: 576px) {
  .footer__text-3 {
    font-size: 14px;
  }
}
.footer__link-2 {
  font-family: Articulat CF;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 100%;
  letter-spacing: -0.3px;
  display: block;
  opacity: 0.6;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.footer__link-2:hover {
  color: #EE6322;
  opacity: 1;
}
@media (max-width: 576px) {
  .footer__link-2 {
    font-size: 14px;
  }
}
.footer__link-2_ml {
  margin-left: auto;
}
@media (max-width: 1280px) {
  .footer__link-2_ml {
    margin-left: unset;
  }
}
@media (max-width: 1280px) {
  .footer__btn-2 {
    margin-left: auto;
  }
}

.modal {
  padding: 0;
  border: 0;
  /* position: fixed;
  width: 100%;
  height: 100%;
  background: #1a1a1a82;
  top: 0;
  left: 0;
  display: none; */
}

.modal__close {
  width: 25px;
  height: 25px;
  margin-left: auto;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 3;
}
.modal__close svg path {
  transition: fill 0.25s ease;
}
.modal__close:hover svg path {
  fill: #EE6322;
}

.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto 0;
}

details, main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}


.form-message {
    margin-top: 15px;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
}

.form-message.success {
    background: #e6f7ee;
    color: #0f5132;
}

.form-message.error {
    background: #fdecea;
    color: #842029;
}

.basic {
  padding: 80px 0;
}

.basic h1{
  margin: 0 0 30px;
  font-family: "Articulat CF";
}

.basic h2{
  margin: 20px 0;
  font-family: "Articulat CF";
}

.text p, .basic p{
  margin: 10px 0;
}

.text ul, .basic ul{
  list-style: disc;
  padding-left: 18px;
}

.text ul li, .basic ul li{
  list-style: disc;
}

.category {
  padding: 80px 0;
}

.category h1{
  margin: 0 0 10px;
  font-family: "Articulat CF";
  font-weight: 400;
  font-size: 46px;
}

.category .desc{
  font-size: 18px;
  line-height: 1.3;
  max-width: 1200px;
}


@media (max-width: 576px) {
  .category h1{
    font-size: 42px;
  }
}

.breadcrumbs {
  margin: 16px 0;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.3;
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.breadcrumbs__item span {
  cursor: pointer;
}

.breadcrumbs__link {
  color: #171717;
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.15s ease, text-decoration-color 0.15s ease;
  cursor: pointer;
}

.breadcrumbs__link:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumbs__sep {
  opacity: 0.35;
  user-select: none;
}

.breadcrumbs__current {
  color: #171717;
  opacity: 1;
  font-weight: 500;
  max-width: 60vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .breadcrumbs__current {
    max-width: 80vw;
  }
  .breadcrumbs__list {
    font-size: 13px;
  }
}

.flex-project-top {
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-project-top .orange-btn{
  max-width: 240px;
  width: 100%;
}

@media (max-width: 768px) {
  .flex-project-top {
    flex-direction: column;
    gap: 25px;
  }

  .category h1 {
    text-align: center;
  }

  .flex-project-top .projexts__flex-2 {
    justify-content: center;
    margin-top: 20px;
  }

}

.images-flex {
  display: flex;
  gap: 10px;
  margin: 50px 0;
  flex-wrap: wrap;
}

.images-flex img{
  width: calc(33% - 11px);
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
}


.uslugi-flex .projects__card {
  width: calc(33% - 22px);
  max-width: 100%;
  margin: auto;
}

@media (max-width: 1100px) {
  .images-flex img{
    width: calc(50% - 11px);
  }

  .uslugi-flex .projects__card {
    width: calc(50% - 22px);
  }
}

@media (max-width: 600px) {
  .images-flex img{
    width: 100%;
  }
}

@media (max-width: 760px) {
  .uslugi-flex .projects__card {
    width: auto;
  }
}

.uslugi-flex {
    margin: 50px 0 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

a span {
  cursor: pointer;
}

a h3 {
  cursor: pointer;
}

a svg {
  cursor: pointer;
}


/* ===== PRICE TABLE ===== */

.price-table {
  margin: 32px 0;
  overflow-x: auto;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.price-table thead {
  background: #171717;
}

.price-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.price-table tbody tr {
  transition: background 0.2s ease;
}

.price-table tbody tr:nth-child(even) {
  background: #f7f8fa;
}

.price-table tbody tr:hover {
  background: #eef2f6;
}

.price-table tbody td {
  padding: 14px 18px;
  font-size: 15px;
  color: #222;
  vertical-align: top;
  line-height: 1.45;
  border-bottom: 1px solid #e6e8eb;
}

.price-table tbody td:last-child {
  font-weight: 600;
  white-space: nowrap;
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .price-table table {
    font-size: 14px;
  }

  .price-table thead {
    display: none;
  }

  .price-table tbody tr {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #e6e8eb;
  }

  .price-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: none;
  }

  .price-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
    margin-right: 16px;
    min-width: 80px;
  }

  .price-table tbody tr:last-child {
    border-bottom: none;
  }
}

.services__item a {
      text-decoration: underline;
}

.services__item a:hover {
      text-decoration: none;
}

.services__flex .services__btn {
  text-transform: none;
}


  .service-subservices {
    margin: 36px 0;
  }

  .service-subservices__head {
    margin-bottom: 18px;
    margin-top: 60px;
  }

  .service-subservices__title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
    color: #0b0b0b;
  }

  .service-subservices__subtitle {
    margin: 0;
    max-width: 820px;
    font-size: 16px;
    line-height: 1.5;
    color: #4b5563;
  }

  .service-subservices__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px;
    margin-top: 18px;
  }

  .service-card {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 16px 14px;
    background: #ffffff;
    border: 1px solid #e6e8eb;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    min-height: 170px;
  }

  .service-card:hover {
    transform: translateY(-2px);
    border-color: #d7dbe0;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07);
  }

  .service-card__top {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .service-card__icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f3f4f6;
    font-size: 18px;
    line-height: 1;
    flex: 0 0 36px;
  }

  .service-card__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #0b0b0b;
  }

  .service-card__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #374151;
  }

  .service-card__link {
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    color: #0b0b0b;
    opacity: 0.85;
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .service-card { grid-column: span 6; }
  }

  @media (max-width: 640px) {
    .service-card { grid-column: span 12; }
    .service-subservices__title { font-size: 22px; }
    .service-card { min-height: auto; }
  }


    .service-price { margin: 34px 0; }
  .service-price__title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
    color: #0b0b0b;
  }
  .service-price__subtitle {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.55;
    color: #4b5563;
    max-width: 920px;
  }
  .service-price__note {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.55;
    color: #4b5563;
    max-width: 980px;
  }

   .service-conclusion {
    margin: 60px auto 0;
    max-width: 1050px;
    padding: 28px;
    background: linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
    border-radius: 18px;
    border: 1px solid #e6e8eb;
  }

  .service-conclusion__title {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.15;
    color: #0b0b0b;
  }

  .service-conclusion__text {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    max-width: 980px;
  }

  .service-conclusion__cta {
    margin-top: 18px;
  }

  .service-conclusion__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    background: #0b0b0b;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  }

  .service-conclusion__button:hover {
    background: #000000;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  }

  @media (max-width: 640px) {
    .service-conclusion {
      padding: 22px;
    }

    .service-conclusion__title {
      font-size: 22px;
    }
  }

  .service-conclusion__cta .orange-btn {
    white-space: normal;
  }

  .service-hero {
  margin: 32px 0 48px;
}

.service-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
}

/* Левая часть — изображение */
.service-hero__image {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.service-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 18px;
}

/* Правая часть — текст */
.service-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-hero__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
  max-width: 520px;
}

/* Кнопка */
.service-hero__content .hero__btn {
  margin-top: 10px;
  max-width: 322px;
}

/* Адаптив */
@media (max-width: 1024px) {
  .service-hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-hero__image img {
    max-height: 360px;
  }

  .service-hero__content p {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .service-hero {
    margin: 24px 0 36px;
  }

  .service-hero__image img {
    max-height: 280px;
  }

  .service-hero__content p {
    font-size: 15px;
  }

  .service-hero__content .hero__btn {
    width: 100%;
    justify-content: center;
  }
}
