/* https://medium.com/@fat/mediums-css-is-actually-pretty-fucking-good-b8e2a6c78b06 */
/*
*   http://chir.ag/projects/name-that-color
*/
/*
*   RGBA
*/
/*
*   Coub colors
*/
/*
*   Color Palette List
*/
/*
*   Color RGBA Palette List
*   Named by the resulting color on a white background
*/
/*
*   Social Providers Colors List
*/
/*
  Other
*/
/*
  Shadows
*/
/*
*   https://raw.githubusercontent.com/inuitcss/tools.mixins/master/_tools.mixins.scss
*/
/*
*   Not included in coub/core/shared/coubs/coub_card
*/
/*
*   http://chir.ag/projects/name-that-color
*/
/*
*   RGBA
*/
/*
*   Coub colors
*/
/*
*   Color Palette List
*/
/*
*   Color RGBA Palette List
*   Named by the resulting color on a white background
*/
/*
*   Social Providers Colors List
*/
/* https://medium.com/@fat/mediums-css-is-actually-pretty-fucking-good-b8e2a6c78b06 */
/*
*   https://raw.githubusercontent.com/inuitcss/tools.mixins/master/_tools.mixins.scss
*/
/*
  Other
*/
/*
  Shadows
*/
.suggest__item {
  position: relative;
}

.suggest__item-stamp {
  padding: 7px 12px 8px;
  line-height: 1.3;
  white-space: normal;
  word-wrap: break-word;
}
.suggest__item-stamp > .hbold {
  font-size: 14px;
  line-height: 1.3;
}
.suggest__item-stamp > .-color--emperor {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  margin: 3px 0px 0px 0px;
}

/*
*   Suggests block
*/
.suggests.suggests--page {
  margin: 0px auto;
}
.suggests.suggests--page > .grid-container {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 7px;
  margin: 0px auto;
}
.suggests.suggests--page h5.hbold {
  font-size: 13px;
  margin-top: -7px;
}
.suggests.suggests--page.SUGGEST_NEW {
  position: absolute;
  left: 0;
  top: 0;
}
.suggests.suggests--page.SUGGEST_NEW .suggest__item {
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .suggests.suggests--page.SUGGEST_NEW {
    padding-left: 0px;
  }
}
.suggests.suggests--page.SUGGEST_OLD {
  pointer-events: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .suggests.suggests--page > .grid-container {
    padding-top: 0px;
    border-top: 0px;
  }
}

/*
*   Suggest item block
*/
.suggests--page .suggest__item {
  width: 226px;
  margin-bottom: 22px;
  background-color: white;
  position: relative;
  box-shadow: none;
  border-radius: 6px;
  overflow: hidden;
}
.suggests--page .suggest__item:hover:before {
  display: none;
}
.suggests--page .suggest__item:before {
  content: '';
  display: block;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}
.suggests--page .suggest__item .image {
  margin: 0 auto;
}
.suggests--page .suggest__item:hover {
  box-shadow: 0px 0px 0px 3px #0332ff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .suggests--page .suggest__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 10px;
    width: 100%;
  }
  .suggests--page .suggest__item, .suggests--page .suggest__item:hover {
    box-shadow: none !important;
  }
  .suggests--page .suggest__item .image,
  .suggests--page .suggest__item .suggest__item-stamp {
    display: inline-block;
    vertical-align: middle;
    white-space: initial;
    overflow: auto;
    line-height: 1.1;
  }
  .suggests--page .suggest__item .image {
    margin-right: 15px;
    width: 140px;
    border-radius: 3px;
  }
  .suggests--page .suggest__item .suggest__item-stamp {
    width: 170px;
    padding: 0px;
  }
  .suggests--page .suggest__item .suggest__item-stamp > .-color--emperor {
    margin-top: 0px;
  }
}

.suggests.suggests--explore {
  position: absolute;
  right: -183px;
  top: 0px;
  z-index: 100;
}
.suggests.suggests--explore .suggest__item {
  margin-bottom: 17px;
}

