/*!
Theme Name: Hutjet Theme
Author: Oswald
Version: 1.0
Description: Custom Theme for Hutjet
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #111111;
  text-decoration: none;
}

.container {
  max-width: 1372px;
  width: calc(100% - 24px);
  margin: 0 auto;
}

button, input, textarea, select {
  background: transparent;
  outline: none;
  border: none;
  color: #111111;
  font-family: "Futura PT", sans-serif;
}

img {
  display: block;
}

body {
  background: #E7E1E1;
  color: #111111;
  font-family: "Futura PT", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

html, body {
  height: 100%;
  margin: 0;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.no__image {
  background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 30px 30px;
  background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
  background-color: #fff;
  opacity: 0.4;
}

@media (max-width: 975px) {
  .calendly-overlay .calendly-popup {
    max-width: 90% !important;
    margin: 0 auto !important;
  }
}
.square-num {
  font-size: 1.5rem !important;
}

.youtube-facade {
  background: #A1A1A1;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 912px) {
  .youtube-facade {
    border-radius: 24px;
  }
}
.youtube-facade.hide {
  display: none;
}
.youtube-facade .facade-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
  position: absolute;
}
.youtube-facade svg {
  position: relative;
  z-index: 2;
  width: 100px;
  height: auto;
  cursor: pointer;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + .square::before {
  display: block;
}
.checkbox .label {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  user-select: none;
}
.checkbox .square {
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #2B2D42;
  position: relative;
}
.checkbox .square::before {
  display: none;
  content: "";
  position: absolute;
  left: 8.05px;
  top: -4px;
  width: 6.9px;
  height: 20px;
  border-right: 3px solid #EF233C;
  border-bottom: 3px solid #EF233C;
  transform: rotate(45deg);
}

.custom-checkbox {
  cursor: pointer;
  user-select: none;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked + .label {
  color: #2B2D42;
  border: 1px solid #2B2D42;
}
@media screen and (max-width: 912px) {
  .custom-checkbox input:checked + .label {
    font-weight: bold;
  }
}
.custom-checkbox .label {
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #8D99AE;
  border: 1px solid #8D99AE;
  border-radius: 12px;
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
}
@media screen and (max-width: 912px) {
  .custom-checkbox .label {
    min-width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.custom-checkbox .label.with-padding {
  padding: 0;
}

.switcher-checkbox {
  cursor: pointer;
  user-select: none;
  display: flex;
  gap: 28px;
}
.switcher-checkbox.active .label.yes {
  color: #2B2D42;
  border: 1px solid #2B2D42;
}
.switcher-checkbox.active .label.no {
  color: #8D99AE;
  border: 1px solid #8D99AE;
}
.switcher-checkbox input {
  display: none;
}
.switcher-checkbox .label {
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #8D99AE;
  border: 1px solid #8D99AE;
  border-radius: 12px;
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
}
.switcher-checkbox .label.yes {
  color: #8D99AE;
  border: 1px solid #8D99AE;
  font-weight: bold;
}
.switcher-checkbox .label.no {
  color: #2B2D42;
  border: 1px solid #2B2D42;
  font-weight: bold;
}

section.faq {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  section.faq {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
  }
}
section.faq .houses__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 1240px) {
  section.faq .houses__left {
    align-items: normal;
  }
  section.faq .houses__left .btn__outline {
    display: none;
  }
}
section.faq .houses__left-title {
  font-weight: 450;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 1240px) {
  section.faq .houses__left-title {
    font-size: 2.25rem;
  }
}
section.faq .houses__right {
  max-width: 750px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1240px) {
  section.faq .houses__right {
    align-items: normal;
    max-width: 100%;
  }
}
section.faq .houses__right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1240px) {
  section.faq .houses__right-content {
    align-items: stretch;
  }
}
section.faq .houses__right-content .less {
  display: none;
}
section.faq .houses__right-content.full .houses__accordion.hidden {
  display: block;
}
section.faq .houses__right-content.full .more {
  display: none;
}
section.faq .houses__right-content.full .less {
  display: block;
}
section.faq .houses__accordion {
  width: 100%;
  background: #BFC6D2;
  border-radius: 32px;
  padding: 26px 24px;
}
section.faq .houses__accordion.open .houses__accordion-arrow svg {
  transform: rotate(180deg);
}
section.faq .houses__accordion.hidden {
  display: none;
}
section.faq .houses__accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
section.faq .houses__accordion-title {
  max-width: 80%;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 1240px) {
  section.faq .houses__accordion-title {
    font-size: 1.25rem;
  }
}
section.faq .houses__accordion-arrow {
  border: 1px solid #fff;
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
section.faq .houses__accordion-arrow svg {
  transition: 0.25s;
}
section.faq .houses__accordion__content {
  height: 0;
  overflow: hidden;
  transition: 0.25s;
}
section.faq .houses__accordion__content-wrap {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  padding-top: 20px;
}
section.faq .houses__accordion__content-wrap a {
  text-decoration: underline;
}

.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tippy-box[data-theme~=my-tooltip] {
  background-color: #222;
  color: #fff;
  border-radius: 24px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.tippy-box[data-theme~=my-tooltip] .tippy-content {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  padding: 30px;
}

.tippy-box[data-theme~=my-tooltip][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #222;
}

header {
  width: 100%;
  margin-bottom: 24px;
  background: #E7E1E1;
  top: 0;
  position: sticky;
  z-index: 9999;
}
header .container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  header .container {
    height: 60px;
  }
}
header .container .logo {
  width: 210px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
header .container .logo .banner {
  display: none;
}
header .container .logo.beta .banner {
  display: block;
  font-weight: 450;
  font-size: 13px;
  line-height: 100%;
  text-transform: lowercase;
  color: #8D99AE;
}
@media screen and (max-width: 712px) {
  header .container .logo.beta .banner {
    font-size: 14px;
  }
}
header .container .logo svg {
  width: 100%;
}
@media screen and (max-width: 1350px) {
  header .container .logo {
    width: 181px;
  }
}
header .container .header__right {
  display: flex;
  align-items: center;
  gap: 22px;
}
header .container .header__right .menu {
  display: flex;
  align-items: center;
  gap: 35px;
}
header .container .header__right .menu .item {
  font-weight: 500;
  font-size: 1.18rem;
  text-transform: uppercase;
  line-height: 100%;
  transition: 0.25s;
}
header .container .header__right .menu .item:hover {
  color: #EF233C;
}
@media screen and (max-width: 1350px) {
  header .container .header__right {
    gap: 16px;
  }
  header .container .header__right .menu, header .container .header__right .modile-hide {
    display: none;
  }
}
header .container .header__mobile {
  display: none;
  align-items: center;
  gap: 4px;
  padding-top: 8px;
}
header .container .header__mobile .modile-hide {
  display: flex;
}
@media screen and (max-width: 1350px) {
  header .container .header__mobile {
    display: flex;
  }
}
header .container .header__mobile .header__mobile-contacts {
  padding: 4px;
  height: 60px;
  position: relative;
}
header .container .header__mobile .header__mobile-contacts::before {
  content: "";
  display: none;
  background: transparent;
  width: 25px;
  height: 25px;
  left: -25px;
  bottom: 4px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 12px 12px 0 #fff;
}
header .container .header__mobile .header__mobile-contacts::after {
  content: "";
  display: none;
  background: transparent;
  width: 25px;
  height: 25px;
  right: -25px;
  bottom: 4px;
  position: absolute;
  border-radius: 50%;
  box-shadow: -12px 12px 0 #fff;
}
header .container .header__mobile .header__mobile-contacts .block {
  background: #EF233C;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
header .container .header__mobile .header__mobile-contacts .block .btn {
  width: 22px;
  height: 22px;
}
header .container .header__mobile .header__mobile-contacts.active {
  background: #fff;
  border-radius: 44px 44px 0 0;
}
header .container .header__mobile .header__mobile-contacts.active::before, header .container .header__mobile .header__mobile-contacts.active::after {
  display: block;
}
header .container .header__mobile .header__mobile-contacts.active .content, header .container .header__mobile .header__mobile-contacts.active .wave {
  visibility: visible;
  opacity: 1;
}
header .container .header__mobile .header__mobile-contacts .content {
  background: #fff;
  border-radius: 25px;
  padding: 4px;
  top: 60px;
  left: 12px;
  right: 12px;
  position: fixed;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
header .container .header__mobile .header__mobile-menu {
  padding: 4px;
  height: 60px;
  position: relative;
}
header .container .header__mobile .header__mobile-menu .language-picker {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
header .container .header__mobile .header__mobile-menu .block {
  border: 1px solid #CA142B;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
header .container .header__mobile .header__mobile-menu .block .btn {
  width: 25px;
  height: 20px;
}
header .container .header__mobile .header__mobile-menu::before {
  content: "";
  display: none;
  background: transparent;
  width: 25px;
  height: 25px;
  left: -25px;
  bottom: 4px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 12px 12px 0 #fff;
}
header .container .header__mobile .header__mobile-menu.active {
  background: #fff;
  border-radius: 44px 44px 0 0;
}
header .container .header__mobile .header__mobile-menu.active::before {
  display: block;
}
header .container .header__mobile .header__mobile-menu.active .content, header .container .header__mobile .header__mobile-menu.active .wave {
  visibility: visible;
  opacity: 1;
}
header .container .header__mobile .header__mobile-menu .content {
  background: #fff;
  border-radius: 25px 0 25px 25px;
  padding: 20px;
  top: 60px;
  left: 12px;
  right: 12px;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
header .container .header__mobile .header__mobile-menu .content .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
header .container .header__mobile .header__mobile-menu .content .menu .item {
  font-weight: 500;
  font-size: 1.18rem;
  text-transform: uppercase;
  line-height: 100%;
}

footer {
  padding: 40px 0;
}
footer .container {
  background: #2B2D42;
  color: #fff;
  border-radius: 50px;
  padding: 40px;
  position: relative;
}
footer .container .footer__top {
  display: grid;
  grid-template-columns: 3fr 7fr;
}
footer .container .footer__top .logo-image {
  max-width: 176px;
}
@media screen and (max-width: 912px) {
  footer .container .footer__top {
    grid-template-columns: 1fr;
  }
  footer .container .footer__top .logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
footer .container .footer__right {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 912px) {
  footer .container .footer__right {
    flex-direction: column;
    justify-content: start;
  }
}
footer .container .footer__right .footer__wrap {
  display: flex;
  flex-direction: column;
}
footer .container .footer__right .footer__wrap-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 20px;
}
footer .container .footer__right .footer__wrap-item {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  color: #fff !important;
}
@media screen and (max-width: 912px) {
  footer .container .footer__right .footer__wrap-item {
    font-family: "Fixel Display", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
footer .container .footer__right .footer__wrap-row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Fixel Display", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  margin-bottom: 10px;
}
footer .container .footer__right .footer__wrap-row .footer__wrap__row-key {
  font-weight: 600;
  color: #8D99AE;
}
@media screen and (max-width: 912px) {
  footer .container .footer__right .footer__wrap-row .footer__wrap__row-value {
    font-weight: 400;
  }
}
footer .container .footer__bottom {
  display: grid;
  grid-template-columns: 3fr 7fr;
}
@media screen and (max-width: 912px) {
  footer .container .footer__bottom {
    grid-template-columns: 1fr;
  }
}
footer .container .footer__bottom .links {
  padding-top: 40px;
  display: flex;
  gap: 35px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 912px) {
  footer .container .footer__bottom .links {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    margin-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    justify-content: space-between;
  }
}
footer .container .footer__bottom .copyright {
  background: #E7E1E1;
  color: #8D99AE;
  border-radius: 0 25px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 15px 30px;
  width: 216px;
  height: 56px;
  display: flex;
  align-items: flex-end;
  font-family: "Fixel Display", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
}
footer .container .footer__bottom .copyright .copyright__text {
  position: relative;
  z-index: 2;
}
footer .container .footer__bottom .copyright::before {
  content: "";
  display: block;
  background: transparent;
  width: 100px;
  height: 100px;
  top: -100px;
  left: 0;
  bottom: 4px;
  position: absolute;
  border-radius: 50px;
  box-shadow: -50px 50px #E7E1E1;
}
footer .container .footer__bottom .copyright::after {
  content: "";
  display: block;
  background: transparent;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: -50px;
  position: absolute;
  border-radius: 25px;
  box-shadow: -25px 25px #E7E1E1;
}
footer .container .footer__bottom .copyright .top-border {
  content: "";
  display: block;
  background: transparent;
  width: 50px;
  height: 50px;
  top: 0;
  right: -1px;
  position: absolute;
  border-radius: 25px;
  box-shadow: 25px -25px #2B2D42;
}

.language-picker {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 44px;
  height: 80px;
  font-size: 1.18rem;
}
.language-picker.active .language-content {
  visibility: visible;
  opacity: 1;
}
.language-picker .language-current-btn {
  display: flex;
  align-items: center;
  width: 44px;
  height: 80px;
  cursor: pointer;
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  text-transform: uppercase;
}
.language-picker .language-content {
  width: 94px;
  top: 80px;
  background: #fff;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  padding: 20px;
  margin-left: -50px;
  transition: 0.25s;
}
@media screen and (max-width: 1240px) {
  .language-picker {
    height: auto;
  }
  .language-picker .language-current-btn {
    height: auto;
  }
  .language-picker .language-content {
    top: auto;
    margin-top: 50px;
  }
}

section.blog {
  padding: 60px 0;
}
@media screen and (max-width: 912px) {
  section.blog {
    padding: 24px 0;
  }
}
section.blog .blog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 912px) {
  section.blog .blog__header {
    margin-bottom: 30px;
  }
  section.blog .blog__header .btn__outline {
    display: none;
  }
}
section.blog .blog__header-title {
  font-weight: 450;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 912px) {
  section.blog .blog__header-title {
    font-weight: 500;
    font-size: 2.25rem;
  }
}
section.blog .blog__posts {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8px;
}
@media screen and (max-width: 912px) {
  section.blog .blog__posts {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1240px) {
  section.blog .blog__posts {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
section.blog .blog__post {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.blog .blog__post:first-child .blog__post-content {
  width: 50%;
}
@media screen and (max-width: 1240px) {
  section.blog .blog__post:first-child .blog__post-content {
    width: 100%;
  }
}
section.blog .blog__post-image {
  width: 100%;
  height: 444px;
  object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 1240px) {
  section.blog .blog__post-image {
    aspect-ratio: 2;
    height: auto;
  }
}
@media screen and (max-width: 712px) {
  section.blog .blog__post-image {
    aspect-ratio: 1.5;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  section.blog .blog__post-image {
    aspect-ratio: 1.25;
    height: auto;
  }
}
section.blog .blog__post-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 912px) {
  section.blog .blog__post-content {
    display: none;
  }
}
section.blog .blog__post-content__mobile {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
}
@media screen and (min-width: 912px) {
  section.blog .blog__post-content__mobile {
    display: none;
  }
}
section.blog .blog__post-content__mobile-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.blog .blog__post__date {
  font-family: "Fixel Display";
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #EF233C;
}
@media screen and (max-width: 912px) {
  section.blog .blog__post__date {
    font-weight: 400;
    font-size: 0.75rem;
  }
}
section.blog .blog__post-tags {
  display: flex;
  align-items: center;
  gap: 4px;
}
section.blog .blog__post-tag {
  border: 1px solid #EF233C;
  border-radius: 50px;
  color: #EF233C;
  padding: 6px 8px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  text-transform: uppercase;
}
section.blog .blog__post-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  transition: 0.25s;
}
@media screen and (max-width: 912px) {
  section.blog .blog__post-title {
    font-size: 1.5rem;
  }
}
section.blog .blog__post-title:hover {
  color: #EF233C;
}
section.blog .blog__post__bottom {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
section.blog .blog__post-date {
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #EF233C;
}
@media screen and (max-width: 912px) {
  section.blog .blog__post-date {
    font-size: 1.15rem;
  }
}
section.blog .blog__post-description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 912px) {
  section.blog .blog__post-description {
    font-size: 1.05rem;
  }
}
section.blog .blog__mobile-content {
  display: none;
}
@media screen and (max-width: 912px) {
  section.blog .blog__mobile-content {
    display: block;
  }
}

.btn__solid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  background: #EF233C;
  color: #fff;
  fill: #fff;
  border-radius: 100px;
  padding: 14px 16px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  transition: 0.25s;
  cursor: pointer;
}
.btn__solid:hover {
  background: rgb(207.8813559322, 15.1186440678, 38.7415254237);
}
.btn__solid:active {
  background: rgb(184.1101694915, 13.3898305085, 34.311440678);
}
.btn__solid.light {
  font-weight: 500;
}
@media screen and (max-width: 912px) {
  .btn__solid {
    font-size: 1.0625rem;
    font-weight: 500;
  }
}

.btn__outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  border: 1px solid #EF233C;
  border-radius: 100px;
  background: transparent;
  color: #EF233C;
  fill: #EF233C;
  padding: 14px 16px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  transition: 0.25s;
  cursor: pointer;
}
.btn__outline:hover {
  background: #EF233C;
  color: #fff;
  fill: #fff;
}
.btn__outline:active {
  background: rgb(207.8813559322, 15.1186440678, 38.7415254237);
  color: #fff;
  fill: #fff;
}
.btn__outline.light {
  font-weight: 500;
}
@media screen and (max-width: 912px) {
  .btn__outline {
    font-size: 1.0625rem;
    font-weight: 500;
  }
}

.btn__solid__icon {
  color: #EF233C;
  fill: #EF233C;
  height: 44px;
  display: grid;
  grid-template-columns: 1fr 44px;
  cursor: pointer;
}
.btn__solid__icon .btn__solid__icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  border-radius: 100px;
  background: #EF233C;
  color: #fff;
  padding: 14px 16px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  transition: 0.25s;
}
.btn__solid__icon .btn__solid__icon-icon {
  border-radius: 44px;
  background: #EF233C;
  color: #fff;
  fill: #fff;
  transition: 0.25s;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__solid__icon:hover .btn__solid__icon-content,
.btn__solid__icon:hover .btn__solid__icon-icon {
  background: rgb(207.8813559322, 15.1186440678, 38.7415254237);
  color: #fff;
  fill: #fff;
}
.btn__solid__icon:active .btn__solid__icon-content,
.btn__solid__icon:active .btn__solid__icon-icon {
  background: rgb(184.1101694915, 13.3898305085, 34.311440678);
  color: #fff;
  fill: #fff;
}
.btn__solid__icon.light {
  font-weight: 500;
}
@media screen and (max-width: 912px) {
  .btn__solid__icon .btn__solid__icon-content {
    font-size: 1.0625rem;
    font-weight: 500;
  }
}

.btn__outline__icon {
  color: #EF233C;
  fill: #EF233C;
  height: 44px;
  display: grid;
  grid-template-columns: 1fr 44px;
  cursor: pointer;
}
.btn__outline__icon .btn__outline__icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  border: 1px solid #EF233C;
  border-radius: 100px;
  background: transparent;
  color: #EF233C;
  padding: 14px 16px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  transition: 0.25s;
}
.btn__outline__icon .btn__outline__icon-icon {
  background: transparent;
  border: 1px solid #EF233C;
  border-radius: 44px;
  fill: #EF233C;
  transition: 0.25s;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__outline__icon:hover .btn__outline__icon-content,
.btn__outline__icon:hover .btn__outline__icon-icon {
  background: #EF233C;
  color: #fff;
  fill: #fff;
}
.btn__outline__icon:active .btn__outline__icon-content,
.btn__outline__icon:active .btn__outline__icon-icon {
  background: rgb(207.8813559322, 15.1186440678, 38.7415254237);
  color: #fff;
  fill: #fff;
}
.btn__outline__icon.light {
  font-weight: 500;
}
@media screen and (max-width: 912px) {
  .btn__outline__icon .btn__outline__icon-content {
    font-size: 1.0625rem;
    font-weight: 500;
  }
}

.alpha-button {
  display: flex;
  height: 44px;
}
.alpha-button .alpha-button__content {
  background: #EF233C;
  color: #fff;
  border-radius: 100px;
  padding: 4px 18px;
  font-family: "Futura PT", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alpha-button .alpha-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EF233C;
  color: #fff;
  border-radius: 100px;
  aspect-ratio: 1/1;
}
.alpha-button .alpha-button__icon svg {
  width: 100%;
  height: 100%;
  max-width: 24px;
  max-height: 24px;
}

.consultation-form {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
}
.consultation-form.active {
  visibility: visible;
  opacity: 1;
}
.consultation-form .content {
  background: #fff;
  border-radius: 32px;
  max-width: 570px;
  width: calc(100% - 24px);
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 912px) {
  .consultation-form .content {
    border-radius: 24px;
    padding: 32px;
  }
}
.consultation-form .content .screen-reader-response,
.consultation-form .content .hidden-fields-container,
.consultation-form .content .button-wrapper {
  display: none !important;
}
.consultation-form .content form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.consultation-form .content form .wpcf7-not-valid-tip {
  font-family: "Fixel Display", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.85rem !important;
  color: #EF233C;
}
.consultation-form .content form .wpcf7-response-output {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  font-size: 1.05rem;
  text-align: center;
}
.consultation-form .content form.invalid .wpcf7-response-output {
  color: rgb(224, 48, 48);
}
.consultation-form .content form.sent .wpcf7-response-output {
  color: #00d394;
}
.consultation-form .content form.submitting button span {
  visibility: hidden;
}
.consultation-form .content form.submitting button .loader {
  visibility: visible;
}
.consultation-form .content .close {
  position: absolute;
  cursor: pointer;
  top: 32px;
  right: 32px;
}
.consultation-form .content .block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.consultation-form .content .block-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.consultation-form .content .title {
  font-weight: 450;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 912px) {
  .consultation-form .content .title {
    font-size: 2.5rem;
  }
}
.consultation-form .content .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  font-size: 1.05rem;
}
.consultation-form .content .field input, .consultation-form .content .field select {
  font-family: "Fixel Display", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.consultation-form .content .field input:focus, .consultation-form .content .field select:focus {
  border-bottom: 1px solid #111;
}
.consultation-form .content .field .error-message {
  color: red;
  opacity: 0.8;
  display: none;
}
.consultation-form .content .field.error input {
  border-bottom: 1px solid rgba(255, 0, 0, 0.8);
}
.consultation-form .content .field.error .error-message {
  display: block;
}
.consultation-form .content button {
  position: relative;
}
.consultation-form .content button .loader {
  position: absolute;
  visibility: hidden;
}
.consultation-form .content .messenger-description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  text-align: center;
  color: #111;
  opacity: 0.6;
}
@media screen and (max-width: 912px) {
  .consultation-form .content .messenger-description {
    font-size: 1.05rem;
  }
}
.consultation-form .content .messengers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.consultation-form .content .messengers .messenger {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.consultation-form .content .messengers .messenger svg {
  width: 20px;
  height: 20px;
}
.image_viewer_modal {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
}
.image_viewer_modal.active {
  visibility: visible;
  opacity: 1;
}
.image_viewer_modal .close {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 40px;
  cursor: pointer;
  color: #fff;
  fill: #fff;
}
.image_viewer_modal .close svg {
  width: 25px;
  height: 25px;
}
.image_viewer_modal img {
  max-width: 90%;
  max-height: 90%;
}

.home__page section.main {
  color: #fff;
  margin-bottom: 80px;
  display: grid;
  grid-template-rows: 1fr auto;
  height: calc(100vh - 132px);
}
@media screen and (max-width: 1240px) {
  .home__page section.main {
    height: calc(100vh - 84px);
  }
}
.home__page section.main .main-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.home__page section.main .main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  border-radius: 32px;
}
.home__page section.main .main-bg .single-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 912px) {
  .home__page section.main .main-bg .single-bg {
    border-radius: 24px;
  }
}
.home__page section.main .main-bg .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 912px) {
  .home__page section.main .main-bg .swiper-wrapper .swiper-slide img {
    border-radius: 24px;
  }
}
.home__page section.main .main-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home__page section.main .main-content__left {
  max-width: 330px;
  width: 100%;
  padding: 12px;
}
@media screen and (max-width: 912px) {
  .home__page section.main .main-content__left {
    max-width: 170px;
  }
}
.home__page section.main .main-content__left-video {
  width: 100%;
  min-height: 95px;
  aspect-ratio: 1.5;
  border: 3px solid #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 1240px) {
  .home__page section.main .main-content__left-video {
    border-radius: 20px;
  }
}
.home__page section.main .main-content__left-video__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.home__page section.main .main-content__left-video__icon {
  position: relative;
  z-index: 2;
}
.home__page section.main .main-content__right {
  max-width: 85%;
  background: #E7E1E1;
  color: #111111;
  border-radius: 30px 0 0 0;
  padding: 40px 0 0 30px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .home__page section.main .main-content__right {
    padding: 30px 0 0 30px;
    display: none;
  }
}
.home__page section.main .main-content__right::before {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  bottom: 0;
  left: -60px;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px 30px #E7E1E1;
}
.home__page section.main .main-content__right::after {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  top: -60px;
  right: 0;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px 30px #E7E1E1;
}
.home__page section.main .main-content__right-title {
  font-weight: 500;
  font-size: 3.81rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media screen and (max-width: 1240px) {
  .home__page section.main .main-content__right-title {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
.home__page section.main .mobile-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
}
.home__page section.main .main-content__right-row {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1240px) {
  .home__page section.main .main-content__right-row {
    display: none;
  }
}
.home__page section.main .main-btns-mobile {
  display: none;
  padding: 18px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .home__page section.main .main-btns-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.home__page #index__main__video_modal {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
}
.home__page #index__main__video_modal.active {
  visibility: visible;
  opacity: 1;
}
.home__page #index__main__video_modal .content {
  width: 70vw;
  height: auto;
  aspect-ratio: 1.7;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  user-select: none;
}
@media screen and (max-width: 712px) {
  .home__page #index__main__video_modal .content {
    width: 90vw;
  }
}
.home__page #index__main__video_modal .content iframe {
  width: 100%;
  height: 100%;
}
.home__page #index__main__video_modal .close-icon {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  top: 5vh;
  right: 3vw;
  position: absolute;
}
.home__page #index__main__video_modal .close-icon::before,
.home__page #index__main__video_modal .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
}
.home__page #index__main__video_modal .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.home__page #index__main__video_modal .close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.home__page section.about {
  border: 1px solid #000;
  border-radius: 32px;
  height: 710px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1240px) {
  .home__page section.about {
    height: 600px;
  }
}
@media screen and (max-width: 712px) {
  .home__page section.about {
    height: 774px;
  }
}
.home__page section.about .navigation {
  background: #E7E1E1;
  position: absolute;
  top: -1px;
  right: -1px;
  display: flex;
  gap: 16px;
  height: 66px;
  padding: 0 15px 15px 24px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-radius: 0 0 0 32px;
}
.home__page section.about .navigation .arrow {
  border: 1px solid #EF233C;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home__page section.about .navigation::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 32px;
  top: 0;
  left: -65px;
  position: absolute;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 32px 0 0;
  box-shadow: 32px 0 #E7E1E1;
}
.home__page section.about .navigation::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  right: 0;
  bottom: -65px;
  position: absolute;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 32px 0 0;
  box-shadow: 32px -32px #E7E1E1;
}
.home__page section.about .about-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home__page section.about .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home__page section.about .swiper-slide__wrap {
  max-width: 892px;
  width: 100%;
  height: 75%;
  margin: 0 auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media screen and (max-width: 712px) {
  .home__page section.about .swiper-slide__wrap {
    justify-content: flex-start;
  }
}
.home__page section.about .swiper-slide__title {
  font-weight: 500;
  font-size: 3.81rem;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.home__page section.about .swiper-slide__title span:nth-child(1) {
  text-align: left;
}
.home__page section.about .swiper-slide__title span:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 1240px) {
  .home__page section.about .swiper-slide__title {
    font-size: 2rem;
    margin-bottom: 48px;
  }
  .home__page section.about .swiper-slide__title span:nth-child(2) {
    text-align: left;
  }
}
.home__page section.about .swiper-slide__text {
  font-weight: 450;
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
}
.home__page section.about .swiper-slide__text .fill {
  background: #fff;
  border-radius: 24px;
  padding: 0 12px;
  margin: 4px 0;
}
@media screen and (max-width: 1240px) {
  .home__page section.about .swiper-slide__text {
    font-size: 1.375rem;
    line-height: 150%;
  }
}
.home__page section.about .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #8D99AE;
  opacity: 1;
  margin: 0 4px;
  border-radius: 8px;
  transition: 0.25s;
}
.home__page section.about .swiper-pagination-bullet-active {
  width: 43px;
}
.home__page section.select {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 912px) {
  .home__page section.select {
    grid-template-columns: 1fr;
  }
}
.home__page section.select .select__left {
  position: relative;
  width: 100%;
  aspect-ratio: 1.85;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 712px) {
  .home__page section.select .select__left {
    aspect-ratio: 0.75;
  }
}
.home__page section.select .select__left-image {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
  position: relative;
}
@media screen and (max-width: 712px) {
  .home__page section.select .select__left-image {
    border-radius: 24px;
  }
}
.home__page section.select .select__left-content {
  background: #E7E1E1;
  padding: 16px 0 0 20px;
  border-radius: 32px 0 0 0;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 712px) {
  .home__page section.select .select__left-content {
    display: none;
  }
}
.home__page section.select .select__left-content .btn__solid {
  position: relative;
  z-index: 2;
}
.home__page section.select .select__left-content::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: -64px;
  right: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: 32px 32px #E7E1E1;
}
.home__page section.select .select__left-content::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  left: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: 32px 32px #E7E1E1;
}
.home__page section.select .select__right-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media screen and (max-width: 712px) {
  .home__page section.select .select__right-title {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
.home__page section.select .select__right-text {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
}
@media screen and (max-width: 712px) {
  .home__page section.select .select__right-text {
    font-size: 1rem;
  }
}
.home__page section.select .select__mobile-btn {
  display: none;
}
@media screen and (max-width: 712px) {
  .home__page section.select .select__mobile-btn {
    display: block;
  }
}
.home__page section.cases {
  margin-bottom: 100px;
}
.home__page section.cases .cases__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.home__page section.cases .cases__header-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.home__page section.cases .cases__navigation {
  display: flex;
  gap: 16px;
}
.home__page section.cases .cases__navigation .arrow {
  border: 1px solid #EF233C;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home__page section.cases .cases__slider {
  width: 100%;
  overflow: hidden;
}
.home__page section.cases .cases__slider .swiper-slide .cases__slider__slide-image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 912px) {
  .home__page section.cases .cases__slider .swiper-slide .cases__slider__slide-image {
    border-radius: 24px;
  }
}
.home__page section.cases .cases__slider .swiper-slide .cases__slider__slide-content {
  display: flex;
}
.home__page section.cases .cases__slider .swiper-slide .cases__slider__slide-content-number {
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #EF233C;
  margin-right: 4px;
}
.home__page section.cases .cases__slider .swiper-slide .cases__slider__slide-content-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  padding-top: 6px;
}
@media screen and (max-width: 912px) {
  .home__page section.cases .cases__slider .swiper-slide .cases__slider__slide-content-title {
    font-size: 1.75rem;
  }
}
.home__page section.order-demo {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 912px) {
  .home__page section.order-demo {
    grid-template-columns: 1fr;
  }
}
.home__page section.order-demo .order__left {
  position: relative;
  width: 100%;
  aspect-ratio: 1.85;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 712px) {
  .home__page section.order-demo .order__left {
    aspect-ratio: 0.85;
  }
}
.home__page section.order-demo .order__left-image {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  object-fit: cover;
  position: relative;
}
@media screen and (max-width: 712px) {
  .home__page section.order-demo .order__left-image {
    border-radius: 24px;
  }
}
.home__page section.order-demo .order__left__mobile-content {
  display: none;
  position: absolute;
  top: -26px;
  left: 0;
  background: #E7E1E1;
  padding: 0 0 20px 0;
  border-radius: 0 0 32px 0;
  max-width: 270px;
  height: 80px;
}
@media screen and (max-width: 1240px) {
  .home__page section.order-demo .order__left__mobile-content {
    display: block;
  }
}
.home__page section.order-demo .order__left__mobile-content::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: 26px;
  right: -63px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px -32px #E7E1E1;
}
.home__page section.order-demo .order__left__mobile-content::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: -64px;
  left: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px -32px #E7E1E1;
}
.home__page section.order-demo .order__mobile-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.home__page section.order-demo .order__left-content {
  background: #E7E1E1;
  padding: 16px 0 0 20px;
  border-radius: 32px 0 0 0;
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 1240px) {
  .home__page section.order-demo .order__left-content {
    display: none;
  }
}
.home__page section.order-demo .order__left-content .btn__solid__icon,
.home__page section.order-demo .order__left-content .btn__outline {
  position: relative;
  z-index: 2;
}
.home__page section.order-demo .order__left-content::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: -64px;
  right: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: 32px 32px #E7E1E1;
}
.home__page section.order-demo .order__left-content::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  left: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: 32px 32px #E7E1E1;
}
.home__page section.order-demo .order__right-title {
  font-weight: 450;
  font-size: 3rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media screen and (max-width: 1240px) {
  .home__page section.order-demo .order__right-title {
    display: none;
  }
}
.home__page section.order-demo .order__right-text {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
}
@media screen and (max-width: 1240px) {
  .home__page section.order-demo .order__right-text {
    font-size: 1rem;
  }
}
.home__page section.order-demo .order__mobile__btns {
  display: none;
}
@media screen and (max-width: 1240px) {
  .home__page section.order-demo .order__mobile__btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.home__page section.media {
  margin-bottom: 80px;
}
.home__page section.media .media__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 712px) {
  .home__page section.media .media__header {
    margin-bottom: 30px;
  }
  .home__page section.media .media__header .btn__outline {
    display: none;
  }
}
.home__page section.media .media__header-title {
  font-weight: 450;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 712px) {
  .home__page section.media .media__header-title {
    font-weight: 500;
    font-size: 2.25rem;
  }
}
.home__page section.media .media__posts {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 712px) {
  .home__page section.media .media__posts {
    margin-bottom: 40px;
  }
}
.home__page section.media .media__posts .swiper-wrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .home__page section.media .media__posts .swiper-wrapper .swiper-slide {
    width: 85%;
  }
}
.home__page section.media .media__post {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home__page section.media .media__post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 2.18;
  object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 912px) {
  .home__page section.media .media__post-image {
    aspect-ratio: 1.7;
  }
}
.home__page section.media .media__post-content {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 26px;
}
@media screen and (max-width: 912px) {
  .home__page section.media .media__post-content {
    grid-template-columns: 53px 1fr;
    gap: 14px;
  }
}
.home__page section.media .media__post__date {
  font-family: "Fixel Display";
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #EF233C;
}
@media screen and (max-width: 912px) {
  .home__page section.media .media__post__date {
    font-weight: 400;
    font-size: 0.75rem;
  }
}
.home__page section.media .media__post-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.25s;
}
@media screen and (max-width: 912px) {
  .home__page section.media .media__post-title {
    font-size: 1.125rem;
  }
}
.home__page section.media .media__post-title:hover {
  color: #EF233C;
}
.home__page section.media .media__post-source {
  font-family: "Fixel Display", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  text-transform: uppercase;
  opacity: 0.6;
}
.home__page section.media .home__media__slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13px;
}
.home__page section.media .home__media__slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #8D99AE;
  opacity: 1;
  margin: 0 4px;
  border-radius: 8px;
  transition: 0.25s;
}
@media screen and (max-width: 912px) {
  .home__page section.media .home__media__slider__pagination .swiper-pagination-bullet .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #EF233C;
    opacity: 1;
    margin: 0 4px;
    border-radius: 8px;
    transition: 0.25s;
  }
}
.home__page section.media .home__media__slider__pagination .swiper-pagination-bullet-active {
  width: 43px;
}
@media screen and (max-width: 912px) {
  .home__page section.media .home__media__slider__pagination .swiper-pagination-bullet-active .swiper-pagination-bullet-active {
    background-color: transparent;
    border: 1px solid #EF233C;
    width: 13px;
    height: 13px;
  }
}
.home__page section.media .media__mobile-content {
  display: none;
}
@media screen and (max-width: 712px) {
  .home__page section.media .media__mobile-content {
    display: block;
  }
}

.catalog__home section.main {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1240px) {
  .catalog__home section.main {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0 16px 0;
  }
}
@media screen and (max-width: 712px) {
  .catalog__home section.main {
    display: none;
  }
}
.catalog__home section.main .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .catalog__home section.main .content {
    position: relative;
  }
}
.catalog__home section.main .content .title {
  font-weight: 450;
  font-size: 5.375rem;
  line-height: 106%;
  text-transform: uppercase;
}
@media screen and (max-width: 1240px) {
  .catalog__home section.main .content .title {
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 14px;
  }
  .catalog__home section.main .content .title br {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .catalog__home section.main .content .btn__solid {
    width: 100%;
  }
}
.catalog__home section.main .image__wrapper {
  width: 72%;
  height: auto;
  aspect-ratio: 2;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .catalog__home section.main .image__wrapper {
    width: 100%;
    height: calc(50vh - 84px);
    aspect-ratio: auto;
    margin-bottom: 24px;
  }
}
.catalog__home section.main .image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  position: absolute;
}
@media screen and (max-width: 912px) {
  .catalog__home section.main .image__wrapper img {
    border-radius: 24px;
  }
}
.catalog__home section.main .image__wrapper .left-top {
  background: #E7E1E1;
  position: absolute;
  width: auto;
  height: 15%;
  aspect-ratio: 0.4;
}
@media screen and (max-width: 1240px) {
  .catalog__home section.main .image__wrapper .left-top {
    display: none;
  }
}
.catalog__home section.main .image__wrapper .left-top::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px -32px #E7E1E1;
}
@media screen and (max-width: 1240px) {
  .catalog__home section.main .image__wrapper .left-top::before {
    display: none;
  }
}
.catalog__home section.main .image__wrapper .left-top::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px 32px #E7E1E1;
}
.catalog__home section.main .image__wrapper .left-middle {
  background: #E7E1E1;
  border-radius: 0 32px 0 0;
  position: absolute;
  top: 15%;
  width: auto;
  height: 20%;
  aspect-ratio: 1;
}
@media screen and (max-width: 1240px) {
  .catalog__home section.main .image__wrapper .left-middle {
    display: none;
  }
}
.catalog__home section.main .image__wrapper .left-middle::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px 32px #E7E1E1;
}
.catalog__home section.main .image__wrapper .left-bottom {
  background: #E7E1E1;
  border-radius: 0 32px 32px 0;
  position: absolute;
  top: 35%;
  width: auto;
  height: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 1240px) {
  .catalog__home section.main .image__wrapper .left-bottom {
    display: none;
  }
}
.catalog__home section.main .image__wrapper .left-bottom::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: -64px;
  left: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px -32px #E7E1E1;
}
.catalog__home section.main .image__wrapper .right-top {
  background: #E7E1E1;
  border-radius: 0 0 0 32px;
  position: absolute;
  right: 0;
  width: auto;
  height: 15%;
  aspect-ratio: 6;
}
@media screen and (max-width: 1240px) {
  .catalog__home section.main .image__wrapper .right-top {
    display: none;
  }
}
.catalog__home section.main .image__wrapper .right-top::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: 0;
  left: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: 32px -32px #E7E1E1;
}
.catalog__home section.main .image__wrapper .right-top::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: -64px;
  right: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: 32px -32px #E7E1E1;
}
.catalog__home section.content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 912px) {
  .catalog__home section.content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 912px) {
  .catalog__home section.content aside.filters {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: 0.25s;
  }
  .catalog__home section.content aside.filters.active {
    visibility: visible;
    opacity: 1;
  }
  .catalog__home section.content aside.filters .title {
    display: none;
  }
  .catalog__home section.content aside.filters.active .wrapper {
    left: 0;
  }
}
.catalog__home section.content aside.filters .title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  height: 50px;
  margin-bottom: 24px;
  margin-left: 48px;
}
.catalog__home section.content aside.filters .wrapper {
  background: #B1BACA;
  border-radius: 32px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 912px) {
  .catalog__home section.content aside.filters .wrapper {
    width: 90%;
    height: 100%;
    overflow-x: auto;
    border-radius: 0 32px 32px 0 !important;
    top: 1px;
    bottom: 2px;
    left: -100%;
    position: absolute;
    transition: 0.25s;
    padding: 30px;
    gap: 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .catalog__home section.content aside.filters .wrapper::-webkit-scrollbar {
    display: none;
  }
}
.catalog__home section.content aside.filters .wrapper .part.opened .part-header svg {
  transform: rotate(90deg);
}
.catalog__home section.content aside.filters .wrapper .part .part-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  user-select: none;
  cursor: pointer;
}
.catalog__home section.content aside.filters .wrapper .part .part-header .subtitle {
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #1E1E1E;
}
.catalog__home section.content aside.filters .wrapper .part .part-header svg {
  transition: 0.25s;
}
.catalog__home section.content aside.filters .wrapper .part .part-content {
  height: 0;
  overflow: hidden;
  transition: 0.25s;
}
.catalog__home section.content aside.filters .wrapper .part.selected-params {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.catalog__home section.content aside.filters .wrapper .part.selected-params .btn {
  background-color: #fff;
  color: #2B2D42;
  border-radius: 50px;
  padding: 8px 14px;
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.catalog__home section.content aside.filters .wrapper .part.purpose .items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.catalog__home section.content aside.filters .wrapper .part.purpose .items .checkbox {
  padding: 8px 0;
  color: #2B2D42;
}
@media screen and (max-width: 912px) {
  .catalog__home section.content aside.filters .wrapper .part.purpose .items .checkbox .label {
    font-size: 1.05rem;
  }
}
.catalog__home section.content aside.filters .wrapper .part.floors .items, .catalog__home section.content aside.filters .wrapper .part.bedrooms .items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.catalog__home section.content aside.filters .wrapper .part.price .box {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #8D99AE;
  padding: 10px 24px;
}
.catalog__home section.content aside.filters .wrapper .part.price .box input {
  display: none;
}
.catalog__home section.content aside.filters .wrapper .part.price .box .noUi-horizontal {
  height: 2px;
  border: none;
  box-shadow: none;
  background: #8D99AE;
}
.catalog__home section.content aside.filters .wrapper .part.price .box .noUi-horizontal .noUi-handle {
  background: #EF233C;
  overflow: hidden;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: none;
  box-shadow: none;
  right: 0;
  top: -8px;
  cursor: pointer;
}
.catalog__home section.content aside.filters .wrapper .part.price .box .noUi-horizontal .noUi-handle::before {
  display: none;
}
.catalog__home section.content aside.filters .wrapper .part.price .box .noUi-horizontal .noUi-handle::after {
  display: none;
}
.catalog__home section.content aside.filters .wrapper .part.price .box .noUi-connect {
  background: #000;
}
.catalog__home section.content aside.filters .wrapper .part.price .box .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.catalog__home section.content aside.filters .wrapper .part.price .box .row .side {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.catalog__home section.content aside.filters .wrapper .part.price .box .row .side .label {
  font-weight: 450;
  font-size: 1.25rem;
  line-height: 100%;
  color: #8D99AE;
  padding-bottom: 5px;
}
.catalog__home section.content aside.filters .wrapper .part.price .box .row .side .number {
  font-family: "Fixel Display", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid #8D99AE;
}
.catalog__home section.content .houses .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 912px) {
  .catalog__home section.content .houses .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #E7E1E1;
    z-index: 99;
    position: sticky;
    top: 60px;
    padding: 16px 0;
  }
}
.catalog__home section.content .houses .top .mobile-filter-btn {
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 100%;
  text-transform: uppercase;
  border: 1px solid #2B2D42;
  border-radius: 100px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
@media screen and (min-width: 912px) {
  .catalog__home section.content .houses .top .mobile-filter-btn {
    visibility: hidden;
  }
}
.catalog__home section.content .houses .top .sort {
  height: 50px;
  position: relative;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 12px;
}
@media screen and (max-width: 912px) {
  .catalog__home section.content .houses .top .sort {
    min-height: auto;
    height: 44px;
  }
}
.catalog__home section.content .houses .top .sort .sort_header {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px;
  cursor: pointer;
}
@media screen and (max-width: 912px) {
  .catalog__home section.content .houses .top .sort .sort_header {
    border: 1px solid #2B2D42;
    border-radius: 100px;
    padding: 0;
    font-size: 1.05rem;
    width: 100%;
    height: 44px;
    justify-content: center;
  }
}
.catalog__home section.content .houses .top .sort.active .sort_options {
  visibility: visible;
  opacity: 1;
}
.catalog__home section.content .houses .top .sort .sort_options {
  max-width: 240px;
  width: max-content;
  background: #fff;
  border-radius: 24px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  overflow: hidden;
  top: 70px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
}
@media screen and (max-width: 912px) {
  .catalog__home section.content .houses .top .sort .sort_options {
    top: 54px;
  }
}
.catalog__home section.content .houses .top .sort .sort_options .param {
  font-weight: 500;
  font-size: 1.19rem;
  line-height: 100%;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
}
.catalog__home section.content .houses .top .sort .sort_options .param:hover {
  background: #E3E7EB;
}
@media screen and (max-width: 912px) {
  .catalog__home section.content .houses .top .sort .sort_options .param {
    font-size: 1rem;
  }
}
.catalog__home section.content .houses .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 712px) {
  .catalog__home section.content .houses .list {
    grid-template-columns: 1fr;
  }
}
.catalog__home section.content .houses .list.loading .loader-container {
  display: flex;
}
.catalog__home section.content .houses .list .loader-container {
  grid-column: 1/-1;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.catalog__home section.content .houses .list .loader-container .lds-ring,
.catalog__home section.content .houses .list .loader-container .lds-ring div {
  box-sizing: border-box;
}
.catalog__home section.content .houses .list .loader-container .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.catalog__home section.content .houses .list .loader-container .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #EF233C;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #EF233C transparent transparent transparent;
}
@media screen and (max-width: 912px) {
  .catalog__home section.content .houses .list .loader-container .lds-ring div {
    width: 32px;
    height: 32px;
    border: 2px solid #EF233C;
    border-color: #EF233C transparent transparent transparent;
  }
}
.catalog__home section.content .houses .list .loader-container .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.catalog__home section.content .houses .list .loader-container .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.catalog__home section.content .houses .list .loader-container .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.catalog__home section.content .houses article .image-wrapper {
  margin-bottom: 28px;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.25;
}
@media screen and (max-width: 712px) {
  .catalog__home section.content .houses article .image-wrapper {
    margin-bottom: 24px;
  }
}
.catalog__home section.content .houses article .image-wrapper .image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 712px) {
  .catalog__home section.content .houses article .image-wrapper .image {
    border-radius: 24px;
  }
}
.catalog__home section.content .houses article .image-wrapper .tour-flag {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 35px;
  height: auto;
}
.catalog__home section.content .houses article .image-wrapper .block {
  background: #E7E1E1;
  border-radius: 32px 0 0 0;
  width: 48px;
  height: 48px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.catalog__home section.content .houses article .image-wrapper .block::before {
  content: "";
  display: block;
  background: transparent;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0;
  position: absolute;
  border-radius: 40px;
  box-shadow: 20px 20px #E7E1E1;
}
.catalog__home section.content .houses article .image-wrapper .block::after {
  content: "";
  display: block;
  background: transparent;
  width: 40px;
  height: 40px;
  bottom: 0;
  left: -40px;
  position: absolute;
  border-radius: 40px;
  box-shadow: 20px 20px #E7E1E1;
}
.catalog__home section.content .houses article .image-wrapper .arrow {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 1px solid #EF233C;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.catalog__home section.content .houses article .name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  margin-bottom: 4px;
}
@media screen and (max-width: 712px) {
  .catalog__home section.content .houses article .name {
    font-size: 1.75rem;
  }
}
.catalog__home section.content .houses article .border {
  background-color: #8D99AE;
  width: 94px;
  height: 1px;
}
.catalog__home section.content .houses article .internal {
  padding-left: 115px;
  display: flex;
  flex-direction: column;
}
.catalog__home section.content .houses article .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
  margin-bottom: 32px;
}
@media screen and (max-width: 712px) {
  .catalog__home section.content .houses article .description {
    font-size: 1.05rem;
    margin-bottom: 24px;
  }
}
.catalog__home section.content .houses article .row {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}
@media screen and (max-width: 712px) {
  .catalog__home section.content .houses article .row {
    gap: 24px;
    margin-top: 16px;
  }
}
.catalog__home section.content .houses article .feature .label {
  font-weight: 400;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 140%;
  color: #111;
  opacity: 0.7;
}
@media screen and (max-width: 712px) {
  .catalog__home section.content .houses article .feature .label {
    font-size: 1rem;
  }
}
.catalog__home section.content .houses article .feature .value {
  font-family: "Fixel Display", sans-serif;
  font-weight: 200;
  font-size: 2.75rem;
  line-height: 100%;
  color: #2B2D42;
}
@media screen and (max-width: 712px) {
  .catalog__home section.content .houses article .feature .value {
    font-size: 2rem;
  }
}
.catalog__home section.series {
  margin-bottom: 40px;
  padding: 20px 0;
}
@media screen and (max-width: 712px) {
  .catalog__home section.series {
    margin-bottom: 0;
  }
}
.catalog__home section.series .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 48px;
  margin-bottom: 20px;
}
.catalog__home section.series .head h3 {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
}
.catalog__home section.series .head .arrows {
  display: flex;
  gap: 16px;
}
.catalog__home section.series .head .arrows .arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #EF233C;
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog__home section.series .series__content {
  width: 100%;
  overflow: hidden;
}
.catalog__home section.series .series__content .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 712px) {
  .catalog__home section.series .series__content .navigation {
    display: none;
  }
}
.catalog__home section.series .series__content .navigation .swiper-pagination-bullet {
  background-color: #8D99AE !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 8px !important;
  opacity: 1 !important;
  margin: 0 8px !important;
  transition: 0.25s;
}
.catalog__home section.series .series__content .navigation .swiper-pagination-bullet-active {
  width: 43px !important;
}
.catalog__home section.series .series__content .swiper-wrapper {
  margin-bottom: 70px;
}
@media screen and (max-width: 712px) {
  .catalog__home section.series .series__content .swiper-wrapper {
    margin-bottom: 0;
  }
}
.catalog__home section.series .series__content .swiper-wrapper.clear .swiper-slide img {
  filter: none !important;
}
.catalog__home section.series .series__content .swiper-wrapper .swiper-slide {
  width: 26%;
  cursor: pointer;
}
@media screen and (max-width: 712px) {
  .catalog__home section.series .series__content .swiper-wrapper .swiper-slide {
    width: 80%;
  }
}
.catalog__home section.series .series__content .swiper-wrapper .swiper-slide.last {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.5;
}
.catalog__home section.series .series__content .swiper-wrapper .swiper-slide.last .btn__solid {
  font-weight: 400 !important;
  cursor: pointer;
}
.catalog__home section.series .series__content .swiper-wrapper .swiper-slide img {
  background: #eee;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 912px) {
  .catalog__home section.series .series__content .swiper-wrapper .swiper-slide img {
    border-radius: 24px;
  }
}
.catalog__home section.series .series__content .swiper-wrapper .swiper-slide .slide-content {
  display: flex;
  gap: 12px;
  padding-top: 8px;
}
.catalog__home section.series .series__content .swiper-wrapper .swiper-slide .slide-content .number {
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #EF233C;
}
.catalog__home section.series .series__content .swiper-wrapper .swiper-slide .slide-content .name {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  padding-top: 8px;
}
.catalog__home section.series .series__content .swiper-wrapper .swiper-slide.selected img {
  filter: none;
  border: 3px solid #EF233C;
}
.catalog__home section.series .series__content .swiper-wrapper .swiper-slide.selected .name {
  color: #EF233C;
}
.catalog__home section.series .series__content .swiper-wrapper .swiper-slide:not(.selected) img {
  filter: grayscale(1);
}
.catalog__home .filter-popup {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog__home .filter-popup.hidden {
  display: none;
}
.catalog__home .filter-popup .content {
  max-width: 815px;
  width: 100%;
  background: #B1BACA;
  border-radius: 20px;
  padding: 60px;
}
@media screen and (max-width: 912px) {
  .catalog__home .filter-popup .content {
    width: calc(100% - 32px);
    padding: 40px 20px;
  }
}
.catalog__home .filter-popup .content .title {
  font-weight: 450;
  font-size: 1.25rem;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding: 0 20px;
}
@media screen and (max-width: 912px) {
  .catalog__home .filter-popup .content .title {
    margin-bottom: 16px;
  }
}
.catalog__home .filter-popup .content .params {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 912px) {
  .catalog__home .filter-popup .content .params {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.catalog__home .filter-popup .content .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 912px) {
  .catalog__home .filter-popup .content .bottom {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.catalog__home .filter-popup .content .bottom .btn_1 {
  background-color: #EF233C;
  color: #fff;
  border-radius: 100px;
  padding: 16px;
  font-family: Futura PT;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
}
.catalog__home .filter-popup .content .bottom .btn_2 {
  background-color: transparent;
  color: #2B2D42;
  border: 1px solid #2B2D42;
  border-radius: 100px;
  padding: 16px;
  font-family: Futura PT;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
}

.production__page section.main {
  position: relative;
  padding: 50px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 912px) {
  .production__page section.main {
    padding: 0 0 24px 0;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 84px);
  }
}
@media screen and (max-height: 600px) {
  .production__page section.main {
    height: calc(100vh - 84px);
  }
}
.production__page section.main .main__bg {
  width: 85%;
  height: calc(100vh - 116px);
  max-height: 350px;
  object-fit: cover;
  border-radius: 0 32px 32px 0;
  margin-left: auto;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 912px) {
  .production__page section.main .main__bg {
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
    object-position: 80%;
    border-radius: 32px;
  }
}
@media screen and (max-height: 600px) {
  .production__page section.main .main__bg {
    height: calc(100% - 100px);
    max-height: 100%;
  }
}
.production__page section.main .main__content {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  height: calc(100vh - 116px);
  max-height: 350px;
}
@media screen and (max-width: 912px) {
  .production__page section.main .main__content {
    height: auto;
  }
}
@media screen and (max-height: 600px) {
  .production__page section.main .main__content {
    height: 100%;
  }
}
.production__page section.main .main__title {
  max-width: 46%;
  padding: 0 24px 8px 0;
  background: #E7E1E1;
  border-radius: 0 0 32px 0;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .production__page section.main .main__title {
    max-width: 50%;
  }
}
@media screen and (max-width: 912px) {
  .production__page section.main .main__title {
    max-width: 100%;
    padding: 28px 0;
  }
}
.production__page section.main .main__title h1 {
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1240px) {
  .production__page section.main .main__title h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 912px) {
  .production__page section.main .main__title h1 {
    font-size: 2.5rem;
  }
}
.production__page section.main .main__title::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px -32px #E7E1E1;
}
@media screen and (max-width: 912px) {
  .production__page section.main .main__title::after {
    display: none;
  }
}
.production__page section.main .main__helper-block {
  max-width: 30%;
  background: #E7E1E1;
  position: relative;
}
@media screen and (max-width: 912px) {
  .production__page section.main .main__helper-block {
    display: none;
  }
}
.production__page section.main .main__helper-block::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  right: -64px;
  top: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px -32px #E7E1E1;
}
.production__page section.main .main__helper-block::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px 32px #E7E1E1;
}
.production__page section.main .main__btns {
  width: max-content;
  display: flex;
  gap: 20px;
  padding: 24px 24px 0 0;
  background: #E7E1E1;
  border-radius: 0 32px 0 0;
  position: relative;
}
@media screen and (max-width: 912px) {
  .production__page section.main .main__btns {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
}
.production__page section.main .main__btns .btn__solid, .production__page section.main .main__btns .btn__outline {
  position: relative;
  z-index: 2;
}
.production__page section.main .main__btns::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px 32px #E7E1E1;
}
@media screen and (max-width: 912px) {
  .production__page section.main .main__btns::after {
    display: none;
  }
}
.production__page section.stages {
  padding: 60px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 912px) {
  .production__page section.stages {
    padding: 32px 0;
    margin-bottom: 24px;
  }
}
.production__page section.stages .stages__title {
  font-weight: 450;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 912px) {
  .production__page section.stages .stages__title {
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 100%;
    text-transform: uppercase;
  }
}
.production__page section.stages .stages__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  column-gap: 8px;
  row-gap: 40px;
}
@media screen and (max-width: 912px) {
  .production__page section.stages .stages__list.small-hidden__show .stage__item.small-hidden {
    display: block;
  }
}
.production__page section.stages .stages__mobile {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 912px) {
  .production__page section.stages .stages__mobile {
    display: none;
  }
}
.production__page section.stages .stages__mobile .stages__show {
  display: block;
}
.production__page section.stages .stages__mobile .stages__less {
  display: none;
}
.production__page section.stages .stages__mobile.stages__mobile__show .stages__show {
  display: none;
}
.production__page section.stages .stages__mobile.stages__mobile__show .stages__less {
  display: block;
}
@media screen and (max-width: 912px) {
  .production__page section.stages .stage__item.small-hidden {
    display: none;
  }
}
.production__page section.stages .stage__item-photo {
  background: #eee;
  border-radius: 32px;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 24px;
}
@media screen and (max-width: 912px) {
  .production__page section.stages .stage__item-photo {
    margin-bottom: 16px;
  }
}
.production__page section.stages .stage__item__content {
  display: flex;
  gap: 4px;
}
.production__page section.stages .stage__item__number {
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #EF233C;
}
.production__page section.stages .stage__item__right {
  padding-top: 10px;
}
.production__page section.stages .stage__item__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 912px) {
  .production__page section.stages .stage__item__title {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
}
.production__page section.stages .stage__item__info {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}
.production__page section.stages .stage__item__info li {
  display: grid;
  grid-template-columns: 13px 1fr;
  gap: 15px;
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
}
@media screen and (max-width: 912px) {
  .production__page section.stages .stage__item__info li {
    font-size: 1rem;
  }
}
.production__page section.stages .stage__item__info li::before {
  content: "";
  display: block;
  background: #EF233C;
  opacity: 0.9;
  width: 13px;
  height: 1px;
  margin-top: 13px;
}
.production__page section.video {
  margin-bottom: 40px;
}
@media screen and (max-width: 912px) {
  .production__page section.video {
    padding: 32px 0;
    margin-bottom: 24px;
  }
}
.production__page section.video .video__player {
  width: 100%;
  aspect-ratio: 1.66;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.production__page section.video .video__player iframe {
  width: 100%;
  height: 100%;
}

.about__page section.main {
  padding: 52px 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .about__page section.main {
    padding: 0 0 16px 0;
    flex-direction: column-reverse;
    height: calc(100vh - 84px);
  }
}
.about__page section.main .main__left {
  width: 45%;
  position: absolute;
  left: 0;
  z-index: 3;
  padding-top: 10px;
  font-weight: 450;
  font-size: 5.37rem;
  line-height: 105%;
  text-transform: uppercase;
}
@media screen and (max-width: 1240px) {
  .about__page section.main .main__left {
    width: 100%;
    position: relative;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 100%;
    text-transform: uppercase;
  }
}
.about__page section.main .main__right {
  width: 65%;
  aspect-ratio: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .about__page section.main .main__right {
    width: 100%;
    height: 100%;
  }
}
.about__page section.main .main__right .left-outline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  .about__page section.main .main__right .left-outline {
    display: none;
  }
}
.about__page section.main .main__right .left-outline .top {
  background: #E7E1E1;
  border-radius: 0 0 32px 0;
  aspect-ratio: 0.5;
  height: 40%;
  z-index: 2;
  position: relative;
}
.about__page section.main .main__right .left-outline .top::before {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 0;
  position: absolute;
  border-radius: 30px;
  box-shadow: -30px -30px #E7E1E1;
}
.about__page section.main .main__right .left-outline .top::after {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  top: 0;
  right: -60px;
  position: absolute;
  border-radius: 30px;
  box-shadow: -30px -30px #E7E1E1;
}
.about__page section.main .main__right .left-outline .bottom {
  background: #E7E1E1;
  border-radius: 0 32px 0 0;
  aspect-ratio: 1;
  height: 40%;
  z-index: 2;
  position: relative;
}
.about__page section.main .main__right .left-outline .bottom::before {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  top: -60px;
  left: 0;
  position: absolute;
  border-radius: 30px;
  box-shadow: -30px 30px #E7E1E1;
}
.about__page section.main .main__right .left-outline .bottom::after {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: -60px;
  position: absolute;
  border-radius: 30px;
  box-shadow: -30px 30px #E7E1E1;
}
.about__page section.main .main__right .right-outline {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1240px) {
  .about__page section.main .main__right .right-outline {
    display: none;
  }
}
.about__page section.main .main__right .right-outline .top {
  background: #E7E1E1;
  border-radius: 0 0 0 32px;
  width: 35%;
  height: 100px;
  position: relative;
  z-index: 3;
}
.about__page section.main .main__right .right-outline .top::before {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  top: 0;
  left: -60px;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px -30px #E7E1E1;
}
.about__page section.main .main__right .right-outline .top::after {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  bottom: -60px;
  right: 0;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px -30px #E7E1E1;
}
.about__page section.main .main__right .main__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 32px;
  position: absolute;
}
@media screen and (max-width: 1240px) {
  .about__page section.main .main__right .main__image {
    border-radius: 24px;
  }
}
.about__page section.author {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 60px 0;
}
@media screen and (max-width: 912px) {
  .about__page section.author {
    flex-direction: column-reverse;
    padding: 32px 0;
  }
}
.about__page section.author .author__left {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 912px) {
  .about__page section.author .author__left {
    width: 100%;
    gap: 24px;
  }
}
.about__page section.author .subtitle {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  color: #EF233C;
}
.about__page section.author .subtitle.mobile {
  display: none;
}
@media screen and (max-width: 912px) {
  .about__page section.author .subtitle {
    display: none;
  }
  .about__page section.author .subtitle.mobile {
    display: block;
  }
}
.about__page section.author .title {
  font-weight: 450;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 912px) {
  .about__page section.author .title {
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 100%;
    text-transform: uppercase;
  }
}
.about__page section.author .text {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  color: #111;
  opacity: 0.9;
}
@media screen and (max-width: 912px) {
  .about__page section.author .text {
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 140%;
  }
}
.about__page section.author .author__right {
  background: linear-gradient(135deg, #2B2D42 0%, #0B0E2D 100%);
  border-radius: 32px;
  width: 55%;
  aspect-ratio: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 912px) {
  .about__page section.author .author__right {
    width: 100%;
  }
}
.about__page section.author .author__right .author__image {
  width: auto;
  height: auto;
  max-height: 100%;
}
.about__page section.innovation {
  padding: 60px 0;
}
@media screen and (max-width: 912px) {
  .about__page section.innovation {
    padding: 32px 0;
  }
}
.about__page section.innovation .innovation__top {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 912px) {
  .about__page section.innovation .innovation__top {
    flex-direction: column;
    margin-bottom: 28px;
  }
}
.about__page section.innovation .innovation__image {
  width: 100%;
  height: auto;
  aspect-ratio: 2.16;
  object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 912px) {
  .about__page section.innovation .innovation__image {
    aspect-ratio: 1.16;
    border-radius: 24px;
  }
}
.about__page section.innovation .innovation__top__title {
  background: #E7E1E1;
  color: #EF233C;
  border-radius: 0 0 0 32px;
  position: absolute;
  padding: 0 0 20px 20px;
  font-weight: 450;
  font-size: 2.5rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 912px) {
  .about__page section.innovation .innovation__top__title {
    position: relative;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 100%;
  }
}
.about__page section.innovation .innovation__top__title span {
  position: relative;
  z-index: 3;
}
.about__page section.innovation .innovation__top__title::after {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  top: 0;
  left: -60px;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px -30px #E7E1E1;
}
@media screen and (max-width: 912px) {
  .about__page section.innovation .innovation__top__title::after {
    display: none;
  }
}
.about__page section.innovation .innovation__top__title::before {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  bottom: -60px;
  right: 0;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px -30px #E7E1E1;
}
@media screen and (max-width: 912px) {
  .about__page section.innovation .innovation__top__title::before {
    display: none;
  }
}
.about__page section.innovation .innovation__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
}
@media screen and (max-width: 912px) {
  .about__page section.innovation .innovation__content {
    grid-template-columns: 1fr;
    gap: 0;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 170%;
  }
}

.showroom__page section.main {
  padding: 32px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .showroom__page section.main {
    flex-direction: column-reverse;
    height: calc(100vh - 116px);
    padding: 0 0 16px 0;
  }
}
.showroom__page section.main .content {
  width: calc(30% - 16px);
}
@media screen and (max-width: 1240px) {
  .showroom__page section.main .content {
    display: none;
  }
}
.showroom__page section.main .content .title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 75px;
}
.showroom__page section.main .content .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
}
.showroom__page section.main .image__block {
  width: calc(70% - 16px);
  height: auto;
  aspect-ratio: 2;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .showroom__page section.main .image__block {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
  }
}
.showroom__page section.main .image__block .title_mobile {
  position: absolute;
  z-index: 2;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 100%;
  text-transform: uppercase;
  background: #E7E1E1;
  border-radius: 0 0 24px 0;
  padding: 0 15px 15px 0;
  display: none;
}
@media screen and (max-width: 1240px) {
  .showroom__page section.main .image__block .title_mobile {
    display: block;
  }
}
.showroom__page section.main .image__block .title_mobile span {
  position: relative;
  z-index: 4;
}
.showroom__page section.main .image__block .title_mobile::before {
  content: "";
  display: block;
  background: transparent;
  width: 48px;
  height: 48px;
  bottom: -48px;
  left: 0;
  position: absolute;
  border-radius: 24px;
  box-shadow: -24px -24px #E7E1E1;
}
.showroom__page section.main .image__block .title_mobile::after {
  content: "";
  display: block;
  background: transparent;
  width: 48px;
  height: 48px;
  top: 0;
  right: -48px;
  position: absolute;
  border-radius: 24px;
  box-shadow: -24px -24px #E7E1E1;
}
.showroom__page section.main .image__block .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  position: absolute;
}
@media screen and (max-width: 1240px) {
  .showroom__page section.main .image__block .image {
    position: relative;
    border-radius: 24px;
  }
}
.showroom__page section.main .image__block .outline {
  background: #E7E1E1;
  width: 15%;
  height: auto;
  aspect-ratio: 2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  border-radius: 0 0 0 32px;
}
@media screen and (max-width: 1240px) {
  .showroom__page section.main .image__block .outline {
    display: none;
  }
}
.showroom__page section.main .image__block .outline::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: 0;
  left: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: 32px -32px #E7E1E1;
}
.showroom__page section.main .image__block .outline::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: -64px;
  right: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: 32px -32px #E7E1E1;
}
.showroom__page section.main .image__block .button__block {
  background: #E7E1E1;
  border-radius: 0 32px 0 0;
  position: absolute;
  bottom: 0;
  z-index: 3;
  padding: 20px 20px 0 0;
}
@media screen and (max-width: 1240px) {
  .showroom__page section.main .image__block .button__block {
    position: relative;
    padding: 20px 0 0 0;
  }
}
.showroom__page section.main .image__block .button__block .btn__outline {
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .showroom__page section.main .image__block .button__block .btn__outline {
    width: 100%;
  }
}
.showroom__page section.main .image__block .button__block::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: -64px;
  left: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px 32px #E7E1E1;
}
@media screen and (max-width: 1240px) {
  .showroom__page section.main .image__block .button__block::before {
    display: none;
  }
}
.showroom__page section.main .image__block .button__block::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px 32px #E7E1E1;
}
@media screen and (max-width: 1240px) {
  .showroom__page section.main .image__block .button__block::after {
    display: none;
  }
}
.showroom__page section.main-mobile .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.7rem;
}
.showroom__page section.map {
  padding: 64px 0;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map {
    padding: 32px 0;
  }
}
.showroom__page section.map .map__wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 2;
  position: relative;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__wrap {
    aspect-ratio: auto;
  }
}
.showroom__page section.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map iframe {
    height: auto;
    aspect-ratio: 1;
    border-radius: 24px;
  }
}
.showroom__page section.map .title {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .title {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 100%;
  }
}
.showroom__page section.map .map__contact {
  background: #E7E1E1;
  border-radius: 0 0 0 32px;
  padding: 0 0 32px 32px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__contact {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
  }
}
.showroom__page section.map .map__contact .map__contact__item {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__contact .map__contact__item {
    font-size: 1.05rem;
    line-height: 100%;
    margin-bottom: 10px;
  }
}
.showroom__page section.map .map__contact::before {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  top: 0;
  left: -60px;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px -30px #E7E1E1;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__contact::before {
    display: none;
  }
}
.showroom__page section.map .map__contact::after {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  bottom: -60px;
  right: 0;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px -30px #E7E1E1;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__contact::after {
    display: none;
  }
}
.showroom__page section.map .map__info {
  background: #E7E1E1;
  border-radius: 0 32px 0 0;
  padding: 32px 32px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__info {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
  }
}
.showroom__page section.map .map__info::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: -64px;
  left: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px 32px #E7E1E1;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__info::before {
    display: none;
  }
}
.showroom__page section.map .map__info::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px 32px #E7E1E1;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__info::after {
    display: none;
  }
}
.showroom__page section.map .map__info__section {
  position: relative;
  z-index: 2;
}
.showroom__page section.map .map__info__item {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__info__item {
    font-size: 1.05rem;
    line-height: 100%;
  }
}
.showroom__page section.map .map__info_schedule {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__info_schedule {
    font-size: 1.05rem;
    line-height: 100%;
  }
}
.showroom__page section.map .map__info_schedule_key {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  color: #2B2D42;
}
@media screen and (max-width: 912px) {
  .showroom__page section.map .map__info_schedule_key {
    font-size: 1.05rem;
    line-height: 100%;
  }
}
.showroom__page section.slider {
  position: relative;
  padding: 64px 0;
}
.showroom__page section.slider .navigation {
  background: #E7E1E1;
  position: absolute;
  z-index: 3;
  top: 64px;
  right: 0;
  display: flex;
  gap: 16px;
  padding: 0 0 24px 24px;
  border-radius: 0 0 0 32px;
}
.showroom__page section.slider .navigation .arrow {
  border: 1px solid #EF233C;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.showroom__page section.slider .navigation::before {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  top: 0;
  left: -60px;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px -30px #E7E1E1;
}
.showroom__page section.slider .navigation::after {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  bottom: -60px;
  right: 0;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px -30px #E7E1E1;
}
.showroom__page section.slider .showroom-swiper {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7;
  overflow: hidden;
}
@media screen and (max-width: 912px) {
  .showroom__page section.slider .showroom-swiper {
    aspect-ratio: 1.1;
  }
}
.showroom__page section.slider .showroom-swiper .swiper-slide .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.showroom__page section.slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #8D99AE;
  opacity: 1;
  margin: 0 4px;
  border-radius: 8px;
  transition: 0.25s;
}
.showroom__page section.slider .swiper-pagination-bullet-active {
  width: 43px;
}

.blog__page section.blog__header {
  display: flex;
  align-items: flex-end;
  height: 125px;
  margin-bottom: 40px;
}
@media screen and (max-width: 912px) {
  .blog__page section.blog__header {
    height: auto;
  }
}
.blog__page section.blog__header .title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
}
.blog__page section.category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.blog__page section.category .category__link {
  border: 1px solid #8D99AE;
  border-radius: 100px;
  padding: 10px 16px;
  font-family: "Fixel Display";
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.25s;
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog__page section.category .category__link svg {
  display: none;
}
.blog__page section.category .category__link:hover {
  background: #8D99AE;
  color: #fff;
}
.blog__page section.category .category__link.active {
  background: #8D99AE;
  color: #fff;
}
.blog__page section.category .category__link.active svg {
  display: block;
}
.blog__page section.posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  row-gap: 50px;
  column-gap: 16px;
}
@media screen and (max-width: 712px) {
  .blog__page section.posts {
    margin-bottom: 40px;
  }
}
.blog__page section.posts .blog__post {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog__page section.posts .blog__post-image {
  width: 100%;
  aspect-ratio: 1.7;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 712px) {
  .blog__page section.posts .blog__post-image {
    aspect-ratio: 1.5;
    height: auto;
  }
}
.blog__page section.posts .blog__post-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog__page section.posts .blog__post-content__mobile {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
}
@media screen and (min-width: 712px) {
  .blog__page section.posts .blog__post-content__mobile {
    display: none;
  }
}
.blog__page section.posts .blog__post-content__mobile-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog__page section.posts .blog__post__date {
  font-family: "Fixel Display";
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #EF233C;
}
@media screen and (max-width: 912px) {
  .blog__page section.posts .blog__post__date {
    font-weight: 400;
    font-size: 0.75rem;
  }
}
.blog__page section.posts .blog__post-tags {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog__page section.posts .blog__post-tag {
  border: 1px solid #EF233C;
  border-radius: 50px;
  color: #EF233C;
  padding: 6px 8px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  text-transform: uppercase;
}
.blog__page section.posts .blog__post-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  transition: 0.25s;
}
@media screen and (max-width: 712px) {
  .blog__page section.posts .blog__post-title {
    font-size: 1.5rem;
  }
}
.blog__page section.posts .blog__post-title:hover {
  color: #EF233C;
}
.blog__page section.posts .blog__post__bottom {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
.blog__page section.posts .blog__post-date {
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #EF233C;
}
@media screen and (max-width: 712px) {
  .blog__page section.posts .blog__post-date {
    font-size: 1.15rem;
  }
}
.blog__page section.posts .blog__post-description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 712px) {
  .blog__page section.posts .blog__post-description {
    font-size: 1.05rem;
  }
}
.blog__page section.posts .blog__mobile-content {
  display: none;
}
@media screen and (max-width: 712px) {
  .blog__page section.posts .blog__mobile-content {
    display: block;
  }
}

.blog__single__page section.blog_single_header .breadcrumbs {
  display: grid;
  grid-template-columns: 13px 4px auto 4px 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-family: "Fixel Display", sans-serif;
  font-size: 1.375rem;
  line-height: 140%;
}
@media screen and (max-width: 912px) {
  .blog__single__page section.blog_single_header .breadcrumbs {
    gap: 10px;
    font-size: 0.7rem;
  }
}
.blog__single__page section.blog_single_header .breadcrumbs .dot {
  background: #111111;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}
.blog__single__page section.blog_single_header .breadcrumbs .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__single__page section.blog_single_header .poster {
  width: 100%;
  height: auto;
  aspect-ratio: 2.8;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 912px) {
  .blog__single__page section.blog_single_header .poster {
    aspect-ratio: 1.2;
  }
}
.blog__single__page section.main {
  max-width: 892px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 912px) {
  .blog__single__page section.main {
    margin-bottom: 28px;
  }
}
.blog__single__page section.main .meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
.blog__single__page section.main .meta .categories {
  max-width: 70%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.blog__single__page section.main .meta .categories .category {
  padding: 8px 24px;
  border: 1px solid #EF233C;
  border-radius: 100px;
  color: #EF233C;
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 912px) {
  .blog__single__page section.main .meta .categories .category {
    padding: 8px;
    font-size: 0.6rem;
    line-height: 200%;
  }
}
.blog__single__page section.main .meta .date {
  font-weight: 450;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #EF233C;
}
@media screen and (max-width: 912px) {
  .blog__single__page section.main .meta .date {
    display: none;
  }
}
.blog__single__page section.main .title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 912px) {
  .blog__single__page section.main .title {
    font-size: 2.25rem;
  }
}
.blog__single__page section.content {
  max-width: 892px;
  margin: 0 auto 60px auto;
  font-family: "Fixel Display", sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 912px) {
  .blog__single__page section.content {
    font-size: 1.05rem;
    gap: 28px;
  }
}
.blog__single__page section.content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.89;
  border-radius: 20px;
}
.blog__single__page section.content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77;
  border-radius: 20px;
}
.house__single section.main {
  margin-bottom: 40px;
}
.house__single section.main .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  margin-bottom: 16px;
}
.house__single section.main .breadcrumbs .link {
  opacity: 0.9;
}
.house__single section.main .breadcrumbs .name {
  opacity: 0.7;
}
.house__single section.main .breadcrumbs .dot {
  background: #111;
  border-radius: 4px;
  width: 4px;
  height: 4px;
}
@media screen and (max-width: 912px) {
  .house__single section.main .breadcrumbs {
    font-size: 0.875rem;
  }
}
.house__single section.main .image {
  width: 100%;
  height: auto;
  aspect-ratio: 2.25;
  object-fit: cover;
  border-radius: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 912px) {
  .house__single section.main .image {
    aspect-ratio: 0.9;
  }
}
.house__single section.main .info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 1240px) {
  .house__single section.main .info {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.house__single section.main .info .left .title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 912px) {
  .house__single section.main .info .left .title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 100%;
    text-transform: uppercase;
  }
}
.house__single section.main .info .left .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
}
@media screen and (max-width: 912px) {
  .house__single section.main .info .left .description {
    font-family: "Fixel Display", sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
  }
}
.house__single section.main .info .mid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
@media screen and (max-width: 912px) {
  .house__single section.main .info .mid {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 28px;
  }
}
.house__single section.main .info .mid .feature .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #111;
  opacity: 0.7;
}
@media screen and (max-width: 712px) {
  .house__single section.main .info .mid .feature .label {
    font-size: 1rem;
  }
}
.house__single section.main .info .mid .feature .value {
  font-family: "Fixel Display", sans-serif;
  font-weight: 200;
  font-size: 2.75rem;
  line-height: 100%;
  color: #2B2D42;
}
.house__single section.main .info .mid .feature .value span {
  font-family: "Fixel Display", sans-serif;
  font-weight: 200;
  font-size: 1rem;
  line-height: 100%;
}
@media screen and (max-width: 712px) {
  .house__single section.main .info .mid .feature .value {
    font-size: 2rem;
  }
}
.house__single section.main .info .right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.house__single section.overview .title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  margin-bottom: 24px;
}
@media screen and (max-width: 912px) {
  .house__single section.overview .title {
    font-size: 1.75rem;
    text-transform: uppercase;
  }
}
.house__single section.overview .slider-wrapper {
  position: relative;
}
.house__single section.overview .slider-wrapper .navigation {
  background-color: #E7E1E1;
  width: 144px;
  height: 66px;
  border-radius: 0 0 0 32px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: flex;
  gap: 16px;
  padding: 0 15px 15px 24px;
}
.house__single section.overview .slider-wrapper .navigation .arrow {
  border: 1px solid #EF233C;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.house__single section.overview .slider-wrapper .navigation::after {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  top: 0;
  left: -60px;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px -30px #E7E1E1;
}
.house__single section.overview .slider-wrapper .navigation::before {
  content: "";
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  bottom: -60px;
  right: 0;
  position: absolute;
  border-radius: 30px;
  box-shadow: 30px -30px #E7E1E1;
}
.house__single section.overview .slider-wrapper .slider {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1.7;
  padding-bottom: 50px;
}
@media screen and (max-width: 912px) {
  .house__single section.overview .slider-wrapper .slider {
    aspect-ratio: 1;
  }
}
.house__single section.overview .slider-wrapper .slider .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.house__single section.overview .slider-wrapper .slider .swiper-slide:first-child .image {
  display: block;
}
.house__single section.overview .slider-wrapper .slider .swiper-slide.show .image {
  display: block;
}
.house__single section.overview .slider-wrapper .slider .swiper-slide .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 32px;
  display: none;
}
.house__single section.overview .slider-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #8D99AE;
  opacity: 1;
  margin: 0 4px;
  border-radius: 8px;
  transition: 0.25s;
}
.house__single section.overview .slider-wrapper .swiper-pagination-bullet-active {
  width: 43px;
}
.house__single section.overview .videos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 912px) {
  .house__single section.overview .videos {
    gap: 40px;
  }
}
.house__single section.overview .videos .video {
  width: 248px;
  height: 160px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  border: 3px solid #fff;
  overflow: hidden;
}
.house__single section.overview .videos .video .image {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.house__single section.overview .videos .video svg {
  position: relative;
  z-index: 2;
}
.house__single section.about {
  padding: 40px 0;
}
.house__single section.about .title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
}
.house__single section.about .content {
  width: 100%;
  display: grid;
  grid-template-columns: 60fr 35fr 3fr;
  gap: 77px;
  align-items: start;
  padding-top: 50px;
}
@media screen and (max-width: 1240px) {
  .house__single section.about .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .house__single section.about .content .price-block {
    width: 100%;
  }
  .house__single section.about .content .price-block .box {
    display: none !important;
  }
  .house__single section.about .content .price-block .description {
    display: none !important;
  }
  .house__single section.about .content .price-block .bottom {
    align-items: stretch !important;
  }
  .house__single section.about .content .price-block-mobile {
    display: block !important;
  }
  .house__single section.about .content .price-block-mobile .description {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 712px) {
  .house__single section.about .content {
    padding-top: 32px;
  }
}
.house__single section.about .content .left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
  min-height: 0;
}
@media screen and (max-width: 1240px) {
  .house__single section.about .content .left {
    width: 100%;
  }
}
@media screen and (max-width: 912px) {
  .house__single section.about .content .left {
    gap: 32px;
  }
}
.house__single section.about .content .left .image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 32px;
}
.house__single section.about .content .left .house_description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
}
@media screen and (max-width: 912px) {
  .house__single section.about .content .left .house_description {
    display: none;
  }
}
.house__single section.about .content .left .layout {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.house__single section.about .content .left .layout .images {
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
}
@media screen and (max-width: 712px) {
  .house__single section.about .content .left .layout .images {
    aspect-ratio: 1;
  }
}
.house__single section.about .content .left .layout .images .image {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.25s;
}
.house__single section.about .content .left .layout .images .image.hidden {
  visibility: hidden;
  opacity: 0;
}
.house__single section.about .content .left .layout .images .image.visible {
  visibility: visible;
  opacity: 1;
}
.house__single section.about .content .left .layout .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 712px) {
  .house__single section.about .content .left .layout .images .image img {
    border-radius: 24px;
  }
}
.house__single section.about .content .left .layout .tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 912px) {
  .house__single section.about .content .left .layout .tabs {
    gap: 20px;
  }
}
.house__single section.about .content .left .layout .tabs .tab {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #111;
  text-transform: none;
}
.house__single section.about .content .left .layout .tabs .tab:hover {
  color: #fff;
}
.house__single section.about .content .left .amenities .subtitle {
  font-family: "Fixel Display", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 140%;
  margin-bottom: 16px;
}
.house__single section.about .content .left .amenities .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.house__single section.about .content .left .amenities .list .amenity {
  width: auto;
  height: 56px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
}
@media screen and (max-width: 912px) {
  .house__single section.about .content .left .amenities .list .amenity {
    font-size: 1.05rem;
  }
}
.house__single section.about .content .price-block-mobile {
  display: none;
}
.house__single section.about .content .right .box {
  border-radius: 32px;
  border: 1px solid #8D99AE;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 16px;
}
.house__single section.about .content .right .box .subtitle {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
}
.house__single section.about .content .right .box .subtitle span {
  color: #EF233C;
}
@media screen and (max-width: 912px) {
  .house__single section.about .content .right .box .subtitle {
    font-size: 1.75rem;
  }
}
.house__single section.about .content .right .box .segment {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.house__single section.about .content .right .box .segment .top {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.house__single section.about .content .right .box .segment .top .label {
  font-family: "Fixel Display", sans-serif;
  font-weight: 550;
  font-size: 1.5rem;
  line-height: 140%;
  opacity: 0.7;
}
.house__single section.about .content .right .box .segment .top .house_about_tooltip {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.house__single section.about .content .right .box .segment .price {
  font-family: "Fixel Display", sans-serif;
  font-weight: 550;
  font-size: 1.62rem;
  line-height: 100%;
}
.house__single section.about .content .right .box .segment .add_price {
  font-family: "Fixel Display", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 140%;
}
.house__single section.about .content .right .description {
  display: flex;
  gap: 16px;
  margin-bottom: 70px;
}
.house__single section.about .content .right .description span {
  color: #EF233C;
}
.house__single section.about .content .right .description p {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
}
.house__single section.about .content .right .bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.house__single section.other {
  padding: 40px 0;
}
.house__single section.other .title {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.house__single section.other .posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 912px) {
  .house__single section.other .posts {
    grid-template-columns: 1fr;
  }
}
.house__single section.other .posts article.post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.house__single section.other .posts article.post .image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  margin-bottom: 28px;
  position: relative;
}
@media screen and (max-width: 912px) {
  .house__single section.other .posts article.post .image {
    margin-bottom: 22px;
  }
}
.house__single section.other .posts article.post .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 32px;
  object-fit: cover;
}
.house__single section.other .posts article.post .image .block {
  background: #E7E1E1;
  border-radius: 32px 0 0 0;
  width: 48px;
  height: 48px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.house__single section.other .posts article.post .image .block::before {
  content: "";
  display: block;
  background: transparent;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0;
  position: absolute;
  border-radius: 40px;
  box-shadow: 20px 20px #E7E1E1;
}
.house__single section.other .posts article.post .image .block::after {
  content: "";
  display: block;
  background: transparent;
  width: 40px;
  height: 40px;
  bottom: 0;
  left: -40px;
  position: absolute;
  border-radius: 40px;
  box-shadow: 20px 20px #E7E1E1;
}
.house__single section.other .posts article.post .image .block .arrow {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 1px solid #EF233C;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.house__single section.other .posts article.post .content {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}
@media screen and (max-width: 912px) {
  .house__single section.other .posts article.post .content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.house__single section.other .posts article.post .post_title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 912px) {
  .house__single section.other .posts article.post .post_title {
    font-size: 1.75rem;
    padding-bottom: 2px;
    border-bottom: 1px solid #8D99AE;
  }
}
.house__single section.other .posts article.post .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip !important;
  white-space: normal !important;
}
@media screen and (max-width: 912px) {
  .house__single section.other .posts article.post .description {
    padding-left: 90px;
    font-size: 1.05rem;
  }
}
.house__single section.other .posts .features {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 912px) {
  .house__single section.other .posts .features {
    padding-left: 90px;
    justify-content: start;
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px;
  }
}
@media screen and (max-width: 912px) {
  .house__single section.other .posts .feature:nth-child(1) {
    grid-column: 1/-1;
  }
}
.house__single section.other .posts .feature .label {
  font-weight: 400;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 140%;
  color: #111;
  opacity: 0.7;
}
@media screen and (max-width: 712px) {
  .house__single section.other .posts .feature .label {
    font-size: 1rem;
  }
}
.house__single section.other .posts .feature .value {
  font-family: "Fixel Display", sans-serif;
  font-weight: 200;
  font-size: 2.75rem;
  line-height: 100%;
  color: #2B2D42;
}
@media screen and (max-width: 712px) {
  .house__single section.other .posts .feature .value {
    font-size: 2rem;
  }
}
.house__single section.tour {
  padding: 20px 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.house__single section.tour iframe {
  max-width: 924px;
  width: 100%;
  height: auto;
  aspect-ratio: 2;
  border-radius: 32px;
  border: none;
}
@media screen and (max-width: 712px) {
  .house__single section.tour iframe {
    aspect-ratio: 1;
  }
}
.house__single section.tour .tour-facade {
  background: #A1A1A1;
  border-radius: 32px;
  max-width: 924px;
  width: 100%;
  height: auto;
  aspect-ratio: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 912px) {
  .house__single section.tour .tour-facade {
    border-radius: 24px;
  }
}
.house__single section.tour .tour-facade .tour-facade-play {
  width: 100%;
  height: 100%;
  aspect-ratio: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.house__single section.tour .tour-facade .tour-facade-play .facade-overlay {
  position: absolute;
  z-index: 3;
}
.house__single section.tour .tour-facade .tour-facade-play .facade-overlay .play-icon {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 32px;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.house__single section.tour .tour-facade .tour-facade-play .facade-overlay .play-icon svg {
  width: 60px;
  max-height: 50px;
}
.house__single section.tour .tour-facade .tour-facade-play .facade-overlay .subtitle {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
.house__single section.tour .tour-facade .tour-facade-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 912px) {
  .house__single section.tour .tour-facade .tour-facade-play img {
    border-radius: 24px;
  }
}

#about_video_modal {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
}
#about_video_modal.active {
  visibility: visible;
  opacity: 1;
}
#about_video_modal .content {
  width: 70vw;
  height: auto;
  aspect-ratio: 1.7;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  user-select: none;
}
@media screen and (max-width: 712px) {
  #about_video_modal .content {
    width: 90vw;
  }
}
#about_video_modal .content iframe {
  width: 100%;
  height: 100%;
}
#about_video_modal .close-icon {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  top: 5vh;
  right: 3vw;
  position: absolute;
}
#about_video_modal .close-icon::before,
#about_video_modal .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
}
#about_video_modal .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#about_video_modal .close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.b2b__page .alpha-button {
  position: relative;
  z-index: 5;
}
.b2b__page section.hero {
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.hero {
    padding: 20px 0;
  }
}
.b2b__page section.hero .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.hero .box {
    flex-direction: column-reverse;
    gap: 28px;
  }
}
.b2b__page section.hero .box .title {
  width: 33%;
  font-family: Futura PT;
  font-weight: 450;
  font-size: 5.375rem;
  line-height: 105%;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.hero .box .title {
    width: 100%;
    font-size: 2.5rem;
  }
}
.b2b__page section.hero .box .photo-box {
  width: 66%;
  height: auto;
  position: relative;
  aspect-ratio: 2;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.hero .box .photo-box {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .b2b__page section.hero .box .photo-box {
    aspect-ratio: 0.8;
  }
}
.b2b__page section.hero .box .photo-box .photo {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 32px;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.hero .box .photo-box .photo {
    border-radius: 24px;
  }
}
.b2b__page section.hero .box .photo-box .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.hero .box .photo-box .corner {
    display: none;
  }
}
.b2b__page section.hero .box .photo-box .elem-1 {
  background: #E7E1E1;
  width: 23%;
  height: auto;
  aspect-ratio: 3.5;
  position: relative;
  z-index: 3;
  border-radius: 0 0 32px 0;
}
.b2b__page section.hero .box .photo-box .elem-1::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: 0;
  right: -64px;
  position: absolute;
  border-radius: 64px;
  box-shadow: -32px -32px #E7E1E1;
}
.b2b__page section.hero .box .photo-box .elem-1::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: -64px;
  left: 64px;
  position: absolute;
  border-radius: 64px;
  box-shadow: -32px -32px #E7E1E1;
}
.b2b__page section.hero .box .photo-box .elem-2 {
  background: #E7E1E1;
  width: 64px;
  height: 165px;
  position: relative;
}
.b2b__page section.hero .box .photo-box .elem-2::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: -2px;
  right: -64px;
  position: absolute;
  border-radius: 64px;
  box-shadow: -32px 32px #E7E1E1;
}
.b2b__page section.hero .box .photo-box .elem-3 {
  background: #E7E1E1;
  width: 12%;
  height: auto;
  aspect-ratio: 1.4;
  border-radius: 0 24px 32px 0;
  position: relative;
}
.b2b__page section.hero .box .photo-box .elem-3::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: -64px;
  left: 0;
  position: absolute;
  border-radius: 64px;
  box-shadow: -32px -32px #E7E1E1;
}
.b2b__page section.hero .box .photo-box .elem-4 {
  background: #E7E1E1;
  width: 20%;
  height: auto;
  aspect-ratio: 3.2;
  border-radius: 0 32px 32px 0;
  position: relative;
}
.b2b__page section.hero .box .photo-box .elem-4::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: -64px;
  left: 0;
  position: absolute;
  border-radius: 64px;
  box-shadow: -32px 32px #E7E1E1;
}
.b2b__page section.hero .box .photo-box .elem-5 {
  background: #E7E1E1;
  width: 13%;
  height: auto;
  aspect-ratio: 3.55;
  position: relative;
}
.b2b__page section.hero .box .photo-box .elem-5::before {
  content: "";
  display: block;
  background: transparent;
  width: 32px;
  height: 32px;
  bottom: 0;
  right: -32px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -16px 16px #E7E1E1;
}
.b2b__page section.hero .box .photo-box .elem-5::after {
  content: "";
  display: block;
  background: transparent;
  width: 32px;
  height: 32px;
  top: 0;
  right: -32px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -16px -16px #E7E1E1;
}
.b2b__page section.hero .box .photo-box .elem-6 {
  background: #E7E1E1;
  width: 28%;
  height: auto;
  aspect-ratio: 2;
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 32px 0 0 0;
}
.b2b__page section.hero .box .photo-box .elem-6::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: -64px;
  right: 0;
  position: absolute;
  border-radius: 64px;
  box-shadow: 32px 32px #E7E1E1;
}
.b2b__page section.hero .box .photo-box .elem-6::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  left: -64px;
  position: absolute;
  border-radius: 64px;
  box-shadow: 32px 32px #E7E1E1;
}
.b2b__page section.value {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.value {
    flex-direction: column;
    justify-content: baseline;
    gap: 24px;
  }
}
.b2b__page section.value .left {
  width: calc(65% - 25px);
  aspect-ratio: 2.4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.value .left {
    width: 100%;
    aspect-ratio: 1.5;
  }
}
.b2b__page section.value .left .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 32px;
}
.b2b__page section.value .left .alpha-button {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  background: #E7E1E1;
  border-radius: 32px 0 0 0;
  box-sizing: content-box;
  padding: 14px 0 0 14px;
}
.b2b__page section.value .left .alpha-button::before {
  content: "";
  display: block;
  background: transparent;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0;
  position: absolute;
  border-radius: 40px;
  box-shadow: 20px 20px #E7E1E1;
}
.b2b__page section.value .left .alpha-button::after {
  content: "";
  display: block;
  background: transparent;
  width: 40px;
  height: 40px;
  bottom: 0;
  left: -40px;
  position: absolute;
  border-radius: 40px;
  box-shadow: 20px 20px #E7E1E1;
}
@media screen and (max-width: 712px) {
  .b2b__page section.value .left .alpha-button {
    visibility: hidden;
  }
}
.b2b__page section.value .description {
  width: calc(35% - 25px);
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.value .description {
    width: 100%;
  }
}
@media screen and (max-width: 712px) {
  .b2b__page section.value .description {
    font-size: 1.15rem;
  }
}
.b2b__page section.value .mobile {
  display: none;
}
@media screen and (max-width: 712px) {
  .b2b__page section.value .mobile {
    display: flex;
  }
}
.b2b__page section.benefits {
  padding: 40px 0;
}
.b2b__page section.benefits .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.benefits .list {
    row-gap: 24px;
  }
}
.b2b__page section.benefits .list .card {
  width: calc(33% - 12px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.benefits .list .card {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 712px) {
  .b2b__page section.benefits .list .card {
    width: 100%;
  }
}
.b2b__page section.benefits .list .card .icon {
  background: #EF233C;
  border-radius: 24px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2b__page section.benefits .list .card .label {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
}
.b2b__page section.benefits .list .card .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
}
.b2b__page section.retail {
  padding: 40px 0;
}
.b2b__page section.retail .box {
  width: 100%;
  height: auto;
  aspect-ratio: 1.66;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.retail .box {
    aspect-ratio: initial;
  }
}
.b2b__page section.retail .box .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  position: absolute;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.retail .box .photo {
    position: relative;
    height: auto;
    aspect-ratio: 1.25;
  }
}
.b2b__page section.retail .box .content {
  background-color: #E7E1E1;
  border-radius: 32px 0 0 0;
  padding: 22px 0 0 22px;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.retail .box .content {
    position: relative;
    width: 100%;
    padding: 0;
    gap: 24px;
  }
  .b2b__page section.retail .box .content::before, .b2b__page section.retail .box .content::after {
    display: none !important;
  }
}
.b2b__page section.retail .box .content .title {
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
.b2b__page section.retail .box .content .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
}
.b2b__page section.retail .box .content::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: -64px;
  right: 0;
  position: absolute;
  border-radius: 64px;
  box-shadow: 32px 32px #E7E1E1;
}
.b2b__page section.retail .box .content::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  left: -64px;
  position: absolute;
  border-radius: 64px;
  box-shadow: 32px 32px #E7E1E1;
}
.b2b__page section.hotel {
  padding: 40px 0;
}
.b2b__page section.hotel .box {
  width: 100%;
  height: auto;
  aspect-ratio: 1.66;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.hotel .box {
    aspect-ratio: initial;
  }
}
.b2b__page section.hotel .box .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  position: absolute;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.hotel .box .photo {
    position: relative;
    height: auto;
    aspect-ratio: 1.25;
  }
}
.b2b__page section.hotel .box .content {
  background-color: #E7E1E1;
  border-radius: 0 32px 0 0;
  padding: 22px 22px 0 0;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.hotel .box .content {
    position: relative;
    width: 100%;
    padding: 0;
    gap: 24px;
  }
  .b2b__page section.hotel .box .content::before, .b2b__page section.hotel .box .content::after {
    display: none !important;
  }
}
.b2b__page section.hotel .box .content .title {
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
.b2b__page section.hotel .box .content .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
}
.b2b__page section.hotel .box .content::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: -64px;
  left: 0;
  position: absolute;
  border-radius: 64px;
  box-shadow: -32px 32px #E7E1E1;
}
.b2b__page section.hotel .box .content::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: -64px;
  position: absolute;
  border-radius: 64px;
  box-shadow: -32px 32px #E7E1E1;
}
.b2b__page section.cases {
  padding: 40px 0;
}
.b2b__page section.cases .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.cases .box {
    gap: 24px;
  }
}
.b2b__page section.cases .box .card {
  width: calc(50% - 10px);
}
@media screen and (max-width: 1024px) {
  .b2b__page section.cases .box .card {
    width: 100%;
  }
}
.b2b__page section.cases .box .card .photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1.85;
  object-fit: cover;
  border-radius: 32px;
  margin-bottom: 30px;
}
.b2b__page section.cases .box .card .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 24px;
}
@media screen and (max-width: 1024px) {
  .b2b__page section.cases .box .card .content {
    padding: 0;
  }
}
.b2b__page section.cases .box .card .content .title {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
}
.b2b__page section.cases .box .card .content .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  opacity: 0.9;
}

.b2b-form__page {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .b2b-form__page {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 28px;
  }
}
.b2b-form__page h1.title {
  max-width: 40%;
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 5.375rem;
  line-height: 105%;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .b2b-form__page h1.title {
    max-width: 100%;
    font-size: 2.5rem;
  }
}
.b2b-form__page .form {
  background: #fff;
  border-radius: 32px;
  padding: 64px 48px;
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .b2b-form__page .form {
    max-width: 100%;
    padding: 35px 22px;
  }
}
.b2b-form__page .form h2.title {
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 3rem;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 28px;
}
@media screen and (max-width: 1200px) {
  .b2b-form__page .form h2.title {
    font-size: 2.25rem;
  }
}
.b2b-form__page .form iframe {
  width: 100%;
  height: 1050px;
}
@media screen and (max-width: 1200px) {
  .b2b-form__page .form iframe {
    height: 1220px;
  }
}
.b2b-form__page .form .screen-reader-response,
.b2b-form__page .form .hidden-fields-container,
.b2b-form__page .form .button-wrapper {
  display: none !important;
}
.b2b-form__page .form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b2b-form__page .form form .wpcf7-not-valid-tip {
  font-family: "Fixel Display", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.85rem !important;
  color: #EF233C;
}
.b2b-form__page .form form .wpcf7-response-output {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 140%;
  font-size: 1.05rem;
  text-align: center;
}
.b2b-form__page .form form.invalid .wpcf7-response-output {
  color: rgb(224, 48, 48);
}
.b2b-form__page .form form.sent .wpcf7-response-output {
  color: #00d394;
}
.b2b-form__page .form form.submitting button span {
  visibility: hidden;
}
.b2b-form__page .form form.submitting button .loader {
  visibility: visible;
}
.b2b-form__page .form .field input, .b2b-form__page .form .field select {
  font-family: "Fixel Display", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.b2b-form__page .form .field input:focus, .b2b-form__page .form .field select:focus {
  border-bottom: 1px solid #111;
}
.b2b-form__page .form .field .error-message {
  color: red;
  opacity: 0.8;
  display: none;
}
.b2b-form__page .form .field.error input {
  border-bottom: 1px solid rgba(255, 0, 0, 0.8);
}
.b2b-form__page .form .field.error .error-message {
  display: block;
}
.b2b-form__page .form button {
  position: relative;
}
.b2b-form__page .form button .loader {
  position: absolute;
  visibility: hidden;
}

.career__page section.hero {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1240px) {
  .career__page section.hero {
    flex-direction: column-reverse;
    gap: 24px;
    height: calc(100vh - 84px);
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
}
.career__page section.hero .title {
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-style: Medium;
  font-size: 5.375rem;
  line-height: 105%;
  text-transform: uppercase;
  width: 80%;
  position: absolute;
  z-index: 3;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .career__page section.hero .title {
    position: relative;
    margin-right: 0;
    width: 100%;
    font-size: 2.5rem;
  }
  .career__page section.hero .title br {
    display: none !important;
  }
}
.career__page section.hero .hero_picture_box {
  width: 65%;
  height: auto;
  aspect-ratio: 2.59;
  position: relative;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .career__page section.hero .hero_picture_box {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 712px) {
  .career__page section.hero .hero_picture_box {
    aspect-ratio: 1.5;
  }
}
.career__page section.hero .hero_picture_box .hero_picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 32px;
}
@media screen and (max-width: 712px) {
  .career__page section.hero .hero_picture_box .hero_picture {
    border-radius: 24px;
  }
}
.career__page section.hero .hero_picture_box .block {
  background-color: #E7E1E1;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .career__page section.hero .hero_picture_box .block {
    display: none;
  }
}
.career__page section.hero .hero_picture_box .block_left_one {
  top: 0;
  width: 24%;
  height: 21%;
}
.career__page section.hero .hero_picture_box .block_left_one::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px -32px #E7E1E1;
}
.career__page section.hero .hero_picture_box .block_left_one::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px 32px #E7E1E1;
}
.career__page section.hero .hero_picture_box .block_left_two {
  top: 21%;
  width: 32%;
  height: 42%;
  border-radius: 0 32px 32px 0;
}
.career__page section.hero .hero_picture_box .block_left_three {
  top: 63%;
  width: 12%;
  height: 19%;
  border-radius: 0 0 32px 0;
}
.career__page section.hero .hero_picture_box .block_left_three::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: 0;
  right: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px -32px #E7E1E1;
}
.career__page section.hero .hero_picture_box .block_left_three::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: -64px;
  left: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: -32px -32px #E7E1E1;
}
.career__page section.hero .hero_picture_box .block_right_one {
  top: 0;
  right: 0;
  width: 10%;
  height: 45%;
  border-radius: 0 0 0 32px;
}
.career__page section.hero .hero_picture_box .block_right_one::before {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  top: 0;
  left: -64px;
  position: absolute;
  border-radius: 32px;
  box-shadow: 32px -32px #E7E1E1;
}
.career__page section.hero .hero_picture_box .block_right_one::after {
  content: "";
  display: block;
  background: transparent;
  width: 64px;
  height: 64px;
  bottom: -64px;
  right: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: 32px -32px #E7E1E1;
}
.career__page section.hero .hero_picture_box .block_right_two {
  bottom: 0;
  right: 0;
  width: 5%;
  height: 17%;
  border-radius: 16px 0 0 0;
}
.career__page section.hero .hero_picture_box .block_right_two::before {
  content: "";
  display: block;
  background: transparent;
  width: 32px;
  height: 32px;
  top: -32px;
  right: 0;
  position: absolute;
  border-radius: 32px;
  box-shadow: 16px 16px #E7E1E1;
}
.career__page section.hero .hero_picture_box .block_right_two::after {
  content: "";
  display: block;
  background: transparent;
  width: 32px;
  height: 32px;
  bottom: 0;
  left: -32px;
  position: absolute;
  border-radius: 32px;
  box-shadow: 16px 16px #E7E1E1;
}
.career__page section.join {
  padding: 40px 0;
}
.career__page section.join .title {
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-style: Medium;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media screen and (max-width: 912px) {
  .career__page section.join .title {
    font-size: 2.5rem;
    margin-bottom: 24px;
  }
}
.career__page section.join .cover {
  width: 100%;
  height: auto;
  aspect-ratio: 3.25;
  object-fit: cover;
  object-position: center 75%;
  border-radius: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 912px) {
  .career__page section.join .cover {
    border-radius: 24px;
    margin-top: 32px;
    aspect-ratio: 2;
  }
}
@media screen and (max-width: 712px) {
  .career__page section.join .cover {
    aspect-ratio: 1.25;
  }
}
.career__page section.join .cards {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 0 24px;
}
@media screen and (max-width: 912px) {
  .career__page section.join .cards {
    flex-direction: column;
    padding: 0;
    gap: 32px;
  }
}
.career__page section.join .cards .card {
  width: 100%;
}
.career__page section.join .cards .card .card_picture {
  width: 100%;
  height: auto;
  aspect-ratio: 1.84;
  object-fit: cover;
  border-radius: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 912px) {
  .career__page section.join .cards .card .card_picture {
    border-radius: 24px;
  }
}
.career__page section.join .cards .card .card_content {
  position: relative;
}
.career__page section.join .cards .card .card_number {
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-style: Medium;
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #EF233C;
  position: absolute;
  top: -5px;
  left: -33px;
}
@media screen and (max-width: 912px) {
  .career__page section.join .cards .card .card_number {
    position: relative;
    top: 0;
    left: 0;
  }
}
.career__page section.join .cards .card .card_title {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-style: Demi;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 912px) {
  .career__page section.join .cards .card .card_title {
    font-size: 1.5rem;
  }
}
.career__page section.join .cards .card .card_description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.375rem;
  line-height: 140%;
}
@media screen and (max-width: 912px) {
  .career__page section.join .cards .card .card_description {
    font-size: 1.125rem;
  }
}
.career__page section.values {
  padding: 40px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 912px) {
  .career__page section.values {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.career__page section.values .title {
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-style: Medium;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media screen and (max-width: 912px) {
  .career__page section.values .title {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
}
.career__page section.values .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 48px;
}
@media screen and (max-width: 912px) {
  .career__page section.values .description {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
}
.career__page section.values .cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: -54px;
  margin-left: -24px;
}
@media screen and (max-width: 912px) {
  .career__page section.values .cards {
    margin-top: -32px;
    margin-left: -12px;
  }
}
.career__page section.values .cards .card {
  flex: 1 1 calc(33% - 24px);
  min-width: 330px;
  margin-top: 54px;
  margin-left: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 912px) {
  .career__page section.values .cards .card {
    flex: 1 1 calc(33% - 12px);
    margin-top: 32px;
    margin-left: 12px;
  }
}
.career__page section.values .cards .card_title {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-style: Demi;
  font-size: 1.75rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 912px) {
  .career__page section.values .cards .card_title {
    font-size: 1.25rem;
  }
}
.career__page section.values .cards .card_description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.375rem;
  line-height: 140%;
}
@media screen and (max-width: 912px) {
  .career__page section.values .cards .card_description {
    font-size: 1.125rem;
  }
}
.career__page section.open_jobs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
}
@media screen and (max-width: 912px) {
  .career__page section.open_jobs {
    flex-direction: column;
    padding: 20px 0;
  }
}
.career__page section.open_jobs .content {
  width: 66%;
}
@media screen and (max-width: 912px) {
  .career__page section.open_jobs .content {
    width: 100%;
  }
}
.career__page section.open_jobs .content .title {
  font-family: "Futura PT", sans-serif;
  font-weight: 450;
  font-style: Medium;
  font-size: 3rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media screen and (max-width: 912px) {
  .career__page section.open_jobs .content .title {
    font-size: 2.5rem;
    margin-bottom: 32px;
  }
}
.career__page section.open_jobs .content .jobs {
  column-count: 2;
  column-gap: 32px;
}
@media screen and (max-width: 1240px) {
  .career__page section.open_jobs .content .jobs {
    column-count: 1;
    column-gap: 0;
  }
}
.career__page section.open_jobs .content .jobs .job {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 912px) {
  .career__page section.open_jobs .content .jobs .job {
    gap: 6px;
  }
}
.career__page section.open_jobs .content .jobs .job .border {
  background: #EF233C;
  width: 20px;
  height: 2px;
  margin-top: 16px;
}
@media screen and (max-width: 912px) {
  .career__page section.open_jobs .content .jobs .job .border {
    margin-top: 9px;
    width: 14px;
  }
}
.career__page section.open_jobs .content .jobs .job .name {
  width: 100%;
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-style: Demi;
  font-size: 2rem;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 912px) {
  .career__page section.open_jobs .content .jobs .job .name {
    font-size: 1.25rem;
  }
}
.career__page section.open_jobs .cv {
  background: #fff;
  border-radius: 32px;
  width: 31%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 912px) {
  .career__page section.open_jobs .cv {
    width: 100%;
  }
}
.career__page section.open_jobs .cv .picture {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77;
  border-radius: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 912px) {
  .career__page section.open_jobs .cv .picture {
    margin-bottom: 20px;
  }
}
.career__page section.open_jobs .cv .description {
  font-family: "Fixel Display", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.375rem;
  line-height: 140%;
  margin-bottom: 22px;
}
@media screen and (max-width: 912px) {
  .career__page section.open_jobs .cv .description {
    font-size: 1.125;
  }
}

/*# sourceMappingURL=style.css.map */
