input,
button,
textarea,
select {
  border: none;
  font: inherit;
  background-color: transparent;
}

.dn {
  display: none;
}

button * {
  border: none;
  font: inherit;
  background-color: transparent;
}

button {
  cursor: pointer;
  text-align: left;
  transition: .3s;
}

/* header  */
.photo {
  display: flex;
  align-items: flex-end;
}

.photo img {
  display: block;
}

.header-bottom-container {
  display: flex;
}

.container {
  max-width: 1342px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

address {
  font-style: normal;
}

.align-right {
  background-position: right center;
}

.align-left {
  background-position: left center;
}

.align-center {
  background-position: center center;
}

.menu-top .menu-list {
  display: flex;
  gap: 24px;
  align-items: center;
}

.menu-top {
  display: flex;
  align-items: center;
}

.menu-top a {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: rgb(248, 249, 250);
  text-decoration: none;
}

.header-top .row {
  gap: 24px;
}

.header-top-left {
  width: 88px;
}

.header-top-right {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.menu-top {
  width: 100%;
  justify-content: space-between;
}

.header-top {
  position: relative;
  padding: 16px 0px;
  min-height: 104px;
}

.header .row {
  position: relative;
  gap: 24px;
  align-items: center;
  color: rgb(255, 255, 255);
}

.header {
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.btn-top {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background-color: rgba(252, 196, 25, 1);
  color: rgba(16, 17, 19, 1);
  text-align: right;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.menu-top .menu-item>a::after {
  content: "";
  display: block;
  width: 100%;
  background-color: rgb(248, 249, 250);
  height: 2px;
  transform: scale(0);
  transition: all 0.3s linear 0s;
  position: relative;
  top: 4px;
}

.menu-top .menu-item>a:hover::after {
  transform: scale(1);
}

.btn-top {
  cursor: pointer;
}

.btn-animate {
  position: relative;
  overflow: hidden;
}

.btn-animate:hover::before {
  animation: 4s linear 0s 0 normal none running flareAnimation;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.btn-animate::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  left: -20%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: 2s linear 0s infinite normal none running flareAnimation;
}

@-webkit-keyframes flareAnimation {
  0% {
    left: -20%;
  }

  100% {
    left: 120%;
  }
}

@keyframes flareAnimation {
  0% {
    left: -20%;
  }

  100% {
    left: 120%;
  }
}

.header-bottom {
  max-width: 817px;
  padding-bottom: 71px;
}

.header-bottom h1 {
  margin-top: 71px;
  color: rgb(248, 249, 250);
  font-family: Unbounded;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px;
}

.header-bottom p {
  color: rgb(248, 249, 250);
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}

.header-bottom p:last-of-type {
  margin-bottom: 24px;
}

.btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.button-unstyled {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid rgb(248, 249, 250);
}

.button-unstyled:hover {
  background: rgb(252, 196, 25);
  border: 1px solid rgb(252, 196, 25);
}

.button-unstyled:hover .button-text-1 {
  color: rgb(16, 17, 19);
}

.button-text-1:hover {
  color: rgb(16, 17, 19);
}

.button-styled {
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: rgb(252, 196, 25);
}

.button-text-1 {
  color: rgb(248, 249, 250);
  text-align: right;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.button-text-2 {
  color: rgb(16, 17, 19);
  text-align: right;
  font-family: Unbounded;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.btn:last-of-type {
  margin-left: 16px;
}

.buttons {
  display: flex;
}

.cell {
  position: relative;
  flex: 1 1 0%;
  margin-top: -1px;
  font-family: Unbounded, Helvetica;
  font-weight: 600;
  color: rgb(16, 17, 19);
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 46.8px;
}

.section-whyus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 20px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

/* header end  */

.element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #f5f5f5;
  overflow-x: hidden;
}

.element .section-hero {
  display: flex;
  flex-direction: column;
  height: 640px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .hero-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 640px;
  background-image: url(https://c.animaapp.com/mfyd44a3dcFtkW/img/mask-group.png);
  background-size: 100% 100%;
}

.element .banner-darkenstyle {
  height: 640px;
  background-color: #1d1b20a6;
  background-blend-mode: darken;
}

.element .navigation-bar {
  display: flex;
  width: 1440px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 64px;
  position: relative;
  flex: 0 0 auto;
}

.element .pages {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 12px 0px;
  position: relative;
  flex: 0 0 auto;
}

.element .logotype {
  position: relative;
  width: 88px;
  height: 48.58px;
  margin-top: -0.58px;
}

.element .text {
  position: relative;
  width: 58px;
  height: 16px;
}

.element .text-navbar-primary {
  width: 98.28%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--gray-0);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.element .section {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-navbar-gray-wrapper {
  position: relative;
  width: 110px;
  height: 16px;
}

.element .text-navbar-gray {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--gray-0);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.element .div-wrapper {
  position: relative;
  width: 136px;
  height: 16px;
}

.element .text-wrapper {
  width: 99.26%;
  height: 100%;
  top: 0;
  font-weight: 500;
  color: var(--gray-0);
  line-height: 16px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Helvetica;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}

.element .div {
  position: relative;
  width: 84px;
  height: 16px;
}

.element .text-navbar-gray-2 {
  width: 98.81%;
  height: 100%;
  top: 0;
  font-weight: 500;
  color: var(--gray-0);
  line-height: 16px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Helvetica;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}

.element .text-2 {
  position: relative;
  width: 48px;
  height: 16px;
}

.element .text-navbar-gray-3 {
  width: 97.92%;
  height: 100%;
  top: 0;
  font-weight: 500;
  color: var(--gray-0);
  line-height: 16px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Helvetica;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}

.element .text-3 {
  position: relative;
  width: 68px;
  height: 16px;
}

.element .text-navbar-gray-4 {
  width: 98.53%;
  height: 100%;
  top: 0;
  font-weight: 500;
  color: var(--gray-0);
  line-height: 16px;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Helvetica;
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}

.element .button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.element .button-unstyled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--yellow-5);
  border-radius: 40px;
}

.button-unstyled-3:hover {
  color: #fff;
  background-color: #101113;
}

.button-unstyled-3:hover .button-text {
  color: #FFF;
}

.element .button-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--head-05-font-family);
  font-weight: var(--head-05-font-weight);
  color: var(--dark-9);
  font-size: var(--head-05-font-size);
  text-align: right;
  letter-spacing: var(--head-05-letter-spacing);
  line-height: var(--head-05-line-height);
  white-space: nowrap;
  font-style: var(--head-05-font-style);
  transition: .3s;
}

.element .text-CTA {
  display: flex;
  flex-direction: column;
  height: 536px;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 0px 0px 0px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.element .p {
  width: 817px;
  font-family: var(--head-01-font-family);
  font-weight: var(--head-01-font-weight);
  color: var(--gray-0);
  font-size: var(--head-01-font-size);
  line-height: var(--head-01-line-height);
  position: relative;
  letter-spacing: var(--head-01-letter-spacing);
  font-style: var(--head-01-font-style);
}

.element .rows {
  display: flex;
  flex-direction: column;
  width: 817px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.element .row {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .text-wrapper-2 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--subtitle-m-18-font-family);
  font-weight: var(--subtitle-m-18-font-weight);
  color: var(--gray-0);
  font-size: var(--subtitle-m-18-font-size);
  letter-spacing: var(--subtitle-m-18-letter-spacing);
  line-height: var(--subtitle-m-18-line-height);
  font-style: var(--subtitle-m-18-font-style);
}

.element .buttons {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.element .button-unstyled-2 {
  display: inline-flex;
  flex: 0 0 auto;
  border: 1px solid #f8f9fa !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  position: relative;
  border-radius: 40px;
  border: 1px solid;
  transition: .3s;
}

.element .button-unstyled-2:hover .button-text-2 {
  color: #101113;
}

.element .button-unstyled-2:hover {
  background-color: #f8f9fa;
}

.element .button-text-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--head-05-font-family);
  font-weight: var(--head-05-font-weight);
  color: var(--gray-0);
  font-size: var(--head-05-font-size);
  text-align: right;
  letter-spacing: var(--head-05-letter-spacing);
  line-height: var(--head-05-line-height);
  white-space: nowrap;
  font-style: var(--head-05-font-style);
}

.element .section-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 20px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .section-whyus {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0px 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  max-width: 1342px;
  margin: 0 auto;
  flex: 0 0 auto;
}

.element .table-cell {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .cell {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Unbounded", Helvetica;
  font-weight: 600;
  color: var(--dark-9);
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46.8px;
}

.element .div-2 {
  display: flex;
  align-items: stretch;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .about-us-box {
  display: flex;
  max-width: 426px;
  align-items: flex-start;
  gap: 12px;
  padding: 8px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
}

.element .rectangle {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 16px;
  object-fit: cover;
}

.element .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 0px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.element .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 38px;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: var(--dark-9);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
}

.element .text-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  color: #868e96;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16.8px;
}

.element .about-us-box-2 {
  display: flex;
  width: 426px;
  align-items: flex-start;
  gap: 12px;
  padding: 8px;
  position: relative;
  align-self: stretch;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
}

.element .img {
  position: relative;
  align-self: stretch;
  width: 180px;
  border-radius: 16px;
  object-fit: cover;
}

.element .text-wrapper-5 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-b-16-font-family);
  font-weight: var(--subtitle-b-16-font-weight);
  color: var(--dark-9);
  font-size: var(--subtitle-b-16-font-size);
  letter-spacing: var(--subtitle-b-16-letter-spacing);
  line-height: var(--subtitle-b-16-line-height);
  font-style: var(--subtitle-b-16-font-style);
}

.element .section-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-b-24-font-family);
  font-weight: var(--subtitle-b-24-font-weight);
  color: var(--dark-9);
  font-size: var(--subtitle-b-24-font-size);
  text-align: center;
  letter-spacing: var(--subtitle-b-24-letter-spacing);
  line-height: var(--subtitle-b-24-line-height);
  font-style: var(--subtitle-b-24-font-style);
}

