/*==============================
  Common styles
==============================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  background-color: #2b2b31;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
i.icon.ion-ios-quote, span.icon.ion-ios-quote {
    margin-right: 20px;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}
button:focus {
  outline: none;
}
select.sel_page {
    padding: 0px 25px 0px 25px;
    margin-bottom: 10px;
    color: white;
    background: #24242a;
    
    font-size: 16px;
    height: 50px;
    line-height: 50px;    
}

.sel_page option {
    color: white;
    background: #2b2b31;
}
a {
color: #ff55a1;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;

  -webkit-box-shadow: none;
  box-shadow: none;
}
.comments__rate a:first-child {
    color: green;
    padding-right: 10px;
    font-size: 21px;
}
.comments__rate a:nth-child(3){
    color: red;
    padding-left: 10px;
    font-size: 21px;
}
#full-text {
    margin-bottom: 20px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: rgb(255 255 255 / 50%);
  color: #000;
  text-shadow: none;
}
::selection {
  background: rgb(255 255 255 / 50%);
  color: #000;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
  opacity: 1;
}
::-moz-placeholder {
  color: rgba(255,255,255,0.5);
  opacity: 1;
}
:-moz-placeholder {
  color: rgba(255,255,255,0.5);
  opacity: 1;
}
:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
  opacity: 1;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.card--list .comments__rate, .comments__rate.full {
    margin-top: 0;
    left: 25px;
    box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
    padding: 0px 10px;
    border-radius: 6px;
    z-index: 99;
    background: #2b2b31;
    top: 25px;
    color: #ccc;
}

.b-description_readmore_button {
  cursor: pointer;
  display: block;
  height: 24px;
  width: 100%;
  position: relative;
}
.b-description_readmore_button:before {
  content: '\f1c8';
  font-family: "Ionicons";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: rgba(255,255,255,0.75);
  font-size: 22px;
  line-height: 24px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.b-description_readmore_button:hover:before,
.b-description_readmore_button.b-description_readmore_button_active:before {
  color: #ff55a5;
}
.body:before {
  content: '';
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(43,43,49,0.75);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.body--active:before {
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
}
/*==============================
  Header
==============================*/
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2b2b31;
  z-index: 101;
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 0 15px;
  background-color: #28282d;
  width: 140px;
}
.header__logo img {
  width: auto;
  max-width: 110px;
  display: block;
}
.header__logo:hover {
  background-color: #2b2b31;
}
.header__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  background-color: #2b2b31;
  z-index: 99;
  width: 260px;
  padding: 30px 30px 0;
  -webkit-transform: translate3d(260px, 0, 0);
  -moz-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header__nav:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.header__nav--active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header__nav-link {
    font-size: 15.3px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.2px;
}
.header__nav-link:hover {
  color: #ff55a5;
}
.header__nav-link--more {
  font-weight: 400;
  font-size: 24px;
}
.header__nav-link--active {
  color: #ff55a5;
}
.header__nav-item {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  /* position: relative; */
}
.header__nav-item:last-child {
  margin-bottom: 0;
}
.header__nav-item.show .header__nav-link {
  color: #ff55a5;
}
.header__dropdown {
  position: relative;
  display: block;
  width: 100%;
}
.header__dropdown-menu {
  position: absolute;
  background-color: #2b2b31;
  padding: 15px 20px;
  display: block;
  width: 100%;
  min-width: 200px;
  text-align: left;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: 0;
  top: 100%;
}
.header__dropdown-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.header__dropdown-menu li {
  padding: 0;
}
.header__dropdown-menu .wsmenuactive,
.header__dropdown-menu a {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 40px;
  display: block;
  font-weight: 300;
}
.header__dropdown-menu a:hover {
  color: #ff55a5;
}
.header__nav a:not([href]), .header__nav a:not([href]):hover {
    color: #ff55a5;
    text-decoration: none;
    cursor: default;
}
.header__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  margin-top: 10px;
}
.header__wrap {
  position: relative;
  background-color: #2b2b31;
  z-index: 2;
}
.header__search {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  background-color: #2b2b31;
  z-index: 1;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.05);
}
.header__search--active {
  bottom: -60px;
    z-index: 1;
}
.header__search-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  position: relative;
}
.header__search-content input {
  position: relative;
  height: 60px;
  width: 100%;
  background-color: #28282d;
  border: none;
  padding: 0 120px 0 15px;
  font-size: 15px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.header__search-content button {
  position: absolute;
  height: 40px;
  width: 90px;
  top: 10px;
  right: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  opacity: 0.85;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.header__search-content button:hover {
  color: #fff;
  opacity: 1;
}
.header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  position: relative;
}
.header__auth {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 44px;
}
.header__search-btn {
  color: rgba(255,255,255,0.75);
  font-size: 26px;
}
.header__search-btn:hover,
.header__search-btn.active {
  color: #fff;
}
.header__sign-in {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  opacity: 0.85;
  margin-left: 20px;
}
.header__sign-in span {
  display: none;
}
.header__sign-in i, .header__sign-in span.icon {
  color: #fff;
  font-size: 24px;
    display: inline;
}
.header__sign-in:hover {
  opacity: 1;
}
.header__btn {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -31px;
  width: 24px;
  height: 40px;
  opacity: 0.8;
}
.header__btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  top: 13px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.header__btn span:nth-child(2) {
  top: 21px;
}
.header__btn span:nth-child(3) {
  top: 29px;
}
.header__btn:hover {
  opacity: 1;
}
.header__btn--active {
  opacity: 1;
}
.header__btn--active span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__btn--active span:nth-child(2) {
  opacity: 0;
}
.header__btn--active span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* stream block */
.liveblock_main {
	background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
	display:none;
}

.closelive {
	width: 25px;
	display: inline-block;
	float: right;
}

/* stream block end */

.iframe_block iframe {
    width: 95%!important;
    height: 630px;
}
.iframe_block iframe[src*=armdb] {
    width: 95%!important;
    height: 630px;
}
@media (max-width: 1200px){
 .iframe_block iframe[src*=armdb] {
    height: 530px;
}
}
@media (max-width: 992px){
 .iframe_block iframe[src*=armdb] {
    height: 400px;
}
}
@media (max-width: 768px){
 .iframe_block iframe[src*=armdb] {
    height: 290px;
}

 .header__logo img {
	height: auto !important;
 }
}
@media (max-width: 576px){
    /*
   .iframe_block iframe[src*=armdb] {
      height: 195px!important;
    }
    */
    .owl-dots {display:none;}
    .comments__item {
    border-bottom: 1px solid #d44e64;
    padding-bottom: 20px;
}
}

@media (max-width: 360px) {
	.header__logo {
		padding: 0px;
	}

}

@media (min-width: 360px) and (max-width: 415px) {
  .header__logo img {
    max-width: 172px;
    margin-left: 40px;
  }
}

@media (min-width: 576px) {
  .header__logo {
    width: 170px;
    padding: 0 20px;
  }
  .header__logo img {
    max-width: 130px;
  }
}

@media (max-width: 400px) {    
  /*
  div.iframe_block iframe {
      height: 230px!important;
  }
  */
}

@media (max-width: 576px) { 
  /*
  .iframe_block iframe {
      height: 300px!important;
  }
  */
}

@media (max-width: 768px) {
  .iframe_block iframe {
      height: 320px;
  }
}
@media (min-width: 768px) {

  .liveitem {
	line-height: initial !important;
	text-align: initial !important;
	width: 600px;
  }
  .liveitem br {display:none}
  

  .header__content {
    height: 90px;
  }
    .paginator {
    width: 600px;
}
  .header__logo {
    height: 90px;
    width: 240px;
    padding: 0;
  }
  .header__logo img {
    max-width: 172px;
  }
  .header__auth {
    margin-right: 54px;
  }
  .header__search-btn {
    font-size: 30px;
  }
  .header__sign-in {
    height: 50px;
    width: 140px;
    margin-left: 30px;
  }
  .header__sign-in span {
    display: block;
    font-size: 12.4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
  }
    .header__sign-in i, .header__sign-in span.icon {
        display: none;
    }
  .header__nav {
    top: 90px;
  }
  .header__search-content input {
    padding: 0 130px 0 20px;
  }
  .header__search-content button {
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .header__sign-in {
    margin-left: 45px;
  }
  .header__auth {
    margin-right: 0;
  }
  .header__btn {
    display: none;
  }
  .header__nav {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 0;
    background-color: transparent;
    width: auto;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin-left: 45px;
  }
  .header__nav:before {
    display: none;
  }
  .header__nav-item {
    margin: 0 35px 0 0;
    width: auto;
  }
  .header__nav-item:last-child {
    margin: 0;
  }
  .header__nav-link {
    line-height: 22px;
    display: block;
  }
  .header__nav-link--active {
    color: #fff;
    cursor: default;
    position: relative;
  }
  .header__nav-link--active:hover {
    color: #fff;
  }
  .header__nav-link--active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
    box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  }
  .header__content {
    justify-content: flex-start;
  }
  .header__auth {
    margin-left: auto;
  }
  .header__dropdown-menu {
    margin-top: -10px;
  }
  .header__dropdown-menu.show {
    margin-top: 0;
  }
}
.home__title.gallery-title {
    font-size: 18px;
    line-height: 70px;
}
.gallery_main {
    margin-bottom: 25px!important;
}
/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {text-align:center; padding-top: 30px;margin-bottom: 30px;}
.pagi-load > span {display:none;}
.pagi-load a {margin-bottom: 15px; padding: 0 80px;}
.navigation a:hover {background-color: #7e79ba; color: #fff;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:36px; text-align:center; line-height: 40px;}
.navigation {line-height: 40px;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding:0 10px; margin:10px 4px 0 4px; border-radius: 3px; min-width: 40px; background-color: #444; box-shadow: 0 3px 8px rgba(0,0,0,0.5); }
.navigation span, .pagi-nav a:hover {color:#fff;-webkit-border-radius: 4px;border-radius: 4px;background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);-webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);}
.navigation span.nav_ext {color:#ccc;background-image: unset;-webkit-box-shadow: none;box-shadow: none;}
.pagi-nav a:hover {color: #fff;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}
.pagi-load a {
    display: inline-block;
    text-align: center;
    padding: 0 26px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #ff55a5 0%, #c0392b 100%);
}
#dle-content > *:not(.thumb):not(.model-item) {
    width: 100%;
}
.icon-left .fa, .icon-left .icon {
    margin-right: 10px;
}
/*==============================
  Home
==============================*/
/*
.home_topads {
  margin: 0 auto;
  position: relative;
  display: block;
  background-color: #2b2b31;
  padding: 90px 0px 0px 0px;
}
*/
.home {
  /*margin-top: 70px;*/
  position: relative;
  display: block;
  background-color: #2b2b31;
  padding: 10px 0;
        background-color: #1f1f24;
}
.home .container {
  position: relative;
  z-index: 2;    margin-top: 15px;
}
.home__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home__cover {
  opacity: 0.07;
}
.home__title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 26px;
  margin: 0;
  padding-right: 70px;
}

.home__title b {
  font-weight: 700;
    font-size: 1.1em;
}
.home__carousel .item {
  margin-top: 25px;margin-bottom: 25px;
}
.home__carousel .card {
  margin-bottom: 0;
}
#gallery__carousel .item {
  margin-top: 25px;margin-bottom: 25px;
}
#gallery__carousel .card {
  margin-bottom: 0;
}
#gallery__carousel .owl-dots {
    bottom: -19%;
}
.home__nav {
  font-size: 38px;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  height: 24px;
  margin-top: -12px;
  right: 15px;
  display: block;
  z-index: 2;
}
.home__nav i, .home__nav span.icon {
  line-height: 24px;
  height: 24px;
  display: block;
}
.home__nav i:before, .home__nav span.icon:before {
  line-height: 24px;
}
.home__nav--prev {
  right: 60px;
}
.home__nav:hover {
  opacity: 1;
}
.home--bg:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url("../img/home/home__bg.jpg") no-repeat center/cover;
  opacity: 0.06;
}
@media (min-width: 576px) {
/*
  .home_topads {
    margin: 0 auto;
    padding: 90px 0px 0px 0px;
    max-width: 540px;
  }
*/  
  .home {
    /*margin-top: 10px;*/
    padding: 10px 0;
  }
  .home__title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
/*
  .home_topads {
    margin: 0 auto;
    padding: 90px 0px 0px 0px;
    max-width: 720px;
  }
*/  
  .home {
    /*margin-top: 10px;*/
    padding: 10px 0;
  }
  .home__title {
    font-size: 29px;
  }
  .home__carousel .item {
    margin-top: 30px;
  }  
      #gallery__carousel .item {
    margin-top: 30px;
  } 
}
@media (min-width: 992px) {
/*
  .home_topads {
    margin: 0 auto;
    padding: 90px 0px 0px 0px;
    max-width: 960px;
  }
*/  
}

