@font-face {
  font-family: "Jun";
  src: url("../fonts/Jun.eot");
  src: url("../fontsJun.eot?#iefix") format("embedded-opentype"), url("../fonts/Jun.woff2") format("woff2"), url("../fonts/Jun.woff") format("woff"), url("../fonts/Jun.ttf") format("truetype"), url("../fonts/Jun.svg#Jun") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 20px;
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html:has(.popup--open) {
  overflow: hidden;
}
@media (max-width: 767px) {
  html {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  html {
    font-size: 1.3898540653vw;
  }
}
html.with-fancybox {
  overflow: hidden;
}

body {
  position: relative;
  padding: 0;
  overflow-x: clip;
}

input {
  outline: none;
  box-shadow: none;
}
input:focus, input:hover {
  outline: none;
}

body {
  font-weight: 400;
  line-height: 1;
  font-family: "Onest", sans-serif;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

b {
  font-weight: 700;
}

em {
  font-family: "Noto Serif", sans-serif;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
}

fieldset {
  border: transparent;
}

.section__title {
  line-height: 100%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .section__title {
    font-size: 2.75rem;
  }
}

.page__title {
  line-height: 100%;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .page__title {
    font-size: 3.5rem;
  }
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 60.4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    max-width: 49.4rem;
    margin: 0 auto;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
  }
  .breadcrumbs a {
    transition: 0.2s color;
  }
  .breadcrumbs a:hover {
    color: #f7c814;
  }
}

.btn {
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.85rem 1.7rem;
    border-radius: 1.7rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .btn {
    padding: 1rem 1.5rem;
    border-radius: 2.4rem;
    font-size: 1rem;
  }
}
.btn__box {
  display: flex;
  row-gap: 1.5rem;
}
.btn--primary {
  background-color: #f7c814;
  color: #fff;
}
.btn--primary:hover {
  background-color: #000;
}
.btn--secondary {
  background-color: #d9d9d9;
  color: #000;
}
.btn--secondary:hover {
  background-color: #f7c814;
}
.btn--clean {
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767px) {
  .btn--clean {
    border: 0.05rem solid #d9d9d9;
  }
}
@media (min-width: 768px) {
  .btn--clean {
    border: 0.1rem solid #d9d9d9;
  }
}
.btn--clean:hover {
  color: #000;
  background-color: #d9d9d9;
}
.btn--white {
  background-color: #fff;
  color: #000;
}
.btn--white:hover {
  background-color: #f7c814;
}
@media (max-width: 767px) {
  .btn--burger {
    margin-left: auto;
    background-color: transparent;
    color: #000;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .btn--burger {
    display: none;
  }
}
.btn--burger svg {
  width: 0.825rem;
  height: 0.6rem;
}
.btn--dark {
  background-color: #484848;
  color: #fff;
}
.btn--dark:hover {
  background-color: #f7c814;
}

@media (max-width: 767px) {
  .case {
    padding: 0.25rem 0.4rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .case {
    padding: 0.5rem 0.6rem 1rem;
  }
}
.case__list {
  padding: 7.5rem 0 0;
}
.case__title {
  display: block;
  font-weight: 700;
  line-height: 1;
  color: #000;
  transition: 0.3s color;
}
@media (max-width: 767px) {
  .case__title {
    margin-top: 1.15rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .case__title {
    margin-top: 0.7rem;
    font-size: 1.1rem;
  }
}
@media (hover: hover) {
  .case__title:hover {
    color: #f7c814;
  }
}
.case__desc {
  font-weight: 300;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .case__desc {
    margin-top: 0.7rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .case__desc {
    margin-top: 0.35rem;
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .case__desc p:not(:last-child) {
    margin-bottom: 0.55rem;
  }
}
.case__img {
  width: 100%;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case__img {
    aspect-ratio: 1/1.05;
  }
}
@media (min-width: 768px) {
  .case__img {
    height: 22.25rem;
  }
}
.case__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s transform;
}
@media (hover: hover) {
  .case__img:hover img {
    transform: scale(1.05);
  }
}

.countries {
  position: relative;
  max-width: 38rem;
  margin: 0 auto;
}
.countries__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.countries__details {
  position: absolute;
  bottom: 1.2rem;
  left: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.55rem;
  background-color: #fff;
  box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.33);
}
@media (max-width: 767px) {
  .countries__details {
    width: 5.5rem;
    min-height: 2rem;
    padding: 0.2rem 0.4rem;
  }
}
@media (min-width: 768px) {
  .countries__details {
    width: 9.5rem;
    padding: 1rem 1.5rem;
  }
}
.countries__details:after {
  position: absolute;
  bottom: -0.4rem;
  left: calc(50% - 0.7rem);
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0.7rem 0.6rem 0 0.5rem;
  border-color: #fff transparent transparent transparent;
}
.countries__title {
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .countries__title {
    font-size: 0.55rem;
  }
}
@media (min-width: 768px) {
  .countries__title {
    font-size: 1rem;
  }
}
.countries__desc {
  font-weight: 300;
  font-size: 0.6rem;
  line-height: 1.5;
}
.countries__bg {
  width: 100%;
  height: auto;
}
.countries__item {
  position: absolute;
}
@media (max-width: 767px) {
  .countries__item:first-child {
    top: 8.3rem;
    left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .countries__item:first-child {
    top: 14rem;
    left: 6rem;
  }
}
@media (max-width: 767px) {
  .countries__item:nth-child(2) {
    top: 7rem;
    left: 13rem;
  }
}
@media (min-width: 768px) {
  .countries__item:nth-child(2) {
    top: 12rem;
    right: 12rem;
  }
}
@media (max-width: 767px) {
  .countries__item:nth-child(3) {
    top: 10.5rem;
    left: 7.5rem;
  }
}
@media (min-width: 768px) {
  .countries__item:nth-child(3) {
    top: 20rem;
    left: 16rem;
  }
}
@media (max-width: 767px) {
  .countries__item:nth-child(4) {
    top: 11.8rem;
    right: 5.5rem;
  }
}
@media (min-width: 768px) {
  .countries__item:nth-child(4) {
    top: 23rem;
    right: 12rem;
  }
}
@media (max-width: 767px) {
  .countries__item:nth-child(5) {
    top: 13.2rem;
    left: 7.5rem;
  }
}
@media (min-width: 768px) {
  .countries__item:nth-child(5) {
    top: 27rem;
    left: 15rem;
  }
}
@media (max-width: 767px) {
  .countries__item:nth-child(6) {
    top: 16rem;
    left: 8rem;
  }
}
@media (min-width: 768px) {
  .countries__item:nth-child(6) {
    bottom: 1.5rem;
    left: 16rem;
  }
}

@media (max-width: 767px) {
  .indicator {
    display: flex;
    column-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .indicator {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.indicator__item {
  text-align: center;
}
.indicator__num {
  font-family: "Jun", sans-serif;
}
@media (max-width: 767px) {
  .indicator__num {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .indicator__num {
    font-size: 5rem;
  }
}
.indicator__desc {
  font-weight: 300;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .indicator__desc {
    margin-top: 0.45rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .indicator__desc {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
}

.logo {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .logo {
    max-width: 4.35rem;
  }
}
@media (min-width: 768px) {
  .logo {
    max-width: 9.8rem;
  }
}
.logo img {
  width: 100%;
  height: auto;
}

.link {
  width: max-content;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Fira Sans Condensed", sans-serif;
  transition: 0.3s all;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .link {
    column-gap: 0.3rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .link {
    column-gap: 0.7rem;
    font-size: 1.3rem;
  }
}
.link svg {
  transform: rotate(140deg);
  transition: 0.3s transform;
}
@media (max-width: 767px) {
  .link svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media (min-width: 768px) {
  .link svg {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.link:hover {
  color: #f7c814;
}
.link:hover svg {
  transform: rotate(180deg);
}
.link--primary {
  color: #f7c814;
}
.link--primary:hover {
  color: #fff;
}

.message {
  display: none;
}
.message.show {
  display: block;
}
.message__title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .message__title {
    font-size: 0.7rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .message__title {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.message__desc {
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
@media (max-width: 767px) {
  .message__desc {
    font-size: 0.8rem;
    line-height: 1rem;
    row-gap: 0.8rem;
  }
}
@media (min-width: 768px) {
  .message__desc {
    margin-top: 0.75rem;
    font-size: 1.1rem;
    line-height: 1.65rem;
    row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .message .btn {
    margin: 1.25rem auto 0;
  }
}
@media (min-width: 768px) {
  .message .btn {
    margin: 2.25rem auto 0;
  }
}

@media (max-width: 767px) {
  .form {
    padding: 0 0.8rem;
  }
}
.form .wrap {
  background-color: #f7f8fa;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .form .wrap {
    padding: 2.6rem 1.2rem;
  }
}
@media (min-width: 768px) {
  .form .wrap {
    max-width: 65.9rem;
    padding: 2rem 3.15rem 3rem;
  }
}
.form .section__desc {
  font-weight: 300;
}
@media (max-width: 767px) {
  .form .section__desc {
    max-width: 14rem;
    margin-top: 1.15rem;
    font-size: 0.8rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .form .section__desc {
    margin-top: 1.5rem;
  }
}
.form__container {
  display: grid;
}
@media (max-width: 767px) {
  .form__container {
    margin-top: 2.15rem;
  }
}
@media (min-width: 768px) {
  .form__container {
    margin-top: 1.7rem;
    grid-template-columns: 1fr 20.2rem;
    column-gap: 3rem;
  }
}
.form__box {
  display: grid;
}
@media (max-width: 767px) {
  .form__box {
    row-gap: 0.9rem;
  }
}
@media (min-width: 768px) {
  .form__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1.4rem;
  }
}
@media (max-width: 767px) {
  .form__img {
    display: none;
  }
}
@media (min-width: 768px) {
  .form__img {
    height: 16.5rem;
    margin-top: 2.7rem;
    overflow: hidden;
    border-radius: 1.3rem;
    box-shadow: 0 0 0.5rem 0.3rem rgba(0, 0, 0, 0.25);
  }
}
.form__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form__item {
  position: relative;
}
@media (min-width: 768px) {
  .form__item--wide {
    grid-column: 1/3;
  }
}
.form__item:has(.wpcf7-not-valid-tip) input[type=text],
.form__item:has(.wpcf7-not-valid-tip) input[type=email] {
  background: #ffdede;
  color: rgba(0, 0, 0, 0.8);
}
.form__item:has(.wpcf7-not-valid-tip) input[type=text]::placeholder,
.form__item:has(.wpcf7-not-valid-tip) input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.wpcf7 .screen-reader-response, .wpcf7-response-output {
  display: none;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-form.sent .form {
  display: none;
}
.wpcf7-not-valid-tip {
  position: absolute;
  left: 0.5rem;
  color: #ff0000;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    bottom: -1.3rem;
    font-size: 0.4rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-not-valid-tip {
    bottom: -2.2rem;
    font-size: 0.6rem;
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  width: 100%;
  border: none;
  background-color: #b9b9b9;
  color: #fff;
  font-family: inherit;
  outline: none;
}
@media (max-width: 767px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form textarea {
    padding: 0.7rem 0.6rem;
    font-size: 0.7rem;
    border-radius: 0.45rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form textarea {
    padding: 1.2rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 0.7rem;
  }
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form textarea::placeholder {
  color: #fff;
}
.wpcf7-form textarea {
  resize: none;
}
@media (max-width: 767px) {
  .wpcf7-form textarea {
    height: 7.5rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-form textarea {
    height: 11.5rem;
  }
}
.wpcf7-form input[type=submit] {
  outline: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7c814;
  color: #fff;
  font-family: inherit;
  transition: background-color 0.3s;
  text-wrap: auto;
}
@media (max-width: 767px) {
  .wpcf7-form input[type=submit] {
    max-width: 8.5rem;
    padding: 0.45rem 0.6rem;
    border-radius: 2.4rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-form input[type=submit] {
    max-width: 12.7rem;
    padding: 0.7rem 0.5rem;
    border-radius: 2.4rem;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .wpcf7-form input[type=submit]:hover {
    background-color: #f5c823;
  }
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-list-item:has(input[type=checkbox]) label {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .wpcf7-list-item:has(input[type=checkbox]) label {
    column-gap: 0.6rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-list-item:has(input[type=checkbox]) label {
    column-gap: 0.8rem;
  }
}
.wpcf7-list-item:has(input[type=checkbox]) label input {
  display: none;
}
.wpcf7-list-item:has(input[type=checkbox]) label::before {
  flex-shrink: 0;
  background-color: transparent;
  content: "";
}
@media (max-width: 767px) {
  .wpcf7-list-item:has(input[type=checkbox]) label::before {
    width: 1.1rem;
    height: 1.1rem;
    border: 0.05rem solid #635d6f;
    border-radius: 0.1rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-list-item:has(input[type=checkbox]) label::before {
    width: 0.9rem;
    height: 0.9rem;
    border: 0.1rem solid #635d6f;
    border-radius: 0.29rem;
  }
}
.wpcf7-list-item:has(input[type=checkbox]) .wpcf7-list-item-label {
  display: block;
}
@media (max-width: 767px) {
  .wpcf7-list-item:has(input[type=checkbox]) .wpcf7-list-item-label {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .wpcf7-list-item:has(input[type=checkbox]) .wpcf7-list-item-label {
    font-size: 0.8rem;
  }
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item:has(input[type=checkbox]:checked) label::before {
  background-color: #635d6f;
}

.slider-nav {
  width: max-content;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .slider-nav {
    column-gap: 1.7rem;
  }
}
@media (min-width: 768px) {
  .slider-nav {
    column-gap: 2.4rem;
  }
}
.slider-nav__btn {
  height: 2rem;
  display: flex;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s color;
  color: #000;
}
@media (max-width: 767px) {
  .slider-nav__btn {
    width: 1.15rem;
  }
}
@media (min-width: 768px) {
  .slider-nav__btn {
    width: 1.6rem;
  }
}
.slider-nav__btn svg {
  width: 100%;
  height: auto;
}
.slider-nav__btn:last-child svg {
  transform: rotate(180deg);
}
.slider-nav__btn:not(.slick-disabled):hover {
  color: #d9d9d9;
}
.slider-nav .slick-disabled {
  opacity: 0.5;
}

.social__list {
  display: flex;
}
@media (max-width: 767px) {
  .social__list {
    column-gap: 0.65rem;
  }
}
@media (min-width: 768px) {
  .social__list {
    flex-direction: column;
  }
}
.social__link {
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1.75rem;
  color: #000;
  font-weight: 300;
  text-transform: capitalize;
  transition: 0.2s color;
}
@media (max-width: 767px) {
  .social__link span {
    display: none;
  }
}
.social__link:hover {
  color: #f7c814;
}
@media (max-width: 767px) {
  .social__icon {
    width: 1.5rem;
    height: auto;
  }
}
@media (min-width: 768px) {
  .social__icon {
    display: none;
  }
}
.social__icon img {
  max-width: 100%;
  height: auto;
}

.topnav {
  display: flex;
  list-style-type: none;
}
@media (max-width: 767px) {
  .topnav {
    flex-direction: column;
    row-gap: 1.3rem;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .topnav {
    align-items: center;
    column-gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .topnav__box {
    position: absolute;
    top: 3.55rem;
    right: -1rem;
    width: 8.5rem;
    padding: 1.5rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    background-color: #fff;
    transition: transform 0.2s;
  }
}
@media (min-width: 768px) {
  .topnav__box {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .topnav__box--open {
    transform: translateX(-1.1rem);
  }
}
.topnav li {
  text-align: center;
}
.topnav a {
  transition: color 0.3s;
  color: #000;
}
@media (max-width: 767px) {
  .topnav a {
    text-align: right;
    display: block;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .topnav a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.topnav a:hover {
  color: #f7c814;
}
@media (min-width: 768px) {
  html:has(.page-home):not(:has(.header--fixed)) .topnav a, html:has(.page-cases):not(:has(.header--fixed)) .topnav a, html:has(.page-faq):not(:has(.header--fixed)) .topnav a {
    color: #fff;
  }
  html:has(.page-home):not(:has(.header--fixed)) .topnav a:hover, html:has(.page-cases):not(:has(.header--fixed)) .topnav a:hover, html:has(.page-faq):not(:has(.header--fixed)) .topnav a:hover {
    color: #f7c814;
  }
}

.cta {
  position: relative;
}
@media (max-width: 767px) {
  .cta {
    padding: 2.2rem 0;
  }
}
@media (min-width: 768px) {
  .cta {
    min-height: 18.9rem;
    padding: 3.6rem 0;
  }
}
.cta:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.43);
}
.cta__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(0.125rem);
}
.cta .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta .wrap {
    padding: 0 1.85rem;
  }
}
@media (min-width: 768px) {
  .cta .wrap {
    row-gap: 0.9rem;
  }
}
.cta .section__desc {
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .cta .section__desc {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .cta .section__desc br {
    display: contents;
  }
}
@media (min-width: 768px) {
  .cta .section__desc {
    font-size: 2rem;
    line-height: 123%;
  }
}
.cta__btn {
  width: max-content;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .cta__btn {
    font-size: 0.7rem;
    line-height: 0.7;
    column-gap: 0.4rem;
    border-radius: 1.6rem;
    margin: 1.5rem auto 0;
    padding: 0.2rem 0.2rem 0.2rem 0.55rem;
  }
}
@media (min-width: 768px) {
  .cta__btn {
    margin: 2rem auto 0;
    padding: 0.3rem 0.3rem 0.3rem 1.15rem;
    font-size: 1rem;
    line-height: 1;
    column-gap: 1rem;
    border-radius: 2.4rem;
    transition: all 0.3s;
  }
}
.cta__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c3c3c3;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cta__btn-icon {
    width: 1.85rem;
    height: 1.85rem;
  }
}
@media (min-width: 768px) {
  .cta__btn-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cta__btn-icon svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cta__btn-icon svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (min-width: 768px) {
  .cta__btn-icon svg {
    width: 1.7rem;
    height: 1.7rem;
  }
}
@media (hover: hover) {
  .cta__btn:hover {
    background-color: #f7c814;
  }
  .cta__btn:hover .cta__btn-icon {
    background-color: #000;
    color: #f7c814;
  }
}

.details {
  position: relative;
}
@media (max-width: 767px) {
  .details {
    margin-top: 1.8rem;
    padding: 0 0.8rem;
  }
}
@media (min-width: 768px) {
  .details {
    padding-top: 5.1rem;
  }
}
.details .wrap {
  border-radius: 2rem;
  background-color: #f7f8fa;
}
@media (max-width: 767px) {
  .details .wrap {
    padding: 1.15rem 1.2rem 2.1rem;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .details .wrap {
    max-width: 65.9rem;
    padding: 2.1rem 3.15rem 4.5rem;
  }
}
.details .section__subtitle {
  text-align: right;
}
@media (max-width: 767px) {
  .details .section__subtitle {
    order: -1;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .details .section__subtitle {
    font-size: 1rem;
  }
}
.details .section__title {
  font-weight: 400;
}
@media (max-width: 767px) {
  .details .section__title {
    margin-top: 1.6rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .details .section__title {
    max-width: 43.5rem;
    margin-top: 0.9rem;
    line-height: 3.5rem;
  }
}
.details .section__desc {
  font-weight: 300;
}
@media (max-width: 767px) {
  .details .section__desc {
    margin-top: 1.25rem;
    max-width: 12rem;
    font-size: 0.8rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .details .section__desc {
    max-width: 20rem;
    margin-top: 4.9rem;
    font-size: 1.25rem;
    line-height: 2.1rem;
  }
}
.details__box {
  display: contents;
}
@media (max-width: 767px) {
  .details__img {
    order: -1;
    position: relative;
    right: 1.6rem;
    width: 18.1rem;
    height: 7.1rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .details__img {
    position: absolute;
    bottom: 13.5rem;
    right: -17rem;
    width: 57.25rem;
    height: 22.5rem;
  }
}
.details__img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .details .link {
    margin-top: 1.25rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .details .link {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .details .indicator {
    margin: 2.6rem -0.8rem 0;
  }
}
@media (min-width: 768px) {
  .details .indicator {
    margin-top: 8rem;
  }
}

.faq {
  position: relative;
  padding-top: 5.2rem;
}
.faq .section__title {
  line-height: 144%;
}
@media (max-width: 767px) {
  .faq__list {
    margin-top: 1.3rem;
  }
}
@media (min-width: 768px) {
  .faq__list {
    margin-top: 3.85rem;
  }
}
.faq__header {
  display: grid;
  align-items: center;
  border-bottom: 0.05rem solid #000;
}
@media (max-width: 767px) {
  .faq__header {
    padding-right: 0.3rem;
    padding-bottom: 1.1rem;
    grid-template-columns: 1fr 1.5rem;
    column-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .faq__header {
    padding-right: 4.5rem;
    padding-bottom: 1.6rem;
    grid-template-columns: 1fr 2.15rem;
    column-gap: 1rem;
  }
}
.faq__title {
  font-weight: 300;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 0.7rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 1.7rem;
    line-height: 94%;
  }
}
.faq__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.05rem solid #000;
  color: #000;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .faq__btn {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.2rem;
  }
}
@media (min-width: 768px) {
  .faq__btn {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.3rem;
  }
}
.faq__btn svg {
  height: auto;
  transform: rotate(0);
  transition: 0.3s transform;
}
@media (max-width: 767px) {
  .faq__btn svg {
    width: 0.55rem;
    height: 0.55rem;
  }
}
@media (min-width: 768px) {
  .faq__btn svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (hover: hover) {
  .faq__btn:hover {
    background-color: #000;
    color: #fff;
  }
  .faq__btn:hover svg {
    transform: rotate(-90deg);
  }
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s max-height;
}
.faq__box {
  display: flex;
}
@media (max-width: 767px) {
  .faq__box {
    padding: 1rem 0.9rem 0 0;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .faq__box {
    padding: 2rem 1.2rem 4.5rem 0;
    align-items: center;
    column-gap: 2.4rem;
  }
}
.faq__content {
  font-weight: 300;
}
@media (max-width: 767px) {
  .faq__content {
    font-size: 0.6rem;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .faq__content {
    flex-grow: 1;
    max-width: 42.25rem;
    font-size: 1.1rem;
    line-height: 145%;
  }
}
.faq__img {
  flex-shrink: 0;
  border-radius: 1.3rem;
  box-shadow: 0 0 0.6rem 0.5rem rgba(0, 0, 0, 0.32);
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq__img {
    width: 9.5rem;
    height: 6rem;
    margin: 1rem auto;
  }
}
@media (min-width: 768px) {
  .faq__img {
    width: 28.2rem;
    height: 17.7rem;
  }
}
.faq__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .faq__item:not(:last-child) {
    padding-bottom: 1.1rem;
  }
}
@media (min-width: 768px) {
  .faq__item:not(:last-child) {
    padding-bottom: 1.6rem;
  }
}
.faq__item--show .faq__btn svg {
  transform: rotate(180deg);
}
.faq__item--show .faq__answer {
  max-height: 50rem;
}

.footer {
  position: relative;
}
.footer::before, .footer:after {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  width: 50vw;
  content: "";
}
.footer:before {
  left: 0;
  background-color: #d9d9d9;
}
.footer:after {
  right: 0;
  background-color: #3f3f3f;
}
.footer .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer__box {
  display: grid;
}
@media (max-width: 767px) {
  .footer__box {
    padding: 1rem 0.8rem;
    row-gap: 0.65rem;
  }
}
@media (min-width: 768px) {
  .footer__box {
    padding: 2rem 2rem 2rem 0;
    grid-template-columns: 2fr 1fr;
    row-gap: 1.35rem;
  }
}
.footer .logo {
  color: #000;
}
@media (min-width: 768px) {
  .footer .logo {
    grid-column: 1/3;
  }
}
.footer__title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer__title {
    margin-bottom: 0.25rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .footer__title {
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
    line-height: 1.75rem;
  }
}
.footer__desc {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer__desc {
    padding: 1rem 1.25rem 1rem 1.8rem;
    row-gap: 1rem;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
@media (min-width: 768px) {
  .footer__desc {
    padding-left: 4.4rem;
    row-gap: 1.8rem;
    font-size: 2.15rem;
    line-height: 3.05rem;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    max-width: 2.35rem;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    max-width: 9.8rem;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__text {
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer__text {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
}
@media (min-width: 768px) {
  .footer__text {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .footer__text:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .footer__text:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.footer__text a {
  color: #000;
  transition: 0.2s color;
}
.footer__text a:hover {
  color: #f7c814;
}

@media (max-width: 767px) {
  .guaranties {
    margin-top: 5.4rem;
  }
}
@media (min-width: 768px) {
  .guaranties {
    margin-top: 7rem;
  }
}
@media (max-width: 767px) {
  .guaranties .wrap {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .guaranties .section__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .guaranties .section__title {
    max-width: 45.5rem;
  }
}
@media (max-width: 767px) {
  .guaranties .section__desc {
    margin-top: 0.8rem;
    font-size: 0.8rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .guaranties .section__desc {
    margin-top: 1.75rem;
    max-width: 36.5rem;
    line-height: 2.1rem;
  }
}
.guaranties__box {
  display: grid;
}
@media (max-width: 767px) {
  .guaranties__box {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .guaranties__box {
    margin-top: 7.1rem;
    grid-template-columns: 23.5rem 1fr;
    column-gap: 4.8rem;
  }
}
.guaranties__container {
  position: relative;
}
@media (max-width: 767px) {
  .guaranties__img {
    display: none;
  }
}
@media (min-width: 768px) {
  .guaranties__img {
    width: 100%;
    height: 29rem;
    overflow: hidden;
    border-radius: 1.6rem;
  }
  .guaranties__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .guaranties__badge {
    display: none;
  }
}
@media (min-width: 768px) {
  .guaranties__badge {
    position: absolute;
    top: -4.45rem;
    right: -1.5rem;
    width: 8.9rem;
    height: 8.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f7c814;
    color: #fff;
    font-size: 1.025rem;
    border-radius: 50%;
  }
}
.guaranties__title {
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .guaranties__title {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .guaranties__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .guaranties__short {
    margin-top: 0.25rem;
    font-size: 0.7rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .guaranties__short {
    margin-top: 0.8rem;
    font-size: 1rem;
    line-height: 1.65rem;
  }
}
.guaranties__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .guaranties__list {
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .guaranties__list {
    row-gap: 3.7rem;
  }
}
.guaranties__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f7c814;
  color: #fff;
  font-size: 1.025rem;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transform: rotate(0);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .guaranties__btn {
    width: 2.35rem;
    height: 2.35rem;
  }
}
@media (min-width: 768px) {
  .guaranties__btn {
    width: 3.9rem;
    height: 3.9rem;
  }
}
@media (hover: hover) {
  .guaranties__btn:hover {
    background-color: #3f3f3f;
  }
}
.guaranties__btn.open {
  transform: rotate(180deg);
}
.guaranties__btn svg {
  height: auto;
}
@media (max-width: 767px) {
  .guaranties__btn svg {
    width: 0.8rem;
  }
}
@media (min-width: 768px) {
  .guaranties__btn svg {
    width: 1.35rem;
  }
}
@media (max-width: 767px) {
  .guaranties__desc {
    margin-top: 0.25rem;
    font-size: 0.7rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .guaranties__desc {
    margin-top: 0.9rem;
    font-size: 1rem;
    line-height: 1.65rem;
  }
}
.guaranties__desc-box {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s max-height;
}
@media (max-width: 767px) {
  .guaranties__desc ul {
    padding-left: 0.8rem;
  }
}
@media (min-width: 768px) {
  .guaranties__desc ul {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .guaranties__desc ul ::marker {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .guaranties__desc ul ::marker {
    font-size: 0.55rem;
  }
}
.guaranties__item {
  display: grid;
}
@media (max-width: 767px) {
  .guaranties__item {
    grid-template-columns: 2.35rem 1fr;
    column-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .guaranties__item {
    grid-template-columns: 3.9rem 1fr;
    column-gap: 2.15rem;
  }
}
@media (max-width: 767px) {
  .guaranties__item-box {
    padding-top: 0.7rem;
  }
}
.guaranties__item.open .guaranties__desc-box {
  max-height: 25rem;
}

.header {
  z-index: 9;
}
@media (max-width: 767px) {
  .header {
    position: absolute;
    top: 1.7rem;
    left: 0.8rem;
    width: calc(100% - 1.6rem);
    background-color: rgba(255, 255, 255, 0.82);
    border-radius: 0.9rem;
  }
}
@media (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 0.05rem solid #000;
    transition: 0.3s all;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media (min-width: 768px) {
  .header--fixed {
    background-color: rgba(255, 255, 255, 0.82);
    border-bottom-color: #000;
  }
  .header--fixed .topnav a {
    color: #000;
  }
}
.header .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .wrap {
    padding: 0.8rem 1.2rem;
  }
}
@media (max-width: 767px) {
  .header .social {
    margin-top: 3.25rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header .social {
    display: none;
  }
}
.header .social__list {
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  html:has(.page-home):not(:has(.header--fixed)) .header, html:has(.page-cases):not(:has(.header--fixed)) .header, html:has(.page-faq):not(:has(.header--fixed)) .header {
    border-bottom: 0.05rem solid #fff;
  }
}
@media (max-width: 767px) {
  html:has(.page-home):not(:has(.header--fixed)) .header .logo img, html:has(.page-cases):not(:has(.header--fixed)) .header .logo img, html:has(.page-faq):not(:has(.header--fixed)) .header .logo img {
    filter: invert(0);
  }
}
@media (min-width: 768px) {
  html:has(.page-home):not(:has(.header--fixed)) .header .logo img, html:has(.page-cases):not(:has(.header--fixed)) .header .logo img, html:has(.page-faq):not(:has(.header--fixed)) .header .logo img {
    filter: invert(1);
  }
}
@media (max-width: 767px) {
  html:has(.page-catalog):not(:has(.header--fixed)) .header, html:has(.page-portfolio):not(:has(.header--fixed)) .header, html:has(.page-project):not(:has(.header--fixed)) .header, html:has(.page-technology):not(:has(.header--fixed)) .header, html:has(.page-contact):not(:has(.header--fixed)) .header, html:has(.page-price):not(:has(.header--fixed)) .header {
    background-color: rgba(147, 147, 147, 0.82);
  }
  html:has(.page-catalog):not(:has(.header--fixed)) .header .btn--burger, html:has(.page-portfolio):not(:has(.header--fixed)) .header .btn--burger, html:has(.page-project):not(:has(.header--fixed)) .header .btn--burger, html:has(.page-technology):not(:has(.header--fixed)) .header .btn--burger, html:has(.page-contact):not(:has(.header--fixed)) .header .btn--burger, html:has(.page-price):not(:has(.header--fixed)) .header .btn--burger {
    color: #fff;
  }
  html:has(.page-catalog):not(:has(.header--fixed)) .header .topnav__box, html:has(.page-portfolio):not(:has(.header--fixed)) .header .topnav__box, html:has(.page-project):not(:has(.header--fixed)) .header .topnav__box, html:has(.page-technology):not(:has(.header--fixed)) .header .topnav__box, html:has(.page-contact):not(:has(.header--fixed)) .header .topnav__box, html:has(.page-price):not(:has(.header--fixed)) .header .topnav__box {
    background-color: #939393;
  }
  html:has(.page-catalog):not(:has(.header--fixed)) .header .topnav__box a, html:has(.page-portfolio):not(:has(.header--fixed)) .header .topnav__box a, html:has(.page-project):not(:has(.header--fixed)) .header .topnav__box a, html:has(.page-technology):not(:has(.header--fixed)) .header .topnav__box a, html:has(.page-contact):not(:has(.header--fixed)) .header .topnav__box a, html:has(.page-price):not(:has(.header--fixed)) .header .topnav__box a {
    color: #fff;
  }
  html:has(.page-catalog):not(:has(.header--fixed)) .header .topnav__box .social, html:has(.page-portfolio):not(:has(.header--fixed)) .header .topnav__box .social, html:has(.page-project):not(:has(.header--fixed)) .header .topnav__box .social, html:has(.page-technology):not(:has(.header--fixed)) .header .topnav__box .social, html:has(.page-contact):not(:has(.header--fixed)) .header .topnav__box .social, html:has(.page-price):not(:has(.header--fixed)) .header .topnav__box .social {
    color: #fff;
  }
  html:has(.page-catalog):not(:has(.header--fixed)) .header .topnav__box .social img, html:has(.page-portfolio):not(:has(.header--fixed)) .header .topnav__box .social img, html:has(.page-project):not(:has(.header--fixed)) .header .topnav__box .social img, html:has(.page-technology):not(:has(.header--fixed)) .header .topnav__box .social img, html:has(.page-contact):not(:has(.header--fixed)) .header .topnav__box .social img, html:has(.page-price):not(:has(.header--fixed)) .header .topnav__box .social img {
    filter: invert(1);
  }
}

@media (max-width: 767px) {
  .house-type {
    padding: 0 2rem;
  }
}
.house-type__list {
  display: grid;
}
@media (max-width: 767px) {
  .house-type__list {
    margin-top: 2.85rem;
    row-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .house-type__list {
    margin-top: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.house-type__item {
  position: relative;
  height: 21rem;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 0 1.2rem 0.4rem rgba(0, 0, 0, 0.25);
}
.house-type__item:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.67);
}
.house-type__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 767px) {
  .house-type__box {
    padding: 1rem 1rem 2rem;
  }
}
@media (min-width: 768px) {
  .house-type__box {
    padding: 1.7rem 2rem 2rem;
  }
}
.house-type__img {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.house-type__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.house-type__link {
  width: 2.7rem;
  height: 2.7rem;
  align-self: flex-end;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  transition: 0.3s background;
}
.house-type__link svg {
  width: 2rem;
  height: 2rem;
  transform: rotate(140deg);
  transition: 0.3s transform;
}
.house-type__link:hover {
  background-color: #f7c814;
}
.house-type__link:hover svg {
  transform: rotate(180deg);
}
.house-type__title {
  margin-top: auto;
  font-weight: 700;
}
@media (max-width: 767px) {
  .house-type__title {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .house-type__title {
    font-size: 1.4rem;
  }
}
.house-type__desc {
  margin-top: 1rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .house-type__desc {
    font-size: 0.7rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .house-type__desc {
    max-width: 16.5rem;
    min-height: 7rem;
    font-size: 1rem;
    line-height: 1.45rem;
  }
}

@media (max-width: 767px) {
  .portfolio__slider {
    margin-top: 1.85rem;
  }
}
@media (min-width: 768px) {
  .portfolio__slider {
    margin-top: 2.6rem;
  }
}
.portfolio__slider .slick-track {
  display: flex;
}
.portfolio__slider .wrap {
  max-width: 50.5rem;
}
@media (max-width: 767px) {
  .portfolio .wrap {
    padding: 0 2rem;
  }
}
.portfolio .case {
  border: 0.05rem solid #000;
  border-right: none;
}
.portfolio .case:last-child {
  border-right: 0.05rem solid #000;
}
.portfolio__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .portfolio__footer {
    margin-top: 1.9rem;
    flex-direction: column-reverse;
    row-gap: 2rem;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .portfolio__footer {
    margin-top: 3.75rem;
  }
}
.portfolio__footer .btn {
  margin: 0 auto;
}
.portfolio--frame {
  margin-top: 6.7rem;
}
@media (max-width: 767px) {
  .portfolio--related {
    margin-top: 5.3rem;
    padding: 2.4rem 0 1.7rem;
    background-color: #f7f8fa;
  }
}
@media (min-width: 768px) {
  .portfolio--related {
    padding: 7.5rem 0 9.1rem;
  }
}
@media (max-width: 767px) {
  .portfolio--related .slider-nav {
    display: none;
  }
}
.portfolio--ready {
  background-color: #f7f8fa;
}
@media (max-width: 767px) {
  .portfolio--ready {
    margin-top: 3.15rem;
    padding: 1.75rem 0 3.1rem;
  }
}
@media (min-width: 768px) {
  .portfolio--ready {
    margin-top: 6.75rem;
    padding: 3rem 0 3.5rem;
  }
}
.portfolio--ready .case {
  border: none;
}
@media (max-width: 767px) {
  .portfolio--ready .case {
    padding: 0 0.45rem;
  }
}
@media (min-width: 768px) {
  .portfolio--ready .case {
    padding: 0 0.65rem;
  }
}
.portfolio--ready .case img {
  transform: none;
}

.popup {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 0;
  max-height: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.01s max-width 0.6s, 0.01s max-height 0.6s, opacity 0.3s;
  overflow: auto;
}
.popup--open {
  max-width: 100vw;
  max-height: 2000vh;
  opacity: 1;
  transition: max-width 0.01s, max-height 0.01s, opacity 0.3s;
}
.popup__container {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.popup .section__desc {
  margin: 1rem 0;
  max-width: 25rem;
  line-height: 1.4;
}
.popup__box {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (max-width: 767px) {
  .popup__box {
    max-width: calc(100vw - 2rem);
    padding: 2rem 1rem 1rem;
    border-radius: 1.3rem;
  }
}
@media (min-width: 768px) {
  .popup__box {
    max-width: 47rem;
    padding: 3rem 1.7rem 2rem;
    border-radius: 1.6rem;
  }
}
.popup__close {
  position: absolute;
  width: 1.05rem;
  height: 1.05rem;
  background-color: transparent;
  cursor: pointer;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .popup__close {
    top: 1rem;
    right: 1rem;
  }
}
@media (min-width: 768px) {
  .popup__close {
    top: 2rem;
    right: 2rem;
  }
}
.popup__close::before, .popup__close:after {
  position: absolute;
  display: block;
  background-color: #000;
  content: "";
}
.popup__close::before {
  top: 0.5rem;
  left: 0;
  width: 1.05rem;
  height: 0.05rem;
}
.popup__close:after {
  top: 0;
  left: 0.5rem;
  width: 0.05rem;
  height: 1.05rem;
}

@media (max-width: 767px) {
  .price {
    padding: 3.8rem 2rem 0;
  }
}
@media (min-width: 768px) {
  .price {
    padding: 5.35rem 0 0;
  }
}
@media (max-width: 767px) {
  .price .wrap {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .price .wrap {
    display: grid;
    grid-template-columns: 27.35rem 1fr;
    column-gap: 5rem;
  }
}
@media (max-width: 767px) {
  .price__box {
    display: contents;
  }
}
.price .section__title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .price .section__title {
    row-gap: 1.6rem;
  }
}
@media (min-width: 768px) {
  .price .section__title {
    font-size: 2.75rem;
    line-height: 133%;
  }
}
.price .section__desc {
  font-weight: 300;
}
@media (max-width: 767px) {
  .price .section__desc {
    font-size: 0.8rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .price .section__desc {
    max-width: 25rem;
    font-size: 1.25rem;
    line-height: 168%;
  }
}
@media (max-width: 767px) {
  .price .section__desc p:not(:last-child) {
    margin-top: 1.15rem;
  }
}
@media (min-width: 768px) {
  .price .section__desc p:not(:last-child) {
    margin-top: 1.9rem;
  }
}
.price .section__desc strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .price .section__desc ul,
  .price .section__desc ol {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .price .section__desc ul,
  .price .section__desc ol {
    padding-left: 1.3rem;
  }
}
@media (max-width: 767px) {
  .price .section__desc ul ::marker,
  .price .section__desc ol ::marker {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .price .section__desc ul ::marker,
  .price .section__desc ol ::marker {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .price .btn {
    order: 1;
    margin: 1.7rem auto 0;
  }
}
@media (min-width: 768px) {
  .price .btn {
    margin-top: 2.5rem;
  }
}
.price__container {
  position: relative;
}
@media (max-width: 767px) {
  .price__container {
    margin-top: 1.45rem;
    padding: 0.7rem 0 1.9rem 2rem;
  }
}
@media (min-width: 768px) {
  .price__container {
    padding: 0.7rem 5rem 3.5rem 3.75rem;
  }
}
.price__container::before {
  position: absolute;
  top: 1.6rem;
  left: 0;
  height: calc(100% - 1.6rem);
  width: 0.05rem;
  display: block;
  background-color: #000;
  content: "";
}
.price__content {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .price__content {
    width: 15rem;
    margin-top: 2.7rem;
    transform: translateX(-2.3rem);
  }
}
@media (min-width: 768px) {
  .price__content {
    width: 22.5rem;
    margin-top: 3.6rem;
    transform: translateX(-4.05rem);
  }
}
.price__content aside {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .price__content aside {
    width: 15rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .price__content aside {
    width: 22.5rem;
    row-gap: 3.6rem;
  }
}
.price__content aside.active {
  order: -1;
}
.price__item {
  position: relative;
  font-weight: 300;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .price__item {
    font-size: 0.8rem;
    line-height: 1.15rem;
    column-gap: 1.7rem;
  }
}
@media (min-width: 768px) {
  .price__item {
    font-size: 1.25rem;
    line-height: 132%;
    column-gap: 3.5rem;
  }
}
.price__item::before {
  flex-shrink: 0;
  height: 0.65rem;
  width: 0.65rem;
  display: block;
  background-color: #f7c814;
  border-radius: 50%;
  content: "";
}
.price__btn {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  background: transparent;
  color: #000;
  cursor: pointer;
  transition: 0.3s color;
}
@media (max-width: 767px) {
  .price__btn {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .price__btn {
    font-size: 1.25rem;
    line-height: 168%;
  }
}
.price__btn-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .price__btn-box {
    max-height: 0.9rem;
  }
}
@media (min-width: 768px) {
  .price__btn-box {
    max-height: 2.1rem;
  }
}
.price__btn-label {
  display: block;
  transition: 0.3s all;
}
.price__btn-label.active {
  order: -1;
}
.price__btn:hover {
  color: #f7c814;
}
.price__btn:hover .price__btn-label {
  color: #f7c814;
}
.price__btn::before {
  position: absolute;
  height: 0.65rem;
  width: 0.65rem;
  display: block;
  background-color: #f7c814;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767px) {
  .price__btn::before {
    top: 0.6rem;
    left: -2.3rem;
  }
}
@media (min-width: 768px) {
  .price__btn::before {
    top: 0.8rem;
    left: -4.05rem;
  }
}
.price__btn svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .price__btn svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (min-width: 768px) {
  .price__btn svg {
    width: 1.7rem;
    height: 1.7rem;
  }
}

.primary {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  color: #fff;
}
.primary:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.67);
}
.primary .wrap {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.primary__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realisation {
  position: relative;
}
@media (max-width: 767px) {
  .realisation {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .realisation {
    margin-top: 6.5rem;
  }
}
.realisation .section__title {
  text-align: center;
}
@media (min-width: 768px) {
  .realisation .section__title {
    font-size: 2.75rem;
    line-height: 133%;
  }
}
.realisation .section__desc {
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .realisation .section__desc {
    max-width: 10.9rem;
    margin: 1.5rem auto 0;
    font-size: 0.7rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .realisation .section__desc {
    max-width: 45.75rem;
    margin: 1.25rem auto 0;
    font-size: 1.25rem;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .realisation .btn {
    margin: 1.5rem auto 0;
  }
}
@media (min-width: 768px) {
  .realisation .btn {
    margin: 2.15rem auto 0;
  }
}
@media (max-width: 767px) {
  .realisation .indicator {
    margin: 3.5rem auto 0;
    max-width: 15.75rem;
  }
}
@media (min-width: 768px) {
  .realisation .indicator {
    margin-top: 2.8rem;
  }
}

@media (max-width: 767px) {
  .reviews {
    padding: 3.5rem 0 2.5rem;
  }
}
@media (min-width: 768px) {
  .reviews {
    padding: 3.52rem 0;
  }
}
@media (max-width: 767px) {
  .reviews .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .reviews .wrap {
    padding: 0 4.25rem;
  }
}
.reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews .section__title {
  line-height: 133%;
}
@media (max-width: 767px) {
  .reviews__list {
    margin: 1.8rem 0 0;
  }
}
@media (min-width: 768px) {
  .reviews__list {
    margin: 2.95rem -1.9rem 0;
  }
}
@media (min-width: 768px) {
  .reviews__item {
    padding: 0 1.9rem;
  }
}
.reviews__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  .reviews__content {
    padding: 1rem 0.85rem 1.15rem;
  }
}
@media (min-width: 768px) {
  .reviews__content {
    padding: 1.2rem 2.1rem;
  }
}
.reviews__name {
  font-weight: 700;
}
@media (max-width: 767px) {
  .reviews__name {
    margin-bottom: 0.6rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .reviews__name {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.reviews__details {
  font-weight: 300;
}
@media (max-width: 767px) {
  .reviews__details {
    font-size: 0.7rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .reviews__details {
    margin: auto 0;
    font-size: 0.9rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .reviews__details p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.reviews__slider {
  overflow: hidden;
}
.reviews__slider .slick-track {
  display: flex;
}

@media (max-width: 767px) {
  .technology {
    margin-top: 5.9rem;
    padding: 0 0.8rem;
  }
}
@media (min-width: 768px) {
  .technology {
    padding: 8.5rem 0 0;
  }
}
.technology .wrap {
  display: grid;
  background-color: #f7f8fa;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .technology .wrap {
    padding: 2.25rem 1.2rem;
  }
}
@media (min-width: 768px) {
  .technology .wrap {
    max-width: 65.9rem;
    padding: 2.1rem 5.4rem 4.35rem;
    grid-template-columns: 25rem 1fr;
    column-gap: 2.25rem;
  }
}
@media (max-width: 767px) {
  .technology__img {
    margin-top: 2.2rem;
  }
}
@media (min-width: 768px) {
  .technology__img {
    order: -1;
  }
}
.technology__img img {
  width: 100%;
  height: auto;
}
.technology .section__title {
  font-weight: 400;
}
@media (min-width: 768px) {
  .technology .section__title {
    font-size: 2.75rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 767px) {
  .technology .section__desc {
    margin-top: 2.2rem;
    font-size: 0.9rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .technology .section__desc {
    margin-top: 0.7rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .technology .link {
    margin-top: 2.2rem;
  }
}
@media (min-width: 768px) {
  .technology .link {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .timeline {
    padding: 5rem 2.1rem 0;
  }
}
@media (min-width: 768px) {
  .timeline {
    padding: 9.5rem 0 7rem;
  }
}
.timeline .wrap {
  display: grid;
}
@media (min-width: 768px) {
  .timeline .wrap {
    grid-template-columns: 25rem 1fr;
    column-gap: 5rem;
  }
}
.timeline .section__title {
  text-transform: uppercase;
  font-family: "Fira Sans Condensed", sans-serif;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .timeline .section__title {
    line-height: 1.8rem;
  }
}
@media (min-width: 768px) {
  .timeline .section__title {
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 138%;
  }
}
.timeline .section__desc {
  font-weight: 300;
}
@media (max-width: 767px) {
  .timeline .section__desc {
    margin-top: 1.4rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 768px) {
  .timeline .section__desc {
    margin-top: 1.2rem;
    max-width: 20.5rem;
    font-size: 1.25rem;
    line-height: 168%;
  }
}
@media (max-width: 767px) {
  .timeline__photo {
    display: none;
  }
}
@media (min-width: 768px) {
  .timeline__photo {
    margin-top: 4rem;
    display: grid;
    grid-template-rows: repeat(5, 6.7rem);
  }
}
@media (min-width: 768px) {
  .timeline__img {
    width: 21.15rem;
    height: 12rem;
    border-radius: 1.3rem;
    overflow: hidden;
    box-shadow: 0 0 0.5rem 0.3rem rgba(0, 0, 0, 0.25);
    opacity: 0.1;
    transition: 0.5s opacity;
  }
  .timeline__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .timeline__img.current {
    z-index: 1;
    opacity: 1;
  }
}
.timeline__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .timeline__list {
    margin-top: 1.75rem;
  }
}
.timeline__item {
  border-bottom: 0.05rem solid #000;
  opacity: 0.2;
  counter-increment: list;
  transition: 0.5s opacity;
}
@media (max-width: 767px) {
  .timeline__item {
    padding: 0.75rem 0;
  }
}
@media (min-width: 768px) {
  .timeline__item {
    padding: 1.3rem 0;
  }
}
.timeline__item::before {
  font-weight: 400;
  font-size: 1rem;
  content: "0" counter(list) "";
  font-family: "Noto Serif", sans-serif;
}
.timeline__item.current {
  opacity: 1;
}
.timeline__title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .timeline__title {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
@media (min-width: 768px) {
  .timeline__title {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.timeline__desc {
  font-weight: 300;
}
@media (max-width: 767px) {
  .timeline__desc {
    margin-top: 0.75rem;
    font-size: 0.7rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .timeline__desc {
    max-width: 25.8rem;
    margin-top: 0.9rem;
    font-size: 1rem;
    line-height: 165%;
  }
}

@media (max-width: 767px) {
  .quality {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .quality {
    margin-top: 8.4rem;
  }
}
@media (max-width: 767px) {
  .quality .wrap {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .quality .wrap {
    display: grid;
    grid-template-columns: 27.5rem 21.4rem;
    column-gap: 4.6rem;
  }
}
@media (max-width: 767px) {
  .quality .section__desc {
    margin-top: 0.8rem;
    font-size: 0.8rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .quality .section__desc {
    margin-top: 1.15rem;
    font-size: 1.1rem;
    line-height: 2.1rem;
  }
}
.quality__list {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .quality__list {
    margin-top: 2.35rem;
    column-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .quality__list {
    flex-wrap: wrap;
    gap: 1.5rem 3.2rem;
  }
}
.quality__item {
  text-align: center;
}
@media (min-width: 768px) {
  .quality__item {
    width: calc(50% - 1.6rem);
  }
}
.quality__num {
  font-family: "Jun", sans-serif;
}
@media (max-width: 767px) {
  .quality__num {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .quality__num {
    font-size: 5rem;
  }
}
.quality__desc {
  font-weight: 300;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .quality__desc {
    margin-top: 0.45rem;
    font-size: 0.7rem;
  }
  .quality__desc br {
    display: contents;
  }
}
@media (min-width: 768px) {
  .quality__desc {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
}

.error {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .error {
    min-height: calc(100vh - 10rem);
  }
}
@media (min-width: 768px) {
  .error {
    min-height: 40rem;
  }
}
.error__box {
  text-align: center;
}
@media (max-width: 767px) {
  .error__box {
    max-width: 12rem;
  }
}
@media (min-width: 768px) {
  .error__box {
    max-width: 24rem;
  }
}
.error__num {
  font-weight: 700;
  color: #d9d9d9;
}
@media (max-width: 767px) {
  .error__num {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  .error__num {
    font-size: 12rem;
  }
}
.error__desc {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .error__desc {
    font-size: 0.6rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .error__desc {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.error .link {
  width: max-content;
  margin: 1rem auto 0;
}

body:has(.error) .topnav a {
  color: #000;
}

@media (max-width: 767px) {
  .page-cases {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .page-cases {
    padding-bottom: 8.8rem;
  }
}
@media (max-width: 767px) {
  .page-cases .primary {
    min-height: 31.1rem;
  }
}
@media (min-width: 768px) {
  .page-cases .primary {
    min-height: 27.35rem;
  }
}
@media (max-width: 767px) {
  .page-cases .primary::before {
    background-color: rgba(0, 0, 0, 0.26);
  }
}
.page-cases .primary__box {
  width: 100%;
  max-width: 30rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-cases .primary img {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-cases .primary img {
    filter: blur(0.08rem);
  }
}
@media (min-width: 768px) {
  .page-cases .primary img {
    filter: blur(0.175rem);
  }
}
.page-cases .page__title {
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-cases__box {
    padding: 4.5rem 2rem 0;
  }
}
@media (min-width: 768px) {
  .page-cases__box {
    padding: 6rem 0 0;
  }
}
.page-cases__box .section__desc {
  text-align: center;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-cases__box .section__desc {
    font-size: 0.7rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .page-cases__box .section__desc {
    margin: 0 auto;
    max-width: 40rem;
    font-size: 1.75rem;
    line-height: 2.15rem;
  }
}
@media (max-width: 767px) {
  .page-cases-gallery {
    margin-top: 4.5rem;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .page-cases-gallery {
    margin-top: 7.2rem;
  }
}
.page-cases-gallery__list {
  display: grid;
}
@media (max-width: 767px) {
  .page-cases-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 0.8rem;
  }
}
@media (min-width: 768px) {
  .page-cases-gallery__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.35rem 2.15rem;
  }
}
.page-cases__item {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-cases__item {
    height: 5.2rem;
  }
}
@media (min-width: 768px) {
  .page-cases__item {
    height: 15rem;
  }
}
.page-cases__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
@media (hover: hover) {
  .page-cases__item:hover img {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .page-cases .form {
    margin-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .page-cases .form {
    margin-top: 12.1rem;
  }
}

@media (max-width: 767px) {
  .page-catalog {
    padding: 7.225rem 0 5rem;
  }
}
@media (min-width: 768px) {
  .page-catalog {
    padding: 8.5rem 0 8.85rem;
  }
}
@media (min-width: 768px) {
  .page-catalog .breadcrumbs {
    max-width: 50.9rem;
  }
}
@media (max-width: 767px) {
  .page-catalog .house-type {
    margin-top: 2.85rem;
  }
}
@media (min-width: 768px) {
  .page-catalog .house-type {
    margin-top: 2.9rem;
  }
}
@media (min-width: 768px) {
  .page-catalog .house-type .wrap {
    max-width: 50.9rem;
  }
}
@media (min-width: 768px) {
  .page-catalog .house-type__list {
    column-gap: 1.4rem;
  }
}
@media (min-width: 768px) {
  .page-catalog .house-type__box {
    padding: 1.5rem 0.9rem 1rem;
  }
}
@media (min-width: 768px) {
  .page-catalog .house-type__desc {
    max-width: 13.5rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  .page-catalog .portfolio--odd {
    padding: 3.15rem 0;
  }
}
@media (min-width: 768px) {
  .page-catalog .portfolio--odd {
    padding: 7.7rem 0;
  }
}
.page-catalog .portfolio--odd + .portfolio {
  margin-top: 0;
}
.page-catalog .portfolio:not(.portfolio--odd) {
  background-color: #f7f8fa;
}
@media (max-width: 767px) {
  .page-catalog .portfolio:not(.portfolio--odd) {
    padding: 2.4rem 0 1.7rem;
  }
}
@media (min-width: 768px) {
  .page-catalog .portfolio:not(.portfolio--odd) {
    padding: 3rem 0 2.75rem;
  }
}
@media (max-width: 767px) {
  .page-catalog .portfolio:not(.portfolio--ready) .slider-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-catalog .reviews {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-catalog .reviews {
    padding: 7.7rem 0;
  }
}
@media (max-width: 767px) {
  .page-catalog .form {
    margin-top: 5rem;
  }
}

@media (max-width: 767px) {
  .page-portfolio {
    padding: 7rem 0 4rem;
  }
}
@media (min-width: 768px) {
  .page-portfolio {
    padding: 8.5rem 0 9rem;
  }
}
@media (max-width: 767px) {
  .page-portfolio .wrap:has(.page-portfolio__list) {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .page-portfolio .wrap:has(.page-portfolio__list) {
    max-width: 48.65rem;
  }
}
@media (min-width: 768px) {
  .page-portfolio .section__title {
    margin-top: 3rem;
  }
}
.page-portfolio__list {
  display: grid;
  border-left: 0.05rem solid #000;
}
@media (max-width: 767px) {
  .page-portfolio__list {
    margin-top: 1.8rem;
  }
}
@media (min-width: 768px) {
  .page-portfolio__list {
    margin-top: 4.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-portfolio .case {
  border-right: 0.05rem solid #000;
  border-bottom: 0.05rem solid #000;
}
@media (min-width: 768px) {
  .page-portfolio .case:first-child, .page-portfolio .case:first-child + aside {
    border-top: 0.05rem solid #000;
  }
}
@media (max-width: 767px) {
  .page-portfolio .case:first-child {
    border-top: 0.05rem solid #000;
  }
}
@media (max-width: 767px) {
  .page-portfolio .form {
    margin-top: 3.8rem;
  }
}
@media (min-width: 768px) {
  .page-portfolio .form {
    margin-top: 6.5rem;
  }
}

@media (max-width: 767px) {
  .page-contact {
    padding: 8rem 0 3.35rem;
  }
}
@media (min-width: 768px) {
  .page-contact {
    padding: 8.5rem 0 7.8rem;
  }
}
.page-contact .section__title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-contact .section__title {
    font-size: 2.75rem;
  }
}
@media (max-width: 767px) {
  .page-contact > .wrap {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .page-contact .form {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .page-contact .form {
    margin-top: 9.1rem;
  }
}
.page-contact__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 0.05rem solid #000;
}
@media (max-width: 767px) {
  .page-contact__list {
    margin-top: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page-contact__list {
    margin-top: 2.7rem;
  }
}
.page-contact__list a {
  color: #000;
}
.page-contact__item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page-contact__item {
    padding: 1rem 0.6rem 1.1rem;
    row-gap: 0.8rem;
  }
}
@media (min-width: 768px) {
  .page-contact__item {
    padding: 1.5rem 2rem;
    row-gap: 0.4rem;
  }
}
.page-contact__item:nth-child(-n+2) {
  border-bottom: 0.05rem solid #000;
}
.page-contact__item:nth-child(odd) {
  border-right: 0.05rem solid #000;
}
.page-contact__img {
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-contact__img {
    height: 10.9rem;
  }
}
@media (min-width: 768px) {
  .page-contact__img {
    height: 14.2rem;
  }
}
.page-contact__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-contact__title {
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-contact__title {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .page-contact__title {
    font-size: 1rem;
  }
}
.page-contact__text {
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .page-contact__text {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .page-contact__text {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .page-contact__content {
    margin-top: 3.35rem;
  }
}
@media (min-width: 768px) {
  .page-contact__content {
    margin-top: 5.7rem;
  }
}
@media (max-width: 767px) {
  .page-contact__content .wrap {
    padding: 0 2rem;
  }
}
.page-contact__desc {
  background-color: #f7f8fa;
}
@media (max-width: 767px) {
  .page-contact__desc {
    margin: 1.75rem -1.2rem 0;
    padding: 2.2rem 1.2rem 1.7rem;
    border-radius: 2.8rem;
  }
}
@media (min-width: 768px) {
  .page-contact__desc {
    margin: 1.85rem -3rem 0;
    padding: 3.5rem 3rem;
    border-radius: 3.65rem;
  }
}
.page-contact__desc p,
.page-contact__desc h2,
.page-contact__desc h3 {
  font-size: 1.1rem;
  line-height: 150%;
}
@media (max-width: 767px) {
  .page-contact__desc p,
  .page-contact__desc h2,
  .page-contact__desc h3 {
    font-size: 0.8rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .page-contact__desc p,
  .page-contact__desc h2,
  .page-contact__desc h3 {
    font-size: 1.1rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .page-contact__desc p:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .page-contact__desc p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.page-contact__desc h2,
.page-contact__desc h3 {
  font-weight: 700;
}
.page-contact__desc h2 + p,
.page-contact__desc h3 + p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-contact__desc p + h2,
  .page-contact__desc p + h3 {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .page-contact__desc p + h2,
  .page-contact__desc p + h3 {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .page-faq {
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .page-faq {
    padding-bottom: 7.8rem;
  }
}
@media (max-width: 767px) {
  .page-faq .primary {
    min-height: 31.1rem;
  }
}
@media (min-width: 768px) {
  .page-faq .primary {
    min-height: 27.35rem;
  }
}
@media (max-width: 767px) {
  .page-faq .primary::before {
    background-color: rgba(0, 0, 0, 0.26);
  }
}
.page-faq .primary__box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-faq .primary img {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .page-faq .primary img {
    width: auto;
    height: 100%;
    left: -58rem;
    filter: blur(0.08rem);
  }
}
@media (min-width: 768px) {
  .page-faq .primary img {
    width: 100%;
    object-fit: cover;
    filter: blur(0.175rem);
  }
}
.page-faq .page__title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-faq .page__title {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .page-faq .page__title {
    max-width: 48rem;
    line-height: 4.15rem;
  }
}
@media (max-width: 767px) {
  .page-faq__box {
    padding: 2.35rem 2rem 0;
  }
}
@media (min-width: 768px) {
  .page-faq__box {
    padding: 6.2rem 0 0;
  }
}
.page-faq__box .section__title {
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-faq__box .section__title {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
@media (min-width: 768px) {
  .page-faq__box .section__title {
    line-height: 4.15rem;
  }
}
.page-faq__box .section__desc {
  text-align: center;
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-faq__box .section__desc {
    margin-top: 0.75rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .page-faq__box .section__desc br {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-faq__box .section__desc {
    margin-top: 0.65rem;
    font-size: 1.75rem;
    line-height: 2.15rem;
  }
}
@media (max-width: 767px) {
  .page-faq__box .faq__list {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .page-faq__box .faq__list {
    margin-top: 6.5rem;
  }
}
@media (min-width: 768px) {
  .page-faq .timeline {
    padding: 8rem 0 0;
  }
}
@media (max-width: 767px) {
  .page-faq .form {
    margin-top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .page-faq .form {
    margin-top: 7.2rem;
  }
}

@media (max-width: 767px) {
  .page-home .primary {
    min-height: 31.1rem;
    padding: 8.85rem 0 3rem;
  }
}
@media (min-width: 768px) {
  .page-home .primary {
    min-height: 42.1rem;
    height: 100vh;
    padding: 11.5rem 0 3.6rem;
  }
}
@media (max-width: 767px) {
  .page-home .primary::before {
    background-color: rgba(0, 0, 0, 0.28);
  }
}
@media (max-width: 767px) {
  .page-home .primary .wrap {
    padding: 0 2rem;
  }
}
.page-home .primary .section__title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-home .primary .section__title {
    max-width: 13.5rem;
    line-height: 1.6rem;
  }
  .page-home .primary .section__title br {
    display: contents;
  }
}
@media (min-width: 768px) {
  .page-home .primary .section__title {
    max-width: 44.5rem;
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: 0.03em;
  }
}
.page-home .primary .section__desc {
  color: #fff;
}
@media (max-width: 767px) {
  .page-home .primary .section__desc {
    max-width: 12rem;
    margin-top: 1.4rem;
    font-size: 1rem;
    line-height: 1.15;
  }
}
@media (min-width: 768px) {
  .page-home .primary .section__desc {
    margin-top: 0.9rem;
    font-size: 1.75rem;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .page-home .primary .link {
    margin-top: 1.8rem;
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .page-home .primary .link {
    margin-top: 1.9rem;
  }
}
.page-home .primary__btn-box {
  display: flex;
}
@media (max-width: 767px) {
  .page-home .primary__btn-box {
    margin-top: 4.15rem;
    column-gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .page-home .primary__btn-box {
    margin-top: auto;
    justify-content: center;
    column-gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .page-home .primary__btn-box .btn {
    min-width: 6.35rem;
    padding: 0.65rem;
  }
}
@media (max-width: 767px) {
  .page-home .primary__bg {
    left: -7rem;
    width: auto;
  }
}
@media (max-width: 767px) {
  .page-home .price .btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-home .faq {
    padding: 9rem 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .page-home .faq .section__title {
    margin: 0 -0.6rem;
  }
}
.page-home .faq .wrap {
  background-color: #f7f8fa;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .page-home .faq .wrap {
    padding: 2.25rem 1.4rem 1.9rem;
  }
}
@media (min-width: 768px) {
  .page-home .faq .wrap {
    max-width: 65.9rem;
    padding: 3.1rem 3rem 4.5rem;
  }
}
@media (max-width: 767px) {
  .page-home .faq .btn--dark {
    margin: 1.9rem auto 0;
    padding: 0.85rem 2rem;
  }
}
@media (min-width: 768px) {
  .page-home .faq .btn--dark {
    margin: 4.7rem auto 0;
  }
}
@media (max-width: 767px) {
  .page-home .house-type {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .page-home .house-type {
    margin-top: 4.6rem;
  }
}
@media (min-width: 768px) {
  .page-home .house-type .wrap {
    max-width: 50.5rem;
  }
}
.page-home .house-type .section__title {
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-home .house-type__list {
    margin-top: 2.6rem;
  }
}
@media (min-width: 768px) {
  .page-home .house-type__list {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6.4rem;
  }
}
.page-home .house-type__item {
  box-shadow: 0 0 1.2rem 0.8rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .page-home .house-type__item {
    height: 21.5rem;
  }
}
@media (min-width: 768px) {
  .page-home .house-type__item {
    height: 35.6rem;
  }
}
.page-home .house-type__item:before {
  background-color: rgba(0, 0, 0, 0.49);
}

@media (max-width: 767px) {
  .page-price {
    padding: 8rem 0 3.35rem;
  }
}
@media (min-width: 768px) {
  .page-price {
    padding: 8.5rem 0 9.2rem;
  }
}
@media (max-width: 767px) {
  .page-price .form {
    margin-top: 4.8rem;
  }
}
@media (min-width: 768px) {
  .page-price .form {
    margin-top: 8.5rem;
  }
}
@media (max-width: 767px) {
  .page-price__content .section__desc {
    margin-top: 1.7rem;
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
@media (min-width: 768px) {
  .page-price__content .section__desc {
    margin-top: 1rem;
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .page-price__content .wrap {
    padding: 0 2rem;
  }
}
.page-price__list {
  display: grid;
}
@media (max-width: 767px) {
  .page-price__list {
    margin-top: 3.35rem;
    row-gap: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page-price__list {
    margin-top: 4.35rem;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.1rem;
  }
}
.page-price__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0.6rem 0.3rem rgba(0, 0, 0, 0.21);
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-price__item {
    padding: 1.75rem 1.25rem;
    row-gap: 0.5rem;
    border-radius: 2.5rem;
  }
}
@media (min-width: 768px) {
  .page-price__item {
    padding: 1.65rem 1.7rem 2.25rem;
    row-gap: 1.6rem;
    border-radius: 4rem;
  }
}
.page-price__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-price__title {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 768px) {
  .page-price__title {
    min-height: 6.3rem;
    font-size: 1.75rem;
    line-height: 120%;
  }
}
.page-price__desc {
  font-weight: 300;
}
@media (max-width: 767px) {
  .page-price__desc {
    font-size: 0.7rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .page-price__desc {
    font-size: 1.1rem;
    line-height: 191%;
  }
}
.page-price .price {
  padding: 0;
}
@media (max-width: 767px) {
  .page-price .price {
    margin-top: 3.35rem;
  }
}
@media (min-width: 768px) {
  .page-price .price {
    margin-top: 7.5rem;
  }
}
.page-price .price .wrap {
  border-radius: 3.65rem;
  background-color: #f7f8fa;
}
@media (max-width: 767px) {
  .page-price .price .wrap {
    padding: 3.5rem 2rem;
  }
}
@media (min-width: 768px) {
  .page-price .price .wrap {
    max-width: 72rem;
    padding: 4.25rem 6.5rem;
  }
}
.page-price .faq {
  background-color: transparent;
}
@media (max-width: 767px) {
  .page-price .faq {
    padding-top: 3.9rem;
  }
}
@media (min-width: 768px) {
  .page-price .faq {
    padding-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .page-price .faq .wrap {
    padding: 0 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-price .faq .btn {
    margin: 1.9rem auto 0;
  }
}
@media (min-width: 768px) {
  .page-price .faq .btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-project {
    padding: 7rem 0 4rem;
  }
}
@media (min-width: 768px) {
  .page-project {
    padding: 8.5rem 0 7.8rem;
  }
}
@media (max-width: 767px) {
  .page-project__header {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .page-project__header {
    max-width: 49.4rem;
    margin-top: 2.9rem;
  }
}
@media (max-width: 767px) {
  .page-project__content {
    margin-top: 0.85rem;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .page-project__content {
    max-width: 49.4rem;
    margin-top: 4.8rem;
  }
}
.page-project-gallery {
  position: relative;
}
.page-project-gallery__list {
  overflow: hidden;
}
.page-project-gallery .slick-track {
  display: flex;
}
.page-project-gallery__img img {
  width: 100%;
  height: auto;
}
.page-project-gallery .slider-nav {
  display: contents;
}
.page-project-gallery .slider-nav__btn {
  position: absolute;
  top: calc(50% - 1rem);
  border-radius: 50%;
  color: #757575;
  transition: 0.2s all;
}
@media (max-width: 767px) {
  .page-project-gallery .slider-nav__btn {
    width: 1.6rem;
    height: 1.6rem;
    background-color: #e1e1e1;
  }
}
@media (min-width: 768px) {
  .page-project-gallery .slider-nav__btn {
    width: 2.75rem;
    height: 2.75rem;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .page-project-gallery .slider-nav__btn:first-child {
    left: -0.8rem;
  }
}
@media (min-width: 768px) {
  .page-project-gallery .slider-nav__btn:first-child {
    left: 0.65rem;
  }
}
.page-project-gallery .slider-nav__btn:first-child svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .page-project-gallery .slider-nav__btn:last-child {
    right: -0.8rem;
  }
}
@media (min-width: 768px) {
  .page-project-gallery .slider-nav__btn:last-child {
    right: 0.65rem;
  }
}
.page-project-gallery .slider-nav__btn:last-child svg {
  transform: rotate(0deg);
}
@media (hover: hover) {
  .page-project-gallery .slider-nav__btn:not(.slick-disabled):hover {
    color: #fff;
    background-color: #f7c814;
  }
}
.page-project__details {
  position: relative;
  display: flex;
  background-color: #f7f8fa;
}
@media (max-width: 767px) {
  .page-project__details {
    border-radius: 0.25rem;
  }
}
@media (min-width: 768px) {
  .page-project__details {
    padding-left: 1.55rem;
    column-gap: 4.5rem;
    border-radius: 0.8rem;
  }
}
.page-project__details-box {
  flex-grow: 1;
  display: flex;
}
@media (max-width: 767px) {
  .page-project__details-box {
    padding: 1.5rem 0.5rem;
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .page-project__details-box {
    align-items: center;
    justify-content: space-between;
  }
}
.page-project__details .btn {
  color: #fff;
  background-color: #2e333d;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-project__details .btn {
    padding: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .page-project__details .btn {
    padding: 1.75rem 2.8rem;
    border-radius: 0.8rem;
    font-size: 1rem;
    transition: 0.4s all;
  }
}
@media (hover: hover) {
  .page-project__details .btn:hover {
    color: #000;
    background-color: #f7c814;
  }
}
@media (max-width: 767px) {
  .page-project__item {
    display: grid;
    grid-template-columns: 2rem 1fr;
    column-gap: 0.7rem;
  }
}
@media (min-width: 768px) {
  .page-project__item {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .page-project__item p {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .page-project__item p {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .page-project__item strong {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) {
  .page-project__item strong {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .page-project__item:first-child {
    order: 1;
  }
}
@media (max-width: 767px) {
  .page-project-plan {
    margin-top: 3.8em;
  }
}
@media (min-width: 768px) {
  .page-project-plan {
    margin-top: 6.1em;
  }
}
@media (max-width: 767px) {
  .page-project-plan__img {
    margin-top: 5.3rem;
  }
}
@media (min-width: 768px) {
  .page-project-plan__img {
    margin-top: 1.6rem;
  }
}
.page-project-plan__img img {
  max-width: 100%;
  height: auto;
}
.page-project__desc {
  background-color: #f3f4f6;
}
@media (max-width: 767px) {
  .page-project__desc {
    margin-top: 9.15rem;
    padding: 1.3rem 2rem 2.2rem;
  }
}
@media (min-width: 768px) {
  .page-project__desc {
    margin-top: 4.5rem;
    padding: 4rem 0;
  }
}
@media (min-width: 768px) {
  .page-project__desc .wrap {
    max-width: 49.4rem;
  }
}
.page-project__desc h2 {
  line-height: 100%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-project__desc h2 {
    margin-bottom: 2.15rem;
  }
}
@media (min-width: 768px) {
  .page-project__desc h2 {
    margin-bottom: 3.5rem;
    font-size: 2.75rem;
  }
}
@media (max-width: 767px) {
  .page-project__desc p {
    font-size: 0.8rem;
    line-height: 1.15rem;
  }
}
@media (min-width: 768px) {
  .page-project__desc p {
    font-size: 1.1rem;
    line-height: 2.1rem;
  }
}
.page-project__desc p:not(:first-child) {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .page-project .form {
    margin-top: 5.35rem;
  }
}
@media (min-width: 768px) {
  .page-project .form {
    margin-top: 4.2rem;
  }
}

@media (max-width: 767px) {
  .page-technology {
    padding: 6rem 0 3.35rem;
  }
}
@media (min-width: 768px) {
  .page-technology {
    padding: 6.5rem 0 7.3rem;
  }
}
@media (max-width: 767px) {
  .page-technology-primary {
    padding: 0 0.4rem;
  }
}
.page-technology-primary .wrap {
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-technology-primary .wrap {
    border-radius: 1.25rem;
  }
}
@media (min-width: 768px) {
  .page-technology-primary .wrap {
    max-width: 67.55rem;
    border-radius: 2.8rem;
  }
}
.page-technology-primary .section__title {
  color: #fff;
}
@media (max-width: 767px) {
  .page-technology-primary .section__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .page-technology-primary .section__title {
    font-size: 3.5rem;
  }
}
.page-technology-primary .section__desc {
  color: #fff;
}
@media (max-width: 767px) {
  .page-technology-primary .section__desc {
    margin-top: 1.65rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .page-technology-primary .section__desc br {
    display: contents;
  }
}
@media (min-width: 768px) {
  .page-technology-primary .section__desc {
    margin-top: 1.7rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.page-technology-primary__box {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .page-technology-primary__box {
    height: 100%;
    padding: 0 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .page-technology-primary__box {
    max-width: 30rem;
    margin: 5.35rem 4rem;
  }
}
.page-technology-primary__img {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-technology-primary__img {
    height: 22.5rem;
  }
}
@media (min-width: 768px) {
  .page-technology-primary__img {
    height: 33.25rem;
  }
}
.page-technology-primary__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.page-technology-primary__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-technology .house-type {
    margin-top: 5.4rem;
  }
}
@media (min-width: 768px) {
  .page-technology .house-type {
    margin-top: 7rem;
  }
}
@media (min-width: 768px) {
  .page-technology .house-type__list {
    column-gap: 3.35rem;
  }
}
@media (max-width: 767px) {
  .page-technology .form {
    margin-top: 5.35rem;
  }
}
.footer__legal {
  margin-top: 0.5rem;
}

.legal-links {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.legal-links a {
  font-size: 0.85rem;
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.legal-links a:hover {
  color: #f7c814;
}

@media (max-width: 767px) {
  .legal-links {
    gap: 1rem;
  }
  .legal-links a {
    font-size: 0.7rem;
  }
}
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-top: 1px solid #e5e5e5;
}

.cookie-consent .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.cookie-consent__text {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #000;
}

.cookie-consent__text a {
  color: #f7c814;
  text-decoration: underline;
}

.cookie-consent__text a:hover {
  color: #000;
}

.cookie-consent__buttons {
  display: flex;
  gap: 1rem;
}

.btn--small {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .cookie-consent .wrap {
    flex-direction: column;
    text-align: center;
  }
  .cookie-consent__text {
    width: 100%;
  }
  .cookie-consent__buttons {
    width: 100%;
    justify-content: center;
  }
}
/*# sourceMappingURL=main.css.map */