h1, h2, h3, h4, p {
  margin: 0;
}

@font-face {
  font-family: Actay;
  src: url("../fonts/Actay-Regular.otf") format("opentype");
  font-display: swap;
}
* {
  box-sizing: border-box;
  font-family: Manrope, sans-serif;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.call-popup {
  display: none;
}

@media (max-width: 475px) {
  .call-popup {
    display: none;
    width: 238px;
    min-height: 100px;
    z-index: 20;
    position: fixed;
    right: 16px;
    top: 76px;
    background-color: white;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 20px;
    flex-direction: column;
    gap: 24px;
  }
  .call-popup .contact-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .call-popup .contact-block .contact-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    text-align: left;
    color: rgb(115, 115, 115);
  }
  .call-popup .contact-block .contact-value {
    font-family: Actay, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.05em;
    text-align: left;
    color: rgb(23, 23, 23);
    text-decoration: none;
  }
  .call-popup .social-block {
    margin-top: 0;
    padding: 16px;
    width: 100%;
    border-radius: 18px;
    background-color: rgb(41, 78, 71);
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .call-popup .social-block .social-title {
    font-family: Actay, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.05em;
    text-align: left;
    color: white;
  }
  .call-popup .social-block .social-descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
  }
  .call-popup .social-block .wrap {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 4px;
  }
  .call-popup .social-block .wrap .social {
    width: 50px;
    height: 50px;
    background-color: rgba(246, 248, 250, 0.14);
    position: relative;
    border-radius: 50%;
  }
  .call-popup .social-block .wrap .social img {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .call-popup.active {
    display: flex;
  }
}
.header {
  width: 100%;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px 0px;
}
.header .logo {
  width: 116px;
  height: 86px;
}
.header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .logo-black {
  display: none;
  width: 116px;
  height: 86px;
}
.header .logo-black img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .navbar-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
}
.header .navbar {
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 24px;
  list-style: none;
}
.header .navbar li a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  line-height: 25px;
}
.header .second-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
}
.header .second-wrap .header__social {
  display: flex;
  gap: 16px;
}
.header .second-wrap .header__social .social {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(246, 248, 250, 0.14);
  position: relative;
}
.header .second-wrap .header__social .social img {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .second-wrap .contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header .second-wrap .contact-wrapper .telephone {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: -1%;
  color: #fff;
  text-decoration: none;
}
.header .second-wrap .contact-wrapper .mail {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -1%;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.header.white .logo {
  display: none;
}
.header.white .logo-black {
  display: block;
}
.header.white .navbar li a {
  color: rgb(23, 23, 23);
}
.header.white .second-wrap .header__social .social {
  background: rgba(33, 33, 33, 0.55);
}
.header.white .second-wrap .contact-wrapper .telephone {
  color: rgb(23, 23, 23);
}
.header.white .second-wrap .contact-wrapper .mail {
  color: rgb(23, 23, 23);
}

@media (max-width: 1024px) {
  .header {
    display: none;
  }
}
.first-screen-slider {
  position: relative;
  width: 100%;
  height: 821px;
}
.first-screen-slider .slider-item {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.first-screen-slider .slider-item img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: auto;
  min-width: 100%;
  height: 100%;
}
.first-screen-slider .slider-item .slide-content {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 179px;
}
.first-screen-slider .slider-item .slide-content .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.first-screen-slider .slider-item .slide-content .title {
  font-family: Actay, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: -0.05em;
  text-align: left;
  color: white;
}
.first-screen-slider .slider-item .slide-content .slide-descr {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.01em;
  text-align: left;
  color: white;
}
.first-screen-slider .slider-wrapper {
  height: 100%;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
.first-screen-slider .slider-wrapper::-webkit-scrollbar {
  display: none;
}
.first-screen-slider .first-screen-slider__navigation {
  width: 100%;
  position: absolute;
  bottom: 137px;
}
.first-screen-slider .first-screen-slider__navigation .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.first-screen-slider .first-screen-slider__navigation .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}
.first-screen-slider .first-screen-slider__navigation .first-slider-btns {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.first-screen-slider .first-screen-slider__navigation .first-slider-btns .btn {
  cursor: pointer;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/prev-rounded.svg");
}
.first-screen-slider .first-screen-slider__navigation .first-slider-btns .btn.next {
  transform: rotate(180deg);
}
.first-screen-slider .slider-tooltip {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  right: 0;
  border-radius: 24px;
  border: 1px solid linear-gradient(247.17deg, rgba(229, 231, 235, 0.12) -9.84%, rgba(130, 131, 133, 0.12) 64.81%);
  backdrop-filter: blur(54px);
  padding: 24px;
  padding-right: 68px;
}
.first-screen-slider .slider-tooltip::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/arrow-up-right-01-round 1.svg");
}
.first-screen-slider .slider-tooltip .tooltip__title {
  font-family: Actay, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  color: white;
}
.first-screen-slider .slider-tooltip .tooltip__descr {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  letter-spacing: -0.01em;
  text-align: left;
  color: white;
}

@media (max-width: 1024px) {
  .first-screen-slider .slider-tooltip {
    display: none;
  }
}
@media (max-width: 475px) {
  .first-screen-slider {
    height: 564px;
  }
  .first-screen-slider .slider-item .slide-content {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 86px;
  }
  .first-screen-slider .slider-item .slide-content .container {
    gap: 6px;
  }
  .first-screen-slider .slider-item .slide-content .title {
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.05em;
    text-align: left;
    max-width: 100%;
  }
  .first-screen-slider .slider-item .slide-content .slide-descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    letter-spacing: -0.01em;
    text-align: left;
  }
  .first-screen-slider .first-screen-slider__navigation {
    bottom: 59px;
  }
  .first-screen-slider .first-screen-slider__navigation .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .first-screen-slider .first-screen-slider__navigation .wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .first-screen-slider .first-screen-slider__navigation .first-slider-btns .btn {
    cursor: pointer;
    width: 42px;
    height: 42px;
  }
}
.mobile-header {
  display: none;
  position: fixed;
  z-index: 10;
  padding: 10px 0px;
  width: 100%;
}
.mobile-header .container-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mobile-header .hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 16px;
}
.mobile-header .hamburger span {
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
  height: 2px;
}
.mobile-header .logo {
  width: 67px;
  height: 50px;
}
.mobile-header .logo img {
  width: 100%;
  height: 100%;
}
.mobile-header .logo-black {
  display: none;
  width: 67px;
  height: 50px;
}
.mobile-header .logo-black img {
  width: 100%;
  height: 100%;
}
.mobile-header .call-btn {
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/calling1.svg");
}
.mobile-header .call-btn.black {
  display: none;
  background-image: url("../../vectors/calling-green.svg");
}

