/** 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";*/
.catalog-item {
  position: relative;
  box-shadow: inset 0 0 0 1px transparent;
  transition: 0.3s linear box-shadow;
}
.catalog-item:hover {
  box-shadow: inset 0 0 0 1px #F0F0F0;
}
.catalog-item-wrapper {
  padding: 10px;
}
.catalog-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  width: auto;
  padding: 26px 0 60px;
}
.without-button .catalog-item-link {
  padding-bottom: 20px;
}
.catalog-item-discount {
  font-weight: bold;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  padding: 0 10px 2px;
  color: #FFF;
  background-image: -webkit-linear-gradient(-73.16999999999999deg, #FF5B5B, #CC1414);
  background-image: -moz-linear-gradient(-73.16999999999999deg, #FF5B5B, #CC1414);
  background-image: -ms-linear-gradient(-73.16999999999999deg, #FF5B5B, #CC1414);
  background-image: -o-linear-gradient(-73.16999999999999deg, #FF5B5B, #CC1414);
  background-image: linear-gradient(163.17deg, #FF5B5B, #CC1414);
}
.catalog-item-discount-wrap {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  left: 0;
  width: 100%;
}
.catalog-item-model {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  padding-bottom: 2px;
}
.catalog-item-description {
  font-size: 12px;
  line-height: 14px;
  color: #BFBFBF;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.catalog-item-images {
  margin-top: 15px;
  position: relative;
  height: 248px;
  width: 100%;
}
.catalog-item-images-front,
.catalog-item-images-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center / contain no-repeat;
}
.catalog-item-images-front:hover,
.catalog-item-images-back:hover {
  cursor: pointer;
}
.catalog-item-images-back {
  opacity: 0;
  visibility: hidden;
}
.catalog-item-images-back span {
  display: block;
  position: absolute;
  top: -15px;
  text-align: center;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  color: #BFBFBF;
}
.catalog-item-cost {
  position: relative;
  padding-top: 24px;
  width: 100%;
}
.catalog-item-cost-old {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #BFBFBF;
}
.catalog-item-cost-old > span {
  position: relative;
  line-height: 1;
}
.catalog-item-cost-old > span:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -3px;
  right: -3px;
  height: 2px;
  background: #BFBFBF;
  opacity: 0.5;
}
.catalog-item-cost-now {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.catalog-item-cost-now > .currency {
  color: #BFBFBF;
}
.catalog-item-like {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 34px;
  height: 34px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-item-like > span {
  width: 24px;
  height: 24px;
  background: no-repeat center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2222%22%20overflow%3D%22scroll%22%3E%3Cpath%20d%3D%22M12%2022l-1.4-1.1c-2.1-1.6-4.4-3.4-6.4-5.4C1.4%2012.5%200%209.6%200%206.7%200%203%203%200%206.7%200c2.1%200%204.1%201%205.3%202.7C13.3%201%2015.2%200%2017.3%200%2020.9%200%2024%203.1%2024%206.7c0%203-1.4%205.9-4.2%208.8-2%202.1-4.3%203.9-6.4%205.4L12%2022zM6.7%201.3c-3%200-5.4%202.4-5.4%205.4%200%202.6%201.3%205.2%203.9%207.9%201.9%202%204.2%203.7%206.2%205.3l.6.5.6-.5c2-1.6%204.4-3.3%206.2-5.3%202.6-2.7%203.9-5.3%203.9-7.9%200-2.9-2.5-5.4-5.4-5.4-1.7%200-3.3.8-4.3%202.1l-1%201.4-1-1.4C9.9%202.1%208.4%201.3%206.7%201.3z%22%20fill%3D%22%23BFBFBF%22%2F%3E%3C%2Fsvg%3E%0D%0A");
}
.catalog-item-like:hover > span {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2222%22%20overflow%3D%22scroll%22%3E%3Cpath%20d%3D%22M12%2022l-1.4-1.1c-2.1-1.6-4.4-3.4-6.4-5.4C1.4%2012.5%200%209.6%200%206.7%200%203%203%200%206.7%200c2.1%200%204.1%201%205.3%202.7C13.3%201%2015.2%200%2017.3%200%2020.9%200%2024%203.1%2024%206.7c0%203-1.4%205.9-4.2%208.8-2%202.1-4.3%203.9-6.4%205.4L12%2022zM6.7%201.3c-3%200-5.4%202.4-5.4%205.4%200%202.6%201.3%205.2%203.9%207.9%201.9%202%204.2%203.7%206.2%205.3l.6.5.6-.5c2-1.6%204.4-3.3%206.2-5.3%202.6-2.7%203.9-5.3%203.9-7.9%200-2.9-2.5-5.4-5.4-5.4-1.7%200-3.3.8-4.3%202.1l-1%201.4-1-1.4C9.9%202.1%208.4%201.3%206.7%201.3z%22%20fill%3D%22%23a6a6a6%22%2F%3E%3C%2Fsvg%3E%0D%0A");
}
.catalog-item-like.active > span {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C7.2411%2018.2987%200%2013.4738%200%206.6667%200%202.9847%202.9848%200%206.6667%200%208.8475%200%2010.7837%201.0471%2012%202.666%2013.2163%201.0471%2015.1525%200%2017.3333%200%2020.9684%200%2024%203.0577%2024%206.6667%2024%2013.4599%2016.7479%2018.3072%2012%2022z%22%20fill%3D%22url(%23g)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%2227.0039%22%20y2%3D%2217.3152%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FF5B5B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23CC1414%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0D%0A");
}
.catalog-item-like.active:hover > span {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2022%22%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%223.0586%22%20y1%3D%2214.3936%22%20x2%3D%2222.2696%22%20y2%3D%222.0753%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff5b5b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cc1414%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M23.9%205.4c0-.2-.1-.3-.1-.5-.6-2.1-2.2-3.8-4.3-4.5-.1%200-.3-.1-.4-.1-.2%200-.3-.1-.5-.1s-.4-.1-.5-.1h-1.5c-.3%200-.5.1-.8.1-.4.1-.7.2-1.1.4-.1%200-.2.1-.3.2-.2.1-.4.3-.7.4-.2.1-.3.2-.5.3-.5.3-.9.8-1.2%201.2-.1-.1-.2-.2-.2-.3l-.3-.3-.3-.3c-.5-.5-1.2-1-1.9-1.3C8.8.3%208.1.1%207.5%200H6C2.8.3.3%202.8%200%206v.7c0%20.4%200%20.7.1%201.1%200%20.2%200%20.4.1.5%200%20.2.1.3.1.5v.1c0%20.2.1.4.2.6%200%20.2.1.3.2.5.1.3.2.6.4.9.1.2.1.3.2.5s.2.3.3.5l.6.9c.1.2.2.3.3.5.2.2.3.4.5.6.2.3.4.5.6.8.5.6%201%201.1%201.5%201.6%202.3%202.2%204.9%204.1%207%205.8.6-.5%201.2-.9%201.9-1.4.1-.1.2-.2.3-.2%204-3.1%208.6-6.9%209.6-11.8%200-.8.1-1.4.1-2%200-.4%200-.9-.1-1.3zm-5.1%209.2c-1.8%202-4.2%203.7-6.2%205.3l-.6.5-.6-.5c-2-1.6-4.3-3.3-6.2-5.3-2.6-2.7-3.9-5.3-3.9-7.9%200-3%202.4-5.4%205.4-5.4%201.7%200%203.2.8%204.3%202.1l1%201.4%201-1.4c1-1.3%202.6-2.1%204.3-2.1%202.9%200%205.4%202.5%205.4%205.4%200%202.6-1.3%205.2-3.9%207.9z%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
}
.catalog-item-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  padding: 0;
  z-index: 1;
}
.catalog-item-btn span {
  padding: 13px 0;
  box-shadow: inset 0 0 0 1px transparent;
  background: transparent;
  transition: 0.3s linear background-color, 0.3s linear color, 0.3s linear box-shadow;
}
.catalog-item-btn:hover span {
  background-color: #fff;
}
.theme-apartment .catalog-item-btn {
  background-image: -webkit-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: -moz-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: -ms-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: -o-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: linear-gradient(133.73deg, #5BC8FF, #1470CC);
}
.theme-apartment .catalog-item-btn:hover span {
  color: #5BC8FF;
  box-shadow: inset 0 0 0 1px #5BC8FF;
}
.theme-cottage .catalog-item-btn {
  background-image: -webkit-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: -moz-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: -ms-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: -o-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: linear-gradient(133.73deg, #FFD336, #F38F0C);
}
.theme-cottage .catalog-item-btn:hover span {
  color: #FFA337;
  box-shadow: inset 0 0 0 1px #FFA337;
}
.theme-electra .catalog-item-btn {
  background-image: -webkit-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -moz-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -ms-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -o-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: linear-gradient(133.73deg, #262626, #000000);
}
.theme-electra .catalog-item-btn:hover span {
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.theme-church .catalog-item-btn,
.theme-divisorio .catalog-item-btn,
.theme-invisible .catalog-item-btn {
  background-image: -webkit-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -moz-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -ms-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -o-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: linear-gradient(133.73deg, #262626, #000000);
}
.theme-church .catalog-item-btn:hover span,
.theme-divisorio .catalog-item-btn:hover span,
.theme-invisible .catalog-item-btn:hover span {
  color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.catalog-item-like,
.catalog-item-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear opacity, 0.3s linear visibility;
}
.catalog-item:hover .catalog-item-like,
.catalog-item-like.active,
.catalog-item:hover .catalog-item-btn,
.catalog-item:hover .catalog-item-images-back {
  opacity: 1;
  visibility: visible;
}
.theme-divisorio .catalog-item:hover .catalog-item-like,
.theme-divisorio .catalog-item-like.active,
.theme-divisorio .catalog-item:hover .catalog-item-btn,
.theme-divisorio .catalog-item:hover .catalog-item-images-back {
  opacity: 0;
  visibility: hidden;
}
.catalog-item:hover .catalog-item-images-front {
  opacity: 0;
  visibility: hidden;
}
.theme-divisorio .catalog-item:hover .catalog-item-images-front {
  opacity: 1;
  visibility: visible;
}
.catalog-item:hover .catalog-item-images-front.not-hidden {
  opacity: 1;
  visibility: initial;
}
.floating-door {
  width: 300px;
  height: 300px;
  background-color: white;
  position: absolute;
  z-index: 99999;
  transform: scale(1);
  transform-origin: left top;
  opacity: 1;
  display: flex;
}
@media (max-width: 639.98px) {
  .floating-door {
    display: none;
  }
}
.floating-door-transition {
  transition: 0.4s linear top, 0.4s linear left, 0.6s linear transform, 0.6s linear opacity;
}
.floating-door-image {
  position: relative;
  width: 50%;
  height: 100%;
  background: center / contain no-repeat;
}
.catalog-presentation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .catalog-presentation {
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 989.98px) {
  .catalog-presentation {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }
}
.catalog-presentation-item {
  position: relative;
  opacity: 1;
  transition: 0.2s linear opacity, 0.2s linear color;
  color: #F0F0F0;
}
.catalog-presentation-item:after {
  content: '';
  position: absolute;
  border: 1px solid currentColor;
  top: -0.5px;
  left: -0.5px;
  right: -0.5px;
  bottom: -0.5px;
  pointer-events: none;
}
.catalog-presentation-item__inner {
  display: grid;
  grid-template-columns: 1fr 155px;
  gap: 20px;
  justify-content: space-between;
  height: 240px;
  padding-right: 30px;
  overflow: hidden;
}
@media (max-width: 1599.98px) {
  .catalog-presentation-item__inner {
    gap: 10px;
    padding-right: 18px;
  }
}
@media (min-width: 1600px) {
  .catalog-presentation-item__inner {
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .catalog-presentation-item__inner {
    width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 989.98px) {
  .catalog-presentation-item__inner {
    padding-right: 50px;
  }
}
@media (max-width: 639.98px) {
  .catalog-presentation-item__inner {
    padding-right: 0;
    grid-template-columns: 1fr 90px;
    gap: 20px;
  }
}
.catalog-presentation-info {
  padding: 30px 0 0 30px;
}
@media (max-width: 1599.98px) {
  .catalog-presentation-info {
    padding: 30px 0 0 20px;
  }
}
@media (min-width: 1600px) {
  .catalog-presentation-info {
    padding: 30px 0 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .catalog-presentation-info {
    padding: 30px 0 0 30px;
  }
}
@media (max-width: 989.98px) {
  .catalog-presentation-info {
    padding: 30px 0 0 50px;
  }
}
@media (max-width: 639.98px) {
  .catalog-presentation-info {
    padding: 30px 0 0 20px;
  }
}
.catalog-presentation-link {
  opacity: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding: 10px 33px 20px 0;
  transition: 0.2s linear opacity;
}
.catalog-presentation-link:before {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  bottom: 20px;
  left: 0;
  right: 33px;
  height: 1px;
  background: currentColor;
  transition: 0.1s linear opacity;
}
.catalog-presentation-link-arrow {
  display: block;
  position: absolute;
  top: 15px;
  right: 5px;
  width: 20px;
  color: #BFBFBF;
  transition: 0.1s linear width, 0.1s linear right;
}
.catalog-presentation-link:hover .catalog-presentation-link-arrow {
  width: 30px;
  right: -5px;
}
.catalog-presentation:hover > .catalog-presentation-item {
  opacity: 0.6;
}
.catalog-presentation > .catalog-presentation-item:hover {
  opacity: 1;
  z-index: 1;
}
.catalog-presentation > .catalog-presentation-item:hover .catalog-presentation-link {
  opacity: 1;
}
.catalog-presentation > .catalog-presentation-item:hover .catalog-presentation-link:hover:before {
  opacity: 0.6;
}
.catalog-presentation-for {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #BFBFBF;
}
.catalog-presentation-name {
  display: inline-block;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 10px;
  transition: 0.2s linear color;
}
@media (max-width: 1599.98px) {
  .catalog-presentation-name {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 639.98px) {
  .catalog-presentation-name {
    font-size: 18px;
  }
}
.catalog-presentation-description {
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #a6a6a6;
}
.catalog-presentation-preview {
  background: no-repeat center top / cover;
  margin: 30px 0 0 0;
}
@media (max-width: 1599.98px) {
  .catalog-presentation-preview {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 1199.98px) {
  .catalog-presentation-preview {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 989.98px) {
  .catalog-presentation-preview {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 639.98px) {
  .catalog-presentation-preview {
    width: 155px;
    height: 300px;
    background: no-repeat center top / contain;
  }
}
.tab-slider-category {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 35px;
}
.tab-slider-category-item {
  height: 41px;
  border: none;
  background-color: #FAFAFA;
  color: #BFBFBF;
  font-size: 14px;
  font-weight: bold;
  flex-grow: 1;
  width: auto;
  cursor: pointer;
  text-align: center;
  line-height: 41px;
  transition: 0.3s linear background-color, 0.3s linear color;
}
@media (max-width: 989.98px) {
  .tab-slider-category-item {
    font-size: 12px;
    padding: 0 25px;
  }
}
.tab-slider-category-item.active,
.tab-slider-category-item:hover {
  background-color: #000;
  color: #FFF;
}
.tab-slider-tag {
  margin: -10px 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
}
.tab-slider-tag .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 639.98px) {
  .tab-slider-tag .swiper-wrapper {
    justify-content: flex-start;
  }
}
.tab-slider-tag-item {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #BFBFBF;
  margin: 0 25px;
  width: auto;
}
@media (max-width: 639.98px) {
  .tab-slider-tag-item {
    margin: 0 12px 0 13px;
  }
  .tab-slider-tag-item:first-child {
    margin-left: 0;
  }
  .tab-slider-tag-item:last-child {
    margin-right: 0;
  }
}
.tab-slider-tag-item.active,
.tab-slider-tag-item:hover {
  color: #000;
}
.catalog {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 989.98px) {
  .catalog {
    flex-direction: column;
  }
}
.catalog-sidebar {
  display: block;
  width: 300px;
  margin-right: 20px;
}
@media (max-width: 989.98px) {
  .catalog-sidebar {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }
}
.catalog-body {
  width: calc(100% - 320px);
}
@media (max-width: 989.98px) {
  .catalog-body {
    width: 100%;
  }
}
.catalog-banner {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 989.98px) {
  .catalog-banner {
    order: 5;
  }
}
.catalog-banner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.33%, #000000 109.33%);
}
@media (min-width: 450px) and (max-width: 640px) {
  .catalog-banner:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 37.72%, #000000 52.02%), linear-gradient(180deg, rgba(0, 0, 0, 0) 63.33%, #000000 109.33%);
  }
}
@media (max-width: 989px) {
  .catalog-banner {
    padding-bottom: 70%;
  }
}
@media (min-width: 450px) and (max-width: 640px) {
  .catalog-banner {
    padding-bottom: 40%;
    background-size: 50% 175%;
    background-position: right;
  }
}
@media (max-width: 450px) {
  .catalog-banner {
    padding-bottom: 120%;
  }
}
.catalog-banner-control {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: white;
}
@media (min-width: 450px) and (max-width: 640px) {
  .catalog-banner-control {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
  }
}
.catalog-banner-text {
  font-family: 'Roboto', 'sans-serif';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .theme-apartment .catalog-banner-text:nth-child(2) {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #5BC8FF, #1470CC);
    background-image: -moz-linear-gradient(0deg, #5BC8FF, #1470CC);
    background-image: -ms-linear-gradient(0deg, #5BC8FF, #1470CC);
    background-image: -o-linear-gradient(0deg, #5BC8FF, #1470CC);
    background-image: linear-gradient(90deg, #5BC8FF, #1470CC);
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .theme-cottage .catalog-banner-text:nth-child(2) {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #FFD336, #F38F0C);
    background-image: -moz-linear-gradient(0deg, #FFD336, #F38F0C);
    background-image: -ms-linear-gradient(0deg, #FFD336, #F38F0C);
    background-image: -o-linear-gradient(0deg, #FFD336, #F38F0C);
    background-image: linear-gradient(90deg, #FFD336, #F38F0C);
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .theme-electra .catalog-banner-text:nth-child(2) {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(-52deg, #FFE5AF, #D69E75);
    background-image: -moz-linear-gradient(-52deg, #FFE5AF, #D69E75);
    background-image: -ms-linear-gradient(-52deg, #FFE5AF, #D69E75);
    background-image: -o-linear-gradient(-52deg, #FFE5AF, #D69E75);
    background-image: linear-gradient(142deg, #FFE5AF, #D69E75);
  }
}
.catalog-banner-link {
  margin-top: 15px;
  width: 100%;
}
.catalog-banner-link span {
  padding: 9px 21px;
}
@media (min-width: 450px) and (max-width: 640px) {
  .catalog-banner-link {
    width: 66%;
    max-width: 260px;
  }
}
.catalog-hello {
  height: 230px;
  border-radius: 3px;
  color: #fff;
  padding: 25px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  cursor: default;
}
@media (max-width: 989.98px) {
  .catalog-hello {
    order: 10;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.theme-apartment .catalog-hello {
  background-image: -webkit-linear-gradient(-9.450000000000003deg, #5BC8FF, #1470CC);
  background-image: -moz-linear-gradient(-9.450000000000003deg, #5BC8FF, #1470CC);
  background-image: -ms-linear-gradient(-9.450000000000003deg, #5BC8FF, #1470CC);
  background-image: -o-linear-gradient(-9.450000000000003deg, #5BC8FF, #1470CC);
  background-image: linear-gradient(99.45deg, #5BC8FF, #1470CC);
}
.theme-cottage .catalog-hello {
  background-image: -webkit-linear-gradient(-34.980000000000004deg, #FFD336, #F38F0C);
  background-image: -moz-linear-gradient(-34.980000000000004deg, #FFD336, #F38F0C);
  background-image: -ms-linear-gradient(-34.980000000000004deg, #FFD336, #F38F0C);
  background-image: -o-linear-gradient(-34.980000000000004deg, #FFD336, #F38F0C);
  background-image: linear-gradient(124.98deg, #FFD336, #F38F0C);
}
.theme-electra .catalog-hello {
  background-image: -webkit-linear-gradient(-37.480000000000004deg, #262626, #000000);
  background-image: -moz-linear-gradient(-37.480000000000004deg, #262626, #000000);
  background-image: -ms-linear-gradient(-37.480000000000004deg, #262626, #000000);
  background-image: -o-linear-gradient(-37.480000000000004deg, #262626, #000000);
  background-image: linear-gradient(127.48deg, #262626, #000000);
}
.catalog-hello-like {
  position: absolute;
  width: 34px;
  height: 30px;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
}
.catalog-hello-like > svg {
  transition: 0.3s linear opacity;
}
.catalog-hello-like > svg:first-child {
  position: absolute;
}
.catalog-hello-like > svg:last-child {
  opacity: 0;
}
.catalog-hello:hover .catalog-hello-like > svg {
  opacity: 1;
}
.catalog-hello-head {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  margin-top: 60px;
  margin-bottom: 10px;
}
.catalog-hello-body {
  font-size: 14px;
  line-height: 22px;
}
.catalog-hello-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  font-size: 15px;
  text-align: center;
  color: #FFF;
  opacity: 0.5;
  transition: 0.3s linear opacity;
}
.catalog-hello-close:hover {
  opacity: 1;
}
.catalog-sort-brand {
  display: flex;
  flex-direction: column;
}
.catalog-sort-brand .btn-sort-item {
  height: 40px;
  padding: 13px 20px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #333333;
  margin-top: -1px;
  transition: none;
  border: 1px solid #F0F0F0;
}
.catalog-sort-brand .btn-sort-item:hover {
  background: #FAFAFA;
}
.catalog-sort-brand .btn-sort-item.active {
  background-image: -webkit-linear-gradient(-77.22deg, #262626, #000000);
  background-image: -moz-linear-gradient(-77.22deg, #262626, #000000);
  background-image: -ms-linear-gradient(-77.22deg, #262626, #000000);
  background-image: -o-linear-gradient(-77.22deg, #262626, #000000);
  background-image: linear-gradient(167.22deg, #262626, #000000);
  color: #fff;
  border-width: 0;
}
.catalog-filter-cost-inputs {
  display: flex;
  margin: 5px -10px 20px;
}
.catalog-filter-cost-inputs .input {
  margin: 0 10px;
}
.catalog-filter-cost-radio,
.catalog-filter-styles,
.catalog-filter-colors {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.catalog-main-categories {
  margin-top: 35px;
}
.catalog-main-categories-header {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 10px;
  color: #000;
  border-bottom: 1px solid #F0F0F0;
}
.catalog-main-categories-links {
  display: flex;
  flex-direction: column;
  width: auto;
  padding: 15px 0;
}
.catalog-main-categories-links .btn-main-category {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  text-align: left;
  padding: 0 25px;
  transition: none;
}
.catalog-main-categories-links .btn-main-category:hover {
  background: #FAFAFA;
  color: #333333;
}
.theme-apartment .catalog-main-categories-links .btn-main-category.active {
  color: #5BC8FF;
}
.theme-cottage .catalog-main-categories-links .btn-main-category.active {
  color: #FFA337;
}
.theme-electra .catalog-main-categories-links .btn-main-category.active {
  color: #BFBFBF;
}
.catalog-main-categories-small {
  display: none;
}
@media (max-width: 989.98px) {
  .catalog-main-categories-small {
    display: block;
  }
}
@media (max-width: 989.98px) {
  .catalog-main-categories-big {
    display: none;
  }
}
.catalog-prefilter {
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639.98px) {
  .catalog-prefilter {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 40px;
  }
}
.catalog-block {
  overflow: hidden;
}
.catalog-block-items {
  margin: 30px -10px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.catalog-block-items .catalog-item-wrapper {
  width: 33.33333333%;
}
@media (max-width: 1599.98px) {
  .catalog-block-items .catalog-item-wrapper {
    width: 50%;
  }
}
@media (max-width: 989.98px) {
  .catalog-block-items .catalog-item-wrapper {
    width: 100%;
  }
}
.catalog-block .pagination {
  margin-top: 10px;
}
.catalog-apply-filters {
  margin-top: 20px;
}
.catalog-reset-filters {
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (max-width: 989.98px) {
  .catalog-reset-filters {
    margin-bottom: 0px;
  }
}
@media (max-width: 639.98px) {
  .catalog-found {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #F0F0F0;
  }
}
.catalog-found-items {
  color: #000;
}
.catalog-apply-filters {
  border-radius: 3px;
}
.catalog-apply-filters span {
  font-weight: bold;
  border-radius: 2px;
  background: transparent;
  transition: 0.3s linear background-color, 0.3s linear color, 0.3s linear box-shadow;
  color: #FFF;
}
.catalog-apply-filters:hover span {
  background-color: #fff;
}
.theme-apartment .catalog-apply-filters {
  background-image: -webkit-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: -moz-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: -ms-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: -o-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: linear-gradient(133.73deg, #5BC8FF, #1470CC);
}
.theme-apartment .catalog-apply-filters:hover span {
  color: #5BC8FF;
}
.theme-cottage .catalog-apply-filters {
  background-image: -webkit-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: -moz-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: -ms-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: -o-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: linear-gradient(133.73deg, #FFD336, #F38F0C);
}
.theme-cottage .catalog-apply-filters:hover span {
  color: #FFA337;
}
.theme-electra .catalog-apply-filters {
  background-image: -webkit-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -moz-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -ms-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -o-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: linear-gradient(133.73deg, #262626, #000000);
}
.theme-electra .catalog-apply-filters:hover span {
  color: #000;
}
.catalog-filter-block {
  position: relative;
}
@media (max-width: 989.98px) {
  .catalog-filter-block {
    background: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    z-index: 900;
    transition: 0.1s linear left;
  }
  .show-filters .catalog-filter-block {
    left: 0;
  }
}
.catalog-filter-block-header {
  display: none;
  height: 66px;
  border-bottom: 1px solid #F0F0F0;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  position: relative;
  padding: 20px 35px;
}
@media (max-width: 989.98px) {
  .catalog-filter-block-header {
    display: block;
  }
}
@media (max-width: 639.98px) {
  .catalog-filter-block-header {
    padding: 20px 15px;
  }
}
.catalog-filter-block-header > span {
  line-height: 1;
}
.catalog-filter-block-close {
  position: absolute;
  display: none;
  top: 20px;
  right: 35px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.7%22%20height%3D%2210.6%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.7%209.9l-.7.7L5.4%206%20.7%2010.6%200%209.9l4.7-4.6L.1.7.8%200l4.6%204.5L9.9%200l.7.7-4.5%204.6z%22%2F%3E%3C%2Fsvg%3E%0D%0A");
}
@media (max-width: 989.98px) {
  .catalog-filter-block-close {
    display: block;
  }
}
@media (max-width: 639.98px) {
  .catalog-filter-block-close {
    right: 15px;
  }
}
@media (max-width: 989.98px) {
  .catalog-filter-block-body {
    padding: 40px 35px 0;
    overflow: auto;
    height: calc(100% - 66px);
  }
}
@media (max-width: 639.98px) {
  .catalog-filter-block-body {
    padding: 30px 15px 0;
  }
}
@media (max-width: 989.98px) {
  .catalog-filter-block-footer {
    margin: 60px -35px 0;
    border-top: 1px solid #F0F0F0;
    padding: 20px 35px 40px;
  }
}
@media (max-width: 639.98px) {
  .catalog-filter-block-footer {
    margin: 40px -15px 0;
    padding: 20px 15px 40px;
  }
}
.catalog-apply-fly {
  position: absolute;
  display: block;
  width: 95px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #FFF;
  z-index: 50;
  top: 0;
  right: -90px;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s linear opacity, 0.1s linear visibility, 0.1s linear right;
}
.theme-apartment .catalog-apply-fly {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2295%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%200h85v30H10L0%2015%2010%200z%22%20fill%3D%22url(%23p)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22p%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%2296.2483%22%20y2%3D%2225.2397%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235BC8FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231470CC%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0D%0A");
}
.theme-cottage .catalog-apply-fly {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2295%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%200h85v30H10L0%2015%2010%200z%22%20fill%3D%22url(%23p)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22p%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%2296.2483%22%20y2%3D%2225.2397%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FFD336%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F38F0C%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0D%0A");
}
.theme-electra .catalog-apply-fly {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2295%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%200h85v30H10L0%2015%2010%200z%22%20fill%3D%22url(%23p)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22p%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%2296.2483%22%20y2%3D%2225.2397%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23262626%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23000000%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0D%0A");
}
.catalog-apply-fly > span {
  padding-left: 10px;
  line-height: 1;
}
.catalog-apply-fly.show {
  opacity: 1;
  visibility: visible;
  right: -65px;
}
@media (max-width: 989.98px) {
  .catalog-apply-fly {
    display: none;
  }
}
.catalog-seo-categories {
  margin-top: 60px;
  background: #FAFAFA;
}
.catalog-seo-categories .accordion-content {
  padding: 40px;
  border: none;
  border-top: 1px solid #F0F0F0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 639.98px) {
  .catalog-seo-categories .accordion-content {
    padding: 20px 25px;
  }
}
.catalog-seo-categories .accordion-content .btn-seo-category {
  width: 130px;
  margin: 0 20px;
  text-align: left;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  transition: 0.1s linear background-color, 0.1s linear background-image, 0.1s linear box-shadow;
}
@media (max-width: 639.98px) {
  .catalog-seo-categories .accordion-content .btn-seo-category {
    width: 100%;
    margin: 0;
  }
}
.catalog-seo-categories .accordion-content .btn-seo-category:hover {
  color: #5BC8FF;
}
.catalog-seo {
  margin-top: 45px;
}
.catalog-seo h2 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #000;
}
.catalog-seo p,
.catalog-seo li {
  margin-top: 15px;
  font-family: 'Courencies', 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #a6a6a6;
}
.catalog-seo ul,
.catalog-seo ol {
  margin-left: 10px;
  padding-left: 10px;
}
.catalog-seo ul {
  list-style: disc;
}
.catalog-seo ol {
  list-style: decimal;
}
.catalog-seo li {
  margin-top: 5px;
}
.catalog-filter-btn {
  margin: 20px 0 40px;
  display: none !important;
}
@media (max-width: 989.98px) {
  .catalog-filter-btn {
    display: block !important;
  }
}
.catalog .accordion .radio-styled-wrapper,
.catalog .accordion .checkbox-styled-wrapper {
  margin: 0 -20px;
  display: block;
  padding-left: 52px;
  padding-right: 25px;
  transition: none;
}
.catalog .accordion .radio-styled-wrapper .currency,
.catalog .accordion .checkbox-styled-wrapper .currency {
  color: #BFBFBF;
}
.catalog .accordion .radio-styled-wrapper:hover,
.catalog .accordion .checkbox-styled-wrapper:hover {
  background-color: #FAFAFA;
}
.catalog .accordion .radio-styled-wrapper .radio-styled-pointer,
.catalog .accordion .checkbox-styled-wrapper .radio-styled-pointer,
.catalog .accordion .radio-styled-wrapper .checkbox-styled-pointer,
.catalog .accordion .checkbox-styled-wrapper .checkbox-styled-pointer {
  left: 25px;
}
.catalog-not-found {
  background: #FAFAFA;
  margin-top: 15px;
  padding: 90px 0 40px;
  text-align: center;
}
.catalog-not-found-wrapper {
  padding: 0 10px;
  width: 100%;
  margin-bottom: 140px;
}
.catalog-not-found-header {
  font-weight: 900;
  font-size: 42px;
  line-height: 50px;
  color: #000;
}
.catalog-not-found-description {
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #BFBFBF;
}
.catalog-not-found-btn-wrap {
  max-width: 300px;
  margin: 40px auto 40px;
}
.catalog-not-found-btn-wrap .btn {
  border-radius: 3px;
}
.catalog-not-found-btn-wrap .btn span {
  font-weight: bold;
  border-radius: 2px;
  background: transparent;
  transition: 0.3s linear background-color, 0.3s linear color, 0.3s linear box-shadow;
  color: #FFF;
}
.catalog-not-found-btn-wrap .btn:hover span {
  background-color: #fff;
}
.theme-apartment .catalog-not-found-btn-wrap .btn {
  background-image: -webkit-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: -moz-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: -ms-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: -o-linear-gradient(-43.72999999999999deg, #5BC8FF, #1470CC);
  background-image: linear-gradient(133.73deg, #5BC8FF, #1470CC);
}
.theme-apartment .catalog-not-found-btn-wrap .btn:hover span {
  color: #5BC8FF;
}
.theme-cottage .catalog-not-found-btn-wrap .btn {
  background-image: -webkit-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: -moz-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: -ms-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: -o-linear-gradient(-43.72999999999999deg, #FFD336, #F38F0C);
  background-image: linear-gradient(133.73deg, #FFD336, #F38F0C);
}
.theme-cottage .catalog-not-found-btn-wrap .btn:hover span {
  color: #FFA337;
}
.theme-electra .catalog-not-found-btn-wrap .btn {
  background-image: -webkit-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -moz-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -ms-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: -o-linear-gradient(-43.72999999999999deg, #262626, #000000);
  background-image: linear-gradient(133.73deg, #262626, #000000);
}
.theme-electra .catalog-not-found-btn-wrap .btn:hover span {
  color: #000;
}
.catalog-not-found-phone {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  max-width: 400px;
  margin: 25px auto 0;
}
.blue-link {
  color: #5BC8FF;
}
@media (max-width: 989.98px) {
  body.show-filters {
    overflow: hidden;
  }
}
/*# sourceMappingURL=catalog.css.map */