.element .button-unstyled-3 {
  border-color: #101113;
  padding: 12px 16px;
  position: relative;
  border-radius: 40px;
  border: 1px solid;
}

.element .section-hometype {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  padding: 0px 15px;
  max-width: 1342px;
  margin: 0 auto;
  flex: 0 0 auto;
}

.element .div-3 {
  flex-direction: column;
  gap: 24px;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.btn-submit {
  width: 40px;
  height: 40px;
  background: url("img/icons/arrow-narrow-right.svg") right center no-repeat;
  border: none;
  cursor: pointer;
  transition: .3s;
}

.btn-submit:hover {
  opacity: .8;
}

.element .cell-2 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--head-02-font-family);
  font-weight: var(--head-02-font-weight);
  color: var(--dark-9);
  font-size: var(--head-02-font-size);
  letter-spacing: var(--head-02-letter-spacing);
  line-height: var(--head-02-line-height);
  font-style: var(--head-02-font-style);
}

.element .div-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .section-top {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .type-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
}

.element .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .rectangle-2 {
  align-self: stretch;
  width: 100%;
  height: 360px;
  position: relative;
  border-radius: 16px;
  object-fit: cover;
}

.element .description-button-wrapper {
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .description-button {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
}

.element .div-5 {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
}

.element .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-b-24-font-family);
  font-weight: var(--subtitle-b-24-font-weight);
  color: var(--dark-9);
  font-size: var(--subtitle-b-24-font-size);
  letter-spacing: var(--subtitle-b-24-letter-spacing);
  line-height: var(--subtitle-b-24-line-height);
  font-style: var(--subtitle-b-24-font-style);
}

.element .text-wrapper-8 {
  font-weight: var(--text-m-14-font-weight);
  position: relative;
  align-self: stretch;
  font-family: var(--text-m-14-font-family);
  color: #868e96;
  font-size: var(--text-m-14-font-size);
  letter-spacing: var(--text-m-14-letter-spacing);
  line-height: var(--text-m-14-line-height);
  font-style: var(--text-m-14-font-style);
}

.element .button-unstyled-wrapper {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  transition: .3s;
  border-radius: 40px;
  border-color: #101113;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 40px;
  border: 1px solid;
}

.element .button-unstyled-wrapper:hover .button-text {
  color: #fff;
}

.element .button-unstyled-wrapper:hover {
  background-color: #101113;
  border-radius: 40px;
}

.main-section-container {
  background-color: #ffffff;
  padding: 24px 15px;
}

.element .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
}

.element .section-aboutcompany {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 15px;
  max-width: 1342px;
  margin: 0 auto;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.element .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element .head {
  display: flex;
  width: 696px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.element .cell-3 {
  font-weight: 400;
  color: var(--dark-9);
  line-height: 36px;
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Unbounded", Helvetica;
  font-size: 36px;
  letter-spacing: 0;
}

.element .span {
  font-weight: var(--head-02-font-weight);
  line-height: var(--head-02-line-height);
  font-family: var(--head-02-font-family);
  font-style: var(--head-02-font-style);
  letter-spacing: var(--head-02-letter-spacing);
  font-size: var(--head-02-font-size);
}

.element .text-wrapper-9 {
  font-weight: 600;
  line-height: 46.8px;
}

.element .cards {
  position: relative;
  width: 677px;
  height: 641px;
}

.element .img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 459px;
  border-radius: 16px;
  object-fit: cover;
}

.element .img-3 {
  position: absolute;
  top: 67px;
  left: 391px;
  width: 286px;
  height: 378px;
  border-radius: 16px;
  object-fit: cover;
}

.element .img-4 {
  position: absolute;
  top: 277px;
  left: 40px;
  width: 481px;
  height: 364px;
  border-radius: 16px;
  object-fit: cover;
}

.element .left {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
}

.element .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-m-18-font-family);
  font-weight: var(--subtitle-m-18-font-weight);
  color: var(--dark-9);
  font-size: var(--subtitle-m-18-font-size);
  letter-spacing: var(--subtitle-m-18-letter-spacing);
  line-height: var(--subtitle-m-18-line-height);
  font-style: var(--subtitle-m-18-font-style);
}

.element .text-4 {
  display: flex;
  flex-direction: column;
  width: 592px;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 0px;
  position: relative;
  flex: 0 0 auto;
}

.element .div-6 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--head-02-font-family);
  font-weight: var(--head-02-font-weight);
  color: var(--dark-9);
  font-size: var(--head-02-font-size);
  letter-spacing: var(--head-02-letter-spacing);
  line-height: var(--head-02-line-height);
  white-space: nowrap;
  font-style: var(--head-02-font-style);
}

.element .text-wrapper-12 {
  position: relative;
  width: 160px;
  font-family: var(--text-m-14-font-family);
  font-weight: var(--text-m-14-font-weight);
  color: #868e96;
  font-size: var(--text-m-14-font-size);
  letter-spacing: var(--text-m-14-letter-spacing);
  line-height: var(--text-m-14-line-height);
  font-style: var(--text-m-14-font-style);
}

