

/* Start:/local/components/vincent/slider.promo/templates/.default/style.css?16483922122641*/
.slider-promo {
  margin: 20px 0;
}
.slider-promo__layout {
  display: none;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.slider-promo__layout.active {
  display: grid;
}
@media (max-width: 767px) {
  .slider-promo__layout {
    grid-template-columns: 1fr;
    grid-template-rows: min-content 1fr;
  }
}
@media (min-width: 768px) {
  .slider-promo__layout {
    grid-template-columns: 2fr 1fr;
  }
}
.slider-promo__aside {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider-promo__aside b {
  font-weight: 500;
}
.slider-promo__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
.slider-promo__title {
  opacity: 0.8;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1428571429;
}
.slider-promo__sub-title {
  font-size: 18px;
  line-height: 1.1111111111;
  margin: 20px 0;
  font-weight: 500;
}
.slider-promo__list {
  display: flex;
  flex-direction: column;
}
.slider-promo__list-item {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-gap: 6px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.slider-promo__list-item + .slider-promo__list-item {
  margin-top: 4px;
}
.slider-promo__list-item svg {
  transform: translate(0, 2px);
  color: #93AD20;
}
.slider-promo__link {
  display: inline-block;
  border-radius: 8px;
  background: #F26E27;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.8571428571;
  padding: 0 14px;
  transition: 0.2s;
  transform: scale(1);
}
.slider-promo__link:hover {
  background: #e95d0f;
}
.slider-promo__link:active {
  transform: scale(0.98);
}
.slider-promo__picture {
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .slider-promo__picture {
    height: calc(3 * (100vw - 32px) / 4);
    border-radius: 8px 8px 0 0;
  }
}
@media (min-width: 768px) {
  .slider-promo__picture {
    min-height: 544px;
    border-radius: 8px 0 0 8px;
  }
}
.slider-promo__controls {
  position: absolute;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .slider-promo__controls {
    right: 40px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .slider-promo__controls {
    right: 40px;
    bottom: -32px;
  }
}
.slider-promo__control {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  transform: scale(1);
}
.slider-promo__control svg {
  pointer-events: none;
}
.slider-promo__control:active {
  transform: scale(0.98);
}

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

/* End */


/* Start:/local/components/vincent/banner.promo/templates/next-animation/style.css?16188465088777*/
.banner-promo__container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-promo__search {
    position: relative;
    z-index: 2;
  }
  .banner-promo__search .banner-search__layout {
    margin-top: -4rem;
  }
  .banner-promo__search .banner-promo__content {
    padding-bottom: 50% !important;
  }
}
.banner-promo.banner-promo--next-animation {
  margin-top: -1.5rem;
  position: relative;
  z-index: 5;
  height: 480px;
  width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0;
  background: #eeebe8;
}
.banner-promo.banner-promo--next-animation .banner-promo__pagination {
  bottom: 60px;
}
.banner-promo.banner-promo--next-animation .banner-promo__pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 0.1875rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1px;
  opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 2px;
}
.banner-promo.banner-promo--next-animation .banner-promo__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-promo.banner-promo--next-animation .banner-promo__slide {
  position: relative;
  z-index: 1;
}
.banner-promo.banner-promo--next-animation .banner-promo__slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.banner-promo.banner-promo--next-animation .banner-promo__image {
  z-index: 1;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
}
.banner-promo.banner-promo--next-animation .banner-promo__image.swiper-lazy-loaded {
  visibility: visible;
}
.banner-promo.banner-promo--next-animation .banner-promo__slide-layout {
  position: relative;
  z-index: 2;
}
.banner-promo.banner-promo--next-animation .banner-promo__content {
  padding: 4rem 50% 50% 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.banner-promo.banner-promo--next-animation .banner-promo__actions {
  padding-top: 2rem;
}
.banner-promo.banner-promo--next-animation .banner-promo__title {
  font-size: 2.375rem;
  line-height: 1.05263158;
  font-weight: 600;
  color: #FFF;
  font-family: 'Playfair';
}
.banner-promo.banner-promo--next-animation .banner-promo__subtitle {
  color: #FFF;
  margin-top: 0.5rem;
  font-size: 1.375rem;
  line-height: 1.09090909;
  font-weight: 500;
}
.banner-promo.banner-promo--next-animation .banner-promo__video-action {
  height: 2.5rem;
  width: 3.75rem;
  display: inline-block;
  cursor: pointer;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
}
.banner-promo.banner-promo--next-animation .banner-promo__action {
  line-height: 2.85714286;
  font-size: 0.875rem;
  padding: 0 0.875rem;
  border-radius: 0.5rem;
  font-weight: 600;
  color: #FFF;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 0 1px #FFF;
          box-shadow: inset 0 0 0 1px #FFF;
}
.banner-promo.banner-promo--next-animation .banner-promo__dots {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.banner-promo.banner-promo--next-animation .banner-promo__dot {
  width: 2rem;
  height: 0.1875rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 1px;
  opacity: 0.5;
  outline: none;
}
.banner-promo.banner-promo--next-animation .banner-promo__dot.banner-promo__dot--active {
  opacity: 1;
}
.banner-promo.banner-promo--next-animation .banner-promo__dot + .banner-promo__dot {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .banner-promo.banner-promo--next-animation {
    position: relative;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__title-png {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__title {
    font-family: "Playfair";
    font-size: 2rem;
    line-height: 1.125;
    color: #FFF;
    font-weight: 300;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__image {
    border-radius: 0;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__content {
    padding: 2.5rem;
    text-align: center;
    height: auto;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__action {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .banner-promo.banner-promo--next-animation {
    position: relative;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__subtitle {
    font-size: 1.125rem;
    line-height: 1.33333333;
    color: #FFF;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__title-png {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__title-png-image {
    max-width: calc(100vw - 80px);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__image {
    border-radius: 0;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__content {
    padding: 4rem 1.25rem 1.25rem;
    text-align: center;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__action {
    margin-top: 0;
  }
}
.banner-promo__slider .banner-promo__image {
  -o-object-position: right;
     object-position: right;
}
.banner-promo__slider .banner-promo__slide {
  position: relative;
  outline: none !important;
}
@media (min-width: 768px) {
  .banner-promo.banner-promo--next-animation .banner-promo__slide.banner-promo__slide--is-alt .banner-promo__image {
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1600px) {
  .banner-promo.banner-promo--next-animation {
    height: 640px;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__content {
    height: 640px;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__image {
    height: 640px;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .banner-promo.banner-promo--next-animation {
    height: 560px;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__content {
    height: 560px;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__image {
    height: 560px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .banner-promo.banner-promo--next-animation {
    height: 480px;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__content {
    height: 480px;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__image {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .banner-promo__search {
    position: relative;
    z-index: 2;
  }
  .banner-promo__search .banner-search__layout {
    margin-top: -5rem;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__title {
    font-size: 3.25rem;
    line-height: 1.07692308;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .banner-promo.banner-promo--next-animation {
    height: 480px;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__image {
    -o-object-position: center;
       object-position: center;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__content {
    height: 480px;
    padding-bottom: 66.66666667%;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-promo.banner-promo--next-animation .banner-promo__image {
    height: 480px;
  }
}

/* End */


/* Start:/local/components/vincent/banner.promo/templates/next-animation/vendor/swiper.css?161839700913872*/
/**
 * Swiper 6.5.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/assets/css/lg.css?150379444624603*/
@font-face {
  font-family: 'lg';
  src: url("/local/assets/css/../fonts/lg.eot?n1z373");
  src: url("/local/assets/css/../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/local/assets/css/../fonts/lg.woff?n1z373") format("woff"), url("/local/assets/css/../fonts/lg.ttf?n1z373") format("truetype"), url("/local/assets/css/../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/local/assets/css/../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/local/assets/css/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/local/assets/css/../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/local/assets/css/../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/local/assets/css/../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("/local/assets/css/../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/* End */


/* Start:/local/components/vincent/banner.search/templates/next/style.css?161832100015999*/
@-webkit-keyframes bannerSearchLoading {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 400px;
  }
}
@keyframes bannerSearchLoading {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 400px;
  }
}
.banner-search.banner-search--next {
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 1.25rem 0;
}
.banner-search.banner-search--next .banner-search__footer-link-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.banner-search.banner-search--next .banner-search__layout {
  padding: 1.25rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.15);
  background: #FFF;
}
.banner-search.banner-search--next .banner-search__unit {
  position: absolute;
  right: 0;
  z-index: 1;
  padding: 1.125rem 0.5rem 0.375rem 0;
  font-size: 0.75rem;
  line-height: 2;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  pointer-events: none;
  top: 0;
}
.banner-search.banner-search--next .banner-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.banner-search.banner-search--next .banner-search__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-search.banner-search--next .banner-search__action-icon-container {
  position: relative;
  height: 2.5rem;
  margin-right: 0.625rem;
}
.banner-search.banner-search--next .banner-search__action-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.8;
}
.banner-search.banner-search--next .banner-search__action {
  border-radius: 0.5rem;
  border: 0;
  font-size: 0.875rem;
  line-height: 2.85714286;
  padding: 0 0.875rem;
  white-space: nowrap;
  background: #FFF;
  font-weight: 500;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: inherit;
  will-change: background, transform;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-search.banner-search--next .banner-search__action.banner-search__action--with-icon {
  padding-left: 1.5rem;
}
.banner-search.banner-search--next .banner-search__action:before,
.banner-search.banner-search--next .banner-search__action:after {
  display: none;
}
.banner-search.banner-search--next .banner-search__action.banner-search__action--link {
  background: #f8f7f6;
  color: inherit;
}
.banner-search.banner-search--next .banner-search__action.banner-search__action--link:hover {
  background: #f4f2f1;
}
.banner-search.banner-search--next .banner-search__action.banner-search__action--reset {
  color: #F26E27;
  display: none;
}
.banner-search.banner-search--next .banner-search__action.banner-search__action--reset.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.banner-search.banner-search--next .banner-search__action.banner-search__action--primary {
  background: #f26e27;
  color: #fff;
}
.banner-search.banner-search--next .banner-search__action.banner-search__action--primary:hover {
  background: #E95D0F;
}
.banner-search.banner-search--next .banner-search__action:hover {
  background: #f8f7f6;
}
.banner-search.banner-search--next .banner-search__action:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  background: #f4f2f1;
}
.banner-search.banner-search--next .banner-search__action + .banner-search__action {
  margin-left: 0.375rem;
}
.banner-search.banner-search--next .banner-search__field-group {
  position: relative;
}
.banner-search.banner-search--next .banner-search__limit-group {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: 4fr 5fr;
  position: relative;
  border-radius: 0.1875rem;
  -webkit-box-shadow: inset 0 0 0 1px #eeebe8;
          box-shadow: inset 0 0 0 1px #eeebe8;
}
.banner-search.banner-search--next .banner-search__limit-group .banner-search__field-group:nth-child(1) {
  padding-right: 0.5rem;
}
.banner-search.banner-search--next .banner-search__limit-group .banner-search__field-group:nth-child(1) .banner-search__input-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.banner-search.banner-search--next .banner-search__limit-group .banner-search__field-group:nth-child(2) {
  padding-left: 0.5rem;
}
.banner-search.banner-search--next .banner-search__limit-group .banner-search__field-group:nth-child(2) .banner-search-popup.limit-control {
  left: 0.5rem;
}
.banner-search.banner-search--next .banner-search__limit-group .banner-search__field-group:nth-child(2) .banner-search__field-label {
  left: 1.125rem;
}
.banner-search.banner-search--next .banner-search__limit-group .banner-search__field-group:nth-child(2) .banner-search__input-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.banner-search.banner-search--next .banner-search__limit-group .banner-search__field-group:nth-child(2):before {
  content: "–";
  position: absolute;
  right: 100%;
  top: 0;
  padding: 1.125rem 0 0 0;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.banner-search.banner-search--next .banner-search__field-label {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0;
  top: 0.375rem;
  padding: 0 0.25rem;
  white-space: nowrap;
  position: absolute;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  left: 0.625rem;
  font-weight: 500;
}
.banner-search.banner-search--next .banner-search__input-control {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.125rem 1.25rem 0.375rem 0.875rem;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.1875rem;
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.banner-search.banner-search--next .banner-search__input-control.active {
  -webkit-box-shadow: inset 0 0 0 1px #96CFEE, 0 0 0 1px #96CFEE;
          box-shadow: inset 0 0 0 1px #96CFEE, 0 0 0 1px #96CFEE;
}
.banner-search.banner-search--next .banner-search__input-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.banner-search.banner-search--next .banner-search__input-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.banner-search.banner-search--next .banner-search__input-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.banner-search.banner-search--next .banner-search__input-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.banner-search.banner-search--next .banner-search__select-control {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.125rem 1.25rem 0.375rem 0.875rem;
  border: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.1875rem;
  -webkit-box-shadow: inset 0 0 0 1px #eeebe8;
          box-shadow: inset 0 0 0 1px #eeebe8;
}
.banner-search.banner-search--next .banner-search__select-control span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.banner-search.banner-search--next .banner-search__select-control:hover {
  background: #f8f7f6;
}
.banner-search.banner-search--next .banner-search__select-control.active {
  -webkit-box-shadow: inset 0 0 0 1px #96CFEE, 0 0 0 1px #96CFEE;
          box-shadow: inset 0 0 0 1px #96CFEE, 0 0 0 1px #96CFEE;
  background: #FFF;
}
.banner-search.banner-search--next .banner-search__select-control.active ~ .banner-search__popup {
  display: block;
}
.banner-search.banner-search--next .banner-search__select-control.active ~ .banner-search__field-arrow:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.banner-search.banner-search--next .banner-search__field-arrow {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  height: 0.375rem;
  width: 0.375rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  pointer-events: none;
}
.banner-search.banner-search--next .banner-search__field-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: solid 1px #38312e;
  border-top: solid 1px #38312e;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (min-width: 768px) {
  .banner-search.banner-search--next {
    padding: 2.5rem 0;
    position: relative;
  }
  .banner-search.banner-search--next .banner-search__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.11111111;
  }
  .banner-search.banner-search--next .banner-search__content {
    display: grid;
    grid-gap: 0.75rem;
    grid-template-columns: 11.5rem 11.5rem 2fr 3fr;
    padding: 0 0 0.75rem 0;
  }
  .banner-search.banner-search--next .banner-search__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-search.banner-search--next .banner-search__footer-link {
    color: inherit;
    font-size: 0.875rem;
    line-height: 2.85714286;
    display: inline-block;
    border-radius: 0.5rem;
    text-decoration: underline;
  }
  .banner-search.banner-search--next .banner-search__footer-link + .banner-search__footer-link {
    margin-left: 0.375rem;
  }
  .banner-search.banner-search--next .banner-search__popup-group {
    padding: 1.25rem;
  }
  .banner-search.banner-search--next .banner-search__popup-group:nth-child(2) ~ .banner-search__popup-group {
    border-top: solid 1px #e9e4e2;
  }
  .banner-search.banner-search--next .banner-search__popup-group-title {
    font-size: 0.75rem;
    line-height: 1.66666667;
    padding-bottom: 0.375rem;
  }
  .banner-search.banner-search--next .banner-search__popup-group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-search.banner-search--next .banner-search__popup-element {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .banner-search.banner-search--next .banner-search__popup-element + .banner-search__popup-element {
    padding-top: 0.25rem;
  }
  .banner-search.banner-search--next .banner-search__popup-element input:checked + .banner-search__popup-element-title:before {
    -webkit-box-shadow: inset 0 0 0 1px #e95d0f;
            box-shadow: inset 0 0 0 1px #e95d0f;
    background: #f26e27;
  }
  .banner-search.banner-search--next .banner-search__popup-element:hover {
    color: #e95d0f;
  }
  .banner-search.banner-search--next .banner-search__popup-element:hover .banner-search__popup-element-title:before {
    background: #F4F2F1;
  }
  .banner-search.banner-search--next .banner-search__popup-element-title {
    font-size: 0.875rem;
    line-height: 1.71428571;
    position: relative;
    display: block;
    padding-left: 1.5rem;
  }
  .banner-search.banner-search--next .banner-search__popup-element-title:before {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 0.1875rem;
    background: #f8f7f6;
    -webkit-box-shadow: inset 0 0 0 1px #e9e4e2;
            box-shadow: inset 0 0 0 1px #e9e4e2;
  }
}
/* element */
.banner-search-popup__element {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-size: 0.9375rem;
  line-height: 2.13333333;
  display: block;
  position: relative;
  padding-left: 2rem;
}
.banner-search-popup__element .banner-search-popup__element-title .banner-search-popup__element-rect {
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.1875rem;
  background: #f8f7f6;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.banner-search-popup__element .banner-search-popup__element-title .banner-search-popup__element-rect:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 0.3125rem;
  height: 0.5rem;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
      -ms-transform: rotate(45deg) translate(-4px, -4px);
          transform: rotate(45deg) translate(-4px, -4px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.banner-search-popup__element input:checked + .banner-search-popup__element-title .banner-search-popup__element-rect {
  background: #f26e27;
  white-space: nowrap;
}
.banner-search-popup__element input:checked + .banner-search-popup__element-title .banner-search-popup__element-rect:before {
  -webkit-transform: rotate(45deg) translate(0, 0);
      -ms-transform: rotate(45deg) translate(0, 0);
          transform: rotate(45deg) translate(0, 0);
  opacity: 1;
}
.banner-search-popup__element:hover .banner-search-popup__element-title .banner-search-popup__element-rect {
  background: #eeebe8;
}
@media (max-width: 767px) {
  .banner-search.banner-search--next .banner-search__layout {
    display: grid;
    grid-gap: 2.5rem;
  }
  .banner-search.banner-search--next .banner-search__content {
    display: grid;
    grid-gap: 0.75rem;
  }
  .banner-search.banner-search--next .banner-search__content .banner-search__item {
    position: relative;
    width: calc(100vw - 72px);
  }
  .banner-search.banner-search--next .banner-search__content .banner-search__item:nth-child(1) {
    z-index: 4;
  }
  .banner-search.banner-search--next .banner-search__content .banner-search__item:nth-child(2) {
    z-index: 3;
  }
  .banner-search.banner-search--next .banner-search__content .banner-search__item:nth-child(3) {
    z-index: 2;
  }
  .banner-search.banner-search--next .banner-search__content .banner-search__item:nth-child(4) {
    z-index: 1;
  }
  .banner-search.banner-search--next .banner-search__footer-links {
    display: none;
  }
  .banner-search.banner-search--next .banner-search__action.banner-search__action--map {
    display: none;
  }
  .banner-search.banner-search--next .banner-search__action.banner-search__action--reset {
    background: #f8f7f6;
  }
  .banner-search.banner-search--next .banner-search__action + .banner-search__action {
    margin-left: 0;
  }
  .banner-search.banner-search--next .banner-search__actions {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.75rem;
  }
}

/* End */


/* Start:/local/components/vincent/banner.search/templates/next/js/section-next.css?16182220223545*/
@media (min-width: 767px) {
  .banner-search-popup.section-control .banner-search-popup__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.active ~ .banner-search-popup.section-control {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.banner-search-popup.section-control {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 1.25rem);
      -ms-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-top: 1px;
  will-change: transform, opacity;
  z-index: 1;
}
.banner-search-popup.section-control .banner-search-popup__layout {
  -webkit-box-shadow: 0 0.5625rem 1.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5625rem 1.5rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background: #fff;
  position: relative;
}
.banner-search-popup.section-control .banner-search-popup__layout:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 100%;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #fff #0000;
}
.banner-search-popup.section-control .banner-search-popup__title {
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.66666667;
}
.banner-search-popup.section-control .banner-search-popup__group:nth-child(2) ~ .banner-search-popup__group {
  border-top: solid 1px #e9e4e2;
}
.banner-search-popup.section-control .banner-search-popup__group {
  padding: 1.25rem;
}
.banner-search-popup__close-popup {
  display: none;
}
@media (max-width: 767px) {
  body.banner-search-popup-body-fix {
    overflow: hidden;
    height: 100%;
  }
  .banner-search-popup.section-control {
    position: fixed;
    left: 0;
    top: 0;
    padding: 16px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    height: 100%;
  }
  .banner-search-popup.section-control .banner-search-popup__group:nth-child(1) {
    padding-bottom: 0;
  }
  .banner-search-popup.section-control .banner-search-popup__group:nth-child(2) {
    padding-top: 0;
  }
  .banner-search-popup.section-control .banner-search-popup__layout {
    height: calc(80vh - 92px);
    overflow: scroll;
    position: relative;
    z-index: 2;
  }
  .banner-search-popup.section-control.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
    z-index: 100;
  }
  .banner-search-popup.section-control.active:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
  }
  .banner-search-popup.section-control .banner-search-popup__close-popup {
    display: block;
    border: 0;
    margin-top: 1.25rem;
    line-height: 3;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 0.5rem;
    background: #f26e27;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0.5625rem 1.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5625rem 1.5rem rgba(0, 0, 0, 0.15);
  }
}

/* End */


/* Start:/local/components/vincent/banner.search/templates/next/js/district-next.css?16182220303708*/
@media (min-width: 768px) {
  .banner-search-popup.district-control .banner-search-popup__layout {
    display: grid;
    grid-template-rows: repeat(12, -webkit-min-content);
    grid-template-rows: repeat(12, min-content);
    grid-auto-flow: column;
    grid-column-gap: 1.25rem;
  }
}
.active ~ .banner-search-popup.district-control {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.banner-search-popup.district-control {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 1.25rem);
      -ms-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-top: 1px;
  will-change: transform, opacity;
  z-index: 1;
}
.banner-search-popup.district-control .banner-search-popup__layout {
  -webkit-box-shadow: 0 0.5625rem 1.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5625rem 1.5rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background: #fff;
  position: relative;
  padding: 1.25rem;
}
.banner-search-popup.district-control .banner-search-popup__layout:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 100%;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #fff #0000;
}
.banner-search-popup.district-control .banner-search-popup__title {
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.66666667;
}
.banner-search-popup.district-control .banner-search-popup__group:nth-child(2) ~ .banner-search-popup__group {
  border-top: solid 1px #e9e4e2;
}
.banner-search-popup.district-control .banner-search-popup__group {
  padding: 1.25rem;
}
.banner-search-popup__close-popup {
  display: none;
}
@media (max-width: 767px) {
  body.banner-search-popup-body-fix {
    overflow: hidden;
    height: 100%;
  }
  .banner-search-popup.district-control {
    position: fixed;
    left: 0;
    top: 0;
    padding: 16px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    height: 100%;
  }
  .banner-search-popup.district-control .banner-search-popup__group:nth-child(1) {
    padding-bottom: 0;
  }
  .banner-search-popup.district-control .banner-search-popup__group:nth-child(2) {
    padding-top: 0;
  }
  .banner-search-popup.district-control .banner-search-popup__layout {
    height: calc(80vh - 92px);
    overflow: scroll;
    position: relative;
    z-index: 2;
  }
  .banner-search-popup.district-control.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
    z-index: 100;
  }
  .banner-search-popup.district-control.active:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
  }
  .banner-search-popup.district-control .banner-search-popup__close-popup {
    display: block;
    border: 0;
    margin-top: 1.25rem;
    line-height: 3;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 0.5rem;
    background: #f26e27;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0.5625rem 1.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5625rem 1.5rem rgba(0, 0, 0, 0.15);
  }
}

/* End */


/* Start:/local/components/vincent/banner.search/templates/next/js/area.css?16182211193629*/
.active ~ .banner-search-popup.limit-control {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.banner-search-popup.limit-control {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  padding-top: 1px;
  -webkit-transform: translate(0, 1.25rem);
      -ms-transform: translate(0, 1.25rem);
          transform: translate(0, 1.25rem);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  will-change: transform, opacity;
  z-index: 1;
}
.banner-search-popup.limit-control .banner-search-popup__item {
  font-size: 0.875rem;
  line-height: 2.28571429;
  display: table-row;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.banner-search-popup.limit-control .banner-search-popup__item:hover {
  background: #f8f7f6;
}
.banner-search-popup.limit-control .banner-search-popup__item:active {
  background: #f26e27;
  color: #fff;
}
.banner-search-popup.limit-control .banner-search-popup__item-value {
  display: table-cell;
  text-align: right;
  padding-left: 1.25rem;
}
.banner-search-popup.limit-control .banner-search-popup__item-unit {
  display: table-cell;
  padding-right: 1.25rem;
  padding-left: 0.25rem;
  opacity: 0.5;
}
.banner-search-popup.limit-control .banner-search-popup__layout {
  -webkit-box-shadow: 0 0.5625rem 1.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5625rem 1.5rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  background: #fff;
  position: relative;
  padding: 1.25rem 0;
  display: table;
}
.banner-search-popup.limit-control .banner-search-popup__layout:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 100%;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #fff #0000;
}
.banner-search-popup.limit-control .banner-search-popup__title {
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.66666667;
}
.banner-search-popup.limit-control .banner-search-popup__group:nth-child(2) ~ .banner-search-popup__group {
  border-top: solid 1px #e9e4e2;
}
.banner-search-popup.limit-control .banner-search-popup__element {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.71428571;
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.banner-search-popup.limit-control .banner-search-popup__element .banner-search-popup__element-title:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.1875rem;
  background: #f8f7f6;
  -webkit-box-shadow: inset 0 0 0 1px #e9e4e2;
          box-shadow: inset 0 0 0 1px #e9e4e2;
}
.banner-search-popup.limit-control .banner-search-popup__element input:checked + .banner-search-popup__element-title:before {
  -webkit-box-shadow: inset 0 0 0 1px #e95d0f;
          box-shadow: inset 0 0 0 1px #e95d0f;
  background: #f26e27;
  white-space: nowrap;
}
.banner-search-popup.limit-control .banner-search-popup__element:hover {
  color: #e95d0f;
}
.banner-search-popup.limit-control .banner-search-popup__element:hover .banner-search-popup__element-title:before {
  background: #F4F2F1;
}
.banner-search-popup.limit-control .banner-search-popup__group {
  padding: 1.25rem;
}
@media (max-width: 767px) {
  .banner-search-popup.limit-control {
    display: none;
  }
}

/* End */


/* Start:/local/components/vincent/banner.sections/templates/apartments/style.css?16183223951170*/
.banner-sections.banner-sections--apartments {
  display: none;
}
.banner-sections.banner-sections--apartments.active {
  display: block;
}
.banner-sections.banner-sections--apartments .banner-sections__layout {
  padding: 0 0 2.5rem;
  grid-gap: 1.25rem;
  display: grid;
}
.banner-sections.banner-sections--apartments .banner-sections__title {
  font-size: 1.375rem;
  line-height: 1.09090909;
  font-weight: 500;
  padding-bottom: 1.25rem;
  height: auto;
}
.banner-sections.banner-sections--apartments .banner-sections__item.banner-sections__item--location {
  grid-area: a3;
}
@media (min-width: 768px) {
  .banner-sections.banner-sections--apartments .banner-sections__layout {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a0 a1 a2" "a3 a3 a4";
  }
}
@media (max-width: 767px) {
  .banner-sections.banner-sections--apartments .banner-sections__layout {
    grid-template-columns: 1fr;
  }
  .banner-sections.banner-sections--apartments .banner-sections__item.banner-sections__item--location {
    display: none;
  }
  .banner-sections.banner-sections--apartments .banner-sections__item.banner-sections__item--custom {
    display: none;
  }
}

/* End */


/* Start:/local/components/vincent/banner.section/templates/.default/style.css?16183138892176*/
.banner-section.banner-section--default {
  position: relative;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}
.banner-section.banner-section--default .banner-section__overlay {
  position: absolute;
  z-index: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.banner-section.banner-section--default .banner-section__overlay + .banner-section__layout {
  color: #FFF;
}
.banner-section.banner-section--default .banner-section__image {
  position: absolute;
  left: -1.25rem;
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  background-size: cover;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.banner-section.banner-section--default .banner-section__image:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.banner-section.banner-section--default .banner-section__layout {
  position: relative;
  z-index: 2;
  height: 10.75rem;
  padding: 1.25rem;
  grid-gap: 1.25rem;
  display: grid;
}
.banner-section.banner-section--default .banner-section__count {
  font-size: 0.75rem;
  line-height: 1.66666667;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.banner-section.banner-section--default .banner-section__title {
  font-size: 1.125rem;
  line-height: 1.11111111;
  font-weight: 600;
  color: inherit;
}
.banner-section.banner-section--default .banner-section__content {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
}
.banner-section.banner-section--default .banner-section__item {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.banner-section.banner-section--default .banner-section__link {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.42857143;
  font-weight: 500;
}
.banner-section.banner-section--default .banner-section__link:hover {
  text-decoration: underline;
}

/* End */


/* Start:/local/components/vincent/banner.section/templates/location/style.css?16183120571371*/
.banner-section.banner-section--location {
  border-radius: 0.5rem;
  padding: 1.25rem;
  height: 10.75rem;
  grid-gap: 1.25rem;
  display: grid;
  -webkit-box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}
.banner-section.banner-section--location .banner-section__title-icon {
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.banner-section.banner-section--location .banner-section__title {
  font-size: 1.125rem;
  line-height: 1.11111111;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.banner-section.banner-section--location .banner-section__content {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
}
.banner-section.banner-section--location .banner-section__item {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.banner-section.banner-section--location .banner-section__link {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.42857143;
  font-weight: 500;
}
.banner-section.banner-section--location .banner-section__link:hover {
  text-decoration: underline;
}

/* End */


/* Start:/local/components/vincent/banner.section/templates/custom/style.css?16183835961155*/
.banner-section.banner-section--custom {
  border-radius: 0.5rem;
  padding: 1.25rem;
  height: 10.75rem;
  grid-gap: 1.25rem;
  display: grid;
  -webkit-box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5625rem 1.5rem 0 rgba(0, 0, 0, 0.15);
}
.banner-section.banner-section--custom .banner-section__title {
  font-size: 1.125rem;
  line-height: 1.11111111;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.banner-section.banner-section--custom .banner-section__content {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
}
.banner-section.banner-section--custom .banner-section__item {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.banner-section.banner-section--custom .banner-section__link {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.42857143;
  font-weight: 500;
}
.banner-section.banner-section--custom .banner-section__link:hover {
  text-decoration: underline;
}

/* End */


/* Start:/local/components/vincent/banner.sections/templates/buildings/style.css?16183224131161*/
.banner-sections.banner-sections--buildings {
  display: none;
}
.banner-sections.banner-sections--buildings.active {
  display: block;
}
.banner-sections.banner-sections--buildings .banner-sections__layout {
  padding: 0 0 2.5rem;
  grid-gap: 1.25rem;
  display: grid;
}
.banner-sections.banner-sections--buildings .banner-sections__title {
  font-size: 1.375rem;
  line-height: 1.09090909;
  font-weight: 500;
  padding-bottom: 1.25rem;
  height: auto;
}
.banner-sections.banner-sections--buildings .banner-sections__item.banner-sections__item--location {
  grid-area: a3;
}
@media (min-width: 768px) {
  .banner-sections.banner-sections--buildings .banner-sections__layout {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a0 a1 a2" "a3 a3 a4";
  }
}
@media (max-width: 767px) {
  .banner-sections.banner-sections--buildings .banner-sections__layout {
    grid-template-columns: 1fr;
  }
  .banner-sections.banner-sections--buildings .banner-sections__item.banner-sections__item--location {
    display: none;
  }
  .banner-sections.banner-sections--buildings .banner-sections__item.banner-sections__item--custom {
    display: none;
  }
}

/* End */


/* Start:/local/components/vincent/banner.sections/templates/houses/style.css?16183224231134*/
.banner-sections.banner-sections--houses {
  display: none;
}
.banner-sections.banner-sections--houses.active {
  display: block;
}
.banner-sections.banner-sections--houses .banner-sections__layout {
  padding: 0 0 2.5rem;
  grid-gap: 1.25rem;
  display: grid;
}
.banner-sections.banner-sections--houses .banner-sections__title {
  font-size: 1.375rem;
  line-height: 1.09090909;
  font-weight: 500;
  padding-bottom: 1.25rem;
  height: auto;
}
.banner-sections.banner-sections--houses .banner-sections__item.banner-sections__item--location {
  grid-area: a3;
}
@media (min-width: 768px) {
  .banner-sections.banner-sections--houses .banner-sections__layout {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a0 a1 a2" "a3 a3 a4";
  }
}
@media (max-width: 767px) {
  .banner-sections.banner-sections--houses .banner-sections__layout {
    grid-template-columns: 1fr;
  }
  .banner-sections.banner-sections--houses .banner-sections__item.banner-sections__item--location {
    display: none;
  }
  .banner-sections.banner-sections--houses .banner-sections__item.banner-sections__item--custom {
    display: none;
  }
}

/* End */


/* Start:/local/components/vincent/banner.sections/templates/lands/style.css?16183224271125*/
.banner-sections.banner-sections--lands {
  display: none;
}
.banner-sections.banner-sections--lands.active {
  display: block;
}
.banner-sections.banner-sections--lands .banner-sections__layout {
  padding: 0 0 2.5rem;
  grid-gap: 1.25rem;
  display: grid;
}
.banner-sections.banner-sections--lands .banner-sections__title {
  font-size: 1.375rem;
  line-height: 1.09090909;
  font-weight: 500;
  padding-bottom: 1.25rem;
  height: auto;
}
.banner-sections.banner-sections--lands .banner-sections__item.banner-sections__item--location {
  grid-area: a3;
}
@media (min-width: 768px) {
  .banner-sections.banner-sections--lands .banner-sections__layout {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a0 a1 a2" "a3 a3 a4";
  }
}
@media (max-width: 767px) {
  .banner-sections.banner-sections--lands .banner-sections__layout {
    grid-template-columns: 1fr;
  }
  .banner-sections.banner-sections--lands .banner-sections__item.banner-sections__item--location {
    display: none;
  }
  .banner-sections.banner-sections--lands .banner-sections__item.banner-sections__item--custom {
    display: none;
  }
}

/* End */


/* Start:/local/components/vincent/banner.sections/templates/cottage-villages/style.css?16183224191224*/
.banner-sections.banner-sections--cottage-villages {
  display: none;
}
.banner-sections.banner-sections--cottage-villages.active {
  display: block;
}
.banner-sections.banner-sections--cottage-villages .banner-sections__layout {
  padding: 0 0 2.5rem;
  grid-gap: 1.25rem;
  display: grid;
}
.banner-sections.banner-sections--cottage-villages .banner-sections__title {
  font-size: 1.375rem;
  line-height: 1.09090909;
  font-weight: 500;
  padding-bottom: 1.25rem;
  height: auto;
}
.banner-sections.banner-sections--cottage-villages .banner-sections__item.banner-sections__item--location {
  grid-area: a3;
}
@media (min-width: 768px) {
  .banner-sections.banner-sections--cottage-villages .banner-sections__layout {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a0 a1 a2" "a3 a3 a4";
  }
}
@media (max-width: 767px) {
  .banner-sections.banner-sections--cottage-villages .banner-sections__layout {
    grid-template-columns: 1fr;
  }
  .banner-sections.banner-sections--cottage-villages .banner-sections__item.banner-sections__item--location {
    display: none;
  }
  .banner-sections.banner-sections--cottage-villages .banner-sections__item.banner-sections__item--custom {
    display: none;
  }
}

/* End */


/* Start:/local/components/vincent/banner.sections/templates/commerce/style.css?16183224171152*/
.banner-sections.banner-sections--commerce {
  display: none;
}
.banner-sections.banner-sections--commerce.active {
  display: block;
}
.banner-sections.banner-sections--commerce .banner-sections__layout {
  padding: 0 0 2.5rem;
  grid-gap: 1.25rem;
  display: grid;
}
.banner-sections.banner-sections--commerce .banner-sections__title {
  font-size: 1.375rem;
  line-height: 1.09090909;
  font-weight: 500;
  padding-bottom: 1.25rem;
  height: auto;
}
.banner-sections.banner-sections--commerce .banner-sections__item.banner-sections__item--location {
  grid-area: a3;
}
@media (min-width: 768px) {
  .banner-sections.banner-sections--commerce .banner-sections__layout {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a0 a1 a2" "a3 a3 a4";
  }
}
@media (max-width: 767px) {
  .banner-sections.banner-sections--commerce .banner-sections__layout {
    grid-template-columns: 1fr;
  }
  .banner-sections.banner-sections--commerce .banner-sections__item.banner-sections__item--location {
    display: none;
  }
  .banner-sections.banner-sections--commerce .banner-sections__item.banner-sections__item--custom {
    display: none;
  }
}

/* End */


/* Start:/local/components/vincent/banner.sections/templates/rent/style.css?16183224471116*/
.banner-sections.banner-sections--rent {
  display: none;
}
.banner-sections.banner-sections--rent.active {
  display: block;
}
.banner-sections.banner-sections--rent .banner-sections__layout {
  padding: 0 0 2.5rem;
  grid-gap: 1.25rem;
  display: grid;
}
.banner-sections.banner-sections--rent .banner-sections__title {
  font-size: 1.375rem;
  line-height: 1.09090909;
  font-weight: 500;
  padding-bottom: 1.25rem;
  height: auto;
}
.banner-sections.banner-sections--rent .banner-sections__item.banner-sections__item--location {
  grid-area: a3;
}
@media (min-width: 768px) {
  .banner-sections.banner-sections--rent .banner-sections__layout {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a0 a1 a2" "a3 a3 a4";
  }
}
@media (max-width: 767px) {
  .banner-sections.banner-sections--rent .banner-sections__layout {
    grid-template-columns: 1fr;
  }
  .banner-sections.banner-sections--rent .banner-sections__item.banner-sections__item--location {
    display: none;
  }
  .banner-sections.banner-sections--rent .banner-sections__item.banner-sections__item--custom {
    display: none;
  }
}

/* End */


/* Start:/local/components/vincent/exclusive.block/templates/def/style.css?16515913072150*/
.exclusive-block {
  background: #F4F2F1;
  padding: 3rem 0;
}

.exclusive-block__banner {
  display: block;
  padding-bottom: 1.5rem;
}
.exclusive-block__banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.exclusive-block__title {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}

.exclusive-block__subtitle {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 400;
}

.exclusive-block__top {
  margin-top: 24px;
  position: relative;
}

.exclusive-block__banner {
  position: relative;
}
@media (min-width: 768px) {
  .exclusive-block__banner img {
    height: 296px;
  }
}
.exclusive-block__video-button {
  position: absolute;
  left: 33.3333333333%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  width: 64px;
  height: 44px;
  background: 50% 50% no-repeat;
  background-size: cover;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 2px 4px hsla(21deg, 49%, 11%, 0.75);
  will-change: transform, box-shadow;
  transition: 0.2s;
  opacity: 1;
  user-select: none;
}
.exclusive-block__video-button:hover {
  box-shadow: 0 3px 8px hsla(21deg, 49%, 11%, 0.5);
}
.exclusive-block__video-button:active {
  transform: translate(-50%, -50%) scale(0.98);
}

.exclusive-block__mobile-dummy {
  display: none;
}

@media (max-width: 767px) {
  .exclusive-block__video-button {
    left: 50%;
  }

  .exclusive-block__main {
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(6, 75vw) 1px;
    grid-gap: 1rem;
    overflow-x: scroll;
    margin: 1rem -1rem 0;
    padding: 0 1rem;
  }
  .exclusive-block__main .catalog-card__detail {
    grid-template-areas: "a0 a0" "a1 a1" "a4 a4" "a3 a3" !important;
  }
  .exclusive-block__main .catalog-card__update {
    display: none;
  }
  .exclusive-block__main .catalog-card__badge + .catalog-card__badge {
    display: none;
  }

  .exclusive-block__mobile-dummy {
    display: block;
  }
}
@media (min-width: 768px) {
  .exclusive-block__main {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
  }
}

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

/* End */


/* Start:/local/components/vincent/catalog.card/templates/def/style.css?160491519616096*/
/* autoprefixer grid: autoplace */
@media (max-width: 767px) {
  #app {
    max-width: 100vw;
    overflow: hidden;
  }
}
.catalog-card {
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: inset 0 0 0 1px #EEEBE8;
          box-shadow: inset 0 0 0 1px #EEEBE8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exclusive-block__main .catalog-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.catalog-card__image-slider {
  width: 100%;
  height: 100%;
}
.catalog-card__image-slider img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  outline: none;
}
/* base */
.catalog-card__sale {
  line-height: 1.42857143;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  top: 1rem;
  padding: 0 0.375rem;
  border-radius: 0 0.1875rem 0.1875rem 0;
  color: #fff;
  background: #F26E27;
}
/* images */
.catalog-card__images {
  position: relative;
  background: #EEEBE8 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
.catalog-card__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 1rem;
}
/* top */
.catalog-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-card__id {
  white-space: nowrap;
  line-height: 1.42857143;
  font-size: 0.875rem;
}
.catalog-card__id .number {
  font-weight: 600;
}
.catalog-card__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.catalog-card__badge {
  line-height: 1.66666667;
  font-size: 0.75rem;
  border-radius: 0.1875rem;
  background: #EEEBE8;
  padding: 0 0.5rem;
}
.catalog-card__badge + .catalog-card__badge {
  margin-left: 0.25rem;
}
.catalog-card__badge.orange {
  color: #fff;
  background: #F26E27;
}
.catalog-card__badge.green {
  color: #fff;
  background: #93AD20;
}
/* properties */
.catalog-card__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.catalog-card__property {
  font-size: 0.875rem;
  line-height: 1.42857143;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.catalog-card__property + .catalog-card__property {
  margin-left: 1rem;
}
.catalog-card__property-icon {
  display: inline-block;
  margin-right: 0.25rem;
  opacity: 0.5;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.catalog-card__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.catalog-card__update-icon {
  margin-right: 0.25rem;
}
/* main */
.catalog-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-card__name {
  font-weight: 600;
  height: 2.5rem;
  overflow: hidden;
  line-height: 1.11111111;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: inherit;
}
.catalog-card__name:hover {
  color: #F26E27;
}
.catalog-card__prices {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  text-align: right;
}
.catalog-card__prices .value {
  font-variant: tabular-nums;
}
.catalog-card__price-old {
  font-size: 0.875rem;
  line-height: 1.42857143;
  margin-top: -1.25rem;
  opacity: 0.5;
}
.catalog-card__price-old .value {
  text-decoration: line-through;
}
.catalog-card__price {
  font-size: 1.125rem;
  line-height: 1.11111111;
  color: #F26E27;
}
.catalog-card__price.empty {
  color: inherit;
}
.catalog-card__price:not(.empty) {
  white-space: nowrap;
}
.catalog-card__price .value {
  font-weight: 600;
}
.catalog-card__price-alt {
  font-size: 0.875rem;
  line-height: 1.42857143;
}
.catalog-card__price-alt .value {
  font-weight: 600;
}
/* description */
.catalog-card__description {
  height: 2rem;
  overflow: hidden;
  line-height: 1.14285714;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.catalog-card__description .detail {
  margin-left: 0.5em;
  text-decoration: underline;
}
/* address */
.catalog-card__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.42857143;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.catalog-card__update {
  font-size: 0.625rem;
  line-height: 2;
  opacity: 0.5;
  font-weight: 600;
}
.catalog-card__address-element.link {
  text-decoration: underline;
  color: inherit;
}
.catalog-card__address-element.link:hover {
  color: #e95d0f;
}
.catalog-card__address-delimiter {
  padding: 0 0.125em;
}
.catalog-card__address-icon {
  margin-right: 0.25rem;
  opacity: 0.5;
}
/* actions */
.catalog-card__action {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  will-change: transform, opacity;
}
.catalog-card__action:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.catalog-card__action.active {
  background: #F26E27;
  color: #fff;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(233, 93, 15, 0.4);
          box-shadow: 0 0.3125rem 0.625rem rgba(233, 93, 15, 0.4);
}
.catalog-card__action-icon {
  display: block;
  pointer-events: none;
}
.catalog-card__update-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-card__online {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #69bae6;
  border-radius: 50%;
  color: #fff;
}
@media (min-width: 768px) {
  .catalog-card .catalog-card__action:not(.active) {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0;
  }
  .catalog-card:hover .catalog-card__action {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .catalog-card__images .catalog-card__image-control {
    -webkit-transform: translateY(-50%) scale(0.75);
        -ms-transform: translateY(-50%) scale(0.75);
            transform: translateY(-50%) scale(0.75);
    opacity: 0;
  }
  .catalog-card__images:hover .catalog-card__image-control {
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  .catalog-list.catalog--list .catalog-card + .catalog-card {
    margin-top: 20px;
  }
  .catalog-list.catalog--list .catalog-card__images {
    height: 13.5rem;
    width: 15rem;
    min-width: 15rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .catalog-list.catalog--list .catalog-card__detail {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "a0 a0" "a1 a2" "a3 a3" "a4 a5";
    grid-template-rows: repeat(4, -webkit-min-content);
    grid-template-rows: repeat(4, min-content);
    grid-row-gap: 0.75rem;
  }
  .catalog-list.catalog--list .catalog-card__top {
    grid-area: a0;
  }
  .catalog-list.catalog--list .catalog-card__main {
    grid-area: a1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-top: 1.25rem;
  }
  .catalog-list.catalog--list .catalog-card__properties {
    position: absolute;
    top: 0;
  }
  .catalog-list.catalog--list .catalog-card__prices {
    grid-area: a2;
    padding-top: 1.25rem;
  }
  .catalog-list.catalog--list .catalog-card__description {
    grid-area: a3;
    height: 3rem;
    font-size: 0.8125rem;
    -webkit-line-clamp: 3;
  }
  .catalog-list.catalog--list .catalog-card__address {
    grid-area: a4;
  }
  .catalog-list.catalog--list .catalog-card__update {
    grid-area: a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .catalog-list.catalog--grid {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
  .catalog-list.catalog--grid .catalog-card,
  .exclusive-block__main .catalog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog-list.catalog--grid .catalog-card__detail,
  .exclusive-block__main .catalog-card__detail {
    display: grid;
    grid-gap: 0.75rem;
    grid-template-columns: 1fr 6.25rem;
    grid-template-rows: repeat(4, -webkit-min-content);
    grid-template-rows: repeat(4, min-content);
    grid-template-areas: "a0 a0" "a1 a1" "a4 a4" "a3 a5";
  }
  .catalog-list.catalog--grid .catalog-card__top,
  .exclusive-block__main .catalog-card__top {
    grid-area: a0;
  }
  .catalog-list.catalog--grid .catalog-card__main,
  .exclusive-block__main .catalog-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-area: a1;
  }
  .catalog-list.catalog--grid .catalog-card__images,
  .exclusive-block__main .catalog-card__images {
    height: 16rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .catalog-list.catalog--grid .catalog-card__description,
  .exclusive-block__main .catalog-card__description {
    display: none;
  }
  .catalog-list.catalog--grid .catalog-card__prices,
  .exclusive-block__main .catalog-card__prices {
    text-align: left;
    grid-area: a3;
    padding-top: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 3.25rem;
  }
  .catalog-list.catalog--grid .catalog-card__address,
  .exclusive-block__main .catalog-card__address {
    grid-area: a4;
  }
  .catalog-list.catalog--grid .catalog-card__update,
  .exclusive-block__main .catalog-card__update {
    grid-area: a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.catalog-card__badge + .catalog-card__badge {
  display: none;
}
@media (max-width: 359px) {
  .catalog-card__badge + .catalog-card__badge {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog-card__price {
    font-size: 1.25rem;
  }
  .catalog-card__price .value {
    font-weight: 600;
  }
  .catalog-list.catalog-list {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .catalog-list.catalog-list .catalog-card,
  .exclusive-block__main .catalog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog-list.catalog-list .catalog-card__detail,
  .exclusive-block__main .catalog-card__detail {
    display: grid;
    grid-gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, -webkit-min-content);
    grid-template-rows: repeat(4, min-content);
    grid-template-areas: "a0 a0" "a1 a1" "a4 a4" "a3 a5";
  }
  .catalog-list.catalog-list .catalog-card__top,
  .exclusive-block__main .catalog-card__top {
    grid-area: a0;
  }
  .catalog-list.catalog-list .catalog-card__main,
  .exclusive-block__main .catalog-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-area: a1;
  }
  .catalog-list.catalog-list .catalog-card__address,
  .exclusive-block__main .catalog-card__address {
    grid-area: a4;
  }
  .catalog-list.catalog-list .catalog-card__images,
  .exclusive-block__main .catalog-card__images {
    height: 16rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .catalog-list.catalog-list .catalog-card__description,
  .exclusive-block__main .catalog-card__description {
    display: none;
  }
  .catalog-list.catalog-list .catalog-card__prices,
  .exclusive-block__main .catalog-card__prices {
    text-align: left;
    grid-area: a3;
    padding-top: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 3.25rem;
  }
  .catalog-list.catalog-list .catalog-card__update,
  .exclusive-block__main .catalog-card__update {
    grid-area: a5;
  }
}
.catalog-card__image-count {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 0.75rem;
  line-height: 1.66666667;
  color: #fff;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.catalog-card__image-control-icon.prev-icon {
  margin-right: 33.33333333%;
}
.catalog-card__image-control-icon.next-icon {
  margin-left: 33.33333333%;
}
.catalog-card__image-control {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  will-change: transform, background, color;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.catalog-card__image-control:hover {
  color: #8C7B73;
  background: #ffffff;
  -webkit-transform: translateY(-50%) scale(1.25);
      -ms-transform: translateY(-50%) scale(1.25);
          transform: translateY(-50%) scale(1.25);
}
.catalog-card__image-control.prev {
  left: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.catalog-card__image-control.next {
  right: 0.5rem;
}

/* End */


/* Start:/local/components/common/video/templates/main.page.preview.large/style.css?16185653953887*/
.common-video.common-video--main-page-preview-large {
  margin: 40px 0;
  background: #F4F2F1;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 15px 40px 0 hsl(20, 12%, 90%);
          box-shadow: 0 15px 40px 0 hsl(20, 12%, 90%);
  position: relative;
}
.common-video.common-video--main-page-preview-large .common-video__title {
  color: #FFF;
  font-size: 1.75rem;
  line-height: 1.07142857;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.common-video.common-video--main-page-preview-large .common-video__content {
  position: relative;
  padding: 2.5rem;
  z-index: 2;
  height: 100%;
}
.common-video.common-video--main-page-preview-large .common-video__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.common-video.common-video--main-page-preview-large .common-video__action {
  border: solid 2px #FFF;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: opacity;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.75;
}
.common-video.common-video--main-page-preview-large .common-video__action:hover {
  opacity: 1;
}
.common-video.common-video--main-page-preview-large .common-video__action:before {
  content: "";
  border-style: solid;
  border-color: #FFF transparent;
  border-width: 14px 8px 0;
  display: block;
  -webkit-transform: rotate(-90deg) translate(0, 2px);
      -ms-transform: rotate(-90deg) translate(0, 2px);
          transform: rotate(-90deg) translate(0, 2px);
}
.common-video.common-video--main-page-preview-large .common-video__action:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  cursor: pointer;
  border-radius: 0.5rem;
}
.common-video.common-video--main-page-preview-large .common-video__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.common-video.common-video--main-page-preview-large .common-video__image[data-lazy] {
  visibility: hidden;
}
@media (min-width: 768px) {
  .common-video.common-video--main-page-preview-large .common-video__layout {
    position: relative;
    height: 30rem;
  }
  .common-video.common-video--main-page-preview-large .common-video__content {
    padding-right: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-video.common-video--main-page-preview-large .mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .common-video.common-video--main-page-preview-large {
    margin: 1.25rem 0;
  }
  .common-video.common-video--main-page-preview-large .common-video__layout {
    position: relative;
    height: calc(100vw - 2rem);
  }
  .common-video.common-video--main-page-preview-large .common-video__content {
    padding-right: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common-video.common-video--main-page-preview-large .desk {
    display: none;
  }
  .common-video.common-video--main-page-preview-large .common-video__title {
    font-size: 1.125rem;
    line-height: 1.11111111;
  }
}

/* End */


/* Start:/local/components/vincent/review.slider/templates/.default/style.css?16185654814820*/
.vincent-review-slider.vincent-review-slider--default {
  padding: 2.5rem 0;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item-overlay-blur {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 1;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__title {
  padding-bottom: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.09090909;
  font-weight: 500;
  display: inline-block;
  color: inherit;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__title:hover {
  color: #f26e27;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item-image-blur {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  display: block;
  width: 100%;
  height: 100%;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__layout {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  padding-bottom: 2.5rem;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item-image.swiper-lazy {
  visibility: hidden;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item-image.swiper-lazy.swiper-lazy-loaded {
  visibility: visible;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item {
  height: 320px;
  border-radius: 0.5rem;
  position: relative;
  background: #f4f2f1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item.vincent-review-slider__item--action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item.vincent-review-slider__item--action:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item-action {
  font-size: 1.125rem;
  line-height: 1.11111111;
  font-weight: 500;
  padding: 1.25rem;
  position: relative;
  color: #FFF;
  z-index: 3;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item-content {
  height: 20rem;
  position: relative;
  z-index: 2;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 75%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 75%);
  background: linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 75%);
  border-radius: 0.5rem;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item-title {
  font-size: 0.875rem;
  line-height: 1.14285714;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__item-text {
  font-size: 0.75rem;
  line-height: 1.33333333;
  height: 3rem;
  font-weight: 500;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 0.1875rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 2px;
  outline: none;
}
.vincent-review-slider.vincent-review-slider--default .vincent-review-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .vincent-review-slider.vincent-review-slider--default {
    padding: 1.25rem 0;
  }
}

/* End */


/* Start:/local/components/vincent/awards.slider/templates/.default/style.css?16185655383670*/
.vincent-awards-slider.vincent-awards-slider--default {
  padding: 2.5rem 0;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__title {
  padding-bottom: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.09090909;
  font-weight: 500;
  display: inline-block;
  color: inherit;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__title:hover {
  color: #f26e27;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__layout {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  padding-bottom: 2.5rem;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
  height: 11.25rem;
  background: #f4f2f1;
  border-radius: 0.5rem;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item-image.swiper-lazy {
  visibility: hidden;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item-image.swiper-lazy.swiper-lazy-loaded {
  visibility: visible;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item {
  border-radius: 0.5rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item-action {
  font-size: 1.125rem;
  line-height: 1.11111111;
  font-weight: 500;
  padding: 1.25rem;
  position: relative;
  color: #FFF;
  z-index: 3;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item-content {
  position: relative;
  z-index: 2;
  padding: 1.25rem;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item-title {
  font-size: 0.875rem;
  line-height: 1.14285714;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item-text {
  font-size: 0.75rem;
  line-height: 1.33333333;
  height: 3rem;
  font-weight: 500;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 0.1875rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 2px;
  outline: none;
}
.vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .vincent-awards-slider.vincent-awards-slider--default {
    padding: 1.25rem 0;
  }
  .vincent-awards-slider.vincent-awards-slider--default .vincent-awards-slider__item-image-container {
    height: 12.5rem;
  }
}

/* End */


/* Start:/local/components/vincent/news.preview/templates/.default/style.css?15765963605893*/
.news-preview {
  padding: 1.5rem 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
}
.news-preview .news-preview__blog-list {
  margin: 0 -0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.25;
}
.news-preview .blog-item {
  padding: 0.75rem;
  width: 33.33333333%;
  color: #fff;
}
.news-preview .blog-item .blog-item__content {
  height: 240px;
}
.news-preview .blog-item__content {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-preview .blog-item__overlay {
  background: var(--color-gray-100) 50% 50% no-repeat;
  background-size: cover;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.news-preview .blog-item__overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(75%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, transparent 25%, rgba(0, 0, 0, 0.4) 75%);
  background: -o-linear-gradient(top, transparent 25%, rgba(0, 0, 0, 0.4) 75%);
  background: linear-gradient(top, transparent 25%, rgba(0, 0, 0, 0.4) 75%);
  border-radius: 8px;
  z-index: 1;
}
.news-preview .blog-item__tags {
  margin-bottom: 12px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.news-preview .blog-item__tags .tag {
  color: #fff;
  margin-right: 0.75em;
}
.news-preview .blog-item__title {
  font-weight: 900;
  color: #fff;
}
.news-preview .blog-item--primary {
  width: 66.66666667%;
}
.news-preview .blog-item--primary .blog-item__content {
  height: 480px;
}
.news-preview .blog-item--primary .blog-item__title {
  font-size: 22px;
  font-weight: 900;
}
.news-preview .blog-item__text {
  margin-top: 1rem;
  font-size: 14px;
}
.news-preview .blog-item__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.news-preview .blog-item__author .author__name {
  font-weight: 600;
  font-size: 14px;
}
.news-preview .blog-item__author .author__photo {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: var(--color-gray-100) 50% 0% no-repeat;
  background-size: cover;
  border: solid 1px #fff;
}
.news-preview .blog-item__author .author__detail {
  padding-left: 12px;
}
.news-preview .blog-item:not(.blog-item--secondary) .blog-item__title:after {
  content: '';
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.news-preview .blog-item--secondary {
  color: inherit;
}
.news-preview .blog-item--secondary .tag {
  color: inherit;
}
.news-preview .blog-item--secondary .blog-item__overlay:before {
  display: none;
}
.news-preview .blog-item--secondary .blog-item__author {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 66.66666667%;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6) 75%);
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.6) 75%);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6) 75%);
  color: #fff;
  padding: 1rem 1.5rem;
  margin-top: 0;
}
.news-preview .blog-item--secondary .blog-item__content {
  height: 480px;
  padding-top: calc(1 * 100% / 3 + 4.5rem);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-preview .blog-item--secondary .blog-item__title {
  font-size: 18px;
  font-weight: 900;
  color: var(--color-orange-500);
}
.news-preview .blog-item--secondary .blog-item__overlay {
  border-radius: 8px 8px 0 0;
  bottom: 66.66666667%;
}
.news-preview .blog-item__layout {
  border-radius: 8px;
  -webkit-box-shadow: 0 15px 40px 0 hsl(20, 12%, 90%);
          box-shadow: 0 15px 40px 0 hsl(20, 12%, 90%);
  background: #fff;
  position: relative;
  will-change: transform, box-shadow;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.news-preview .blog-item__layout:hover {
  -webkit-transform: scale(0.995);
      -ms-transform: scale(0.995);
          transform: scale(0.995);
  -webkit-box-shadow: 0 0 0 0 hsl(20, 12%, 90%);
          box-shadow: 0 0 0 0 hsl(20, 12%, 90%);
}
.news-preview .blog-item__overlay {
  z-index: 1;
}
.news-preview .blog-item__content {
  position: relative;
  z-index: 2;
}
.news-preview .blog-item__date {
  font-size: 12px;
  padding-top: 0.25em;
}
.news-preview__title {
  font-weight: 600;
}
.news-preview__title a {
  color: inherit;
}
.news-preview__title a:hover {
  color: var(--color-orange-500);
}
.news-preview__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-preview__row + .news-preview__row {
  margin-top: 1.5rem;
}
.news-preview__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  margin-top: 1rem;
  line-height: 1.25;
}
.news-preview__items .name {
  color: inherit;
}
.news-preview__items .name:hover {
  color: var(--color-orange-500);
}
.news-preview__items .date {
  font-size: 14px;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  display: none;
}

/* End */


/* Start:/local/components/vincent/partners/templates/main.page/style.css?15723401421347*/
.partners.partners--main-page {
  padding: 1.5rem 0;
}
.partners.partners--main-page .partners__title + .partners__layout {
  margin-top: 0.75rem;
}
.partners.partners--main-page .partners__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partners.partners--main-page .partners__layout .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.5;
  will-change: transform, filter, opacity;
  cursor: pointer;
}
.partners.partners--main-page .partners__layout .item:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.partners.partners--main-page .partners__layout .img {
  width: auto;
  height: auto;
  max-width: 66%;
  max-height: 66%;
}
@media (max-width: 767px) {
  .partners.partners--main-page {
    display: none;
  }
}

/* End */
/* /local/components/vincent/slider.promo/templates/.default/style.css?16483922122641 */
/* /local/components/vincent/banner.promo/templates/next-animation/style.css?16188465088777 */
/* /local/components/vincent/banner.promo/templates/next-animation/vendor/swiper.css?161839700913872 */
/* /local/assets/css/lg.css?150379444624603 */
/* /local/components/vincent/banner.search/templates/next/style.css?161832100015999 */
/* /local/components/vincent/banner.search/templates/next/js/section-next.css?16182220223545 */
/* /local/components/vincent/banner.search/templates/next/js/district-next.css?16182220303708 */
/* /local/components/vincent/banner.search/templates/next/js/area.css?16182211193629 */
/* /local/components/vincent/banner.sections/templates/apartments/style.css?16183223951170 */
/* /local/components/vincent/banner.section/templates/.default/style.css?16183138892176 */
/* /local/components/vincent/banner.section/templates/location/style.css?16183120571371 */
/* /local/components/vincent/banner.section/templates/custom/style.css?16183835961155 */
/* /local/components/vincent/banner.sections/templates/buildings/style.css?16183224131161 */
/* /local/components/vincent/banner.sections/templates/houses/style.css?16183224231134 */
/* /local/components/vincent/banner.sections/templates/lands/style.css?16183224271125 */
/* /local/components/vincent/banner.sections/templates/cottage-villages/style.css?16183224191224 */
/* /local/components/vincent/banner.sections/templates/commerce/style.css?16183224171152 */
/* /local/components/vincent/banner.sections/templates/rent/style.css?16183224471116 */
/* /local/components/vincent/exclusive.block/templates/def/style.css?16515913072150 */
/* /local/components/vincent/catalog.card/templates/def/style.css?160491519616096 */
/* /local/components/common/video/templates/main.page.preview.large/style.css?16185653953887 */
/* /local/components/vincent/review.slider/templates/.default/style.css?16185654814820 */
/* /local/components/vincent/awards.slider/templates/.default/style.css?16185655383670 */
/* /local/components/vincent/news.preview/templates/.default/style.css?15765963605893 */
/* /local/components/vincent/partners/templates/main.page/style.css?15723401421347 */