@media (min-width: 1200px) {
/*
  .home_topads {
    margin: 0 auto;
    padding: 90px 0px 0px 0px;
    max-width: 1140px;
  }
*/
  .home {
    padding: 10px 0;
  }
  .home__title {
    font-size: 32px;
  }
}
/*==============================
  Content
==============================*/
.content {
  padding: 0 0 20px;
}
.content__head { 
  margin-bottom: 20px;
  position: relative;
}
.g-recaptcha {    margin-top: 25px;}
.content__head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}

.counter {    float: left;
    margin-right: 20px;
    margin-top: 5px;
    opacity: 0.4;}

.content__title {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  margin: 20px 0 5px;
}
.content__tabs {
  display: none;
}
.content__mobile-tabs {
  position: relative;
}
.content__mobile-tabs-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  height: 50px;
  opacity: 0.75;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.content__mobile-tabs-btn input {
  display: block;
  position: relative;
  width: auto;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  height: 50px;
  margin-right: 12px;
  letter-spacing: 0.2px;
  font-weight: 300;
}
.content__mobile-tabs-btn span {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}
.content__mobile-tabs-btn span:before,
.content__mobile-tabs-btn span:after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 50%;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: -5px;
}
.content__mobile-tabs-btn span:after {
  margin-top: 2px;
  width: 10px;
}
.content__mobile-tabs-btn[aria-expanded="true"] {
  opacity: 1;
}
.content__mobile-tabs-btn[aria-expanded="true"] span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.content__mobile-tabs-btn[aria-expanded="true"] span:after {
  margin-top: -1px;
  width: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content__mobile-tabs-btn:hover {
  opacity: 1;
}
.content__mobile-tabs-menu {
  top: 100%;
  left: 0;
  margin-top: -10px;
  min-width: 200px;
  padding: 15px 20px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  background-color: #2b2b31;
  display: block;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
}
.content__mobile-tabs-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.content__mobile-tabs-menu a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
}
.content__mobile-tabs-menu a:hover {
  color: #ff55a5;
}
.content__mobile-tabs-menu a.active {
  display: none;
}
.content__mobile-tabs-menu.show {
  pointer-events: auto;
  opacity: 1;
  margin-top: 0;
}
@media (min-width: 576px) {
  .content__title {
    font-size: 30px;
    margin: 25px 0 5px;
  }
  .content__tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  .content__tabs li {
    margin-right: 30px;
  }
  .content__tabs li:last-child {
    margin-right: 0;
  }
  .content__tabs a {
    display: block;
    line-height: 50px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    color: rgba(255,255,255,0.5);
  }
  .content__tabs a:hover {
    color: #fff;
  }
  .content__tabs a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px);
  }
  .content__tabs a.active {
    color: #fff;
  }
  .content__tabs a.active:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
    box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  }
  .content__mobile-tabs {
    display: none;
  }
}
@media (min-width: 768px) {
  .content {
    padding: 0 0 30px;
  }
  .content__title {
    font-size: 32px;
    margin: 10px 0;
  }
  .content__head {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .content__title {
    font-size: 36px;
  }
}
.content__wrapper {
  background-color: #28282d; 
/*  padding:20px; */
  color:rgba(255,255,255,0.75);
}
.content__wrapper a{
      color: #ff55a1;
}
#dle-content {/* margin-top: 110px; */width: 100%;}
#dle-comments-form,#dle-comments-form .sign__input {width: 100%}

/*==============================
  Section
==============================*/
.section {
  padding: 40px 0;
  position: relative;
}
.section__title {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 25px;
}
.section__title b {
  font-weight: 700;
}
.section__title--center {
  text-align: center;
}
.section__title--no-margin {
  margin-bottom: 10px;
}
.section__text {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2px;
}
.section__text:last-child {
  margin-bottom: 0;
}
.section__text--last-with-margin:last-child {
  margin-bottom: 30px;
}
.section__text b {
  font-weight: 600;
}
.section__text a {
  color: #ff55a5;
}
.section__text a:hover {
  color: #ff55a5;
  text-decoration: underline;
}
.section__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 160px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  opacity: 0.85;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px auto 15px;
  position: relative;
}
.section__btn:hover {
  opacity: 1;
  color: #fff;
}
.section__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.section--dark {
  background-color: #28282d;
}
.section--first {
  margin-top: 0px;
  margin-bottom: 30px;
}
.section--first .section__title {
  margin-bottom: 0;
}
.section--first:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
@media (min-width: 576px) {
  .section__title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .section {
    padding: 30px 0;
  }
  .section__title {
    font-size: 32px;
    margin-bottom: 35px;
  }
  .section__title--no-margin {
    margin-bottom: 20px;
  }
  .section__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .section__btn {
    margin: 20px auto 15px;
  }
  .section--first {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .section__text--last-with-margin:last-child {
    margin-bottom: 30px;
  }
  .section__title--no-margin {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .section__title {
    font-size: 36px;
  }
  .section__title--sidebar {
    font-size: 32px;
  }
}
/*==============================
  Breadcrumb
==============================*/
.breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
.breadcrumb__item {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  margin-right: 40px;
  font-family: 'Open Sans', sans-serif;
}
.breadcrumb__item:before {
  content: '\f119';
  position: absolute;
  font-family: "Ionicons";
  color: rgba(255,255,255,0.5);
  left: 100%;
  top: 0;
  font-size: 22px;
  line-height: 26px;
  margin-left: 14px;
}
.breadcrumb__item:hover {
  color: #fff;
}
.breadcrumb__item--active {
  cursor: default;
  margin-right: 0;
}
.breadcrumb__item--active:before {
  display: none;
}
.breadcrumb__item--active:hover {
  color: rgba(255,255,255,0.5);
}
.breadcrumb a {
  color: rgba(255,255,255,0.5);
}
.breadcrumb a:hover {
  color: #ff55a5;
}
#dle-speedbar {
      color: rgba(255,255,255,0.5);
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-top: 0;
  }
  .breadcrumb__item {
    font-size: 15px;
  }
}
/*==============================
  Card
==============================*/
.card {
  margin-bottom: 20px;
  margin-top: 10px;
}