.element .text-wrapper-13 {
  position: relative;
  width: 128px;
  font-family: var(--text-m-14-font-family);
  font-weight: var(--text-m-14-font-weight);
  color: #868e96;
  font-size: var(--text-m-14-font-size);
  letter-spacing: var(--text-m-14-letter-spacing);
  line-height: var(--text-m-14-line-height);
  font-style: var(--text-m-14-font-style);
}

.element .mask-group {
  position: relative;
  width: 382px;
  height: 282px;
}

.element .div-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 0px 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  max-width: 1342px;
  margin: 0 auto;
}

.element .credit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
}

.element .f-br {
  position: relative;
  align-self: stretch;
  width: 661px;
  border-radius: 16px;
  object-fit: cover;
}

.element .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 24px 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element .text-wrapper-14 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Unbounded", Helvetica;
  font-weight: 600;
  color: var(--dark-9);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28.6px;
}

.element .div-8 {
  position: relative;
  width: 583px;
  height: 69px;
  font-family: var(--subtitle-m-18-font-family);
  font-weight: var(--subtitle-m-18-font-weight);
  color: var(--dark-9);
  font-size: var(--subtitle-m-18-font-size);
  letter-spacing: var(--subtitle-m-18-letter-spacing);
  line-height: var(--subtitle-m-18-line-height);
  font-style: var(--subtitle-m-18-font-style);
}

.element .text-wrapper-15 {
  font-weight: var(--subtitle-m-18-font-weight);
  line-height: var(--subtitle-m-18-line-height);
  font-family: var(--subtitle-m-18-font-family);
  font-style: var(--subtitle-m-18-font-style);
  letter-spacing: var(--subtitle-m-18-letter-spacing);
  font-size: var(--subtitle-m-18-font-size);
}

.element .row-2 {
  align-items: center;
  gap: 12px;
  padding: 16px;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--gray-0);
  border-radius: 12px;
  display: flex;
  position: relative;
  align-self: stretch;
}

.element .img-5 {
  position: relative;
  width: 48px;
  height: 48px;
}

.element .div-9 {
  flex: 1;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--dark-9);
  font-size: 16px;
  line-height: 16px;
  position: relative;
  letter-spacing: 0;
}

.element .text-wrapper-16 {
  font-weight: 500;
  line-height: 20.8px;
}

.element .text-wrapper-17 {
  font-weight: 600;
  line-height: 20.8px;
}

.element .div-10 {
  position: relative;
  flex: 1;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--dark-9);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}

.element .text-wrapper-18 {
  font-weight: var(--head-02-font-weight);
  color: #101113;
  line-height: var(--head-02-line-height);
  font-family: var(--head-02-font-family);
  font-style: var(--head-02-font-style);
  letter-spacing: var(--head-02-letter-spacing);
  font-size: var(--head-02-font-size);
}

.menu-item {
  list-style: none;
}

.element .box {
  display: flex;
  height: 406px;
  gap: 8px;
  padding: 8px;
  /* flex: 1;
  flex-grow: 1; */
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.element .img-6 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 295px;
  object-fit: cover;
  object-position: center center;
  border-radius: 24px;
}

.element .description-wrapper {
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--gray-0);
  border-radius: 16px;
}

.element .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .text-wrapper-19 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-b-16-font-family);
  font-weight: var(--subtitle-b-16-font-weight);
  color: var(--dark-9);
  font-size: var(--subtitle-b-16-font-size);
  letter-spacing: var(--subtitle-b-16-letter-spacing);
  line-height: var(--subtitle-b-16-line-height);
  font-style: var(--subtitle-b-16-font-style);
}

.element .text-wrapper-20 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--text-m-14-font-family);
  font-weight: var(--text-m-14-font-weight);
  color: #868e96;
  font-size: var(--text-m-14-font-size);
  letter-spacing: var(--text-m-14-letter-spacing);
  line-height: var(--text-m-14-line-height);
  font-style: var(--text-m-14-font-style);
}

.review-box-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  z-index: 16;
}

.icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 43px;
  height: 43px;
  z-index: 17;
  transition: .3s;
  cursor: pointer;
}

.icon-play:hover {
  opacity: 0.7;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.element .text-wrapper-21 {
  position: relative;
  align-self: stretch;
  height: 68px;
  font-family: var(--text-m-14-font-family);
  font-weight: var(--text-m-14-font-weight);
  color: #868e96;
  font-size: var(--text-m-14-font-size);
  letter-spacing: var(--text-m-14-letter-spacing);
  line-height: var(--text-m-14-line-height);
  font-style: var(--text-m-14-font-style);
}

.element .description-button-2 {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--gray-0);
  border-radius: 16px;
}

.element .box-2 {
  display: flex;
  width: 100%;
  max-width: 427px;
  max-height: 390px;
  gap: 8px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.element .group {
  padding: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 24px;
  background-size: 100% 100%;
  border: 8px solid #fff;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.element .buttons-2 {
  display: flex;
  flex-direction: column;
  max-width: 668px;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.element .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Unbounded", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.6px;
}

.element .text-wrapper-23 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20.8px;
}

.element .credit-box-2 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 28px 48px 28px 28px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 6px 8px #00000005;
}

.element .frame-3 {
  flex-direction: column;
  width: 618px;
  align-items: flex-start;
  gap: 24px;
  display: flex;
  position: relative;
  align-self: stretch;
}

.element .text-wrapper-24 {
  width: 583px;
  font-size: var(--subtitle-m-18-font-size);
  line-height: var(--subtitle-m-18-line-height);
  position: relative;
  font-family: var(--subtitle-m-18-font-family);
  font-weight: var(--subtitle-m-18-font-weight);
  color: var(--dark-9);
  letter-spacing: var(--subtitle-m-18-letter-spacing);
  font-style: var(--subtitle-m-18-font-style);
}

.element .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-5 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .row-3 {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: var(--gray-0);
  border-radius: 12px;
  display: flex;
  position: relative;
}

.element .app {
  position: relative;
  width: 32px;
  height: 32px;
}

.icon-block {
  height: 60px;
  width: 60px;
  background: #FFF;
  display: flex;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
}

.element .text-wrapper-25 {
  align-self: stretch;
  font-size: 16px;
  text-align: center;
  line-height: 20.8px;
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--dark-9);
  letter-spacing: 0;
}

.element .row-4 {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px;
  flex: 1;
  flex-grow: 1;
  background-color: var(--gray-0);
  border-radius: 12px;
  display: flex;
  position: relative;
}

.element .group-2 {
  position: absolute;
  top: 11px;
  left: 667px;
  width: 595px;
  height: 557px;
}

.review-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.review-box img {
  border-radius: 16px;
}

.element .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element .review-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
}

.element .text-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.element .name {
  display: flex;
  flex-direction: column;
  width: 386.67px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  background-color: var(--gray-0);
  border-radius: 12px;
}

.element .text-wrapper-26 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--dark-9);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18.2px;
}

.element .text-wrapper-27 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--dark-9);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18.2px;
}

.element .review-box-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
}

.element .text-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .text-8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--gray-0);
  border-radius: 12px;
}

.element .paginator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 111px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .paginator-2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}

/* group START */
.div-11 {
  width: 100%;
  max-width: 1342px;
  padding: 0 15px;
  margin: 0 auto;
}

.steps-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* расстояние между секциями */
}

.steps-boxes .div-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.steps-boxes .box,
.steps-boxes .box-2,
.steps-boxes .group-wrapper {
  flex: 1 1 calc(33.333% - 20px);
  /* по 3 в ряд */
  box-sizing: border-box;
}