/*
*   Not included in coub/core/shared/coubs/coub_card
*/
/*
*   Block
*/
.coub__media-block {
  padding: 0px 10px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .coub__media-block {
    padding: 0px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .coub__media-block {
    margin-top: 5px;
  }
}
.coub__media-block p {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
  line-height: 1.6;
}
.coub__media-block h5,
.coub__media-block h5 > a {
  color: rgba(0, 0, 0, 0.8);
  word-wrap: break-word;
}
.coub__media-block .object-media__body {
  padding-top: 0px;
}
@media only screen and (min-width: 1024px) {
  .coub__media-block {
    margin-top: -10px;
  }
}

.media-block__item {
  padding: 15px 0px 12px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .media-block__item {
    padding: 10px;
  }
}
.media-block__item .object-media__img {
  margin-right: 10px;
}

/*
*   Video
*/
.media-block__item--video .blank {
  background-color: #f1f1f1;
}
.media-block__item--video .object-media__img > a {
  position: relative;
}
.media-block__item--video .object-media__img > a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 2px;
  left: 5px;
  margin: auto;
  height: 29px;
  width: 27px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -773px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .media-block__item--video .object-media__img > a:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -1442px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.media-block__item--video .object-media__img > a:hover:before {
  height: 29px;
  width: 27px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -735px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .media-block__item--video .object-media__img > a:hover:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -1407px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.media-block__item--video .object-media__img > a.no-embed:before {
  display: none;
}
.media-block__item--video h5,
.media-block__item--video h5 > a {
  font-size: 13px;
  line-height: 1.32;
}
.media-block__item--video h5 {
  padding-bottom: 7px;
}
.media-block__item--video .blank {
  width: 112px;
  height: 70px;
}
.media-block__item--video .sb.-string {
  margin: 0px auto -10px;
  font-size: 12px;
  display: none;
}
.media-block__item--video .-centered-text {
  line-height: 2.6;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px -15px;
}

.media-block__video__icon {
  position: absolute;
  top: 17px;
  right: -8px;
}
.media-block__video__icon i {
  display: block;
}
.media-block__video__icon.youtube i {
  height: 13px;
  width: 32px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3368px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .media-block__video__icon.youtube i {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -2859px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.media-block__video__icon.instagram i {
  height: 16px;
  width: 17px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -1746px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .media-block__video__icon.instagram i {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -477px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.media-block__video__icon.vimeo i {
  height: 16px;
  width: 17px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -1242px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .media-block__video__icon.vimeo i {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -197px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.media-block__video__icon.vine i {
  height: 16px;
  width: 17px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -1293px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .media-block__video__icon.vine i {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -123px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.media-block__video__icon.vk i {
  height: 16px;
  width: 17px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -1105px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .media-block__video__icon.vk i {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -172px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.coub__media-block.-opened .media-block__video__icon {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .media-block__video__icon {
    right: 0px;
  }
}

.sb.make-coub {
  height: 28px;
  line-height: 28px;
  padding-left: 34px;
  border-radius: 5px;
}
.sb.make-coub:before {
  content: '';
  left: 8px;
  top: 7px;
  height: 15px;
  width: 19px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -4125px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .sb.make-coub:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -4680px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.sb.make-coub:hover:before {
  height: 15px;
  width: 19px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -4220px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .sb.make-coub:hover:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -4704px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}

/*
*   Audio
*/
.media-block__item--audio:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 21px;
  right: -2px;
  height: 16px;
  width: 14px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -4509px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .media-block__item--audio:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -4457px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .media-block__item--audio:before {
    top: 10px;
    right: 5px;
  }
}
.media-block__item--audio h5,
.media-block__item--audio h5 > a {
  font-size: 13px;
  line-height: 1.35;
}
.media-block__item--audio h5 {
  padding: 2px 0px 7px;
  min-height: 75px;
}
.media-block__item--audio .itunes {
  color: white;
  font-size: 13px;
  height: 32px;
  line-height: 33px;
  padding: 0px 14px 0px 35px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  border-radius: 5px;
}
.media-block__item--audio .itunes:before {
  content: '';
  display: inline-block;
  left: 12px;
  top: 7px;
  height: 18px;
  width: 16px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -4361px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .media-block__item--audio .itunes:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -4248px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.media-block__item--audio .itunes:hover {
  box-shadow: 0px 0px 0px 3px #0332ff;
}
.media-block__item--audio span {
  display: block;
  font-size: 18px;
  margin-right: 10px;
}
.media-block__item--audio .blank {
  width: 112px;
  height: 112px;
  background-image: url(/assets/coubs/music-icon-flat-497fa1df38d0950d7b4ef3e57f0d65db.png);
  background-repeat: no-repeat;
  background-position: 45% 51%;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .media-block__item--audio .blank {
    background-image: url(/assets/coubs/music-icon-flat@2x-ad4d9cbd560cc7e8860f23b5c2acb85f.png);
    -webkit-background-size: 49px 60px;
    -moz-background-size: 49px 60px;
    -o-background-size: 49px 60px;
    background-size: 49px 60px;
  }
}

/*
*   Not included in coub/core/shared/coubs/coub_card
*/
.original-video {
  overflow: hidden;
  margin: 23px 0px 63px;
}
.original-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.original-video .-centered-box > h2 {
  margin-bottom: 15px;
}
.original-video .-col-seventies {
  padding: 30px 27px 30px 30px;
}
.original-video .-col-thirties {
  padding: 30px 26px 0px 0px;
}
.original-video .-col-seventies > .grid-container {
  position: relative;
}
.original-video .close-small {
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 200;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .original-video .-col-seventies {
    padding: 20px 20px 0px;
  }
  .original-video .-col-thirties {
    padding: 0px;
  }
  .original-video .close-small {
    right: 5px;
    top: 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .original-video {
    border-radius: 0px;
  }
}

.original-video__full-width {
  display: none;
}
@media only screen and (min-width: 1220px) {
  .original-video__full-width {
    display: block;
  }
}

.original-video__description {
  padding-left: 7px;
}
.original-video__description > p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  margin: 8px 0px 5px;
}
.original-video__description > h5 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .original-video__description {
    padding: 0px 20px 15px;
  }
  .original-video__description > h5 {
    font-size: 17px;
  }
}

.original-video__coubs {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 23px;
  position: relative;
}
.original-video__coubs > p {
  margin-bottom: 13px;
  font-size: 14px;
}
.original-video__coubs .-v-hidden {
  background-color: red;
}

.original-video__coubs__list {
  position: absolute;
  left: -3px;
  top: 0px;
}
.original-video__coubs__list .antiscroll-inner {
  border-radius: 0px;
}
.original-video__coubs__list .suggest__item {
  width: 160px;
  margin: 0px 3px 17px;
  background-color: white;
  position: relative;
  box-shadow: none;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 1219px) {
  .original-video__coubs__list .suggest__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 10px;
    width: 100%;
  }
  .original-video__coubs__list .suggest__item, .original-video__coubs__list .suggest__item:hover {
    box-shadow: none !important;
  }
  .original-video__coubs__list .suggest__item .image,
  .original-video__coubs__list .suggest__item .suggest__item-stamp {
    display: inline-block;
    vertical-align: middle;
    white-space: initial;
    overflow: auto;
    line-height: 1.1;
  }
  .original-video__coubs__list .suggest__item .image {
    margin-right: 15px;
    width: 140px;
    border-radius: 3px;
  }
  .original-video__coubs__list .suggest__item .suggest__item-stamp {
    width: 170px;
    padding: 0px;
  }
  .original-video__coubs__list .suggest__item .suggest__item-stamp > .-color--emperor {
    margin-top: 0px;
  }
}
.original-video__coubs__list .suggest__item:hover:before {
  display: none;
}
.original-video__coubs__list .suggest__item:before {
  content: '';
  display: block;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}
.original-video__coubs__list .suggest__item .image {
  margin: 0 auto;
}
.original-video__coubs__list .suggest__item:hover {
  box-shadow: 0px 0px 0px 3px #0332ff;
}
@media only screen and (min-width: 320px) and (max-width: 1219px) {
  .original-video__coubs__list .suggest__item {
    padding-left: 0px;
  }
  .original-video__coubs__list .suggest__item .image {
    width: 80px;
    height: auto;
    box-shadow: none;
  }
  .original-video__coubs__list .suggest__item .suggest__item-stamp {
    padding-left: 5px;
    vertical-align: top;
  }
  .original-video__coubs__list .suggest__item:hover {
    background-color: #f7f7f7;
  }
}
@media only screen and (min-width: 1024px) {
  .original-video__coubs__list,
  .original-video__coubs__list .antiscroll-inner {
    width: 268px !important;
    min-width: 268px !important;
  }
}
@media only screen and (min-width: 1220px) {
  .original-video__coubs__list,
  .original-video__coubs__list .antiscroll-inner {
    width: 362px !important;
    min-width: 362px !important;
  }
}

.original-video__coubs__heading {
  margin: 12px 0px 13px 4px;
  font-size: 14px;
}

/*
*   Not included in coub/core/shared/coubs/coub_card
*/
.channel-coubs {
  padding-top: 22px;
}
.channel-coubs > p {
  font-size: 14px;
}

.channel-coubs__item {
  float: left;
  width: 96px;
  height: 72px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 11px;
  margin: 0px 11px 11px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 5px;
}
.channel-coubs__item:nth-of-type(3n) {
  margin-right: 0px;
}

.channel-coubs__item--recoub:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 3px;
  bottom: 4px;
  height: 15px;
  width: 24px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3344px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .channel-coubs__item--recoub:before {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -2279px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}

.channel-coubs__item--last:before {
  display: none;
}
.channel-coubs__item--last:after {
  font-family: helveticaneuecoub-bold, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: white;
  line-height: 5.4;
  content: 'Watch more';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
html.win .channel-coubs__item--last:after {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

.wia-block {
  color: white;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: black;
  z-index: 800;
}
.wia-block .close-small {
  font-size: 15px;
  padding: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 200;
}

.wia-block__overlay {
  padding: 15px 0px;
}
.wia-block__overlay > h4 {
  font-size: 23px;
  line-height: 1.3;
  padding: 12px 20% 17px;
}
.wia-block__overlay > .sb {
  padding: 0px 46px;
  height: 44px;
  background: #f8e71c;
  font-family: helveticaneuecoub-normal, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 45px;
}
html.win .wia-block__overlay > .sb {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}
.wia-block__overlay > .sb:before {
  content: '';
  height: 25px;
  width: 16px;
  background-image: url(/assets/sprites-mobile-sedc24801a9-a8c8c4aba618dab5e712b6f5d98829c3.png);
  background-position: 0 -763px;
  background-repeat: no-repeat;
  -webkit-background-size: 50px 826px;
  -moz-background-size: 50px 826px;
  -o-background-size: 50px 826px;
  background-size: 50px 826px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.wia-block.-closed h4,
.wia-block.-closed .close-small {
  display: none;
}

.promo-background {
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.promo-background.-showed {
  opacity: 1;
}

body.promo-page.promo-page--center .page-stub .-col-two-thirds,
body.promo-page.promo-page--center .coub--page-card > .-col-two-thirds,
body.promo-page.promo-page--center .coub--page-card > .-col-one-third {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  body.promo-page.promo-page--center .page-stub,
  body.promo-page.promo-page--center .coub-block-col {
    width: 640px;
  }
}

@media only screen and (min-width: 1024px) {
  body.promo-page.promo-page--left .coub > .-col-one-third,
  body.promo-page.promo-page--left .coub > .-col-two-thirds {
    width: 66.6%;
  }
}

body.promo-page .page-stub .-col-two-thirds,
body.promo-page .coub--page-card > .-col-two-thirds,
body.promo-page .coub--page-card > .-col-one-third {
  float: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body.promo-page.promo-page-theader .header,
body.promo-page.promo-page-theader .header__bg {
  background: transparent;
}
body.promo-page .page-stub .-col-one-third {
  display: none;
}
body.promo-page .coub__media-block {
  margin-top: 5px;
}
body.promo-page .coub__vd {
  box-shadow: none;
}
body.promo-page .channel.channel--box-card {
  display: none;
}
body.promo-page .coub__description {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  body.promo-page .coub--page-card .viewer {
    border-radius: 6px 6px 0 0;
    -webkit-mask-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=);
  }
}
body.promo-page .coub--page-card {
  z-index: 200;
}

.promo-channel-block {
  height: 100%;
  margin: 0px auto;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .promo-channel-block {
    width: 985px;
  }
}
@media only screen and (min-width: 1220px) {
  .promo-channel-block {
    width: 1220px;
  }
}

.promo-channel-block__inner {
  position: absolute;
  right: 0px;
  top: calc(100% - 14px);
  z-index: 200;
}
.promo-channel-block__inner .sb.-st {
  position: absolute;
  right: 0px;
  top: 28px;
  height: 32px;
  line-height: 32px;
  padding: 0px 28px;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  .promo-channel-block__inner {
    width: 315px;
  }
}
@media only screen and (min-width: 1220px) {
  .promo-channel-block__inner {
    width: 387px;
  }
}

.promo-channel-block__buttons {
  margin-bottom: 9px;
}

.promo-channel-block__text {
  padding: 0px 4px;
}
.promo-channel-block__text > .hbold {
  margin-bottom: 9px;
}
.promo-channel-block__text > p {
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0px;
}

@media only screen and (min-width: 1024px) {
  .promo-page--left .coub--page-card {
    width: 66.6%;
  }
  .promo-page--left .coub__inner {
    width: 100% !important;
  }
}
.promo-channel-block__avatar {
  display: block;
  width: 64px;
  height: 64px;
  box-shadow: 0px 0px 0px 2px white;
  border-radius: 3px;
  overflow: hidden;
}
.promo-channel-block__avatar:hover {
  box-shadow: 0px 0px 0px 3px #0332ff;
}

.reddit-banner__container {
  width: 75%;
  height: 73px;
  min-width: 600px;
  background: #c5dff8;
  border-radius: 8px;
  margin: 0 auto 20px auto;
  position: relative;
  cursor: pointer;
  display: none;
}
.reddit-banner__container.-visible {
  display: block;
}
.reddit-banner__container span {
  display: inline-block;
  height: 52px;
  width: 38px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -360px;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: 21px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .reddit-banner__container span {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -992px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}
.reddit-banner__container p {
  display: inline-block;
  font-family: helveticaneuecoub-normal, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 73px;
  vertical-align: top;
  margin-left: 18px;
}
html.win .reddit-banner__container p {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}
.reddit-banner__container p b {
  font-family: helveticaneuecoub-bold, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
}
html.win .reddit-banner__container p b {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}
.reddit-banner__container button {
  font-family: helveticaneuecoub-bold, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 800;
  font-size: 13px;
  background: white;
  border-radius: 8px;
  outline: none;
  border: none;
  width: 132px;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 21px;
}
html.win .reddit-banner__container button {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

.reddit-banner__close {
  height: 9px;
  width: 9px;
  background-image: url(/assets/sprites-s45fb12e6eb-591dc9491d00265c94e0e3813acb2ece.png);
  background-position: 0 -3039px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
  .reddit-banner__close {
    background-image: url(/assets/sprites-retina-sdd6ca3a1e6-15458aca4b51cfaf07001eb090f88c74.png);
    background-position: 0 -3404px;
    background-repeat: no-repeat;
    -webkit-background-size: 67px 4950px;
    -moz-background-size: 67px 4950px;
    -o-background-size: 67px 4950px;
    background-size: 67px 4950px;
  }
}

.dropdown.dropdown--guide {
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: all 0.2s cubic-bezier(0.66, -0.77, 0.46, 1.76);
  -moz-transition: all 0.2s cubic-bezier(0.66, -0.77, 0.46, 1.76);
  -ms-transition: all 0.2s cubic-bezier(0.66, -0.77, 0.46, 1.76);
  -o-transition: all 0.2s cubic-bezier(0.66, -0.77, 0.46, 1.76);
  transition: all 0.2s cubic-bezier(0.66, -0.77, 0.46, 1.76);
}
.dropdown.dropdown--guide.-showed {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.dropdown.dropdown--guide .dropdown__content {
  padding: 23px 25px 14px;
  width: 280px;
  text-align: center;
}
.dropdown.dropdown--guide h4 {
  line-height: 22px;
  margin-bottom: 12px;
  text-align: left;
}
.dropdown.dropdown--guide p {
  font-size: 13px;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.dropdown.dropdown--guide p a {
  color: #0332FF;
}
.dropdown.dropdown--guide button {
  z-index: 1;
}
.dropdown.dropdown--guide.-below.arrow-left > .dropdown__pointer {
  left: -83px;
}
.dropdown.dropdown--guide.-below.arrow-right > .dropdown__pointer {
  right: -83px;
}
.dropdown.dropdown--guide.-left.arrow-top > .dropdown__pointer {
  width: 24px;
  right: -8px;
  top: 7px;
}
.dropdown.dropdown--guide.arrow-bottom > .dropdown__pointer {
  overflow: visible;
  top: 95%;
}
.dropdown.dropdown--guide.no-title h4 {
  margin-bottom: 0;
}
.dropdown.dropdown--guide.no-title p {
  margin-top: -4px;
}

.body-container {
  height: initial;
  overflow: hidden;
}

.page-container {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .header__contents {
    width: 985px;
  }

  .coub-block-col {
    width: 970px;
  }
}
@media only screen and (min-width: 1220px) {
  .coub-block-col {
    width: 1220px;
  }

  .coub > .-col-two-thirds {
    width: 898px;
  }

  .coub > .-col-one-third {
    width: 320px;
  }
}
.curtain {
  z-index: 300;
}

.social-banner {
  margin-bottom: 20px;
}

.channel--box-card {
  margin-bottom: 15px;
}

.dropdown .channel--box-card {
  margin-bottom: 0px;
}

.coub-block-col {
  margin: 0px auto;
}

.coub__inner {
  padding-bottom: 0px !important;
}

.page-stub .cap__userpic {
  width: 38px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.coub--page-card .coub__inner {
  margin-bottom: 58px;
}

@media only screen and (min-width: 768px) {
  .box-card.cap .box-card__screen {
    height: 360px;
    max-height: 360px;
  }

  .coub-block-col {
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .coub-block-col {
    width: 640px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .box-card.cap .box-card__screen {
    height: 200px;
    max-height: 200px;
  }

  .coub--page-card .viewer,
  .coub__description,
  .box-card {
    border-radius: 0px;
  }

  .coub--page-card .coub__sharing {
    padding: 18px 10px;
  }
}
.suggests-block-col {
  position: relative;
}

.adfoxFollowBannerCoubPage iframe {
  margin-bottom: 23px;
  height: 120px;
  width: 302px;
  margin-left: -1px;
}

.adfox300250BannerCoubPage > div {
  margin: 0px !important;
}
.adfox300250BannerCoubPage iframe,
.adfox300250BannerCoubPage img {
  margin-top: 10px;
  display: block;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .adfox300250BannerCoubPage,
  .adfoxFollowBannerCoubPage {
    width: 300px;
    margin: 10px auto;
  }
}
.adfox-banner--center div {
  margin: 0 auto;
}
.adfox-banner--center > div:first-child:not(:empty) {
  margin-bottom: 20px;
}

.adfox-banner--side {
  margin-top: 10px;
  text-align: center;
}
.adfox-banner--side > div {
  margin: 0 auto;
}
.coub__tags--page + [coub-channel-coubs] > .adfox-banner--side {
  margin-top: 4px;
}

.google-banner--side {
  margin-top: 10px;
  text-align: center;
}
.coub__tags--page + [coub-channel-coubs] > .google-banner--side {
  margin-top: 4px;
}

.adfox-banner-top {
  background: white;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .adfox-banner-top {
    display: none;
  }
}
