@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair%20Display:wght@600;700;800&display=swap");
/*---------- Reset styles --------------*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  min-width: 100%;
  font-size: 62.5%;
  font-weight: 400;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*-------------- Body ------------------*/
body {
  font-size: 1.6rem;
}
body._lock {
  overflow: hidden;
}

/*------------- Wrapper ----------------*/
.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wrapper > main {
  flex: 1 1 auto;
}

/*------------ Container ---------------*/
[class*=__container] {
  max-width: 117rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/*--------------- ibg ------------------*/
[class*="--ibg"] {
  position: relative;
}
[class*="--ibg"] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-------------- Forms ------------------*/
.form-count__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.form-count__form {
  padding: 2rem;
  border: solid 1px rgba(255, 255, 255, 0.12);
  border-radius: 1.8rem;
}
.form-count__title {
  margin-bottom: 1rem;
  color: #ededed;
}
.form-count__row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.form-count__row:not(:last-of-type) {
  margin-bottom: 1rem;
}
.form-count__row:last-of-type {
  margin-bottom: 2rem;
}
@media (max-width: 29.998em) {
  .form-count__row {
    flex-direction: column;
  }
}
@media (max-width: 47.998em) {
  .form-count__item {
    width: 100%;
  }
}
@media (min-width: 47.998em) {
  .form-count__item {
    flex: 0 1 50%;
  }
}
.form-count__select {
  padding: 1.3rem;
  border-radius: 1.2rem;
  border: solid 0.1rem rgba(255, 255, 255, 0.14);
  color: #ededed;
  background-color: rgba(255, 255, 255, 0.06);
  width: 100%;
  padding: 1.3rem;
  border-radius: 1.2rem;
  border: solid 0.1rem rgba(255, 255, 255, 0.14);
  color: #ededed;
  background-color: rgba(255, 255, 255, 0.06);
}
.form-count__input {
  padding: 1.3rem;
  border-radius: 1.2rem;
  border: solid 0.1rem rgba(255, 255, 255, 0.14);
  color: #ededed;
  background-color: rgba(255, 255, 255, 0.06);
  width: 100%;
  margin-bottom: 0.6rem;
}
.form-count__textarea {
  margin-bottom: 2rem;
  padding: 1.3rem 1.3rem 1.3rem 1.3rem;
  width: 100%;
  border-radius: 1.2rem;
  border: solid 0.1rem rgba(255, 255, 255, 0.14);
  color: #ededed;
  background-color: rgba(255, 255, 255, 0.06);
  resize: none;
}
.form-count__button {
  width: 100%;
}
.form-count .form-count__error {
  color: #dc2626;
  font-size: 1.4rem;
}

/*--------------- UI -------------------*/
@media (max-width: 47.998em) {
  .menu__body {
    padding-top: 6rem;
    padding-left: 1.5rem;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: left 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu__body._active {
    left: 0;
  }
}
.menu__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 47.998em) {
  .menu__list {
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 47.998em) {
  .menu__list {
    padding: 5rem 0 0 1.5rem;
  }
}
.menu__link {
  opacity: 0.9;
  font-size: 1.4rem;
  color: rgba(237, 237, 237, 0.85);
  font-size: 1.6rem;
}
@media (max-width: 73.125rem) {
  .menu__link {
    font-size: calc(2.4rem + -0.8 * (100vw - 37.5rem) / 79.5);
  }
}
.menu__icon {
  position: relative;
  z-index: 10;
  width: 3rem;
  height: 2rem;
}
.menu__icon:before, .menu__icon:after {
  content: "";
}
.menu__icon span, .menu__icon:before, .menu__icon:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 12%;
  background-color: #ededed;
  transition: all 0.3s ease 0s;
}
.menu__icon:before {
  top: 0;
}
.menu__icon:after {
  bottom: 0;
}
.menu__icon._active:before {
  top: 50%;
  transform: rotate(45deg) translate(0, -50%);
}
.menu__icon._active span {
  transform: scale(0);
}
.menu__icon._active:after {
  bottom: 50%;
  transform: rotate(-45deg) translate(0, 50%);
}
@media (min-width: 47.998em) {
  .menu__icon {
    display: none;
  }
}
.menu__icon span {
  top: 50%;
  transform: scale(1) translate(0, -50%);
}

/*------------ buttons -----------------*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 3rem;
  min-height: 4.5rem;
  -webkit-backdrop-filter: blur(0.8rem);
  backdrop-filter: blur(0.8rem);
}
.btn--primary {
  background: linear-gradient(to bottom, #c8ae74 0%, #b79b62 100%);
  color: #121212;
}
.btn--secondary {
  border: 0.1rem solid rgba(255, 255, 255, 0.2784313725);
  color: #ededed;
}

.title {
  font-family: "PlayfairDisplay", serif;
  font-weight: 700;
}
.title--h1 {
  font-size: 5.6rem;
}
@media (max-width: 73.125rem) {
  .title--h1 {
    font-size: calc(3.2rem + 2.4 * (100vw - 37.5rem) / 79.5);
  }
}
.title--h1 {
  font-weight: 600;
}
.title--h2 {
  font-size: 4rem;
}
.title--h3 {
  font-size: 3.6rem;
}
.title--h4 {
  font-size: 2.2rem;
}
.title--h5 {
  font-size: 2rem;
}
.title--h6 {
  font-size: 1.8rem;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal._open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.modal__body {
  position: relative;
  padding: 3rem 4rem;
  background-color: #000;
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.4rem;
  color: #fff;
  cursor: pointer;
}
.toast {
  position: fixed;
  top: 24px;
  right: 24px;
  min-width: 320px;
  max-width: 420px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transform: translateX(calc(100% + 40px));
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 9999;
  border-left: 4px solid #ccc;
}

.toast._show {
  transform: translateX(0);
}

.toast._success {
  border-left-color: #22c55e;
}

.toast._error {
  border-left-color: #ef4444;
}

.toast__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.toast._success .toast__icon {
  background: #22c55e;
}

.toast._success .toast__icon::before {
  content: "✓";
}

.toast._error .toast__icon {
  background: #ef4444;
}

.toast._error .toast__icon::before {
  content: "!";
}

.toast__content {
  flex: 1;
  min-width: 0;
}

.toast__title {
  font-weight: 600;
  font-size: 15px;
  color: #111;
  margin-bottom: 2px;
}

.toast__message {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.toast__close {
  flex-shrink: 0;
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.toast__close:hover {
  color: #111;
}

@media (max-width: 480px) {
  .toast {
    top: 16px;
    right: 16px;
    left: 16px;
    min-width: 0;
    max-width: none;
  }
}
/*------------- Header ------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  z-index: 10;
  -webkit-backdrop-filter: blur(0.8rem);
  backdrop-filter: blur(0.8rem);
  background-color: rgba(0, 0, 0, 0.3);
}
.header__content {
  height: 6rem;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 0;
}
.header__logo {
  flex: 1 1 auto;
}
.header__menu {
  flex: 1 1 auto;
}
.header__phone {
  position: relative;
  z-index: 10;
  margin-right: 1.2rem;
  color: rgba(237, 237, 237, 0.9);
}
.header__phone a {
  font-size: 1.6rem;
}
@media (max-width: 73.125rem) {
  .header__phone a {
    font-size: calc(1.4rem + 0.2 * (100vw - 37.5rem) / 79.5);
  }
}
.header__button {
  position: relative;
  z-index: 10;
  margin-right: 1rem;
  min-width: 20rem;
}
@media (max-width: 73.125rem) {
  .header__button {
    min-width: calc(16rem + 4 * (100vw - 37.5rem) / 79.5);
  }
}
.header__button {
  min-height: 3.5rem;
}
@media (max-width: 73.125rem) {
  .header__button {
    min-height: calc(3.2rem + 0.3 * (100vw - 37.5rem) / 79.5);
  }
}

.footer {
  background-color: #121826;
  border-top: 0.1rem solid gray;
}
.footer__content {
  padding-block: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
}
@media (min-width: 47.998em) {
  .footer__content {
    flex-direction: row;
  }
}
/*-------------- Main ------------------*/
.main__hero {
  width: 100dvw;
  height: 100dvh;
  position: relative;
}
.main__service {
  padding-top: 8.5rem;
}
@media (max-width: 73.125rem) {
  .main__service {
    padding-top: calc(4.5rem + 4 * (100vw - 37.5rem) / 79.5);
  }
}
.main__service {
  padding-bottom: 8.5rem;
}
@media (max-width: 73.125rem) {
  .main__service {
    padding-bottom: calc(4.5rem + 4 * (100vw - 37.5rem) / 79.5);
  }
}
.main__service {
  background-color: #f3f0ea;
}
.main__count {
  padding-top: 10rem;
}
@media (max-width: 73.125rem) {
  .main__count {
    padding-top: calc(4rem + 6 * (100vw - 37.5rem) / 79.5);
  }
}
.main__count {
  padding-bottom: 10rem;
}
@media (max-width: 73.125rem) {
  .main__count {
    padding-bottom: calc(4rem + 6 * (100vw - 37.5rem) / 79.5);
  }
}
.main__count {
  background-image: radial-gradient(circle at 20% 0, rgba(183, 155, 98, 0.16), rgba(183, 155, 98, 0) 41%), radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 39%), linear-gradient(to bottom, #121826, #121826);
}
.main__portfolio {
  padding: 10rem 0;
  background: radial-gradient(circle at 20% 0, rgba(183, 155, 98, 0.16), rgba(183, 155, 98, 0) 34%), radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 36%), linear-gradient(to bottom, #121826, #121826);
}
.hero-main__content {
  height: 100dvh;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-main__title {
  margin-bottom: 1rem;
  max-width: 43rem;
  line-height: 105%;
  color: #ededed;
}
.hero-main__text {
  margin-bottom: 2.5rem;
  line-height: 155%;
  letter-spacing: normal;
  color: rgba(237, 237, 237, 0.8588235294);
  max-width: 37rem;
}
.hero-main__actions {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (min-width: 29.998em) {
  .hero-main__actions {
    align-items: center;
    flex-direction: row;
  }
}
.hero-main__cost {
  min-width: 20rem;
}
.hero-main__consultation {
  min-width: 22rem;
}
.hero-main__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: rgba(237, 237, 237, 0.8509803922);
}
.hero-main__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(14, 18, 24, 0.92), rgba(14, 18, 24, 0.86) 40%, rgba(14, 18, 24, 0.15) 78%, rgba(14, 18, 24, 0.05) 100%);
}
.hero-main__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list-hero__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.service-main__slogan {
  margin-bottom: 1rem;
  font-size: 12px;
  letter-spacing: 0.216rem;
  text-align: center;
  color: rgba(183, 155, 98, 0.9490196078);
}
.service-main__title {
  margin-bottom: 1.2rem;
  text-align: center;
}
.service-main__text p {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  line-height: 160%;
  text-align: center;
  color: rgba(20, 20, 20, 0.68);
}
.service-main__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.6rem;
  margin-bottom: 2rem;
}