/* --- Планшет (2 в ряд) --- */
@media (max-width: 1024px) {
  .element .group {
    padding: 35px;
  }

  .group .text-wrapper-23 {
    font-size: 18px;
    line-height: 1.4;
  }

  .steps-boxes .box,
  .steps-boxes .box-2,
  .steps-boxes .group-wrapper {
    flex: 1 1 calc(50% - 20px);
  }
}

/* --- Мобильный (1 в ряд) --- */
@media (max-width: 860px) {
  /* Карусель для блоков */
  .steps-boxes .div-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
  }

  .steps-boxes .div-2::-webkit-scrollbar {
    display: none;
  }

  .steps-boxes .box,
  .steps-boxes .box-2 {
    flex: 0 0 100%;
    scroll-snap-align: start;
    max-width: 100%;
  }

  /* Скрываем 8й блок (group-wrapper) в мобильной версии */
  .steps-boxes .group-wrapper {
    display: none;
  }

  .group .button {
    display: inline-block;
    text-align: center;
  }

  /* Точки навигации */
  .steps-dots-navigation {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 0;
  }

  .steps-dots-navigation span {
    width: 8px;
    height: 8px;
    background-color: #D1D5DB;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .steps-dots-navigation span.active {
    background-color: #101113;
    width: 10px;
    height: 10px;
  }

  /* Блок "Работаем прозрачно и технологично" - мобильная версия */
  .element .credit-box-2 {
    flex-direction: column;
    padding: 20px;
    gap: 24px;
  }

  .element .frame-3 {
    width: 100%;
    order: 1;
  }

  .element .group-2 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    order: 2;
  }

  /* Блоки с иконками вертикально */
  .element .frame-4 {
    flex-direction: column;
    gap: 16px;
  }

  .element .frame-5 {
    flex-direction: column;
    gap: 16px;
  }

}

/* Скрываем точки на больших экранах */
@media (min-width: 861px) {
  .steps-dots-navigation {
    display: none;
  }
}

.group-wrapper {
  background-color: fff;
  width: 100%;
  position: relative;
}

.group::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 53, 53, 0.5);
  backdrop-filter: blur(4px) brightness(100%);
}

.group {
  position: relative;
  background-size: cover;
  background-position: center;
  /* отступы вокруг текста */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 392px;
  /* высота блока на десктопе */
  border-radius: 12px;
  overflow: hidden;
}

.group .rectangle-3 {
  position: absolute;
  inset: 0;
  /* растянуть на весь блок */
  background: rgba(0, 0, 0, 0.5);
  /* затемнение фона */
  z-index: 41;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.group .buttons-2 {
  position: relative;
  z-index: 2;
  /* поверх затемнения */
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.group .text-wrapper-22 {
  font-size: 28px;
  margin-bottom: 20px;
}

.group .text-wrapper-23 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (min-width: 860px) and (max-width: 1200px) {
  .element .group {
    padding: 25px;
  }

  .steps-boxes .group-wrapper .group {
    padding: 22px;
    min-height: 437px;
  }

  .group .text-wrapper-23 {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .element .box-2 {
    min-height: 434px;
  }

  .group .text-wrapper-22 {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}

/* --- Планшет --- */
@media (max-width: 1024px) {
  .group {
    padding: 40px;
    min-height: 350px;
  }

  .group .text-wrapper-22 {
    font-size: 24px;
  }
}

/* --- Мобильный --- */
@media (max-width: 860px) {
  .group {
    padding: 20px;
    min-height: auto;
  }

  .group .buttons-2 {
    max-width: 100%;
    text-align: left;
    /* текст по левому краю на телефоне */
  }

  .group .button {
    width: 100%;
    /* кнопка на всю ширину */
    margin-top: 15px;
  }
}

/* group END */

.element .ellipse {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: var(--gray-7);
  border-radius: 4px;
}

.element .ellipse-2 {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: var(--gray-5);
  border-radius: 4px;
  opacity: 0.4;
}

.element .cell-wrapper {
  display: flex;
  width: 770px;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0px;
  position: relative;
  flex: 0 0 auto;
}

.element .section-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element .row-5 {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .img-7 {
  position: relative;
  width: 32px;
  height: 32px;
}

.element .text-wrapper-28 {
  flex: 1;
  color: var(--dark-9);
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
}

.element .text-wrapper-29 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: var(--dark-9);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
}

.element .section-5 {
  display: flex;
  height: 564px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #101113;
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
}

.text-inner {
  width: 50%;
  max-width: 720px;
  height: 100%;
}

.text-box {
  max-width: 656px;
}

.img-right {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: inline-block;
  height: 101%;
  margin-top: -1px;
}

.element .text-9 {
  max-width: 1342px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 0px 15px 0px 15px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 100%;
}

.element .cell-4 {
  font-weight: var(--head-02-font-weight);
  color: var(--gray-0);
  line-height: var(--head-02-line-height);
  position: relative;
  flex: 1;
  margin-bottom: 8px;
  margin-top: -1.00px;
  font-family: var(--head-02-font-family);
  font-size: var(--head-02-font-size);
  letter-spacing: var(--head-02-letter-spacing);
  font-style: var(--head-02-font-style);
}

.element .text-wrapper-30 {
  position: relative;
  align-self: stretch;
  font-family: var(--subtitle-m-18-font-family);
  font-weight: var(--subtitle-m-18-font-weight);
  color: var(--gray-0);
  font-size: var(--subtitle-m-18-font-size);
  letter-spacing: var(--subtitle-m-18-letter-spacing);
  line-height: var(--subtitle-m-18-line-height);
  font-style: var(--subtitle-m-18-font-style);
  margin-bottom: 23px;
}

.element .text-wrapper-31 {
  width: fit-content;
  color: var(--gray-0);
  white-space: nowrap;
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
}

.element .text-wrapper-32 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 800;
  color: var(--gray-0);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23.4px;
}

.element .rectangle-4 {
  max-width: 50%;
  min-width: 600px;
  height: 564px;
  object-fit: cover;
  object-position: center;
}

/* Для экранов меньше 1400px */
@media (max-width: 1400px) {
  .element .rectangle-4 {
    min-width: 500px;
  }
}

/* Для экранов меньше 1200px */
@media (max-width: 1200px) {
  .element .rectangle-4 {
    min-width: 400px;
  }
}

.element .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  max-width: 1342px;
  margin: 0 auto;
}

.element .div-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element .faq-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
}

.element .row-top {
  align-items: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
}

.element .title {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--head-03-font-family);
  font-weight: var(--head-03-font-weight);
  color: var(--dark-9);
  font-size: var(--head-03-font-size);
  letter-spacing: var(--head-03-letter-spacing);
  line-height: var(--head-03-line-height);
  font-style: var(--head-03-font-style);
  margin-bottom: 8px;
}

.element .img-8 {
  position: relative;
  width: 24px;
  height: 24px;
}

.element .contacts-box {
  display: flex;
  flex-direction: column;
  height: 726px;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 6px 8px #00000005;
}

.element .text-wrapper-33 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-03-font-family);
  font-weight: var(--head-03-font-weight);
  color: var(--dark-9);
  font-size: var(--head-03-font-size);
  letter-spacing: var(--head-03-letter-spacing);
  line-height: var(--head-03-line-height);
  font-style: var(--head-03-font-style);
}

.map {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  pointer-events: none;
}

.map iframe {
  min-height: 521px;
}