.mobile-header.white .logo {
  display: none;
}
.mobile-header.white .logo-black {
  display: block;
}
.mobile-header.white .hamburger span {
  background-color: rgb(41, 78, 71);
}
.mobile-header.white .call-btn {
  display: none;
}
.mobile-header.white .call-btn.black {
  display: block;
}

@media (max-width: 1024px) {
  .mobile-header {
    display: block;
  }
}
.catalog {
  height: auto;
  background-color: white;
  border-radius: 20px;
  position: relative;
}

.slider {
  margin-top: 70px;
}
.slider .mini-wrapper {
  display: flex;
  flex-wrap: row;
  align-items: flex-end;
  gap: 40px;
  justify-content: space-between;
}
.slider .mini-wrapper .wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.slider .slider-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 20px;
  scroll-behavior: smooth;
  transition: 0.5s all;
}
.slider .slider-wrapper::-webkit-scrollbar {
  display: none;
}

.slider.row .mini-wrapper {
  align-items: center;
}
.slider.row .wrap {
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

@media (max-width: 475px) {
  .slider {
    margin-top: 30px;
  }
  .slider .mini-wrapper .wrap {
    gap: 10px;
  }
  .slider .slider-wrapper {
    margin-top: 24px;
    display: flex;
    gap: 8px;
  }
  .slider.row .wrap {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.catalog-item {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 400px;
}
.catalog-item img {
  width: 100%;
  height: 286px;
  border-radius: 24px;
}
.catalog-item .catalog-item__title {
  margin-top: 12px;
  font-family: Actay, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
}
.catalog-item .catalog-item__descr {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgb(115, 115, 115);
  display: flex;
  gap: 12px;
}
.catalog-item .catalog-item__price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.catalog-item .catalog-item__price-wrapper .new-price {
  font-family: Actay, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
}
.catalog-item .catalog-item__price-wrapper .old-price {
  position: relative;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgb(163, 163, 163);
}
.catalog-item .catalog-item__price-wrapper .old-price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.5px;
  background-color: rgb(163, 163, 163);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 475px) {
  .catalog-item {
    gap: 8px;
    width: 272px;
  }
  .catalog-item img {
    width: 100%;
    height: 194px;
  }
  .catalog-item .catalog-item__title {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.05em;
    text-align: left;
  }
  .catalog-item .catalog-item__descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
  }
  .catalog-item .catalog-item__price-wrapper .new-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.05em;
    text-align: left;
  }
  .catalog-item .catalog-item__price-wrapper .old-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.calc-banner {
  position: relative;
  margin-top: 80px;
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgb(229, 229, 229);
  height: 212px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  gap: 61px;
  padding-right: 40px;
  overflow: hidden;
}
.calc-banner img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 459px;
}
.calc-banner .pc-img {
  display: block;
}
.calc-banner .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.calc-banner .calc-banner__title {
  font-family: Actay, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-align: left;
}
.calc-banner .calc-btn {
  position: relative;
  width: 204px;
  height: 132px;
  display: inline-flex;
  justify-content: center;
  background-color: rgb(244, 244, 244);
  font-size: 18px;
  padding: 0px 21px;
  padding-top: 61px;
  text-align: center;
  text-decoration: none;
  color: rgb(23, 23, 23);
  border-radius: 24px;
  cursor: pointer;
}
.calc-banner .calc-btn::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/calculator2.svg");
}

@media (max-width: 475px) {
  .calc-banner {
    margin-top: 40px;
    border-radius: 24px;
    height: 494px;
    flex-direction: column;
    gap: 20px;
    padding: 16px;
    overflow: hidden;
  }
  .calc-banner img {
    display: block;
    height: 190px;
    position: static;
    width: calc(100% + 16px);
    transform: translateX(-16px);
  }
  .calc-banner .pc-img {
    display: none;
  }
  .calc-banner .calc-banner__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.05em;
    text-align: left;
  }
  .calc-banner .calc-btn {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 17.5px 0px;
    border-radius: 12px;
    gap: 10px;
  }
  .calc-banner .calc-btn::before {
    content: "";
    position: static;
    transform: none;
    width: 24px;
    height: 24px;
  }
}
.stock-wrapper {
  margin-top: 100px;
}
.stock-wrapper .title {
  margin-bottom: 48px;
}

.stock-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  border-radius: 24px;
  background-color: rgb(244, 244, 244);
  padding: 30px;
}
.stock-item img {
  width: 312px;
  height: 227px;
  display: block;
}
.stock-item .stock-item__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.stock-item .stock-item__content .stock-item__title {
  font-family: Actay, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.05em;
  text-align: left;
}
.stock-item .stock-item__content .stock-item__descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgb(115, 115, 115);
}

