@import url(bootstrap.min.css);
@import url(TTNorms.css);
@import url(sprites.css);
/*.header ~ *{
	outline:1px solid red;
}*/
/*.statiya .article .row-flex > *{
	outline:1px solid red;
}*/
a:link {
  color: #3b6afa; }

.red-link:hover {
    color: #ff1f15 !important;
}
.blue-link:hover {
    color: #2e67f6 !important;
}
.green-link:hover {
    color: #36b74b !important;
}
.purple-link:hover {
    color: #b6009e !important;
}

.gallery-wrapper {
	/*overflow-x: auto;*/
}
.gallery {
	margin-top: 10px;
	/*display: flex;
	flex-direction: row;*/
	justify-content: center;
	/* flex-wrap: wrap; */

}
.content .gallery a {
	margin: 0 5px;
	max-width: calc(25% - 10px);
	/*min-width: 200px;*/
}
/*
.content .gallery a:nth-of-type(3n)~a {
	margin-top: 5px;
}
*/
.content .gallery img {
	width: auto;
}
.fancybox__caption {
	text-align: center;
}
nav.clrul ul {
  padding: 0;
  margin: 0; }
  nav.clrul ul li {
    display: block;
    float: left; }

html, body {
  height: 100%;
  font-family: 'TT Norms',sans-serif; }

body {
  color: #000; }

body.blur .header ~ *:not(.for-footer-offset),
body.blur .footer {
  filter: blur(10px); }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.inner-width-1 {
  margin: 0 auto;
  max-width: 1290px;
  padding: 0 60px; }
  @media screen and (max-width: 480px) {
    .inner-width-1 {
      padding: 0 30px; } }
  @media screen and (max-width: 1289px) {
    .inner-width-1 {
      padding: 0 30px; } }
  @media screen and (max-width: 1000px) {
    .inner-width-1 {
      padding: 0 15px; } }
  .inner-width-1 .inner-width-2 {
    margin: 0 -60px; }
    @media (max-width: 1289px) {
      .inner-width-1 .inner-width-2 {
        margin: 0 -30px; } }
    @media (max-width: 1000px) {
      .inner-width-1 .inner-width-2 {
        margin: 0 -15px; } }

.banner-top {
  display: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 360px;
  background: #444; }
  .banner-top.show {
    display: block; }
    .banner-top.show + .wrapper {
      padding-top: 360px;
      margin-top: -360px; }

.popup-window-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ececee;
  overflow: auto;
  z-index: 1001; }
  .popup-window-container .popup-window {
    position: absolute;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 65px;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease 250ms;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 3px 30px 0 rgba(157, 163, 192, 0.1); }
    @media screen and (max-width: 560px) {
      .popup-window-container .popup-window {
        padding-left: 15px;
        padding-right: 15px; } }
    .popup-window-container .popup-window .switch-form {
      margin-bottom: 60px; }
      @media screen and (max-width: 560px) {
        .popup-window-container .popup-window .switch-form {
          margin: 20px 0 30px; } }
      .popup-window-container .popup-window .switch-form a {
        line-height: .9;
        font-size: 40px;
        font-weight: 600;
        color: #e7e7eb; }
        @media screen and (max-width: 560px) {
          .popup-window-container .popup-window .switch-form a {
            font-size: 30px; } }
        .popup-window-container .popup-window .switch-form a.active {
          color: #000;
          text-decoration: none; }
        .popup-window-container .popup-window .switch-form a + a {
          margin-left: 30px; }
          @media screen and (max-width: 560px) {
            .popup-window-container .popup-window .switch-form a + a {
              margin-left: 20px; } }
    .popup-window-container .popup-window .first-word {
      font-style: normal; }
      @media screen and (max-width: 859px) {
        .popup-window-container .popup-window .first-word {
          display: none; } }
      @media screen and (max-width: 767px) {
        .popup-window-container .popup-window .first-word {
          display: inline; } }
      @media screen and (max-width: 400px) {
        .popup-window-container .popup-window .first-word {
          display: none; } }

.wrapper {
  height: auto;
  min-height: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding-bottom: 386px;
  background: #FFF;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding: 0; } }
  @media screen and (max-width: 1290px) {
    .wrapper {
      box-shadow: none; } }
  @media screen and (max-width: 767px) {
    .wrapper {
      min-height: auto; } }

h1,
.h1 {
  margin: 46px 0 20px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.15;
  color: #000; }

h2,
.h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: .87;
  color: #000; }

h3,
.h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #000; }

h4,
.h4 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
  color: #000; }

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 30px;
  min-height: 100px;
  border-bottom: 1px solid #f2f2f2;
  background: #FFF; }
  @media screen and (max-width: 1024px) {
    .header {
      padding-top: 20px;
      min-height: 79px; } }
  @media (max-width: 767px) {
    .header {
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); } }
  .header .row-container {
    height: 40px; }
    @media screen and (max-width: 767px) {
      .header .row-container {
        height: auto; } }
    .header .row-container .col-left {
      float: left;
      height: 40px; }
    .header .row-container .col-right {
      float: right; }
    .header .row-container .col-center {
      margin: 0 300px; }
      @media screen and (max-width: 991px) {
        .header .row-container .col-center {
          margin: 0 300px 0 140px; } }
      @media screen and (max-width: 767px) {
        .header .row-container .col-center {
          display: none;
          /*clear:both;
          margin:0;*/ } }
  .header .logo {
    display: block;
    position: relative;
    float: left;
    top: -14px;
    width: 47px;
    height: 63px;
    text-indent: -9999px;
    background: url(../images/logo.svg) no-repeat; }
    @media screen and (max-width: 991px) {
      .header .logo {
        margin-left: 10px; } }
    @media screen and (max-width: 767px) {
      .header .logo {
        margin-left: 0; } }
  .header .menu-top-btn {
    display: block;
    float: right;
    margin: 8px 0 0 30px;
    width: 24px;
    height: 24px;
    padding: 5px 0 0 4px;
    transition: all .3s; }
    @media screen and (max-width: 991px) {
      .header .menu-top-btn {
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .header .menu-top-btn {
        margin-left: 15px; } }
    .header .menu-top-btn i {
      position: relative;
      display: block;
      background: #000;
      top: 6px;
      width: 15px;
      height: 2px;
      border-radius: 1px;
      transition: all .3s; }
      .header .menu-top-btn i:before, .header .menu-top-btn i:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
        border-radius: 1px;
        transition: all .3s; }
      .header .menu-top-btn i:before {
        top: -6px; }
      .header .menu-top-btn i:after {
        width: 10px;
        top: 6px; }
  .header .menu-open .menu-top-btn i {
    top: 12px;
    background: none; }
    .header .menu-open .menu-top-btn i:before {
      top: -6px;
      width: 120%;
      left: -1px;
      transform: rotate(45deg); }
    .header .menu-open .menu-top-btn i:after {
      top: -6px;
      left: -1px;
      width: 120%;
      transform: rotate(-45deg); }
  .header .user-actions {
    line-height: 40px;
    color: #999;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .header .user-actions {
        margin-bottom: 15px; } }
    .header .user-actions .circle-btn {
      display: inline-block;
      position: relative;
      width: 40px;
      height: 40px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-color: #ececee;
      transition: background-color 250ms ease;
      border-radius: 20px;
      vertical-align: middle; }
      .header .user-actions .circle-btn:hover {
        background-color: #d8dade; }
      .header .user-actions .circle-btn + .circle-btn {
        margin-left: 10px; }
        @media (max-width: 480px) {
          .header .user-actions .circle-btn + .circle-btn {
            margin-left: 5px; } }
      .header .user-actions .circle-btn + a:not(.circle-btn) {
        margin-left: 20px; }
        @media screen and (max-width: 1000px) {
          .header .user-actions .circle-btn + a:not(.circle-btn) {
            margin-left: 10px; } }
        @media (max-width: 480px) {
          .header .user-actions .circle-btn + a:not(.circle-btn) {
            margin-left: 5px; } }
    .header .user-actions .zoom {
      display: none; }
      @media (max-width: 767px) {
        .header .user-actions .zoom {
          display: inline-block; } }
      .header .user-actions .zoom svg {
        fill: #9EA2AC; }
    .header .user-actions .mail {
      background-image: url(../images/mail.svg);
      background-size: 16px auto;
      /*@media screen and (max-width:992px){
      	display:none;
      }*/
      /*@media screen and (max-width:479px){
      	display:none;
      }*/ }
	  
@keyframes notification-blink {
  0% {
    background-position: -100px -100px; }
  100% {
    background-position: 100px 100px; } 
}
	.header .user-actions .notification span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14.6px;
		height: 17.2px;
		display: block;
		mask-image: url(/public/images/notification_2.svg);
		transform: translate(-50%, -50%);
		background: linear-gradient(-45deg, transparent, #fc2b1f, transparent);
		/*background-size: 7.3px 8.6px;*/
		background-size: 7.3px 12px;
		background-repeat: no-repeat;
		animation: notification-blink 7s infinite;
		filter: blur(2px);
	}
    .header .user-actions .notification {
      background-image: url(../images/notification.svg);
      background-size: 18px 18px; }
    .header .user-actions .notification-new:after {
      display: block;
      content: '';
      position: absolute;
      border: 2px solid #FFF;
      bottom: 1px;
      right: 1px;
      width: 10px;
      height: 10px;
      background: #F00;
      border-radius: 5px; }
    .header .user-actions a {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #000; }
    .header .user-actions .profile {
      position: relative;
      display: inline-block;
      padding-right: 20px; }
      @media screen and (max-width: 479px) {
        .header .user-actions .profile {
          padding: 0; } }
      .header .user-actions .profile:hover, .header .user-actions .profile:active {
        text-decoration: none; }
      .header .user-actions .profile .image {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-radius: 20px;
        overflow: hidden;
        vertical-align: middle; }
        @media screen and (max-width: 479px) {
          .header .user-actions .profile .image {
            margin-right: 0; } }
        .header .user-actions .profile .image img {
          display: block; }
      .header .user-actions .profile .name {
        font-style: normal; }
        @media screen and (max-width: 479px) {
          .header .user-actions .profile .name {
            display: none; } }
      .header .user-actions .profile:after {
        position: absolute;
        content: '';
        top: 50%;
        right: 10px;
        margin-top: -2px;
        display: block;
        border-width: 4px 3px 0;
        border-style: solid;
        border-color: #000 transparent transparent; }
      @media screen and (max-width: 479px) {
        .header .user-actions .profile:after {
          display: none; } }

.search-panel {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  height: 40px;
  padding: 5px 5px 0;
  border-radius: 20px;
  background-color: #ececee; }
  @media screen and (max-width: 767px) {
    .search-panel {
      margin: 0 0 15px; } }
  .search-panel input {
    border: 0;
    margin: 0;
    padding: 0;
    background: none; }
  .search-panel .search-field {
    position: relative;
    float: left;
    display: table-cell;
    margin: -5px 0 -5px -5px;
    padding-left: 20px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #9da1aa;
    border-radius: 20px 0 0 20px;
    /*box-shadow:0 0 0 1px red;*/ }
    .search-panel .search-field:focus {
      color: #343434;
      outline: none; }
  .search-panel .input-group-btn {
    vertical-align: top; }
  .search-panel .search-btn {
    width: 30px;
    height: 30px;
    background: #3b6afa;
    border-radius: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/icon-search.svg); }
    .search-panel .search-btn:hover {
      box-shadow: 0 5px 14px 0 #3b6afa; }
    .search-panel .search-btn:focus {
      outline: 1px dotted #444; }

.header + .search-panel-mobile {
  position: fixed;
  display: block;
  width: 100%;
  opacity: 0;
  transition: all ease 250ms;
  padding: 15px;
  z-index: 9;
  box-shadow: 0 1px 10px transparent;
  background: #FFF;
  transform: translateY(-100%); }
  @media (min-width: 768px) {
    .header + .search-panel-mobile {
      display: none; } }
  .header + .search-panel-mobile .search-panel {
    margin: 0; }

@media (max-width: 767px) {
  .header-search-show {
    transition: box-shadow ease 250ms;
    box-shadow: 0 0 0 transparent; }
    .header-search-show + .search-panel-mobile {
      display: block;
      opacity: 1;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      transform: translateY(0); } }
.breadcrumbs {
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  line-height: 2.786; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li:after {
      display: inline-block;
      margin: 0 15px 0 17px;
      /*content:'\203A';*/
      content: '';
      width: 6px;
      height: 6px;
      /*padding:0 10px;
      font-size:30px;
      line-height:20px;
      color:#9ea2ac;*/
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: #9ea2ac;
      transform: rotate(45deg); }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li:last-child a {
      text-decoration: none; }
  .breadcrumbs a {
    text-decoration: underline;
    color: #9ea2ac; }
    .breadcrumbs a:hover, .breadcrumbs a:active {
      text-decoration: none; }
  .breadcrumbs.breadcrumbs-wo-bb {
    border-bottom-color: transparent; }

.image-w-tb-panels .top {
  position: absolute;
  top: 29px;
  left: 41px;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 2; }
  @media screen and (max-width: 979px) {
    .image-w-tb-panels .top {
      left: 0;
      top: 15px; } }
  .image-w-tb-panels .top .badge {
    height: 30px;
    padding: 0 16px;
    border-radius: 15px;
    color: #FFF;
    font-weight: 500;
    font-style: normal;
    line-height: 28px;
    background-color: #2e67f6; }
    @media screen and (max-width: 979px) {
      .image-w-tb-panels .top .badge {
        border-radius: 0 15px 15px 0; } }
    .image-w-tb-panels .top .badge ~ i {
      font-weight: 500;
      font-style: normal;
      color: #CCC; }
    .image-w-tb-panels .top .badge + i {
      margin-left: 23px; }
      @media screen and (max-width: 979px) {
        .image-w-tb-panels .top .badge + i {
          margin-left: 10px; } }
      .image-w-tb-panels .top .badge + i:not(.only-one):after {
        margin: 0 5px;
        content: '\0022EE'; }
  @media (max-width: 767px) {
    .news .image-w-tb-panels .top {
      display: none; } }
.image-w-tb-panels .title-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 200px;
  transform: translateY(-42%);
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3);
  z-index: 2; }
  @media screen and (max-width: 1279px) {
    .image-w-tb-panels .title-wrapper {
      padding: 0 100px; } }
  @media screen and (max-width: 979px) {
    .image-w-tb-panels .title-wrapper {
      padding: 0 50px; } }
  @media screen and (max-width: 779px) {
    .image-w-tb-panels .title-wrapper {
      padding: 0 20px;
      top: auto;
      bottom: 50px;
      transform: none;
      text-align: left; } }
  .image-w-tb-panels .title-wrapper .title {
    color: #FFF;
    font-size: 40px; }
    @media screen and (max-width: 1279px) {
      .image-w-tb-panels .title-wrapper .title {
        font-size: 32px; } }
    @media screen and (max-width: 979px) {
      .image-w-tb-panels .title-wrapper .title {
        font-size: 28px; } }
    @media screen and (max-width: 779px) {
      .image-w-tb-panels .title-wrapper .title {
        font-size: 24px;
        margin: 0 0 20px; } }
  .image-w-tb-panels .title-wrapper .sub-title {
    font-size: 18px;
    line-height: 1.33;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3); }
  .image-w-tb-panels .title-wrapper time {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .image-w-tb-panels .title-wrapper time {
        display: none; } }
.image-w-tb-panels .bottom {
  position: absolute;
  bottom: 29px;
  left: 0;
  width: 100%;
  padding: 0 41px;
  color: #FFF;
  line-height: 30px;
  z-index: 2; }
  @media screen and (max-width: 979px) {
    .image-w-tb-panels .bottom {
      padding: 0 20px;
      bottom: 15px; } }
  .image-w-tb-panels .bottom .left,
  .image-w-tb-panels .bottom .center,
  .image-w-tb-panels .bottom .right {
    float: left;
    width: 33.33333333%; }
  @media screen and (max-width: 900px) {
    .image-w-tb-panels .bottom .left {
      width: 70%; }
    .image-w-tb-panels .bottom .right {
      width: 30%; } }
  @media (max-width: 767px) {
    .news .image-w-tb-panels .bottom .left {
      float: none;
      width: 100%;
      text-align: center; } }
  .image-w-tb-panels .bottom .center {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3), 1px -1px 1px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 900px) {
      .image-w-tb-panels .bottom .center {
        display: none; } }
    @media (max-width: 767px) {
      .news .image-w-tb-panels .bottom .center {
        display: none; } }
  .image-w-tb-panels .bottom .right {
    text-align: right; }
    @media (max-width: 767px) {
      .news .image-w-tb-panels .bottom .right {
        display: none; } }
  .image-w-tb-panels .bottom .number {
    padding-left: 7px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal; }
    .image-w-tb-panels .bottom .number + * {
      margin-left: 30px; }
.image-w-tb-panels + .signature {
  width: auto;
  /*margin: 0 15px;*/
  margin: 0;
  text-align: center;
  padding-top: 5px;
  padding-right: 0px;
  font-size: 14px;
  line-height: 1.43;
  color: #9ea2ac; }
  @media (min-width: 1200px) {
    .image-w-tb-panels + .signature {
      width: 100%; } }

.gallery-desc {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 0px;
  font-size: 14px;
  line-height: 1.43;
  color: #9ea2ac;
}
.f-carousel a:hover, .f-carousel a:active, .f-carousel a:link, .f-carousel a:visited {
  text-decoration: none !important;
}
.article .article-main-image {
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 15px; }
  .article .article-main-image .image-container {
    border-radius: 20px;
    overflow: hidden; }
  .article .article-main-image img {
    display: block;
    width: 100%; }
.article .row-flex {
  margin: 0 -15px;
  display: table;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch; }
  @media screen and (max-width: 1200px) {
    .article .row-flex {
      display: block; } }
  .article .row-flex .article-col-left {
    width: 200px;
    padding: 0 15px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto; }
    @media screen and (max-width: 1200px) {
      .article .row-flex .article-col-left {
        display: block;
        width: auto; } }
  .article .row-flex .article-col-center {
    width: 50%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    padding: 0 15px; }
    @media screen and (max-width: 1200px) {
      .article .row-flex .article-col-center {
        display: block;
        width: auto; } }
		
.article-author{
	margin-bottom: 20px;
}
  .article-author .image {
    display: block;
    margin-bottom: 10px;
    width: 85px;
    height: 85px;
    border-radius: 43px;
    overflow: hidden; }
    @media screen and (max-width: 1200px) {
      .article-author .image {
        float: left;
        margin: 0 10px 0 0; } }
    .article-author .image img {
      display: block; }
  .article-author .title {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #9ea2ac;
    line-height: 3; }
  .article-author .name {
	  		color: #000;
		text-decoration: none;
    display: block;
    font-style: normal;
    font-size: 17px; }
.article .article-current-item {
  position: relative;
  margin: 27px 0;
  padding: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eaeaea; }
  .article .article-current-item .h1 {
	  font-size: 25px;
  }
  .article .article-current-item > a {
    display: block;
    text-decoration: none;
    transition: all ease 250ms; }
    @media screen and (max-width: 479px) {
      .article .article-current-item > a {
        text-align: center; } }
    .article .article-current-item > a:hover, .article .article-current-item > a:active {
      color: #eb1c23; }
      .article .article-current-item > a:hover .image img, .article .article-current-item > a:active .image img {
        opacity: .7; }
      .article .article-current-item > a:hover .h1, .article .article-current-item > a:active .h1 {
        color: #eb1c23; }
    .article .article-current-item > a .image {
      display: block;
      float: left;
      max-width: 180px;
      width: 100%;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
      background: #000; }
      @media screen and (max-width: 479px) {
        .article .article-current-item > a .image {
          float: none;
          display: inline-block; } }
      .article .article-current-item > a .image img {
        display: block;
        width: 100%;
        transition: all ease 250ms; }
    .article .article-current-item > a .options {
      display: block;
      margin-left: 210px; }
      @media screen and (max-width: 479px) {
        .article .article-current-item > a .options {
          margin: 0; } }
      .article .article-current-item > a .options .h1 {
        display: block;
        margin: 20px 0;
        font-style: normal;
        line-height: 1;
        transition: all ease 250ms; }
        .article .article-current-item > a .options .h1 .year {
          font-size: 13px;
          font-weight: 500;
          color: #9ea2ac;
          /*vertical-align:top;*/
          line-height: 2;
          top: -1.5em; }
  .article .article-current-item .iconset {
    position: absolute;
    left: 210px;
    bottom: 40px; }
    @media screen and (max-width: 767px) {
      .article .article-current-item .iconset {
        bottom: auto;
        top: 265px; } }
    @media screen and (max-width: 479px) {
      .article .article-current-item .iconset {
        position: static;
        padding-top: 30px;
        text-align: center; } }
    .article .article-current-item .iconset .icon-circle {
      color: #9ea2ac;
      background-color: #f5f5f5; }
      .article .article-current-item .iconset .icon-circle + .icon-circle {
        margin-left: 60px; }
    .article .article-current-item .iconset .icon-comments {
      background-image: url(../images/comments_grey.svg); }
    .article .article-current-item .iconset .icon-review {
      background-image: url(../images/review_grey.svg); }
  .article .article-current-item .btnset {
    position: absolute;
    right: 0;
    bottom: 30px; }
    @media screen and (max-width: 767px) {
      .article .article-current-item .btnset {
        position: static;
        padding-top: 30px; } }
    .article .article-current-item .btnset .btn {
      display: block; }
      .article .article-current-item .btnset .btn ~ .btn {
        margin-top: 20px; }
.article .article-sharing {
  border: 1px solid #eaeaea;
  border-radius: 10px; }
  .article .article-sharing-badge {
    border: 0;
    border-radius: 0;
    margin-top: 20px; }

.user-choice-rating {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 3;
  color: #9ea2ac; }
  .user-choice-rating[data-drop-down] {
    cursor: pointer; }
  .user-choice-rating .dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 5px;
    margin-right: 3px; }
    .user-choice-rating .dot.dot-active {
      background-color: #ff3b15; }
    .user-choice-rating .dot:last-child {
      margin-right: 5px; }
  .user-choice-rating .dot-half {
    position: relative; }
    .user-choice-rating .dot-half:after {
      display: block;
      position: absolute;
      content: '';
      top: 0;
      left: 50%;
      width: 4.5px;
      height: 9px;
      background: #bdbdbd;
      border-radius: 0 5px 5px 0; }

.col-style-1 {
  width: 300px;
  padding: 50px 15px 0;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto; }
  @media screen and (max-width: 1200px) {
    .col-style-1 {
      /*float:none;
      width:auto;*/
      display: block;
      width: auto; } }
  @media screen and (max-width: 1000px) {
    .col-style-1 {
      padding: 50px 15px 0; } }
  @media (max-width: 767px) {
    .news .col-style-1 {
      display: none; } }
  .col-style-1 h6 {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 2.55;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .col-style-1 h6 {
        margin-left: 10px;
        margin-bottom: 16px;
        font-size: 40px;
        line-height: 1.15;
        text-transform: none; } }
    @media (max-width: 480px) {
      .col-style-1 h6 {
        font-size: 30px; } }
  .col-style-1 .item {
    width: 300px;
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 1200px) {
      .col-style-1 .item {
        margin-left: 0;
        margin-right: 0; } }
    .col-style-1 .item + .item {
      margin-top: 50px; }
      @media (max-width: 1200px) {
        .col-style-1 .item + .item {
          margin-top: 0; } }

.title-left-center h4 {
  margin-left: 200px; }
  @media screen and (max-width: 1200px) {
    .title-left-center h4 {
      margin-left: 10px; } }

.title-left-center-type-2 h4 {
  margin-left: 200px; }
  @media (max-width: 1289px) {
    .title-left-center-type-2 h4 {
      margin-left: 10px; } }
  @media (max-width: 1000px) {
    .title-left-center-type-2 h4 {
      margin-left: 0; } }

@media screen and (max-width: 1289px) {
  .title-left h4 {
    margin-left: 10px; } }
.article-sharing .icon-heart {
    background-color: #f32a03;
}
.article-sharing {
  /*.social-sharing-block.fixed{
  	position:sticky;
  	top:0;
  	border-top:0;
  	padding-top:0;
  }*/
  /*.ya-share2__container_size_m .ya-share2__badge + .ya-share2__title{
  	display:none;
  }*/ }
  .article-sharing .row {
    padding: 10px 24px; }
    .article-sharing .row + .row:before {
      position: relative;
      display: block;
      top: -10px;
      left: -9px;
      width: calc(100% + 18px);
      border-top: 1px solid #eaeaea;
      content: ''; }
    .article-sharing .row:first-child .title {
      line-height: 2; }
    .article-sharing .row:last-child .title {
      line-height: 3.2; }
  .article-sharing .sharing-block + .sharing-block {
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
    padding-top: 20px; }
    @media (max-width: 1289px) {
      .article-sharing .sharing-block + .sharing-block {
        margin-top: 10px;
        padding-top: 10px; } }
  @media (min-width: 1200px) {
    .article-sharing .social-sharing-block {
      position: sticky;
      border-top: 0 !important;
      top: 110px;
      /*.ya-share2__item{
      	display:block;
      	margin-bottom:10px;
      }*/ }
      .article-sharing .social-sharing-block .social-nets li {
        display: block;
        width: 100%; }
        .article-sharing .social-sharing-block .social-nets li + li {
          margin-top: 10px;
          margin-left: 0; } }
  .article-sharing .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.33;
    text-transform: uppercase; }
  .article-sharing .text-justify {
    height: 36px;
    line-height: 1;
    text-align: justify; }
    .article-sharing .text-justify:after {
      display: inline-block;
      width: 100%;
      height: 0;
      font-size: 0;
      content: '';
      visibility: hidden; }
    .article-sharing .text-justify * {
      vertical-align: middle; }
  .article-sharing .badgeset {
    font-size: 0;
    letter-spacing: 10px; }
  .article-sharing .badge {
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 5px;
    padding: 4px 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    border-radius: 15px;
    text-transform: uppercase;
    white-space: normal;
    vertical-align: top; }
    .article-sharing .badge:hover {
      color: #000; }

.col-padding-top {
  padding-top: 40px; }
  @media (max-width: 1289px) {
    .col-padding-top {
      padding-top: 30px; } }

.card {
  position: relative;
  display: block;
  border-radius: 20px;
  box-shadow: 0 5px 15px transparent;
  transition: all ease 250ms;
  cursor: pointer;
  /*	@at-root .items-in-row .item{
  		&:first-child{
  			.card{
  				margin-left:14px;
  				@media screen and (max-width:1000px){
  					margin-left:12px;
  				}
  				+ .bottom{
  					left:28px;
  				}
  			}
  		}
  		&:last-child{
  			.card{
  				margin-right:14px;
  				@media screen and (max-width:1000px){
  					margin-right:12px;
  				}
  				+ .bottom{
  					right:28px;
  				}
  			}
  		}
  	}*/ }
    
    @media screen and (max-width: 480px) {
        .slider .slides li .image:after {
            background: rgba(0, 0, 0, 0.3);
        }
        .card:hover .image:after, .card:active .image:after {
            background: rgba(0, 0, 0, 0.5) !important;
        }
        .items-block .items .item .image:after {
            background: rgba(0, 0, 0, 0.3);
        }
        .items-block .items-in-row .card-xs:hover .image:after, .items-block .items-in-row .card-xs:active .image:after {
            background: rgba(0, 0, 0, 0.4) !important;
        }
        .slider2 .slides li .image:after {
            background: rgba(0, 0, 0, 0.3);
        }
    }
        .slider .slides li .image:after {
            text-shadow: -3px -3px 3px rgba(0,0,0,.2),
		   3px 3px 3px rgba(0,0,0,.2),
		   3px -3px 3px rgba(0,0,0,.2),
		   -3px 3px 3px rgba(0,0,0,.2);
        }
        .card:hover, .card:active {
            text-shadow: -2px -2px 2px rgba(0,0,0,.2),
		   2px 2px 2px rgba(0,0,0,.2),
		   2px -2px 2px rgba(0,0,0,.2),
		   -2px 2px 2px rgba(0,0,0,.2);
        }
        .items-block .items .item {
            text-shadow: -2px -2px 2px rgba(0,0,0,.2),
		   2px 2px 2px rgba(0,0,0,.2),
		   2px -2px 2px rgba(0,0,0,.2),
		   -2px 2px 2px rgba(0,0,0,.2);
        }
        .profile-block .items-block .items .item {
            text-shadow: 0 0 0;
        }
        
        .items-block .items-in-row .card-xs:hover, .items-block .items-in-row .card-xs:active {
            text-shadow: -2px -2px 2px rgba(0,0,0,.2),
		   2px 2px 2px rgba(0,0,0,.2),
		   2px -2px 2px rgba(0,0,0,.2),
		   -2px 2px 2px rgba(0,0,0,.2);
        }
        .slider2 .slides li {
            text-shadow: -3px -3px 3px rgba(0,0,0,.2),
		   3px 3px 3px rgba(0,0,0,.2),
		   3px -3px 3px rgba(0,0,0,.2),
		   -3px 3px 3px rgba(0,0,0,.2);
        }
        

                
    
        .slider .slides li:hover .image:after, .slider .slides li:active .image:after {

            background: rgba(0, 0, 0, 0.3);
        }
        .card:hover .image:after, .card:active .image:after {
            background: rgba(0, 0, 0, 0.5) !important;
        }
        .items-block .items .item:hover .image:after, .items-block .items .item:active .image:after {
            background: rgba(0, 0, 0, 0.3);
        }
        .items-block .items-in-row .card-xs:hover .image:after, .items-block .items-in-row .card-xs:active .image:after {
            background: rgba(0, 0, 0, 0.4) !important;
        }
        .slider2 .slides li:hover .image:after, .slider2 .slides li:active .image:after {
            background: rgba(0, 0, 0, 0.3);
        }
    
  .card:hover, .card:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .card .top {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 2; }
    .current .card .top {
      top: 84px;
      left: 56px; }
      @media screen and (max-width: 960px) {
        .current .card .top {
          top: 50px;
          left: 38px; } }
      @media screen and (max-width: 779px) {
        .current .card .top {
          top: 20px;
          left: 0; } }
    .slider .left .card .top {
      top: 78px;
      left: 52px; }
      @media screen and (max-width: 768px) {
        .slider .left .card .top {
          top: 20px;
          left: 0; } }
      @media screen and (max-width: 480px) {
        .slider .left .card .top {
          top: 15px; } }
    .slider .right .card .top {
      top: 78px;
      left: 52px; }
      @media screen and (max-width: 768px) {
        .slider .right .card .top {
          top: 20px;
          left: 0; } }
      @media screen and (max-width: 480px) {
        .slider .right .card .top {
          top: 15px; } }
    .card .top .badge {
      height: 30px;
      padding: 0 16px;
      border-radius: 15px;
      color: #FFF;
      font-weight: 500;
      font-style: normal;
      line-height: 28px;
      background-color: #2e67f6; }
      @media screen and (max-width: 779px) {
        .card .top .badge {
          border-radius: 0 15px 15px 0; } }
      @media screen and (max-width: 480px) {
        .slider .left .card .top .badge {
          border-top-left-radius: 5px; } }
      @media screen and (max-width: 480px) {
        .slider .right .card .top .badge {
          border-top-left-radius: 5px; } }
      .card .top .badge ~ i {
        font-weight: 500;
        font-style: normal;
        color: #FFF;
        color: rgba(255, 255, 255, 0.9); }
      .card .top .badge + i {
        margin-left: 23px; }
        @media screen and (max-width: 979px) {
          .card .top .badge + i {
            margin-left: 10px; } }
        .card .top .badge + i + i:not(.badge):before {
          margin: 0 6px 0 4px;
          content: '\0022EE'; }
      .card .top .badge ~ .badge {
        position: relative;
        top: -20px;
        float: right;
        height: 35px;
        padding: 4px 16px;
        border-radius: 0 0 0 15px;
        padding: 20px 0 0 10px;
        width: 120px;
        height: 80px;
        border-radius: 0 0 0 70px;
        box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
        color: #FFF;
        font-weight: 500;
        font-style: normal;
        line-height: 28px;
        background-color: #EEE;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 779px) {
          .card .top .badge ~ .badge {
            border-radius: 15px 0 0 15px; } }
      .card .top .badge.badge-premier {
        padding-right: 10px;
        border-radius: 0 !important;
        background: #ff8a40; }
      .card .top .badge.badge-blue, .badge.badge-blue {
        background: #2e67f6 !important; }
      .card .top .badge.badge-red2, .badge.badge-red2 {
        background: #fc2b1f !important; }
      .card .top .badge.badge-green, .badge.badge-green {
        background: #36b74b !important; }
      .card .top .badge.badge-purple, .badge.badge-purple {
        background: #b6009e !important; }
      .card .top .badge + .rated {
        margin-left: -5px;
        padding-left: 8px;
        padding-right: 10px;
        border-radius: 0 15px 15px 0; }
    .card .top .rated {
      display: inline-block;
      height: 30px;
      padding: 0 20px;
      margin-left: 20px;
      line-height: 30px;
      background: linear-gradient(145deg, #ff6015, #ff1f15);
      text-align: center;
      border-radius: 15px;
      color: #FFF;
      letter-spacing: -1px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
      font-weight: 600;
      font-style: normal;
      font-size: 16px;
      vertical-align: middle; }
  .card .image {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1; }
    .card .image:after {
      transition: all ease 250ms; }
  .card .title {
    display: block;
    position: absolute;
    bottom: 110px;
    padding: 0 60px;
    font-style: normal;
    text-align: left;
    white-space: normal;
    z-index: 2; }
    @media screen and (max-width: 979px) {
      .card .title {
        padding: 0 50px; } }
    @media screen and (max-width: 830px) {
      .card .title {
        bottom: 85px; } }
    @media screen and (max-width: 779px) {
      .card .title {
        padding: 0 20px;
        bottom: 80px; } }
    @media screen and (max-width: 570px) {
      .card .title {
        bottom: 90px; } }
    .card .title h2:not(.h1) {
      color: #FFF; }
      @media screen and (max-width: 979px) {
        .card .title h2:not(.h1) {
          margin-bottom: 20px;
          font-size: 30px; } }
      @media screen and (max-width: 779px) {
        .card .title h2:not(.h1) {
          font-size: 26px;
          margin: 0 0 20px; } }
      @media screen and (max-width: 570px) {
        .card .title h2:not(.h1) {
          font-size: 20px; } }
    .card .title .sub-title {
      display: block;
      font-size: 15px;
      font-style: normal;
      line-height: 1.33;
      color: #FFF;
      white-space: normal;
      opacity: .9; }
      @media screen and (max-width: 960px) {
        .card .title .sub-title br {
          display: none; } }
      @media screen and (max-width: 760px) {
        .card .title .sub-title {
          height: 40px;
          overflow: hidden;
          text-overflow: ellipsis; } }
  .card ~ .bottom {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    height: 70px;
    width: 100%;
    padding: 16px 60px 0;
    color: #FFF;
    line-height: 30px;
    z-index: 2;
    pointer-events: none; }
    @media screen and (max-width: 979px) {
      .card ~ .bottom {
        padding: 16px 60px 0;
        bottom: 0; } }
    @media screen and (max-width: 960px) {
      .card ~ .bottom {
        padding-left: 50px;
        padding-right: 50px; } }
    @media screen and (max-width: 779px) {
      .card ~ .bottom {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 779px) {
      .slider .left .card ~ .bottom * {
        transform: scale(0.9); } }
    @media screen and (max-width: 480px) {
      .slider .left .card ~ .bottom {
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (max-width: 779px) {
      .slider .right .card ~ .bottom * {
        transform: scale(0.9); } }
    @media screen and (max-width: 480px) {
      .slider .right .card ~ .bottom {
        padding-left: 10px;
        padding-right: 10px; } }
    .card ~ .bottom .col-left,
    .card ~ .bottom .col-right {
        font-size: 14px;
      display: block;
      float: left; }
    .card ~ .bottom .col-left {
      font-style:normal;
      width: 40%; }
    .card ~ .bottom .col-right {
      width: 60%; }
    @media screen and (max-width: 900px) {
      .card ~ .bottom .col-left {
        width: 50%; }
      .card ~ .bottom .col-right {
        width: 50%; } }
    .card ~ .bottom .col-right {
      text-align: right; }
    .card ~ .bottom .number {
      padding-left: 7px;
      font-size: 12px;
      font-weight: 500;
      font-style: normal; }
      .card ~ .bottom .number + * {
        margin-left: 30px; }

.card-shop,
.card-play,
.card-cinema,
.card-music,
.card-book2,
.card-game {
  position: relative;
  width: 270px;
  height: 370px;
  text-indent: -9999px;
  z-index: 4;
  /*@media screen and (max-width:480px){
  	clear:both;
  	width:auto !important;
  	height:80px;
  	line-height:80px;
  	margin:0 -15px;
  	color:#FFF;
  	text-indent:0;
  	text-align:center;
  	text-transform:uppercase;
  	font-size:14px;
  	font-weight:500;
  	border-radius:0 !important;
  	&:before,
  	&:after{
  		display:none;
  	}
  }*/ }
  .card-shop:hover, .card-shop:active,
  .card-play:hover,
  .card-play:active,
  .card-cinema:hover,
  .card-cinema:active,
  .card-music:hover,
  .card-music:active,
  .card-book2:hover,
  .card-book2:active,
  .card-game:hover,
  .card-game:active {
    color: #FFF;
    text-decoration: none;
    /*@media screen and (max-width:480px){
    	box-shadow:none !important;
    }*/ }
  .card-shop:before, .card-shop:after,
  .card-play:before,
  .card-play:after,
  .card-cinema:before,
  .card-cinema:after,
  .card-music:before,
  .card-music:after,
  .card-book2:before,
  .card-book2:after,
  .card-game:before,
  .card-game:after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: .87;
    text-indent: 0; }
  .card-shop:before,
  .card-play:before,
  .card-cinema:before,
  .card-music:before,
  .card-book2:before,
  .card-game:before {
    content: attr(data-before);
    top: 45px; }
  .card-shop:after,
  .card-play:after,
  .card-cinema:after,
  .card-music:after,
  .card-book2:after,
  .card-game:after {
    content: attr(data-after);
    bottom: 61px; }

.card-shop {
  background: url(../images/shop.svg) 50% 50%/189px 152px no-repeat, linear-gradient(145deg, #ff6015, #ff1f15);
  box-shadow: 0 12px 44px 0 rgba(255, 144, 114, 0);
  /*@media screen and (max-width:480px){
  	background:
  		url(../images/shop.svg) 50% 50% / auto 76px no-repeat,
  		linear-gradient(105deg, #ff6015, #ff1f15);
  }*/ }
  .card-shop:hover {
    box-shadow: 0 12px 44px 0 #ff9072; }
  .card-shop:before {
    left: 50%;
    margin-left: -41px;
    width: 82px;
    height: 20px;
    background: url(../images/soyuz_text.svg) 0 0/82px 20px no-repeat; }

.card-play {
  background: url(../images/play.svg) 50% 50%/189px 152px no-repeat, linear-gradient(145deg, #4e75d6, #ff81e2);
  box-shadow: 0 12px 44px 0 rgba(215, 126, 223, 0);
  /*@media screen and (max-width:480px){
  	background:
  		url(../images/play.svg) 50% 50% / auto 76px no-repeat,
  		linear-gradient(105deg, #4e75d6, #fe81e2)
  }*/ }
  .card-play:hover {
    box-shadow: 0 12px 44px 0 #d77edf; }

.card-book {
  position: relative;
  width: 270px;
  height: 370px;
  background: url(../images/book.svg) 50% 50%/80% auto no-repeat, radial-gradient(#fffaaa, rgba(255, 250, 170, 0)) 50% 200px no-repeat, linear-gradient(145deg, #ff00f1, #00ffe6 52%, #fffaaa);
  text-indent: -9999px; }
  .card-book:hover {
    box-shadow: 0 12px 44px 0 rgba(0, 255, 230, 0.45); }

.card-game {
  background: url(../images/card_game.svg) 50% 50%/50% auto no-repeat, linear-gradient(145deg, #f48713, #d23737); }
  .card-game:hover {
    box-shadow: 0 12px 44px 0 #f48713; }

.card-music {
  background: url(../images/card_music.svg) 50% 50%/45% auto no-repeat, linear-gradient(145deg, #d54646, #e34b43, #bd7777); }
  .card-music:hover {
    box-shadow: 0 12px 44px 0 #d54646; }

.card-cinema {
  background: url(../images/card_cinema.svg) 50% 50%/55% auto no-repeat, linear-gradient(145deg, #46b3d5, #7f93ff, #5872bf); }
  .card-cinema:hover {
    box-shadow: 0 12px 44px 0 #5872bf; }

.card-book2 {
  background: url(../images/card_book.svg) 50% 50%/45% auto no-repeat, linear-gradient(145deg, #62ff5e, #b0bf67, #1f9336); }
  .card-book2:hover {
    box-shadow: 0 12px 44px 0 #1f9336; }

.item .ticket {
  display: block;
  position: absolute;
  top: 79px;
  left: 34px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  background: linear-gradient(136deg, #ff6015, #ff1f15);
  box-shadow: 0 3px 14px 0 rgba(255, 144, 114, 0.6);
  pointer-events: none; }
  .item .ticket:after {
    position: absolute;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: url(../images/ticket.svg) 50% 50%/28px 26px no-repeat; }

.comments {
  display: none;
  margin: 0 315px 0 200px;
  /*	.reply{
  		+ .reply{
  			margin-left:300px;
  			@media screen and (max-width:767px){
  				margin-left:150px;
  			}
  			@media screen and (max-width:479px){
  				margin-left:50px;
  			}
  		}
  		.poster{
  			position:relative;
  			top:-31px;
  			border-top:1px solid #ddd;
  			padding-top:31px;
  			@media screen and (max-width:479px){
  				top:auto;
  				border:0;
  				position:static;
  				padding:0;
  			}
  		}
  	}*/ }
  @media screen and (max-width: 1200px) {
    .comments {
      margin: 0; } }
  @media (max-width: 480px) {
    .comments .title {
      font-size: 30px; } }
  .comments sup {
    font-size: 14px;
    font-weight: 500;
    color: #9ea2ac;
    /*vertical-align:top;*/
    line-height: 2;
    top: -1.5em; }
  .comments .no-comments-text {
    margin: 30px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; }
  .comments .comments-user-rating {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px; }
    @media (max-width: 400px) {
      .comments .comments-user-rating br {
        display: none; } }
    .comments .comments-user-rating:after {
      display: table;
      content: '';
      clear: both; }
    .comments .comments-user-rating p {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
    .comments .comments-user-rating .red {
      color: #ff2415; }
    .comments .comments-user-rating .comments-rated {
      top: auto;
      float: none;
      margin-left: 20px; }
  .comments .comments-sort {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 100px;
    margin-bottom: 30px;
    border-top: 1px solid #9ea2ac;
    padding-top: 15px; }
    @media (max-width: 767px) {
      .comments .comments-sort {
        margin-left: 0;
        flex-wrap: wrap; } }
    @media (max-width: 480px) {
      .comments .comments-sort {
        display: block; } }
    .comments .comments-sort .sort-title {
      text-transform: uppercase;
      color: #9ea2ac;
      font-weight: 600; }
      @media (max-width: 767px) {
        .comments .comments-sort .sort-title {
          flex: 1 1 50%; } }
    .comments .comments-sort ul {
      display: block;
      flex: 1 1 auto;
      margin: 0 0 0 20px;
      padding: 0;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .comments .comments-sort ul {
          margin-left: 0;
          order: 3; } }
      .comments .comments-sort ul li {
        display: inline-block; }
        .comments .comments-sort ul li + li {
          margin-left: 15px; }
      .comments .comments-sort ul .active a {
        text-decoration: underline; }
      .comments .comments-sort ul a {
        color: #9ea2ac;
        font-weight: 600; }
    @media (max-width: 480px) {
      .comments .comments-sort .btnset-r {
        margin-top: 15px;
        text-align: center; } }
  .comments .comment {
    margin-left: 100px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5; }
    @media screen and (max-width: 479px) {
      .comments .comment {
        margin-left: 0; } }
    .comments .comment:last-of-type {

      margin-bottom: 10px; }
    .comments .comment .comment {
      margin-top: 20px; }




      @media screen and (max-width: 767px) {
        .comments .comment .comment {
          margin-left: 125px; } }
      @media screen and (max-width: 479px) {
        .comments .comment .comment {
          margin-left: 25px; } }
    .comments .comment .comment-panel {
      display: -ms-flex;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 15px;
      font-size: 14px; }
      .comments .comment .comment-panel .rating {
        font-weight: 600;
        text-transform: uppercase; }
      .comments .comment .comment-panel time {
        font-weight: 600;
        text-transform: uppercase;
        color: #9ea2ac; }
    .comments .comment .poster {
      position: relative;
      float: left;
      margin-left: -100px;
      width: 100px; }
      @media screen and (max-width: 479px) {
        .comments .comment .poster {
          width: auto;
          float: none;
          margin: 0 0 20px; } }
      .comments .comment .poster .image {
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 35px;
        overflow: hidden; }
        @media screen and (max-width: 479px) {
          .comments .comment .poster .image {
            float: left; } }
      .comments .comment .poster .name {
        display: block;
        width: 70px;
        padding-top: 14px;
        font-style: normal;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (max-width: 479px) {
          .comments .comment .poster .name {
            margin-left: 80px;
            width: auto;
            line-height: 70px;
            text-align: left; } }
    @media screen and (max-width: 479px) {
      .comments .comment .text {
        clear: both; } }
  /*.comments .reply + .reply {
    margin-left: 300px; }
    @media screen and (max-width: 767px) {
      .comments .reply + .reply {
        margin-left: 150px; } }
    @media screen and (max-width: 479px) {
      .comments .reply + .reply {
        margin-left: 50px; } }
  .comments .reply .poster {
    position: relative;
    top: -31px;
    border-top: 1px solid #ddd;
    padding-top: 31px; }
    @media screen and (max-width: 479px) {
      .comments .reply .poster {
        top: auto;
        border: 0;
        position: static;
        padding: 0; } }*/
  .comments .likes-w-reply {
    display: -ms-flex;
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 25px; }
    .comments .likes-w-reply a + a,
    .comments .likes-w-reply a + i {
      margin-left: 40px; }
    .comments .likes-w-reply .like,
    .comments .likes-w-reply .unlike,
    .comments .likes-w-reply .favorite {
      display: inline-block;
      height: 20px;
      line-height: 18px;
      font-size: 13px;
      font-weight: 600;
      color: #9ea2ac;
      text-decoration: none; }
      .comments .likes-w-reply .like svg,
      .comments .likes-w-reply .unlike svg,
      .comments .likes-w-reply .favorite svg {
        position: relative;
        top: 2px;
        width: 13px;
        height: 14px;
        display: inline-block;
        fill: #9ea2ac; }
    .comments .likes-w-reply .like:hover svg,
    .comments .likes-w-reply .unlike:hover svg,
    .comments .likes-w-reply .favorite:hover svg {
      fill: #ff2415; }
    .comments .likes-w-reply .unlike svg {
      transform: rotate(180deg); }
    .comments .likes-w-reply .favorite {
      cursor: default;
      text-transform: uppercase;
      font-style: normal; }
      .comments .likes-w-reply .favorite:hover {
        color: #ff2415; }
      .comments .likes-w-reply .favorite svg {
        width: 17px; }
    .comments .likes-w-reply .favorite.favorite-active {
      color: #ff2415; }
      .comments .likes-w-reply .favorite.favorite-active svg {
        fill: currentColor; }
    .comments .likes-w-reply .reply-link {
      font-size: 13px;
      font-weight: 600;
      color: #9ea2ac;
      text-transform: uppercase; }
    .comments .likes-w-reply time {
      margin-left: auto;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #9ea2ac; }
  .comments .ffw {
    margin: 30px 0; }
    .comments .ffw .btnset-r {
      text-align: right; }
    @media screen and (max-width: 991px) {
      .comments .ffw:not(.authorized) .btnset-r {
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .comments .ffw.authorized .text {
        text-align: left; }
      .comments .ffw .profile .image {
        margin: 0; }
      .comments .ffw .profile .name {
        display: none; } }
  .comments .profile {
    display: inline-block;
    color: #000;
    line-height: 46px;
    transition: all ease 250ms; }
    .comments .profile .image {
      display: block;
      float: left;
      width: 46px;
      height: 46px;
      margin-right: 8px;
      border-radius: 23px;
      overflow: hidden;
      vertical-align: middle; }
      .comments .profile .image img {
        width: 46px;
        height: 46px;
        display: block; }
    .comments .profile .name {
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase; }

.icon-circle {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 28px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.3);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  margin-right: 7px;
  text-indent: 36px; }
  .icon-circle.icon-circle-orange {
    background-color: #ff3b15;
    color: #ff3f19; }
  .icon-circle.icon-heart {
    background-image: url(../images/heart.svg);
    background-size: 16px 15px;
	pointer-events: all;
	cursor: pointer;
	}
  .icon-circle.icon-comments {
    background-image: url(../images/comments.svg);
	pointer-events: all;
	cursor: pointer;
    background-size: 16px 15px; }
  .icon-circle.icon-review {
    background-image: url(../images/review.svg);
    background-size: 16px 15px; }

.profile-avatar.ffw {
  margin-bottom: 0; }
@media screen and (max-width: 991px) {
  .profile-avatar {
    text-align: center; } }
.profile-block .profile-avatar {
  text-align: center; }
  @media (min-width: 560px) and (max-width: 992px) {
    .profile-block .profile-avatar {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
.profile-avatar .avatar {
  position: relative;
  width: 170px;
  height: 170px;
  margin-bottom: 17px;
  border-radius: 50%;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .profile-avatar .avatar {
      display: inline-block; } }
  .profile-block .profile-avatar .avatar {
    display: inline-block; }
.profile-avatar .avatar-upload:before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 116px;
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  background: url(../images/camera.svg) 50% 73px no-repeat rgba(0, 0, 0, 0.3);
  z-index: 1; }
.profile-avatar .avatar-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2; }
.profile-avatar .avatar-upload + .text {
  width: 170px;
  font-size: 15px;
  line-height: 1.33;
  color: #9ea2ac; }
  @media screen and (max-width: 991px) {
    .profile-avatar .avatar-upload + .text {
      width: auto; } }

.profile-block {
  padding-top: 28px; }
  @media (min-width: 560px) and (max-width: 992px) {
    .profile-block .profile-info {
      padding-left: 40px; } }
  .profile-block .profile-name {
    font-size: 20px;
    font-weight: 600; }
    @media (min-width: 560px) and (max-width: 992px) {
      .profile-block .profile-name {
        text-align: left;
        font-size: 40px; } }
  .profile-block .items-block {
    		/*@media (min-width:1300px){
    			margin-left:-6px;
    
    		}*/ }
    @media (max-width: 991px) {
      .profile-block .items-block {
        margin: 0 -15px; } }
    .profile-block .items-block .block-title .h1 .red {
      color: #ff2415; }
    @media (min-width: 1100px) {
      .profile-block .items-block .block-title {
        margin-left: 0;
        margin-right: 0; }
        .profile-block .items-block .block-title .h1 {
          margin-top: 15px; } }
    .profile-block .items-block .block-title.block-title-small .h1 {
      font-size: 36px; }
      @media (max-width: 1199px) {
        .profile-block .items-block .block-title.block-title-small .h1 {
          font-size: 32px; } }
      @media (max-width: 480px) {
        .profile-block .items-block .block-title.block-title-small .h1 {
          font-size: 26px; } }
    .profile-block .items-block .block-title .links-on-right {
      text-align: right; }
  @media (max-width: 991px) {
    .profile-block .items-full-in-profile .items .item:first-child {
      margin-left: 20px; }
    .profile-block .items-full-in-profile .items .item:last-child {
      margin-right: 15px; } }
  @media (min-width: 992px) {
    .profile-block .items-full-in-profile .items {
      margin-right: -15px; } }
  @media (min-width: 1000px) {
    .profile-block .items-full-in-profile .items {
      margin-right: -30px; }
      .profile-block .items-full-in-profile .items .item:first-child {
        margin-left: 20px; }
      .profile-block .items-full-in-profile .items .item:last-child {
        margin-right: 15px; } }
  @media (min-width: 1290px) {
    .profile-block .items-full-in-profile .items {
      margin-right: -60px; }
      .profile-block .items-full-in-profile .items .item:first-child {
        margin-left: 20px; }
      .profile-block .items-full-in-profile .items .item:last-child {
        margin-right: 0; } }
  @media (min-width: 1300px) {
    .profile-block .items-full-in-profile .items {
      margin-left: -14px;
      margin-right: -60px; }
      .profile-block .items-full-in-profile .items .item:first-child {
        margin-left: 0; }
      .profile-block .items-full-in-profile .items .item:last-child {
        margin-right: 0; } }
  @media (min-width: 560px) and (max-width: 992px) {
    .profile-block .btnset-c {
      flex: 1 1 100%; } }

.profile-data {
  max-width: 280px;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 0; }
  @media (min-width: 560px) and (max-width: 992px) {
    .profile-data {
      text-align: left; } }
  .profile-data .profile-param {
    display: inline-block;
    width: 50%;
    text-align: center; }
    @media (min-width: 560px) and (max-width: 992px) {
      .profile-data .profile-param {
        width: auto; } }
    .profile-data .profile-param + .profile-param {
      position: relative; }
      @media (min-width: 560px) and (max-width: 992px) {
        .profile-data .profile-param + .profile-param {
          margin-left: 20px;
          padding-left: 20px; } }
      .profile-data .profile-param + .profile-param:before {
        display: block;
        position: absolute;
        content: '';
        top: 10%;
        left: -1px;
        bottom: 0;
        border-left: 1px solid #f2f2f2; }
  .profile-data .profile-param-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F00;
    border-radius: 50%; }
    .profile-data .profile-param-icon svg {
      vertical-align: middle; }
  .profile-data .profile-param-value {
    font-size: 40px;
    font-weight: 600; }
  .profile-data .profile-param-name {
    color: #9ea2ac;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }

.cols {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 1289px) {
    .cols {
      display: block; } }
  .cols .col-2 {
    width: 175px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    @media (max-width: 1289px) {
      .cols .col-2 {
        float: left; } }
    @media (max-width: 1200px) {
      .cols .col-2 {
        float: none;
        width: auto;
        padding-bottom: 30px;
        border-bottom: 1px solid #e0e0e0; } }
  .cols .col-7 {
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding: 0 30px;
    width: 100%; }
    @media (max-width: 1289px) {
      .cols .col-7 {
        margin-left: 210px;
        padding: 0; } }
    @media (max-width: 1200px) {
      .cols .col-7 {
        margin-left: 0; } }
  .cols .col-3 {
    width: 270px;
    min-width: 270px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 0;
    padding-right: 0;
    		/*.items-in-col .items{
    			//margin:0 -30px;
    			@media (max-width:1000px){
    				//margin:0 -15px;
    				margin-left:-15px;
    				margin-right:-15px;
    
    			}
    		}*/ }
    @media (max-width: 1289px) {
      .cols .col-3 {
        clear: both;
        width: 100%; } }
    @media (max-width: 1289px) {
      .cols .col-3 *:first-child + h6 {
        margin-top: 50px; } }
    .cols .col-3 h6 {
      margin-top: 30px;
      margin-bottom: 0; }
      @media (max-width: 1289px) {
        .cols .col-3 h6 {
          margin-left: 10px;
          margin-bottom: 16px;
          font-size: 40px;
          line-height: 1.15;
          text-transform: none; } }
      @media (max-width: 480px) {
        .cols .col-3 h6 {
          font-size: 30px; } }
    @media (max-width: 1289px) {
      .cols .col-3 .item {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 1289px) {
      .cols .col-3 .item + .item {
        margin-top: 0; } }

.image-type-1 {
  position: relative; }
  @media (max-width: 1289px) {
    .image-type-1 {
      margin-bottom: 20px; } }
  @media (max-width: 900px) {
    .image-type-1 {
      margin-bottom: 50px; } }
  @media (max-width: 779px) {
    .image-type-1 {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .news .image-type-1 {
      margin-bottom: 0; } }
  .image-type-1 .title-wrapper {
    padding-left: 100px;
    padding-right: 100px; }
    @media (max-width: 779px) {
      .image-type-1 .title-wrapper {
        position: static;
        margin: 0 0 40px;
        padding: 0 15px;
        text-shadow: none; }
        .image-type-1 .title-wrapper .title,
        .image-type-1 .title-wrapper .sub-title {
          color: #000;
          text-shadow: none; } }
    .image-type-1 .title-wrapper .title {
      line-height: 1.15; }
  .image-type-1 .image-wrapper {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 779px) {
      .image-type-1 .image-wrapper {
        border-radius: 0; } }
    .image-type-1 .image-wrapper:after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
      @media (max-width: 779px) {
        .image-type-1 .image-wrapper:after {
          display: none; } }
    .image-type-1 .image-wrapper img {
      width: 100%;
      max-width: 100%;
      text-decoration: none; }
  @media (max-width: 900px) {
    .image-type-1 .bottom .center {
      position: absolute;
      left: 0;
      right: 0;
      width: auto;
      display: block;
      top: 46px;
      color: #000;
      text-shadow: none; } }

.banner-type-1 {
  display: block;
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 779px) {
    .banner-type-1 {
      border-radius: 0;
      margin-left: -15px;
      margin-right: -15px; } }
  .banner-type-1 img {
    width: 100%;
    max-width: 100%; }
  .banner-type-1 .sm {
    display: none; }
  .banner-type-1 .md {
    display: inline; }
  @media (max-width: 1289px) {
    .banner-type-1 .md {
      display: none; }
    .banner-type-1 .sm {
      display: inline; } }
  @media (max-width: 767px) {
    .banner-type-1 {
      display: none; } }

.block-ptb-50 {
  padding: 50px 0; }
  @media (max-width: 767px) {
    .block-ptb-50 {
      padding-top: 0; } }

@media (max-width: 1289px) {
  .chng-1289 .col-md-9,
  .chng-1289 .col-md-3 {
    width: 100%; } }

.btn {
  min-width: 130px;
  height: 50px;
  padding: 0 25px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  line-height: 4;
  text-transform: uppercase;
  transition: all ease 250ms; }
  .btn.btn-sm {
    height: 36px;
    line-height: 36px;
    border-radius: 18px; }
  .btn.btn-md {
    height: 41px;
    line-height: 41px;
    border-radius: 20.5px; }
  .btn.btn-right {
    float: right; }

.btn-blue {
  background: #3b6afa;
  box-shadow: 0 0 30px 0 rgba(141, 151, 158, 0.2);
  color: #FFF; }
  .btn-blue:link {
    color: #FFF; }
  .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    background: #3b6cff;
    box-shadow: 0 3px 14px 0 rgba(0, 52, 182, 0.56);
    color: #FFF; }

.btn-white-grey {
  border: 1px solid #d1d7e2;
  min-width: unset;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #9ea2ac; }
  .btn-white-grey:link {
    color: #9ea2ac; }
  .btn-white-grey:hover, .btn-white-grey:active, .btn-white-grey:focus {
    color: #9ea2ac; }

.btn-white-red {
  border: solid 1px #ff3b15;
  color: #ff3b15; }
  .btn-white-red:link {
    color: #ff3b15; }
  .btn-white-red:hover, .btn-white-red:active, .btn-white-red:focus {
    color: #ff3b15;
    box-shadow: 0 3px 14px 0 rgba(182, 0, 32, 0.56); }

.btn-red {
  background-color: #ff3b15;
  color: #FFF; }
  .btn-red:link {
    color: #FFF; }
  .btn-red:hover, .btn-red:active {
    color: #FFF;
    box-shadow: 0 3px 14px 0 rgba(182, 0, 32, 0.56); }
  .btn-red:focus {
    color: #FFF;
    outline: 1px dotted #000; }

.btn-grey {
  background-color: #9ea2ac;
  color: #FFF; }
  .btn-grey:link {
    color: #FFF; }
  .btn-grey:hover, .btn-grey:active, .btn-grey:focus {
    color: #FFF;
    box-shadow: 0 3px 14px 0 rgba(128, 128, 128, 0.56); }

.btn-or {
  color: #FFF !important;
  background-image: linear-gradient(106deg, #ff6015, #ff1f15); }
  .btn-or:hover, .btn-or:active, .btn-or:focus {
    color: #FFF !important; }
  .btn-or:active {
    background-image: linear-gradient(106deg, #ea5e15, #d61d15); }

.btn-ticket .icon-ticket {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 26px;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/ticket.svg) 0 0/27px 26px no-repeat; }

.btn-full-width {
  width: 100%; }
@media (max-width: 1289px) {
	.slider2 .h1 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.slider2 .h1 {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.slider2 .h1 {
		font-size: 24px;
	}
}

.slider {
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden; }
  .slider .slides {
    visibility: hidden;
    position: relative;
    margin: 0 -60px;
    padding: 20px 0;
    overflow: hidden;
    height: 540px;
    /*.current{
    	left:50%;
    	margin-left:-(970px / 2);
    }*/ }
	body .slider2 .slides .dark .h1 {
		color: #000;
	}
	body .slider2 .slides .light .h1 {
		color: #FFF;
		text-shadow: -3px -3px 3px rgba(0,0,0,.2),
		   3px 3px 3px rgba(0,0,0,.2),
		   3px -3px 3px rgba(0,0,0,.2),
		   -3px 3px 3px rgba(0,0,0,.2);
	}
	body .slider2 .slides .dark .sub-title {
		color: #000;
		text-shadow: -1px -1px 1px rgba(0,0,0,.2),
		   1px 1px 1px rgba(0,0,0,.2),
		   1px -1px 1px rgba(0,0,0,.2),
		   -1px 1px 1px rgba(0,0,0,.2);
	}
	body .slider2 .slides .light .sub-title {
		color: #FFF;
	}
    .slider .slides li {
      position: relative;
      margin: 0 auto;
      display: block;
      transition: all linear 250ms;
      top: 50%;
      transform: translateY(-50%) translateZ(0); }
      .slider .slides li .image {
        position: relative;
        display: block;
        border-radius: 20px;
        overflow: hidden; }
        .slider .slides li .image:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
      .slider .slides li img {
        width: 100%; }
    @media screen and (max-width: 1290px) {
      .slider .slides {
        margin: 0 -30px; } }
    @media screen and (max-width: 1000px) {
      .slider .slides {
        margin: 0 -15px; } }
    @media screen and (min-width: 594px) {
      .slider .slides li {
        max-width: 970px; }
      .slider .slides .left,
      .slider .slides .right {
        max-width: 892px; }
      .slider .slides .md {
        display: block; }
      .slider .slides .sm,
      .slider .slides .xs {
        display: none; } }
    @media screen and (max-width: 768px) {
      .slider .slides {
        margin: 0 -15px; }
        .slider .slides .md,
        .slider .slides .xs {
          display: none; }
        .slider .slides .sm {
          display: block; } }
    @media screen and (max-width: 480px) {
      .slider .slides {
        min-height: 370px; }
        .slider .slides .md,
        .slider .slides .sm {
          display: none; }
        .slider .slides .xs {
          display: block; } }
  .slider .pagination {
    display: none;
    position: relative;
    margin: 20px -60px 0;
    height: 6px;
    padding: 0;
    overflow: hidden; }
    @media screen and (max-width: 1290px) {
      .slider .pagination {
        margin-left: -30px;
        margin-right: -30px; } }
    @media screen and (max-width: 1000px) {
      .slider .pagination {
        margin-left: -15px;
        margin-right: -15px; } }
    @media screen and (max-width: 768px) {
      .slider .pagination {
        margin: 5px -15px; } }
    .slider .pagination li {
      display: block;
      position: relative;
      float: left;
      height: 2px;
      top: 2px;
      background: #f2f2f2; }
    .slider .pagination .active {
      top: 1px;
      height: 4px;
      background: #ff1c12; }

.dots {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 3;
  color: #9ea2ac; }
  .drop-down-rating .dots {
    border-top: 1px solid #EEE; }
  .dots .dot {
    display: inline-block;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-color: #bdbdbd;
    border-radius: 7px;
    overflow: hidden; }
    .drop-down-rating .dots .dot {
      width: 20px;
      height: 20px;
      border-radius: 10px; }
    .dots .dot.dot-active {
      background-color: #ff3b15; }
    .dots .dot:last-child {
      margin-right: 5px; }
  .dots .dot-half {
    position: relative; }
    .dots .dot-half:after {
      display: block;
      position: absolute;
      content: '';
      top: 0;
      left: 50%;
      width: 7px;
      height: 14px;
      background: #bdbdbd; }
      .drop-down-rating .dots .dot-half:after {
        width: 10px;
        height: 20px; }
  .dots .number {
    font-style: normal; }

.for-footer-offset {
  padding-bottom: 386px; }
  @media screen and (max-width: 767px) {
    .for-footer-offset {
      padding: 0; } }

.footer {
  max-width: 1290px;
  margin: -386px auto 0;
  height: 386px;
  background-color: #222; }
  @media screen and (max-width: 767px) {
    .footer {
      margin: 0;
      height: auto; } }
  .footer .footer-top {
    padding-top: 48px; }
    @media screen and (max-width: 1120px) {
      .footer .footer-top {
        padding: 0; } }
  .footer .footer-menu {
    float: left; }
    @media screen and (max-width: 1120px) {
      .footer .footer-menu {
        float: none; } }
    .footer .footer-menu ul:after {
      content: '';
      display: table;
      clear: both; }
    @media screen and (min-width: 481px) and (max-width: 1120px) {
      .footer .footer-menu ul {
        text-align: center; } }
    @media screen and (max-width: 1120px) {
      .footer .footer-menu li {
        float: none;
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .footer .footer-menu li {
        border-top: 1px solid #373737;
        display: block; } }
    .footer .footer-menu li + li {
      margin-left: 30px; }
      @media screen and (max-width: 767px) {
        .footer .footer-menu li + li {
          margin: 0; } }
    .footer .footer-menu li:first-child a {
      margin-left: -10px; }
      @media screen and (max-width: 1120px) {
        .footer .footer-menu li:first-child a {
          margin: 0; } }
    .footer .footer-menu a {
      display: block;
      padding: 14px 10px;
      color: #FFF;
      text-decoration: underline;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .footer .footer-menu a {
          padding: 35px 10px; } }
      .footer .footer-menu a:hover, .footer .footer-menu a:active {
        color: #ccc;
        text-decoration: none; }
  .footer .footer-bottom {
    margin-top: 43px;
    border-top: 1px solid #373737;
    padding-top: 50px; }
    @media screen and (max-width: 1120px) {
      .footer .footer-bottom {
        margin-top: 23px;
        padding-top: 30px; } }
    @media screen and (max-width: 767px) {
      .footer .footer-bottom {
        margin-top: 13px;
        border: none;
        padding-top: 0;
        padding-bottom: 20px; } }
    .footer .footer-bottom .footer-logo {
      display: block;
      float: left;
      width: 55px;
      height: 71px;
      background: url(../images/logo.svg) 0 0/55px 71px no-repeat;
      opacity: .1;
      transition: all 250ms ease;
      filter: grayscale(100%);
      /*&:hover,
      &:active{
      	opacity:1;
      	filter:grayscale(0);
      }*/ }
    .footer .footer-bottom .footer-18 {
      float: right;
      width: 60px;
      height: 71px;
      background: url(../images/eighteen.svg); }
    .footer .footer-bottom .text {
      margin: 0 89px 0 89px;
      color: #5f5f5f;
      font-weight: 500;
      line-height: 1.43; }
      @media screen and (max-width: 860px) {
        .footer .footer-bottom .text {
          font-size: 12px; } }
      @media screen and (max-width: 767px) {
        .footer .footer-bottom .text {
          clear: both;
          margin: 0;
          padding-top: 20px;
          font-size: 10px; } }
      .footer .footer-bottom .text a {
        text-decoration: none;
        color: inherit;
        transition: all 250ms ease; }
        .footer .footer-bottom .text a:hover {
          color: #CCC; }
      .footer .footer-bottom .text .copyright {
        margin-top: 20px; }

.ffw .social-nets {
  margin: 0; }
  @media screen and (max-width: 991px) {
    .ffw .social-nets li {
      margin: 10px 0 0; }
      .ffw .social-nets li + li {
        margin-left: 18px; } }
.show-on-tablet .social-nets li {
  font-size: 0;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0; }
  @media (max-width: 560px) {
    .show-on-tablet .social-nets li + li {
      margin-left: 10px; } }
  @media (max-width: 480px) {
    .show-on-tablet .social-nets li + li {
      margin-left: 1px; } }
.social-nets.social-nets-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: background-color ease 250ms; }
  .social-nets.social-nets-fixed-bottom:hover {
    background: #FFF; }
  .social-nets.social-nets-fixed-bottom li {
    margin-top: 10px;
    margin-bottom: 10px;
    /*+ li{
    	margin-left:10px;
    }*/ }
  .social-nets.social-nets-fixed-bottom span {
    display: none; }
.ffw .social-nets .control-label {
  padding-top: 25px; }
  @media screen and (max-width: 991px) {
    .ffw .social-nets .control-label {
      padding-top: 10px; } }
.ffw .social-nets ul {
  padding-top: 15px; }
  @media screen and (max-width: 991px) {
    .ffw .social-nets ul {
      padding-top: 0; } }
.footer .social-nets {
  float: right;
  padding-top: 4px; }
  @media screen and (max-width: 1120px) {
    .footer .social-nets {
      float: none;
      text-align: center; } }
.social-nets .title {
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px; }
  @media screen and (max-width: 600px) {
    .social-nets .title {
      margin: 0;
      display: block;
      padding-top: 30px; } }
.social-nets ul {
  display: inline-block;
  vertical-align: middle; }
.social-nets li {
  /*padding-top:11px;*/
  line-height: 40px; }
  @media screen and (max-width: 1120px) {
    .social-nets li {
      display: inline-block;
      float: none;
      margin: 30px 0; } }
  @media screen and (max-width: 767px) {
    .social-nets li {
      margin: 37px 0; } }
  .social-nets li + li {
    margin-left: 18px; }
.social-nets a {
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 250ms ease;
  /*opacity:.5;*/
  border-radius: 50%;
  /*&:hover{
  	opacity:1;
  }*/ }
.show-on-tablet .social-nets a {
  margin: 0 20px 0 0;
}
  .social-nets a.not-active {
    background-color: #ececee; }
.social-nets .like-btn {
  width: auto;
  height: 50px;
  line-height: 49px;
  padding: 0 15px 0 27px;
  border-radius: 6px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  background-position: 100% 50%;
  background-origin: content-box; }
.social-nets span {
  margin-left: 4px;
  color: #f32a03;
  font-weight: 600;
  font-size: 12px;
  vertical-align: middle; }
.social-nets .vkontakte {
  background-color: #4d76a1;
  background-image: url(../images/social_vkontakte.svg);
  background-size: 20px 12px; }
.social-nets .twitter {
  background-color: #4faaf0;
  background-image: url(../images/social_twitter.svg);
  background-size: 20px 16px; }
.social-nets .facebook {
  background-color: #3b5998;
  background-image: url(../images/social_facebook.svg);
  background-size: 10px 17px; }
.social-nets .yandex {
  background-color: #fc3f1d;
  background-image: url(../images/social_yandex.svg);
  background-size: 24px 24px; }
.social-nets .google {
  background-color: #f34a38;
  background-image: url(../images/social_google.svg);
  background-size: 22px 15px; }
.social-nets .odnoklass {
  background-color: #e97238;
  background-image: url(../images/social_odnoklass.svg);
  background-size: 11px 17px; }
.social-nets .like {
  background-color: #f32a03;
  background-image: url(../images/social_like.svg);
  background-size: 28px 18px; }
  
.social-nets .telegram {
	background-image:url('../images/telegram_icon.png');
	background-size: 40px;
}
.social-nets .zen {
	background-image:url('../images/zen_icon.png');
	background-size: 40px;
}
/* END */
.no-svg .header .logo {
  background-image: url('../images/icons-sf02d7a9a29.png');
  background-position: 0 -20px;
  background-size: 82px 225px;
  /*@media screen and (max-width:767px){
  	@media (min--moz-device-pixel-ratio: 1.3),
  	(-o-min-device-pixel-ratio: 2.6/2),
  	(-webkit-min-device-pixel-ratio: 1.3),
  	(min-device-pixel-ratio: 1.3),
  	(min-resolution: 1.3dppx){
  		@include backgroundImage('logo@2x.png', 47px 63px);
  	}
  	@media only screen and (-webkit-min-device-pixel-ratio: 3),
  	only screen and (min-resolution: 3dppx),
  	only screen and (min-resolution: 350dpi){
  		@include backgroundImage('logo@3x.png', 47px 63px);
  	}
  }*/ }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .header .logo {
      background-image: url('../images/icons_2x-sbbe40b893f.png');
      background-position: 0 -20px;
      background-size: 82px 217px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .header .logo {
      background-image: url('../images/icons_3x-s509ab5488f.png');
      background-position: 0 -20px;
      background-size: 82px 217px; } }
.no-svg .header .search-panel .search-btn {
  background-image: url(../images/icon-search.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .header .search-panel .search-btn {
      background-image: url("../images/icon-search@2x.png");
      background-size: 12px 12px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .header .search-panel .search-btn {
      background-image: url("../images/icon-search@3x.png");
      background-size: auto; } }
.no-svg .header .mail {
  background-image: url(../images/mail.png);
  background-size: 18px auto; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .header .mail {
      background-image: url("../images/mail@2x.png");
      background-size: 18px auto; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .header .mail {
      background-image: url("../images/mail@3x.png");
      background-size: 18px auto; } }
.no-svg .header .notification {
  background-image: url(../images/notification.png);
  background-size: 15px 18px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .header .notification {
      background-image: url("../images/notification@2x.png");
      background-size: auto; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .header .notification {
      background-image: url("../images/notification@3x.png");
      background-size: auto; } }
.no-svg .article .article-current-item .iconset .icon-comments {
  background-image: url(../images/comments_grey.png); }
.no-svg .article .article-current-item .iconset .icon-review {
  background-image: url(../images/review_grey.png); }
.no-svg .card-shop {
  background: url(../images/shop.png) 50% 50%/189px 152px no-repeat, linear-gradient(145deg, #ff6015, #ff1f15);
  /*@media screen and (max-width:480px){
  	@include backgroundMultiple(
  					url(../images/shop.png) 50% 50% / auto 76px no-repeat,
  					$lg2
  	);
  	@media (min--moz-device-pixel-ratio: 1.3),
  	(-o-min-device-pixel-ratio: 2.6/2),
  	(-webkit-min-device-pixel-ratio: 1.3),
  	(min-device-pixel-ratio: 1.3),
  	(min-resolution: 1.3dppx){
  		@include backgroundMultiple(
  						url(../images/shop@2x.png) 50% 50% / auto 76px no-repeat,
  						$lg2
  		);
  	}
  	@media only screen and (-webkit-min-device-pixel-ratio: 3),
  	only screen and (min-resolution: 3dppx), !* Default way *!
  	only screen and (min-resolution: 350dpi) !* dppx fallback *! {
  		@include backgroundMultiple(
  						url(../images/shop@3x.png) 50% 50% / auto 76px no-repeat,
  						$lg2
  		);
  	}
  }*/ }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .card-shop {
      background: url(../images/shop@2x.png) 50% 50%/189px 152px no-repeat, linear-gradient(145deg, #ff6015, #ff1f15); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .card-shop {
      background: url(../images/shop@3x.png) 50% 50%/189px 152px no-repeat, linear-gradient(145deg, #ff6015, #ff1f15); } }
  .no-svg .card-shop:before {
    background-image: url('../images/icons-sf02d7a9a29.png');
    background-position: 0 0;
    background-size: 82px 225px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .no-svg .card-shop:before {
        background-image: url('../images/icons_2x-sbbe40b893f.png');
        background-position: 0 0;
        background-size: 82px 217px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
      .no-svg .card-shop:before {
        background-image: url('../images/icons_3x-s509ab5488f.png');
        background-position: 0 0;
        background-size: 82px 217px; } }
.no-svg .card-play {
  background: url(../images/play.png) 50% 50%/189px 152px no-repeat, linear-gradient(145deg, #4e75d6, #ff81e2); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .card-play {
      background: url(../images/play@2x.png) 50% 50%/189px 152px no-repeat, linear-gradient(145deg, #4e75d6, #ff81e2); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .card-play {
      background: url(../images/play@3x.png) 50% 50%/189px 152px no-repeat, linear-gradient(145deg, #4e75d6, #ff81e2); } }
  @media screen and (max-width: 480px) {
    .no-svg .card-play {
      background: url(../images/play.png) 50% 50%/auto 76px no-repeat, linear-gradient(105deg, #4e75d6, #fe81e2); } }
  @media screen and (max-width: 480px) and (min--moz-device-pixel-ratio: 1.3), screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (max-width: 480px) and (min-device-pixel-ratio: 1.3), screen and (max-width: 480px) and (min-resolution: 1.3dppx) {
    .no-svg .card-play {
      background: url(../images/play@2x.png) 50% 50%/auto 76px no-repeat, linear-gradient(105deg, #4e75d6, #fe81e2); } }
  @media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 480px) and (min-resolution: 3dppx), only screen and (max-width: 480px) and (min-resolution: 350dpi) {
    .no-svg .card-play {
      background: url(../images/play@3x.png) 50% 50%/auto 76px no-repeat, linear-gradient(105deg, #4e75d6, #fe81e2); } }

.no-svg .items .arrow-left,
.no-svg .items .arrow-right {
  background-image: url(../images/arrow.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .items .arrow-left,
    .no-svg .items .arrow-right {
      background-image: url("../images/arrow@2x.png");
      background-size: 14px 22px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .items .arrow-left,
    .no-svg .items .arrow-right {
      background-image: url("../images/arrow@3x.png");
      background-size: 14px 22px; } }
.no-svg .item .ticket:after {
  background-image: url(../images/ticket.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .item .ticket:after {
      background-image: url("../images/ticket@2x.png");
      background-size: 28px 26px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .item .ticket:after {
      background-image: url("../images/ticket@3x.png");
      background-size: 28px 26px; } }
.no-svg .item .cart {
  background: url(../images/cart.png) 50% 50%/23px 20px no-repeat, linear-gradient(136deg, #ff6015, #ff1f15); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .item .cart {
      background: url(../images/cart@2x.png) 50% 50%/23px 20px no-repeat, linear-gradient(136deg, #ff6015, #ff1f15); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .item .cart {
      background: url(../images/cart@3x.png) 50% 50%/23px 20px no-repeat, linear-gradient(136deg, #ff6015, #ff1f15); } }
.no-svg .subscribe-panel .title {
  background-image: url(../images/subscribe.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .subscribe-panel .title {
      background-image: url("../images/subscribe@2x.png");
      background-size: 118px 93px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .subscribe-panel .title {
      background-image: url("../images/subscribe@3x.png");
      background-size: 118px 93px; } }
.no-svg .profile-avatar .avatar:before {
  background-image: url(../images/camera.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .profile-avatar .avatar:before {
      background-image: url("../images/camera@2x.png");
      background-size: 31px 25px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .profile-avatar .avatar:before {
      background-image: url("../images/camera@3x.png");
      background-size: 31px 25px; } }
.no-svg .social-nets .instagram {
  background-image: url("../images/social_instagram.png"); }
.no-svg .social-nets .vkontakte {
  background-image: url("../images/social_vkontakte.png"); }
.no-svg .social-nets .twitter {
  background-image: url("../images/social_twitter.png"); }
.no-svg .social-nets .facebook {
  background-image: url("../images/social_facebook.png"); }
.no-svg .social-nets .google {
  background-image: url("../images/social_google.png"); }
.no-svg .social-nets .odnoklass {
  background-image: url("../images/social_odnoklass.png"); }
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .no-svg .social-nets .instagram {
    background-image: url("../images/social_instagram@2x.png"); }
  .no-svg .social-nets .vkontakte {
    background-image: url("../images/social_vkontakte@2x.png"); }
  .no-svg .social-nets .twitter {
    background-image: url("../images/social_twitter@2x.png"); }
  .no-svg .social-nets .facebook {
    background-image: url("../images/social_facebook@2x.png"); }
  .no-svg .social-nets .google {
    background-image: url("../images/social_google@2x.png"); }
  .no-svg .social-nets .odnoklass {
    background-image: url("../images/social_odnoklass@2x.png"); } }
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
  .no-svg .social-nets .instagram {
    background-image: url("../images/social_instagram@3x.png"); }
  .no-svg .social-nets .vkontakte {
    background-image: url("../images/social_vkontakte@3x.png"); }
  .no-svg .social-nets .twitter {
    background-image: url("../images/social_twitter@3x.png"); }
  .no-svg .social-nets .facebook {
    background-image: url("../images/social_facebook@3x.png"); }
  .no-svg .social-nets .google {
    background-image: url("../images/social_google@3x.png"); }
  .no-svg .social-nets .odnoklass {
    background-image: url("../images/social_odnoklass@3x.png"); } }
.no-svg .btn-ticket .icon-ticket {
  background-image: url(../images/ticket.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .btn-ticket .icon-ticket {
      background-image: url("../images/ticket@2x.png");
      background-size: 27px 26px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .btn-ticket .icon-ticket {
      background-image: url("../images/ticket@3x.png");
      background-size: 27px 26px; } }
.no-svg .drop-down-notification .like .image:after {
  background-image: url(../images/heart.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .drop-down-notification .like .image:after {
      background-image: url("../images/heart@2x.png");
      background-size: 10px 10px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .drop-down-notification .like .image:after {
      background-image: url("../images/heart@3x.png");
      background-size: 10px 10px; } }
.no-svg .content blockquote:before, .no-svg .content blockquote:after {
  background-image: url(../images/blockquote_bottom.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .content blockquote:before, .no-svg .content blockquote:after {
      background-image: url("../images/blockquote_bottom@2x.png");
      background-size: 26px 22px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .content blockquote:before, .no-svg .content blockquote:after {
      background-image: url("../images/blockquote_bottom@3x.png");
      background-size: 26px 22px; } }
.no-svg .content .warning {
  background: url(../images/dotted.png) 0 0/11px 4px repeat-x, url(../images/dotted.png) 0 100%/11px 4px repeat-x; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .content .warning {
      background-image: url(../images/dotted@2x.png), url(../images/dotted@2x.png); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .content .warning {
      background-image: url(../images/dotted@3x.png), url(../images/dotted@3x.png); } }
.no-svg .comments .likes-w-reply .like {
  background: url(../images/like.png); }
.no-svg .comments .likes-w-reply .unlike {
  background: url(../images/unlike.png); }
.no-svg .icon-circle.icon-heart {
  background-image: url(../images/heart_big.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .icon-circle.icon-heart {
      background-image: url("../images/heart_big@2x.png");
      background-size: 12px 11px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .icon-circle.icon-heart {
      background-image: url("../images/heart_big@3x.png");
      background-size: 12px 11px; } }
.no-svg .icon-circle.icon-comments {
  background-image: url(../images/comments.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .icon-circle.icon-comments {
      background-image: url("../images/comments@2x.png");
      background-size: 12px 11px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .icon-circle.icon-comments {
      background-image: url("../images/comments@3x.png");
      background-size: 12px 11px; } }
.no-svg .icon-circle.icon-review {
  background-image: url(../images/review.png); }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .icon-circle.icon-review {
      background-image: url("../images/review@2x.png");
      background-size: 14px 13px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .icon-circle.icon-review {
      background-image: url("../images/review@3x.png");
      background-size: 14px 13px; } }
.no-svg .footer .footer-bottom .footer-logo {
  -webkit-filter: none;
  filter: none;
  background-image: url('../images/icons-sf02d7a9a29.png');
  background-position: 0 -154px;
  background-size: 82px 225px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .footer .footer-bottom .footer-logo {
      background-image: url('../images/icons_2x-sbbe40b893f.png');
      background-position: 0 -83px;
      background-size: 82px 217px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .footer .footer-bottom .footer-logo {
      background-image: url('../images/icons_3x-s509ab5488f.png');
      background-position: 0 -83px;
      background-size: 82px 217px; } }
.no-svg .footer .footer-bottom .footer-18 {
  background-image: url('../images/icons-sf02d7a9a29.png');
  background-position: 0 -83px;
  background-size: 82px 225px; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .no-svg .footer .footer-bottom .footer-18 {
      background-image: url('../images/icons_2x-sbbe40b893f.png');
      background-position: 0 -146px;
      background-size: 82px 217px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 3dppx), only screen and (min-resolution: 350dpi) {
    .no-svg .footer .footer-bottom .footer-18 {
      background-image: url('../images/icons_3x-s509ab5488f.png');
      background-position: 0 -146px;
      background-size: 82px 217px; } }

.popup-close {
  position: absolute;
  display: block;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .popup-close:before, .popup-close:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 1px;
    transition: all .3s;
    left: -1px;
    width: 100%;
    top: 8px; }
  .popup-close:before {
    transform: rotate(45deg); }
  .popup-close:after {
    transform: rotate(-45deg); }

.menu-top {
  display: none;
  position: fixed;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  overflow: auto;
  z-index: 1000; }
  .menu-top ul {
    margin: 0;
    padding: 25px 0 0; }
  .menu-top li {
    display: block;
    padding: 15px 0; }
  .menu-top a {
    font-size: 32px;
    font-weight: 600;
    color: #000; }
    .menu-top a:hover {
      text-decoration: underline; }
  .menu-top .close {
    display: none;
    float: right;
    margin: 15px 15px 0 0;
    width: 24px;
    height: 24px;
    padding: 5px 0 0 4px;
    opacity: 1; }
    @media (max-width: 767px) {
      .menu-top .close {
        display: block; } }
    .menu-top .close i {
      position: relative;
      display: block;
      background: #000;
      top: 6px;
      width: 15px;
      height: 2px;
      border-radius: 1px;
      transition: all .3s; }
      .menu-top .close i:before, .menu-top .close i:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
        border-radius: 1px;
        transition: all .3s; }
      .menu-top .close i:before {
        top: -6px; }
      .menu-top .close i:after {
        width: 10px;
        top: 6px; }
    .menu-top .close i {
      top: 12px;
      background: none; }
      .menu-top .close i:before {
        top: -6px;
        width: 120%;
        left: -1px;
        transform: rotate(45deg); }
      .menu-top .close i:after {
        top: -6px;
        left: -1px;
        width: 120%;
        transform: rotate(-45deg); }

.drop-down {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 423px;
  height: auto;
  background: #FFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 1000; }
  @media screen and (max-width: 540px) {
    .drop-down {
      max-width: none; } }
  @supports (filter: drop-shadow(0 3px 5px #000)) {
    .drop-down {
      box-shadow: none;
      filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2)); } }
  .drop-down .arrow-to-top {
    position: absolute;
    display: block;
    top: -5px;
    /*right:15px;*/
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent; }

.drop-down-notification ul {
  margin: 0;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #000; }
.drop-down-notification li {
  padding: 10px 0;
  display: block; }
  .drop-down-notification li .image {
    display: block;
    float: left;
    width: 40px;
    height: 40px; }
    .drop-down-notification li .image img {
      width: 40px;
      height: 40px; }
  .drop-down-notification li .text {
    margin-left: 60px; }
  .drop-down-notification li + li {
    border-top: 1px solid #f5f5f5; }
.drop-down-notification .award .name-of-award {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2; }
.drop-down-notification .like .image {
  display: block;
  position: relative; }
  .drop-down-notification .like .image:after {
    position: absolute;
    display: block;
    content: '';
    bottom: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    border: 1px solid #FFF;
    background: url(../images/heart.svg) 50% 50%/8px 8px no-repeat #ff2415;
    border-radius: 8px; }
  .drop-down-notification .like .image img {
    border-radius: 20px; }
.drop-down-notification time {
  display: block;
  font-size: 12px;
  line-height: 2;
  color: #9ea2ac; }

.drop-down-menu {
  width: auto;
  height: auto;
  font-size: 12px;
  transition: top ease 100ms;
  font-weight: 600; }
  .drop-down-menu ul {
    padding: 12px 24px;
    margin: 0; }
  .drop-down-menu li {
    display: block; }
    .drop-down-menu li + li {
      border-top: 1px solid #f5f5f5; }
    .drop-down-menu li.active a {
      color: #ff2415; }
  .drop-down-menu a {
    display: block;
    padding: 10px 0;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap; }

.drop-down-rating {
  width: 200px;
  height: 140px; }
  .drop-down-rating .your-rating {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.75; }
    .drop-down-rating .your-rating b {
      display: block;
      font-size: 20px;
      line-height: 1.4; }
  .drop-down-rating .dots {
    padding: 7px 24px 0 24px;
    text-align: justify;
    cursor: default; }
    .drop-down-rating .dots .dot {
      margin: 0; }
    .drop-down-rating .dots .stretcher {
      display: inline-block;
      width: 100%; }

.date + .xdsoft_datetimepicker {
  border-color: transparent; }
  .drop-down-date {
    padding: 20px; }
  .date + .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_today {
    color: #ff2415; }
  .date + .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_current {
    color: #FFF;
    background: #db2013;
    box-shadow: inset 0 1px 3px #cb1d11; }
  .date + .xdsoft_datetimepicker .xdsoft_calendar td:hover {
    background: #ff2415 !important; }
  .date + .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #db2013;
    box-shadow: inset 0 1px 3px #cb1d11; }
  .date + .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    background: #ff2415; }

.subscribe-panel {
  margin: 50px 0;
  height: auto;
  border-radius: 20px;
  background: #2e67f6;
  box-shadow: 0 12px 34px 0 rgba(54, 144, 255, 0.7); }
  @media screen and (max-width: 540px) {
    .subscribe-panel {
      margin: 0 -15px;
      border-radius: 0; } }
  .subscribe-panel .title {
    display: block;
    margin: 0;
    padding: 28px 10px 0 136px;
    height: 88px;
    border-bottom: 1px solid #638af8;
    font-family: 'TT Norms', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #FFF;
    background: url(../images/subscribe.svg) 10px 10px no-repeat;
    background-size: 118px 93px;
    /*@media screen and (max-width:410px){
    	font-size:16px;
    }*/ }
    @media screen and (max-width: 1220px) {
      .subscribe-panel .title {
        padding-top: 14px;
        font-size: 30px;
        line-height: 1; } }
    @media screen and (max-width: 720px) {
      .subscribe-panel .title {
        height: 118px; } }
    @media screen and (max-width: 560px) {
      .subscribe-panel .title {
        font-size: 24px;
        line-height: 1.2; } }
    @media screen and (max-width: 479px) {
      .subscribe-panel .title {
        padding: 150px 20px 30px;
        height: auto;
        font-size: 20px;
        line-height: 1.1;
        text-align: center;
        background-position: 50% 30px; } }
  .subscribe-panel .form {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    min-height: 72px;
    padding: 0 30px 0 0;
    background: #4775f9;
    border-radius: 0 0 20px 20px; }
    @media screen and (max-width: 540px) {
      .subscribe-panel .form {
        border-radius: 0; } }
    @media screen and (max-width: 479px) {
      .subscribe-panel .form {
        /*padding-right:0;*/ } }
  .subscribe-panel .mail-field {
    position: relative;
    float: left;
    display: table-cell;
    width: 100%;
    height: 72px;
    border: none;
    padding: 16px 0 24px 40px;
    font-family: 'TT Norms', sans-serif;
    font-size: 18px;
    background: none;
    color: #FFF; }
    .subscribe-panel .mail-field:-moz-placeholder {
      color: #FFF;
      opacity: 1; }
    .subscribe-panel .mail-field::-moz-placeholder {
      color: #FFF;
      opacity: 1; }
    .subscribe-panel .mail-field::-webkit-input-placeholder {
      color: #FFF; }
    .subscribe-panel .mail-field:-ms-input-placeholder {
      color: #FFF !important; }
    .subscribe-panel .mail-field:invalid {
      outline: none;
      color: #F00;
      box-shadow: none; }
    .subscribe-panel .mail-field:focus {
      color: #FFF;
      outline: none; }
    @media screen and (max-width: 479px) {
      .subscribe-panel .mail-field {
        display: block;
        /*float:none;*/
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (max-width: 479px) {
    .subscribe-panel .input-group-btn {
      /*display:block;
      width:100%;
      padding-bottom:20px;
      text-align:center;*/ } }
  .subscribe-panel .subscribe-btn {
    border: none;
    margin: 0;
    padding: 0 37px;
    height: 40px;
    font-family: 'TT Norms', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 3;
    color: #2358f9;
    border-radius: 100px;
    background: #FFF;
    text-transform: uppercase;
    box-shadow: 0 3px 14px 0 rgba(0, 52, 182, 0.56);
    transition: all ease 250ms; }
    .subscribe-panel .subscribe-btn:hover {
      background: #e1e8ff;
      box-shadow: 0 13px 44px 0 rgba(0, 52, 182, 0.86); }
    @media screen and (max-width: 479px) {
      .subscribe-panel .subscribe-btn {
        height: 37px;
        line-height: 37px;
        font-size: 10px;
        padding: 0 20px; } }

.ffw {
  margin-bottom: 50px; }
  .popup-window .ffw {
    margin-bottom: 0; }
  .ffw .col-offset-right-10 {
    padding-right: 10px; }
  .ffw .col-offset-right-25 {
    padding-right: 25px; }
    @media screen and (max-width: 767px) {
      .ffw .col-offset-right-25 {
        padding-right: 15px; } }
  .ffw .col-offset-left-10 {
    padding-left: 10px; }
  .ffw .col-offset-left-25 {
    padding-left: 25px; }
    @media screen and (max-width: 767px) {
      .ffw .col-offset-left-25 {
        padding-left: 15px; } }
  .ffw .col-offset-out-border-sm-6-right {
    margin-right: -121%; }
    @media screen and (max-width: 767px) {
      .ffw .col-offset-out-border-sm-6-right {
        margin-right: -15px; } }
  .ffw .form-group {
    margin-bottom: 10px; }
  .ffw .form-mb-0 {
    margin-bottom: 0; }
  .ffw .form-mb-20 {
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .ffw .form-mb-20 {
        margin-bottom: 10px; } }
  .ffw .form-mb-40 {
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .ffw .form-mb-40 {
        margin-bottom: 10px; } }
  .ffw .control-label {
    padding-top: 15px;
    font-weight: 400;
    font-size: 15px;
    color: #9ea2ac; }
  .ffw input[type="text"],
  .ffw input[type="password"],
  .ffw input[type="tel"],
  .ffw input[type="email"],
  .ffw input[type="url"],
  .ffw input[type="date"],
  .ffw input[type="time"],
  .ffw input[type="number"],
  .ffw input[type="search"] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 22px 16px;
    border: solid 1px #eee;
    font-family: 'TT Norms', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #343434;
    background: #f8f8f9;
    border-radius: 4px;
    box-shadow: none;
    -webkit-appearance: none; }
    .ffw input[type="text"]:hover,
    .ffw input[type="password"]:hover,
    .ffw input[type="tel"]:hover,
    .ffw input[type="email"]:hover,
    .ffw input[type="url"]:hover,
    .ffw input[type="date"]:hover,
    .ffw input[type="time"]:hover,
    .ffw input[type="number"]:hover,
    .ffw input[type="search"]:hover {
      border-color: #777;
      box-shadow: none; }
    .ffw input[type="text"]:focus,
    .ffw input[type="password"]:focus,
    .ffw input[type="tel"]:focus,
    .ffw input[type="email"]:focus,
    .ffw input[type="url"]:focus,
    .ffw input[type="date"]:focus,
    .ffw input[type="time"]:focus,
    .ffw input[type="number"]:focus,
    .ffw input[type="search"]:focus {
      outline: none;
      border-color: #444;
      box-shadow: none; }
    .ffw input[type="text"]:invalid,
    .ffw input[type="password"]:invalid,
    .ffw input[type="tel"]:invalid,
    .ffw input[type="email"]:invalid,
    .ffw input[type="url"]:invalid,
    .ffw input[type="date"]:invalid,
    .ffw input[type="time"]:invalid,
    .ffw input[type="number"]:invalid,
    .ffw input[type="search"]:invalid {
      outline: none;
      border-color: #F00;
      color: #F00;
      box-shadow: none; }
  .ffw .show-password {
    position: absolute;
    top: 16px;
    right: 36px;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    color: #9ea2ac;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
    .ffw .show-password + input[type="password"] {
      padding-right: 100px; }
  .ffw textarea {
    display: block;
    width: 100%;
    min-height: 50px;
    height: auto;
    padding: 15px 22px 16px;
    border: solid 1px #eee;
    font-family: 'TT Norms', sans-serif;
    font-size: 17px;
    line-height: 17px;
    color: #343434;
    background: #f8f8f9;
    border-radius: 4px;
    box-shadow: none;
    -webkit-appearance: none;
    resize: vertical; }
    .ffw textarea:hover {
      border-color: #777;
      box-shadow: none; }
    .ffw textarea:focus {
      outline: none;
      border-color: #444;
      box-shadow: none; }
    .ffw textarea:invalid {
      outline: none;
      border-color: #F00;
      color: #F00;
      box-shadow: none; }
  .ffw .file-imitation input[type="text"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .ffw .file-imitation input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px; }
    .ffw .file-imitation input[type="file"] + span button {
      border-radius: 0 25px 25px 0; }
  .ffw .checkbox,
  .ffw .radio {
    float: left;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 6px;
    cursor: pointer;
    background: #FFF; }
    .ffw .checkbox + .label-text,
    .ffw .radio + .label-text {
      display: block;
      line-height: 30px;
      font-style: normal;
      font-weight: 400;
      margin-left: 36px;
      margin-bottom: 0;
      white-space: nowrap; }
  .ffw input[type="checkbox"],
  .ffw input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0;
    /*width:$checkboxRadioHeight;*/
    width: 100%;
    /*height:$checkboxRadioHeight;*/
    height: 100%;
    z-index: 2;
    cursor: pointer; }
    .ffw input[type="checkbox"]:hover + .point, .ffw input[type="checkbox"]:focus + .point,
    .ffw input[type="radio"]:hover + .point,
    .ffw input[type="radio"]:focus + .point {
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 5px #db3360; }
  .ffw input[type="checkbox"]:checked + .point:after,
  .ffw input[type="radio"]:checked + .point:after {
    position: absolute;
    content: '';
    display: block;
    background: #ff2415; }
  .ffw .checkbox .point,
  .ffw .radio .point {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    margin: 0;
    z-index: 1;
    border: 2px solid #ececee;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 5px rgba(219, 51, 96, 0);
    transition: all ease 250ms; }
  .ffw .radio .point {
    border-radius: 15px; }
  .ffw .checkbox .checked:after,
  .ffw input[type="checkbox"]:checked + .point:after,
  .ffw input[type="checkbox"][checked="checked"] + .point:after {
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px; }
  .ffw .radio .checked:after,
  .ffw input[type="radio"]:checked + .point:after,
  .ffw input[type="radio"][checked="checked"] + .point:after {
    top: 8px;
    left: 8px;
    width: 10px;
    height: 10px; }
  .ffw .checkbox .point:after,
  .ffw input[type="checkbox"]:checked + .point:after,
  .ffw input[type="checkbox"][checked="checked"] + .point:after {
    top: 2px;
    left: 2px;
    width: 26px;
    height: 19px;
    background: url(../images/check.svg) 50% 50%/26px 19px no-repeat; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      .ffw .checkbox .point:after,
      .ffw input[type="checkbox"]:checked + .point:after,
      .ffw input[type="checkbox"][checked="checked"] + .point:after {
        background-image: url(../images/check@3x.png);
        background-size: 18px 18px; } }
  .ffw .radio .point:after,
  .ffw input[type="radio"]:checked + .radio:after,
  .ffw input[type="radio"][checked="checked"] + .point:after {
    border-radius: 8px; }
  .ffw .inside-elem {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0; }
  .ffw .inline-forced {
    /*display: inline-block;
    margin-bottom: 0; */
    display: inline-flex;
    margin-bottom: 10px;
    white-space: normal;
    }
    .ffw .inline-forced .checkbox,
    .ffw .inline-forced .radio {
      float: none;
      display: inline-block;
      margin: 0; }
      .ffw .inline-forced .checkbox .point,
      .ffw .inline-forced .radio .point {
        position: relative; }
      .ffw .inline-forced .checkbox + .label-text,
      .ffw .inline-forced .radio + .label-text {
        display: inline;
        height: auto;
        margin: 0;
        margin-left: 6px;
        line-height: 28px;
        font-size: 15px;
        white-space: normal;
        vertical-align: top; }
        .ffw .inline-forced .checkbox + .label-text > *,
        .ffw .inline-forced .radio + .label-text > * {
          vertical-align: top; }
  .ffw .inline-forced-margin {
    margin-top: 12px;
    /*margin-bottom:6px;*/ }
    @media (max-width: 991px) {
      .ffw .inline-forced-margin {
        margin-top: 0; } }
    .ffw .inline-forced-margin + .inline-forced-margin {
      margin-left: 20px; }
  .ffw select {
    width: 100%; }
  .ffw .btnset-c {
    margin-top: 30px;
    text-align: center; }
  .ffw .btnset-r {
    margin-top: 30px;
    text-align: right;
    letter-spacing: 10px; }
    @media screen and (max-width: 991px) {
      .ffw .btnset-r {
        margin-top: 10px;
        text-align: center; } }
    .ffw .btnset-r * {
      letter-spacing: normal; }
  .ffw .text {
    font-size: 16px;
    padding-top: 30px;
    line-height: 2; }
    @media screen and (max-width: 991px) {
      .ffw .text {
        padding-top: 10px; } }
    @media screen and (max-width: 767px) {
      .ffw .text {
        text-align: center; } }
  .ffw .btn:disabled, form.ffw:invalid .btn[type=submit] {
    opacity: 1;
    background: #ececee;
    color: #c3c3c3; }
  .ffw .form-delimiter {
    margin: 15px -10px;
    border-top: 1px solid #f2f2f2; }
  .ffw .forget-pass-link {
    line-height: 49px; }
    @media screen and (max-width: 560px) {
      .ffw .forget-pass-link {
        display: inline-block;
        position: relative;
        line-height: 1;
        font-size: 15px;
        padding-top: 15px; } }

.ffw.form-horizontal .checkbox,
.ffw.form-horizontal .radio {
  padding-top: 0; }
.ffw.form-horizontal .delimiter {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 120px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .ffw.form-horizontal .delimiter {
      height: 110px; } }
  @media screen and (max-width: 767px) {
    .ffw.form-horizontal .delimiter {
      position: relative;
      height: auto;
      width: auto;
      left: auto;
      margin: 0 15px;
      text-align: center; } }
  .ffw.form-horizontal .delimiter i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 3;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 600;
    color: #9ea2ac;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
    @media screen and (max-width: 767px) {
      .ffw.form-horizontal .delimiter i {
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
        width: 50px;
        transform: none;
        line-height: 5; } }
    .ffw.form-horizontal .delimiter i:before, .ffw.form-horizontal .delimiter i:after {
      position: absolute;
      content: '';
      display: block;
      left: 50%;
      height: 100px;
      border-left: 1px solid #EEE; }
      @media screen and (max-width: 767px) {
        .ffw.form-horizontal .delimiter i:before, .ffw.form-horizontal .delimiter i:after {
          top: 50%;
          border-width: 1px 0 0;
          border-style: solid;
          border-color: #EEE;
          width: 400px;
          height: 0; } }
    .ffw.form-horizontal .delimiter i:before {
      bottom: 100%; }
      @media screen and (max-width: 767px) {
        .ffw.form-horizontal .delimiter i:before {
          bottom: auto;
          left: auto;
          right: 100%; } }
    .ffw.form-horizontal .delimiter i:after {
      top: 100%; }
      @media screen and (max-width: 767px) {
        .ffw.form-horizontal .delimiter i:after {
          top: 50%;
          left: 100%; } }

.badge-green {
  background: #35b44b !important; }

.badge-red {
  background: #ff5e57 !important; }

.badge-grey {
  color: #9ea2ac;
  background: #f5f5f6; }
  .badge-grey:link {
    color: #9ea2ac; }
  .badge-grey.badge:focus {
    color: #9ea2ac;
    outline: 1px dotted #000; }

.badge-grey-op {
  background: rgba(255, 255, 255, 0.4) !important; }

.badge-sm {
  position: relative;
  display: inline-block;
  top: -2px;
  margin: 0 -7px 0 5px;
  min-width: 20px;
  padding: 0 5px;
  line-height: 20px;
  color: #FFF;
  vertical-align: baseline;
  font-style: normal;
  border-radius: 10px;
  background: #fc2425; }

.badge-grey-invert {
  color: #f5f5f6;
  background: #9ea2ac;
  text-shadow: none; }

.bg-violet,
.bg-red,
.bg-grey {
  overflow: auto; }

.bg-violet {
  background: linear-gradient(145deg, #4e75d6, #ff81e2); }

.bg-red {
  background: linear-gradient(145deg, #ff6015, #ff1f15); }

.bg-grey {
  background: #f4f4f4;
  /*@at-root .items-block + .bg-grey{
  	border-top:1px solid #e8e8e8;
  	@media screen and (max-width:1289px){
  		border:0;
  	}
  }*/
  /*+ .bg-grey{
  	border:0;
  }*/ }

.loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  font-style: normal;
  z-index: 2; }
  .loader .loader-animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    background: #fff;
    /*@media (min--moz-device-pixel-ratio: 1.3),
    (-o-min-device-pixel-ratio: 2.6/2),
    (-webkit-min-device-pixel-ratio: 1.3),
    (min-device-pixel-ratio: 1.3),
    (min-resolution: 1.3dppx){
    	transform:scale(.5);
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 3),
    only screen and (min-resolution: 3dppx), !* Default way *!
    only screen and (min-resolution: 350dpi) !* dppx fallback *! {
    	transform:scale(.5);
    }*/ }
    @media screen and (max-width: 480px) {
      .loader .loader-animation {
        transform: scale(0.5);
        left: 0;
        right: 0; } }
  .loader:after {
    position: absolute;
    display: block;
    top: 65%;
    left: 50%;
    margin-left: -140px;
    width: 280px;
    content: attr(data-loading-text);
    text-align: center;
    color: #f00;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .loader:after {
        font-size: 20px; } }

.line {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  transform: scale(3);
  background-image: linear-gradient(#f00, #f00), linear-gradient(#f00, #f00), linear-gradient(#f00, #f00), linear-gradient(#f00, #f00), linear-gradient(#f00, #f00), linear-gradient(#f00, #f00), linear-gradient(#f00, #f00);
  background-position: calc(50% - 30px) 50%, calc(50% - 20px) 50%, calc(50% - 10px) 50%, 50% 50%, calc(50% + 10px) 50%, calc(50% + 20px) 50%, calc(50% + 30px) 50%;
  background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px;
  background-repeat: no-repeat;
  animation: l-bars 1s linear infinite alternate; }

@keyframes l-bars {
  0% {
    background-size: 5px 30px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; }
  16.6% {
    background-size: 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; }
  33.2% {
    background-size: 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px, 5px 10px; }
  49.8% {
    background-size: 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px, 5px 10px; }
  66.4% {
    background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px, 5px 10px; }
  83% {
    background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px, 5px 10px; }
  100% {
    background-size: 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 10px, 5px 40px; } }
/*
.ball{
	position:absolute;
	width:120px;
	height:120px;
	top:40%;
	left:50%;
	transform:translate(-50%, -50%) rotate(0deg);
	transform-origin:66px center;
	margin-left:40px;
}
.ball:before{
	content:'';
	width:68px;
	height:68px;
	position:absolute;
	top:50%;
	left:-10px;
	transform:translateY(-50%);
	border-radius:100%;
	background:#f00;
}
.ball-1{
	margin-left:-50px;
}
.ball-2{
	transform:translateY(-50%) rotate(180deg);
	margin-left:-100px;
	animation:rotate-1 1.7s linear infinite;
	z-index:2;
}
@keyframes rotate-1{
	0%{
		margin-left:-18px;
		transform:translateY(-50%) rotate(0deg);
		transform-origin:66px center;
	}
	25%{
		margin-left:-25px;
		transform:translateY(-50%) rotate(-180deg);
		transform-origin:66px center;
	}
	50%{
		margin-left:-33px;
		transform:translateY(-50%) rotate(-360deg);
		transform-origin:66px center;
	}
	50.1%{
		transform-origin:-12px center;
	}
	75%{
		margin-left:-36px;
		transform:translateY(-50%) rotate(-180deg);
		transform-origin:-12px center;
	}
	75.01%{
		margin-left:-66px;
		transform:translateY(-50%) rotate(-180deg);
		transform-origin:-12px center;
	}
	100%{
		margin-left:-18px;
		transform:translateY(-50%) rotate(0deg);
		transform-origin:-12px center;
	}
}
.ball-3{
	margin-left:120px;
}*/
.text-end-user-license-agreement {
  font-size: 14px;
  color: #9ea2ac;
  padding-top: 8px; }

/* DATETIMEPICKER */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0; }

.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none; }

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0); }

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
  background: -webkit-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -o-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0); }

.content {
  font-size: 18px;
  word-break: break-word;
  }
  .content h2 {
      line-height: 1;
  }
  .content h2,
  .content h3 {
    margin: 30px 0; }
  .content blockquote {
    position: relative;
    margin: 30px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #eaeaea;
    padding: 40px 0 50px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: #000; }
    .content blockquote:before, .content blockquote:after {
      position: absolute;
      display: block;
      left: 50%;
      margin-left: -34px;
      width: 68px;
      height: 22px;
      background: url(../images/blockquote_bottom.svg) 50% 50% no-repeat #FFF;
      content: '';
      color: #ff3e3e;
      font-size: 40px;
      text-align: center; }
    .content blockquote:before {
      top: -14px;
      transform: rotate(180deg); }
    .content blockquote:after {
      bottom: -11px; }
  .content .warning {
    margin: 30px 0;
    border-width: 4px 0;
    border-style: solid;
    border-color: transparent;
    background: url(../images/dotted.svg) 0 0/11px 4px repeat-x, url(../images/dotted.svg) 0 100%/11px 4px repeat-x;
    padding: 26px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #ff3e3e; }
  .content figure {
    margin: 30px 0;
    text-align: center; }
    .content figure .image {
      display: block;
      /*font-style:normal;
      border-radius:20px;
      overflow:hidden;*/ }
      @media screen and (max-width: 767px) {
        .content figure .image {
          margin: 0 -15px; } }
    .content figure figcaption {
      padding-top: 9px;
      font-size: 14px;
      line-height: 1.43;
      color: #9ea2ac;
      text-align: center;
      /*@media screen and (max-width:1200px){
      	text-align:center;
      }*/ }
  .content img:not(.carousel-img) {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
	height: auto !important;
    border-radius: 20px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .content img {
        border-radius: 0; } }
  .content p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 1.5; }
    .content p + p {
      margin-top: -20px; }
  .content hr {
    margin: -15px 0 0;
    border-top: solid 1px #eaeaea; }
    .content hr + * {
      margin-top: 35px; }
    .content hr:last-of-type ~ p {
      font-size: 14px;
      line-height: 1.71;
      color: #9ea2ac; }
  .content > *:not(br):last-child {
    margin-bottom: 35px; }
  .content.show-more {
    position: relative;
    overflow: hidden;
    transition: height ease 250ms; }
    .content.show-more:before {
      position: relative;
      display: block;
      content: '';
      font-size: 0;
      width: 100%; }
  .content .show-more-block-content {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0; }
    .content .show-more-block-content .show-more-content-link {
      display: block;
      position: absolute;
      bottom: 0;
      height: 100px;
      line-height: 100px;
      width: 100%;
      font-weight: 700;
      font-size: 14px;
      color: #000;
      text-transform: uppercase;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 15px, rgba(255, 255, 255, 0.9) 50px, #fff 50px);
      text-align: center;
      z-index: 5;
      overflow: hidden; }
      .content .show-more-block-content .show-more-content-link:hover i, .content .show-more-block-content .show-more-content-link:active i {
        text-decoration: underline; }
      .content .show-more-block-content .show-more-content-link > i {
        display: inline-block;
        font-style: normal;
        /*background:#FFF;
        height:40px;
        border-radius:20px;*/ }
        .content .show-more-block-content .show-more-content-link > i:before, .content .show-more-block-content .show-more-content-link > i:after {
          position: absolute;
          content: '';
          display: block;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          top: 50px; }
        .content .show-more-block-content .show-more-content-link > i:before {
          left: 0;
          margin-left: -75px;
          width: 50%; }
        .content .show-more-block-content .show-more-content-link > i:after {
          right: 0;
          margin-right: -80px;
          width: 50%; }
        .content .show-more-block-content .show-more-content-link > i i {
          position: relative;
          display: inline-block;
          top: -2px;
          margin-left: 8px;
          border-width: 4px 3px 0;
          border-style: solid;
          border-color: #000 transparent transparent; }
  .content.text .show-more-block-content .show-more-content-link {
    line-height: 155px;
    text-align: left;
    color: #9ea2ac; }
    .content.text .show-more-block-content .show-more-content-link i:before, .content.text .show-more-block-content .show-more-content-link i:after {
      display: none; }
    .content.text .show-more-block-content .show-more-content-link i > i {
      display: none; }
  .content .banner-767-only {
    display: block;
    margin: 0 -15px; }
    @media (min-width: 768px) {
      .content .banner-767-only {
        display: none; } }
    .content .banner-767-only img {
      border-radius: 0; }
  .content .source {
    color: #9ea2ac;
    font-size: 14px;
    font-weight: 600; }
    .content .source a {
      color: #9ea2ac; }

.header-widget-panel {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 998;
  background: #FFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  	/*~ .wrapper{
  		margin-top:60px;
  
  	}*/ }
  .header-widget-panel .btn-wdgt {
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle; }
  .header-widget-panel .btn-save {
    background: url(../images/header_widget_panel/save.svg) 50% 50%/48px 48px no-repeat; }
  .header-widget-panel .btn-help {
    background: url(../images/header_widget_panel/help.svg) 50% 50%/48px 48px no-repeat; }
  .header-widget-panel .btn-edit-mode {
    background: url(../images/header_widget_panel/edit.svg) 50% 50%/48px 48px no-repeat; }
    .header-widget-panel .btn-edit-mode.active {
      background-image: url(../images/header_widget_panel/edit_active.svg); }
  .header-widget-panel .btn-adm-panel {
    background: url(../images/header_widget_panel/adm_panel.svg) 50% 50%/48px 48px no-repeat; }
  .header-widget-panel .btn-delimiter-left {
    margin-left: 10px; }
  .header-widget-panel .btn-delimiter-right {
    margin-right: 10px; }

.next-show {
  display: block;
  height: 50px;
  margin: 20px;
  line-height: 49px;
  background: #708bbc;
  border-radius: 5px;
  text-align: center;
  opacity: .5; }
  .next-show:link, .next-show:visited, .next-show:hover, .next-show:active {
    text-decoration: none;
    color: #FFF; }
  .next-show + * {
    display: none !important; }

.svg-icons {
  display: none; }

.link .icon {
  display: inline-block;
  fill: #9ea2ac;
  transition: all ease 250ms;
  vertical-align: middle; }
  .link:hover .icon {
    fill: currentColor; }
.link .icon-cinema {
  width: 20px;
  height: 20px; }
.link .icon-shop {
  width: 20px;
  height: 20px;
  background: url(../images/icon_shop.svg) 50% 50%/contain no-repeat; }

.icon-feather {
  height: 50px; }

.icon-swag {
  height: 65px; }

.icon-profile-feather, .icon-profile-comments {
  fill: #FFF; }
.icon-profile-feather {
  height: 34px; }
.icon-profile-comments {
  height: 24px; }

@media (max-width: 1289px) {
  .items-block.items-in-col {
    margin: 0 -30px;
    overflow-x: hidden; } }
@media (max-width: 1000px) {
  .items-block.items-in-col {
    margin: 0 -15px; } }
@media (min-width: 1201px) {
  .items-block.items-in-col .items.items-show {
    white-space: normal;
    overflow: visible; }
    .items-block.items-in-col .items.items-show .item {
      margin-left: 15px;
      margin-bottom: 0; } }
@media (min-width: 1290px) {
  .items-block.items-in-col .items.items-show {
    white-space: normal; }
    .items-block.items-in-col .items.items-show .item {
      margin-left: -15px;
      margin-bottom: 0; } }
@media (min-width: 1289px) {
  .cols .items-block.items-in-col .items.items-show .item + .item {
    margin-left: -15px;
    margin-right: 0; } }
@media (min-width: 1200px) {
  .news .items-in-col .items-show .item + .item {
    margin-left: 0; } }
.items-block .block-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 60px;
  font-size: 0; }
  @media (max-width: 1289px) {
    .items-block .block-title {
      margin: 0 30px; } }
  @media (max-width: 1100px) {
    .items-block .block-title {
      position: relative;
      justify-content: stretch; } }
  @media (max-width: 767px) {
    .block-title-mobile + .block-title {
      display: none; } }
  @media (max-width: 480px) {
    .items-block .block-title {
      margin: 0 25px; } }
  .items-block .block-title .h1 {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    white-space: nowrap; }
    @media (max-width: 1100px) {
      .items-block .block-title .h1 {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    .items-block .block-title .h1 > a:link, .items-block .block-title .h1 > a:visited {
		/* #ff1f15 */
		/* 35, 35, 35 before */
		text-shadow: 2px 2px 2px rgba(35, 35, 35, 0), 
				 -1px -1px 0 rgba(35, 35, 35, 0),
				 0px 0px 1px rgba(35, 35, 35, 0),
				 0px 0px 0px rgba(35, 35, 35, 0);
				 transition: text-shadow ease 250ms;
      color: inherit; }    
	.items-block .block-title .h1 > a:hover, .items-block .block-title .h1 > a:active, .items-block .block-title .h1 > a:focus {
		text-shadow: 2px 2px 2px rgba(35, 35, 35, 0.1), 
				 -1px -1px 0 rgba(35, 35, 35, 0.1),
				 0px 0px 1px rgba(35, 35, 35, 0.1),
				 0px 0px 0px rgba(35, 35, 35, 0.1);
			/*text-shadow: 0 0 2px #fff, 
				 -1px -1px 0 rgba(0, 0, 0, 0.2),
				 -2px -2px 1px rgba(0, 0, 0, 0.2),
				 -2px -2px 2px rgba(0, 0, 0, 0.2);*/
		}
  .items-block .block-title ul {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    @media (max-width: 1100px) {
      .items-block .block-title ul {
        display: none; } }
    .items-block .block-title ul:first-of-type {
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .items-block .block-title ul:first-of-type:not(.links-on-right) {
        margin-left: 50px; }
    .items-block .block-title ul li {
      display: inline-block;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 3; }
      .items-block .block-title ul li + li {
        margin-left: 40px; }
  @media screen and (max-width: 1100px) {
    .items-block .block-title .links-on-right {
      display: none; } }
  .items-block .block-title .links-on-right .link {
    transition: all ease 250ms; }
  @media screen and (max-width: 1100px) {
    .items-block .block-title .additional-filter {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100%;
      margin: 0 -30px;
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3;
      background: #ebebeb; } }
  @media screen and (max-width: 1100px) {
    .items-block .block-title .additional-filter li {
      width: 33.33333333%; } }
  .items-block .block-title .additional-filter li + li {
    margin-left: 20px; }
    @media screen and (max-width: 1100px) {
      .items-block .block-title .additional-filter li + li {
        margin-left: 0;
        border-left: 1px solid #e3e3e3; } }
  .items-block .block-title .additional-filter .active a {
    border-color: currentColor;
    text-decoration: none; }
    @media screen and (max-width: 1100px) {
      .items-block .block-title .additional-filter .active a {
        background: #FFF; } }
  .items-block .block-title .additional-filter a {
    display: inline-block;
    border: 1px solid transparent;
    padding: 0 15px;
    height: 40px;
    line-height: 39px;
    border-radius: 20px;
    transition: all ease 250ms; }
    @media screen and (max-width: 1100px) {
      .items-block .block-title .additional-filter a {
        display: block;
        border: 0;
        border-radius: 0; } }
    .items-block .block-title .additional-filter a:hover, .items-block .block-title .additional-filter a:active {
      border-color: currentColor; }
      @media screen and (max-width: 1100px) {
        .items-block .block-title .additional-filter a:hover, .items-block .block-title .additional-filter a:active {
          background: #FFF; } }
  .items-block .block-title a:link, .items-block .block-title a:visited {
    color: #9ea2ac; }
  .items-block .block-title a:hover, .items-block .block-title a:active {
    color: #ff1f15;
    text-decoration: none; }
  .items-block .block-title .active a:link, .items-block .block-title .active a:visited {
    color: #ff1f15; }
  .items-block .block-title .text-filter {
    display: none;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-transform: lowercase;
    text-decoration: underline;
    line-height: 1; }
    @media screen and (max-width: 1100px) {
      .items-block .block-title .text-filter {
        display: inline-block; }
        .items-block .block-title .text-filter ~ a {
          display: none; } }
    .items-block .block-title .text-filter:link, .items-block .block-title .text-filter:visited {
      color: #ff1f15; }
    .items-block .block-title .text-filter:hover, .items-block .block-title .text-filter:active {
      text-decoration: none; }
    .items-block .block-title .text-filter:after {
      position: absolute;
      content: '';
      top: 53%;
      right: -14px;
      margin-top: -2px;
      display: block;
      border-width: 5px 4px 0;
      border-style: solid;
      border-color: #ff1f15 transparent transparent;
      /*@media screen and (max-width:479px){
      	display:none;
      }*/ }
  @media (max-width: 1299px) {
    .items-block .block-title .links-on-right-w-filter {
      display: block; }
      .items-block .block-title .links-on-right-w-filter li:not(.not-show) {
        display: none; }
      .items-block .block-title .links-on-right-w-filter li:last-child {
        display: block;
        margin: 0; } }
  .items-block .block-title .links-on-right-w-filter li:last-child a {
    position: relative;
    padding-right: 20px;
    color: #000; }
    @media (min-width: 1300px) {
      .items-block .block-title .links-on-right-w-filter li:last-child a .text-hide {
        display: inline;
        font-size: inherit;
        font-style: normal;
        font-family: inherit;
        font-weight: 600;
        opacity: 1;
        color: #000; } }
    .items-block .block-title .links-on-right-w-filter li:last-child a:after {
      position: absolute;
      content: '';
      top: 50%;
      right: 10px;
      margin-top: -2px;
      display: block;
      border-width: 4px 3px 0;
      border-style: solid;
      border-color: #000 transparent transparent; }
  .items-block .block-title .links-on-right-w-filter .not-show {
    display: none; }
@media (min-width: 768px) {
  .items-block .block-title-mobile {
    display: none; } }
@media (max-width: 767px) {
  .items-block .block-title-mobile {
    overflow-x: auto;
    margin: 0; }
    .items-block .block-title-mobile ul {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      flex-direction: row;
      margin: 20px 0 !important;
      padding: 0 15px;
      align-items: baseline; }
      .items-block .block-title-mobile ul li {
        flex: 0 0 auto; }
        .items-block .block-title-mobile ul li + li {
          margin-left: 10px; }
    .items-block .block-title-mobile a:link,
    .items-block .block-title-mobile a:visited {
      font-size: 20px;
      color: #000;
      text-transform: none; }
    .items-block .block-title-mobile a:hover {
      color: #ff1f15; }
    .items-block .block-title-mobile .h1 {
      flex: 0 0 auto; }
      .items-block .block-title-mobile .h1.active {
        margin: 0;
        text-transform: none; }
        .items-block .block-title-mobile .h1.active a {
          font-size: 24px; } }
.items-block .block-sub-title {
  margin: 15px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #3366ff; }
  @media (min-width: 768px) {
    .items-block .block-sub-title {
      display: none; } }
.items-block .block-title-w-text-filter {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.items-block .block-title-n-menu-after {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .items-block .block-title-n-menu-after .h1 {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0; }
  .items-block .block-title-n-menu-after .links-full-width {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    @media (max-width: 1100px) {
      .items-block .block-title-n-menu-after .links-full-width {
        flex: 1 0 auto;
        justify-content: flex-end; } }
    .items-block .block-title-n-menu-after .links-full-width ul {
      margin-left: 0 !important; }
.items-block .btn-filter {
	padding: 0px 10px;
  display: none; }
  @media (max-width: 1100px) {
    .items-block .btn-filter {
      display: inline-block;
      /*position:absolute;
      right:0;
      top:50%;
      line-height:3;*/ } }
@media (max-width: 480px) {
  .items-block .h1 {
    font-size: 30px; } }
.items-block .show-more-block {
  display: none; }
  .items-show[data-show-more-after] + .show-more-block {
    display: block; }
.items-block .items {
  display: none;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 35px; }
  .items-block .items.items-show {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .items-block .items.items-show + .show-more-block {
      position: relative;
      height: 0;
      /*margin: 0 60px;*/
      margin:0;	  }
      @media (min-width: 1300px) {
        .items-block .items.items-show + .show-more-block {
          display: block; } }
      .items-block .items.items-show + .show-more-block .show-more-link {
        display: block;
        position: absolute;
        bottom: 0;
        height: 150px;
        line-height: 150px;
        width: 100%;
        font-weight: 700;
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50px, rgba(255, 255, 255, 0.9) 75px, #fff 100px);
        text-align: center;
        z-index: 5;
        overflow: hidden; }
        .items-block .items.items-show + .show-more-block .show-more-link:hover i, .items-block .items.items-show + .show-more-block .show-more-link:active i {
          text-decoration: underline; }
        .items-block .items.items-show + .show-more-block .show-more-link > i {
          display: inline-block;
          font-style: normal;
          /*background:#FFF;
          height:40px;
          border-radius:20px;*/ }
          .items-block .items.items-show + .show-more-block .show-more-link > i:before, .items-block .items.items-show + .show-more-block .show-more-link > i:after {
            position: absolute;
            content: '';
            display: block;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            top: 74px; }
          .items-block .items.items-show + .show-more-block .show-more-link > i:before {
            left: 0;
            margin-left: -75px;
            width: 50%; }
          .items-block .items.items-show + .show-more-block .show-more-link > i:after {
            right: 0;
            margin-right: -80px;
            width: 50%; }
          .items-block .items.items-show + .show-more-block .show-more-link > i i {
            position: relative;
            display: inline-block;
            top: -2px;
            margin-left: 8px;
            border-width: 4px 3px 0;
            border-style: solid;
            border-color: #000 transparent transparent; }
    .items-block .items.items-show.items-hxs + .show-more-block, .items-block .items.items-show.items-show[data-show-more-after] + .show-more-block {
      margin: 0; }
      .items-block .items.items-show.items-hxs + .show-more-block .show-more-link, .items-block .items.items-show.items-show[data-show-more-after] + .show-more-block .show-more-link {
        height: 20px;
        line-height: 20px;
        font-size: 12px; }
        .items-block .items.items-show.items-hxs + .show-more-block .show-more-link > i:before, .items-block .items.items-show.items-hxs + .show-more-block .show-more-link > i:after, .items-block .items.items-show.items-show[data-show-more-after] + .show-more-block .show-more-link > i:before, .items-block .items.items-show.items-show[data-show-more-after] + .show-more-block .show-more-link > i:after {
          top: 11px; }
  @media (max-width: 1299px) {
    .items-block .items {
      padding-left: 0;
      padding-right: 0;
      max-width: none;
      overflow-x: auto;
      overflow-y: hidden;
      font-size: 0;
      white-space: nowrap;
      overflow: auto; }
      .items-block .items.items-show {
        display: block; }
      .items-block .items.horizontal-scroll-hide {
        overflow: hidden;
        height: 455px;
        /*.item{
        	margin-bottom:20px;
        }*/ } }
    @media (max-width: 1299px) and (max-width: 1289px) {
      .items-block .items.horizontal-scroll-hide {
        height: 435px; } }
  @media (max-width: 1299px) {
        .items-block .items.horizontal-scroll-hide .simplebar-track.vertical {
          display: none; } }
  .items-block .items[data-simplebar] ~ .tac {
    margin-top: 20px; }
  .items-block .items .item {
    position: relative;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    border: 15px solid transparent;
    /*.image{
    	&:after{
    		background:rgba(0,0,0,.3);
    	}
    }*/ }
    @media (max-width: 1299px) {
      .items-block .items .item {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        margin-bottom: 20px; }
        .items-block .items .item:first-child {
          margin-left: 45px; }
        .items-block .items .item:last-child {
          margin-right: 45px; }
        .items-block .items .item.item-hxs:first-child {
          margin-left: 20px; } }
    @media (max-width: 1289px) {
      .items-block .items .item:first-child {
        margin-left: 15px; }
      .items-block .items .item:last-child {
        margin-right: 15px; } }
    @media (max-width: 480px) {
      .items-block .items .item:first-child {
        margin-left: 10px; }
      .items-block .items .item:last-child {
        margin-right: 10px; } }
    .items-block .items .item .top {
      top: 20px;
      left: 0; }
      .items-block .items .item .top .badge {
        border-radius: 0 15px 15px 0;
        padding: 0 16px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 13px;
        line-height: 30px; }
        .items-block .items .item .top .badge ~ .badge {
          position: relative;
          top: -20px;
          float: right;
          padding: 20px 0 0 10px;
          width: 120px;
          height: 80px;
          border-radius: 0 15px 0 70px;
          box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
          color: #FFF;
          font-weight: 500;
          font-style: normal;
          line-height: 28px;
          background-color: #EEE;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
          @media screen and (max-width: 779px) {
            .items-block .items .item .top .badge ~ .badge {
              border-radius: 15px 0 0 15px; } }
    .items-block .items .item .image:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .items-block .items .item .title {
      bottom: 90px; }
    .items-block .items .item .h1 {
      color: #FFF;
      margin-top: 0;
      margin-bottom: 16px; }
    .items-block .items .item .bottom {
      bottom: 0;
      left: 0;
      right: 0;
      height: 67px;
      padding: 0 20px;
      line-height: 61px; }
      .items-block .items .item .bottom .number {
        padding-left: 0px; }
        .items-block .items .item .bottom .number + * {
          margin-left: 8px; }
  .items-block .items .item-hide {
    display: none; }
  .items-block .items .item-sm {
    width: 300px; }
    .items-block .items .item-sm .title {
      padding: 0 20px; }
    .items-block .items .item-sm .h1 {
      font-size: 21px; }
    .items-block .items .item-sm > .icon-heart {
      position: absolute;
      top: 22px;
      right: 20px;
      z-index: 3; }
  .items-block .items .item-md {
    width: 600px; }
    .items-block .items .item-md .title {
      left: 0;
      right: 0;
      padding: 0 20px;
      text-align: center; }
  .items-block .items .sm {
    display: none; }
  .items-block .items .item-special .card {
    width: 270px; }
    .items-block .items .item-special .card:hover {
      z-index: 6; }
  .items-block .items .arrow-left,
  .items-block .items .arrow-right {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    width: 40px;
    height: 100px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #EEE #EEE #EEE transparent;
    border-radius: 0 5px 5px 0;
    transition: all 250ms ease;
    background: url(../images/arrow.svg) 50% 50%/14px 22px no-repeat rgba(255, 255, 255, 0.5);
    z-index: 10;
    opacity: .8; }
    .items-block .items .arrow-left:hover,
    .items-block .items .arrow-right:hover {
      background-color: rgba(255, 255, 255, 0.8);
      opacity: 1; }
  .items-block .items .arrow-left {
    left: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }
  .items-block .items .arrow-right {
    right: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    transform: translateY(-70%) rotate(180deg); }
    .items-block .items-disable-left .arrow-left {
      opacity: .5;
      pointer-events: none;
    }
    .items-block .items-disable-right .arrow-right {
      opacity: .5;
      pointer-events: none;
    }
.items-block .items-in-row {
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
  white-space: nowrap;
  max-width: none;
  margin-top: 15px;
  height: 455px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  /*@media (max-width:1299px){
  	height:435px;
  }*/ }
  .items-block .items-in-row.horizontal-scroll-hide {
    overflow: hidden; }
  .items-block .items-in-row .item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-bottom: 30px; }
    @media (min-width: 1290px) {
      .items-block .items-in-row .item:first-child {
        margin-left: 45px; } }
    @media (max-width: 480px) {
      .items-block .items-in-row .item:first-child {
        margin-left: 10px; } }
    @media (min-width: 1290px) {
      .items-block .items-in-row .item:last-child {
        margin-right: 45px; } }
    @media (max-width: 480px) {
      .items-block .items-in-row .item:last-child {
        margin-right: 10px; } }
  .items-block .items-in-row .item-xs {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #ececec;
    margin-bottom: 15px; }
    .items-block .items-in-row .item-xs:first-child {
      margin-left: 32px; }
    .items-block .items-in-row .item-xs:last-child {
      margin-right: 32px; }
    .items-block .items-in-row .item-xs:nth-of-type(3n+1) {
      border-left: 0; }
    @media (max-width: 1289px) {
      .items-block .items-in-row .item-xs:first-child {
        margin-left: 2px; }
      .items-block .items-in-row .item-xs:last-child {
        margin-right: 2px; } }
  .items-block .items-in-row .card-xs {
    position: relative;
    display: block;
    width: 236px;
    padding: 0 28px;
    font-size: 12px;
    /*@media screen and (max-width:480px){
    	width:180px + 20px * 2;
    	padding:0 20px;
    }*/
    color: #343434;
    white-space: normal; }
    @media (max-width: 480px) {
      .items-block .items-in-row .card-xs {
        padding: 0 22px;
        width: 224px; } }
    .items-block .items-in-row .card-xs:hover, .items-block .items-in-row .card-xs:active {
      text-decoration: none; }
      .items-block .items-in-row .card-xs:hover .image, .items-block .items-in-row .card-xs:active .image {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
    .items-block .items-in-row .card-xs i {
      font-style: normal; }
    .items-block .items-in-row .card-xs .image {
      position: relative;
      display: block;
      z-index: 1;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 5px 15px transparent; }
      .items-block .items-in-row .card-xs .image:after {
        background: transparent;
        transition: all ease 250ms; }
      .items-block .items-in-row .card-xs .image .top {
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        z-index: 2; }
      .items-block .items-in-row .card-xs .image .bottom {
        position: absolute;
        display: block;
        width: 100%;
        bottom: 10px;
        height: auto;
        left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 10px 15px 0;
        color: #FFF;
        line-height: 30px;
        white-space: nowrap;
        z-index: 2; }
@media (min-width: 1290px) and (max-width: 1299px) {
  .items-block .items-hxs {
    margin-right: -60px; } }
@media (min-width: 993px) and (max-width: 1289px) {
  .items-block .items-hxs {
    margin-right: -30px; } }
@media (max-width: 992px) {
  .items-block .items-hxs .item-hxs:first-child {
    margin-left: 15px; }
  .items-block .items-hxs .item-hxs:last-child {
    margin-right: 15px; } }
@media (max-width: 480px) {
  .items-block .items-hxs .item-hxs:first-child {
    margin-left: 25px; }
  .items-block .items-hxs .item-hxs:last-child {
    margin-right: 25px; } }
.items-block .items-hxs.horizontal-scroll-hide {
  height: auto; }
  .items-block .items-hxs.horizontal-scroll-hide .simplebar-scroll-content {
    overflow-y: hidden; }
  .items-block .items-hxs.horizontal-scroll-hide .simplebar-content {
    margin-bottom: -17px; }
  .items-block .items-hxs.horizontal-scroll-hide .card-hxs .image {
    box-shadow: none; }
@media (min-width: 1300px) {
  .items-block .items-show-first-line,
  .items-block .items-show[data-show-more-after] {
    margin-bottom: 40px; }
    .items-block .items-show-first-line + .show-more-block,
    .items-block .items-show[data-show-more-after] + .show-more-block {
      top: -40px; } }
.items-block .item-hxs {
  white-space: normal; }
  @media (min-width: 1300px) {
    .items-block .item-hxs:nth-of-type(6n+1) {
      border-left: 0; }
    .items-block .item-hxs:nth-of-type(6n) {
      border-right: 0; } }
  .items-block .item-hxs .icon-heart {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2; }
  .items-block .item-hxs .card {
    border-radius: 0; }
@media (min-width: 1300px) {
  .items-block .item-hxs-wide:nth-of-type(3n+1) {
    border-left: 0; }
  .items-block .item-hxs-wide:nth-of-type(3n) {
    border-right: 0; } }
.items-block .item-hxs-wide .card {
  border-radius: 0; }
.items-block .item-huxs {
  white-space: normal; }
  @media (min-width: 1300px) {
    .items-block .item-huxs:nth-of-type(9n+1) {
      border-left: 0; }
    .items-block .item-huxs:nth-of-type(9n) {
      border-right: 0; } }
  .items-block .item-huxs .item-name {
    margin: 0 -15px; }
  .items-block .item-huxs .card {
    border-radius: 0; }
.items-block .card-hxs {
  width: 120px;
  color: #000; }
  .items-block .card-hxs:hover {
    box-shadow: none;
    text-decoration: none; }
  .items-block .card-hxs .image {
    width: inherit;
    height: 170px;
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
    .items-block .card-hxs .image:after {
      display: none; }
  .items-block .card-hxs .item-name {
    height: auto;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal; }
  .items-block .card-hxs .item-genre {
    display: block;
    padding-top: 6px;
    font-size: 12px;
    font-style: normal;
    color: #9ea2ac;
    line-height: 1.2; }
.items-block .card-hxs-quad .image {
  height: 120px; }
.items-block .card-hxs-quad100 {
  width: 100px;
  height: 100px; }
  .items-block .card-hxs-quad100 .image {
    width: auto;
    height: auto; }
.items-block .card-hxs-w70ha {
  width: 70px;
  text-align: center; }
  .items-block .card-hxs-w70ha .image {
    width: 70px;
    height: 70px; }
.items-block .card-hxs-wide {
  width: 270px; }
.items-block .card-circle .image {
  width: 70px;
  height: 70px;
  border-radius: 50%; }
.items-block .not-active {
  filter: grayscale(100%);
  opacity: .2; }
.items-block .item .image-wo-effects {
  box-shadow: none;
  border-radius: 0; }
  .items-block .item .image-wo-effects:after {
    display: none; }
.items-block .item .image-circle {
  box-shadow: none;
  border-radius: 50%; }
.items-block .items-in-row-xs.horizontal-scroll-hide {
  height: 460px; }
.items-block .item-creator {
  display: block;
  padding-top: 15px;
  font-size: 15px;
  /*line-height:1.53;*/
  color: #9ea2ac; }
.items-block .name-w-qty {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  text-transform: uppercase; }
  .items-block .name-w-qty .item-name {
    padding-top: 0;
    font-size: 12px;
    line-height: 1; }
.items-block .item-name {
  display: block;
  height: 46px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis; }
  .items-block .item-name.item-name-normal {
    font-weight: normal;
    font-size: 14px; }
.items-block .item-qty {
  display: block;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 1; }
.items-block .item-buy {
  display: block;
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding: 18px 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2; }
.items-block .cart {
  position: absolute;
  display: block;
  bottom: 12px;
  right: 28px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: url(../images/cart.svg) 50% 50%/23px 20px no-repeat, linear-gradient(136deg, #ff6015, #ff1f15);
  box-shadow: 0 3px 14px 0 rgba(255, 144, 114, 0.6);
  border-radius: 20px; }

.block {
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .block {
      margin-bottom: 20px; } }
  @media (max-width: 992px) {
    .block {
      margin-left: -15px;
      margin-right: -15px;
      padding: 0 15px; } }
  @media (max-width: 1100px) {
    .block .block-title {
      margin-left: 30px; } }
  @media (max-width: 992px) {
    .block .block-title {
      margin-left: 15px; } }
  @media (max-width: 480px) {
    .block .h1 {
      font-size: 30px; } }

.block + .items-block {
  margin-top: 40px;
  border-top: 1px solid #f1f1f1;
  padding-top: 20px; }
  @media (max-width: 1024px) {
    .block + .items-block {
      margin-top: 20px;
      padding-top: 10px; } }
.items-block .items-list.items-show {
  display: block; }
  .items-block .items-list.items-show .item {
    display: block;
    padding: 0;
    border: 0; }
    @media (max-width: 1299px) {
      .items-block .items-list.items-show .item {
        margin-left: 0;
        white-space: normal; } }
    .items-block .items-list.items-show .item + .item {
      margin-top: 20px; }
      @media (max-width: 1299px) {
        .items-block .items-list.items-show .item + .item {
          margin-left: 0;
          margin-right: 0; } }
    .items-block .items-list.items-show .item.item-hide {
      display: none; }
    .items-block .items-list.items-show .item a {
      display: block;
      padding: 25px 30px 35px 40px;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
      border-radius: 10px;
      color: #000;
      transition: all ease 250ms; }
      @media (max-width: 992px) {
        .items-block .items-list.items-show .item a {
          border-radius: 0; } }
      @media (max-width: 767px) {
        .items-block .items-list.items-show .item a {
          padding: 15px 15px 20px 25px; } }
      .items-block .items-list.items-show .item a:hover {
        text-decoration: none;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }
    .items-block .items-list.items-show .item time {
      float: right;
      color: #a7abb4; }
      @media (max-width: 1299px) {
        .items-block .items-list.items-show .item time {
          padding-top: 1px;
          font-size: 14px; } }
    .items-block .items-list.items-show .item .author-block {
      display: flex;
      color: #000; }
    .items-block .items-list.items-show .item .author-avatar {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%; }
    .items-block .items-list.items-show .item .author-info {
      display: block;
      font-size: 12px;
      padding-top: 2px;
      padding-left: 10px; }
      .items-block .items-list.items-show .item .author-info .author-name {
        display: block;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase; }
      .items-block .items-list.items-show .item .author-info .author-action {
        display: block;
        font-style: normal;
        font-size: 14px;
        color: #a7abb4; }
    .items-block .items-list.items-show .item .event-block {
      clear: both;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      padding-top: 30px; }
      @media (max-width: 767px) {
        .items-block .items-list.items-show .item .event-block {
          padding-top: 10px; } }
      .items-block .items-list.items-show .item .event-block .event-image {
        display: block; }
        .items-block .items-list.items-show .item .event-block .event-image img {
          width: auto;
          height: auto;
          max-width: 100px;
          max-height: 100px; }
          @media (max-width: 767px) {
            .items-block .items-list.items-show .item .event-block .event-image img {
              max-width: 70px;
              max-height: 70px; } }
      .items-block .items-list.items-show .item .event-block .event-info {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 60px; }
        @media (max-width: 767px) {
          .items-block .items-list.items-show .item .event-block .event-info {
            padding-left: 20px; } }
      .items-block .items-list.items-show .item .event-block .event-title {
        font-size: 20px;
        font-weight: 600; }
      .items-block .items-list.items-show .item .event-block .event-text {
        font-size: 16px; }
  .items-block .items-list.items-show.horizontal-scroll-prevent {
    overflow: visible; }

.current-item {
  margin-top: 20px;
  margin-bottom: 20px; }
  .current-item .item-w-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1000px) {
      .current-item .item-w-options {
        display: block; } }
  .current-item .poster-n-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto; }
    @media (max-width: 767px) {
      .current-item .poster-n-info {
        display: block; } }
  .current-item .current-item-poster {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 40%; }
    @media (max-width: 767px) {
      .current-item .current-item-poster {
        max-width: none; } }
    .current-item .current-item-poster _:-ms-fullscreen, :root .current-item .current-item-poster {
      min-width: 100%; }
    .ie10 .current-item .current-item-poster {
      min-width: 0; }
      .ie10 .current-item .current-item-poster .image-wrapper {
        max-width: 372px; }
        @media (max-width: 767px) {
          .ie10 .current-item .current-item-poster .image-wrapper {
            max-width: none; } }
    .current-item .current-item-poster .image-wrapper {
      position: relative; }
      @media (max-width: 767px) {
        .current-item .current-item-poster .image-wrapper {
          margin-left: -15px;
          margin-right: -15px; } }
      .current-item .current-item-poster .image-wrapper-borders {
        border-radius: 20px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .current-item .current-item-poster .image-wrapper-borders {
            border-radius: 0; } }
    .current-item .current-item-poster .like {
      position: absolute;
      top: 70%;
      left: -32px;
      display: block;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: url(../images/heart.svg) 50% 50%/32px 32px no-repeat;
      background-color: #e0e0e0;
      opacity: .9;
      transition: all ease 250ms; }
      @media (max-width: 1289px) {
        .current-item .current-item-poster .like {
          left: -16px;
          width: 48px;
          height: 48px;
          background-size: 24px 24px; } }
      @media (max-width: 767px) {
        .current-item .current-item-poster .like {
          top: auto;
          left: auto;
          right: 15px;
          bottom: -24px; } }
      .current-item .current-item-poster .like:hover, .current-item .current-item-poster .like.active {
        background-color: #ff3b15;
        opacity: 1; }
    .current-item .current-item-poster img {
      max-width: 100%; }
  .current-item .info {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 60%;
    margin-left: 60px; }
    @media (max-width: 1000px) {
      .current-item .info {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .current-item .info {
        margin-left: auto;
        max-width: none; } }
    .ie10 .current-item .info {
      min-width: 0; }
    .current-item .info .icon-review {
      background-image: url(../images/review_grey.svg);
      background-color: #e0e0e0; }
  .current-item dl dt {
    text-transform: uppercase; }
  .current-item dl dt,
  .current-item dl dd {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2.5; }
  .current-item dl dt:not(.hide) + dt,
  .current-item dl dt:not(.hide) + dd,
  .current-item dl dd:not(.hide) + dt,
  .current-item dl dd:not(.hide) + dd {
    border-top: 1px solid #e0e0e0; }
  .current-item .h1 {
    margin-top: 20px;
    line-height: normal; }
  .current-item .h2 {
    margin-bottom: 20px;
    line-height: normal;
    color: #9ea2ac; }
  .current-item .desc {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e0e0e0;
    margin-top: 20px;
    padding-top: 20px; }
    .current-item .desc *:first-child {
      margin-top: 0; }
  .current-item .item-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 60px; }
    @media (min-width: 1001px) {
      .current-item .item-options {
        padding-top: 200px; } }
    @media (max-width: 1000px) {
      .current-item .item-options {
        max-width: 300px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto; } }
    .current-item .item-options .btn + .btn {
      margin-top: 20px; }
  .current-item .tabs {
    margin-top: 40px; }
    @media (max-width: 1000px) {
      .current-item .tabs {
        margin-left: -15px;
        margin-right: -15px; } }
    .current-item .tabs .tabs-names {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      background: linear-gradient(to right, #FFF, #e0e0e0, #FFF);
      background: radial-gradient(#e0e0e0, #ffffff) 50% 0/100% 1000px no-repeat; }
      @media (max-width: 767px) {
        .current-item .tabs .tabs-names {
          justify-content: flex-start;
          padding-top: 5px;
          overflow-x: auto; } }
      .current-item .tabs .tabs-names .tab-name {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 20px;
        color: #9ea2ac;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        transition: all ease 250ms;
        text-shadow: 0 1px 0 #FFF; }
        @media (max-width: 767px) {
          .current-item .tabs .tabs-names .tab-name {
            padding: 10px;
            font-size: 12px; } }
        .current-item .tabs .tabs-names .tab-name-active {
          color: #ff1f15;
          background: #FFF;
          box-shadow: 0 2px 0 1px #FFF, 0 -2px 7px rgba(0, 0, 0, 0.1);
          border-radius: 5px 5px 0 0;
          text-shadow: none; }
        .current-item .tabs .tabs-names .tab-name:hover {
          color: #ff1f15; }
    .current-item .tabs .tabs-contents .tab-content {
      display: none;
      opacity: 0;
      transition: opacity ease 1s; }
      @media (max-width: 1000px) {
        .current-item .tabs .tabs-contents .tab-content {
          padding-left: 15px;
          padding-right: 15px; } }
      .current-item .tabs .tabs-contents .tab-content-center .items-block .items {
        justify-content: center; }
      .current-item .tabs .tabs-contents .tab-content-show {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        opacity: 1; }
        @media (max-width: 1000px) {
          .current-item .tabs .tabs-contents .tab-content-show {
            display: block; } }
        .current-item .tabs .tabs-contents .tab-content-show[data-display="block-wide"] {
          display: block;
          margin-left: -60px;
          margin-right: -60px;
          padding: 0; }
          @media (max-width: 1289px) {
            .current-item .tabs .tabs-contents .tab-content-show[data-display="block-wide"] {
              margin-left: -30px;
              margin-right: -30px; } }
          @media (max-width: 1000px) {
            .current-item .tabs .tabs-contents .tab-content-show[data-display="block-wide"] {
              margin-left: 0;
              margin-right: 0; } }
        .current-item .tabs .tabs-contents .tab-content-show .comments {
          display: block;
          margin: 0 auto;
          max-width: 760px; }
          @media (max-width: 790px) {
            .current-item .tabs .tabs-contents .tab-content-show .comments {
              margin-left: 15px;
              margin-right: 15px; } }
        .current-item .tabs .tabs-contents .tab-content-show .items-block {
          margin: 0 auto;
          max-width: 100%; }
        @media (max-width: 1299px) {
          .current-item .tabs .tabs-contents .tab-content-show .items-hxs {
            margin-left: -30px;
            margin-right: -30px; } }
        @media (max-width: 1000px) {
          .current-item .tabs .tabs-contents .tab-content-show .items-hxs {
            margin-left: -15px;
            margin-right: -15px; } }
        @media (min-width: 1300px) {
          .current-item .tabs .tabs-contents .tab-content-show .item-hxs:nth-of-type(6n+1) {
            border-left: 15px solid transparent; }
          .current-item .tabs .tabs-contents .tab-content-show .item-hxs:nth-of-type(6n) {
            border-right: 15px solid transparent; } }
        @media (min-width: 1300px) {
          .current-item .tabs .tabs-contents .tab-content-show .item-huxs:nth-of-type(9n+1) {
            border-left: 15px solid transparent; }
          .current-item .tabs .tabs-contents .tab-content-show .item-huxs:nth-of-type(9n) {
            border-right: 15px solid transparent; } }
      .current-item .tabs .tabs-contents .tab-content-center {
        justify-content: center; }
      .current-item .tabs .tabs-contents .tab-content .content {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
        @media (max-width: 1000px) {
          .current-item .tabs .tabs-contents .tab-content .content {
            margin-bottom: 30px; } }
      .current-item .tabs .tabs-contents .tab-content .tab-content-side {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: 60px; }
        @media (max-width: 1000px) {
          .current-item .tabs .tabs-contents .tab-content .tab-content-side {
            margin-left: -15px;
            margin-right: -15px; } }
  .current-item .link {
    color: #9ea2ac;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px; }
    .current-item .link:hover {
      color: #ff1f15; }
  .current-item .social-nets .title {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    color: #000;
    font-size: 14px; }
  @media (max-width: 1120px) {
    .current-item .social-nets li {
      margin-top: 0;
      margin-bottom: 0; } }
  .current-item .rated {
    float: right;
    position: relative;
    top: 20px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    line-height: 92px;
    background: linear-gradient(145deg, #ff6015, #ff1f15);
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    letter-spacing: -1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }
    .current-item .rated .first-number {
      font-size: 40px;
      font-weight: 600;
      font-style: normal; }
    .current-item .rated .second-number {
      position: relative;
      top: 5px;
      font-size: 30px;
      font-style: normal; }
      .current-item .rated .second-number:before {
        position: relative;
        top: -8px;
        content: '/';
        font-style: italic; }

.user-rating-table .table-vam td {
  vertical-align: middle; }
@media (max-width: 480px) {
  .user-rating-table .table-wrapper {
    margin: 0 -15px; } }
@media (max-width: 480px) {
  .user-rating-table .table .short {
    display: inline-block;
    width: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle; } }
.user-rating-table .table th {
  text-transform: uppercase;
  vertical-align: middle; }
.user-rating-table .table tbody tr {
  font-size: 14px;
  cursor: pointer; }
  .user-rating-table .table tbody tr:hover {
    background: #ff6015;
    animation-name: trHover;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
@keyframes trHover {
  0% {
    background: #ff6015; }
  50% {
    background: #ff1f15; }
  100% {
    background: #ff6015; } }
    .user-rating-table .table tbody tr:hover td {
      color: #FFF; }
    .user-rating-table .table tbody tr:hover a:link, .user-rating-table .table tbody tr:hover a:visited {
      color: #FFF; }
.user-rating-table .table .number,
.user-rating-table .table .value {
  font-weight: 600; }
.user-rating-table .table .number {
  text-align: right; }
.user-rating-table .table .positive {
  color: #00dd1c; }
.user-rating-table .table .negative {
  color: #ff2415; }

.user-w-avatar-link {
  display: inline-block;
  line-height: 40px;
  white-space: nowrap; }
  .user-w-avatar-link:link, .user-w-avatar-link:visited {
    color: #000; }
  .user-w-avatar-link:hover {
    text-decoration: none; }
  .user-w-avatar-link .image {
    display: inline-block;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle; }
    .user-w-avatar-link .image img {
      display: block;
      width: 100%;
      height: 100%; }
  .user-w-avatar-link .name {
    display: inline-block;
    font-weight: 600;
    font-style: normal; }

.page-error h1 {
  color: #ff2415;
  font-size: 120px; }
.page-error .not-critical {
  color: #ff5856;
  font-size: 120px; }
.page-error .page-error-buttons-area {
  margin: 30px 0; }

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body { background: blue !important; } // IE10 only
}*/
/*
*{
	outline:1px solid red;
}
*/
.text16 {
  font-size: 16px;
  color: #a3a7b0; }

.text-mw560 {
  margin: 10px auto 40px;
  max-width: 560px;
  padding: 0 15px;
  -moz-text-align-last: center;
  -ms-text-align-last: center;
  text-align-last: center; }
.slider2 {
  position: relative;
  margin: 0 auto 20px;
  overflow: hidden;
  height: 560px; }
  .slider2 .slides {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    padding: 20px 0 50px;
    height: auto;
    font-size: 0;
    white-space: nowrap; }
    @media (max-width: 779px) {
      .slider2 .slides {
        padding-bottom: 30px; } }
    .slider2 .slides li {
      position: relative;
      display: block;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .slider2 .slides li .card {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        @media (max-width: 767px) {
          .slider2 .slides li .card {
            border-radius: 0; } }
      .slider2 .slides li .image {
        position: relative;
        display: block;
        border-radius: 20px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .slider2 .slides li .image {
            border-radius: 0; } }
        .slider2 .slides li .image:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
      .slider2 .slides li img {
        display: block;
        width: 100%; }
        @media (max-width: 560px) {
          .slider2 .slides li img {
            width: calc(100% + 360px);
            margin: 0 -180px; } }
    .slider2 .slides .h1 {
      color: #FFF; }
    .slider2 .slides .slide-current {
      min-width: 970px;
      width: 970px;
      height: 500px;
      transition: all linear 800ms; }
      .slider2 .slides .slide-current .top {
        top: 84px;
        left: 56px; }
        @media screen and (max-width: 960px) {
          .slider2 .slides .slide-current .top {
            top: 50px;
            left: 38px; } }
        @media screen and (max-width: 779px) {
          .slider2 .slides .slide-current .top {
            top: 20px;
            left: 0; } }
    .slider2 .slides .slide-side {
      min-width: 892px;
      width: 892px;
      height: 460px; }
      .slider2 .slides .slide-side .top {
        top: 78px;
        left: 52px; }
        @media screen and (max-width: 779px) {
          .slider2 .slides .slide-side .top {
            top: 20px;
            left: 0; } }
    .slider2 .slides .bottom {
      line-height: 30px; }
      .slider2 .slides .bottom .number {
        vertical-align: middle; }
  .ffwSlider__ArrowLeft,
  .ffwSlider__ArrowRight {
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #EEE #EEE #EEE transparent;
    transition: all 250ms ease;
    background: url(../images/arrow.svg) 50% 50%/28px 44px no-repeat rgba(255, 255, 255, 0.5);
    cursor: pointer;
    z-index: 3;
    opacity: .5;
  }
  .ffwSlider__ArrowLeft {
    left: 0;
  }
  .ffwSlider__ArrowRight {
    right: 0;
    transform: rotate(180deg);
  }
  .ffwSlider__ArrowLeft:hover,
  .ffwSlider__ArrowRight:hover {
    opacity: 1;
  }
  .slider2 .pagination {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 6px;
    padding: 0;
    overflow: hidden; }
    @media screen and (max-width: 1290px) {
      .slider2 .pagination {
        margin-left: -30px;
        margin-right: -30px; } }
    @media screen and (max-width: 1000px) {
      .slider2 .pagination {
        margin-left: -15px;
        margin-right: -15px; } }
    @media screen and (max-width: 768px) {
      .slider2 .pagination {
        margin: 5px -15px; } }
    .slider2 .pagination li {
      display: block;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative;
      height: 2px;
      top: 2px;
      background: #f2f2f2; }
    .slider2 .pagination .active {
      top: 1px;
      height: 4px; }
    .slider2 .pagination .pagination-line {
      position: absolute;
      top: 1px;
      height: 4px;
      background: #ff1c12;
      transition: left linear 800ms; }

@media (max-width: 1024px) {
  .not-show-on-tablet {
    display: none; } }

@media (min-width: 1025px) {
  .show-on-tablet {
    display: none; } }

/*# sourceMappingURL=stylesheet.css.map */
.content iframe {
	max-width: 100% !important;
}


.rate-big {position:relative;top:-1px;margin-left:3px;}
.rate-dots-big {width:115px;display:inline-block;vertical-align:middle;height:19px;}
.rate-dots-big span {display:inline-block;width:19px;height:19px;background:url(/public/images/front/icons.png) -82px -1134px no-repeat;vertical-align:top;margin-right:4px;font-size:0;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.rate-dots-big span.star-on {background-position:0 -1134px;}
.rate-dots-big span.star-half {background-position:-43px -1134px;}
.rate-num-big {font-size:24px;font-family:'proxima_bold', Helvetica, Arial, sans-serif;position:relative;bottom:-4px;margin-left:1px;}


.block-pages {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.block-pages a, .block-pages span {
	text-align: center; 
	/*border: 1px solid #9ea2ac; */
	width: 30px; 
	height: 30px; 
	border-radius: 30px; 
	box-shadow: inset 0 5px 10px rgba(0,0,0,.1), 0 2px 5px rgba(0,0,0,.5);
	display: inline-block; 
	color: #000;
	line-height: 30px;
}

.block-pages a.wide, .block-pages span.wide {
	width: 50px; 
}

.block-pages span {
	/*border: 2px solid #9ea2ac; */
	font-weight: bold;
}
.banner-sticky {
	position: sticky;
	top: 110px;
}
.ahref.badge:hover {
	transform: scale(1.05);
    transform-origin: 0 50%;
}
.ahref.badge:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateX(-50px) skewX(-45deg);
	filter: blur(5px);
    animation: move-light 60s linear infinite;
    animation-direction: normal;
    animation-delay: 3s;
}
.ahref.badge {
    position: relative;
	transition: 250ms ease;
	overflow: hidden;
}
@keyframes move-light {
  0% {
    transform: translateX(-50px) skewX(-45deg);
  }
  1.6% {
    transform: translateX(500px) skewX(-45deg);
  }
  1.60000001% {
    transform: translateX(-50px) skewX(-45deg);
  }
  100% {
    transform: translateX(-50px) skewX(-45deg);
  }
}
