/**
* КАТЕГОРИИ
*/
.snova-index-popular-categories .container {
  max-width: 1200px;
}
.snova-index-popular-categories {
  width: 100%;
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#ececeb));
  background: linear-gradient(to bottom, #d9d9d9, #ececeb);
}
.snova-index-popular-categories-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.snova-index-popular-categories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 366px;
  height: 388px;
  padding: 26px;
  margin-bottom: 44px;
  -webkit-box-shadow: 10px 10px 5px #9c9c9c;
  box-shadow: 10px 10px 5px #9c9c9c;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.snova-index-popular-categories-item:hover:after {
  display: none;
}
.snova-index-popular-categories-item-btn {
  width: 100%;
  height: 62px;
  padding: 10px 15px;
  background-image: url("/local/templates/redbtr/images/icon/snova-index-btn-center.png");
  background-size: 100% 100%;
  line-height: 42px;
  text-align: center;
  font-family: "Archangelsk", Arial;
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
}

/**
* ОТЗЫВЫ
*/
.snova-index-reviews .container {
  max-width: 1200px;
}
.snova-index-reviews {
  width: 100%;
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#ececeb));
  background: linear-gradient(to bottom, #d9d9d9, #ececeb);
}
.snova-index-reviews-item-fake.slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 570px;
  height: 683px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.snova-index-reviews-item-noactive-bg {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.snova-index-reviews-items .slick-center {
  z-index: 11;
}
.slick-center .snova-index-reviews-item-noactive-bg {
  display: none;
}
.snova-index-reviews-item {
  position: absolute;
  width: 570px;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center 95px;
  background-size: 95% auto;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.slick-active:not(.slick-center) .snova-index-reviews-item {
  transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
}
.slick-slide:not(.slick-center):not(.slick-active) .snova-index-reviews-item {
  display: none;
}
.snova-index-reviews .slick-arrow {
  width: 30px;
  height: 30px;
  background: #c61c1d;
  border-radius: 100%;
}
.snova-index-reviews .slick-arrow:hover,
.snova-index-reviews .slick-arrow:focus {
  background: #ea4647;
}
.snova-index-reviews .slick-arrow:before {
  font-size: 30px;
  line-height: 0.3;
  opacity: 1;
}
.snova-index-reviews .slick-next {
  right: 20px;
}
.snova-index-reviews .slick-next:before {
  content: "›";
}
.snova-index-reviews .slick-prev {
  z-index: 1;
  left: 20px;
}
.snova-index-reviews .slick-prev:before {
  content: "‹";
}
.snova-index-reviews-item-btn {
  position: absolute;
  bottom: 40px;
  width: 40%;
  background-size: 100% 100%;
  line-height: 36px;
  text-align: center;
  font-family: "Archangelsk", Arial;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
}
.snova-index-reviews-item-btn:hover {
  color: #fff;
  opacity: 0.9;
}
.snova-index-reviews-item-btn:hover:after {
  display: none;
}
.snova-index-reviews-item-btn-left {
  left: 40px;
  background-image: url(/local/templates/redbtr/images/icon/snova-index-btn-review-left.png);
}
.snova-index-reviews-item-btn-right {
  right: 40px;
  background-image: url(/local/templates/redbtr/images/icon/snova-index-btn-review-right.png);
}
.snova-index-reviews-item-title {
  padding-top: 20px;
  padding-left: 15px;
  font-family: Days;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
}
.slick-slide .snova-index-reviews-item-title img {
  display: inline-block;
}
#lightbox .lb-nav,
#lightbox .lb-number {
  display: none !important;
}

/**
 * АДАПТИВ
 */
@media (min-width: 1200px) {
  /**
    * КАТЕГОРИИ
    */
  .snova-index-popular-categories-item:nth-child(3n + 1) .snova-index-popular-categories-item-btn {
    text-align: right;
    background-image: url("/local/templates/redbtr/images/icon/snova-index-btn-left.png");
  }
  .snova-index-popular-categories-item:nth-child(3n) .snova-index-popular-categories-item-btn {
    text-align: left;
    background-image: url("/local/templates/redbtr/images/icon/snova-index-btn-right.png");
  }
}

@media (max-width: 1199px) {
  /**
    * КАТЕГОРИИ
    */
  .snova-index-popular-categories .container {
    width: 100%;
    padding: 40px;
  }
  .snova-index-popular-categories h2.snova-icon-arrow {
    font-size: 50px;
  }
  .snova-index-popular-categories-items {
    justify-content: space-around;
    -ms-flex-pack: distribute;
  }

  /**
    * ОТЗЫВЫ
    */
  .snova-index-reviews .container {
    width: 100%;
    padding: 40px;
  }
  .snova-index-reviews h2.snova-icon-arrow {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  /**
    * КАТЕГОРИИ
    */
  .snova-index-popular-categories-item {
    width: 305px;
    height: 345px;
    padding: 18px;
  }
  .snova-index-popular-categories-item-btn {
    height: 45px;
    padding: 5px 5px;
    font-size: 20px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  /**
    * КАТЕГОРИИ
    */
  .snova-index-popular-categories h2.snova-icon-arrow {
    display: none;
  }
  .snova-index-popular-categories {
    padding: 0;
  }
  .header-menu {
    margin-bottom: 0 !important;
  }
  .snova-index-popular-categories-items {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .snova-index-popular-categories-item-btn {
    max-width: 270px;
  }
  .snova-index-popular-categories-item {
    justify-content: flex-end;
    width: Calc(50% - 30px);
    max-width: 305px;
    margin: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }
  .snova-index-popular-categories-item:last-child {
    width: 100%;
    max-width: none;
    background-size: cover;
  }
  .snova-index-popular-categories-item-btn {
    font-size: 16px;
    white-space: nowrap;
  }

  /**
    * ОТЗЫВЫ
    */
  .snova-index-reviews {
    padding: 0;
  }
  .snova-index-reviews h2.snova-icon-arrow {
    height: 38px;
    font-size: 40px;
    padding-left: 80px;
    line-height: 33px;
    margin-bottom: 40px;
  }
  .snova-index-reviews h2.snova-icon-arrow:before {
    width: 65px;
    height: 35px;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .snova-index-reviews-item-fake.slick-slide {
    height: 590px;
  }
  .snova-index-reviews-item {
    width: 495px;
  }
  .snova-index-reviews-item-title {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 18px;
  }
  .slick-slide .snova-index-reviews-item-title img {
    max-width: 60px;
  }
  .snova-index-reviews .slick-prev {
    left: -15px;
  }
  .snova-index-reviews .slick-next {
    right: -15px;
  }
}

@media (max-width: 568px) {
  /**
    * КАТЕГОРИИ
    */
  .snova-index-popular-categories .container {
    padding: 20px;
  }
  .snova-index-popular-categories-item {
    height: 260px;
  }
  .snova-index-popular-categories-item-btn {
    height: 35px;
    font-size: 14px;
    line-height: 25px;
  }

  /**
    * ОТЗЫВЫ
    */
  .snova-index-reviews .container {
    padding: 20px;
  }
  .snova-index-reviews-item-fake.slick-slide {
    height: 500px;
  }
  .snova-index-reviews-item {
    width: 400px;
    background-position: center 60px;
  }
  .snova-index-reviews-item-btn {
    font-size: 14px;
  }
  .snova-index-reviews-item-btn-left {
    left: 10px;
    width: 45%;
  }
  .snova-index-reviews-item-btn-right {
    right: 10px;
    width: 45%;
  }
  .snova-index-reviews-item-title {
    padding-top: 7px;
    padding-left: 10px;
    font-size: 16px;
  }
  .slick-slide .snova-index-reviews-item-title img {
    max-width: 50px;
  }
}

@media (max-width: 480px) {
  /**
    * КАТЕГОРИИ
    */
  .snova-index-popular-categories-item {
    width: Calc(50% - 20px);
    height: 200px;
    margin: 10px;
    padding: 7px;
    background-size: cover;
  }
  .snova-index-popular-categories-item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    line-height: 16px;
    white-space: normal;
  }

  /**
    * ОТЗЫВЫ
    */
  .snova-index-reviews .container {
    padding: 10px;
  }
  .snova-index-reviews-item-title {
    font-size: 14px;
  }
  .slick-slide .snova-index-reviews-item-title img {
    max-width: 40px;
  }
  .snova-index-reviews-item-fake.slick-slide {
    height: 440px;
  }
  .snova-index-reviews-item {
    width: 340px;
    background-position: center 50px;
  }
  .snova-index-reviews .slick-next {
    right: -5px;
  }
  .snova-index-reviews .slick-prev {
    left: -5px;
  }
}

@media (max-width: 380px) {
  /**
    * КАТЕГОРИИ
    */
  .snova-index-popular-categories .container {
    padding: 10px;
  }
  .snova-index-popular-categories-item {
    width: Calc(50% - 10px);
    margin: 5px;
  }

  /**
    * ОТЗЫВЫ
    */
  .snova-index-reviews-item-title {
    font-size: 14px;
  }
  .slick-slide .snova-index-reviews-item-title img {
    max-width: 40px;
  }
  .snova-index-reviews-item-fake.slick-slide {
    height: 400px;
  }
  .snova-index-reviews-item {
    width: 100%;
    background-position: center 50px;
  }
}

.index-list-blog:not(.slick-initialized) {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.08 / 1;
  -o-object-position: bottom;
  object-position: bottom;
}

.index-list-blog__img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.08 / 1;
  -o-object-position: top;
  object-position: top;
}

.index-list-blog .text_block {
  display: none;
}
