.slider-home {
  overflow: hidden; }
  .slider-home__slide {
    position: relative; }
  .slider-home__background {
    display: block; }
  .slider-home__back {
    display: block;
    width: 100%; }
  .slider-home__front {
    display: none; }
    @media (min-width: 768px) {
      .slider-home__front {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%; } }
  .slider-home__body {
    position: relative;
    z-index: 1;
    color: #111111;
    padding: 16px;
    text-align: center; }
    @media (min-width: 768px) {
      .slider-home__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 16px 7vw;
        text-align: left; } }
  .slider-home__title {
    font-size: 1.25rem;
    line-height: 1.25;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500; }
    @media (min-width: 768px) {
      .slider-home__title {
        font-weight: 400;
        max-width: 524px;
        font-size: 2rem; } }
    @media (min-width: 1200px) {
      .slider-home__title {
        max-width: 632px;
        font-size: 2.5rem; } }
  .slider-home__desc {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    font-weight: 300; }
    @media (min-width: 768px) {
      .slider-home__desc {
        max-width: 524px;
        margin-top: 0.75rem;
        font-size: 1.1rem; } }
    @media (min-width: 1200px) {
      .slider-home__desc {
        max-width: 632px;
        margin-top: 1rem; } }
  @media (max-width: 767px) {
    .slider-home__button {
      margin-top: 0.75rem;
      height: 32px;
      line-height: 30px;
      font-size: 0.9rem; } }
  @media (min-width: 768px) {
    .slider-home__button {
      margin-top: 1.5rem; } }
  @media (min-width: 1200px) {
    .slider-home__button {
      margin-top: 2rem; } }
  @media (max-width: 767px) {
    .slider-home .swiper__arrow {
      display: none !important; } }

.banner__list {
  margin-bottom: -16px; }
  @media (min-width: 576px) {
    .banner__list {
      margin-bottom: -32px; } }
  .banner__list-point {
    padding-bottom: 16px; }
    @media (min-width: 576px) {
      .banner__list-point {
        padding-bottom: 32px; } }

.banner__item {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 0; }
  .banner__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  .banner__item-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .banner__item-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 56vw;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    padding: 48px 16px;
    text-align: center;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    @media (min-width: 576px) and (max-width: 767px) {
      .banner__item-body {
        min-height: 148px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .banner__item-body {
        min-height: 204px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .banner__item-body {
        min-height: 176px; } }
    @media (min-width: 1200px) and (max-width: 1399px) {
      .banner__item-body {
        min-height: 212px; } }
    @media (min-width: 1400px) {
      .banner__item-body {
        min-height: 256px; } }
    @media (min-width: 1400px) {
      .banner__item-body {
        padding: 64px 16px; } }
  .banner__item-title {
    font-size: 1.25rem;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.25;
    font-weight: 500; }
  .banner__item-desc {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 6px;
    width: 80%; }
  @media (min-width: 992px) {
    .banner__item:hover::before {
      -webkit-box-shadow: inset 0 0 0 4px #ffffff;
              box-shadow: inset 0 0 0 4px #ffffff; }
    .banner__item:hover .banner__item-body {
      background-color: rgba(0, 0, 0, 0.6); } }

.advantage__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px -32px; }

.advantage__col {
  padding: 0 16px 32px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .advantage__col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .advantage__col {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 25%; } }

.advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .advantage__item-header {
    margin-right: 24px; }
  .advantage__item-icon {
    width: 52px;
    min-width: 52px; }
    @media (max-width: 767px) {
      .advantage__item-icon {
        width: 42px;
        min-width: 42px; } }
  .advantage__item-title {
    font-weight: 400;
    line-height: 1.3;
    font-size: 0.9rem; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.category-row {
  margin: 0; }

.category-col {
  padding: 0;
  margin: 0; }

.category-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% + 1px);
  color: #111111;
  padding: 16px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-align: center;
  margin: 0 -1px 0 0; }
  .category-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
    z-index: 2;
    pointer-events: none; }
  @media (min-width: 1200px) {
    .category-item:hover::before {
      opacity: 1; }
    .category-item:hover .category-item__header::before {
      -webkit-animation: 0.5s ease-in-out shine;
              animation: 0.5s ease-in-out shine;
      opacity: 1; } }
  .category-item__header {
    position: relative;
    overflow: hidden;
    min-height: 1px;
    margin: 0 auto 16px; }
    .category-item__header::before {
      content: '';
      position: absolute;
      top: 0;
      left: -45%;
      z-index: 2;
      display: block;
      width: 25%;
      height: 100%;
      opacity: 0;
      background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%);
      -webkit-transform: skewX(-25deg);
              transform: skewX(-25deg); }
  .category-item__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .category-item__title {
    font-weight: 400; }
    @media (min-width: 1200px) {
      .category-item__title {
        font-size: 1rem; } }
  .category-item.sale .category-item__title {
    background-color: #c70506;
    font-weight: 600;
    color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 3px #ffffff;
            box-shadow: inset 0 0 0 3px #ffffff;
    border: 1px solid #c70509;
    padding: 8px 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 1.2rem; }

@keyframes shine {
  100% {
    left: 125%; } }

