@charset "UTF-8";
.news-list .news-item {
  overflow: hidden;
}
.news-list .news-item-link {
  border: none !important;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

/* Баннер */
.banner {
  color: #fff;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 280px;
  transition: all 0.25s ease-out;
  /* Картинки под баннерами */
}
.banner.x2 {
  width: 570px;
}
.banner__bg_image {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.banner__content {
  position: relative;
  z-index: 3;
  font-size: 15px;
}
.banner__content_group {
  margin-bottom: 10px;
  opacity: 0.8;
  letter-spacing: 2px;
}
.banner__content_title {
  font: normal 23px/25px "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  display: inline;
  border-bottom: 1px solid transparent;
  transition: all 0.25s linear;
}
.banner__content_text-brand span, .banner__content_text-product-price span {
  border-bottom: 1px solid transparent;
}
.banner__content_main {
  margin: 10px 0 5px;
  position: relative;
}
.banner__content_main_text {
  position: relative;
  z-index: 5;
  line-height: 21px;
}
.banner__content_bottom {
  margin-top: 11px;
  font-size: 17px;
}
.banner__content_main__bg {
  position: relative;
  z-index: 1;
}
.banner__content_main__bg img {
  max-width: 100%;
  height: auto;
}
.banner__content_main__bg_main {
  position: relative;
  z-index: 2;
}
.banner__content_pano {
  text-align: right;
  margin-top: 100px;
}
.banner__fade-top, .banner__fade-top_hover, .banner__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  background-color: transparent;
  transition: all 0.25s ease-out;
}
.banner__fade-top {
  background-color: #466e96;
  opacity: 0.1;
  display: block;
}
.banner:after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  bottom: -60px;
  right: -60px;
  background-color: #c4007e;
  border: 3px white solid;
  transform: rotate(45deg);
  z-index: 100;
  background-clip: content-box;
  transition: all 0.25s ease-out;
  box-sizing: border-box;
  opacity: 0;
}
.banner:hover:after {
  bottom: -25px;
  right: -25px;
  opacity: 1;
}

.banner-inner {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 26px;
  transition: all 0.25s ease-out;
}

/** DEFAULT */
.banner-default .banner-inner,
.banner-default .banner__fade {
  background-position: 100% 100%;
}
.banner-default .banner__fade {
  transition: all 0.25s ease-out;
  opacity: 0.2;
}
.banner-default .banner.x2__content_title {
  margin-bottom: 10px;
}
.banner-default .banner.x2__content_pano {
  margin-top: 10px;
}
.banner-default .banner__content_title {
  border-bottom: none;
}
.banner-default.selected .banner-inner, .banner-default.hover .banner-inner, .banner-default:hover .banner-inner {
  transform: scale(1.05);
}
.banner-default.selected .banner__fade, .banner-default.hover .banner__fade, .banner-default:hover .banner__fade {
  opacity: 1;
  filter: saturate(1.2);
}

/* BRAND */
.banner-ad-brand:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #466e96;
  opacity: 0.1;
}
.banner-ad-brand.x2 {
  width: 566px;
}
.banner-ad-brand .banner-inner {
  text-align: center;
  width: 280px;
  margin: 0 auto;
}
.banner-ad-brand .banner__bg_image {
  opacity: 1;
}
.banner-ad-brand .banner__fade,
.banner-ad-brand .banner__fade-top {
  display: none;
}
.banner-ad-brand.selected .banner-inner, .banner-ad-brand.hover .banner-inner, .banner-ad-brand:hover .banner-inner {
  transform: scale(1.05);
}

/* INFO */
.banner-info {
  color: #0b5890;
  background-color: #ebf0f4;
}
.banner-info.selected .banner-inner, .banner-info.hover .banner-inner, .banner-info:hover .banner-inner {
  transform: scale(1.05);
}

