/** COLORS: */
/** COLORS; */
/** GRADIENTS: */
/** GRADIENTS; */
.fade-fast-enter-active,
.fade-fast-leave-active {
  transition: 0.1s linear all;
}
.fade-fast-enter,
.fade-fast-leave-to {
  opacity: 0;
}
/*helpers*/
/*@import "helpers/_extend_ns";*/
@keyframes rotateCW {
  to {
    transform: rotate(180deg);
  }
}
@keyframes rotateCCW {
  to {
    transform: rotate(-180deg);
  }
}
@keyframes showUp {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes showDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes opacityAnimation {
  from {
    opacity: 0.25;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
  75% {
    opacity: 0.4;
  }
  to {
    opacity: 0.25;
  }
}
@keyframes gradientAnimate {
  0% {
    transform: translateX(-100%);
  }
  15% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes textGradientAnimate {
  0% {
    background-position: 50% 0;
  }
  25% {
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 50% 0;
  }
}
@keyframes textShowUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  65% {
    transform: translateY(10px);
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.visualisation-banner {
  display: flex;
  align-items: center;
  background-color: #FAFAFA;
  height: 450px;
  overflow: hidden;
}
@media (max-width: 1599.98px) {
  .visualisation-banner {
    flex-direction: column;
    height: auto;
  }
}
.visualisation-banner-container {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media (max-width: 1599.98px) {
  .visualisation-banner-container {
    width: 100%;
    height: 450px;
    align-items: center;
  }
}
@media (max-width: 1599.98px) {
  .visualisation-banner-content {
    text-align: center;
  }
}
.visualisation-banner-image {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: top;
}
@media (max-width: 1599.98px) {
  .visualisation-banner-image {
    width: 100%;
    height: 546px;
  }
}
@media (max-width: 1199.98px) {
  .visualisation-banner-image {
    height: 450px;
  }
}
@media (max-width: 989.98px) {
  .visualisation-banner-image {
    height: 390px;
  }
}
.visualisation-banner-title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  color: #000;
}
@media (max-width: 989.98px) {
  .visualisation-banner-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 639.98px) {
  .visualisation-banner-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .visualisation-banner-title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-55deg, #5BC8FF, #1470CC);
    background-image: -moz-linear-gradient(-55deg, #5BC8FF, #1470CC);
    background-image: -ms-linear-gradient(-55deg, #5BC8FF, #1470CC);
    background-image: -o-linear-gradient(-55deg, #5BC8FF, #1470CC);
    background-image: linear-gradient(145deg, #5BC8FF, #1470CC);
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .theme-new-year .visualisation-banner-title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-55deg, #30D921, #1F8C15);
    background-image: -moz-linear-gradient(-55deg, #30D921, #1F8C15);
    background-image: -ms-linear-gradient(-55deg, #30D921, #1F8C15);
    background-image: -o-linear-gradient(-55deg, #30D921, #1F8C15);
    background-image: linear-gradient(145deg, #30D921, #1F8C15);
  }
}
.visualisation-banner-description {
  max-width: 555px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  color: #a6a6a6;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
}
@media (max-width: 989.98px) {
  .visualisation-banner-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.visualisation-banner .btn {
  width: 240px;
}
.visualisation-banner .btn span {
  font-size: 14px;
  padding: 17px 21px;
}
@media (max-width: 639.98px) {
  .visualisation-banner .btn span {
    padding: 12px 10px;
  }
}
.visualisation-banner-premium {
  background-color: #262626;
}
.visualisation-banner-premium .visualisation-banner-title {
  color: #FFF;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .visualisation-banner-premium .visualisation-banner-title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-55deg, #FFE5AF, #D69E75);
    background-image: -moz-linear-gradient(-55deg, #FFE5AF, #D69E75);
    background-image: -ms-linear-gradient(-55deg, #FFE5AF, #D69E75);
    background-image: -o-linear-gradient(-55deg, #FFE5AF, #D69E75);
    background-image: linear-gradient(145deg, #FFE5AF, #D69E75);
  }
}
.visualisation-banner-premium .visualisation-banner-description {
  color: #BFBFBF;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .visualisation-banner-cottage .visualisation-banner-title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -moz-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -ms-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -o-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: linear-gradient(145deg, #FFD336, #F38F0C);
  }
}
.yandex-review {
  margin-bottom: 20px;
  padding: 20px 20px 30px;
  background-color: #FFF;
  border-radius: 3px;
  color: #a6a6a6;
  line-height: 22px;
}
@media (max-width: 989.98px) {
  .yandex-review {
    gap: 10px;
    flex: 0 0 calc(80% - 10px);
  }
}
@media (max-width: 639.98px) {
  .yandex-review {
    margin-bottom: 10px;
  }
}
.yandex-review-top-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.yandex-review-bottom-row {
  display: flex;
  font-size: 13px;
  margin-bottom: 16px;
}
@media (max-width: 639.98px) {
  .yandex-review-bottom-row {
    flex-wrap: wrap;
  }
}
.yandex-review-bottom-row span {
  margin-right: 15px;
}
.yandex-review-photo {
  width: 36px;
  height: 36px;
  margin-right: 9px;
  background: url(../../img/design/landing/yandex_reviews/default.png) center / cover no-repeat;
  border-radius: 36px;
}
.yandex-review-name {
  font-size: 16px;
  color: #000;
}
.yandex-review-name:first-letter {
  color: #F80000;
}
.yandex-review-rating {
  display: flex;
  margin-right: 4px;
  margin-top: 4px;
}
.yandex-review-star {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2228%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%200l3.368%2010.365h10.898l-8.817%206.405%203.368%2010.365L15%2020.73l-8.817%206.405L9.551%2016.77.734%2010.365h10.898L15%200z%22%20fill%3D%22%23FFD426%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1px;
}
.yandex-review-text {
  font-size: 14px;
  margin-bottom: 20px;
}
.yandex-review-text b {
  color: #000;
}
.yandex-review-text p {
  margin-bottom: 10px;
}
.yandex-review-date {
  font-size: 14px;
  color: #BFBFBF;
}
.review-block {
  background-color: #FFD426;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1199.98px) {
  .review-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.review-block-stars {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
}
.review-block-star {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2228%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%200l3.368%2010.365h10.898l-8.817%206.405%203.368%2010.365L15%2020.73l-8.817%206.405L9.551%2016.77.734%2010.365h10.898L15%200z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E");
  width: 30px;
  height: 28px;
  margin: 5px;
  background-size: cover;
}
@media (max-width: 989.98px) {
  .review-block-star {
    width: 20px;
    height: 19px;
  }
}
.review-block-title {
  font-weight: 400!important;
}
.review-block-yandex-logo {
  /*.svg('yandex'; null; '../');*/
  display: inline-block;
  width: 290px;
  height: 56px;
  margin-bottom: -10px;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .review-block-yandex-logo {
    width: 202px;
    height: 39px;
    margin-bottom: -6px;
  }
}
@media (max-width: 989.98px) {
  .review-block-yandex-logo {
    width: 161px;
    height: 31px;
  }
}
.review-block-reviews {
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .review-block-reviews {
    margin-top: 60px;
  }
}
@media (max-width: 989.98px) {
  .review-block-reviews {
    overflow: hidden;
  }
}
.review-block-column {
  width: calc(50% - 10px);
}
@media (max-width: 1199.98px) {
  .review-block-column {
    width: 100%;
    max-width: 555px;
    margin: auto;
  }
}
@media (max-width: 989.98px) {
  .review-block-column {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 10px;
  }
}
@media (max-width: 989.98px) {
  .review-block-column.hi-sm {
    display: none;
  }
}
.review-block-btn {
  display: block;
  width: 300px;
  height: 50px;
  margin: auto;
}
.review-block-btn > span {
  font-size: 14px;
  padding: 17px 21px;
}
.review-block-btn .yandex-name {
  font-weight: 400;
  display: inline-block;
}
.review-block-btn .yandex-name:first-letter {
  color: #F80000;
}
div[data-action="landing.divisorio"] .container-fluid,
div[data-action="divisorio"] .container-fluid,
div[data-action="landing.cottage"] .container-fluid {
  max-width: 1540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1600px) {
  div[data-action="landing.divisorio"] .container-fluid,
  div[data-action="divisorio"] .container-fluid,
  div[data-action="landing.cottage"] .container-fluid {
    max-width: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 1599.98px) {
  div[data-action="landing.divisorio"] .container-fluid,
  div[data-action="divisorio"] .container-fluid,
  div[data-action="landing.cottage"] .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 639.98px) {
  div[data-action="landing.divisorio"] .container-fluid,
  div[data-action="divisorio"] .container-fluid,
  div[data-action="landing.cottage"] .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
div[data-action="landing.divisorio"] .container,
div[data-action="divisorio"] .container,
div[data-action="landing.cottage"] .container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1599.98px) {
  div[data-action="landing.divisorio"] .container,
  div[data-action="divisorio"] .container,
  div[data-action="landing.cottage"] .container {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 639.98px) {
  div[data-action="landing.divisorio"] .container,
  div[data-action="divisorio"] .container,
  div[data-action="landing.cottage"] .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[data-action="landing.divisorio"] .section,
div[data-action="divisorio"] .section,
div[data-action="landing.cottage"] .section {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1199.98px) {
  div[data-action="landing.divisorio"] .section,
  div[data-action="divisorio"] .section,
  div[data-action="landing.cottage"] .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
div[data-action="landing.divisorio"] .section--without-padding,
div[data-action="divisorio"] .section--without-padding,
div[data-action="landing.cottage"] .section--without-padding {
  padding-top: 0;
  padding-bottom: 0;
}
div[data-action="landing.divisorio"] .section__badge,
div[data-action="divisorio"] .section__badge,
div[data-action="landing.cottage"] .section__badge {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #2E96E5;
  margin-bottom: 40px;
}
@media (max-width: 989.98px) {
  div[data-action="landing.divisorio"] .section__badge,
  div[data-action="divisorio"] .section__badge,
  div[data-action="landing.cottage"] .section__badge {
    margin-bottom: 20px;
  }
}
div[data-action="landing.divisorio"] .section__title,
div[data-action="divisorio"] .section__title,
div[data-action="landing.cottage"] .section__title {
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  font-weight: 900;
  color: #000;
}
@media (max-width: 1199.98px) {
  div[data-action="landing.divisorio"] .section__title,
  div[data-action="divisorio"] .section__title,
  div[data-action="landing.cottage"] .section__title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 639.98px) {
  div[data-action="landing.divisorio"] .section__title,
  div[data-action="divisorio"] .section__title,
  div[data-action="landing.cottage"] .section__title {
    font-size: 32px;
    line-height: 40px;
  }
}
div[data-action="landing.divisorio"] .section__subtitle,
div[data-action="divisorio"] .section__subtitle,
div[data-action="landing.cottage"] .section__subtitle {
  display: block;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #a6a6a6;
  margin-top: 25px;
  max-width: 62%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 989.98px) {
  div[data-action="landing.divisorio"] .section__subtitle,
  div[data-action="divisorio"] .section__subtitle,
  div[data-action="landing.cottage"] .section__subtitle {
    max-width: 80%;
  }
}
@media (max-width: 639.98px) {
  div[data-action="landing.divisorio"] .section__subtitle,
  div[data-action="divisorio"] .section__subtitle,
  div[data-action="landing.cottage"] .section__subtitle {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 989.98px) {
  section.section-types {
    padding-top: 70px;
  }
}
@media (max-width: 639.98px) {
  section.section-types {
    padding-top: 60px;
  }
}
.type-box {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 580px 1fr;
  gap: 40px;
  position: relative;
}
@media (max-width: 1599.98px) {
  .type-box {
    grid-template-columns: 450px 1fr;
  }
}
@media (max-width: 989.98px) {
  .type-box {
    grid-template-columns: 1fr;
    margin-top: 60px;
    overflow: hidden;
  }
}
.main {
  align-self: start;
  position: sticky;
  top: 76px;
}
@media (max-width: 989.98px) {
  .main {
    display: none;
  }
}
.main .main__picture {
  display: block;
  height: 550px;
  overflow: hidden;
  width: 100%;
  background-color: #BFBFBF;
  position: relative;
}
@media (max-width: 1599.98px) {
  .main .main__picture {
    height: 426px;
  }
}
.main .main__summary {
  background-color: #F0F0F0;
  padding: 18px 30px;
  display: grid;
  grid-template-columns: 1fr 146px;
  align-items: center;
}
@media (max-width: 1599.98px) {
  .main .main__summary {
    padding: 20px;
  }
}
.main .main__summary-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1199.98px) {
  .main .main__summary-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.main .main__summary-discount__cost {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: line-through;
  color: #BFBFBF;
}
@media (max-width: 1599.98px) {
  .main .main__summary-discount__cost {
    text-align: right;
  }
}
@media (max-width: 1199.98px) {
  .main .main__summary-discount__cost {
    font-size: 14px;
    line-height: 18px;
  }
}
.main .main__summary-discount__description {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #BFBFBF;
}
.main .main__summary-discount__description .bolder {
  color: #CC1414;
}
@media (max-width: 1199.98px) {
  .main .main__summary-discount__description {
    font-size: 14px;
    line-height: 14px;
  }
}
.main .main__summary-cost {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1599.98px) {
  .main .main__summary-cost {
    text-align: right;
  }
}
@media (max-width: 1199.98px) {
  .main .main__summary-cost {
    font-size: 24px;
    line-height: 32px;
  }
}
.main .main__actions {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.styles {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 989.98px) {
  .styles__line {
    width: calc(100vw - 70px);
  }
}
@media (max-width: 639.98px) {
  .styles__line {
    width: calc(100vw - 30px);
  }
}
.styles .styles__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 989.98px) {
  .styles .styles__title {
    text-align: center;
  }
}
.styles .styles__items {
  padding-top: 20px;
  border-top: 2px solid #F0F0F0;
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .styles .styles__items {
    grid-template-columns: repeat(2, 200px);
  }
}
@media (max-width: 989.98px) {
  .styles .styles__items {
    display: flex;
    grid-template-columns: auto;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 15px;
  }
}
.styles .styles__item {
  height: 200px;
  width: 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 989.98px) {
  .styles .styles__item {
    height: 100%;
    width: 280px;
    flex: 0 0 calc(280px - 10px);
    flex-direction: column;
    justify-content: inherit;
    align-items: inherit;
  }
}
.styles .styles__item:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  transition: 0.3s ease-in-out opacity;
}
.styles .styles__item:hover {
  cursor: pointer;
}
.styles .styles__item:hover:after {
  opacity: 1;
}
@media (max-width: 989.98px) {
  .styles .styles__item:hover:after {
    opacity: 0;
  }
}
.styles .styles__item-wrapper {
  background-image: -webkit-linear-gradient(-45deg, #5BC8FF, #1470CC);
  background-image: -moz-linear-gradient(-45deg, #5BC8FF, #1470CC);
  background-image: -ms-linear-gradient(-45deg, #5BC8FF, #1470CC);
  background-image: -o-linear-gradient(-45deg, #5BC8FF, #1470CC);
  background-image: linear-gradient(135deg, #5BC8FF, #1470CC);
  height: 100%;
}
@media (max-width: 989.98px) {
  .styles .styles__item-wrapper {
    background: none;
  }
}
.styles .styles__item .tooltip {
  display: none;
}
@media (max-width: 989.98px) {
  .styles .styles__item .tooltip {
    display: block;
    top: 232px;
  }
}
.styles .styles__item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 989.98px) {
  .styles .styles__item img {
    height: 280px;
  }
}
.styles .styles__item .main__summary {
  display: none;
  padding: 10px;
  grid-template-columns: 1fr 160px;
  align-items: center;
}
@media (max-width: 989.98px) {
  .styles .styles__item .main__summary {
    display: grid;
    background-color: #FAFAFA;
  }
}
.styles .styles__item .main__summary-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
}
.styles .styles__item .main__summary-discount__cost {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: line-through;
  color: #BFBFBF;
  text-align: right;
  align-self: flex-end;
}
.styles .styles__item .main__summary-discount__description {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #BFBFBF;
}
.styles .styles__item .main__summary-discount__description .bolder {
  color: #CC1414;
}
.styles .styles__item .main__summary-cost {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  text-align: right;
}
.styles .styles__item.styles__item--active {
  padding: 3px;
}
.really-hot {
  padding: 100px 0;
  background-color: white;
}
.really-hot.container {
  margin: auto;
}
@media (max-width: 1599.98px) {
  .really-hot {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .really-hot {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
.new-year .really-hot {
  position: relative;
}
.new-year .really-hot:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(calc(138px / 2));
  height: 138px;
  width: 138px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../img/design/landing/retargeting2021/new-year-bell.png');
}
@media (max-width: 1199.98px) {
  .new-year .really-hot:after {
    height: 100px;
    width: 100px;
    transform: translateX(-50%) translateY(calc(100px / 2));
  }
}
.really-hot-inner h2 {
  font-size: 60px;
  line-height: 68px;
  font-weight: 900;
  text-align: center;
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
@media (max-width: 1599.98px) {
  .really-hot-inner h2 {
    max-width: 100%;
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .really-hot-inner h2 {
    font-size: 42px;
    line-height: 50px;
    max-width: 100%;
  }
}
@media (max-width: 639.98px) {
  .really-hot-inner h2 {
    font-size: 32px;
    line-height: 40px;
    max-width: 100%;
  }
}
.really-hot-items {
  display: grid;
  grid-gap: 20px;
}
@media (max-width: 1599.98px) {
  .really-hot-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1600px) {
  .really-hot-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 989.98px) {
  .really-hot-items {
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.really-hot-items .item {
  position: relative;
  display: grid;
  background-color: #fafafa;
  max-width: 480px;
  margin: 0 auto;
  border: 1px #f0f0f0 solid;
}
@media (min-width: 1600px) {
  .really-hot-items .item {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .really-hot-items .item {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1599.98px) {
  .really-hot-items .item:last-of-type {
    grid-column: 1 / -1;
  }
}
@media (min-width: 1600px) {
  .really-hot-items .item:last-of-type {
    grid-column: inherit;
  }
}
.really-hot-items .item::before {
  content: attr(data-count);
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ffa200;
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 639.98px) {
  .really-hot-items .item::before {
    font-size: 26px;
    top: 40px;
    left: 15px;
    color: #dbdbdb;
    font-weight: 900;
    right: auto;
    background-color: transparent;
    justify-content: flex-start;
  }
}
.really-hot-items .item-title {
  padding: 45px 20px 20px 30px;
  font-size: 28px;
  line-height: 36px;
  color: #ffa200;
  font-weight: 900;
}
.new-year .really-hot-items .item-title {
  color: #2ABF1D;
}
@media (max-width: 639.98px) {
  .really-hot-items .item-title {
    padding: 70px 15px 20px 15px;
    font-size: 26px;
    line-height: 42px;
  }
}
.really-hot-items .item-body {
  padding: 0 50px 0 30px;
  font-size: 18px;
  line-height: 26px;
  color: black;
}
@media (max-width: 639.98px) {
  .really-hot-items .item-body {
    padding: 0 15px 0 15px;
  }
}
.really-hot-items .item-body span {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
.really-hot-items .item-body p {
  font-weight: 400;
  color: #666666;
}
.really-hot-items .item-img {
  margin-top: auto;
  width: 100%;
  min-height: 290px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
.really-hot-items .item-img.fix-size {
  background-size: 100% auto;
}
@media (max-width: 639.98px) {
  .really-hot-items .item-img {
    background-size: contain;
    min-height: 270px;
  }
}
.really-hot .btn {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.video-block {
  background-color: #FAFAFA;
}
.video-block-container {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1599.98px) {
  .video-block-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .video-block-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 989.98px) {
  .video-block-container {
    flex-direction: column-reverse;
  }
}
.video-block-video {
  width: 100%;
  max-width: 63%;
  padding-bottom: 63%;
  position: relative;
}
@media (max-width: 989.98px) {
  .video-block-video {
    max-width: 100%;
  }
}
@media (max-width: 639.98px) {
  .video-block-video {
    max-width: 100%;
    padding-bottom: 120%;
  }
}
.video-block-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block-text {
  margin-right: -12rem;
  background-color: #fff;
  padding: 50px;
  width: 100%;
}
@media (max-width: 989.98px) {
  .video-block-text {
    margin-right: 0;
  }
}
@media (max-width: 639.98px) {
  .video-block-text {
    max-width: 100%;
    padding: 15px;
  }
}
.video-block-text-position {
  z-index: 99;
  left: 10%;
  position: absolute;
  width: 100%;
  max-width: 540px;
}
@media (max-width: 1599.98px) {
  .video-block-text-position {
    left: 0;
  }
}
@media (max-width: 989.98px) {
  .video-block-text-position {
    position: relative;
    left: 0;
    max-width: 95%;
    margin-top: -4rem;
  }
}
.video-block-text__title {
  font-size: 42px;
  font-weight: 900;
  line-height: 49px;
  letter-spacing: 0;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 639.98px) {
  .video-block-text__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.video-block-text__body {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  color: #808080;
}
@media (max-width: 639.98px) {
  .video-block-text__body {
    font-size: 18px;
    line-height: 26px;
  }
}
.tooltip {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 38px;
  width: 38px;
  display: block;
  border-radius: 3px;
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  transition: 0.3s ease-in-out background-color;
}
.tooltip:hover {
  background-color: #DBDBDB;
}
.tooltip:active {
  background-color: #BFBFBF;
}
.tooltip.tooltip--fullscreen {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M21.671%2017.429C21.3781%2017.7219%2020.9032%2017.7219%2020.6103%2017.429C20.3174%2017.1361%2020.3174%2016.6612%2020.6103%2016.3684L21.671%2017.429ZM28.9188%208.37051C29.333%208.37051%2029.6688%208.70629%2029.6688%209.12051L29.6688%2015.8705C29.6688%2016.2847%2029.333%2016.6205%2028.9188%2016.6205C28.5046%2016.6205%2028.1688%2016.2847%2028.1688%2015.8705L28.1688%209.87051L22.1688%209.87051C21.7546%209.87051%2021.4188%209.53472%2021.4188%209.12051C21.4188%208.70629%2021.7546%208.37051%2022.1688%208.37051L28.9188%208.37051ZM20.6103%2016.3684L28.3885%208.59018L29.4491%209.65084L21.671%2017.429L20.6103%2016.3684Z%22%20fill%3D%22%23808080%22%2F%3E%0A%3Cpath%20d%3D%22M17.4288%2021.6719C17.7217%2021.379%2017.7217%2020.9042%2017.4288%2020.6113C17.1359%2020.3184%2016.661%2020.3184%2016.3681%2020.6113L17.4288%2021.6719ZM8.37026%2028.9198C8.37026%2029.334%208.70605%2029.6698%209.12026%2029.6698L15.8703%2029.6698C16.2845%2029.6698%2016.6203%2029.334%2016.6203%2028.9198C16.6203%2028.5056%2016.2845%2028.1698%2015.8703%2028.1698L9.87026%2028.1698L9.87026%2022.1698C9.87026%2021.7556%209.53448%2021.4198%209.12026%2021.4198C8.70605%2021.4198%208.37026%2021.7556%208.37026%2022.1698L8.37026%2028.9198ZM16.3681%2020.6113L8.58993%2028.3894L9.65059%2029.4501L17.4288%2021.6719L16.3681%2020.6113Z%22%20fill%3D%22%23808080%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.top-slide {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #dbdbdb;
  height: 633px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .top-slide {
    height: 700px;
  }
}
@media (max-width: 1199.98px) {
  .top-slide {
    height: 550px;
  }
}
@media (max-width: 989.98px) {
  .top-slide {
    height: 440px;
  }
}
@media (max-width: 639.98px) {
  .top-slide {
    height: auto;
  }
}
.top-slide-container {
  position: relative;
  height: 100%;
}
@media (max-width: 639.98px) {
  .top-slide-container {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 36px;
  }
}
.top-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
  max-width: 633px;
  height: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 639.98px) {
  .top-slide-content {
    padding-bottom: 0;
  }
}
.top-slide-title {
  font-weight: 900;
  font-size: 64px;
  line-height: 74px;
  color: #000;
}
@media (max-width: 1199.98px) {
  .top-slide-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 989.98px) {
  .top-slide-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 639.98px) {
  .top-slide-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.top-slide-title span {
  white-space: nowrap;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .top-slide-title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -moz-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -ms-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -o-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: linear-gradient(145deg, #FFD336, #F38F0C);
  }
}
.top-slide-description {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
  margin-top: 20px;
  color: #a6a6a6;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
}
@media (max-width: 1199.98px) {
  .top-slide-description {
    font-size: 16px;
    line-height: 24px;
    max-width: 480px;
  }
}
@media (max-width: 989.98px) {
  .top-slide-description {
    font-size: 14px;
    line-height: 22px;
    max-width: 340px;
  }
}
@media (max-width: 639.98px) {
  .top-slide-description {
    margin-bottom: 20px;
    max-width: none;
  }
}
.top-slide .btn {
  align-self: flex-start;
}
@media (max-width: 639.98px) {
  .top-slide .btn {
    align-self: center;
  }
}
.top-slide-background {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 1370px;
  height: 650px;
  left: calc(50% + 55px);
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1600px) {
  .top-slide-background {
    width: 1501px;
    height: 720px;
    left: 50%;
  }
}
@media (max-width: 1199.98px) {
  .top-slide-background {
    width: 1176px;
    height: 561px;
    left: calc(50% + 14px);
  }
}
@media (max-width: 989.98px) {
  .top-slide-background {
    width: 940px;
    height: 450px;
  }
}
@media (max-width: 639.98px) {
  .top-slide-background {
    position: relative;
    align-self: flex-end;
    bottom: 0;
    margin-top: -7px;
    left: 0;
    transform: translateX(44px);
    width: 661px;
    height: 321px;
  }
}
.top-slide-label {
  z-index: 1;
  position: absolute;
  width: 250px;
  bottom: 113px;
  left: calc(50% + 56px);
  padding: 2px;
  border-radius: 20px 0 20px 20px;
  transform: translateX(-50%);
  background-image: -webkit-linear-gradient(-10deg, #FFD336, #F38F0C);
  background-image: -moz-linear-gradient(-10deg, #FFD336, #F38F0C);
  background-image: -ms-linear-gradient(-10deg, #FFD336, #F38F0C);
  background-image: -o-linear-gradient(-10deg, #FFD336, #F38F0C);
  background-image: linear-gradient(100deg, #FFD336, #F38F0C);
}
@media (min-width: 1600px) {
  .top-slide-label {
    left: calc(50% + 14px);
  }
}
@media (max-width: 1199.98px) {
  .top-slide-label {
    left: 50%;
  }
}
@media (max-width: 989.98px) {
  .top-slide-label {
    display: none;
  }
}
.top-slide-label span {
  display: block;
  padding: 21px 10px 23px 24px;
  border-radius: 18px 0 18px 18px;
  background-color: #FAFAFA;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.slider-technology {
  position: relative;
  height: 200vh;
}
.slider-technology .slide-technology-wrapper {
  position: absolute;
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow: hidden;
}
.slider-technology .slide-technology {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 73vh;
  padding-top: 130px;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .slider-technology .slide-technology {
    padding-top: 150px;
  }
}
@media (max-width: 1199.98px) {
  .slider-technology .slide-technology {
    padding-top: 100px;
  }
}
@media (max-width: 639.98px) {
  .slider-technology .slide-technology {
    padding-top: 95px;
  }
}
.slider-technology .slide-technology-title {
  top: 150px;
  font-weight: 900;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  color: #000;
}
@media (max-width: 1199.98px) {
  .slider-technology .slide-technology-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 989.98px) {
  .slider-technology .slide-technology-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 639.98px) {
  .slider-technology .slide-technology-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .slider-technology .slide-technology-title > span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -moz-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -ms-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -o-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: linear-gradient(145deg, #FFD336, #F38F0C);
  }
}
.slider-technology .slide-technology-1 {
  position: sticky;
  position: -webkit-sticky;
  background-color: #F5F5F5;
  top: 0;
  background-image: url('/assets/img/design/landing/cottage/bg-1.svg');
  background-position: center;
}
.slider-technology .slide-technology-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 73vh;
  width: 100%;
  background-color: #FAFAFA;
  background-image: url('/assets/img/design/landing/cottage/bg-2.svg');
  background-position: center;
}
.slider-technology .slide-technology-image {
  position: absolute;
  left: 50%;
  bottom: -118px;
  width: 291px;
  height: 600px;
  max-height: calc(100% - 150px);
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1600px) {
  .slider-technology .slide-technology-image {
    bottom: -133px;
    height: 764px;
  }
}
@media (max-width: 1199.98px) {
  .slider-technology .slide-technology-image {
    bottom: -73px;
    height: 480px;
  }
}
@media (max-width: 639.98px) {
  .slider-technology .slide-technology-image {
    max-height: calc(100% - 130px);
    height: 450px;
    bottom: -63px;
  }
}
.structure-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 0;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .structure-block {
    padding: 100px 0;
  }
}
.structure-block-title {
  font-weight: 900;
  font-size: 42px;
  line-height: 51px;
  margin-bottom: 60px;
  text-align: center;
  color: #000;
}
@media (max-width: 1199.98px) {
  .structure-block-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 989.98px) {
  .structure-block-title {
    margin-bottom: 40px;
    max-width: 323px;
    font-size: 32px;
    line-height: 39px;
  }
}
@media (max-width: 639.98px) {
  .structure-block-title {
    max-width: 243px;
    font-size: 24px;
    line-height: 32px;
  }
}
.structure-block-title > span {
  white-space: nowrap;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .structure-block-title > span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -moz-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -ms-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -o-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: linear-gradient(145deg, #FFD336, #F38F0C);
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .structure-block-title > span.blue {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-43deg, #5BC8FF, #1470CC);
    background-image: -moz-linear-gradient(-43deg, #5BC8FF, #1470CC);
    background-image: -ms-linear-gradient(-43deg, #5BC8FF, #1470CC);
    background-image: -o-linear-gradient(-43deg, #5BC8FF, #1470CC);
    background-image: linear-gradient(133deg, #5BC8FF, #1470CC);
  }
}
.structure-block-content {
  position: relative;
  padding-top: 83px;
  padding-left: 57px;
  margin: 0 auto;
  width: 940px;
  max-width: calc(100% - 70px);
  height: 600px;
  background-color: #FAFAFA;
}
@media (max-width: 989.98px) {
  .structure-block-content {
    padding-top: 35px;
    padding-left: 0;
    height: 500px;
  }
}
@media (max-width: 639.98px) {
  .structure-block-content {
    height: 400px;
    max-width: 100%;
  }
}
.structure-slider {
  overflow: hidden;
  width: 340px;
}
@media (max-width: 989.98px) {
  .structure-slider {
    margin: auto;
  }
}
.structure-slider-paginate {
  top: 42px;
  left: 60px;
  width: auto;
  height: 26px;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #BFBFBF;
}
@media (max-width: 989.98px) {
  .structure-slider-paginate {
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.structure-slider-next,
.structure-slider-prev {
  transition: 0.3s opacity;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2024%22%3E%3Cpath%20fill%3D%22rgba(0, 0, 0, 0.25)%22%20d%3D%22M5%2012.4l9.1%209.4-2.2%202L1.8%2013.5l-1-1.1%201-1.1L11.9%201l2.2%202z%22%2F%3E%3C%2Fsvg%3E%0A");
  width: 60px;
  height: 60px;
  bottom: 57px;
  top: auto;
  margin-top: 0;
  background-color: #EDEDED;
  background-position: center;
  background-size: 11px 21px;
  background-repeat: no-repeat;
  border: 1px solid #B2B2B2;
}
.structure-slider-next:after,
.structure-slider-prev:after {
  display: none;
}
@media (max-width: 989.98px) {
  .structure-slider-next,
  .structure-slider-prev {
    top: 50%;
    transform: translateY(-50%);
  }
}
.structure-slider-prev {
  left: 60px;
}
@media (max-width: 989.98px) {
  .structure-slider-prev {
    left: 0;
  }
}
.structure-slider-next {
  left: 132px;
  transform: rotate(180deg);
}
@media (max-width: 989.98px) {
  .structure-slider-next {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 989.98px) {
  .structure-slide {
    height: 400px;
  }
}
@media (max-width: 639.98px) {
  .structure-slide {
    height: 35px;
  }
}
.structure-slide-title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
@media (max-width: 989.98px) {
  .structure-slide-title {
    text-align: center;
  }
}
@media (max-width: 639.98px) {
  .structure-slide-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.structure-slide-description {
  font-size: 16px;
  line-height: 26px;
  color: #a6a6a6;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
}
@media (max-width: 989.98px) {
  .structure-slide-description {
    display: none;
  }
}
.structure-image {
  position: absolute;
  width: 571px;
  height: 571px;
  top: 15px;
  right: -32px;
}
@media (max-width: 989.98px) {
  .structure-image {
    top: 99px;
    right: 50%;
    transform: translateX(50%);
    width: 359px;
    height: 359px;
  }
}
@media (max-width: 639.98px) {
  .structure-image {
    top: 83px;
    width: 283px;
    height: 283px;
  }
}
.structure-image.init > * {
  filter: grayscale(100%);
}
.structure-image-layer {
  filter: grayscale(0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  transition: 1s filter, 0.5s transform, 0.5s opacity;
}
.structure-image-layer.highlight {
  transform: translate(-15px, 5px);
  filter: grayscale(0);
}
.structure-image-layer.hide {
  transform: translate(-15px, -200px);
  opacity: 0;
}
/*.visualisation-banner {
  display: flex;
  align-items: center;
  background-color: #FAFAFA;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  .large({
    flex-direction: row;
    height: 450px;
  });

  &-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 450px;
    align-items: center;
    .large({
      width: 50%;
    });
  }

  &-content {
    text-align: center;
    .large({
      text-align: left;
    });
  }

  &-image {
    width: 100%;
    height: 546px;
    background-size: cover;
    background-position: top;
    .large({
      width: 50%;
      height: 100%;
    });
    .small({
      height: 450px;
    });
    .tablet({
      height: 390px;
    });
    .phone({
      margin-top: 11px;
    });
  }

  &-title {
    font-size: 42px;
    line-height: 50px;
    font-weight: 900;
    color: #000000;
    .tablet({
      font-size: 32px;
      line-height: 40px;
    });
    .phone({
      font-size: 24px;
      line-height: 32px;
    });

    span {
      .text-gradient(145deg; #FFD336, #F38F0C);
    }
  }

  &-description {
    max-width: 555px;
    margin: 20px auto 40px;
    font-size: 18px;
    line-height: 26px;
    color: #808080;
    .large({
      margin-left: 0;
      margin-right: 0;
    });
    .tablet({
      font-size: 16px;
      line-height: 24px;
    });
    .phone({
      margin-top: 11px;
    });
  }

  .btn_gradient {
    margin: auto;
    .large({
      margin: 0;
    });
  }
}*/
.catalog-banner {
  background-image: -webkit-linear-gradient(-4.299999999999997deg, #FFD336 0%, #F9B222 48.64%, #F38F0C 100%);
  background-image: -moz-linear-gradient(-4.299999999999997deg, #FFD336 0%, #F9B222 48.64%, #F38F0C 100%);
  background-image: -ms-linear-gradient(-4.299999999999997deg, #FFD336 0%, #F9B222 48.64%, #F38F0C 100%);
  background-image: -o-linear-gradient(-4.299999999999997deg, #FFD336 0%, #F9B222 48.64%, #F38F0C 100%);
  background-image: linear-gradient(94.3deg, #FFD336 0%, #F9B222 48.64%, #F38F0C 100%);
  height: 450px;
  color: #FFFFFF;
}
@media (max-width: 1199.98px) {
  .catalog-banner {
    height: auto;
  }
}
.catalog-banner-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .catalog-banner-container {
    flex-direction: column;
    text-align: center;
  }
}
.catalog-banner-content {
  position: relative;
  z-index: 1;
}
.catalog-banner-title {
  margin-bottom: 20px;
  margin-top: -20px;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 1600px) {
  .catalog-banner-title {
    font-size: 42px;
    line-height: 51px;
  }
}
@media (max-width: 1199.98px) {
  .catalog-banner-title {
    margin-top: 70px;
  }
}
@media (max-width: 989.98px) {
  .catalog-banner-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 639.98px) {
  .catalog-banner-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }
}
.catalog-banner-description {
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  max-width: 618px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 639.98px) {
  .catalog-banner-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.catalog-banner-images {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .catalog-banner-images {
    position: relative;
    height: 295px;
  }
}
.catalog-banner-image-1 {
  position: absolute;
  width: 278px;
  height: 394px;
  bottom: -2px;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .catalog-banner-image-1 {
    width: 173px;
    height: 245px;
    bottom: -2px;
    left: calc(50% - 36px);
  }
}
.catalog-banner-image-2 {
  position: absolute;
  bottom: -29px;
  right: 158px;
  width: 279px;
  height: 394px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .catalog-banner-image-2 {
    width: 173px;
    height: 245px;
    bottom: -19px;
    right: calc(50% - 38px);
  }
}
.catalog-banner-btn {
  padding: 0;
}
@media (max-width: 1199.98px) {
  .catalog-banner-btn {
    margin: auto;
  }
}
.hit-block {
  padding-top: 150px;
  margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .hit-block {
    padding-top: 100px;
    margin-bottom: 50px;
  }
}
.hit-block-title {
  margin-bottom: 70px;
  font-weight: 900;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  color: #000;
}
@media (max-width: 989.98px) {
  .hit-block-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 639.98px) {
  .hit-block-title {
    font-size: 36px;
    line-height: 44px;
  }
}
.hit-block-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .hit-block-content {
    justify-content: center;
  }
}
.hit-door-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 40px) / 3);
  height: 520px;
  margin-bottom: 100px;
  padding-top: 27px;
  background-color: #FAFAFA;
  border: 1px solid #F0F0F0;
  text-align: center;
}
@media (min-width: 1600px) {
  .hit-door-card {
    height: 520px;
  }
}
@media (min-width: 1920px) {
  .hit-door-card {
    height: 590px;
  }
}
@media (max-width: 1199.98px) {
  .hit-door-card {
    width: calc(50% - 20px);
    max-width: 363px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 100px;
  }
}
@media (max-width: 989.98px) {
  .hit-door-card {
    width: 100%;
    max-width: 363px;
  }
}
.hit-door-card-title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.hit-door-card-description {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #a6a6a6;
}
.hit-door-card-price {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.hit-door-card-price.hit-door-card-price-simple {
  margin-bottom: 47px;
}
.hit-door-card-price .currency {
  color: #BFBFBF;
}
.hit-door-card-price .price_old {
  position: relative;
  align-self: center;
  font-size: 14px;
  color: #ababab;
  font-weight: bold;
}
.hit-door-card-price .price_old::after {
  content: '';
  position: absolute;
  border: 1px solid currentColor;
  top: 8px;
  left: -2px;
  right: -2px;
}
.hit-door-card-price .price_new {
  display: block;
}
.hit-door-card-btn {
  transition: 0.3s background-color;
  padding: 0 15px;
  background: #EDEDED;
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 36px;
  color: #000000;
  width: 180px !important;
}
.hit-door-card-btn:hover {
  background-color: #FFFFFF;
}
.hit-door-card-image {
  position: absolute;
  width: 186px;
  height: 350px;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .hit-door-card-image {
    width: 223px;
    height: 420px;
    bottom: -50px;
  }
}
.door-presentation-block {
  display: flex;
  align-items: center;
  background-color: #FAFAFA;
  overflow: hidden;
  flex-direction: row;
  height: 570px;
}
@media (max-width: 989.98px) {
  .door-presentation-block {
    flex-direction: column;
    height: auto;
  }
}
.door-presentation-container {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 450px;
  padding: 0;
  text-align: left;
}
@media (max-width: 989.98px) {
  .door-presentation-container {
    width: 100%;
    height: auto;
    padding: 107px 0 110px;
    text-align: center;
  }
}
@media (max-width: 639.98px) {
  .door-presentation-container {
    padding: 50px 0 50px;
  }
}
.door-presentation-content {
  max-width: 620px;
}
@media (max-width: 1199.98px) {
  .door-presentation-content {
    max-width: 80%;
  }
}
@media (max-width: 989.98px) {
  .door-presentation-content {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .door-presentation-content {
    /*      max-width: 520px;*/
  }
}
@media (max-width: 989.98px) {
  .door-presentation-content {
    padding: 0 12px;
  }
}
.door-presentation-content .btn {
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .door-presentation-content .btn {
    margin: 0;
  }
}
.door-presentation-title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 42px;
  line-height: 50px;
  color: #000;
}
@media (max-width: 1599.98px) {
  .door-presentation-title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 639.98px) {
  .door-presentation-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.door-presentation-pluses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #DBDBDB;
  text-align: left;
  color: #BFBFBF;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1599.98px) {
  .door-presentation-pluses {
    flex-direction: column;
  }
}
@media (max-width: 989.98px) {
  .door-presentation-pluses {
    flex-direction: row;
  }
}
@media (max-width: 639.98px) {
  .door-presentation-pluses {
    flex-direction: column;
  }
}
.door-presentation-plus {
  min-width: 212px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #a6a6a6;
}
.door-presentation-plus:before {
  content: '— ';
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .door-presentation-plus:before {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-10.39deg, #FFD336, #F38F0C);
    background-image: -moz-linear-gradient(-10.39deg, #FFD336, #F38F0C);
    background-image: -ms-linear-gradient(-10.39deg, #FFD336, #F38F0C);
    background-image: -o-linear-gradient(-10.39deg, #FFD336, #F38F0C);
    background-image: linear-gradient(100.39deg, #FFD336, #F38F0C);
  }
}
@media (max-width: 639.98px) {
  .door-presentation-plus:nth-of-type(1) {
    order: 1;
  }
}
@media (max-width: 639.98px) {
  .door-presentation-plus:nth-of-type(2) {
    order: 3;
  }
}
@media (max-width: 639.98px) {
  .door-presentation-plus:nth-of-type(3) {
    order: 2;
  }
}
@media (max-width: 639.98px) {
  .door-presentation-plus:nth-of-type(4) {
    order: 4;
  }
}
.door-presentation-description {
  /*    max-width: 100%;*/
  padding-top: 20px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 24px;
  color: #a6a6a6;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  max-width: 500px;
}
@media (min-width: 1600px) {
  .door-presentation-description {
    margin: 0 0 40px;
    /*      max-width: 428px;*/
  }
}
.door-presentation-slider {
  height: 100%;
}
.door-presentation-slider-container {
  position: relative;
  height: 570px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .door-presentation-slider-container {
    height: 100%;
  }
}
@media (max-width: 639.98px) {
  .door-presentation-slider-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    height: 310px;
    overflow: visible;
  }
}
.door-presentation-slider-navigation {
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1600px) {
  .door-presentation-slider-navigation {
    width: auto;
    height: auto;
  }
}
.door-presentation-slider-prev,
.door-presentation-slider-next {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s background-color;
  background: transparent;
}
@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
  .door-presentation-slider-prev,
  .door-presentation-slider-next {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1600px) {
  .door-presentation-slider-prev,
  .door-presentation-slider-next {
    position: relative;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  @supports (backdrop-filter: blur(0)) or (-webkit-backdrop-filter: blur(0)) {
    .door-presentation-slider-prev,
    .door-presentation-slider-next {
      backdrop-filter: blur(0);
      -webkit-backdrop-filter: blur(0);
      background: transparent;
    }
  }
}
.door-presentation-slider-prev:after,
.door-presentation-slider-next:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2024%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M5%2012.4l9.1%209.4-2.2%202L1.8%2013.5l-1-1.1%201-1.1L11.9%201l2.2%202z%22%2F%3E%3C%2Fsvg%3E%0A");
}
@media (min-width: 1600px) {
  .door-presentation-slider-prev:after,
  .door-presentation-slider-next:after {
    opacity: 0.25;
  }
}
.door-presentation-slider-prev:hover,
.door-presentation-slider-next:hover {
  background-color: #FFFFFF;
}
.door-presentation-slider-prev:hover:after,
.door-presentation-slider-next:hover:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2024%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M5%2012.4l9.1%209.4-2.2%202L1.8%2013.5l-1-1.1%201-1.1L11.9%201l2.2%202z%22%2F%3E%3C%2Fsvg%3E%0A");
}
.door-presentation-slider-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 1600px) {
  .door-presentation-slider-buttons {
    position: relative;
    display: flex;
    width: auto;
    height: auto;
  }
  @supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
    .door-presentation-slider-buttons {
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      background: rgba(255, 255, 255, 0.05);
    }
  }
}
@media (max-width: 639.98px) {
  .door-presentation-slider-buttons {
    display: none;
  }
}
.door-presentation-slider-prev.swiper-button-disabled + .door-presentation-slider-next {
  border-right-color: rgba(255, 255, 255, 0.25);
}
.door-presentation-slider-prev {
  left: 0;
}
.door-presentation-slider-next {
  right: 0;
  transform: rotate(180deg);
}
@media (min-width: 1600px) {
  .door-presentation-slider-next {
    border-right-color: transparent;
    transform: translateX(-1px) rotate(180deg);
  }
}
.door-presentation-slider-paginate {
  position: relative;
  display: flex;
}
.door-presentation-slider-paginate .swiper-pagination-bullet {
  position: relative;
  height: 12px;
  width: 12px;
  margin: 0 10px 0 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.door-presentation-slider-paginate .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px;
  border-radius: 100%;
  background-color: transparent;
}
.door-presentation-slider-paginate .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.door-presentation-slider-paginate .swiper-pagination-bullet-active {
  background-color: rgba(255, 163, 55, 0.5);
}
.door-presentation-slider-paginate .swiper-pagination-bullet-active:after {
  background-color: #ffa337;
}
.door-presentation-slider-paginate .swiper-pagination-bullet:hover {
  background-color: rgba(255, 163, 55, 0.5);
  opacity: 1;
}
.door-presentation-slider-info {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-bottom: 15px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .door-presentation-slider-info {
    margin: 0;
    padding-left: 12px;
    align-items: flex-start;
  }
}
.door-presentation-slider-title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  text-align: center;
  transition: 0.3s opacity, 0.3s transform;
}
@media (min-width: 1600px) {
  .door-presentation-slider-title {
    text-align: left;
  }
}
@media (max-width: 639.98px) {
  .door-presentation-slider-title {
    display: none;
  }
}
.door-presentation-slider-title > span {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.door-presentation-slider-title.hide {
  opacity: 0;
  transform: translateY(-10px);
}
.door-presentation-slide {
  transition: 0.1s opacity;
}
.door-presentation-slide.swiper-slide-next {
  opacity: 0.3;
}
.door-presentation-slide-title {
  display: none;
}
.door-presentation-slide-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 639.98px) {
  .door-presentation-slide-image {
    width: 100%;
    height: 120%;
    background-position: right;
  }
}
.door-presentation-slide-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
}
.photos-block {
  padding-top: 135px;
  padding-bottom: 150px;
  margin-bottom: 150px;
  background-color: #FAFAFA;
}
@media (max-width: 1199.98px) {
  .photos-block {
    padding-top: 95px;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.photos-block-title {
  margin-bottom: 80px;
  font-weight: 900;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: #000;
}
@media (max-width: 1199.98px) {
  .photos-block-title {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 989.98px) {
  .photos-block-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 639.98px) {
  .photos-block-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .photos-block-title > span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-9.629999999999995deg, #FFD336, #F38F0C);
    background-image: -moz-linear-gradient(-9.629999999999995deg, #FFD336, #F38F0C);
    background-image: -ms-linear-gradient(-9.629999999999995deg, #FFD336, #F38F0C);
    background-image: -o-linear-gradient(-9.629999999999995deg, #FFD336, #F38F0C);
    background-image: linear-gradient(99.63deg, #FFD336, #F38F0C);
  }
}
.photos-block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photos-item {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.photos-item-wrapper {
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
}
@media (max-width: 989.98px) {
  .photos-item-wrapper {
    width: calc(50% - 10px) !important;
  }
}
@media (max-width: 639.98px) {
  .photos-item-wrapper {
    width: 100% !important;
  }
}
.photos-item-wrapper:nth-of-type(1) {
  width: calc(100% - 432px);
}
@media (min-width: 1600px) {
  .photos-item-wrapper:nth-of-type(1) {
    width: calc(100% - 480px);
  }
}
@media (max-width: 1199.98px) {
  .photos-item-wrapper:nth-of-type(1) {
    width: calc(100% - 355px);
  }
}
.photos-item-wrapper:nth-of-type(1) .photos-item {
  padding-top: 0;
  height: 100%;
}
@media (max-width: 989.98px) {
  .photos-item-wrapper:nth-of-type(1) .photos-item {
    padding-top: 100%;
    height: 0;
  }
}
.photos-item-wrapper:nth-of-type(2) {
  width: 412px;
}
@media (min-width: 1600px) {
  .photos-item-wrapper:nth-of-type(2) {
    width: 460px;
  }
}
@media (max-width: 1199.98px) {
  .photos-item-wrapper:nth-of-type(2) {
    width: 335px;
  }
}
.portalle-block {
  display: flex;
  align-items: center;
  height: 400px;
  background-color: #000000;
  background-image: -webkit-linear-gradient(-90deg, #3D3D3D 0%, rgba(61, 61, 61, 0) 100%);
  background-image: -moz-linear-gradient(-90deg, #3D3D3D 0%, rgba(61, 61, 61, 0) 100%);
  background-image: -ms-linear-gradient(-90deg, #3D3D3D 0%, rgba(61, 61, 61, 0) 100%);
  background-image: -o-linear-gradient(-90deg, #3D3D3D 0%, rgba(61, 61, 61, 0) 100%);
  background-image: linear-gradient(180deg, #3D3D3D 0%, rgba(61, 61, 61, 0) 100%);
}
@media (max-width: 639.98px) {
  .portalle-block {
    height: 450px;
  }
}
.portalle-block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 1600px) {
  .portalle-block-content {
    text-align: left;
    align-items: flex-start;
  }
}
.portalle-block-title {
  max-width: 560px;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  color: #FFFFFF;
}
@media (max-width: 639.98px) {
  .portalle-block-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .portalle-block-title > span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-14.400000000000006deg, #5BC8FF, #1470CC);
    background-image: -moz-linear-gradient(-14.400000000000006deg, #5BC8FF, #1470CC);
    background-image: -ms-linear-gradient(-14.400000000000006deg, #5BC8FF, #1470CC);
    background-image: -o-linear-gradient(-14.400000000000006deg, #5BC8FF, #1470CC);
    background-image: linear-gradient(104.4deg, #5BC8FF, #1470CC);
  }
}
.portalle-block-description {
  max-width: 560px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  color: #BFBFBF;
}
@media (max-width: 639.98px) {
  .portalle-block-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.portalle-block-diagram {
  display: none;
  position: absolute;
  top: 50%;
  right: -151px;
  width: 670px;
  height: 198px;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1600px) {
  .portalle-block-diagram {
    display: block;
  }
}
.portalle-block-btn {
  width: 300px;
  max-width: 100%;
}
.shops-block {
  padding-top: 135px;
  margin-bottom: 150px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .shops-block {
    padding-top: 95px;
    margin-bottom: 100px;
  }
}
@media (max-width: 639.98px) {
  .shops-block {
    margin-bottom: 50px;
  }
}
.shops-block-title {
  margin-bottom: 47px;
  font-weight: 900;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .shops-block-title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 639.98px) {
  .shops-block-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .shops-block-title > span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-9.629999999999995deg, #FFD336, #F38F0C);
    background-image: -moz-linear-gradient(-9.629999999999995deg, #FFD336, #F38F0C);
    background-image: -ms-linear-gradient(-9.629999999999995deg, #FFD336, #F38F0C);
    background-image: -o-linear-gradient(-9.629999999999995deg, #FFD336, #F38F0C);
    background-image: linear-gradient(99.63deg, #FFD336, #F38F0C);
  }
}
.shops-block-content {
  position: relative;
}
.shops-block-content #shop_list {
  margin-top: 0 !important;
  max-height: 415px !important;
}
.shops-block-content #wherebuy_map {
  height: 469px !important;
  min-height: 0 !important;
  width: 55.55% !important;
}
/*.super-slider {
  position: relative;

  &-wrapper {
    height: 200vh;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -100vh;

    &-store {
      height: 200vh;
      width: 1px;
      position: absolute;
      bottom:0;
      left: -1px;
    }
  }

  &-first {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #FFFFFF;

    &-content {
      display: flex;
      position: absolute;
      top: 150px;
      bottom: 150px;
      left: 153px;
      right: 153px;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background-color: #FAFAFA;
    }

    &-text {
      .text-gradient(145deg; #FFD336, #F38F0C);
      position: relative;
      font-weight: 900;
      font-size: 72px;
      line-height: 88px;
    }
  }

  &-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #FAFAFA;
    transition: .5s transform;

    &-fixed {
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      z-index: 2;

      .super-slider-item {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(100vw);
      }
    }

    &-title {
      max-width: 667px;
      margin-bottom: 20px;
      font-weight: 900;
      font-size: 42px;
      line-height: 50px;
    }

    &-description {
      max-width: 535px;
      font-size: 20px;
      line-height: 28px;
      color: #666666;
    }
  }
}*/
.possibility-slider {
  position: relative;
  padding-bottom: 100vh;
}
.possibility-slider-first {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  overflow: hidden;
  background-color: #FFFFFF;
}
.possibility-slider-first-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 150px;
  bottom: 150px;
  left: 150px;
  right: 150px;
}
.possibility-slider-first-background {
  position: absolute;
  top: 150px;
  bottom: 150px;
  left: 100px;
  right: 100px;
  background-color: #FAFAFA;
  z-index: -1;
  transition: 0.1s transform;
}
@media (min-width: 1920px) {
  .possibility-slider-first-background {
    left: 150px;
    right: 150px;
  }
}
@media (max-width: 1199.98px) {
  .possibility-slider-first-background {
    top: 100px;
    bottom: 100px;
  }
}
@media (max-width: 989.98px) {
  .possibility-slider-first-background {
    left: 70px;
    right: 70px;
  }
}
@media (max-width: 639.98px) {
  .possibility-slider-first-background {
    left: 35px;
    right: 35px;
  }
}
.possibility-slider-first-text {
  position: relative;
  font-weight: 900;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .possibility-slider-first-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -moz-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -ms-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -o-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: linear-gradient(145deg, #FFD336, #F38F0C);
  }
}
@media (min-width: 1600px) {
  .possibility-slider-first-text {
    font-size: 72px;
    line-height: 88px;
  }
}
@media (max-width: 1199.98px) {
  .possibility-slider-first-text {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 989.98px) {
  .possibility-slider-first-text {
    font-size: 24px;
    line-height: 29px;
  }
}
.possibility-slider-item {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: #FAFAFA;
  transition: 0.5s transform;
}
@media (max-width: 639.98px) {
  .possibility-slider-item {
    padding-top: 95px;
    align-items: flex-start;
    justify-content: center;
  }
}
.possibility-slider-item-container {
  position: absolute;
  width: 0;
  height: 100vh;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 10;
}
.possibility-slider-item-container:nth-child(2n - 1) .possibility-slider-item {
  background-color: #F0F0F0;
}
.possibility-slider-item-container:last-of-type .possibility-slider-item-description {
  max-width: 535px;
}
@media (max-width: 1199.98px) {
  .possibility-slider-item-container:last-of-type .possibility-slider-item-description {
    max-width: 480px;
  }
}
@media (max-width: 989.98px) {
  .possibility-slider-item-container:last-of-type .possibility-slider-item-description {
    max-width: 320px;
  }
}
@media (max-width: 639.98px) {
  .possibility-slider-item-container:last-of-type .possibility-slider-item-description {
    max-width: 100%;
  }
}
.possibility-slider-item-store {
  height: 200vh;
  width: 1px;
  bottom: 0;
  left: -1px;
}
.possibility-slider-item-content {
  margin-left: 50px;
}
@media (min-width: 1600px) {
  .possibility-slider-item-content {
    margin-left: 180px;
  }
}
@media (min-width: 1920px) {
  .possibility-slider-item-content {
    margin-left: 263px;
  }
}
@media (max-width: 1199.98px) {
  .possibility-slider-item-content {
    margin-left: 35px;
  }
}
@media (max-width: 639.98px) {
  .possibility-slider-item-content {
    margin-left: 0;
    padding: 0 5px;
    text-align: center;
  }
}
.possibility-slider-item-title {
  position: relative;
  z-index: 1;
  max-width: 667px;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  color: #000;
}
@media (min-width: 1600px) {
  .possibility-slider-item-title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .possibility-slider-item-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 989.98px) {
  .possibility-slider-item-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
}
.possibility-slider-item-description {
  position: relative;
  z-index: 1;
  max-width: 441px;
  font-size: 20px;
  line-height: 28px;
  color: #a6a6a6;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
}
@media (max-width: 1199.98px) {
  .possibility-slider-item-description {
    font-size: 16px;
    line-height: 24px;
    max-width: 380px;
  }
}
@media (max-width: 989.98px) {
  .possibility-slider-item-description {
    max-width: 320px;
  }
}
@media (max-width: 639.98px) {
  .possibility-slider-item-description {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    max-width: none;
  }
}
.possibility-slider-item-image {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.possibility-slider-item-image-1 {
  width: 687px;
  height: 688px;
  bottom: 0;
  right: -16px;
  max-height: 100%;
  background-position: bottom right;
}
@media (min-width: 1600px) {
  .possibility-slider-item-image-1 {
    width: 917px;
    right: -24px;
  }
}
@media (min-width: 1920px) {
  .possibility-slider-item-image-1 {
    width: 956px;
    right: 66px;
  }
}
@media (max-width: 1199.98px) {
  .possibility-slider-item-image-1 {
    width: 769px;
    right: -205px;
    bottom: -52px;
  }
}
@media (max-width: 989.98px) {
  .possibility-slider-item-image-1 {
    width: 447px;
    right: -145px;
    bottom: 0;
  }
}
@media (max-width: 639.98px) {
  .possibility-slider-item-image-1 {
    width: 290px;
    height: 203px;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
  }
}
.possibility-slider-item-image-2 {
  width: 1600px;
  height: 1200px;
  top: calc(50% + 80px);
  left: calc(50% - 40px);
  transform: translateY(-50%);
}
@media (max-width: 989.98px) {
  .possibility-slider-item-image-2 {
    width: 1292px;
    left: calc(50% - 10px);
  }
}
@media (max-width: 639.98px) {
  .possibility-slider-item-image-2 {
    width: 985px;
    left: 13px;
    bottom: -241px;
    top: auto;
    transform: none;
    background-position: bottom right;
  }
}
.possibility-slider-item-image-3 {
  width: 511px;
  height: 100%;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 20% top;
}
@media (min-width: 1600px) {
  .possibility-slider-item-image-3 {
    width: 591px;
  }
}
@media (min-width: 1920px) {
  .possibility-slider-item-image-3 {
    width: 680px;
  }
}
@media (max-width: 1199.98px) {
  .possibility-slider-item-image-3 {
    width: 468px;
  }
}
@media (max-width: 989.98px) {
  .possibility-slider-item-image-3 {
    width: 260px;
  }
}
@media (max-width: 639.98px) {
  .possibility-slider-item-image-3 {
    width: 100%;
  }
}
.possibility-slider-item-image-3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-linear-gradient(-90deg, #FAFAFA 58.13%, rgba(250, 250, 250, 0.15) 94.72%);
  background-image: -moz-linear-gradient(-90deg, #FAFAFA 58.13%, rgba(250, 250, 250, 0.15) 94.72%);
  background-image: -ms-linear-gradient(-90deg, #FAFAFA 58.13%, rgba(250, 250, 250, 0.15) 94.72%);
  background-image: -o-linear-gradient(-90deg, #FAFAFA 58.13%, rgba(250, 250, 250, 0.15) 94.72%);
  background-image: linear-gradient(180deg, #FAFAFA 58.13%, rgba(250, 250, 250, 0.15) 94.72%);
}
@media (max-width: 639.98px) {
  .possibility-slider-item-image-3:after {
    opacity: 1;
  }
}
.info-block {
  width: 1219px;
  max-width: 100%;
  padding: 150px 0 70px 85px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .info-block {
    padding: 100px 35px 40px;
  }
}
@media (max-width: 639.98px) {
  .info-block {
    padding: 15px;
  }
}
.info-item {
  position: relative;
  display: flex;
  margin-bottom: 84px;
  padding-left: 95px;
}
@media (max-width: 989.98px) {
  .info-item {
    margin-left: 100px;
    width: 100%;
  }
}
@media (max-width: 639.98px) {
  .info-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.info-item-icon {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 639.98px) {
  .info-item-icon {
    position: relative;
    top: 0 !important;
    left: 40px !important;
    margin-bottom: -30px;
  }
}
.info-item-column {
  display: flex;
  flex-direction: column;
  max-width: 370px;
}
@media (max-width: 639.98px) {
  .info-item-column {
    align-items: center;
    text-align: center;
  }
}
.info-item-title {
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .info-item-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -moz-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -ms-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: -o-linear-gradient(-55deg, #FFD336, #F38F0C);
    background-image: linear-gradient(145deg, #FFD336, #F38F0C);
  }
}
.info-item-description {
  font-size: 16px;
  line-height: 24px;
  color: #a6a6a6;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
}
.small_catalog_wrap {
  justify-content: center;
  max-width: 1280px !important;
}
.small_catalog_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 915px;
  margin: 0 auto;
  padding-top: 75px;
}
@media (max-width: 989.98px) {
  .small_catalog_wrap {
    max-width: 610px;
  }
}
.small_catalog .block_name {
  font-weight: 900;
  font-size: 42px;
  line-height: 51px;
}
.small_catalog .block_sub_name {
  padding-top: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #666666;
}
.small_catalog .block_catalog-item_wrap {
  width: 33.33333333%;
}
@media (max-width: 989.98px) {
  .small_catalog .block_catalog-item_wrap {
    width: 50%;
  }
}
@media (max-width: 639.98px) {
  .small_catalog .block_catalog-item_wrap {
    width: 100%;
  }
}
.small_catalog {
  background: #E5E5E5;
  padding: 120px 0 120px;
}
.small_catalog_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 915px;
  margin: 0 auto;
  padding-top: 75px;
}
@media (max-width: 989.98px) {
  .small_catalog_wrap {
    max-width: 610px;
  }
}
.small_catalog .block_sub_name {
  padding-top: 16px;
}
.small_catalog .block_catalog-item_wrap {
  width: 33.33333333%;
}
@media (max-width: 989.98px) {
  .small_catalog .block_catalog-item_wrap {
    width: 50%;
  }
}
@media (max-width: 639.98px) {
  .small_catalog .block_catalog-item_wrap {
    width: 100%;
  }
}
.small_catalog .block_name,
.small_catalog .block_sub_name {
  text-align: center;
}
.block_catalog-item {
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 rgba(33, 30, 24, 0.3);
  border-left: 1px solid #edeced;
  border-right: 1px solid #edeced;
  padding: 20px 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1599.98px) {
  .block_catalog-item {
    padding: 20px 25px;
  }
}
@media (min-width: 1600px) {
  .block_catalog-item {
    padding: 20px 30px;
  }
}
@media (max-width: 989.98px) {
  .block_catalog-item {
    padding: 20px 28px;
  }
}
@media (max-width: 639.98px) {
  .block_catalog-item {
    max-width: 300px;
    margin: 0 auto 15px;
  }
}
.block_catalog-item_wrap {
  width: 100%;
  padding: 0 10px 30px;
  display: flex;
}
.block_catalog-item__img {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 1599.98px) {
  .block_catalog-item__img {
    justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .block_catalog-item__img {
    justify-content: space-between;
  }
}
.block_catalog-item__images {
  display: flex;
  padding: 0 10px;
  width: 100%;
}
.block_catalog-item__images img {
  width: 100%;
}
.block_catalog-item__images_out,
.block_catalog-item__images_in {
  width: 50%;
  position: relative;
  background: bottom center / contain no-repeat;
}
.block_catalog-item__images_out:after,
.block_catalog-item__images_in:after {
  content: '';
  display: block;
  z-index: 1;
  position: relative;
  padding-bottom: 195%;
}
.block_catalog-item__images_out img,
.block_catalog-item__images_in img {
  position: absolute;
  width: 100%;
}
.block_catalog-item__images_out {
  margin-left: -10px;
}
.block_catalog-item__images_in {
  margin-left: 20px;
  margin-right: -10px;
}
.block_catalog-item__discount {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffa201;
  padding: 0 8px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  z-index: 3;
}
.block_catalog-item__compare {
  background-color: #f2f4f6;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.3s;
  padding: 0;
  padding-top: 4px;
}
.block_catalog-item__compare:hover {
  background-color: #ffa201;
}
.block_catalog-item__compare:before {
  display: inline-block;
  content: '';
  background: url(/assets/img/design/landing/cottage/compare.png) center / contain no-repeat;
  width: 26px;
  height: 20px;
}
.block_catalog-item__title {
  font-size: 18px;
  margin-bottom: 9px;
  display: block;
  color: #000;
}
.block_catalog-item__descr {
  color: #ababab;
  margin-bottom: 17px;
  height: 100%;
}
.block_catalog-item__cost {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.block_catalog-item__price {
  font-size: 18px;
  font-weight: 700;
  margin-right: 11px;
}
.block_catalog-item__oldprice {
  font-size: 12px;
  color: #ababab;
  text-decoration: line-through;
}
.block_catalog-item__add {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*color: #000;
    background-color: transparent;*/
  height: 40px;
  line-height: 1;
  padding: 8px 18px 10px 18px;
  flex-shrink: 0;
}
.vg_door_item.block_catalog-item_wrap .block_catalog-item__images_out {
  width: 100%;
  margin-left: 0;
}
.vg_door_item.block_catalog-item_wrap .block_catalog-item__images_out:after {
  padding-bottom: 110%;
}
.landing-cottage-door-card {
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 6px;
  flex-grow: 1;
  box-shadow: 0 1px 1px 0 rgba(33, 30, 24, 0.3);
  border-left: 1px solid #edeced;
  border-right: 1px solid #edeced;
  padding: 15px 23px 30px;
  width: 100%;
  margin-bottom: 23px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.landing-cottage-door-card-green .landing-cottage-door-card-label {
  background-color: #e5fff4;
  color: #a3ccbb;
  border-color: #b8e5d2;
}
.landing-cottage-door-card-green .landing-cottage-door-card-label-number {
  border-color: #b8e5d2;
}
.landing-cottage-door-card-green .landing-cottage-door-card-point:after {
  background-color: #e5fff4;
  border-color: #b8e5d2;
}
.landing-cottage-door-card-blue .landing-cottage-door-card-label {
  background-color: #e5f2ff;
  color: #a3b8cc;
  border-color: #b8cfe5;
}
.landing-cottage-door-card-blue .landing-cottage-door-card-label-number {
  border-color: #b8cfe5;
}
.landing-cottage-door-card-blue .landing-cottage-door-card-point:after {
  background-color: #e5f2ff;
  border-color: #b8cfe5;
}
.landing-cottage-door-card-orange .landing-cottage-door-card-label {
  background-color: #fff2e5;
  color: #ccb8a3;
  border-color: #e5cfb8;
}
.landing-cottage-door-card-orange .landing-cottage-door-card-label-number {
  border-color: #e5cfb8;
}
.landing-cottage-door-card-orange .landing-cottage-door-card-point:after {
  background-color: #fff2e5;
  border-color: #e5cfb8;
}
@media (max-width: 639.98px) {
  .landing-cottage-door-card {
    max-width: 300px;
    margin: 0 auto 15px;
  }
}
.landing-cottage-door-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 406px;
  margin: 0 10px 40px;
}
.landing-cottage-door-card-label {
  display: flex;
  align-items: center;
  margin-right: 9px;
  margin-bottom: 8px;
  padding-right: 10px;
  font-weight: normal;
  border-radius: 10px;
  border: 2px solid transparent;
  font-size: 12px;
  height: 20px;
}
.landing-cottage-door-card-label:last-child {
  margin-right: 0;
}
.landing-cottage-door-card-label-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 8px;
  left: -2px;
  border: 2px solid transparent;
}
.landing-cottage-door-card-labels {
  display: flex;
  height: 63px;
  flex-wrap: wrap;
}
@media (max-width: 639.98px) {
  .landing-cottage-door-card-labels {
    height: auto;
  }
}
.landing-cottage-door-card-photos {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-bottom: 25px;
}
.landing-cottage-door-card-photo {
  position: relative;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 639.98px) {
  .landing-cottage-door-card-photo {
    transform: scale(0.9);
  }
}
.landing-cottage-door-card-photo-in {
  height: 285px;
  width: 150px;
}
.landing-cottage-door-card-photo-out {
  height: 287px;
  width: 150px;
}
.landing-cottage-door-card-point {
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.landing-cottage-door-card-point:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 0.5;
}
.landing-cottage-door-card-title {
  color: #000;
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 18px;
}
.landing-cottage-door-card-description {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 18px;
  color: #ababab;
  flex-grow: 1;
}
.landing-cottage-door-card-price {
  color: #000;
  align-self: center;
  font-size: 24px;
  font-weight: 900;
}
.landing-cottage-door-card-price-old {
  position: relative;
  align-self: center;
  font-size: 14px;
  color: #ababab;
  font-weight: bold;
}
.landing-cottage-door-card-price-old:after {
  content: '';
  position: absolute;
  border: 1px solid currentColor;
  top: 8px;
  left: -2px;
  right: -2px;
}
.block-title {
  font-size: 60px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .block-title {
    font-size: 42px;
  }
}
@media (max-width: 989.98px) {
  .block-title {
    font-size: 32px;
  }
}
.landing-cottage-btn {
  width: 250px;
}
@media (max-width: 639.98px) {
  .landing-cottage-btn {
    width: 180px;
    margin: auto;
    display: block;
  }
}
.landing-cottage-btn > span {
  padding: 17px 21px;
}
@media (max-width: 639.98px) {
  .landing-cottage-btn > span {
    padding: 12px 14px;
  }
}
.possibly-slider-termo {
  position: relative;
  overflow: hidden;
  margin: 154px 0;
}
@media (max-width: 450px) {
  .possibly-slider-termo {
    margin: 77px 0;
  }
}
.possibly-slider-termo .slider-buttons-group {
  position: absolute;
  bottom: 5%;
  left: 8rem;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 870px) {
  .possibly-slider-termo .slider-buttons-group {
    left: 10rem;
  }
}
@media (max-width: 650px) {
  .possibly-slider-termo .slider-buttons-group {
    left: 5rem;
  }
}
.possibly-slider-termo-container {
  padding: 0 100px;
}
@media (max-width: 870px) {
  .possibly-slider-termo-container {
    padding: 0;
  }
}
.possibly-slider-termo-data {
  max-width: 50%;
  padding: 160px 50px 100px 100px;
}
@media (max-width: 870px) {
  .possibly-slider-termo-data {
    padding: 20px 0 0 0;
    max-width: 100%;
  }
}
@media (max-width: 870px) {
  .possibly-slider-termo-data-title {
    height: 70px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
  }
}
.possibly-slider-termo-slide {
  background: #fafafa;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 870px) {
  .possibly-slider-termo-slide {
    flex-direction: column;
  }
}
.possibly-slider-termo-slide-image {
  max-width: 50%;
  height: 800px;
}
@media (max-width: 870px) {
  .possibly-slider-termo-slide-image {
    height: auto;
    max-width: 100%;
  }
}
.possibly-slider-termo-slide-image img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 870px) {
  .possibly-slider-termo-slide-image img {
    height: 300px;
    max-width: 100%;
    display: block;
    margin: auto;
  }
}
.possibly-slider-termo-pagination {
  top: 120px;
  left: 100px;
  width: auto;
  height: 26px;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #BFBFBF;
}
@media (max-width: 870px) {
  .possibly-slider-termo-pagination {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 15px;
  }
}
.possibly-slider-termo-button-next,
.possibly-slider-termo-button-prev {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 65px;
  height: 65px;
  opacity: 1;
  transition: 0.3s ease-out all;
}
@media (max-width: 890px) {
  .possibly-slider-termo-button-next,
  .possibly-slider-termo-button-prev {
    width: 40px;
    height: 40px;
  }
}
.possibly-slider-termo-button-next:after,
.possibly-slider-termo-button-prev:after {
  content: none;
}
.possibly-slider-termo-button-next img,
.possibly-slider-termo-button-prev img {
  object-fit: contain;
  width: 18px;
}
.possibly-slider-termo-button-next.swiper-button-disabled,
.possibly-slider-termo-button-prev.swiper-button-disabled {
  opacity: 1;
}
@media (max-width: 890px) {
  .possibly-slider-termo-button-next {
    margin-left: 10px;
  }
}
.possibly-slider-termo-button-prev {
  margin-right: 5%;
}
.orange-type .styles__item-wrapper {
  background-image: -webkit-linear-gradient(-55deg, #FFD336, #F38F0C);
  background-image: -moz-linear-gradient(-55deg, #FFD336, #F38F0C);
  background-image: -ms-linear-gradient(-55deg, #FFD336, #F38F0C);
  background-image: -o-linear-gradient(-55deg, #FFD336, #F38F0C);
  background-image: linear-gradient(145deg, #FFD336, #F38F0C);
}
@media (max-width: 989.98px) {
  div[data-action="landing.cottage"] .section__inner.container {
    padding: 0 0;
  }
}
/*# sourceMappingURL=landing_cottage.css.map */