@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.article-categories {
  position: relative;
  z-index: 105; }

.article h1, .article h2, .article h3 {
  font-family: 'Red Hat Text', sans-serif;
  text-align: center; }

.article h1 {
  padding-top: 28px;
  padding-bottom: 16px;
  color: #015a9e;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center; }

.article h2 {
  font-size: 18px;
  line-height: 24px;
  padding-top: 17px; }

.article h3 {
  font-size: 16px;
  line-height: 20px;
  padding-top: 17px; }

.article-bordered-text {
  background-color: #e6e6e6;
  padding-bottom: 21px; }
  .article-bordered-text .wrapper {
    position: relative; }
  .article-bordered-text__pic {
    position: relative;
    height: 320px;
    overflow: hidden; }
    .article-bordered-text__pic:before, .article-bordered-text__pic:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    .article-bordered-text__pic:after {
      background: -webkit-linear-gradient(left, #e6e6e6 0%, rgba(230, 230, 230, 0.25) 10%, rgba(230, 230, 230, 0) 30%, rgba(230, 230, 230, 0) 70%, rgba(230, 230, 230, 0.25) 90%, #e6e6e6 100%);
      background: linear-gradient(to right, #e6e6e6 0%, rgba(230, 230, 230, 0.25) 10%, rgba(230, 230, 230, 0) 30%, rgba(230, 230, 230, 0) 70%, rgba(230, 230, 230, 0.25) 90%, #e6e6e6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6',GradientType=1 ); }
    .article-bordered-text__pic:before {
      background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 76%, #e6e6e6 99%, #e6e6e6 100%);
      background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 76%, #e6e6e6 99%, #e6e6e6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e6e6e6', endColorstr='#e6e6e6',GradientType=0 ); }
    .article-bordered-text__pic img {
      max-width: none;
      height: inherit;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .article-bordered-text__info {
    border: 5px solid #64c4e4;
    margin-top: -70px;
    position: relative;
    z-index: 2;
    padding: 17px 14px; }
  .article-bordered-text__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px; }

.article p {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin: 1em 0; }

.article img {
  margin-bottom: 14px; }
  .article img + span {
    margin-bottom: 15px;
    display: block;
    color: #1eafd9;
    font-weight: 300px;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    text-align: center; }

.article ul, .article ol {
  margin: 9px 0 30px;
  padding: 0 0 0 13px; }
  .article ul li, .article ol li {
    padding-left: 6px;
    color: #191818;
    font-size: 14px;
    line-height: 18px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    position: relative;
    list-style-type: none; }
    .article ul li + li, .article ol li + li {
      margin-top: 12px; }

.article ul li {
  font-size: 14px; }
  .article ul li:before {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1a9ecf;
    left: -15px;
    top: 7.5px;
    content: ''; }

.article ol li {
  counter-increment: i;
  font-weight: 300; }
  .article ol li:before {
    font-weight: 800;
    position: absolute;
    color: #1a9ecf;
    left: -18px;
    top: -0.5px;
    content: counter(i) "."; }

.article blockquote {
  border-top: 1px solid #64c4e4;
  border-bottom: 1px solid #64c4e4;
  font-size: 14px;
  line-height: 18px;
  padding: 13px 0 16px;
  margin: 2em 0; }

.article a {
  color: #015a9e;
  text-decoration: underline;
  -webkit-transition: color 0.5s, text-decoration 0.5s;
  transition: color 0.5s, text-decoration 0.5s; }
  .article a:hover {
    color: #1a9ecf;
    text-decoration: none; }

.article-navigation {
  padding: 32px 0; }
  .article-navigation:after {
    display: block;
    content: '';
    clear: both; }
  .article-navigation a {
    text-decoration: none; }
  .article-navigation__prev, .article-navigation__next {
    display: inline-block; }
    .article-navigation__prev span, .article-navigation__next span {
      display: none; }
  .article-navigation__prev {
    float: left; }
  .article-navigation__next {
    float: right; }
  .article-navigation__back {
    line-height: 41px;
    height: 41px;
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
    color: #006fae;
    display: block; }
    .article-navigation__back span {
      line-height: 18px;
      display: inline-block;
      border-bottom: 1px solid currentColor; }
  .article-navigation__prev, .article-navigation__next, .article-navigation__back {
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .article-navigation__prev span, .article-navigation__next span, .article-navigation__back span {
      -webkit-transition: border-color 0.5s;
      transition: border-color 0.5s; }
    .article-navigation__prev:hover, .article-navigation__next:hover, .article-navigation__back:hover {
      color: #1a9ecf; }
      .article-navigation__prev:hover span, .article-navigation__next:hover span, .article-navigation__back:hover span {
        border-color: transparent; }
      .article-navigation__prev:hover .article-navigation__icon .icon, .article-navigation__next:hover .article-navigation__icon .icon, .article-navigation__back:hover .article-navigation__icon .icon {
        stroke: #1a9ecf; }
  .article-navigation__icon .icon {
    width: 22px;
    height: 41px;
    stroke: #006fae;
    -webkit-transition: stroke 0.5s;
    transition: stroke 0.5s; }

.article table {
  width: 100%;
  font-size: 12px; }
  .article table tr:nth-child(even) {
    background-color: #fff; }
  .article table td {
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle; }
    .article table td:first-child {
      padding-left: 14px;
      padding-right: 7px; }
    .article table td:last-child {
      padding-left: 7px;
      padding-right: 14px; }

@media screen and (min-width: 768px) {
  .article h1 {
    padding-top: 31px;
    padding-bottom: 33px;
    line-height: 34px;
    font-size: 28px; }
  .article h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 39px 0 13px; }
  .article h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 39px 0 13px; }
  .article-bordered-text {
    padding-bottom: 0;
    margin-bottom: 34px;
    position: relative;
    overflow: hidden; }
    .article-bordered-text:after {
      content: '';
      display: block;
      top: 320px;
      bottom: 0;
      position: absolute;
      background-color: #fff;
      width: 100%; }
    .article-bordered-text__info {
      margin-top: -72px;
      margin-right: 30px;
      border-width: 10px;
      margin-left: 160px;
      position: relative;
      padding: 23px 37px 26px; }
    .article-bordered-text__text {
      font-size: 18px;
      line-height: 24px;
      position: relative; }
      .article-bordered-text__text:before {
        content: '';
        display: block;
        width: 65px;
        height: 1px;
        position: absolute;
        background-color: currentColor;
        top: 14px;
        left: -78px; }
  .article-img {
    padding-top: 23px; }
  .article ul, .article ol {
    margin-top: 28px; }
  .article blockquote {
    margin: 3.5em 0;
    font-size: 16px;
    line-height: 20px;
    padding: 23px 0 26px; }
  .article-navigation {
    padding-top: 42px;
    padding-bottom: 66px;
    margin: 0 -7px; }
    .article-navigation__icon {
      display: inline-block;
      line-height: 16px;
      height: 16px;
      margin: 2px 7px 0;
      vertical-align: top; }
      .article-navigation__icon .icon {
        width: 9px;
        height: 15px;
        stroke-width: 5px; }
    .article-navigation__prev, .article-navigation__next {
      font-size: 16px;
      color: #006fae;
      display: inline-block;
      vertical-align: top; }
      .article-navigation__prev span, .article-navigation__next span {
        border-bottom: 1px solid currentColor;
        display: inline-block; }
    .article-navigation__back, .article-navigation__prev, .article-navigation__next {
      line-height: 16px;
      height: 16px; }
  .article table td:first-child {
    padding-left: 29px; }
  .article table td:last-child {
    padding-right: 29px; } }

@media screen and (min-width: 1280px) {
  .article h1 {
    line-height: 46px;
    padding-top: 25px;
    padding-bottom: 53px;
    font-size: 32px; }
  .article h2 {
    line-height: 28px;
    font-size: 22px;
    padding-bottom: 18px;
    padding-top: 41px; }
  .article h3 {
    line-height: 24px;
    font-size: 18px;
    padding-top: 42px;
    padding-bottom: 3px; }
  .article-bordered-text {
    margin-bottom: 60px; }
    .article-bordered-text:after {
      top: 400px; }
    .article-bordered-text__pic {
      height: 400px; }
    .article-bordered-text__info {
      margin-top: -91px;
      margin-left: 420px;
      margin-right: 127px;
      padding: 29px 44px 39px; }
    .article-bordered-text__text {
      font-size: 24px;
      line-height: 32px; }
      .article-bordered-text__text:before {
        top: 19px;
        left: -86px; }
  .article-wrapper {
    width: 854px; }
  .article ul, .article ol {
    padding-left: 19px; }
    .article ul li, .article ol li {
      padding-left: 0; }
  .article blockquote {
    margin-left: -13px;
    margin-right: -13px;
    padding: 34px 13px 34px;
    font-size: 18px;
    line-height: 24px; }
  .article-navigation {
    margin: 0 50px; }
    .article-navigation__prev, .article-navigation__next {
      height: 18px; }
    .article-navigation__prev, .article-navigation__next, .article-navigation__back {
      font-size: 18px;
      line-height: 18px; }
    .article-navigation__icon {
      margin-left: 10px;
      margin-right: 10px; }
  .article table {
    font-size: 14px; }
    .article table tr:nth-child(odd) {
      background-color: #f3f3f3; } }

.page-filter {
  background-color: #55b8dd;
  height: 43px;
  position: relative; }
  .page-filter .wrapper {
    position: relative; }
    .page-filter .wrapper:after {
      display: block;
      content: '';
      clear: both; }
  .page-filter__category {
    position: relative;
    z-index: 10;
    float: left;
    padding: 12px 0 0;
    cursor: pointer; }
    .page-filter__category .icon {
      width: 19px;
      height: 19px;
      fill: #fff;
      -webkit-transition: fill 0.5s;
      transition: fill 0.5s; }
  .page-filter__selection {
    position: relative;
    z-index: 10;
    float: right;
    padding: 12px 0 0;
    cursor: pointer; }
    .page-filter__selection .icon {
      width: 19px;
      height: 19px;
      fill: #fff;
      -webkit-transition: fill 0.5s;
      transition: fill 0.5s; }
  .page-filter__search {
    padding: 4px 35px;
    display: block;
    height: 43px;
    color: #fff; }
    .page-filter__search.active {
      z-index: 105; }
    .page-filter__search-input {
      border-bottom: 1px solid #fff;
      width: calc(100% - 30px);
      display: inline-block;
      color: #000; }
      .page-filter__search-input input[type='text'] {
        background-color: transparent;
        border: none;
        width: 100%;
        -webkit-transition: padding 0.5s;
        transition: padding 0.5s; }
        .page-filter__search-input input[type='text']:focus {
          outline: none;
          padding-left: 10px; }
      .page-filter__search-input ::-webkit-input-placeholder {
        color: #fff; }
      .page-filter__search-input ::-moz-placeholder {
        color: #fff; }
      .page-filter__search-input :-moz-placeholder {
        color: #fff; }
      .page-filter__search-input :-ms-input-placeholder {
        color: #fff; }
    .page-filter__search-submit {
      display: inline-block;
      font-size: 22px;
      padding: 0;
      position: relative;
      top: 3px;
      left: 3px; }
      .page-filter__search-submit:hover .page-filter__search-icon {
        color: #000; }
    .page-filter__search-icon {
      -webkit-transition: color 0.5s;
      transition: color 0.5s;
      padding: 0; }
      .page-filter__search-icon:focus {
        outline: none; }
  .page-filter__category-list {
    display: none; }
  .page-filter__category.opened .icon, .page-filter__selection.opened .icon {
    fill: #000; }
  .page-filter__category.opened .page-filter__name, .page-filter__selection.opened .page-filter__name {
    color: #000; }

.page-category {
  background-color: #60c7ed;
  padding: 14px 0 18px;
  display: none; }
  .page-category__item {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 44px; }
    .page-category__item.active {
      color: #fff; }

.page-selection {
  display: none;
  background-color: #60c7ed;
  padding: 22px 0 10px; }
  .page-selection .bx-filter .bx-filter-parameters-box + .bx-filter-parameters-box {
    margin-top: 10px; }
  .page-selection .bx-filter .bx-filter-parameters-box-container:after {
    display: block;
    content: '';
    clear: both; }
  .page-selection .bx-filter .bx-filter-parameters-box-title {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 13px; }
    .page-selection .bx-filter .bx-filter-parameters-box-title .fa {
      display: none; }
  .page-selection .bx-filter .checkbox {
    float: left;
    width: 50%; }
    .page-selection .bx-filter .checkbox:nth-child(odd) {
      clear: both; }
  .page-selection .bx-filter .bx-filter-input-checkbox input[type='checkbox'] {
    display: none; }
  .page-selection .bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    padding-left: 32px;
    position: relative;
    min-height: 25px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 300; }
    .page-selection .bx-filter .bx-filter-input-checkbox .bx-filter-param-text:before {
      width: 25px;
      height: 25px;
      border: 1px solid #e9e9e9;
      content: '';
      display: block;
      position: absolute;
      background-color: #fff;
      left: 0; }
  .page-selection .bx-filter .bx-filter-input-checkbox input[type='checkbox']:checked + .bx-filter-param-text:after {
    width: 23px;
    height: 26px;
    content: '';
    display: block;
    background: url(../img/icons/checkbox-checked.png) center no-repeat;
    position: absolute;
    left: 7px;
    top: -7px; }
  .page-selection .bx-filter .bx-ui-slider-track-container {
    padding-top: 9px;
    padding-bottom: 27px; }
  .page-selection .bx-filter .bx-ui-slider-track {
    height: 1px;
    background-color: #FFF;
    position: relative; }
    .page-selection .bx-filter .bx-ui-slider-track:before, .page-selection .bx-filter .bx-ui-slider-track:after {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #FFF;
      top: -2px;
      position: absolute; }
    .page-selection .bx-filter .bx-ui-slider-track:before {
      left: 0; }
    .page-selection .bx-filter .bx-ui-slider-track:after {
      right: 0; }
  .page-selection .bx-filter .bx-ui-slider-handle {
    height: 23px;
    width: 2px;
    background-color: #000;
    margin-top: -11px;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .page-selection .bx-filter .bx-ui-slider-pricebar-v {
    background-color: #000; }
  .page-selection .bx-filter .bx-ui-slider-part {
    display: none; }
  .page-selection .bx-filter .bx-ui-slider-pricebar-vn {
    background: #fff; }
  .page-selection .bx-filter .bx-ft-sub {
    width: 32px;
    display: inline-block;
    line-height: 35px; }
  .page-selection .bx-filter .bx-filter-input-container {
    width: calc(100% - 36px);
    display: inline-block; }
    .page-selection .bx-filter .bx-filter-input-container input[type="text"] {
      -webkit-appearance: none;
      box-shadow: none;
      resize: none;
      border: none;
      border-radius: 0;
      padding: 5.5px 15px;
      -webkit-transition: padding-left 0.5s;
      transition: padding-left 0.5s;
      font-weight: 300;
      font-size: 14px;
      line-height: 20px;
      width: 100%; }
      .page-selection .bx-filter .bx-filter-input-container input[type="text"]:focus {
        padding-left: 25px;
        outline: none; }
  .page-selection .bx-filter-button-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px; }
  .page-selection__reset {
    background-color: transparent;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: url(../img/icons/reset.svg) left no-repeat;
    padding-left: 20px;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: color 0.5s, background-image 0.5s;
    transition: color 0.5s, background-image 0.5s; }
    .page-selection__reset:focus {
      outline: none; }
    .page-selection__reset:hover {
      color: #000;
      background-image: url(../img/icons/reset-hover.svg); }

.bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 25px; }

.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 7px;
  background: #d8e9f0; }

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7; }

.bx-filter .bx-ui-slider-part.p1 {
  left: -1px; }

.bx-filter .bx-ui-slider-part.p2 {
  left: 25%; }

.bx-filter .bx-ui-slider-part.p3 {
  left: 50%; }

.bx-filter .bx-ui-slider-part.p4 {
  left: 75%; }

.bx-filter .bx-ui-slider-part.p5 {
  right: -1px; }

.bx-filter .bx-ui-slider-part span {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000; }

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
  color: #6b8086; }

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0; }

.bx-filter .bx-ui-slider-range {
  z-index: 50; }

.bx-filter .bx-ui-slider-pricebar {
  z-index: 100; }

.bx-filter .bx-ui-slider-pricebar-vd {
  z-index: 60;
  background: #849da4; }

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 70;
  background: #a8dff3; }

.bx-filter .bx-ui-slider-pricebar-v {
  z-index: 80;
  background: #499fd8; }

.bx-filter .bx-ui-slider-handle {
  position: absolute;
  top: 100%;
  width: 22px;
  height: 22px;
  border-bottom: none; }

.bx-filter .bx-ui-slider-handle:hover {
  -webkit-cursor: -webkit-grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab; }

.bx-filter .bx-ui-slider-handle:active {
  -webkit-cursor: -webkit-grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing; }

.bx-filter .bx-ui-slider-handle.left {
  left: 0;
  margin-left: -21px; }

.bx-filter .bx-ui-slider-handle.right {
  right: 0;
  margin-right: -21px; }

@media screen and (min-width: 768px) {
  .page-filter__name {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    height: 19px;
    vertical-align: top;
    padding: 0 7px; }
  .page-filter__search {
    padding: 0;
    position: absolute;
    right: 197px;
    width: 30px;
    -webkit-transition: width 1s;
    transition: width 1s;
    background-color: #55b8dd; }
    .page-filter__search-open {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      opacity: 0;
      z-index: 1;
      cursor: pointer; }
      .page-filter__search-open:hover + form .page-filter__search-icon {
        color: #000; }
  .page-filter__search.active {
    width: 400px; }
    .page-filter__search.active .page-filter__search-open {
      display: none; }
  .page-filter__category-list {
    display: block;
    position: absolute;
    padding: 0 200px;
    width: 100%;
    left: 0;
    text-align: center; }
  .page-filter__category-item {
    display: inline-block;
    height: 43px;
    font-weight: 300;
    font-size: 12px;
    line-height: 43px;
    padding: 0 15px;
    position: relative;
    cursor: pointer; }
    .page-filter__category-item-delete {
      height: 9px;
      width: 9px;
      position: absolute;
      top: 9px;
      right: 5px;
      background: url(../img/icons/close-white.svg) center no-repeat;
      background-size: 7px 7px;
      -webkit-transition: background-image 0.5s;
      transition: background-image 0.5s; }
      .page-filter__category-item-delete:hover {
        background-image: url(../img/icons/close-black.svg); }
  .page-category {
    padding-top: 42px;
    padding-bottom: 4px; }
    .page-category__list {
      text-align: center;
      margin: 0 -9px;
      font-size: 0; }
    .page-category__item {
      width: 25%;
      display: inline-block;
      margin-bottom: 40px;
      vertical-align: top; }
    .page-category__icon {
      display: block;
      height: 80px;
      margin-bottom: 10px; }
      .page-category__icon .icon {
        width: 80px;
        height: 80px;
        stroke: #fff;
        -webkit-transition: stroke 0.5s;
        transition: stroke 0.5s; }
    .page-category__name {
      font-size: 14px;
      line-height: 18px;
      color: #212020;
      height: 36px;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
  .page-selection .bx-filter .bx-filter-parameters-box + .bx-filter-parameters-box {
    margin-top: 0; }
  .page-selection .bx-filter .bx-filter-parameters-box-title {
    font-size: 20px; }
  .page-selection .bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    padding-left: 44px;
    min-height: 30px; }
    .page-selection .bx-filter .bx-filter-input-checkbox .bx-filter-param-text:before {
      width: 30px;
      height: 30px;
      margin-top: -3px; }
  .page-selection .bx-filter .bx-filter-input-checkbox input[type='checkbox']:checked + .bx-filter-param-text:after {
    width: 34px;
    height: 28px;
    top: -6px; }
  .page-selection .bx-filter-button-box {
    text-align: right;
    padding-top: 15px; }
    .page-selection .bx-filter-button-box .modal-btn {
      height: 55px;
      line-height: 55px;
      float: right;
      width: 200px;
      margin-left: 25px; } }

@media screen and (min-width: 1280px) {
  .page-filter__search.active {
    width: 900px; }
  .page-filter__name {
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
  .page-filter__category:hover .icon, .page-filter__selection:hover .icon {
    fill: #000; }
  .page-filter__category:hover .page-filter__name, .page-filter__selection:hover .page-filter__name {
    color: #000; }
  .page-filter__category-item {
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .page-filter__category-item:hover {
      color: #fff; }
  .page-category {
    padding-top: 36px;
    padding-bottom: 0; }
    .page-category__list {
      margin: 0; }
    .page-category__item {
      width: 14.28571%; }
      .page-category__item:hover .page-category__icon .icon {
        stroke: #212020; }
      .page-category__item:hover .page-category__name {
        color: #fff; }
  .page-selection {
    padding-top: 30px; }
    .page-selection .bx-filter .bx-filter-parameters-box-title {
      font-size: 24px;
      padding-bottom: 25px; }
    .page-selection .bx-filter .checkbox {
      width: 20%; }
      .page-selection .bx-filter .checkbox:nth-child(odd) {
        clear: none; }
      .page-selection .bx-filter .checkbox:nth-child(5n + 1) {
        clear: both; } }

.celebs {
  overflow: visible;
  background-color: #ebebeb;
  margin-top: 108px;
  position: relative; }
  .celebs .wrapper {
    position: relative;
    padding: 0; }
  .celebs__header {
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    bottom: 100%;
    padding-top: 45px;
    padding-bottom: 17px; }
  .celebs__item {
    position: relative;
    opacity: 1 !important;
    padding-bottom: 53px; }
  .celebs__photo {
    display: inline-block;
    -webkit-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    -o-filter: grayscale(10%);
    filter: grayscale(10%);
    -webkit-filter: #808080;
            filter: #808080;
    opacity: 0.6;
    position: relative;
    height: 324px;
    width: 100%;
    overflow: hidden; }
    .celebs__photo img {
      max-width: none;
      width: 500px;
      position: absolute;
      left: 53%;
      top: -69px;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .celebs__photo:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-linear-gradient(top, rgba(235, 235, 235, 0) 40%, #ebebeb 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 40%, #ebebeb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ebebeb', endColorstr='#ebebeb',GradientType=0 ); }
  .celebs__bg-left {
    display: none; }
  .celebs__info {
    padding: 20px;
    border: 10px solid #fff;
    margin: -44px 14px 0; }
  .celebs__name {
    font-weight: 800;
    font-size: 32px;
    line-height: 30px;
    color: #1a9ecf;
    position: relative;
    z-index: 2;
    margin-bottom: 13px; }
  .celebs__position {
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    height: 34px;
    margin-bottom: 14px;
    position: relative;
    width: 240px;
    color: #015a9e; }
  .celebs__quote {
    position: relative;
    z-index: 2;
    color: #292929; }
    .celebs__quote a {
      color: #015a9e;
      text-decoration: underline;
      -webkit-transition: color 0.5s, text-decoration 0.5s;
      transition: color 0.5s, text-decoration 0.5s; }
      .celebs__quote a:hover {
        color: #1a9ecf;
        text-decoration: none; }
  .celebs__sign {
    display: none; }
  .celebs__item-container .celebs__photo, .celebs__item-container .celebs__bg-left {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }
  .celebs__item-container .celebs__info, .celebs__item-container .celebs__name, .celebs__item-container .celebs__position, .celebs__item-container .celebs__quote, .celebs__item-container .celebs__sign {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition: all 1s;
    transition: all 1s; }
  .celebs__item-container .celebs__info {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  .celebs__item-container .celebs__name, .celebs__item-container .celebs__position {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s; }
  .celebs__item-container .celebs__quote {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s; }
  .celebs__item-container .celebs__sign {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s; }
  .celebs__item-container .celebs__photo {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  .celebs__item-container .celebs__bg-left {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  .celebs__item-container.slick-current .celebs__photo, .celebs__item-container.slick-current .celebs__bg-left {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .celebs__item-container.slick-current .celebs__info, .celebs__item-container.slick-current .celebs__name, .celebs__item-container.slick-current .celebs__position, .celebs__item-container.slick-current .celebs__quote, .celebs__item-container.slick-current .celebs__sign {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

@media screen and (min-width: 768px) {
  .celebs {
    margin-top: 0;
    overflow: hidden; }
    .celebs__header {
      height: 189px;
      padding-top: 34px;
      bottom: auto;
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0.85) 31%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0.85) 31%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#00ffffff',GradientType=0 ); }
    .celebs__item {
      padding-bottom: 0;
      height: 630px; }
    .celebs__photo {
      width: 50%;
      height: 630px; }
      .celebs__photo:after {
        background: none; }
      .celebs__photo img {
        left: 37%;
        top: 0;
        width: auto; }
    .celebs__bg-left {
      width: 50%;
      height: 628px;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #ebebeb; }
    .celebs__info {
      position: absolute;
      display: inline-block;
      width: 380px;
      top: 125px;
      right: 85px;
      padding: 38px 28px 55px;
      margin: 0; }
    .celebs__name {
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 7px; }
    .celebs__position {
      margin-bottom: 33px; }
    .celebs__quote:before {
      content: '';
      display: block;
      position: absolute;
      width: 42px;
      left: -56px;
      height: 1px;
      top: 9px;
      background-color: #292929; } }

@media screen and (min-width: 1280px) {
  .celebs .wrapper {
    padding: 0 18px;
    position: static; }
  .celebs__header {
    padding-top: 53px; }
  .celebs__photo:after {
    background: -webkit-linear-gradient(left, #eaeaea 0%, transparent 33%, transparent 42%, transparent 100%);
    background: linear-gradient(to right, #eaeaea 0%, transparent 33%, transparent 42%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00000000',GradientType=1 ); }
  .celebs__photo img {
    position: static;
    -webkit-transform: none;
            transform: none; }
  .celebs__info {
    right: 90px;
    width: 620px;
    top: 165px;
    padding: 35px 35px 40px; }
  .celebs__name {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 7px;
    width: 390px; }
  .celebs__position {
    margin-bottom: 25px; }
  .celebs__quote:before {
    width: 65px;
    left: -80px;
    top: 10px; }
  .celebs__sign {
    display: block;
    position: absolute;
    right: -18px;
    bottom: -75px; } }

.week-mood {
  padding-bottom: 25px; }
  .week-mood__header {
    padding: 39px 0 16px; }
  .week-mood__right {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px; }
  .week-mood__text {
    background-color: #55b8dd;
    display: table-cell;
    vertical-align: middle;
    padding: 44px 42px 53px; }
    .week-mood__text span {
      display: block;
      font-weight: 300;
      font-size: 16px;
      line-height: 37px;
      color: #fff; }
      .week-mood__text span:after {
        content: '';
        width: 55px;
        height: 6px;
        margin-top: 35px;
        background-color: #fff;
        display: block; }
  .week-mood__kamerton {
    position: relative;
    padding-left: 112px;
    color: #191818;
    margin-bottom: 25px;
    padding-top: 25px; }
  .week-mood__kamerton-icon {
    width: 75px;
    height: 82px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -30px;
    background: url(../img/icons/camerton-xs.png) center no-repeat;
    background-size: contain; }
  .week-mood__kamerton-header {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Red Hat Text', sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding-top: 4px; }
  .week-mood__kamerton-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px; }

@media screen and (min-width: 768px) {
  .week-mood {
    padding-bottom: 54px; }
    .week-mood__header {
      padding: 61px 0 36px; }
    .week-mood__left {
      display: inline-block;
      margin-right: 57px;
      vertical-align: middle; }
    .week-mood__right {
      padding-top: 16px; }
    .week-mood__text {
      padding: 43px 28px 64px 32px;
      width: 325px; }
      .week-mood__text span {
        font-size: 20px;
        line-height: 43px; }
        .week-mood__text span:after {
          margin-top: 36px; }
    .week-mood__kamerton {
      padding-left: 102px;
      padding-top: 0;
      width: 324px;
      margin-bottom: 52px; }
    .week-mood__kamerton-icon {
      left: 0;
      margin-top: -38px; }
    .week-mood__kamerton-text {
      font-size: 18px; }
    .week-mood__btn {
      width: 250px; } }

@media screen and (min-width: 1280px) {
  .week-mood {
    padding-bottom: 64px; }
    .week-mood__header {
      padding: 51px 0 29px; }
    .week-mood__left {
      margin-right: 82px; }
    .week-mood__right {
      margin-top: -4px;
      padding-top: 0; }
    .week-mood__text {
      padding: 95px 90px 109px;
      height: 500px;
      width: 580px; }
      .week-mood__text span {
        font-size: 30px;
        line-height: 56px; }
        .week-mood__text span:after {
          margin-top: 60px;
          width: 65px;
          height: 10px; }
    .week-mood__kamerton {
      width: auto;
      padding-left: 137px;/*170px иначе перескакивает на новую строку*/
      margin-bottom: 70px; }
    .week-mood__kamerton-icon {
      width: 128px;
      height: 140px;
      left: 0;
      margin-top: -64px;
      margin-bottom: 70px;
      background-image: url(../img/icons/camerton.png); }
    .week-mood__kamerton-header {
      font-size: 22px;
      line-height: 40px;
      margin-bottom: 6px; }
    .week-mood__kamerton-text {
      font-size: 30px;
      line-height: 36px; } }

.catalog-card__header {
  padding: 28px 0 21px; }

.catalog-card__seminar-img {
  margin-bottom: 12px; }

.catalog-card__seminar-date {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 6px; }

.catalog-card__seminar-text {
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 19px; }

.catalog-card__seminar-price {
  margin-bottom: 20px; }
  .catalog-card__seminar-price-header {
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 14px; }
  .catalog-card__seminar-price-item:after {
    display: block;
    content: '';
    clear: both; }
  .catalog-card__seminar-price-date {
    line-height: 30px;
    float: left; }
  .catalog-card__seminar-price-cost {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 20px;
    line-height: 30px;
    float: right; }

.catalog-card__item-instock {
  font-size: 16px;
  line-height: 20px;
  float: left;
  width: 140px;
  padding-top: 2px; }
  .catalog-card__item-instock .available {
    color: #13aed8; }
  .catalog-card__item-instock.p--available .not-available {
    display: none; }
  .catalog-card__item-instock.p--not-available .available {
    display: none; }

.catalog-card__item-rating {
  float: right;
  width: 140px;
  text-align: right; }

.catalog-card__item-preview-list {
  display: none; }

.catalog-card__item-order {
  margin-bottom: 20px; }
  .catalog-card__item-order:after {
    display: block;
    content: '';
    clear: both; }

.catalog-card__item-price {
  font-size: 28px; }
  .catalog-card__item-price-container {
    font-family: 'Red Hat Text', sans-serif;
    float: left; }
  .catalog-card__item-price-old {
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    color: #a1a1a1;
    text-decoration: line-through; }

.catalog-card__item-counter {
  border: 1px solid #e9e9e9;
  padding: 10px 40px 10px 15px;
  font-size: 20px;
  text-align: center;
  width: 80px;
  position: relative; }
  .catalog-card__item-counter-container {
    float: right;
    padding-top: 7px; }
  .catalog-card__item-counter .plus, .catalog-card__item-counter .minus {
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    bottom: 2px;
    right: 14px; }
    .catalog-card__item-counter .plus:after, .catalog-card__item-counter .minus:after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color: #006fae;
      margin-top: 5px;
      position: absolute; }
  .catalog-card__item-counter .plus {
    top: 10px;
    bottom: auto; }
    .catalog-card__item-counter .plus:before {
      content: '';
      display: block;
      width: 3px;
      height: 100%;
      background-color: #006fae;
      margin-left: 5px;
      position: absolute; }
  .catalog-card__item-counter .plus:before, .catalog-card__item-counter .plus:after, .catalog-card__item-counter .minus:before, .catalog-card__item-counter .minus:after {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; }
  .catalog-card__item-counter .plus:hover:before, .catalog-card__item-counter .plus:hover:after, .catalog-card__item-counter .minus:hover:before, .catalog-card__item-counter .minus:hover:after {
    background-color: #1a9ecf; }
  .catalog-card__item-counter input {
    background-color: transparent;
    border: 0;
    line-height: 20px;
    height: 20px;
    width: 100%; }
    .catalog-card__item-counter input:focus {
      outline: none;
      width: 100%; }

.catalog-card__item-player {
  height: 53px;
  background-color: #e9e9e9; }

.catalog-card__item-pic {
  display: table-cell;
  width: 290px;
  height: 272px;
  vertical-align: middle;
  text-align: center;
  padding: 5px; }
  .catalog-card__item-pic img {
    margin: 0 auto; }
  .catalog-card__item-pic-list {
    border: 1px solid #e9e9e9;
    position: relative; }
  .catalog-card__item-pic-container {
    padding-top: 15px; }
    .catalog-card__item-pic-container.p--hit {
      position: relative; }
      .catalog-card__item-pic-container.p--hit .icon-hit:before {
        position: absolute;
        content: '';
        border-top: 42px solid #006fae;
        border-left: 18px solid #006fae;
        border-right: 18px solid #006fae;
        border-bottom: 22px solid transparent;
        z-index: 10;
        left: 21px; }
      .catalog-card__item-pic-container.p--hit .icon-hit:after {
        position: absolute;
        content: 'хит';
        color: #fff;
        font-size: 14px;
        font-family: 'Red Hat Text', sans-serif;
        text-transform: uppercase;
        margin-top: 13px;
        left: 25px;
        z-index: 10; }

.catalog-card__item-desc {
  margin-bottom: 26px; }

.catalog-card__buy {
  margin-bottom: 38px; }
  .catalog-card__buy-btn {
    margin-bottom: 10px; }
    .catalog-card__buy-btn a {
      width: 100%;
      height: 48px;
      border: 1px solid #1a9ecf;
      font-weight: 800;
      font-size: 20px;
      line-height: 48px;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      background-color: transparent;
      vertical-align: top; }
      .catalog-card__buy-btn a span {
        color: #1a9ecf; }
      .catalog-card__buy-btn a:before {
        background: #1a9ecf;
        color: #fff; }
    .catalog-card__buy-btn.p--inverse a span {
      opacity: 0; }
    .catalog-card__buy-btn.p--inverse a:before {
      opacity: 1; }
    .catalog-card__buy-btn.p--inverse a:hover span {
      opacity: 1; }
    .catalog-card__buy-btn.p--inverse a:hover:before {
      opacity: 0; }
  .catalog-card__buy-social {
    text-align: center;
    margin-top: 13px; }

.catalog-card__tabs-header-list {
  text-align: center;
  margin-bottom: 25px; }
  .catalog-card__tabs-header-list:after {
    display: block;
    content: '';
    clear: both; }

.catalog-card__tabs-header-item-container {
  width: 50%;
  float: left; }

.catalog-card__tabs-header-item {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Red Hat Text', sans-serif;
  color: #006fae;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  border-bottom: 1px dotted currentColor;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.5s, border-color 0.5s;
  transition: color 0.5s, border-color 0.5s; }
  .catalog-card__tabs-header-item.active {
    color: #000;
    border-color: transparent; }
  .catalog-card__tabs-header-item:hover, .catalog-card__tabs-header-item.active:hover {
    color: #1a9ecf;
    border-color: transparent; }

@media screen and (min-width: 768px) {
  .catalog-card__header {
    padding: 53px 0 43px; }
  .catalog-card__info {
    margin: 0 -29px 60px; }
    .catalog-card__info:after {
      display: block;
      content: '';
      clear: both; }
    .catalog-card__info .catalog-card__left, .catalog-card__info .catalog-card__right {
      float: left;
      padding: 0 29px;
      width: 50%; }
  .catalog-card__seminar-date {
    margin-top: -10px;
    font-size: 24px; }
  .catalog-card__seminar-price-cost {
    font-size: 24px; }
  .catalog-card__item-pic {
    width: 324px; }
    .catalog-card__item-pic img {
      margin: 0 auto; }
    .catalog-card__item-pic-container {
      padding-top: 0; }
      .catalog-card__item-pic-container.p--hit .icon-hit:before {
        border-left: 58px solid #006fae;
        border-top: 18px solid #006fae;
        border-bottom: 18px solid #006fae;
        border-right: 22px solid transparent;
        left: 0;
        top: 21px; }
      .catalog-card__item-pic-container.p--hit .icon-hit:after {
        font-size: 18px;
        top: 29px;
        margin-top: 0;
        left: 9px; }
  .catalog-card__item-preview {
    margin: 0 12px;
    height: 50px;
    border: 1px solid #e9e9e9;
    padding: 6px;
    text-align: center;
    position: relative;
    cursor: pointer; }
    .catalog-card__item-preview a:after {
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      position: absolute;
      background-color: #e4e4e4;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      opacity: 0; }
    .catalog-card__item-preview a:hover:after {
      opacity: 0.5; }
    .catalog-card__item-preview img {
      max-height: 100%;
      margin: 0 auto; }
    .catalog-card__item-preview-list {
      margin: 0 38px;
      display: block; }
      .catalog-card__item-preview-list .slick-list {
        padding: 0 !important; }
      .catalog-card__item-preview-list .slick-arrow {
        margin: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        .catalog-card__item-preview-list .slick-arrow.slick-next {
          right: -38px; }
        .catalog-card__item-preview-list .slick-arrow.slick-prev {
          left: -38px; }
  .catalog-card__item-instock {
    width: auto;
    float: none;
    padding-top: 0;
    margin: -3px 0 30px; }
  .catalog-card__item-rating {
    float: none;
    text-align: left;
    width: auto;
    margin-bottom: 25px; }
  .catalog-card__item-desc {
    margin-bottom: 20px; }
  .catalog-card__item-order {
    margin-bottom: 20px; }
  .catalog-card__item-counter-container {
    padding-top: 23px; }
  .catalog-card__item-player {
    margin-bottom: 19px; }
  .catalog-card__buy {
    margin-bottom: 0; }
    .catalog-card__buy-btn a {
      line-height: 63px;
      height: 63px;
      font-size: 20px; }
    .catalog-card__buy-social {
      margin-top: 15px;
      text-align: left; }
  .catalog-card__tabs-header-list {
    margin: 0 -29px 34px; }
  .catalog-card__tabs-header-item-container {
    padding: 0 29px; }
    .catalog-card__tabs-header-item-container:first-child {
      text-align: right; }
    .catalog-card__tabs-header-item-container:last-child {
      text-align: left; }
  .catalog-card__tabs-header-item {
    font-size: 22px;
    line-height: 24px; } }

@media screen and (min-width: 1280px) {
  .catalog-card__header {
    padding: 24px 0 51px; }
  .catalog-card__info {
    margin: 0 -43px 42px; }
    .catalog-card__info .catalog-card__left, .catalog-card__info .catalog-card__right {
      padding: 0 43px; }
  .catalog-card__desc {
    margin: 0 -43px; }
    .catalog-card__desc:after {
      display: block;
      content: '';
      clear: both; }
    .catalog-card__desc .catalog-card__left, .catalog-card__desc .catalog-card__right {
      float: left;
      padding: 0 43px;
      width: 50%; }
  .catalog-card__item-pic {
    height: 443px;
    width: 577px; }
    .catalog-card__item-pic-container.p--hit .icon-hit:before {
      border-left: 71px solid #006fae;
      border-top: 24px solid #006fae;
      border-bottom: 24px solid #006fae;
      border-right: 27px solid transparent;
      left: 0;
      top: 23px; }
    .catalog-card__item-pic-container.p--hit .icon-hit:after {
      font-size: 22px;
      top: 34px;
      margin-top: 0;
      left: 15px; }
  .catalog-card__item-player {
    margin-bottom: 39px; }
  .catalog-card__item-preview {
    margin: 0 29px;
    height: 90px;
    padding: 10px; }
    .catalog-card__item-preview .slick-arrow.slick-prev {
      left: -33px; }
    .catalog-card__item-preview .slick-arrow.slick-next {
      right: -33px; }
    .catalog-card__item-preview-list {
      margin: 0 33px; }
  .catalog-card__item-instock {
    font-size: 18px;
    margin-top: -4px;
    margin-bottom: 35px; }
  .catalog-card__item-desc {
    margin-bottom: 16px; }
    .catalog-card__item-desc .article-text + .article-text {
      margin-top: 2em; }
  .catalog-card__item-rating {
    margin-bottom: 58px; }
  .catalog-card__item-order {
    margin-bottom: 51px; }
  .catalog-card__item-price {
    font-size: 36px; }
    .catalog-card__item-price-old {
      font-size: 26px;
      height: 37px;
      line-height: 37px;
      margin-bottom: 8px; }
  .catalog-card__item-counter-container {
    float: left;
    padding-top: 42px;
    padding-left: 45px; }
  .catalog-card__seminar-date {
    font-size: 30px;
    margin-bottom: 24px; }
  .catalog-card__seminar-text {
    height: 100px;
    overflow: hidden;
    margin-bottom: 30px; }
  .catalog-card__seminar-price {
    margin-bottom: 49px; }
    .catalog-card__seminar-price-item {
      margin-bottom: 9px; }
    .catalog-card__seminar-price-cost {
      font-size: 36px;
      float: left; }
    .catalog-card__seminar-price-date {
      width: 195px;
      padding-top: 8px; }
    .catalog-card__seminar-price-cost, .catalog-card__seminar-price-date {
      line-height: 36px; }
  .catalog-card__buy {
    margin-bottom: 25px; }
    .catalog-card__buy:after {
      display: block;
      content: '';
      clear: both; }
    .catalog-card__buy-btn {
      width: 276px;
      float: left;
      margin-bottom: 0; }
      .catalog-card__buy-btn ~ .catalog-card__buy-btn {
        float: right; }
      .catalog-card__buy-btn a {
        line-height: 76px;
        height: 76px;
        font-size: 26px; }
    .catalog-card__buy-social {
      text-align: right;
      padding-top: 25px;
      margin-top: 0; }
      .catalog-card__buy-social.p--item {
        clear: both;
        text-align: left;
        padding-top: 62px; }
  .catalog-card__tabs-header-list {
    margin: 0;
    padding-top: 16px;
    float: right; }
  .catalog-card__tabs-header-item-container {
    width: 100%;
    float: none;
    padding: 0;
    text-align: left !important;
    margin-bottom: 45px; }
  .catalog-card__tabs-header-item span + span {
    padding-left: 8px; } }

.catalog {
  padding-bottom: 64px; }
  .catalog__header {
    padding: 36px 0 13px; }
  .catalog__item-container + .catalog__item-container {
    margin-top: 22px; }
  .catalog__item {
    border: 1px solid #e4e4e4;
    padding: 19px; }
    .catalog__item:after {
      display: block;
      content: '';
      clear: both; }
  .catalog__item.p--hit {
    border-width: 5px;
    padding: 15px;
    position: relative; }
    .catalog__item.p--hit .icon-hit:before {
      position: absolute;
      content: '';
      border-top: 40px solid #006fae;
      border-left: 16px solid #006fae;
      border-right: 16px solid #006fae;
      border-bottom: 20px solid transparent;
      top: -5px;
      left: 14px;
      z-index: 6; }
    .catalog__item.p--hit .icon-hit:after {
      position: absolute;
      content: 'хит';
      color: #fff;
      font-size: 12px;
      font-family: 'Red Hat Text', sans-serif;
      text-transform: uppercase;
      top: 12px;
      left: 18px;
      z-index: 6; }
    .catalog__item.p--hit .catalog__name.visible-xs {
      padding-left: 50px; }
  .catalog__name {
    margin-bottom: 12px;
    color: #006fae;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 1; }
  .catalog__reviews {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px; }
  .catalog__price {
    font-size: 22px;
    font-family: 'Red Hat Text', sans-serif; }
  .catalog__pic, .catalog__info {
    width: 50%;
    float: left; }
  .catalog__pic {
    padding: 4px 11px 0 0;
    position: relative;
    z-index: 5; }
  .catalog__btn-byu {
    clear: both;
    padding-top: 20px; }
    .catalog__btn-byu a {
      display: block;
      line-height: 57px;
      height: 57px;
      background-color: #64c4e4;
      color: #fff;
      text-align: center;
      font-weight: 800;
      font-size: 20px;
      line-height: 57px;
      text-transform: uppercase; }
  .catalog__more {
    text-align: center;
    font-size: 16px;
    padding-top: 13px; }
  .catalog__rating {
    height: 14px;
    line-height: 14px;
    margin-bottom: 38px;
    width: 82px; }
  .catalog__filter {
    margin-bottom: 20px;
    position: relative;
    z-index: 100; }
    .catalog__filter-header {
      height: 33px;
      line-height: 31px;
      padding: 0 10px;
      border: 1px solid #e9e9e9;
      position: relative; }
      .catalog__filter-header:after {
        width: 19px;
        height: 10px;
        background: url(../img/icons/filter-arrow.png) center no-repeat;
        content: '';
        display: block;
        position: absolute;
        top: 11px;
        right: 11px; }
    .catalog__filter-list {
      display: none;
      position: absolute;
      padding: 3px 9px 6px;
      margin: 0;
      background-color: #64c4e4;
      width: 100%;
      z-index: 10; }
      .catalog__filter-list li {
        list-style-type: none; }
        .catalog__filter-list li a {
          font-weight: 300;
          font-size: 14px;
          line-height: 36px;
          color: #fff; }
  .catalog.p--catalog-card {
    padding-bottom: 1px;
    margin-top: 11px;
    border-top: 1px solid #e9e9e9; }
    .catalog.p--catalog-card .catalog__item-container + .catalog__item-container {
      margin-top: 0; }
    .catalog.p--catalog-card .catalog__header {
      padding-bottom: 19px; }

@media screen and (min-width: 768px) {
  .catalog__header {
    padding-top: 33px;
    padding-bottom: 11px; }
  .catalog__list {
    margin: 0 -20px; }
    .catalog__list:after {
      display: block;
      content: '';
      clear: both; }
  .catalog__item-container {
    padding: 0 31px;
    width: 50%;
    float: left;
    margin-bottom: 50px; }
    .catalog__item-container + .catalog__item-container {
      margin-top: 0; }
  .catalog__item {
    padding: 31px 31px 26px;
    text-align: center; }
  .catalog__item.p--hit {
    border-width: 10px;
    padding: 22px 22px 17px; }
    .catalog__item.p--hit .icon-hit:before {
      border-left: 58px solid #006fae;
      border-top: 20px solid #006fae;
      border-bottom: 20px solid #006fae;
      border-right: 22px solid transparent;
      left: -10px;
      top: 17px; }
    .catalog__item.p--hit .icon-hit:after {
      font-size: 18px;
      top: 26px;
      left: 2px; }
  .catalog__pic, .catalog__info {
    width: 100%;
    float: none; }
  .catalog__pic {
    padding: 0;
    margin-bottom: 22px; }
  .catalog__name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 19px;
    height: 72px;
    overflow: hidden;
    position: relative; }
    .catalog__name:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 12px;
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, white 80%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, white 80%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#ffffff',GradientType=0 ); }
  .catalog__reviews, .catalog__rating {
    width: 50%;
    float: left; }
  .catalog__reviews {
    font-size: 14px;
    margin-bottom: 23px; }
  .catalog__rating {
    text-align: left;
    margin-bottom: 23px; }
  .catalog__price {
    clear: both;
    font-size: 28px; }
  .catalog__btn-byu {
    padding-top: 28px; }
    .catalog__btn-byu a {
      width: 100%;
      height: 57px;
      border: 1px solid #1a9ecf;
      font-weight: 800;
      font-size: 20px;
      line-height: 57px;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      background-color: transparent;
      vertical-align: top; }
      .catalog__btn-byu a span {
        color: #1a9ecf; }
      .catalog__btn-byu a:before {
        background: #1a9ecf;
        color: #fff; }
      .catalog__btn-byu a span {
        opacity: 0; }
      .catalog__btn-byu a:before {
        opacity: 1; }
      .catalog__btn-byu a:hover span {
        opacity: 1; }
      .catalog__btn-byu a:hover:before {
        opacity: 0; }
  .catalog__filter {
    text-align: center;
    margin-bottom: 17px; }
    .catalog__filter-header {
      height: auto;
      padding: 0;
      border: none;
      display: inline-block;
      padding: 0 11px; }
      .catalog__filter-header:after {
        display: none; }
    .catalog__filter-list {
      display: inline-block !important;
      width: auto;
      background-color: transparent;
      padding: 0;
      position: static; }
      .catalog__filter-list li {
        display: inline-block;
        text-transform: lowercase;
        padding: 0 11px; }
        .catalog__filter-list li a {
          color: #006fae;
          line-height: auto;
          font-size: 14px;
          padding: 0; }
  .catalog.p--catalog-card {
    padding-bottom: 65px;
    margin-top: 30px; } }

@media screen and (min-width: 1280px) {
  .catalog__header {
    padding-top: 25px;
    padding-bottom: 39px; }
  .catalog__list {
    margin: 0 -43px; }
  .catalog__item-container {
    padding: 0 43px;
    width: 25%;
    margin-bottom: 64px; }
  .catalog__item {
    position: relative;
    border: 0;
    padding: 32px 32px 27px; }
    .catalog__item:before {
      -webkit-transition: border-width 0.5s ease, padding 0.5s ease, border-color 0.5s;
      transition: border-width 0.5s ease, padding 0.5s ease, border-color 0.5s;
      position: absolute;
      content: '';
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 1px solid #e4e4e4;
      z-index: -1; }
    .catalog__item:hover:before {
      border-width: 10px;
      border-color: #64c4e4; }
  .catalog__item.p--hit {
    border: 0;
    padding: 32px 32px 27px; }
    .catalog__item.p--hit:before {
      border-width: 10px; }
    .catalog__item.p--hit .icon-hit:before {
      border-left-width: 47px;
      border-top-width: 15px;
      border-bottom-width: 15px;
      border-right-width: 16px;
      top: 26px;
      left: 0; }
    .catalog__item.p--hit .icon-hit:after {
      font-size: 14px;
      top: 34px;
      left: 10px; }
  .catalog__reviews {
    text-align: left;
    font-size: 12px; }
  .catalog__filter {
    margin-bottom: 28px; }
    .catalog__filter-item {
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .catalog__filter-item:hover {
        color: #1a9ecf; }
  .catalog__name {
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .catalog__name:hover {
      color: #1a9ecf; }
  .catalog.p--catalog-card {
    margin-top: 45px; } }