@media (max-width: 475px) {
  .stock-wrapper {
    margin-top: 40px;
  }
  .stock-wrapper .title {
    margin-bottom: 24px;
  }
  .stock-item {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    align-items: flex-start;
  }
  .stock-item img {
    width: 202px;
    height: 147px;
    display: block;
  }
  .stock-item .stock-item__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .stock-item .stock-item__content .stock-item__title {
    font-size: 24px;
    line-height: 1em;
  }
  .stock-item .stock-item__content .stock-item__descr {
    font-size: 14px;
    line-height: 1.25em;
  }
}
.question-banner {
  position: relative;
  min-height: 467px;
  height: auto;
}
.question-banner .question-banner-img {
  display: block;
  width: 646px;
  position: absolute;
  right: 0;
  height: 121.5%;
  top: -100px;
}
.question-banner .title {
  margin-top: 70px;
  color: white;
}
.question-banner .text {
  margin-top: 10px;
  color: #fff;
}
.question-banner .wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.question-banner .wrap .text {
  display: block;
  width: 100%;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: -8px;
}
.question-banner form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 348px;
}
.question-banner form label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  background-color: rgba(255, 255, 255, 0.08);
}
.question-banner form label input {
  display: block;
  width: 100%;
  margin-top: 2px;
  background-color: transparent;
  font-size: 16px;
  line-height: 21.86px;
  height: auto;
  border: none;
  color: white;
}
.question-banner form label input::placeholder {
  color: white;
}
.question-banner form label input:focus {
  outline: none;
}
.question-banner .form-descr-block {
  width: 295px;
  height: auto;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.23);
}
.question-banner .descr-block__title {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 500;
  line-height: 27.32px;
  text-align: left;
  color: white;
}
.question-banner .descr-block__subtitle {
  margin-top: 6px;
  font-family: Manrope;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.question-banner .person {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.question-banner .person img {
  flex-shrink: 0;
  display: block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.question-banner .person .person-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.question-banner .person .person-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
  color: white;
}
.question-banner .person .person-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
  .question-banner .question-banner-img {
    display: none;
  }
}
@media (max-width: 475px) {
  .question-banner {
    margin-bottom: 60px;
  }
  .question-banner .title {
    margin-top: 30px;
    color: white;
  }
  .question-banner .text {
    margin-top: 10px;
    color: #fff;
  }
  .question-banner .wrap {
    margin-top: 24px;
    flex-direction: column;
  }
  .question-banner form {
    order: 1;
    gap: 8px;
    width: 100%;
  }
  .question-banner form label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 8.5px 14px;
  }
  .question-banner form label input {
    display: block;
    width: 100%;
    margin-top: 2px;
    background-color: transparent;
    font-size: 14px;
    line-height: 19px;
  }
  .question-banner .form-descr-block {
    order: 3;
    width: 100%;
  }
  .question-banner .text {
    order: 2;
  }
  .question-banner .descr-block__title {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.32px;
    text-align: left;
    color: white;
  }
}
.payments-item {
  flex-shrink: 0;
  width: 400px;
  min-height: 203px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  border-radius: 24px;
}
.payments-item .payments-item__title {
  font-family: Actay, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
}
.payments-item .payments-item__descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgb(115, 115, 115);
}

.payments-item.type-2 {
  height: 426px;
  background-color: rgb(41, 78, 71);
}
.payments-item.type-2 .payments-item__title {
  color: #fff;
}
.payments-item.type-2 .payments-item__descr {
  color: rgba(255, 255, 255, 0.7);
}
.payments-item.type-2 .payments-item-wrap {
  margin-top: auto;
}
.payments-item.type-2 .payments-item-wrap .button {
  margin-top: 24px;
}
.payments-item.type-2 .payments-item-wrap .wrapper {
  display: flex;
  gap: 27px;
}
.payments-item.type-2 .payments-item-wrap .wrapper .payment {
  width: 108px;
  height: 27px;
}
.payments-item.type-2 .payments-item-wrap .wrapper .payment img {
  width: 100%;
  height: 100%;
}

