.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:white;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,0.5);border-radius:4px;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);text-shadow:0 0.25em 0.5em rgba(0,0,0,0.1);opacity:1;cursor:pointer;transition:opacity 150ms ease, border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:0.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,0.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);margin:0 0.25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide__bullet--active{background-color:white}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}
.sn_widgetBlock {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: 300;
  font-stretch: normal; }
  .sn_widgetBlock .-blurred- {
    opacity: 0;
    pointer-events: none; }
  .sn_widgetBlock .canBeBlurred {
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out; }
  .sn_widgetBlock .news, .sn_widgetBlock .tags, .sn_widgetBlock .summary, .sn_widgetBlock .mentions-block {
    width: calc(100% - 35px);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0; }
  .sn_widgetBlock .tags {
    margin: 8px 0 0;
    width: calc(100% - 55px); }
  .sn_widgetBlock .summary {
    margin: 8px 0;
    width: calc(100% - 55px); }
  .sn_widgetBlock .glide__slides {
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important; }
  .sn_widgetBlock .glide__arrow--prev {
    left: -25px; }
  .sn_widgetBlock .glide__arrow--next {
    right: -25px; }
  .sn_widgetBlock .noDecorLink {
    text-decoration: none; }
  .sn_widgetBlock .tags.-mobile- {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .sn_widgetBlock ul {
    margin: 0;
    padding: 0; }
  .sn_widgetBlock li {
    margin: 0;
    padding: 0 10px; }
  .sn_widgetBlock a {
    border: none;
    text-decoration: none; }
.sn_widgetBlock .mentions-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 47px; }
  .sn_widgetBlock .mentions-list-item.-transparent- {
    background: #00000000; }

.sn_widgetBlock .mentions-title {
  padding-left: 60px;
  font-size: 21px;
  font-family: "PT Sans", sans-serif;
  line-height: 1.4;
  color: #252525;
  -ms-flex-item-align: start;
      align-self: flex-start; }

.sn_widgetBlock .mentions-list .-flex-column- {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.sn_widgetBlock .mentions-list .glide__slides {
  padding: 2px 0 16px; }

.sn_widgetBlock .mentions-list .glide__slide {
  /*&.-first- {
        width: 200px;
    }*/
  /*&:first-of-type {
        margin-left: 180px;
    }*/ }
  .sn_widgetBlock .mentions-list .glide__slide.-static- {
    width: 430px;
    margin-left: 5px;
    margin-right: 5px; }

.sn_widgetBlock .mentions-list-item--head {
  width: 41px;
  height: 41px; }

.sn_widgetBlock .news-item-object--img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 41px;
  height: 41px;
  overflow: hidden;
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0px;
  padding: 0px;
  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; }
  .sn_widgetBlock .news-item-object--img.-person- {
    border-radius: 50%; }
  .sn_widgetBlock .news-item-object--img.-empty- {
    border-radius: 50%;
    background-color: white; }
    .sn_widgetBlock .news-item-object--img.-empty- object {
      width: 100%;
      height: 100%; }
  .sn_widgetBlock .news-item-object--img.-round- {
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0 0 1px 1px white;
            box-shadow: 0 0 1px 1px white; }
    .sn_widgetBlock .news-item-object--img.-round- object {
      max-width: 70%;
      max-height: 70%; }
      .sn_widgetBlock .news-item-object--img.-round- object::after {
        top: -10px;
        left: -10px;
        width: 148%;
        height: 148%; }
  .sn_widgetBlock .news-item-object--img.-mini- {
    width: 40px;
    height: 40px; }
    .sn_widgetBlock .news-item-object--img.-mini- object::after {
      top: -6.5px;
      left: -6.5px;
      width: 148%;
      height: 148%; }
  .sn_widgetBlock .news-item-object--img object {
    max-width: 100%;
    max-height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative; }
    .sn_widgetBlock .news-item-object--img object::after {
      top: 0px;
      left: 0px;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: white;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("content/empty-policy.png");
      content: ""; }
    .sn_widgetBlock .news-item-object--img object.-person-::after {
      background-image: url("content/empty-person.png"); }
    .sn_widgetBlock .news-item-object--img object.-company-::after {
      background-image: url("content/empty-company.png"); }
    .sn_widgetBlock .news-item-object--img object.-geo-::after {
      background-image: url("content/empty-geo.png"); }
    .sn_widgetBlock .news-item-object--img object.-product-::after {
      background-image: url("content/empty-product.png"); }
    .sn_widgetBlock .news-item-object--img object.-technology-::after {
      background-image: url("content/empty-technology.png"); }
    .sn_widgetBlock .news-item-object--img object.-policy-::after {
      background-image: url("content/empty-policy.png"); }

.sn_widgetBlock .mentions-list-item--data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.sn_widgetBlock .mentions-list-item--top-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: auto; }