.card_mini {
  margin: 2px; /* added new mode */
}

.card.card--details {
    margin-top: 15px;
}
.card__cover {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.card__cover img {
  width: 100%!important;
}
.card__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.card__cover:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.card__cover:hover:before {
  opacity: 0.65;
}
.card__cover:hover .card__play {
  opacity: 1;
}
.card__play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 0px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 2;
  font-size: 30px;
  color: #fff;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.card__play i, .card__play span.icon {
  margin: 2px 0 0 3px;
}
.card__play:hover {
  color: #fff;
}
.card__content {
  position: relative;
  display: block;
  margin-top: 15px;
}
.card__title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  overflow: hidden;
 /* white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;*/
}
.card__title a {
  color: #fff;
}
.card__title a:hover {
  color: #fff;
}
.card__category {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card__category a { 
  position: relative;
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
  margin-right: 7px;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
}
.card__category a:after {
  content: ',';
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
}
.card__category a:last-child {
  margin-right: 0;
}
.card__category a:last-child:after {
  display: none;
}
.card__category a:hover {
  opacity: 1;
}
.card__rate {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
}
.card__rate i, .card__rate span.icon {
  text-shadow: 0 0 6px rgba(255,88,96,0.5);
  margin-right: 5px;
}
.card__rate i:before, .card__rate span.icon:before {
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
}
.card__list {
  display: none;
}
.card__description {
  display: none;
}
.card__meta {
  display: none;
}
.card--details .card__cover img {
  width: 100%;
  max-width: 100%;
}

.card--details .card__cover:before {
  display: none;
}
.card--details .card__cover:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card--details .card__description {
  display: block;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.2px;
}
.card--details .card__list {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
}
.card--details .card__list li {
  border: 1px solid rgba(255,255,255,0.26);
  padding: 5px 5px 4px;
  line-height: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
}
.card--details .card__list li:last-child {
  margin-right: 0;
}
.card--details .card__wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.card--details .card__content {
  margin-top: 15px;
}
.card--details .card__meta {
  /* margin-top: 15px; */
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255,255,255,0.7);
}
.card--details .card__meta span {
      color: rgb(96, 96, 110);
  margin-right: 7px;
}
.card--details .card__meta li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  line-height: 2;
}
.card--details .card__meta li:last-child {
  margin-bottom: 0;
}
.card--details .card__meta a {
  font-size: 15px;
  position: relative;
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
  /*margin-right: 7px;*/
  opacity: 0.8;
}
/*
.card--details .card__meta a:after {
  content: ',';
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
}

.card--details .card__meta a:last-child {
  margin-right: 0;
}
.card--details .card__meta a:last-child:after {
  display: none;
}
*/
.card--details .card__meta a:hover {
  opacity: 1;
}
.card--details .card__rate {
  margin-top: 0;
}
@media (min-width: 576px) {
  .card--list .card__content {
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .card--list .card__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: -4px;
  }
  .card--list .card__rate {
    margin-top: 0;
  }
  .card--details .card__content {
    margin-top: 0;
  }
  .card--details .card__wrap {
    margin-top: 0;
  }
  .card--big .card__title {
    font-size: 20px;
  }
  .card__list {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
  }
  .card__list li {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px 5px 4px;
    line-height: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.65);
  }
  .card__list li:last-child {
    margin-right: 0;
  }
  .card__description {
    display: block;
    margin-top: 10px;
  }
  .card__description p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 15px;
    letter-spacing: 0.2px;
  }
  .card__description p:last-child {
    margin-bottom: 0;
  }
  .card__wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .card--list {
    margin-bottom: 20px;
  }
  .card--list .card__content {
    height: 100px;
  }
  .card--details .card__cover img {
   /*object-fit: contain;*/
}
}
@media (min-width: 992px) {
  .card--list .card__content {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .card--big .card__play {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    font-size: 44px;
  }
  .card--big .card__play i, .card--big .card__play span.icon {
    margin: 2px 0 0 5px;
  }
  .card--big .card__title {
    font-size: 19px;
  }
  .card--list .card__title {
  font-size: 19px;
    margin-bottom: 8px;
  }
  .card--list .card__content {
    height: 95px;
  }
  .card--details {
    margin-bottom: 0;
  }
  .card--series {
    margin-bottom: 30px;
  }
}
/*==============================
  Details
==============================*/
.details {
  position: relative;
  margin-top: 30px;
}
.details__bg {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  height: 400px;
  z-index: 1;
  opacity: 0.07;
}
.details:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(43,43,49,0) 0%, #2b2b31 100%);
  background: -webkit-linear-gradient(top, rgba(43,43,49,0) 0%, #2b2b31 100%);
  background: linear-gradient(to bottom, rgba(43,43,49,0) 0%, #2b2b31 100%);
}
.details .container {
  position: relative;
  z-index: 3;
}
.details__title {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
}
.details__title b {
  font-weight: 700;
}
.details__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.details__devices {
  margin-top: 30px;
}
.details__devices-title {
  font-size: 14px;
  display: block;
  color: rgba(255,255,255,0.5);
  font-family: 'Open Sans', sans-serif;
}
.details__devices-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.details__devices-list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  color: rgba(255,255,255,0.75);
}
.details__devices-list li:last-child {
  margin-right: 0;
}
.details__devices-list li i, .details__devices-list li span.icon {
  font-size: 40px;
}
.details__devices-list li i:before, .details__devices-list li span.icon:before {
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
}
.details__devices-list li span {
  font-size: 14px;
  font-weight: 300;
}
.details__share {
  margin-top: 30px;
}
.details__share-title {
  font-size: 14px;
  display: block;
  color: rgba(255,255,255,0.5);
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px;
}
.details__share-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.details__share-list li {
  margin-right: 20px;
}
.details__share-list li:last-child {
  margin-right: 0;
}
.details__share-list li i, .details__share-list li span.icon {
  font-size: 24px;
}
.details__share-list li.facebook a {
  color: #3b5999;
}
.details__share-list li.instagram a {
  color: #ff5860;
}
.details__share-list li.instagram a i:before, .details__share-list li.instagram a span.icon:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
}
.details__share-list li.twitter a {
  color: #1da1f2;
}
.details__share-list li.vk a {
  color: #45668e;
}
@media (min-width: 576px) {
  .details__title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .details {
    margin-top: 40px;
  }
  .details__title {
    font-size: 32px;
  }
  .details__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
  }
  .details__share,
  .details__devices {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .details__title {
    line-height: 100%;
  }
}
@media (min-width: 1200px) {
  .details {
    padding: 10px 0;
  }
  .details__title {
    font-size: 36px;
  }
}