.element .frame-8 {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .box-3 {
  display: flex;
  flex-direction: column;
  width: 180px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}

.element .text-wrapper-34 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--text-m-14-font-family);
  font-weight: var(--text-m-14-font-weight);
  color: #868e96;
  font-size: var(--text-m-14-font-size);
  letter-spacing: var(--text-m-14-letter-spacing);
  line-height: var(--text-m-14-line-height);
  font-style: var(--text-m-14-font-style);
}

.element .text-wrapper-35 {
  position: relative;
  align-self: stretch;
  font-family: var(--subtitle-m-18-font-family);
  font-weight: var(--subtitle-m-18-font-weight);
  color: var(--dark-9);
  font-size: var(--subtitle-m-18-font-size);
  letter-spacing: var(--subtitle-m-18-letter-spacing);
  line-height: var(--subtitle-m-18-line-height);
  font-style: var(--subtitle-m-18-font-style);
}

.element .box-4 {
  display: inline-flex;
  gap: 4px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.element .text-wrapper-36 {
  position: relative;
  width: fit-content;
  font-family: var(--subtitle-m-18-font-family);
  font-weight: var(--subtitle-m-18-font-weight);
  color: var(--dark-9);
  font-size: var(--subtitle-m-18-font-size);
  letter-spacing: var(--subtitle-m-18-letter-spacing);
  line-height: var(--subtitle-m-18-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-m-18-font-style);
}

.element .rectangle-5 {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  border-radius: 16px;
  object-fit: cover;
}

.element .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.element .frame-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 24px;
  background-position: 50% 11%;
  background-image: url(img/Frame59.png);
  background-repeat: repeat;
}

.element .cell-5 {
  font-weight: var(--head-02-font-weight);
  color: var(--dark-9);
  text-align: center;
  line-height: var(--head-02-line-height);
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--head-02-font-family);
  font-size: var(--head-02-font-size);
  letter-spacing: var(--head-02-letter-spacing);
  font-style: var(--head-02-font-style);
}

.element .frame-11 {
  position: relative;
  flex: 0 0 auto;
}

/* Стили футера перенесены в footer.css */

/* Стили email-box перенесены в footer.css */

/* Стили форм и чекбоксов перенесены в соответствующие файлы */

.element .text-wrapper-37 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-04-font-family);
  font-weight: var(--head-04-font-weight);
  color: var(--dark-9);
  font-size: var(--head-04-font-size);
  letter-spacing: var(--head-04-letter-spacing);
  line-height: var(--head-04-line-height);
  font-style: var(--head-04-font-style);
}

.element .input-unstyled {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--gray-0);
  border-radius: 40px;
  border: 1px solid;
  border-color: #dee2e6;
}

.element .container {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 2px;
}

.element .left-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1px 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.element .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.element .img-9 {
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.element .text-wrapper-38 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #868e96;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 48px;
}

.element .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 2px;
}

.element .icon-wrapper {
  background-color: var(--yellow-5);
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 2px;
}

.element .check-wrapper {
  width: 50.00%;
  height: 50.00%;
  top: 25.00%;
  left: 25.00%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.element .label {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--dark-9);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
}

.element .text-wrapper-39 {
  color: #101113;
  font-weight: var(--text-m-14-font-weight);
  line-height: var(--text-m-14-line-height);
  font-family: var(--text-m-14-font-family);
  font-style: var(--text-m-14-font-style);
  letter-spacing: var(--text-m-14-letter-spacing);
  font-size: var(--text-m-14-font-size);
}

.element .text-wrapper-40 {
  font-weight: var(--text-m-14-font-weight);
  color: #868e96;
  line-height: var(--text-m-14-line-height);
  font-family: var(--text-m-14-font-family);
  font-style: var(--text-m-14-font-style);
  letter-spacing: var(--text-m-14-letter-spacing);
  font-size: var(--text-m-14-font-size);
}

.element .checkbox-2 {
  border: 1px solid;
  border-color: #dee2e6;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 2px;
}

.element .info-box {
  display: flex;
  flex-direction: column;
  max-width: 924px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.p1,
.p2 {
  text-decoration: underline;
}

/**/
.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.custom-checkbox input {
  display: none;
  /* прячем стандартный чекбокс */
}

.custom-checkbox .checkmark {
  width: 24px;
  height: 24px;
  background: #fff url("img/icons/Checkbox.svg") center/contain no-repeat;
  border-radius: 4px;
  flex-shrink: 0;
  transition: 0.2s ease-in-out;
}

.custom-checkbox input:checked+.checkmark {
  background: #fff url("img/icons/Checkbox-checked.svg") center/contain no-repeat;
}

.custom-checkbox .label-text {
  font-size: 14px;
  color: #333;
}

/**/

.element .pages-2 {
  min-height: 149px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding: 20px;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 24px;
  position: relative;
  flex: 0 0 auto;
}

.element .div-13 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-wrapper-41 {
  position: relative;
  width: 130px;
  margin-top: -1.00px;
  font-family: var(--text-m-14-font-family);
  font-weight: var(--text-m-14-font-weight);
  color: #868e96;
  font-size: var(--text-m-14-font-size);
  letter-spacing: var(--text-m-14-letter-spacing);
  line-height: var(--text-m-14-line-height);
  font-style: var(--text-m-14-font-style);
}

.element .text-navbar-primary-2 {
  width: 98.28%;
  color: #101113;
  position: absolute;
  height: 125.00%;
  top: -12.50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--text-SB-14-font-family);
  font-weight: var(--text-SB-14-font-weight);
  font-size: var(--text-SB-14-font-size);
  letter-spacing: var(--text-SB-14-letter-spacing);
  line-height: var(--text-SB-14-line-height);
  white-space: nowrap;
  font-style: var(--text-SB-14-font-style);
}

.element .text-navbar-gray-5 {
  width: 98.81%;
  height: 125.00%;
  top: -12.50%;
  font-weight: var(--text-SB-14-font-weight);
  color: #101113;
  line-height: var(--text-SB-14-line-height);
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--text-SB-14-font-family);
  font-size: var(--text-SB-14-font-size);
  letter-spacing: var(--text-SB-14-letter-spacing);
  white-space: nowrap;
  font-style: var(--text-SB-14-font-style);
}

.element .text-navbar-gray-6 {
  width: 100.74%;
  height: 125.00%;
  top: -12.50%;
  font-weight: var(--text-SB-14-font-weight);
  color: #101113;
  line-height: var(--text-SB-14-line-height);
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--text-SB-14-font-family);
  font-size: var(--text-SB-14-font-size);
  letter-spacing: var(--text-SB-14-letter-spacing);
  white-space: nowrap;
  font-style: var(--text-SB-14-font-style);
}

.element .text-navbar-gray-7 {
  width: 100%;
  height: 125.00%;
  top: -12.50%;
  font-weight: var(--text-SB-14-font-weight);
  color: #101113;
  line-height: var(--text-SB-14-line-height);
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--text-SB-14-font-family);
  font-size: var(--text-SB-14-font-size);
  letter-spacing: var(--text-SB-14-letter-spacing);
  white-space: nowrap;
  font-style: var(--text-SB-14-font-style);
}

.element .text-navbar-gray-8 {
  width: 101.82%;
  height: 125.00%;
  top: -12.50%;
  font-weight: var(--text-SB-14-font-weight);
  color: #101113;
  line-height: var(--text-SB-14-line-height);
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--text-SB-14-font-family);
  font-size: var(--text-SB-14-font-size);
  letter-spacing: var(--text-SB-14-letter-spacing);
  white-space: nowrap;
  font-style: var(--text-SB-14-font-style);
}