.sn_widgetBlock .mentions-list-item--content {
  color: #f5f2f6;
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
  background: -webkit-linear-gradient(10deg, #fb4d4d, #f57777);
  background: -o-linear-gradient(10deg, #fb4d4d, #f57777);
  background: linear-gradient(80deg, #fb4d4d, #f57777);
  padding: 10px;
  margin: 4px 10px 0 0;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.24); }
  .sn_widgetBlock .mentions-list-item--content a {
    color: unset; }

.sn_widgetBlock .mentions-list-item--info {
  color: #000;
  font-size: 12px;
  line-height: 1.1;
  font-weight: normal;
  opacity: 0.8;
  margin-top: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .sn_widgetBlock .mentions-list-item--info span:first-of-type {
    margin-right: auto; }

.sn_widgetBlock .mentions-list-item-leftPart,
.sn_widgetBlock .mentions-list-item-rightPart {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 12px rgba(29, 35, 57, 0.12);
          box-shadow: 0px 8px 12px rgba(29, 35, 57, 0.12);
  border-radius: 5px; }

.sn_widgetBlock .mentions-list-item-leftPart {
  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;
  width: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px; }

.sn_widgetBlock .mentions-list-item-rightPart {
  padding: 8px 15px;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.sn_widgetBlock .mentions-list-item-rightPart--name {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #676767;
  margin-bottom: 2px; }

.sn_widgetBlock .mentions-list-item-rightPart--career {
  color: #f5f2f6;
  font-size: 13px;
  line-height: 1.1;
  font-weight: normal;
  opacity: 0.65; }

.sn_widgetBlock .mentions-list-item--newscount {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  color: #676767;
  opacity: 0.7; }

.sn_widgetBlock .glide__slides {
  list-style-type: none; }

.sn_widgetBlock .carousel_arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  /* box-shadow: 0 0.25em 0.5em 0 rgba(0,0,0,0.1); */
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  -o-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  outline: none; }

.sn_widgetBlock .mentions-block {
  /*         display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    display:flex; */
  /* align-items: center; */
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: 300;
  font-stretch: normal; }
  .sn_widgetBlock .mentions-block .carousel_arrow {
    top: calc(50% - 8px); }
.sn_widgetBlock .newsList .glide__slides {
  padding: 16px 0; }

.sn_widgetBlock .news-tile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.15);
  background: no-repeat center;
  background-size: cover;
  padding: 34px;
  padding-bottom: 0;
  height: 400px;
  overflow: hidden;
  padding: 14px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .sn_widgetBlock .news-tile:hover .news-tile--content-main {
    opacity: 1; }
  .sn_widgetBlock .news-tile:hover .news-tile--title {
    opacity: .9; }
  .sn_widgetBlock .news-tile:hover .news-tile--content-details {
    opacity: 1; }
  .sn_widgetBlock .news-tile:after {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  .sn_widgetBlock .news-tile:hover {
    -webkit-box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.1);
    opacity: 1; }
  .sn_widgetBlock .news-tile.-colored- .news-tile--title {
    text-shadow: none; }
  .sn_widgetBlock .news-tile.-colored-:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.22)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.22));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.22));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.22)); }