/*==============================
  Feature
==============================*/
.feature {
  display: block;
  position: relative;
  margin: 15px 0;
  padding-left: 65px;
}
.feature__icon {
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 46px;
}
.feature__icon:before {
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
}
.feature__title {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.feature__text {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  letter-spacing: 0.2px;
}
@media (min-width: 992px) {
  .feature {
    padding-right: 15px;
    margin: 25px 0 20px;
  }
}
/*==============================
  Catalog
==============================*/
.catalog {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .catalog {
    padding: 0 0 45px;
  }
}
/*==============================
  Filter
==============================*/
.filter {
  background-color: #28282d;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  margin-bottom: 30px;
}
.filter__item {
  position: relative;
  margin-bottom: 20px;
}
.filter__item-label {
  font-size: 12px;
  display: block;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  letter-spacing: 0.2px;
}
.filter__item-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  height: 30px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.filter__item-btn input {
  display: block;
  position: relative;
  width: auto;
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  height: 30px;
  margin-right: 12px;
  font-weight: 500;
}
.filter__item-btn span {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  margin-top: 1px;
}
.filter__item-btn span:before,
.filter__item-btn span:after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 50%;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: -5px;
  opacity: 0.75;
}
.filter__item-btn span:after {
  margin-top: 2px;
  width: 10px;
}
.filter__item-btn[aria-expanded="true"] span:before,
.filter__item-btn[aria-expanded="true"] span:after {
  opacity: 1;
}
.filter__item-btn[aria-expanded="true"] span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.filter__item-btn[aria-expanded="true"] span:after {
  margin-top: -1px;
  width: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.filter__item-btn:hover span:before,
.filter__item-btn:hover span:after {
  opacity: 1;
}
.filter__item-menu {
  top: 100%;
  left: 0;
  margin-top: 0;
  min-width: 200px;
  padding: 15px 20px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  background-color: #2b2b31;
  display: block;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  max-height: 190px;
}
.filter__item-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.filter__item-menu li {
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.filter__item-menu li:hover {
  color: #ff55a5;
}
.filter__item-menu.show {
  pointer-events: auto;
  opacity: 1;
  margin-top: 10px;
}
.filter__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 0;
}
.filter__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 140px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  opacity: 0.85;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.filter__btn:hover {
  opacity: 1;
  color: #fff;
}
.filter__range {
  font-size: 16px;
  color: #fff;
  margin-right: 12px;
  height: 30px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.filter__range div {
  position: relative;
}
.filter__range div:first-child {
  margin-right: 14px;
}
.filter__range div:first-child:after {
  content: '-';
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .filter {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .filter__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 90px;
  }
  .filter__items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .filter__item {
    margin-bottom: 0;
    margin-right: 50px;
  }
  .filter__item-menu {
    margin-top: 10px;
  }
  .filter__item-menu.show {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .filter__item {
    margin-right: 60px;
  }
}
/* range slider */
.noUi-target {
  background: #28282d;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noUi-horizontal {
  height: 4px;
  margin: 10px 0;
}
.noUi-connects {
  background-color: rgba(255,255,255,0.05);
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
.noUi-connect {
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
}
.noUi-handle {
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.noUi-handle:before,
.noUi-handle:after {
  display: none;
}
.noUi-handle:focus {
  outline: none;
}
.noUi-handle.noUi-handle-lower {
  background-color: #ff55a5;
  -webkit-box-shadow: 0 0 20px 0 rgba(255,85,165,0.5);
  box-shadow: 0 0 20px 0 rgba(255,85,165,0.5);
}
.noUi-handle.noUi-handle-upper {
  background-color: #ff5860;
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -8px;
}
/*==============================
  Paginator
==============================*/
.paginator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px auto 30px;
 
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 50px;
  width: 100%;
}
.paginator__item {
  margin: 0;
}
.paginator a {    
	font-size: 16px;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #24242a;
    margin-left: 5px;
    margin-right: 5px;
}
.paginator a:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
	background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
	background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
	-webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
	box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.paginator__item--prev,
.paginator__item--next {
  display: block;
  position: relative;
  height: 50px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.paginator__item--prev a,
.paginator__item--next a {
  font-size: 18px;
}
.paginator span {
  color: #fff;
  cursor: default;
  font-size: 16px;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  color: rgba(255,255,255,0.5);
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}

/*
.paginator span:hover {
  color: #fff;
}
.paginator span:first-child {
  background-image: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}
*/

.paginator .wsext,
.paginator .wsnextprev{
    background-image: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.paginator .wsnextprev{
    width: auto;
    cursor: pointer;
}
.paginator .wsnextprev:hover{
    color: #fff;
}

@media (max-width: 360px) {
/*
   .paginator.paginator--list.ignore-select a:first-child, .paginator.paginator--list.ignore-select a:nth-child(2), .paginator.paginator--list.ignore-select a:first-child, .paginator.paginator--list.ignore-select a:last-child {
        display: block;
   }
  .paginator {
    width: 300px;
  }
*/  
  .paginator {
    display: flex;
  }  
  
}
@media (min-width: 768px) {
  .paginator {
    margin: 30px auto;
  }
  .paginator--list {
    margin: 10px auto 30px;
    /*width: 700px;*/
  }
}
@media (min-width: 1200px) {
  .paginator--list {
    margin: 20px auto 30px;
    /*width: 1000px;*/
  }
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #de505e;
}
::-webkit-scrollbar-track {
    background-color: #171716;
    box-shadow: 0px 0px 3px #2b2b31 inset;
    border-left: 1px solid #2b2b31;
}
::-webkit-scrollbar-track {
    background-color: #3a3a3c;
}
::-webkit-resizer {
    width: 4px;
    height: 0px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 6px;
    height: 0px;
}
::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}

/*==============================
  Comments
==============================*/
.comments {
  margin-bottom: 50px;
}
.comments__autor {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
}
.comments__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.comments__name {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
}
.comments__time {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 20px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.comments__text {
  display: block;
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 25px;
  background-color: #28282d;
  padding: 20px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2px;
  overflow: hidden;
}
.comments__text span {
  display: block;
  background-color: #2b2b31;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  min-height: 80px;
}
.comments__text span:before {
  content: '\f1f5';
  position: absolute;
  display: block;
  font-family: "Ionicons";
  background-image: -webkit-linear-gradient(0deg, rgba(255,85,165,0.12) 0%, rgba(255,88,96,0.12) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
  font-size: 64px;
  top: 10px;
  left: 15px;
  line-height: 100%;
}
.comments__item {
  margin-bottom: 30px;
  display: block;
}
.comments__item--answer,
.comments__item--quote {
  margin-left: 25px;
}
.comments__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-color: #28282d;
  padding: 15px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  position: relative;
}
.comments__actions button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-right: 20px;
  height: 22px;
  text-transform: uppercase;
  font-weight: 300;
}
.comments__actions button i, .comments__actions button span.icon {
  margin-right: 5px;
}
.comments__actions button:hover {
  color: #ff55a5;
}

.comments__rate {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
}
.comments__rate button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  margin-right: 12px;
  position: relative;
  height: 30px;
}

.comments__rate button:last-child:before {
    left: -18px!important;
}

.comments__rate button:last-child {
    margin-left: 15px;
}
.comments__rate button i, .comments__rate button span.icon {
  font-size: 18px;
  opacity: 0.5;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.comments__rate button:last-child {
  margin-right: 0;
}
.comments__rate button:last-child i, .comments__rate button:last-child span.icon {
  margin-left: 6px;
  color: #c22b3c;
}
.comments__rate button:first-child i, .comments__rate button:first-child span.icon {
  margin-right: 6px;
  color: #0cb457;
}
.comments__rate button:first-child:before, .comments__rate button:last-child:before {
  content: '';
  position: absolute;
  display: block;
  left: 65%;
  margin-left: 12px;
  width: 1px;
  height: 15px;
  background-color: rgba(255,255,255,0.05);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comments__rate button:hover {
  color: rgba(255,255,255,0.5);
}
.comments__rate button:hover i, .comments__rate button:hover span.icon {
  opacity: 1;
}
@media (min-width: 768px) {
  .comments__item--answer,
  .comments__item--quote {
    margin-left: 55px;
  }
}
@media (min-width: 992px) {
  .comments {
    margin-bottom: 45px;
  }
}
/*==============================
  Reviews
==============================*/
.reviews {
  margin-bottom: 40px;
}
.reviews__autor {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
  padding-right: 60px;
}
.reviews__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.reviews__name {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.reviews__time {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  line-height: 20px;
}
.reviews__text {
  display: block;
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 25px;
  background-color: #28282d;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2px;
}
.reviews__item {
  margin-bottom: 30px;
  display: block;
}
.reviews__item--answer {
  margin-left: 55px;
}
.reviews__rating {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  right: 0;
  top: 8px;
}
.reviews__rating i, .reviews__rating span.icon {
  text-shadow: 0 0 6px rgba(255,88,96,0.5);
  margin-right: 5px;
}
.reviews__rating i:before, .reviews__rating span.icon:before {
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
}
@media (min-width: 576px) {
  .reviews__name {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .reviews {
    margin-bottom: 30px;
  }
}
/*==============================
  Gallery
==============================*/
.gallery {
  margin-bottom: 20px;
}
.gallery figure {
  margin: 0 0 30px;
}
.gallery figure a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.gallery figure img {
  width: 100%;
}
.gallery figcaption {
  display: none;
}
@media (min-width: 992px) {
  .gallery {
    margin-bottom: 35px;
  }
}

/*==============================
  Footer
==============================*/
.footer {
  background-color: #28282d;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 40px 0 30px;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
    color: #a9a9a9;
}
.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.footer__title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.footer__list {
  margin-bottom: 15px;
}
.footer__list li {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer__list a {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
.footer__list a:hover {
  color: #ff55a5;
}
.footer__app {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
.footer__app li {
  margin-right: 15px;
}
.footer__app li img {
  width: 130px;
}
.footer__app li:last-child {
  margin-right: 0;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.footer__social li {
  margin-right: 20px;
}
.footer__social li:last-child {
  margin-left: 0;
}
.footer__social li.facebook a {
  color: #3b5999;
}
.footer__social li.instagram a {
  color: #ff5860;
}
.footer__social li.instagram a i:before, .footer__social li.instagram a span.icon:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
}
.footer__social li.twitter a {
  color: #1da1f2;
}
.footer__social li.vk a {
  color: #45668e;
}
.footer__social a {
  font-size: 24px;
  color: rgba(255,255,255,0.5);
}
.footer__social a:hover {
  color: #ff55a5;
}
.footer__copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* margin-top: 15px; */
  /* border-top: 1px solid rgba(255,255,255,0.05); */
  /* padding-top: 30px; */
  font-family: 'Open Sans', sans-serif;
}
.footer__copyright small {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}
.footer__copyright small a {
  color: rgba(255,255,255,0.5);
}
.footer__copyright small a:hover {
  text-decoration: underline;
}
.footer__copyright ul {
  align-items: flex-start;
  margin-top: 10px;
}
.footer__copyright ul li {
  margin-right: 20px;
    margin-top: 10px;
}
.footer__copyright ul li:last-child {
  margin-right: 0;
}
.footer__copyright ul a {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}
.footer__copyright ul a:hover {
  color: #ff55a5;
}
@media (min-width: 768px) {
  .footer {
    padding: 30px 0;
  }
  .footer__copyright {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 60px; */
  }
  .footer__copyright ul {
    margin-top: 0;
  }
  .footer__list a {
    font-size: 15px;
  }
  .footer__app {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
  .footer__app li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer__app li img {
    width: 140px;
  }
  .footer__app li:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .footer__copyright ul li {
    margin-right: 30px;
  }
}
/*==============================
  Sign
==============================*/
#sign__content{display:none;}
.sign {
  display: block;
  position: relative;
}
.sign__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 40px 0;
}
.sign__content {

}

.sign__form {
  background-color: #28282d;
  -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  position: relative;
}
.sign__form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.sign__logo {
  margin-bottom: 40px;
}
.sign__logo a {
  max-width: 100%;
  width: auto;
}
.sign__logo img {
  max-width: 172px;
}
.sign__input {
  background-color: #2b2b31;
  border: none;
  height: 50px;
  position: relative;
  color: #fff;
  font-size: 15px;
  width: 250px;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
}
.sign__group {
  position: relative;
  margin-bottom: 20px;
}
.sign__group--checkbox {
  width: 100%;
  text-align: left;
}
.sign__group--checkbox input:not(:checked),
.sign__group--checkbox input:checked {
  position: absolute;
  left: -9999px;
}
.sign__group--checkbox input:not(:checked) + label,
.sign__group--checkbox input:checked + label {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  font-family: 'Open Sans', sans-serif;
  position: relative;
  cursor: pointer;
  padding-left: 34px;
  line-height: 22px;
  margin: 0;
}
.sign__group--checkbox input:not(:checked) + label a,
.sign__group--checkbox input:checked + label a {
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
  opacity: 0.75;
}
.sign__group--checkbox input:not(:checked) + label a:hover,
.sign__group--checkbox input:checked + label a:hover {
  opacity: 1;
}
.sign__group--checkbox input:not(:checked) + label:before,
.sign__group--checkbox input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #2b2b31;
}
.sign__group--checkbox input:not(:checked) + label:after,
.sign__group--checkbox input:checked + label:after {
  font-family: 'Ionicons';
  content: '\f3ff';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  color: #ff55a5;
}
.sign__group--checkbox input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.sign__group--checkbox input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.sign__group--checkbox label::-moz-selection {
  background: transparent;
  color: rgba(255,255,255,0.5);
}
.sign__group--checkbox label::selection {
  background: transparent;
  color: rgba(255,255,255,0.5);
}
.sign__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  opacity: 0.85;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 20px auto 0;
}
.sign__btn:hover {
  opacity: 1;
  color: #fff;
}
.sign__text {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  font-family: 'Open Sans', sans-serif;
}
.sign__text a {
  position: relative;
  background-image: -webkit-linear-gradient(0deg, #ff55a5 0%, #ff5860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff5860;
  opacity: 0.8;
}
.sign__text a:hover {
  opacity: 1;
}
.sign__avatar img {
      position: absolute;
    top: 30px;
    left: 30px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.sign__menu li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
}
.sign__menu li a:hover {
    color: #ff5772;
    text-decoration: underline;
}
.sign__name {
  color: #fff;
}
.sign__name a{
      color: #ff567a;
}
@media (min-width: 360px) {
  .sign__input {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .sign__form {
    padding: 50px 60px;
  }
  .sign__logo {
    margin-bottom: 50px;
  }
  .sign__avatar img {
    width: 60px;
  }
}
/*==============================
  Plyr customization
==============================*/
.plyr {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}
.plyr__menu__container .plyr__control {
  -webkit-transition: 0s ease;
  -moz-transition: 0s ease;
  transition: 0s ease;
}
.plyr__control--overlaid {
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.plyr__control--overlaid:hover {
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
  box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
}
.plyr__control.plyr__control--overlaid {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: none;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
}
.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.plyr__progress__buffer {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.plyr--full-ui input[type="range"] {
  color: #ff55a5;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.plyr__tab-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.plyr__tooltip {
  font-weight: 300;
}
.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background: none;
  background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
}
.plyr__control {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.plyr--video .plyr__control svg {
  filter: none;
}

.rogalik svg {margin-bottom: 10px;}

.mini-menu {
        max-width: 14.2%;
    float: left;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    font-size: 12pt;
    font-weight: 700;
    padding: 3px
}

.mini-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mini-menu>ul>li {
    position: relative
}
li.rg3 {
    border-bottom: 1px solid #303030;
}
.mini-menu>ul>li>a {
    display: block;
    outline: 0;
    padding: .7em 1em;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
    box-shadow: 0 0 20px 0 rgba(255,88,96,0.5)
}

.mini-menu>ul>li>a:hover,.mini-menu>ul>li>a.active {
    color: #fff
}

.mini-menu .sub>ul {
    overflow: hidden;
    background: #28282d;
}

.mini-menu .sub>ul>li>a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    padding: .7em 1em;
    color: #9E9E9E;
}

.mini-menu .sub > ul > li > a:hover,.mini-menu .sub>ul>li>a.active {
    background: #2b2b31;
    color: white;
    padding-left: 1.3em;
}

.mini-menu .sub>ul>li>a:after {
    text-align: center;
    float: left;
    margin-right: 6px;
    line-height: 12px
}



/*==============================
  mCustomScrollbar customization
==============================*/
/* scroll bar 1 */
.mCS-custom-bar {
  opacity: 1;
}
.mCS-custom-bar.mCSB_outside + .mCSB_scrollTools {
  right: 2px;
  top: 15px;
  bottom: 15px;
}
.mCS-custom-bar.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255,255,255,0.05);
}
.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-image: -moz-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  width: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-image: -moz-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
}
.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-image: -moz-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
}
/* scroll bar 2 */
.mCS-custom-bar2 {
  opacity: 1;
}
.mCS-custom-bar2.mCSB_outside + .mCSB_scrollTools {
  right: 2px;
  top: 20px;
  bottom: 20px;
}
.mCS-custom-bar2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255,255,255,0.05);
}
.mCS-custom-bar2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-image: -moz-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  width: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mCS-custom-bar2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-image: -moz-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
}
.mCS-custom-bar2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-custom-bar2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-image: -moz-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -webkit-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: -ms-linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
  background-image: linear-gradient(180deg, #ff55a5 0%, #ff5860 100%);
}

.fancybox-slide--html .fancybox-close-small {
    background: #ff55a2;
}
.fancybox-button svg path {
    fill: white;
}

input#name, input#mail {
    background: transparent;
    padding: 3px 10px;
    border: none;
    border-bottom: 1px solid #de505e;
    width: 250px;
    color: white;
}

.gray-theme.fr-toolbar{ 
    background-image: linear-gradient(to bottom,#2b2b31 0%,#232328 100%) !important; 
}

.gray-theme.fr-box .fr-counter {
    color: #131313!important;
    background: #2b2b31!important;
    border-top: solid 1px #222222!important;
    border-left: solid 1px #222222!important;}

.combo_field {
    display: inline;
}

.gray-theme .fr-separator {
    background: #181818!important;
}

a.actors-img .actors-img-info {
	position: absolute;
	bottom: 45px;
	visibility: hidden;
    pointer-events: none;
	transition: 0.4s ease-in-out;
	opacity: 0
}
a.actors-img {
	position: relative;
	display: inline-block
}

a.actors-img:hover .actors-img-info {
	transition: 0.4s ease-in-out;
	bottom: 30px;
	opacity: 1;
	visibility: visible!important
}

.actors-img-info {
	width: 320px;
	background: #1a1f23;
	z-index: 999;
	margin: 0!important;
	padding: 0!important;
	box-shadow: 0 0 40px -1px rgba(222, 81, 91, 0.21);
	left: -80%;
}

.actors-img-info img {
	width: 60px;
	height: 95px;
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	border: none
}

.actors-img-info li {
	padding: 0!important;
	margin: 0
}

.actors-img-info ul {
	padding: 7px 2px;
	float: right;
	width: 73%;
	vertical-align: top;
	color: white;
	position: absolute;
	display: inline-block;
	left: 80px;
	top: 32px;
	font-size: 12px;
}

a.actors-img .actors-img-info .actors-img-title {
	width: 75%;
	float: right;
	color: #de515e;
	font-weight: 700;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}

.fotoblock img {width: 100%;}

.fotoblock a {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 80px;
    overflow: hidden;
}

.infoactorblock {
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    background: #28282d;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.3);
}

.infoactorblock h2 {
    font-weight: 300;
}

.infoactorblock:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
    box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);    
}

.infoblockfilms {
    margin-top: 15px;
}

.card--details .card__meta a:hover {
    -webkit-text-fill-color: #de5158;
}

section.content.static .container {
    top: 90px;
    position: relative;
}
section.content.static {
    margin-bottom: 60px;
}
.footer__copyright small {
    width: 50%;
}

.counter {
    position: relative;
    display: inline-block;
    right: 0; 
}

article.box.story.contacts, .article.box.story.contacts {
    width: 100%;
    position: relative;
    display: inline-block;
}

form#sendmail {
    width: 100%;
}

article.box.story.contacts ul.ui-form, .article.box.story.contacts ul.ui-form {}

article.box.story.contacts ul.ui-form li, .article.box.story.contacts ul.ui-form li {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    left: 0;
    vertical-align: top;
}

.contacts ul.ui-form li input,
article.box.story.contacts ul.ui-form li input, .article.box.story.contacts ul.ui-form li input,
article.box.story.contacts ul.ui-form li select, .article.box.story.contacts ul.ui-form li select,
article.box.story.contacts ul.ui-form li textarea, .article.box.story.contacts ul.ui-form li textarea {
    background: #2b2b31;
    padding: 10px 20px;
    border: 1px solid rgba(222, 80, 93, 0.26);
    width: 100%;
    border-radius: 3px;
    color: white;
}
.contacts ul.ui-form li input:focus,
.contacts ul.ui-form li input:active,
article.box.story.contacts ul.ui-form li input:focus, .article.box.story.contacts ul.ui-form li input:focus,
article.box.story.contacts ul.ui-form li select:focus, .article.box.story.contacts ul.ui-form li select:focus,
article.box.story.contacts ul.ui-form li textarea:focus, .article.box.story.contacts ul.ui-form li textarea:focus,
article.box.story.contacts ul.ui-form li input:active, .article.box.story.contacts ul.ui-form li input:active,
article.box.story.contacts ul.ui-form li select:active, .article.box.story.contacts ul.ui-form li select:active,
article.box.story.contacts ul.ui-form li textarea:active, .article.box.story.contacts ul.ui-form li textarea:active {
    border: 1px solid #de505d;
}

ul.dropdown-menu.header__dropdown-menu {
    left: 0!important;
    width: 1140px;
    transform: translate3d(-295px, 90px, 0px)!important;    
    
	max-height: 550px;
	overflow-y: auto;    
}

.header__dropdown-menu li {
    width: 24.7%;
    position: relative;
    display: inline-block;
}



@media (max-width: 1200px) {
    ul.dropdown-menu.header__dropdown-menu {
        left: initial!important;
        right: -35px;
        top: -100px!important;
        width: 720px;
    }
}

@media (max-width: 968px) {
    ul.dropdown-menu.header__dropdown-menu {
        width: 570px;
    }   
}


@media (max-width: 850px) { 
    ul.dropdown-menu.header__dropdown-menu {
        width: 280px;
        overflow-y: auto;
        height: 400px;
    }

    .header__dropdown-menu li {
        width: 100%;
    }
}


@media (max-width: 545px) { 
    .header__nav-item ul.dropdown-menu.header__dropdown-menu {
        left: 0!important;
        width: 255px;
        top: -70px!important;
        transform: translate3d(-27px, 90px, 0px)!important;
        height: 450px;
    }

    .header__nav-item {
        position: relative;
    }
}


.home .container .item .card__cover {
    height: 160px;
    width: 100%;
    margin: 0;
}

.card__cover img {
    height: 100%;
}

span.ratingtypeplusminus.ignore-select {
    color: white;
    background-image: linear-gradient(90deg, rgba(255, 85, 165, 0.8) 0%, rgba(255, 88, 96, 0.8) 100%);
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    line-height: 30px;
}
.form-checks label, #allow_subscribe + label {
    color: white;
}

.vse-block {
    width: 100%; 
    margin: 0px 15px 0px 15px;
}

.vse-block .help {
    color: #de5162;
    display: inline-block;
}

.ya-share2.ya-share2_inited {
    display: inline-block;
    float: right;
}

.ui-dialog .ui-dialog-buttonset button, .vse-block .help ul > a, .vse-block .help ul > li a, .vse-block .help ul > li span {
    background-image: -moz-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -webkit-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: -ms-linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    background-image: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
    box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
    color: white;
    padding: 5px 10px;
    width: 145px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    transition: .3s ease-in-out;
    opacity: 0.8;
    margin-right: 5px;
}

.vse-block .help ul > a i, .vse-block .help ul > li a i, .vse-block .help ul > a span.icon, .vse-block .help ul > li a span.icon {
    margin-right: 5px;
}

.vse-block .help ul {
    /* width: 459px; */
}

.vse-block .help ul > li {
    display: inline-block;
}

.ui-dialog .ui-dialog-buttonset button:hover, .vse-block .help ul > a:hover, .vse-block .help ul > li a:hover {
    transition: .3s ease-in-out;
    opacity: 1;
    cursor: pointer;
}

.ui-dialog .ui-dialog-buttonset button {
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px;
}
@media (max-width: 576px) {
    .footer__copyright small {
        width: 100%;
    }
    
}

.content__wrapper {
    width: 100%;
}
[class^="ya-share2__item"] .ya-share2__icon {
    box-sizing: content-box;
}


@media (max-width: 720px) {
    .home .container .item .card__cover {
        height: 140px;
    }
}


@media (max-width: 580px) {
    .home .container .item .card__cover {
        height: 220px;
    }
    
	.card__cover_mini {
		height: 130px !important;
	}
	
	.quad__carousel .owl-item img {
		height: 125px !important;
		object-fit: initial !important;
	}	
}

.textbottom {
    color: #a9a9a9;
}

.textbottom p {
    text-indent: 30px;
    text-align: justify;    line-height: 1.2;
}

@media (max-width: 576px) {
    .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vse-block .help ul > li {
        /* width: 48%; */
        margin-bottom: 15px;
    }

    .vse-block .help ul {
        text-align: center;
    }

    .vse-block .help ul > li span {
        margin-right: -3px;
    }

    .ya-share2.ya-share2_inited {
        text-align: center;
    }

    .ya-share2.ya-share2_inited li {
        margin-bottom: 10px;
    }
}

[data-href] {
	cursor: pointer;
}

article .col-12, .article .col-12 {
    color: rgba(255,255,255,0.7);
}

@media (max-width: 330px) {
     
    .paginator a {
        display: none;
    }

    .paginator {
        width: 100%;
    }

    .catalog.textbottom {}

    .catalog.textbottom .col-12 h1 {
        font-size: 14px;
    }

    .catalog.textbottom .col-12 p {
        font-size: 12px;
    }
/*
    .paginator a:last-child {
        display: block;
    }
*/
}

@media (max-width: 576px) {
    .container {
        /*width: 377px;*/
    }   
    .vse-block .help li, .vse-block .help a {
        font-size: 12px;
    }

    .vse-block {
        width: 92%;
    }

    .ui-dialog .ui-dialog-buttonset button, .vse-block .help ul > a, .vse-block .help ul > li a, .vse-block .help ul > li span {
        width: 135px;
    }

    .vse-block .help ul {
        width: auto;
    }
    .playlists-videos .playlists-items li {
        width: 80px!important;
        height: 30px;
        line-height: 30px;
    }
.details__title {
    font-size: 22px;
}
}

form[name="registration"] {
    width: 100%;
}




.collections-short {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 31.4%;
	margin: 0 10px 0;
	border-radius: 8px;
	position: relative;
	z-index: 3;
	transition: 0.4s ease-in-out;
	transform: scale(1);
/*
    margin-bottom: 30px;
    margin-top: 30px;
*/    
	border-radius: 0;
	/* border-radius: 10px; */
	box-sizing: border-box;
}

.collections-short .mlink {
/*	height: 180px; */
	border-radius: 0;
	position: relative;
	z-index: 3;
}

.collections-short .mlink img {
	width: 100%;
	height: 100%;
}

.collections-short-title {
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 4px 10px 7px; 
    z-index: 4;
    transition: 0.4s ease-in-out;
    font-weight: bold;
    height: 45px;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    padding-top: 10px;
    text-align: center;
    text-shadow: 0 0 10px #1a1f23;
    z-index: 100;
}

.collections-short-title a {
	color: white
}


.collections-short-con {
	/* margin-bottom: 15px; */
	z-index: 3;
	transition: 0.4s ease-in-out;
}

a.collections-short:hover .collections-short-title {
	transition: 0.4s ease-in-out;
	/* bottom: 8px; */
	opacity: 1;
}



a.collections-short:hover .collections-short-con:after,
a.collections-short:hover .collections-short-con:before {
	border-color: var(--default-color);
	transition: 0.4s ease-in-out
}

a.collections-short:hover {
	transition: 0.4s ease-in-out;
	transform: translateY(-5px);
}

#coll_carou a.collections-short {
	width: 100%;
	margin: 0
}