/* INFO-NEW-HEAD */
.banner-info-new-head.selected .banner-inner, .banner-info-new-head.hover .banner-inner, .banner-info-new-head:hover .banner-inner {
  transform: scale(1.05);
}
.banner-info-new-head .banner__content_head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.banner-info-new-head .banner__content_heading {
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
}
.banner-info-new-head .banner__content_group {
  text-transform: uppercase;
  font-style: normal;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  opacity: 1;
  text-align: right;
  letter-spacing: initial;
}
.banner-info-new-head .banner__content_title {
  padding-top: 10px;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}

/* VIDEO */
.banner-video video {
  vertical-align: top;
  margin-left: -75%;
  opacity: 1;
  transition: all 0.25s ease-out;
}
.banner-video .banner-inner {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.banner-video__poster {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-video.selected:before, .banner-video.hover:before, .banner-video:hover:before {
  font-size: 100px;
  opacity: 0;
}
.banner-video.selected video, .banner-video.hover video, .banner-video:hover video {
  transform: scale(1.05);
  opacity: 1;
}

/* PRODUCT */
.banner-product {
  color: #fff;
}
.banner-product.x2 {
  width: 568px;
}
.banner-product .banner__bg_image {
  opacity: 1;
  transition: all 0.25s ease-out;
}
.banner-product .banner__fade-top, .banner-product .banner__fade-top_hover {
  opacity: 0;
}
.banner-product .banner__fade-top_hover {
  filter: none !important;
  background: linear-gradient(135deg, #ffffff00 50%, #ffffff54 100%) !important;
}
.banner-product .banner__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px;
}
.banner-product .banner__content_text-brand {
  margin-bottom: 10px;
}
.banner-product .banner__content_text-brand span {
  opacity: 0.8;
  letter-spacing: 2px;
}
.banner-product .banner__content_text-product-price {
  margin-top: 11px;
}
.banner-product .banner__content_text-product-price span {
  opacity: 0.8;
}
.banner-product .banner-inner {
  padding: 0;
  width: 280px;
  margin: 0 auto;
}
.banner-product.selected .banner__fade-top_hover, .banner-product.hover .banner__fade-top_hover, .banner-product:hover .banner__fade-top_hover {
  opacity: 1;
}
.banner-product.selected .banner__content_title, .banner-product.hover .banner__content_title, .banner-product:hover .banner__content_title {
  border-color: rgba(255, 255, 255, 0.5);
}
.banner-product.selected .banner__bg_image, .banner-product.hover .banner__bg_image, .banner-product:hover .banner__bg_image {
  transform: scale(1.05);
}

/* CINEMA */
.banner-ad-cinema.x2 {
  width: 568px;
}
.banner-ad-cinema .banner__bg_image {
  opacity: 0.7;
  transition: all 0.25s ease-out;
}
.banner-ad-cinema .banner__bg_image {
  opacity: 1;
}
.banner-ad-cinema .banner-inner {
  text-align: center;
  padding: 0;
  width: 280px;
  margin: 0 auto;
}
.banner-ad-cinema.selected .banner__bg_image, .banner-ad-cinema.hover .banner__bg_image, .banner-ad-cinema:hover .banner__bg_image {
  transform: scale(1.05);
}

.banner-static .banner-inner {
  padding: 0;
}

/* DESIGN */
.banner-design {
  color: #402C2C;
  background-color: #fff;
}
.banner-design.selected .banner-inner, .banner-design.hover .banner-inner, .banner-design:hover .banner-inner {
  transform: scale(1.05);
}
.banner-design .banner-inner {
  padding: 0;
}
.banner-design .banner__content {
  position: absolute;
  padding: 30px 25px;
  width: 100%;
  max-height: 100%;
}
.banner-design .banner__content_head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.banner-design .banner__content_heading {
  font-family: "Roboto";
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
}
.banner-design .banner__content_group {
  text-transform: uppercase;
  font-family: "Roboto";
  font-style: normal;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(64, 44, 44, 0.6);
  opacity: 1;
  text-align: right;
  letter-spacing: initial;
}
.banner-design .banner__content_title {
  border-top: 1px solid rgba(64, 44, 44, 0.6);
  padding-top: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}
.banner-design.banner-text-white {
  color: #fff;
}
.banner-design.banner-text-white .banner__content_group {
  color: rgba(255, 255, 255, 0.6);
}
.banner-design.banner-text-white .banner__content_title {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.banner-design.banner-bg-gradient .banner__fade, .banner-design.banner-bg-blur .banner__fade {
  opacity: 1;
}
.banner-design.banner-bg-gradient .banner__fade:before, .banner-design.banner-bg-gradient .banner__fade:after, .banner-design.banner-bg-blur .banner__fade:before, .banner-design.banner-bg-blur .banner__fade:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-design.banner-bg-gradient.banner-bg-gradient-content .banner__fade:before {
  -webkit-mask: linear-gradient(#333 0, #333 20%, transparent 100%);
  mask: linear-gradient(#333 0, #333 20%, transparent 100%);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-10 .banner__fade:before {
  background-color: rgba(51, 51, 51, 0.1);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-10.banner-bg-white .banner__fade:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-20 .banner__fade:before {
  background-color: rgba(51, 51, 51, 0.2);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-20.banner-bg-white .banner__fade:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-30 .banner__fade:before {
  background-color: rgba(51, 51, 51, 0.3);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-30.banner-bg-white .banner__fade:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-40 .banner__fade:before {
  background-color: rgba(51, 51, 51, 0.4);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-40.banner-bg-white .banner__fade:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-50 .banner__fade:before {
  background-color: rgba(51, 51, 51, 0.5);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-50.banner-bg-white .banner__fade:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-60 .banner__fade:before {
  background-color: rgba(51, 51, 51, 0.6);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-60.banner-bg-white .banner__fade:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-70 .banner__fade:before {
  background-color: rgba(51, 51, 51, 0.7);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-70.banner-bg-white .banner__fade:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-80 .banner__fade:before {
  background-color: rgba(51, 51, 51, 0.8);
}
.banner-design.banner-bg-gradient.banner-bg-gradient-80.banner-bg-white .banner__fade:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.banner-design.banner-bg-blur.banner-bg-blur-content .banner__fade:after {
  -webkit-mask: linear-gradient(black 0, black 20%, transparent 100%);
  mask: linear-gradient(black 0, black 20%, transparent 100%);
}
.banner-design.banner-bg-blur.banner-bg-blur-1 .banner__fade:after {
  backdrop-filter: blur(1px);
}
.banner-design.banner-bg-blur.banner-bg-blur-2 .banner__fade:after {
  backdrop-filter: blur(2px);
}
.banner-design.banner-bg-blur.banner-bg-blur-3 .banner__fade:after {
  backdrop-filter: blur(3px);
}
.banner-design.banner-bg-blur.banner-bg-blur-4 .banner__fade:after {
  backdrop-filter: blur(4px);
}
.banner-design.banner-bg-blur.banner-bg-blur-5 .banner__fade:after {
  backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
  .banner {
    position: relative !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    box-sizing: border-box;
  }

  .banner-ad-cinema .banner-inner,
.banner-product .banner-inner {
    width: 100% !important;
    height: auto !important;
  }

  .banner-ad-cinema .banner__bg_image {
    opacity: 1;
  }

  /*.banner.banner-product*/
  .banner__bg_image {
    opacity: 1;
    width: 100% !important;
  }

  /*.banner-product*/
  .x2 .banner-inner {
    max-width: 100% !important;
    height: auto !important;
  }

  .banner-video {
    text-align: center;
  }
  .banner-video .banner-inner {
    text-align: left;
    padding-left: 12%;
  }
  .banner-video video {
    margin: auto;
    opacity: 1;
  }
}

/*# sourceMappingURL=banner-contructor_style_new.css.map */