.sn_widgetBlock .news-tile-empty {
  width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 12px;
  background: radial-gradient(at center 200%, #ce44e7 0, rgba(138, 28, 76, 0) 80%), -webkit-gradient(linear, left top, right top, color-stop(16.47%, #6113B1), color-stop(99.78%, #6D19CE));
  background: -webkit-radial-gradient(at center 200%, #ce44e7 0, rgba(138, 28, 76, 0) 80%), -webkit-linear-gradient(left, #6113B1 16.47%, #6D19CE 99.78%);
  background: -o-radial-gradient(at center 200%, #ce44e7 0, rgba(138, 28, 76, 0) 80%), -o-linear-gradient(left, #6113B1 16.47%, #6D19CE 99.78%);
  background: radial-gradient(at center 200%, #ce44e7 0, rgba(138, 28, 76, 0) 80%), linear-gradient(90deg, #6113B1 16.47%, #6D19CE 99.78%); }

.sn_widgetBlock .news-tile--content {
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.sn_widgetBlock .news-tile--content-main {
  /*     padding-bottom: 23.8px;
          border-bottom: 1px solid rgba(255,255,255,0.3); */ }

.sn_widgetBlock .news-tile--title {
  color: #fff;
  display: block;
  font-size: 18px;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
  opacity: 0.9;
  margin-bottom: 13px; }

.sn_widgetBlock .news-tile--sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sn_widgetBlock .news-tile--source-name {
  margin-right: 14px;
  color: #fff;
  opacity: .6; }

.sn_widgetBlock .news-tile--sources .smart-date {
  color: #f62; }

.sn_widgetBlock .news-tile-grid--item-wrap .news-tile {
  height: 100%;
  width: 100%; }

.sn_widgetBlock .news-tile-grid--item-wrap {
  height: 200px;
  position: relative; }

.sn_widgetBlock .quote-item--data {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  overflow: hidden; }

.sn_widgetBlock .quote-item--head {
  margin: 0 8px 0 16px;
  position: relative; }
  .sn_widgetBlock .quote-item--head::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #45DF7A;
    position: absolute;
    top: 2px;
    left: 3px; }
  .sn_widgetBlock .quote-item--head a {
    width: 36px;
    height: 36px; }

.sn_widgetBlock .quote-item--content {
  height: 140px;
  padding: 20px 18px 6px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #565656; }
  .sn_widgetBlock .quote-item--content a {
    color: unset; }

.sn_widgetBlock .quote-item--bottom-part {
  height: 60px;
  background: #595E87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.sn_widgetBlock .quote-item--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.sn_widgetBlock .quote-item--name {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF; }

.sn_widgetBlock .quote-item--date {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.5; }

.sn_widgetBlock.-theme-padva-epshtein- .news-tile-empty {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 150, 74, 0.4)), color-stop(100%, rgba(177, 150, 74, 0.4)), to(rgba(177, 150, 74, 0.4))), -webkit-gradient(linear, left bottom, left top, from(#B1964A), to(#998141)), -webkit-gradient(linear, left top, left bottom, from(#B1964A), to(#a08846)), #B1964A;
  background: -webkit-linear-gradient(top, rgba(177, 150, 74, 0.4) 0%, rgba(177, 150, 74, 0.4) 100%, rgba(177, 150, 74, 0.4) 100%), -webkit-linear-gradient(bottom, #B1964A, #998141), -webkit-linear-gradient(top, #B1964A 0%, #a08846 100%), #B1964A;
  background: -o-linear-gradient(top, rgba(177, 150, 74, 0.4) 0%, rgba(177, 150, 74, 0.4) 100%, rgba(177, 150, 74, 0.4) 100%), -o-linear-gradient(bottom, #B1964A, #998141), -o-linear-gradient(top, #B1964A 0%, #a08846 100%), #B1964A;
  background: linear-gradient(180deg, rgba(177, 150, 74, 0.4) 0%, rgba(177, 150, 74, 0.4) 100%, rgba(177, 150, 74, 0.4) 100%), linear-gradient(0deg, #B1964A, #998141), linear-gradient(180deg, #B1964A 0%, #a08846 100%), #B1964A; }

.sn_widgetBlock.-theme-pam- .news-tile-empty {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 218, 241, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)), to(rgba(206, 218, 241, 0.4))), -webkit-gradient(linear, left bottom, left top, from(#666DA8), to(#595e92)), -webkit-gradient(linear, left top, left bottom, from(#666DA8), to(#7981c2)), #666DA8;
  background: -webkit-linear-gradient(top, rgba(206, 218, 241, 0.4) 0%, rgba(255, 255, 255, 0) 100%, rgba(206, 218, 241, 0.4) 100%), -webkit-linear-gradient(bottom, #666DA8, #595e92), -webkit-linear-gradient(top, #666DA8 0%, #7981c2 100%), #666DA8;
  background: -o-linear-gradient(top, rgba(206, 218, 241, 0.4) 0%, rgba(255, 255, 255, 0) 100%, rgba(206, 218, 241, 0.4) 100%), -o-linear-gradient(bottom, #666DA8, #595e92), -o-linear-gradient(top, #666DA8 0%, #7981c2 100%), #666DA8;
  background: linear-gradient(180deg, rgba(206, 218, 241, 0.4) 0%, rgba(255, 255, 255, 0) 100%, rgba(206, 218, 241, 0.4) 100%), linear-gradient(0deg, #666DA8, #595e92), linear-gradient(180deg, #666DA8 0%, #7981c2 100%), #666DA8; }
.sn_widgetBlock {
  --sections-gap: 40px; }
  .sn_widgetBlock .-large- {
    --sections-gap: 30px; }
  .sn_widgetBlock .-mid- {
    --sections-gap: 35px; }
  .sn_widgetBlock .-small- {
    --sections-gap: 20px; }
  .sn_widgetBlock .list-summary {
    position: relative;
    padding: 11px var(--sections-gap);
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.44%, #6421AA), color-stop(51.87%, #481F8A), to(#250E62));
    background: -webkit-linear-gradient(left, #6421AA -0.44%, #481F8A 51.87%, #250E62 100%);
    background: -o-linear-gradient(left, #6421AA -0.44%, #481F8A 51.87%, #250E62 100%);
    background: linear-gradient(90deg, #6421AA -0.44%, #481F8A 51.87%, #250E62 100%);
    -webkit-box-shadow: 0px 5px 20px rgba(96, 19, 171, 0.333305);
            box-shadow: 0px 5px 20px rgba(96, 19, 171, 0.333305);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(96, 19, 171, 0.33);
            box-shadow: 0 5px 20px 0 rgba(96, 19, 171, 0.33); }
    .sn_widgetBlock .list-summary.-mobile- {
      padding: 11px 5px; }
  .sn_widgetBlock .news-stat {
    margin-right: 25px; }
  .sn_widgetBlock .news-stat--title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 12px; }
  .sn_widgetBlock .news-stat--values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sn_widgetBlock .news-stat--count {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 12px; }
  .sn_widgetBlock .news-stat--dynamic {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 12px;
    color: #FFFFFF;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 12px;
    padding: 4px 8px; }
    .sn_widgetBlock .news-stat--dynamic.-positive- {
      background: #27AE60; }
    .sn_widgetBlock .news-stat--dynamic.-negative- {
      background: #ee5e6c; }
  .sn_widgetBlock .list-summary--widgets {
    height: 139px;
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden; }
  .sn_widgetBlock .-xsmall- .list-summary--widgets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset; }
  .sn_widgetBlock .-mid- .list-summary--widgets,
  .sn_widgetBlock .-small- .list-summary--widgets {
    height: 100px; }
  .sn_widgetBlock .list-summary--widgets.-divided- > :first-child {
    margin-left: 0; }
  .sn_widgetBlock .list-summary--widgets.-divided- > :after {
    background: -webkit-linear-gradient(top, #fff, #fff 2px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(100% - 4px), rgba(255, 255, 255, 0) calc(100% - 4px), rgba(255, 255, 255, 0) calc(100% - 2px), #fff calc(100% - 2px), #fff);
    background: -o-linear-gradient(top, #fff, #fff 2px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(100% - 4px), rgba(255, 255, 255, 0) calc(100% - 4px), rgba(255, 255, 255, 0) calc(100% - 2px), #fff calc(100% - 2px), #fff);
    background: linear-gradient(180deg, #fff, #fff 2px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(100% - 4px), rgba(255, 255, 255, 0) calc(100% - 4px), rgba(255, 255, 255, 0) calc(100% - 2px), #fff calc(100% - 2px), #fff);
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: calc(100% + var(--sections-gap)); }
  .sn_widgetBlock .list-summary--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px; }
  .sn_widgetBlock .list-summary--widgets > * {
    margin: 0 var(--sections-gap);
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px; }
  .sn_widgetBlock .widget-simple {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sn_widgetBlock .widget-simple--row {
    width: 100%;
    min-width: 115px;
    margin: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF; }
  .sn_widgetBlock .widget-simple--title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF; }
  .sn_widgetBlock .widget-simple--position {
    opacity: 0.7; }
  .sn_widgetBlock .widget-simple--value {
    margin-left: 12px;
    color: #fff;
    font-weight: 700; }
  .sn_widgetBlock .widget-mini--title {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.74); }
  .sn_widgetBlock .widget-mini--dynamic {
    white-space: nowrap;
    font-size: 11px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5); }
  .sn_widgetBlock .widget-mini .green-label {
    background: #0ba57a; }
  .sn_widgetBlock .widget-mini .green-label, .sn_widgetBlock .widget-mini .red-label {
    display: inline-block;
    padding: 0 8px;
    margin-right: 5px;
    font-size: 10px;
    color: #fff;
    border-radius: 8px; }
  .sn_widgetBlock .widget-mini--value {
    margin: 0 0 2px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #fff; }
  .sn_widgetBlock .list-summary--menu .btn {
    color: #fff;
    background: #fc5656;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .sn_widgetBlock .list-summary--menu {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-left: var(--sections-gap); }
  .sn_widgetBlock .summary-sources {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .sn_widgetBlock .list-summary-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    outline: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
    border-radius: 5px;
    padding: 16px 32px;
    background: #FF6622;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin-right: 24px; }
  .sn_widgetBlock .list-summary--part-0 .mainLogo {
    margin: 0 55px; }
  .sn_widgetBlock .list-summary--part-0 img {
    width: 200px;
    height: 64px; }
  .sn_widgetBlock .list-summary--part-0.-hidden- {
    display: none; }
  .sn_widgetBlock .newsChart {
    width: 200px; }
    .sn_widgetBlock .newsChart.-hidden- {
      width: 0px;
      margin-right: 0px; }
  .sn_widgetBlock .list-summary--part-1 {
    min-width: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sn_widgetBlock .list-summary--part-1.-hidden- .newsChart {
      width: 0px; }
  .sn_widgetBlock .list-summary--part-2 {
    min-width: 135px; }
    .sn_widgetBlock .list-summary--part-2.-wide- {
      min-width: 151px; }
  .sn_widgetBlock .list-summary--part-3 {
    width: 400px; }
  .sn_widgetBlock .list-summary--part-3[max-width~="1100px"] {
    margin: 0;
    width: 0;
    overflow: hidden; }
  .sn_widgetBlock .list-summary--part-4 {
    min-width: 235px;
    height: 123px; }
    .sn_widgetBlock .list-summary--part-4.-wide- {
      min-width: 285px; }
  .sn_widgetBlock .list-summary--part-4[max-width~="650px"] {
    margin: 0;
    width: 0;
    overflow: hidden; }
  .sn_widgetBlock .list-summary--widgets > :last-child {
    margin-right: 0; }
  .sn_widgetBlock .newsChart {
    height: 70px;
    z-index: 12; }
    .sn_widgetBlock .newsChart .amcharts-graph-smoothedLine {
      -webkit-filter: url(#dropshadow);
              filter: url(#dropshadow); }
  .sn_widgetBlock .mainLogo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 100%; }
    .sn_widgetBlock .mainLogo a {
      margin: auto; }
  .sn_widgetBlock .numberStatBlock {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sn_widgetBlock .numberStatBlock .numberPart {
      font-family: Calibri;
      font-size: 35px;
      line-height: normal;
      font-weight: 600;
      color: #ffffff;
      font-stretch: condensed; }
      .sn_widgetBlock .numberStatBlock .numberPart.-positive- {
        color: rgba(152, 243, 100, 0.89); }
      .sn_widgetBlock .numberStatBlock .numberPart.-negative- {
        color: rgba(255, 110, 110, 0.863); }
    .sn_widgetBlock .numberStatBlock .textPart {
      text-align: center;
      max-width: 220px;
      /* margin: 0 0 2px; */
      font-family: Calibri;
      font-size: 18px;
      line-height: 15px;
      color: white;
      /* height: 58px; */
      margin-left: 3px;
      /* display: inline-block; */
      /* vertical-align: middle; */
      /* display: inline-block; */
      vertical-align: middle;
      padding-bottom: 3px; }
  .sn_widgetBlock .-hidden- {
    width: 0px;
    visibility: hidden;
    padding: 0px;
    margin: 0px;
    min-width: 0px !important; }
  .sn_widgetBlock .-large- .newsChart {
    width: 290px; }
  .sn_widgetBlock .-large- .mainLogo {
    margin: 0 54px 0 10px; }
    .sn_widgetBlock .-large- .mainLogo img {
      width: 158px;
      height: 52px; }
  .sn_widgetBlock .-large- .list-summary-button {
    padding: 14px 18px; }
  .sn_widgetBlock .-mid- .newsChart {
    width: 200px;
    max-width: 340px;
    height: 50px; }
  .sn_widgetBlock .-mid- .mainLogo {
    margin: 0; }
    .sn_widgetBlock .-mid- .mainLogo img {
      width: 100px;
      height: 33px; }
  .sn_widgetBlock .-mid- .news-stat--title {
    font-size: 14px;
    line-height: 16px; }
  .sn_widgetBlock .-mid- .news-stat--count {
    font-size: 24px; }
  .sn_widgetBlock .-mid- .news-stat--dynamic {
    font-size: 14px; }
  .sn_widgetBlock .-mid- .list-summary-button {
    margin-right: 0;
    padding: 9px 18px;
    font-size: 13px; }
  .sn_widgetBlock .-small- .newsChart {
    width: 135px;
    height: 42px; }
  .sn_widgetBlock .-small- .mainLogo {
    margin: 0; }
    .sn_widgetBlock .-small- .mainLogo img {
      width: 80px;
      height: 26px; }
  .sn_widgetBlock .-small- .news-stat--title {
    font-size: 13px;
    line-height: 15px; }
  .sn_widgetBlock .-small- .news-stat--count {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 6px; }
  .sn_widgetBlock .-small- .news-stat--dynamic {
    font-size: 12px;
    height: 12px;
    padding: 2px 4px; }
  .sn_widgetBlock .-small- .news-stat--values {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .sn_widgetBlock .-small- .list-summary-button {
    margin-right: 0;
    padding: 9px 16px;
    font-size: 12px; }
  .sn_widgetBlock .-xsmall- .newsChart {
    width: 300px;
    height: 52px; }
  .sn_widgetBlock .-xsmall- .mainLogo {
    margin: 0 auto; }
    .sn_widgetBlock .-xsmall- .mainLogo img {
      width: 94px;
      height: 32px; }
  .sn_widgetBlock .-xsmall- .news-stat--title {
    font-size: 16px;
    line-height: 19px;
    text-align: center; }
  .sn_widgetBlock .-xsmall- .news-stat--count {
    font-size: 36px;
    margin-bottom: 0;
    margin-right: 6px; }
  .sn_widgetBlock .-xsmall- .news-stat--dynamic {
    font-size: 12px;
    height: 12px;
    padding: 2px 4px; }
  .sn_widgetBlock .-xsmall- .news-stat--values {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .sn_widgetBlock .-xsmall- .list-summary-button {
    margin-right: 0;
    padding: 9px 18px;
    width: 100%;
    font-size: 13px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sn_widgetBlock .-xsmall- .list-summary--part-0 {
    margin: 0 0 30px;
    padding: 0; }
  .sn_widgetBlock .-xsmall- .list-summary--part-4 {
    display: none; }
  .sn_widgetBlock .-xsmall- .list-summary--part-6 {
    margin: 0;
    padding: 0; }
  .sn_widgetBlock .-xsmall- .list-summary--part-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 30px; }
    .sn_widgetBlock .-xsmall- .list-summary--part-1 .news-stat {
      margin-right: 0; }
    .sn_widgetBlock .-xsmall- .list-summary--part-1 .widget-chart {
      margin-top: 30px; }
  .sn_widgetBlock .-xsmall- .list-summary {
    padding: 20px 20px 24px; }
.sn_widgetBlock .tags-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("content/news-logo-new-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 24px;
  margin: 4px;
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle; }
  .sn_widgetBlock .tags-logo.-mobile- {
    display: block;
    margin: 4px auto;
    float: left;
    width: 100%; }

.sn_widgetBlock .filter-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #555;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  height: 24px;
  background: #f2f2f4;
  padding: 0 8px;
  margin: 4px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .sn_widgetBlock .filter-tag:hover, .sn_widgetBlock .filter-tag.-focused- {
    background: #eaeaed; }
  .sn_widgetBlock .filter-tag input {
    position: absolute;
    left: -10000px; }
  .sn_widgetBlock .filter-tag.-checked- {
    background: #6F1ED7;
    color: #fff; }
    .sn_widgetBlock .filter-tag.-checked- .filter-tag--counter {
      color: #fff; }
    .sn_widgetBlock .filter-tag.-checked-:hover, .sn_widgetBlock .filter-tag.-checked-.-focused- {
      background: #8a43e5; }

.sn_widgetBlock .filter-tag--label {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
  min-width: 100%; }

.sn_widgetBlock .filter-tag--counter {
  font-size: 9px;
  color: #373737;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 2px;
  margin-left: 4px; }

.sn_widgetBlock.-theme-pam- .filter-tag.-checked- {
  background: #666DA8;
  color: #fff; }
  .sn_widgetBlock.-theme-pam- .filter-tag.-checked-:hover, .sn_widgetBlock.-theme-pam- .filter-tag.-checked-.-focused- {
    background: #878cba; }

.sn_widgetBlock.-theme-padva-epshtein- .filter-tag.-checked- {
  background: #B1964A;
  color: #fff; }
  .sn_widgetBlock.-theme-padva-epshtein- .filter-tag.-checked-:hover, .sn_widgetBlock.-theme-padva-epshtein- .filter-tag.-checked-.-focused- {
    background: #c2ab6c; }

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