div#coll_carou .collections-short .mlink {
    height: 110px;
}

div#coll_carou a.collections-short {
    margin-top: 8px;
}

a.collections-short:hover .collections-short-title {
	transition: 0.4s ease-in-out;
	/* bottom: 8px; */
	opacity: 1;
}

@media screen and (max-width: 1200px) {
    .collections-short {
        width: 31%;
    }
    .collections-short .mlink {
/*        height: 160px; */
    }
}


@media screen and (max-width:992px) {
	.collections-short .collections-short-con .mlink {
/*		height: 160px;  */
	}
    .collections-short {
        width: 46.5%;
    }
}



@media screen and (max-width:760px) {
	.collections-short .collections-short-con .mlink {
/*		height: 125px; */
	}
	a.collections-short {
		width: calc(46% - 2px);
 /*       margin-bottom: 45px; */
	}
}

@media screen and (max-width:575px) {
	a.collections-short {
		width: calc(100% - 2px)
    }

	.collections-short .collections-short-con .mlink {
/*		height: 125px; */
	}
}

.header__dropdown-menu .wsmenuactive,
.wsmenuactive{
    color: #ff55a5;
    cursor: default;
}



.bottom-serials-text {
    background-color: #28282d;
    padding: 30px;
    color: rgba(255,255,255,0.75);
    margin-left: -15px;
    margin-right: 15px;
}

