/* line 2, gallery.scss */
.gallery-list > li {
  cursor: pointer; }
/* line 5, gallery.scss */
.gallery-list img {
  width: 100%; }

/* line 3, news-list.scss */
.news-list > li {
  display: block;
  margin-bottom: 30px; }
  /* line 6, news-list.scss */
  .news-list > li .header {
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    color: #000000;
    overflow: hidden;
    text-align: left; }
    /* line 19, news-list.scss */
    .news-list > li .header .meta {
      display: flex;
      align-items: center;
      margin-bottom: 0; }
      /* line 23, news-list.scss */
      .news-list > li .header .meta .date {
        margin-right: 12px;
        font-weight: normal;
        color: #8e8d8d; }
      /* line 28, news-list.scss */
      .news-list > li .header .meta .categories {
        font-weight: normal;
        font-size: 14px;
        color: #888; }
    /* line 34, news-list.scss */
    .news-list > li .header .title {
      display: inline-block;
      margin-right: 5px;
      margin-top: 10px;
      font-weight: normal; }
  /* line 41, news-list.scss */
  .news-list > li .desc {
    padding: 15px;
    color: #2e302f;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    margin-top: -3px;
    height: 135px;
    overflow: hidden; }
    /* line 50, news-list.scss */
    .news-list > li .desc .text {
      max-height: 106px;
      overflow: hidden; }
  /* line 55, news-list.scss */
  .news-list > li .image {
    position: relative;
    margin-bottom: 10px; }
    /* line 59, news-list.scss */
    .news-list > li .image img {
      width: 100%;
      object-fit: cover; }
  /* line 92, news-list.scss */
  .news-list > li.fullwidth .header {
    height: 49px; }
  /* line 95, news-list.scss */
  .news-list > li.fullwidth .desc {
    height: 174px; }
  /* line 98, news-list.scss */
  .news-list > li.fullwidth .btn {
    padding: 7px 30px;
    font-size: 14px;
    margin-top: 5px; }
  /* line 103, news-list.scss */
  .news-list > li.fullwidth .image img {
    border: 1px solid #d0d0d0; }
@media (max-width: 480px) {
  /* line 2, news-list.scss */
  .news-list {
    margin-top: 20px; } }

/* line 10, template_index.scss */
.slider.full-width .tns-nav {
  display: none; }

/* line 14, template_index.scss */
.slider.full-width {
  margin-bottom: 50px; }

/* line 20, template_index.scss */
.image-slider .tns-outer {
  position: relative; }
  /* line 23, template_index.scss */
  .image-slider .tns-outer .tns-nav {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 20px;
    width: 100%;
    z-index: 1; }
    /* line 31, template_index.scss */
    .image-slider .tns-outer .tns-nav button {
      display: inline-block;
      width: 15px;
      height: 15px;
      padding: 0;
      margin-right: 20px;
      border: 2px solid #fff;
      border-radius: 50%;
      background-color: #000;
      opacity: 0.5; }
      /* line 42, template_index.scss */
      .image-slider .tns-outer .tns-nav button.tns-nav-active {
        opacity: 1; }

/* line 51, template_index.scss */
section .header {
  width: 100%;
  text-align: center;
  margin: 35px auto 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  color: #000000;
  max-width: 90%; }
  @media (max-width: 992px) {
    /* line 51, template_index.scss */
    section .header {
      font-size: 20px;
      margin: 29px auto 30px; } }
  /* line 67, template_index.scss */
  section .header .caption {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #fff;
    padding: 6px 13px;
    margin-top: 7px;
    display: inline-block; }
/* line 78, template_index.scss */
section .text {
  margin-bottom: 45px;
  line-height: 23px;
  font-size: 17px; }
/* line 85, template_index.scss */
section .img-block:not(:last-child) {
  margin-bottom: 26px; }
/* line 88, template_index.scss */
section .img-block img {
  width: 100%; }
/* line 92, template_index.scss */
section .img-block .text {
  max-width: 768px;
  margin: 0 auto; }
/* line 97, template_index.scss */
section .img-block p {
  margin-top: 0; }
/* line 100, template_index.scss */
section .img-block .center {
  text-align: center; }
/* line 103, template_index.scss */
section .img-block .btn {
  background-color: #ffffff;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  text-transform: uppercase;
  font-size: 16px; }

/* line 115, template_index.scss */
#middle-slider {
  margin-top: 30px; }
  /* line 118, template_index.scss */
  #middle-slider .swiper-slide img {
    width: 100%;
    height: auto; }

/* line 124, template_index.scss */
#collections-block {
  margin-top: 50px; }

/* line 128, template_index.scss */
#promo-block {
  margin-top: 23px; }
  /* line 130, template_index.scss */
  #promo-block .img-block {
    position: relative; }
    /* line 132, template_index.scss */
    #promo-block .img-block .btn-big {
      background-color: rgba(204, 119, 8, 0.88);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 22px 62px;
      font-size: 15px;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer; }
      /* line 141, template_index.scss */
      #promo-block .img-block .btn-big:hover {
        background-color: rgba(215, 123, 5, 0.9); }
    /* line 146, template_index.scss */
    #promo-block .img-block .btn {
      position: absolute;
      border: 1px solid #fff;
      color: #fff;
      bottom: 41px;
      right: 121px;
      padding: 15px 33px;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px; }
      /* line 156, template_index.scss */
      #promo-block .img-block .btn:hover {
        background-color: #fff;
        color: #333; }

/* line 166, template_index.scss */
.images-list .item:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0; }
/* line 172, template_index.scss */
.images-list .image {
  width: 100%; }
  /* line 174, template_index.scss */
  .images-list .image img {
    width: 100%; }
/* line 178, template_index.scss */
.images-list .title {
  font-size: 20px;
  margin-top: 20px; }

/* line 185, template_index.scss */
.homepage-brands:not(.mobile-only) {
  display: block; }
  @media (max-width: 768px) {
    /* line 185, template_index.scss */
    .homepage-brands:not(.mobile-only) {
      display: none; } }
/* line 191, template_index.scss */
.homepage-brands.mobile-only {
  display: none; }
  @media (max-width: 768px) {
    /* line 191, template_index.scss */
    .homepage-brands.mobile-only {
      display: block; } }

/* line 200, template_index.scss */
.content-block .image img {
  width: 100%; }
/* line 203, template_index.scss */
.content-block .show-more {
  display: inline-block;
  text-transform: none;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  border-radius: 5px;
  padding: 9px 15px 9px; }