.cards-service__item {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.5rem;
}
@media (max-width: 73.125rem) {
  .cards-service__item {
    gap: calc(1.4rem + 5.1 * (100vw - 37.5rem) / 79.5);
  }
}
.cards-service__item {
  border-radius: 14px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e8e2d7;
  background-color: rgba(255, 255, 255, 0.8784313725);
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .cards-service__item:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.cards-service__title {
  margin-bottom: 0.8rem;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.cards-service__text {
  max-width: 21rem;
  font-size: 13px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.62);
}
.cards-service__icon {
  border-radius: 14px;
  border: solid 1px rgba(183, 155, 98, 0.28);
  background-image: linear-gradient(135deg, rgba(183, 155, 98, 0.22) 0%, rgba(0, 0, 0, 0.02));
}
.cards-service__more {
  min-width: 16rem;
  min-height: 5rem;
  display: block;
  margin: 0 auto;
}

.count-main__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 61.998em) {
  .count-main__body {
    flex-direction: row;
  }
}
.count-main__content {
  max-width: 55rem;
  flex: 0 0 50%;
}
@media (max-width: 47.998em) {
  .count-main__content {
    margin-bottom: 2rem;
  }
}
.count-main__title {
  color: #fff;
  margin-bottom: 1rem;
}
.count-main__text {
  color: rgba(237, 237, 237, 0.72);
  margin-bottom: 2rem;
  line-height: 155%;
}
.contacts-count__list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contacts-count__item {
  flex: 0 0 4rem;
}
@media (max-width: 61.998em) {
  .contacts-count__form {
    width: 100%;
  }
}
@media (min-width: 61.998em) {
  .contacts-count__form {
    flex: 0 0 50%;
  }
}