.element .text-navbar-gray-9 {
  width: 101.72%;
  height: 125.00%;
  top: -12.50%;
  font-weight: var(--text-SB-14-font-weight);
  color: #101113;
  line-height: var(--text-SB-14-line-height);
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--text-SB-14-font-family);
  font-size: var(--text-SB-14-font-size);
  letter-spacing: var(--text-SB-14-letter-spacing);
  white-space: nowrap;
  font-style: var(--text-SB-14-font-style);
}

.element .media {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.element .icons {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.element .contacts {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.element .text-navbar-primary-wrapper {
  position: relative;
  width: 316px;
  height: 16px;
}

.element .text-navbar-primary-3 {
  width: 56.01%;
  color: var(--gray-7);
  position: absolute;
  height: 125.00%;
  top: -12.50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--text-SB-14-font-family);
  font-weight: var(--text-SB-14-font-weight);
  font-size: var(--text-SB-14-font-size);
  letter-spacing: var(--text-SB-14-letter-spacing);
  line-height: var(--text-SB-14-line-height);
  white-space: nowrap;
  font-style: var(--text-SB-14-font-style);
}

.element .text-navbar-primary-4 {
  width: 88.61%;
  color: var(--gray-7);
  position: absolute;
  height: 125.00%;
  top: -12.50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--text-SB-14-font-family);
  font-weight: var(--text-SB-14-font-weight);
  font-size: var(--text-SB-14-font-size);
  letter-spacing: var(--text-SB-14-letter-spacing);
  line-height: var(--text-SB-14-line-height);
  white-space: nowrap;
  font-style: var(--text-SB-14-font-style);
}

.element .text-navbar-primary-5 {
  width: 97.15%;
  color: var(--gray-7);
  position: absolute;
  height: 125.00%;
  top: -12.50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--text-SB-14-font-family);
  font-weight: var(--text-SB-14-font-weight);
  font-size: var(--text-SB-14-font-size);
  letter-spacing: var(--text-SB-14-letter-spacing);
  line-height: var(--text-SB-14-line-height);
  white-space: nowrap;
  font-style: var(--text-SB-14-font-style);
}

.element .text-navbar-primary-6 {
  width: 42.72%;
  color: var(--gray-7);
  position: absolute;
  height: 125.00%;
  top: -12.50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--text-SB-14-font-family);
  font-weight: var(--text-SB-14-font-weight);
  font-size: var(--text-SB-14-font-size);
  letter-spacing: var(--text-SB-14-letter-spacing);
  line-height: var(--text-SB-14-line-height);
  white-space: nowrap;
  font-style: var(--text-SB-14-font-style);
}

.element .privacy-policy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--dark-9);
  border-radius: 24px;
}

.element .div-14 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #dee2e6;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
}

.element .text-wrapper-42 {
  font-weight: 500;
  line-height: 16.8px;
}

.element .text-wrapper-43 {
  font-weight: var(--text-SB-14-font-weight);
  line-height: var(--text-SB-14-line-height);
  font-family: var(--text-SB-14-font-family);
  font-style: var(--text-SB-14-font-style);
  letter-spacing: var(--text-SB-14-letter-spacing);
  font-size: var(--text-SB-14-font-size);
}

.element .text-wrapper-44 {
  position: relative;
  align-self: stretch;
  font-family: var(--text-m-14-font-family);
  font-weight: var(--text-m-14-font-weight);
  color: #dee2e6;
  font-size: var(--text-m-14-font-size);
  letter-spacing: var(--text-m-14-letter-spacing);
  line-height: var(--text-m-14-line-height);
  font-style: var(--text-m-14-font-style);
}

.element .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 606px;
  height: 100%;
}

/* Original CSS code should be injected here */

/* Accessibility and semantic improvements */
.text-wrapper-38 {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
}

.icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.checkbox-2 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.checkbox label {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Focus styles for accessibility */
button:focus,
input:focus,
summary:focus,
[role="tab"]:focus {
  outline: 1px solid transparent;
  outline-offset: 1px;
}

/* Interactive states */
button:hover {
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

[role="tab"] {
  cursor: pointer;
}

[role="tab"]:hover {
  opacity: 0.8;
}

/* Form improvements */
form {
  width: 100%;
}

input[type="email"] {
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #868e96;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 48px;
}

input[type="email"]:focus {
  color: var(--dark-9);
}

/* Details/Summary styling */
details summary {
  cursor: pointer;
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details[open] summary .img-8 {
  transform: rotate(180deg);
}

.img-8 {
  transition: transform 0.2s ease;
}

/* Link styling */
a {
  color: inherit;
  text-decoration: none;
}

/* Address styling */
address {
  font-style: normal;
}

.soc-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.soc-link {
  transform: scale(1);
  transition: .3s;
}

.soc-link:hover {
  transform: scale(1.1);
}

/* slide */
.reviews {
  width: 100%;
  max-width: 1342px;
  margin: 0 auto;
  padding: 20px 15px;
}

.reviews h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.slider {
  position: relative;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  display: flex;
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.review-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.review-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.review-content {
  padding: 20px;
}

.review-content h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600;
}

.review-content .city {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.review-content .text {
  font-size: 15px;
  line-height: 1.5;
}

/* стрелки */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  z-index: 2;
}

.arrow.prev {
  left: 10px;
}

.arrow.next {
  right: 10px;
}

/* точки */
.dots {
  text-align: center;
  margin-top: 15px;
}

.dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px;
  background-color: var(--gray-5);
  border-radius: 50%;
  cursor: pointer;
}

.dots span.active {
  background: #333;
}



/* адаптив */
@media (max-width: 1363px) {
  .buttons-2 {
    max-width: 600px;
    margin: 0 auto;
  }

}

@media (max-width: 1350px) {
  .element .f-br {
    width: 100%;
    max-width: 661px;
  }

}

@media (max-width: 1310px) {
  .element .f-br {
    width: 100%;
    max-width: 500px;
  }
}

@media (min-width: 1340px) {
  .slide {
    min-width: 33.333%;
  }
}

@media (max-width: 1310px) {
  .element .f-br {
    width: 100%;
    max-width: 500px;
  }
}

/* 1170  */
@media (max-width: 1170px) {
  .element .credit-box {
    flex-direction: column;
  }

  .element .f-br {
    height: 333px;
    max-width: 100%;
  }
}

/* Мобильная версия - картинка сверху для блока ипотеки */
@media (max-width: 860px) {
  .element .credit-box {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 16px;
  }

  /* Выравнивание текста по левому краю */
  .element .section-4 {
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .element .div-3 {
    text-align: left;
    width: 100%;
  }

  /* Уменьшаем размер заголовков для блока ипотеки */
  .element .credit-box .text-wrapper-14 {
    font-size: 18px;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
  }

  .element .text-wrapper-14,
  .element .text-wrapper-24,
  .element .text-wrapper-28,
  .element .text-wrapper-29 {
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
  }

  .element .row-5 {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  /* Заголовок блока "Поможем получить ипотеку" */
  .div-7 .cell-wrapper {
    max-width: 100%;
    padding: 0 16px;
  }

  .div-7 .cell-3 {
    font-size: 20px !important;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    white-space: normal;
  }

  .div-7 .text-wrapper-18 {
    font-size: 20px !important;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    white-space: normal;
    display: block;
  }

  /* Блок "Хотите обсудить свой будущий дом?" - мобильная версия */
  .section-5 {
    flex-direction: column !important;
    height: auto !important;
    padding: 0 !important;
    background-color: #FFFFFF !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  .rectangle-4,
  .img-right {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    order: 1 !important;
    max-width: 100% !important;
    min-width: auto !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
  }

  .section-5 .text-9 {
    position: relative !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 16px !important;
    background-color: transparent !important;
    margin: 0 !important;
  }

  .section-5 .text-inner {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .section-5 .text-inner {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .section-5 .table-cell {
    padding: 0 !important;
  }

  .section-5 .cell-4 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    text-align: left !important;
    color: #101113 !important;
    font-weight: 700 !important;
    margin: 0 !important;
  }

  .section-5 .text-wrapper-30 {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    color: #4B5563 !important;
    margin: 0 !important;
  }

  .section-5 .div-4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 !important;
  }

  .section-5 .row {
    text-align: left !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin: 0 !important;
  }

  .section-5 .img-7 {
    flex-shrink: 0 !important;
    width: 20px !important;
    height: 20px !important;
    filter: brightness(0) !important;
    margin-top: 2px !important;
  }

  .section-5 .text-wrapper-31 {
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    color: #101113 !important;
    margin: 0 !important;
    flex: 1 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
  }

  .section-5 .div-3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 !important;
  }

  .section-5 .text-wrapper-32 {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    color: #101113 !important;
    font-weight: 400 !important;
    margin: 0 !important;
  }

  .section-5 .buttons {
    width: 100% !important;
  }

  .section-5 .button {
    width: 100% !important;
    background-color: transparent !important;
    border: 1px solid #101113 !important;
    border-radius: 40px !important;
    padding: 12px 16px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .section-5 .button:hover {
    background-color: #101113 !important;
    color: #FFFFFF !important;
  }

  .section-5 .button:hover .button-text-2 {
    color: #FFFFFF !important;
  }

  .section-5 .button-unstyled-2 {
    background-color: transparent !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .section-5 .button-text-2 {
    font-size: 16px !important;
    color: #101113 !important;
    font-weight: 600 !important;
    text-align: center !important;
    font-family: var(--head-05-font-family) !important;
  }

  /* Блок FAQ - мобильная версия */
  .frame-7 {
    padding: 24px 16px !important;
  }

  .faq-box {
    padding: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .faq-box .div-5 {
    width: 100% !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .faq-box .text-wrapper-33 {
    font-size: 16px !important;
    line-height: 1.4 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    font-weight: 600 !important;
  }

  .faq-box .title {
    font-size: 16px !important;
    line-height: 1.4 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    font-weight: 600 !important;
  }

  .cell-2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .frame-7 .div-2 {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .div-12 {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Блок Контакты - мобильная версия */
  .contacts-box {
    padding: 16px !important;
    height: auto !important;
  }

  .contacts-box .text-wrapper-33 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .contacts-box .frame-8 {
    flex-direction: column !important;
    gap: 16px !important;
    padding: 0 !important;
  }

  .contacts-box .box-3,
  .contacts-box .box-4 {
    width: 100% !important;
  }

  .contacts-box .text-wrapper-34 {
    font-size: 14px !important;
    color: #6B7280 !important;
  }

  .contacts-box .text-wrapper-35,
  .contacts-box .text-wrapper-36 {
    font-size: 16px !important;
  }

  /* Блок "Мы в социальных сетях" - мобильная версия */
  .cell-5 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
}

/* slide end  */

/* efect */
.section-top .image-wrap {
  overflow: hidden;
  border-radius: 16px;
}

.section-top .image-wrap img {
  transition: .3s;
  transform: scale(1);
  display: block;
}

.section-top .image-wrap:hover img {
  transform: scale(1.1);
}

/* section=============================================================== */
.main-section {
  width: 100%;
  padding: 24px 15px;
}

.main-section-container {
  max-width: 1342px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.title-container {
  width: 100%;
}

.main-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #171717;
  margin: 0;
}

.images-container {
  position: relative;
  width: 100%;
  height: 641px;
}

.image {
  position: absolute;
  border-radius: 16px;
  object-fit: cover;
}

.image-1 {
  width: 310px;
  height: 459px;
  left: 0;
  top: 0;
}

.image-2 {
  width: 286px;
  height: 378px;
  left: 391px;
  top: 67px;
}

.image-3 {
  width: 481px;
  height: 364px;
  left: 40px;
  top: 277px;
}

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  max-width: 592px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.description {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #171717;
}

.stats-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 0;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-number {
  font-family: 'Unbounded', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #171717;
  white-space: nowrap;
}

.stat-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #a3a3a3;
  max-width: 160px;
}

.cta-button {
  background: transparent;
  border: 1px solid #171717;
  border-radius: 40px;
  padding: 12px 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.cta-button:hover {
  background-color: #171717;
  color: white;
  border-color: white;
}

.bottom-image {
  width: 382px;
  height: 282px;
  object-fit: cover;
  margin-top: 24px;
}

/* 1380 */
@media (max-width: 1380px) {
  .right-column {
    max-width: 500px;
  }
}

/* Tablet Styles */
@media (max-width: 1270px) {
  .main-section-container {
    flex-direction: column;
    gap: 32px;
  }

  .main-title {
    font-size: 32px;
  }

  .images-container {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .image {
    position: static;
    width: 100%;
    height: 250px;
  }

  .image-3 {
    grid-column: span 2;
  }

  .right-column {
    max-width: none;
  }

  .bottom-image {
    display: none;
  }

  .bottom-image {
    width: 100%;
    max-width: 400px;
    height: 250px;
    align-self: center;
  }

  .images-container .image {
    object-position: 0% 15%;
  }

  .images-container .image:nth-child(2) {
    object-position: 0% 34%;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .main-section {
    padding: 16px;
  }

  .main-section-container {
    gap: 24px;
  }

  .main-title {
    font-size: 28px;
  }

  .images-container {
    grid-template-columns: 1fr;
  }

  /* Скрываем первые два изображения в мобильной версии */
  .image-1,
  .image-2 {
    display: none;
  }

  .image-3 {
    grid-column: span 1;
    height: auto;
    aspect-ratio: 16/10;
  }

  .description {
    font-size: 16px;
  }

  .stat-number {
    font-size: 32px;
  }

  .bottom-image {
    height: 200px;
  }
}

/* 700 */
@media (max-width: 700px) {
  .element .div-8 {
    height: auto;
    width: 100%;
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  .main-title {
    font-size: 19px;
  }

  .stat-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .stat-number {
    font-size: 28px;
  }

  .stat-text {
    max-width: none;
  }

  .image {
    height: 200px;
  }

  .bottom-image {
    height: 180px;
  }

  .group .text-wrapper-22 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .group .text-wrapper-23 {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .group .button {
    margin-top: 5px;
  }
}

/* section end  ============================================= */



/* ====================responsive===================== */

.hamburger {
  display: none;
}

/* 1355px */
@media (max-width: 1355px) {
  .right .img-2 {
    max-width: 310px;
    width: 100%;
  }

  .right .img-3 {
    max-width: 286px;
    width: 100%;
  }

  .right .img-4 {
    max-width: 481px;
    width: 100%;
  }

  .right .cards {
    max-width: 677px;
    width: 100%;
    height: auto;
  }

}

/* 1340px */
@media (max-width: 1340px) {
  .photo img {
    max-width: 100%;
    height: auto;
  }

  .header-bottom h1 {
    margin-top: 20px;
    font-size: 28px;
  }

  .element .cell,
  .element .cell span,
  .element .cell-4,
  .main-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .header-bottom {
    max-width: 630px;
    padding-bottom: 71px;
  }
}

/* 1268 */
@media (max-width: 1268px) {
  .element .about-us-box {
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px;
    height: auto;
  }

  .element .about-us-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .element .about-us-box .text-wrapper-3 {
    font-size: 18px;
    display: inline-flex;
    justify-content: flex-start;
    height: auto;
  }

  .element .div-2.OurAdvantages {
    align-items: stretch;
  }

}

/* 1200px */

@media (max-width: 1200px) {
  .menu-top .menu-list {
    flex-direction: column;
  }

  .menu-top {
    gap: 24px;
  }

  .menu-item a {
    font-size: 15px;
    padding: 10px 14px;
  }

  .zhbi {
    width: 47%;
    top: 197px;
  }

  .price-list-img-3 {
    margin-top: auto;
  }

  .montaj-img {
    margin-bottom: 25px;
  }

  .delivery-text {
    line-height: normal;
  }

  .catalog-subtitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 19px;
  }

  .btn-top {
    position: relative;
    right: 0;
  }

  /*mob menu*/
  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 21px;
    width: 26px;
    height: 12px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 4px;
    transition: 0.5s all;
  }

  .hamburger-active .burger-line-1 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger-active .burger-line-2 {
    display: none;
  }

  .hamburger-active .burger-line-3 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamburger-active span {
    margin-bottom: -2px;
  }

  .menu-top {
    position: fixed;
    top: 0;
    left: -100%;
    width: 32%;
    height: 100vh;
    padding: 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    z-index: 30;
    font-family: 'Montserrat', sans-serif;
  }

  .menu-top-active {
    left: 0;
  }

  .menu-item {
    border: none;
    padding-right: 0;
    margin-bottom: 2px;
    text-align: center;
    line-height: 1;
  }

  .menu-top .menu-item>a::after {
    display: none;
  }

  .menu-item a {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 14px;
  }

  .menu-item+.menu-item {
    margin-left: 0;
  }

  /* fix burger menu */
  .menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
  }

  .menu-top .menu-item a:hover {
    color: var(--yellow-5);
  }
}

/* 1160 */
@media (max-width: 1160px) {
  .header-bottom {
    max-width: 550px;
    padding-bottom: 71px;
  }

  .buttons {
    width: 100%;
    gap: 12px;
    flex-direction: column;
  }

  .buttons button {
    width: 100%;
    max-width: 70%;
  }

  .btn:last-of-type {
    margin-left: 0;
  }
}

/* 1100 */
@media (max-width: 1100px) {
  .header-bottom-container {
    flex-direction: column-reverse;
  }

  .header-bottom {
    max-width: 100%;
  }

  .buttons button {
    width: 60%;
  }

  .buttons {
    align-items: center;
  }

  .photo {
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
  }

  .photo img {
    max-width: 380px;
  }

  .header-bottom {
    text-align: center;
  }

  .element .rectangle-2 {
    height: 300px;
  }

  .element .box-2 {
    width: 100%;
    max-width: 100%;
  }
}

/* 876 */
@media (max-width: 876px) {
  .buttons {
    max-width: 100%;
  }

  .element .section-top {
    display: flex;
    align-items: stretch;
  }

  .element .text-wrapper-7 {
    font-size: 22px;
  }

  .element .description-button-wrapper {
    padding: 15px 15px;
  }
}

/* 800 */
@media (max-width: 800px) {
  .header-bottom h1 {
    margin-top: 36px;
    font-size: 30px;
  }

  .element .cell,
  .element .cell span,
  .element .cell-4,
  .main-title {
    font-size: 30px;
  }
}

/* 790  */
@media (max-width: 790px) {
  .element .section-top {
    flex-direction: column;
  }

  .element .rectangle-2 {
    height: 414px;
  }

  article.type-box {
    max-width: 636px;
  }

}

/* 768 */
@media (max-width: 768px) {
  .menu-top {
    width: 42%;
  }

  .buttons {
    gap: 24px;
    flex-direction: column;
  }

  .buttons button {
    flex: 1;
    width: 80%;
  }

  .buttons {
    gap: 18px;
  }

  .btn:last-of-type {
    margin-left: 0;
  }
}

/* 714 */
@media (max-width: 714px) {
  .element .div-2.OurAdvantages {
    flex-direction: column;
  }

  .element .about-us-box {
    max-width: 100%;
  }

  .element .about-us-box img {
    height: 200px;
  }

  .about-us-box .text-wrapper-4 {
    align-self: flex-start;
  }
}

@media (max-width: 580px) {
  .menu-top {
    width: 60%;
  }

  .header-bottom h1 {
    margin-top: 30px;
    font-size: 26px;
  }

  .element .cell,
  .element .cell span,
  .element .cell-4,
  .main-title {
    font-size: 26px;
  }

  .element .cell-3,
  .element .cell-3 span {
    font-size: 22px;
  }

  .element .cell-2 {
    font-size: 22px;
  }

  .buttons button {
    width: 100%;
    max-width: 100%;
  }
}

/* 578 */
@media (max-width: 578px) {
  .element .rectangle-2 {
    height: 335px;
  }
}

/* 510 */
@media (max-width: 510px) {
  .credit-box .row-2 {
    flex-direction: column;
    align-items: center;
  }

  .credit-box .row-2 .div-9,
  .credit-box .row-2 .div-10 {
    text-align: left;
  }

  .credit-box .row-2 .img-5 {
    align-self: center;
  }

  .element .text-wrapper-14 {
    font-size: 18px;
  }

  .element .frame-wrapper {
    padding: 14px 14px;
  }

  .element .text-wrapper-14 {
    line-height: 1.25;
  }
}

@media (max-width: 489px) {
  .menu-top .menu-top {
    width: 70%;
    align-items: flex-start;
  }

  .menu-top .menu-item a {
    font-size: 16px;
    padding: 10px 10px;
  }
}

@media (max-width: 485px) {
  .buttons button {
    flex: 1 1 0%;
    width: 100%;
  }

  .element .rectangle-2 {
    height: 277px;
  }
}

@media (max-width: 425px) {
  .photo img {
    max-width: 100%;
  }

  .header-bottom {
    padding-bottom: 55px;
  }

  .element .rectangle-2 {
    height: 250px;
  }
}

@media (max-width: 414px) {
  .menu-top {
    width: 65%;
  }

  .menu-top .menu-item {
    text-align: left;
  }
}

@media (max-width: 400px) {
  .btn-top {
    position: relative;
    right: 0;
  }
}

@media (max-width: 385px) {
  .button-text-1 {
    text-align: left;
  }

  .button-unstyled {
    padding: 12px 10px;
  }
}

@media (max-width: 380px) {
  .header-bottom h1 {
    margin-top: 28px;
    font-size: 25px;
  }

  .element .cell,
  .element .cell span,
  .element .cell-4 {
    font-size: 25px;
  }
}

@media (max-width: 370px) {

  .button-text-1,
  .button-text-2 {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .menu-top {
    width: 80%;
  }

  .header-bottom h1 {
    margin-top: 11px;
    font-size: 21px;
  }

  .element .cell,
  .element .cell span,
  .element .cell-4,
  .main-title {
    font-size: 21px;
  }
}

@media (max-width: 350px) {

  .button-text-1,
  .button-text-2 {
    font-size: 12px;
  }
}

@media (max-width: 330px) {
  .button-unstyled {
    padding: 12px 5px;
  }

  .header-bottom h1 {
    margin-top: 11px;
    font-size: 19px;
  }

  .element .cell,
  .element .cell span,
  .element .cell-4,
  .main-title {
    font-size: 19px;
    line-height: 1.2;
  }
}