.help .fa-heart-o {    margin-right: 6px;}
.gray-theme.fr-toolbar {    border-top: 1px solid #222 !important;}

.rogalik {float: right}

.rogalik a {margin-left: 15px;}

.rogalik a img {  opacity: 0.8;max-width: 48px;
    background-color: transparent;}
.rogalik a:hover img {  opacity: 1;} 


.gsc-control-cse {
	padding: 0px !important;
}

.gsc-results {
	width: 100% !important;
}

.tds_media {
	margin-top: 110px !important;
}


@media (max-width: 576px) {
	.container {
		width: 100%;
		padding: 0px;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
		padding-right: 5px;
		padding-left: 5px;
	}

	.row, #dle-content, .container {
		margin: 0px;
	}	
	
	.tds_media {
		margin-top: 40px !important;
	}	

}

.banner_gfambpc {
    margin: 0px 0px 15px 0px;
}

.rating {/*margin-bottom:23px*/}
.rating img{vertical-align:middle}
.ratings {color:#fff; margin: 0 auto;}
.ratings b{font-size:16px;line-height:1.1}
.ratings div{display:inline-block; /*margin-right:6px;float:left;min-width:20px*/}
.ratings .rating{vertical-align:top;margin-top:3px}

.unit-rating{list-style:none;margin:0;padding:0;width:171px !important;height:17px;position:relative;background:url(/templates/FlixGo/dleimages/rating.png) repeat-x}
.unit-rating li{text-indent:-90000px;padding:0;margin:0;float:left}
.unit-rating li a{display:block;width:17px;height:17px;text-decoration:none;text-indent:-9000px;z-index:17;position:absolute;padding:0}
.unit-rating li a:hover{background:url(/templates/FlixGo/dleimages/rating.png) 0 -17px;z-index:2;left:0}
.unit-rating a.r1-unit{left:0}
.unit-rating a.r1-unit:hover{width:17px}
.unit-rating a.r2-unit{left:17px}
.unit-rating a.r2-unit:hover{width:34px}
.unit-rating a.r3-unit{left:34px}
.unit-rating a.r3-unit:hover{width:51px}
.unit-rating a.r4-unit{left:51px}
.unit-rating a.r4-unit:hover{width:68px}
.unit-rating a.r5-unit{left:68px}
.unit-rating a.r5-unit:hover{width:85px}
.unit-rating a.r6-unit{left:85px}
.unit-rating a.r6-unit:hover{width:102px}
.unit-rating a.r7-unit{left:102px}

.unit-rating a.r7-unit:hover{width:119px}
.unit-rating a.r8-unit{left:119px}
.unit-rating a.r8-unit:hover{width:136px}
.unit-rating a.r9-unit{left:136px}
.unit-rating a.r9-unit:hover{width:153px}
.unit-rating a.r10-unit{left:153px}
.unit-rating a.r10-unit:hover{width:170px}
.unit-rating li.current-rating{background:url(/templates/FlixGo/dleimages/rating.png) 0 -34px;position:absolute;height:17px;display:block;text-indent:-9000px;z-index:1}

.sub .today {
    color: #fff;
    font-weight: bold;
}

.sub .today:before {
content: "Сегодня: ";font-size: 14px;
}


.lang-btn {
	float: right;
	display: inline-block;
	margin-top: 20px;
}

@media screen and (max-width: 470px) {	
	.stuck {
		position: fixed;
		top: 70px;
		z-index: 9999;
		left: 0px;
		width: 100% !important;	
	}
	
	.lang-btn {
		float: initial;
		display: block;
		text-align: center;
		margin: 0px 0px 10px;
	}
  
  .paginator {
    margin: 0px auto 10px !important;
    
    max-height: 115px;
    overflow: hidden;
  }
	
}

@media screen and (min-width: 561px) {
	.stuck {
		position: fixed;
		bottom: 0px;
		z-index: 9999;
		left: 0px;
		width: 424px!important;
		height: 238px!important;	
	}
	
	.main_wrapper {
		width: 1300px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		background-color: #1f1f24;
		
		height: auto !important;	
	}
}


.schedule {
	color: #FFF;
	text-align: center;
}

.google-clean .google-auto-placed {
    display: none;
    width: 0;
    height:0;
}