.product-row {
  margin: 0 -8px -16px; }

.product-col {
  padding: 0 8px 16px; }
  @media (max-width: 420px) {
    .product-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }

.brand-row {
  margin: 0 -8px -16px; }

.brand-col {
  padding: 0 8px 16px; }

.product-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% + 1px);
  color: #111111;
  padding: 16px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin: 0 -1px 0 0;
  text-align: center; }
  .product-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
    z-index: 2;
    pointer-events: none; }
  @media (min-width: 1200px) {
    .product-item:hover::before {
      opacity: 1; }
    .product-item:hover .product-item__header::before {
      -webkit-animation: 0.5s ease-in-out shine;
              animation: 0.5s ease-in-out shine;
      opacity: 1; } }
  .product-item__header {
    position: relative;
    overflow: hidden;
    min-height: 1px; }
    .product-item__header::before {
      content: '';
      position: absolute;
      top: 0;
      left: -45%;
      z-index: 2;
      display: block;
      width: 25%;
      height: 100%;
      opacity: 0;
      background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%);
      -webkit-transform: skewX(-25deg);
              transform: skewX(-25deg); }
  .product-item__image {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .product-item__stickers {
    position: absolute;
    left: 0;
    top: 0; }
  .product-item__title {
    display: block;
    margin-top: 0.75rem;
    font-weight: 400;
    line-height: 1.25;
    color: #111111; }
  .product-item__desc {
    display: block;
    margin-top: 0.5rem;
    color: #8a8a8a;
    font-size: 0.9rem;
    line-height: 1.25;
    margin-bottom: auto; }
  .product-item__price {
    font-family: "Montserrat", Arial, sans-serif;
    margin-top: 0.25rem; }
    .product-item__price .new,
    .product-item__price .old {
      display: inline-block; }
      .product-item__price .new span,
      .product-item__price .old span {
        font-size: 120%;
        margin-right: 2px; }
    .product-item__price .new {
      display: block;
      color: #111111;
      font-size: 1rem;
      font-weight: 500;
      margin-right: 8px; }
    .product-item__price .old {
      position: relative;
      font-size: 0.8rem;
      color: #8a8a8a; }
      .product-item__price .old::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #8a8a8a; }
  .product-item__footer {
    margin-top: 12px; }
  .product-item__button {
    width: 100%; }
    @media (min-width: 1200px) {
      .product-item__button {
        opacity: 0; } }
  @media (min-width: 1200px) {
    .product-item:hover .product-item__button {
      opacity: 1; } }

.swiper .product-item {
  margin: 0;
  height: 100%; }

@keyframes shine {
  100% {
    left: 125%; } }

.news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #111111;
  padding: 16px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #ffffff;
  text-align: left; }
  .news-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
    z-index: 2;
    pointer-events: none; }
  @media (min-width: 1200px) {
    .news-item:hover::before {
      opacity: 1; }
    .news-item:hover .news-item__header::before {
      -webkit-animation: 0.5s ease-in-out shine;
              animation: 0.5s ease-in-out shine;
      opacity: 1; } }
  .news-item__header {
    position: relative;
    overflow: hidden;
    min-height: 1px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .news-item__header {
        margin: 0 auto; } }
    .news-item__header::before {
      content: '';
      position: absolute;
      top: 0;
      left: -45%;
      z-index: 2;
      display: block;
      width: 25%;
      height: 100%;
      opacity: 0;
      background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%);
      -webkit-transform: skewX(-25deg);
              transform: skewX(-25deg); }
  .news-item__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 16px 0 0; }
  .news-item__image {
    display: block;
    margin: 0 auto; }
  .news-item__title {
    display: block;
    font-weight: 500;
    line-height: 1.25; }
  .news-item__desc {
    display: block;
    margin-top: 0.5rem;
    color: #8a8a8a;
    font-size: 0.9rem;
    line-height: 1.25; }
  @media (min-width: 992px) {
    .news-item:hover .news-item__header::before {
      opacity: 0.4; } }

.template--main .template__body {
  padding-top: 0; }

.template--main .tabs__buttons-row {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 8px;
  margin-bottom: -16px; }
  @media (min-width: 576px) {
    .template--main .tabs__buttons-row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.template--main .tabs__button {
  padding: 0 0 4px;
  border: none;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  margin: 0 12px;
  white-space: nowrap;
  cursor: pointer;
  color: rgba(17, 17, 17, 0.75);
  font-weight: 400;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  @media (min-width: 1200px) {
    .template--main .tabs__button:hover {
      color: #111111;
      border-color: rgba(17, 17, 17, 0.2); } }
  .template--main .tabs__button.active {
    font-weight: 500;
    color: #111111;
    border-color: #a35263; }

.template--main .swiper--carousel .swiper-container {
  padding: 16px 12px; }

.template--main .about {
  position: relative;
  overflow: hidden; }
  .template--main .about__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 992px) {
    .template--main .about .content {
      padding-left: 32px; } }
  .template--main .about .container {
    position: relative;
    z-index: 1; }

.template--main .fancybox .row {
  margin-bottom: -32px; }

.template--main .fancybox__item {
  display: block;
  margin-bottom: 32px; }