.portfolio-main__content {
  text-align: center;
}
.portfolio-main__title {
  margin-bottom: 1.2rem;
  color: #ededed;
}
.portfolio-main__text {
  margin-bottom: 4rem;
  line-height: 160%;
  color: rgba(237, 237, 237, 0.7215686275);
}
.portfolio-main__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(34rem, 1fr));
  gap: 1.5rem;
}

.gallery-portfolio__item {
  border-radius: 1.8rem;
  overflow: hidden;
  border: solid 0.1rem rgba(255, 255, 255, 0.1);
}
.gallery-portfolio__top {
  position: relative;
  padding-bottom: 80%;
}
.gallery-portfolio__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(183, 155, 98, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  z-index: 2;
}
.gallery-portfolio__bottom {
  padding: 1.5rem;
  background-color: #0f141f;
}
.gallery-portfolio__title {
  margin-bottom: 0.5rem;
  color: rgba(237, 237, 237, 0.88);
  line-height: 125%;
}
.gallery-portfolio__text {
  color: rgba(237, 237, 237, 0.62);
  font-size: 1.2rem;
}

.main-service__details {
  padding-top: 10rem;
}
@media (max-width: 73.125rem) {
  .main-service__details {
    padding-top: calc(3rem + 7 * (100vw - 37.5rem) / 79.5);
  }
}
.main-service__details {
  background: linear-gradient(135deg, #f4f0e9 0%, #efe9de 100%);
}
.main-service__portfolio {
  padding-block: 8rem;
}
@media (max-width: 73.125rem) {
  .main-service__portfolio {
    padding-block: calc(3rem + 5 * (100vw - 37.5rem) / 79.5);
  }
}
.main-service__portfolio {
  background: radial-gradient(circle at 0 0, rgba(195, 162, 104, 0.16), rgba(195, 162, 104, 0) 28%), radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 25%), linear-gradient(to bottom, #0d1325, #09101e 80%), linear-gradient(to bottom, #fff, #fff);
}
.main-service__request {
  padding-block: 8rem;
}
@media (max-width: 73.125rem) {
  .main-service__request {
    padding-block: calc(3rem + 5 * (100vw - 37.5rem) / 79.5);
  }
}
.main-service__request {
  background: radial-gradient(circle at 0 0, rgba(195, 162, 104, 0.16), rgba(195, 162, 104, 0) 28%), radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 25%), linear-gradient(to bottom, #0d1325, #09101e 80%), linear-gradient(to bottom, #fff, #fff);
}
.main-service__steps {
  padding-block: 8rem;
}
@media (max-width: 73.125rem) {
  .main-service__steps {
    padding-block: calc(3rem + 5 * (100vw - 37.5rem) / 79.5);
  }
}
.main-service__steps {
  background: linear-gradient(135deg, #f4f0e9 0%, #efe9de 100%);
}

.hero-service__content {
  max-width: 60rem;
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-service__title {
  color: #f3f1ec;
  margin-bottom: 1.6rem;
}
.hero-service__text {
  color: rgba(243, 241, 236, 0.72);
  margin-bottom: 2.5rem;
  line-height: 155%;
}
.hero-service__button {
  min-width: 20rem;
  align-self: flex-start;
}
.hero-service__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-service__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(14, 18, 24, 0.7), rgba(14, 18, 24, 0.6) 40%, rgba(14, 18, 24, 0.5) 81%, rgba(14, 18, 24, 0.3) 100%);
}

.details-service__content {
  text-align: center;
  padding-bottom: 10rem;
}
@media (max-width: 73.125rem) {
  .details-service__content {
    padding-bottom: calc(3rem + 7 * (100vw - 37.5rem) / 79.5);
  }
}
.details-service__content {
  border-bottom: 0.2rem solid rgba(68, 68, 68, 0.5);
}
.details-service__title {
  margin-bottom: 1rem;
}
.details-service__subtitle {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: rgba(20, 20, 20, 0.68);
}
.details-service__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.8rem;
  color: #4d483e;
}

.list-details__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  padding: 2rem;
  background-color: #fff;
  border: 0.1rem solid #e8e2d7;
  border-radius: 1rem;
}
.list-details__image {
  width: 5rem;
  height: 5rem;
}

.stages-service__title {
  color: #ededed;
  margin-bottom: 2.6rem;
}
@media (min-width: 47.998em) {
  .request-service__form {
    max-width: 50%;
    margin: 0 auto;
  }
}

.steps-service__title {
  margin-bottom: 2rem;
}
.steps-service__text {
  margin-bottom: 3rem;
}
.steps-service__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 3rem;
  padding-left: 1.5rem;
}

@media (min-width: 47.998em) {
  .list-steps__item:first-child {
    grid-row: 1/1;
    grid-column: 1/1;
  }
  .list-steps__item:nth-child(2) {
    grid-row: 2/2;
    grid-column: 2/2;
  }
  .list-steps__item:nth-child(3) {
    grid-row: 3/3;
    grid-column: 1/1;
  }
  .list-steps__item:last-child {
    grid-row: 4/4;
    grid-column: 2/2;
  }
}
.list-steps__title {
  margin-bottom: 0.6rem;
}
.list-steps__text {
  line-height: 150%;
}