@media (max-width: 475px) {
  .payments-item {
    width: 272px;
    padding: 24px;
    gap: 10px;
    background-color: #fff;
  }
  .payments-item .payments-item__title {
    font-size: 20px;
    line-height: 20px;
  }
  .payments-item .payments-item__descr {
    margin-top: auto;
    font-size: 12px;
    line-height: 16.4px;
  }
  .payments-item.type-2 {
    height: auto;
  }
  .payments-item.type-2 .payments-item-wrap {
    margin-top: auto;
  }
  .payments-item.type-2 .payments-item-wrap .button {
    height: auto;
    margin-top: 24px;
  }
  .payments-item.type-2 .payments-item-wrap .wrapper {
    display: flex;
    gap: 16px;
  }
  .payments-item.type-2 .payments-item-wrap .wrapper .payment {
    width: 87px;
    height: 21px;
  }
}
.advantages-item {
  flex-shrink: 0;
  position: relative;
  width: 295px;
  height: auto;
  padding: 30px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.08);
  padding-top: 168px;
}
.advantages-item .advantages-icon {
  position: absolute;
  left: 30px;
  top: 30px;
  border-radius: 24px;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.03);
}
.advantages-item .advantages-icon img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.advantages-item .advantages-item__title {
  font-family: Actay, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.05em;
  text-align: left;
  color: white;
}
.advantages-item .advantages-item__descr {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 475px) {
  .advantages-item {
    width: 216px;
    padding: 20px;
    padding-top: 98px;
  }
  .advantages-item .advantages-icon {
    border-radius: 16px;
    left: 20px;
    top: 20px;
    width: 54px;
    height: 54px;
  }
  .advantages-item .advantages-icon img {
    width: 24px;
    height: 24px;
  }
  .advantages-item .advantages-item__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.05em;
    text-align: left;
  }
  .advantages-item .advantages-item__descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    text-align: left;
  }
}
.social-banner {
  position: relative;
  margin-top: 20px;
  border-radius: 24px;
  background-color: rgb(23, 23, 23);
  padding: 37px 40px;
}
.social-banner::before {
  content: "";
  position: absolute;
  right: 54px;
  top: 55px;
  width: 180px;
  height: 164px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/Group1361.svg");
}
.social-banner .social-banner__title {
  font-family: Actay, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.05em;
  text-align: left;
  color: #fff;
}
.social-banner .text {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: white;
}
.social-banner .wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.social-banner .social-banner__input {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  width: 360px;
  height: 64px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 12px 16px;
}
.social-banner .social-banner__input .current-media {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.social-banner .social-banner__input .current-media .label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.social-banner .social-banner__input .current-media .current {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: white;
}
.social-banner .social-banner__input .social-banner-select {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.social-banner .social-banner__input .social-banner-selected {
  position: relative;
  display: none;
  padding-right: 44px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.social-banner .social-banner__input .social-banner-selected::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/arrow-down.svg");
}
.social-banner .social-banner__input .social-banner-selected-icon {
  width: 24px;
  height: 24px;
}
.social-banner .social-banner__input .social-banner-selected-icon img {
  width: 100%;
  height: 100%;
}
.social-banner .social-banner__input .social-banner-selected.active {
  display: block;
}
.social-banner .options {
  padding: 16px 0px;
  position: absolute;
  top: 95%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.51);
  display: none;
  flex-direction: column;
  gap: 12px;
}
.social-banner .options .option {
  padding: 0px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.social-banner .options .option .option-icon {
  width: 24px;
  height: 24px;
}
.social-banner .options .option .option-icon img {
  width: 100%;
  height: 100%;
}
.social-banner .options .option .option-name {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.social-banner .options.active {
  display: flex;
}
.social-banner .polit {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 475px) {
  .social-banner {
    margin-top: 24px;
    padding: 20px;
  }
  .social-banner::before {
    display: none;
  }
  .social-banner .social-banner__title {
    padding-right: 70px;
    font-size: 28px;
  }
  .social-banner .text {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .social-banner .wrap {
    flex-direction: column;
  }
  .social-banner .social-banner__input {
    width: 100%;
    height: 54px;
    padding: 7px 16px;
  }
  .social-banner .social-banner__input .current-media {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .social-banner .social-banner__input .current-media .label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
  }
  .social-banner .social-banner__input .current-media .current {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    text-align: left;
    color: white;
  }
  .social-banner .social-banner__input .social-banner-select {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .social-banner .social-banner__input .social-banner-selected {
    position: relative;
    display: none;
    padding-right: 44px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .social-banner .social-banner__input .social-banner-selected::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../vectors/arrow-down.svg");
  }
  .social-banner .social-banner__input .social-banner-selected-icon {
    width: 24px;
    height: 24px;
  }
  .social-banner .social-banner__input .social-banner-selected-icon img {
    width: 100%;
    height: 100%;
  }
  .social-banner .social-banner__input .social-banner-selected.active {
    display: block;
  }
  .social-banner .options {
    padding: 16px 0px;
    position: absolute;
    top: 95%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.51);
    display: none;
    flex-direction: column;
    gap: 12px;
  }
  .social-banner .options .option {
    padding: 0px 16px;
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .social-banner .options .option .option-icon {
    width: 24px;
    height: 24px;
  }
  .social-banner .options .option .option-icon img {
    width: 100%;
    height: 100%;
  }
  .social-banner .options .option .option-name {
    color: white;
    font-size: 16px;
    font-weight: 400;
  }
  .social-banner .options.active {
    display: flex;
  }
  .social-banner .polit {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
  }
}
.consult-item {
  cursor: pointer;
  position: relative;
  width: 386px;
  padding: 24px;
  padding-right: 78px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 24px;
  background-color: rgb(244, 244, 244);
}
.consult-item::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/arrow-up-right-01-round1.svg");
}
.consult-item .consult-item__title {
  font-family: Actay, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
}
.consult-item .consult-item__descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgb(115, 115, 115);
}
.consult-item .specialist {
  display: flex;
  align-items: center;
  gap: 10px;
}
.consult-item .specialist img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.consult-item .specialist .specialist-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.consult-item .specialist .specialist-wrapper .specialist-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
}
.consult-item .specialist .specialist-wrapper .specialist-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgb(115, 115, 115);
}

@media (max-width: 475px) {
  .consult-item {
    cursor: pointer;
    position: relative;
    width: 100%;
    padding-right: 67px;
  }
  .consult-item .consult-item__title {
    font-size: 20px;
    line-height: 20px;
  }
  .consult-item .consult-item__descr {
    font-size: 12px;
    line-height: 16.4px;
  }
}
.material-item {
  flex-shrink: 0;
  width: calc(33% - 20px);
  border-radius: 24px;
  border: 1px solid rgb(229, 229, 229);
  padding: 6px;
  height: auto;
}
.material-item img {
  display: block;
  border-radius: 18px;
  width: 100%;
  height: 200px;
}
.material-item .material-item__content {
  margin-top: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.material-item .material-item__content .material-item__title {
  font-family: Actay, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
}
.material-item .material-item__content .material-item__descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgb(163, 163, 163);
}

@media (max-width: 475px) {
  .material-item {
    width: 272px;
  }
  .material-item img {
    height: 150px;
  }
  .material-item .material-item__content .material-item__title {
    font-size: 20px;
    line-height: 20px;
  }
  .material-item .material-item__content .material-item__descr {
    font-size: 14px;
    line-height: 14px;
  }
}
.houses-item {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  height: 549px;
}
.houses-item .first-col {
  width: 57%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.houses-item .first-col img {
  display: block;
  height: 100%;
  width: 100%;
}
.houses-item .second-col {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.houses-item .second-col .first-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  height: 144px;
  padding: 30px;
  width: 100%;
  background-color: rgb(41, 78, 71);
}
.houses-item .second-col .first-row .row-descr {
  display: flex;
  flex-direction: row;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.houses-item .second-col .first-row .row-title {
  font-family: Actay, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  color: white;
}
.houses-item .second-col .second-row {
  width: 100%;
  height: 384px;
  border-radius: 24px;
  overflow: hidden;
}
.houses-item .second-col .second-row img {
  width: 100%;
  height: 100%;
}

@media (max-width: 475px) {
  .houses-item {
    width: 100%;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    height: auto;
  }
  .houses-item .first-col {
    width: 100%;
    height: 253px;
    border-radius: 20px;
  }
  .houses-item .second-col {
    height: auto;
    width: 100%;
  }
  .houses-item .second-col .first-row {
    height: 76px;
    border-radius: 20px;
    padding: 16px;
  }
  .houses-item .second-col .first-row .row-descr {
    gap: 12px;
    font-size: 12px;
    line-height: 16.4px;
  }
  .houses-item .second-col .first-row .row-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.05em;
  }
  .houses-item .second-col .second-row {
    display: none;
  }
}
.about {
  margin-top: 100px;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 148px;
  height: 148px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/Group27.svg");
}
.about::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 148px;
  height: 148px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/Group27.svg");
  transform: rotate(180deg) translateY(-25%);
}
.about .title {
  text-align: right;
}
.about .wrap {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}
.about .wrap .about-item {
  display: block;
  display: flex;
  flex-direction: row;
  gap: 29px;
  align-items: flex-end;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.05em;
  text-align: left;
}
.about .wrap .about-item span {
  font-size: 150px;
  line-height: 150px;
  position: relative;
  top: 16px;
}
.about .text {
  margin-top: 84px;
  width: 74%;
}

@media (max-width: 475px) {
  .about {
    padding-top: 21px;
    margin-top: 40px;
  }
  .about::before {
    width: 48px;
    height: 48px;
  }
  .about::after {
    width: 48px;
    height: 48px;
  }
  .about .wrap {
    margin-top: 32px;
  }
  .about .wrap .about-item {
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
    font-size: 12px;
  }
  .about .wrap .about-item span {
    position: static;
    font-size: 50px;
    line-height: 50px;
  }
  .about .text {
    margin-top: 32px;
    width: 76%;
  }
}
.lid-banner {
  margin-top: 90px;
  padding: 37px 40px;
  width: 100%;
  border-radius: 24px;
  height: auto;
  background-color: rgb(41, 78, 71);
}
.lid-banner .lid-banner__title {
  font-family: Actay, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.05em;
  text-align: left;
  color: #fff;
}
.lid-banner .lid-banner__descr {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.lid-banner form {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.lid-banner form label {
  flex-grow: 1;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.08);
  display: block;
  height: auto;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 16.4px;
  width: 376px;
}
.lid-banner form label input {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: white;
  display: block;
  width: 100%;
  margin-top: 2px;
  border: none;
  background-color: transparent;
}
.lid-banner form label input:focus {
  outline: none;
}
.lid-banner form label input::placeholder {
  color: white;
}
.lid-banner .text {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.lid-banner.type-2 {
  background-color: rgb(23, 23, 23);
  margin-bottom: 120px;
}
.lid-banner.type-2 .wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.lid-banner.type-2 form .button {
  width: 376px;
}
.lid-banner.type-2 .specialist {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.lid-banner.type-2 .specialist img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.lid-banner.type-2 .specialist .specialist-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lid-banner.type-2 .specialist .specialist-wrapper .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
  color: #fff;
}
.lid-banner.type-2 .specialist .specialist-wrapper .label {
  font-size: 12px;
  line-height: 16.39px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 475px) {
  .lid-banner {
    margin-top: 40px;
    padding: 20px;
    width: 100%;
  }
  .lid-banner .lid-banner__title {
    font-size: 28px;
  }
  .lid-banner .lid-banner__descr {
    font-size: 12px;
    margin-top: 6px;
    line-height: 16.4px;
  }
  .lid-banner form {
    gap: 8px;
  }
  .lid-banner form label {
    padding: 8px 14px;
    color: rgba(255, 255, 255, 0.7);
    width: 100%;
  }
  .lid-banner form label input {
    font-size: 14px;
    line-height: 19.12px;
  }
  .lid-banner form button {
    width: 100%;
  }
  .lid-banner .text {
    margin-top: 8px;
  }
  .lid-banner.type-2 {
    margin-bottom: 60px;
  }
  .lid-banner.type-2 .wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.video-review {
  flex-shrink: 0;
  width: calc(50% - 10px);
  height: 360px;
  border-radius: 24px;
  background-color: #d6cdcd;
  overflow: hidden;
}
.video-review iframe {
  display: none;
  width: 100%;
  height: 100%;
  border: none;
  display: none;
}
.video-review .video-cover {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video-review .video-cover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.video-review .video-cover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 74px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/Polygon1.svg");
  z-index: 3;
}
.video-review .video-cover img {
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.video-review .video-cover .cover-content {
  z-index: 3;
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.video-review .video-cover .cover-content .cover-name {
  font-family: Actay, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #fff;
}
.video-review .video-cover .cover-content .cover-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 475px) {
  .video-review {
    width: 100%;
    height: 194px;
  }
  .video-review:nth-child(1) {
    width: 100%;
  }
  .video-review:nth-child(2) {
    width: 100%;
  }
  .video-review .video-cover::after {
    width: 37px;
    height: 42px;
  }
  .video-review .video-cover .cover-content {
    left: 20px;
    bottom: 20px;
  }
  .video-review .video-cover .cover-content .cover-name {
    font-size: 20px;
    line-height: 20px;
  }
  .video-review .video-cover .cover-content .cover-date {
    font-size: 14px;
    line-height: 19px;
  }
}
.social-block {
  margin-top: 120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.social-block .first-col {
  width: 584px;
  max-width: 100%;
  flex-grow: 1;
}
.social-block .first-col .text {
  margin-top: 20px;
}
.social-block .second-col {
  flex-shrink: 0;
  width: 610px;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.social-block .second-col .social-item {
  flex-shrink: 0;
  text-decoration: none;
  padding: 24px;
  display: inline-flex;
  align-items: center;
  width: 295px;
  height: 98px;
  border-radius: 24px;
  background-color: rgb(244, 244, 244);
  gap: 20px;
  font-family: Actay, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
}
.social-block .second-col .social-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media (max-width: 475px) {
  .social-block {
    margin-top: 40px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .social-block .second-col {
    flex-direction: column;
    gap: 8px;
  }
  .social-block .second-col .social-item {
    width: 100%;
    height: 72px;
    gap: 10px;
    padding: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.05em;
    text-align: left;
  }
  .social-block .second-col .social-item img {
    width: 40px;
    height: 40px;
  }
}
.question-item {
  position: relative;
  width: 100%;
  height: auto;
  transition: height 0.5s;
  overflow: hidden;
  border-bottom: 1px solid rgb(41, 78, 71);
  cursor: pointer;
}
.question-item .question-item__title {
  position: relative;
  padding: 30px 0px;
  padding-right: 24px;
  font-family: Actay, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #212121;
}
.question-item .question-item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 14px;
  height: 7.7px;
  mask-image: url("../../vectors/quest-arrow-down.svg");
  background-color: rgb(156, 163, 175);
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.question-item .question-item__descr {
  padding: 0px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  text-align: left;
  display: none;
  color: rgb(115, 115, 115);
}

.question-item-active .question-item__title {
  padding-bottom: 12px;
}
.question-item-active .question-item__title::after {
  transform: translate(0, -50%) rotate(0deg);
  background-color: rgb(6, 145, 118);
}
.question-item-active .question-item__descr {
  display: block;
  padding-bottom: 0px;
}

@media (max-width: 475px) {
  .question-item .question-item__title {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .question-item .question-item__descr {
    margin-top: 0px;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 0;
  }
  .question-item-active .question-item__title {
    padding-bottom: 12px;
  }
  .question-item-active .question-item__descr {
    margin-top: 0px;
  }
}
.questions {
  margin-top: 100px;
}
.questions .questions-items-wrapper {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

@media (max-width: 475px) {
  .questions {
    margin-top: 40px;
  }
  .questions .questions-items-wrapper {
    margin-top: 16px;
  }
}
.footer {
  margin-top: 120px;
  width: 100%;
  border-radius: 42px 42px 0px 0px;
  background-color: rgb(244, 244, 244);
}
.footer .container.fw {
  padding-top: 46px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.footer .logo {
  width: 130px;
  height: 96px;
  margin-right: 24px;
}
.footer .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .contact-main-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .contact-main-wrap .address {
  font-size: 18px;
  font-weight: 400;
  color: rgb(115, 115, 115);
}
.footer .contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer .contact-wrap .conctact-link {
  font-family: Actay, sans-serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
  text-decoration: none;
}
.footer .contact-wrap .contact-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  text-align: left;
  color: rgb(115, 115, 115);
}
.footer .footer-social {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 19.5px 24px;
  border-radius: 18px;
  background-color: rgb(41, 78, 71);
}
.footer .footer-social .social-title {
  font-family: Actay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.05em;
  text-align: left;
  color: white;
}
.footer .footer-social .social-descr {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-social .wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer .footer-social .social-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.footer .footer-social .social {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(246, 248, 250, 0.14);
}
.footer .footer-social .social img {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer .footer-bottom {
  border-top: 1px solid rgb(229, 229, 229);
}
.footer .footer-bottom .container {
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer .footer-bottom .footer-bottom__link {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  text-align: left;
  color: rgb(115, 115, 115);
  text-decoration: none;
}

@media (max-width: 475px) {
  .footer {
    margin-top: 40px;
    width: 100%;
    border-radius: 0px;
  }
  .footer .container.fw {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer .logo {
    margin-right: 0;
  }
  .footer .contact-main-wrap {
    gap: 4px;
  }
  .footer .contact-main-wrap .address {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
  .footer .contact-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
  }
  .footer .contact-wrap .conctact-link {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
  .footer .contact-wrap .contact-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
  }
  .footer .footer-social {
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
  }
  .footer .footer-social .social-title {
    font-family: Actay, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.05em;
    text-align: left;
    color: white;
  }
  .footer .footer-social .social-descr {
    font-size: 12px;
    line-height: 16.39px;
  }
  .footer .footer-social .wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .footer .footer-social .social-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .footer .footer-social .social {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(246, 248, 250, 0.14);
  }
  .footer .footer-social .social img {
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .footer .footer-bottom {
    display: none;
  }
}
.project-modal {
  transition: transform 0.3s;
  transform: translateX(100%);
  display: block;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.project-modal::-webkit-scrollbar {
  display: none;
}
.project-modal .container.main {
  position: relative;
  padding-bottom: 0px;
}
.project-modal .close-btn {
  cursor: pointer;
  display: block;
  position: sticky;
  left: 100%;
  top: 24px;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/cancel-011.svg");
  z-index: 100;
}
.project-modal .calculator .section-wrapper .calculator-container {
  margin-bottom: 78px;
}
.project-modal .banner.section {
  margin-top: 100px;
}
.project-modal .build .section-wrapper {
  border-top: 1px solid rgb(229, 229, 229);
}

.project-modal.active {
  transform: translateX(0);
}

@media (max-width: 475px) {
  .project-modal .calculator .section-wrapper .calculator-container {
    margin-bottom: 36px;
  }
  .project-modal .container.main {
    padding-bottom: 0;
    position: relative;
  }
  .project-modal .close-btn {
    width: 24px;
    height: 24px;
  }
  .project-modal .banner.section {
    margin-top: 70px;
  }
  .project-modal .build .section-wrapper {
    border-top: 1px solid rgb(229, 229, 229);
  }
}
.modal-first-screen {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.modal-first-screen .first-col {
  position: relative;
  width: 715px;
  max-width: 100%;
  flex-grow: 1;
}
.modal-first-screen .first-col .dot-wrapper {
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.modal-first-screen .first-col .dot-wrapper .dot {
  width: 55px;
  background-color: rgba(255, 255, 255, 0.3);
}
.modal-first-screen .first-col .dot-wrapper .dot.active {
  background-color: rgb(255, 255, 255);
}
.modal-first-screen .first-col .first-col-prev {
  width: 100%;
  height: 608px;
  border-radius: 24px;
  overflow: hidden;
}
.modal-first-screen .first-col .first-col-prev img {
  width: 100%;
  height: 100%;
  display: block;
}
.modal-first-screen .first-col .wrapper {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  width: 100%;
  height: 118px;
}
.modal-first-screen .first-col .wrapper img {
  display: block;
  height: 100%;
  width: 127px;
  border-radius: 24px;
}
.modal-first-screen .second-col {
  max-width: 100%;
  flex-grow: 1;
  width: 505px;
}
.modal-first-screen .second-col .text {
  margin-top: 10px;
}
.modal-first-screen .second-col .project-chars {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
.modal-first-screen .second-col .project-chars .project-char {
  min-width: 187px;
  gap: 14px;
  display: flex;
  align-items: center;
}
.modal-first-screen .second-col .project-chars .project-char img {
  width: 60px;
  height: 60px;
  display: block;
}
.modal-first-screen .second-col .project-chars .project-char .char-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  color: rgb(115, 115, 115);
}
.modal-first-screen .second-col .project-chars .project-char .char-content span {
  color: rgb(23, 23, 23);
  font-size: 24px;
  line-height: 1em;
}
.modal-first-screen .second-col .price {
  margin-top: 36px;
  font-family: Actay, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
}
.modal-first-screen .second-col .descr {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgb(115, 115, 115);
}
.modal-first-screen .second-col .button {
  margin-top: 36px;
}

@media (max-width: 475px) {
  .modal-first-screen {
    flex-direction: column;
    gap: 24px;
  }
  .modal-first-screen .first-col .first-col-prev {
    display: none;
  }
  .modal-first-screen .first-col .wrapper {
    margin-top: 0px;
    display: flex;
    gap: 20px;
    width: 100%;
    height: 328px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .modal-first-screen .first-col .wrapper::-webkit-scrollbar {
    display: none;
  }
  .modal-first-screen .first-col .wrapper img {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
  }
  .modal-first-screen .second-col .project-chars {
    margin-top: 24px;
    gap: 24px;
  }
  .modal-first-screen .second-col .project-chars .project-char {
    gap: 14px;
    display: flex;
    align-items: center;
  }
  .modal-first-screen .second-col .project-chars .project-char .char-content {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.39px;
    color: rgb(115, 115, 115);
  }
  .modal-first-screen .second-col .project-chars .project-char .char-content span {
    color: rgb(23, 23, 23);
    font-size: 18px;
    line-height: 1em;
  }
  .modal-first-screen .second-col .price {
    margin-top: 24px;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }
  .modal-first-screen .second-col .descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
  }
  .modal-first-screen .second-col .button {
    margin-top: 24px;
  }
}
.about-project {
  max-width: 100%;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.about-project .first-col {
  width: 685px;
  flex-grow: 1;
}
.about-project .first-col .text {
  margin-top: 24px;
  color: rgb(23, 23, 23);
}
.about-project .second-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
  width: 505px;
  flex-grow: 1;
}
.about-project .second-col .about-item {
  position: relative;
  width: 100%;
  background-color: rgb(244, 244, 244);
  border-radius: 24px;
  padding: 20px;
  padding-left: 64px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: rgb(23, 23, 23);
}
.about-project .second-col .about-item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/checkmark-circle-02.svg");
}

@media (max-width: 475px) {
  .about-project {
    margin-top: 40px;
    gap: 24px;
  }
  .about-project .first-col .text {
    margin-top: 16px;
  }
  .about-project .second-col {
    gap: 8px;
  }
  .about-project .second-col .about-item {
    font-size: 14px;
    line-height: 21px;
    padding: 20px;
    padding-left: 60px;
  }
}
.equip-main-wrapper {
  margin-top: 100px;
  margin-bottom: 200px;
}
.equip-main-wrapper .title {
  margin-bottom: 64px;
}

.equip-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
}

.equip-item {
  background-color: rgb(244, 244, 244);
  display: flex;
  flex-direction: column;
  padding: 30px;
  flex-shrink: 1;
  width: 295px;
  height: 290px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.equip-item .img-wrapper {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  background-color: rgb(41, 78, 71);
  overflow: hidden;
}
.equip-item .img-wrapper img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}
.equip-item .equip-item__title {
  margin-top: 36px;
  font-family: Actay, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(33, 33, 33);
  margin-top: auto;
  z-index: 2;
}
.equip-item .equip-item__descr {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400px;
  line-height: 1.25em;
  color: rgb(115, 115, 115);
  z-index: 2;
}

@media (max-width: 1120px) {
  .equip-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .equip-wrapper::-webkit-scrollbar {
    display: none;
  }
  .equip-item {
    flex-shrink: 0;
  }
}
@media (max-width: 475px) {
  .equip-main-wrapper {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .equip-main-wrapper .title {
    margin-bottom: 32px;
  }
  .equip-wrapper {
    gap: 8px;
  }
  .equip-item {
    background-color: rgb(244, 244, 244);
    display: flex;
    flex-direction: column;
    padding: 30px;
    flex-shrink: 0;
    width: 265px;
    height: 240px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
  }
  .equip-item .img-wrapper {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background-color: rgb(41, 78, 71);
    overflow: hidden;
  }
  .equip-item .img-wrapper img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
  }
  .equip-item .equip-item__title {
    font-size: 22px;
    line-height: 1em;
  }
  .equip-item .equip-item__descr {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400px;
    line-height: 1.25em;
    color: rgb(115, 115, 115);
    z-index: 2;
  }
}
.overlay {
  display: none;
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.35);
}

.overlay.active {
  display: block;
}

.modal-popup {
  max-width: 95%;
  padding: 30px;
  display: block;
  z-index: 2;
  width: 475px;
  border-radius: 24px;
  background-color: white;
  min-height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-popup .close-btn {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/cancel-011.svg");
}
.modal-popup .popup-title {
  font-family: Actay, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
}
.modal-popup .popup-subtitle {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgb(115, 115, 115);
}
.modal-popup form {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal-popup form label {
  padding: 12px 16px;
  height: 64px;
  display: block;
  border-radius: 12px;
  background-color: rgb(244, 244, 244);
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgb(163, 163, 163);
}
.modal-popup form label input {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 100%;
  margin-top: 2px;
  font-size: 16px;
  line-height: 21.86px;
  color: rgb(23, 23, 23);
}
.modal-popup form label input::placeholder {
  color: rgb(23, 23, 23);
}
.modal-popup form label input:focus {
  outline: none;
}
.modal-popup .modal-text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgb(163, 163, 163);
}

.popup-succes {
  max-width: 95%;
  display: none;
  width: 428px;
  background-color: #fff;
  border-radius: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 24px;
  transform: translate(-50%, -50%);
}
.popup-succes .succes__icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.popup-succes .succes__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-succes .succes__title {
  font-family: Actay, sans-serif;
  margin-top: 24px;
  font-size: 28px;
  text-align: center;
  color: rgb(23, 23, 23);
}
.popup-succes .succes__subtitle {
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
  color: rgb(115, 115, 115);
}
.popup-succes button {
  margin-top: 24px;
}

@media (max-width: 475px) {
  .modal-popup {
    padding: 20px;
  }
  .modal-popup .popup-title {
    font-size: 26px;
    line-height: 32px;
  }
  .modal-popup .popup-subtitle {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .modal-popup form {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .modal-popup form label {
    padding: 8px 12px;
    height: 56px;
  }
  .modal-popup form label input {
    font-size: 14px;
    line-height: 19px;
  }
  .modal-popup .modal-text {
    margin-top: 8px;
  }
  .popup-succes {
    padding: 20px;
  }
  .popup-succes .succes__title {
    margin-top: 16px;
    font-size: 24px;
  }
  .popup-succes .succes__subtitle {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    color: rgb(115, 115, 115);
  }
  .popup-succes button {
    margin-top: 16px;
  }
}
.mobile-navbar {
  transition: transform 0.3s;
  transform: translateX(-100%);
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.mobile-navbar .mobile-navbar-header {
  width: 100%;
  height: 70px;
  padding: 10px 0px;
}
.mobile-navbar .mobile-navbar-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mobile-navbar .mobile-navbar-header .mobile-navbar-logo {
  width: 67px;
  height: 67px;
}
.mobile-navbar .mobile-navbar-header .mobile-navbar-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-navbar .mobile-navbar-header .close-btn {
  display: block;
  height: 24px;
  width: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/cancel-green.svg");
}
.mobile-navbar .mobile-navbar-header .call-btn {
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../vectors/calling-green.svg");
}
.mobile-navbar .mobile-menu {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-navbar .mobile-menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgb(23, 23, 23);
  text-decoration: none;
}
.mobile-navbar .wrap {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-navbar .wrap .contact-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mobile-navbar .wrap .contact-block .contact-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: left;
  color: rgb(115, 115, 115);
}
.mobile-navbar .wrap .contact-block .contact-value {
  font-family: Actay, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
  text-align: left;
  color: rgb(23, 23, 23);
  text-decoration: none;
}
.mobile-navbar .social-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  border-radius: 18px;
  background-color: rgb(41, 78, 71);
  padding: 16px 24px;
}
.mobile-navbar .social-block .content-wrap {
  width: 146px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mobile-navbar .social-block .content-wrap .social-block-title {
  font-family: Actay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.05em;
  text-align: left;
  color: white;
}
.mobile-navbar .social-block .content-wrap .social-block-descr {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.mobile-navbar .social-block .social-wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.mobile-navbar .social-block .social-wrap .social {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(246, 248, 250, 0.14);
  position: relative;
}
.mobile-navbar .social-block .social-wrap .social img {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mobile-navbar.active {
  transform: translateX(0);
}

body {
  margin: 0;
  background-color: white;
}

.close-btn {
  cursor: pointer;
}

.dot-wrapper {
  z-index: 4;
  display: none;
  width: 100%;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  margin-top: 20px;
}
.dot-wrapper .dot {
  width: 59.5px;
  height: 3px;
  border-radius: 999px;
  background-color: rgba(41, 78, 71, 0.2);
  transition: 0.2s;
}
.dot-wrapper .dot.active {
  background-color: rgb(41, 78, 71);
}

.item-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  gap: 20px;
}

.container {
  width: 1241px;
  margin: 0 auto;
  max-width: 100%;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 21px 32px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  text-align: center;
  cursor: pointer;
  border: none;
  color: rgb(23, 23, 23);
  text-decoration: none;
}

.button.green {
  color: white;
}

.calculator .section-wrapper .calculator-container {
  margin-bottom: 120px;
}

.payments-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 120px;
}
.payments-wrapper::-webkit-scrollbar {
  display: none;
}

.payments-wrapper.mobile {
  display: none;
  margin-bottom: 60px;
}

.payments .wrap {
  width: calc(100% - 420px);
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.mb {
  margin-bottom: 78px;
}

.button_large {
  width: 100%;
}

.slider-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.slider-buttons .slider-btn {
  cursor: pointer;
  width: 54px;
  height: 54px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../vectors/prev.svg");
}
.slider-buttons .slider-btn.next {
  transform: rotate(180deg);
}

.title {
  font-size: 68px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: -5%;
  font-family: Actay, sans-serif;
  color: rgb(23, 23, 23);
}

.text {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.59px;
  text-align: left;
  color: rgb(115, 115, 115);
}

.section {
  position: relative;
}

.green {
  background-color: rgb(41, 78, 71);
}

.white {
  background-color: white;
}

.mt-big {
  margin-top: 70px;
}

.section-wrapper {
  display: block;
  background-color: white;
  position: absolute;
  width: 100%;
  border-radius: 42px 42px 0px 0px;
  top: -42px;
}

.grey {
  background-color: rgb(244, 244, 244);
}

.section-wrapper.green {
  background-color: rgb(41, 78, 71);
}

.banner {
  position: relative;
}

.comfort .flex-wrapper {
  margin-top: 40px;
}

.comfort .title {
  color: white;
  margin-top: 70px;
}

.comfort .text {
  color: #fff;
  margin-top: 16px;
}

.flex-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.flex-wrapper::-webkit-scrollbar {
  display: none;
}

.build .wrap {
  margin-top: 70px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.build .wrap .first-col {
  width: 63%;
}
.build .wrap .first-col .text {
  margin-top: 14px;
}

.build .flex-wrapper {
  margin-top: 46px;
}

.houses {
  background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}
.houses .section-wrapper {
  background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}

@media (max-width: 1024px) {
  .container {
    padding: 0px 16px;
  }
  .payments-wrapper {
    display: none;
  }
  .payments-wrapper.mobile {
    display: flex;
  }
  .flex-wrapper {
    flex-wrap: nowrap;
  }
  .item-wrap {
    justify-content: space-around;
  }
}
@media (max-width: 475px) {
  .dot-wrapper {
    display: flex;
  }
  .container {
    padding: 0px 16px;
  }
  .flex-wrapper {
    gap: 8px;
  }
  .mt-big {
    margin-top: 30px;
  }
  .button {
    padding: 17.5px 24px;
    font-size: 14px;
  }
  .mb {
    margin-bottom: 40px;
  }
  .slider-buttons {
    display: none;
  }
  .title {
    font-size: 36px;
  }
  .text {
    font-size: 14px;
    line-height: 19.12px;
  }
  .payments-wrapper {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .payments-wrapper::-webkit-scrollbar {
    display: none;
  }
  .comfort .flex-wrapper {
    margin-top: 24px;
  }
  .comfort .title {
    margin-top: 30px;
  }
  .comfort .text {
    margin-top: 6px;
  }
  .build .wrap {
    margin-top: 30px;
    align-items: flex-start;
  }
  .build .wrap .first-col {
    width: 100%;
  }
  .build .flex-wrapper {
    margin-top: 24px;
  }
  .calculator .section-wrapper .calculator-container {
    margin-bottom: 60px;
  }
  .section-wrapper {
    top: -24px;
    border-radius: 24px 24px 0px 0px;
  }
}
/* unvisited link */
a:link {
  color: #a3a3a3;
}

/* visited link */
a:visited {
  color: #a3a3a3;
}

/* mouse over link */
a:hover {
  color: #a3a3a3;
}

/* selected link */
a:active {
  color: #a3a3a3;
}