

/* Start:/local/templates/html_guide/components-template/catalog-targets/style.css?17368459472489*/
.catalog-targets {
  margin-bottom: 23px; }
  @media (max-width: 767px) {
    .catalog-targets {
      margin-bottom: 13px; } }
  .catalog-targets__list {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .catalog-targets__list {
        flex-wrap: nowrap;
        overflow: auto;
        margin-right: -10px;
        padding-bottom: 10px; } }
  .catalog-targets__link {
    padding: 4px 13px;
    transition: all 0.3s ease;
    color: #000;
    margin-right: 14px;
    margin-bottom: 14px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    border: 1px solid #E1DBDB;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .catalog-targets__link {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 2px 8px;
        font-size: 12px;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .catalog-targets__link:hover {
        cursor: pointer;
        color: #CA0915;
        border-color: #CA0915; }
        .catalog-targets__link:hover:before {
          right: 0; } }
    .catalog-targets__link.active {
      background-color: #CA0915;
      border-color: #CA0915;
      color: #fff; }
  @media (min-width: 1024px) {
    .catalog-targets--inner .catalog-targets__link:hover {
      cursor: pointer;
      background-color: #761323;
      color: #fff; } }
  .catalog-targets--inner .catalog-targets__link.active {
    background-color: #761323; }

.choice_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  .choice_list .link-reset {
    margin-top: 8px;
    display: flex;
    align-items: center;
    color: #aaaaaa;
    fill: #aaaaaa; }
    @media (min-width: 1024px) {
      .choice_list .link-reset:hover {
        cursor: pointer;
        color: #CA0915;
        fill: #CA0915; } }
    .choice_list .link-reset .icon {
      transition: all .3s ease;
      margin-left: 8px; }

.filtered-list__item {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  margin-right: 8px;
  margin-top: 8px; }
  .filtered-list__item span:first-child {
    color: #AAAAAA;
    padding-right: 3px; }
  @media (min-width: 1024px) {
    .filtered-list__item:hover {
      cursor: pointer;
      color: #CA0915;
      text-decoration: line-through; }
      .filtered-list__item:hover .icon {
        fill: #CA0915; } }
  .filtered-list__item .icon {
    margin-left: 8px; }

/* End */


/* Start:/local/templates/html_guide/components-template/catalog-sort/style.css?17368459471396*/
.catalog-sort {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 32px; }
  @media (max-width: 1339px) {
    .catalog-sort__left {
      display: none; } }
  .catalog-sort__right {
    display: flex;
    align-items: center; }
    @media (max-width: 1339px) {
      .catalog-sort__right {
        justify-content: space-between;
        width: 100%; } }
  .catalog-sort .catalog-sort__desktop {
    display: flex;
    gap: 16px;
    align-items: center; }
  .catalog-sort .catalog-sort__item {
    border-bottom: 1px dashed #222222;
    display: flex;
    gap: 4px;
    align-items: center;
    fill: #222222; }
    @media (max-width: 575px) {
      .catalog-sort .catalog-sort__item {
        font-size: 14px; } }
    .catalog-sort .catalog-sort__item .icon {
      transition: all ease .3s;
      display: none;
      transform: rotate(180deg); }
    .catalog-sort .catalog-sort__item--down .icon {
      transform: rotate(0deg); }
    .catalog-sort .catalog-sort__item.active {
      color: #3B6C37;
      border-color: #3B6C37;
      fill: #3B6C37; }
      .catalog-sort .catalog-sort__item.active .icon {
        display: block; }
    @media (min-width: 1100px) {
      .catalog-sort .catalog-sort__item {
        cursor: pointer; }
        .catalog-sort .catalog-sort__item:hover {
          color: #379f2f;
          border-color: #379f2f;
          fill: #379f2f; } }

/* End */


/* Start:/local/templates/html_guide/components-template/product-page/style.css?173684594732363*/
.product-page {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .product-page {
      margin-bottom: 20px; } }
  .product-page-mobile {
    display: none;
    grid-area: mobile; }
    @media (max-width: 1339px) {
      .product-page-mobile {
        display: block; } }
  .product-page__flex {
    display: flex; }
    @media (max-width: 1339px) {
      .product-page__flex {
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px; } }
    @media (max-width: 1099px) {
      .product-page__flex {
        flex-direction: column; } }
  .product-page__grid {
    display: grid;
    grid-template-columns: 72% 28%;
    grid-template-areas: "first second" "third third"; }
    @media (max-width: 1339px) {
      .product-page__grid {
        grid-template-columns: 1fr;
        grid-template-areas: "first" "second" "third"; } }
  .product-page__first {
    grid-area: first; }
  .product-page__second {
    grid-area: second; }
  @media (max-width: 767px) {
    .product-page__col {
      margin-bottom: 30px; } }
  .product-page__third {
    grid-area: third;
    margin-top: 90px; }
    @media (max-width: 1339px) {
      .product-page__third {
        margin-top: 40px; } }
  .product-page__descr {
    padding-left: 122px;
    width: 100%; }
    @media (max-width: 1699px) {
      .product-page__descr {
        padding-left: 20px; } }
    @media (max-width: 1339px) {
      .product-page__descr {
        padding-left: 0px; } }
  .product-page__tabs {
    border-bottom: 1px solid #c4c4c4;
    display: flex; }
    @media (max-width: 1339px) {
      .product-page__tabs {
        display: none; } }
  .product-page__tab {
    font-size: 24px;
    color: #aaaaaa;
    line-height: 1.5;
    margin-right: 40px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative; }
    .product-page__tab.active {
      pointer-events: none;
      color: #CA0915; }
      .product-page__tab.active:after {
        right: 0; }
    .product-page__tab:after {
      position: absolute;
      content: "";
      left: 0;
      right: 100%;
      bottom: -2px;
      height: 3px;
      background-color: #CA0915;
      transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .product-page__tab:hover {
        cursor: pointer;
        color: #CA0915; }
        .product-page__tab:hover:after {
          right: 0; } }
  .product-page__media-row {
    display: flex; }
    @media (max-width: 1099px) {
      .product-page__media-row {
        display: block; } }
  .product-page__media-left {
    width: 35%;
    display: flex;
    flex: 0 0 auto; }
    @media (max-width: 1339px) {
      .product-page__media-left {
        width: 45%; } }
    @media (max-width: 1099px) {
      .product-page__media-left {
        width: 100%; } }
    .product-page__media-left .product-descr__table {
      position: sticky;
      bottom: 0;
      align-self: flex-end;
      width: 100%; }
  .product-page__media-right {
    padding-left: 106px; }
    @media (max-width: 1699px) {
      .product-page__media-right {
        padding-left: 80px; } }
    @media (max-width: 1339px) {
      .product-page__media-right {
        padding-left: 40px; } }
    @media (max-width: 1099px) {
      .product-page__media-right {
        padding-left: 0px;
        margin-top: 40px; } }
  .product-page__right {
    padding-left: 60px;
    position: sticky;
    top: var(--headerStickyHeight); }
    @media (max-width: 1699px) {
      .product-page__right {
        padding-left: 30px; } }
    @media (max-width: 1339px) {
      .product-page__right {
        margin-top: 40px;
        padding-left: 0px; }
        .product-page__right .product-notification {
          display: none; } }
    @media (max-width: 1099px) {
      .product-page__right {
        position: relative;
        top: 0px;
        margin-top: 80px;
        padding-left: 0px; } }
  .product-page__row {
    display: flex;
    flex-wrap: wrap;
    margin: -35px; }
    @media (max-width: 767px) {
      .product-page__row {
        flex-direction: column;
        margin: 0px; } }
  .product-page__tab-content {
    padding-top: 40px;
    display: none; }
    @media (max-width: 1339px) {
      .product-page__tab-content {
        padding-top: 0px;
        border-bottom: 1px solid #e4e4e4; } }
    .product-page__tab-content p iframe {
      max-width: 100%; }
    .product-page__tab-content div[style*="flex"] iframe {
      width: 50%;
      max-width: 100%; }
      @media (max-width: 767px) {
        .product-page__tab-content div[style*="flex"] iframe {
          width: 100%; } }
    @media (max-width: 767px) {
      .product-page__tab-content div[style*="flex"] {
        flex-direction: column; } }
    .product-page__tab-content .product-descr__table:first-child {
      margin-top: 0px; }
    .product-page__tab-content.active {
      display: block; }
    @media (max-width: 1339px) {
      .product-page__tab-content {
        display: block; } }
  .product-page__media-toggler {
    display: none;
    font-size: 16px;
    padding: 8px 0px;
    line-height: 1.5; }
    @media (max-width: 1339px) {
      .product-page__media-toggler {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .product-page__media-toggler .icon {
          transform: rotate(90deg); } }
    .product-page__media-toggler.active {
      color: #CA0915; }
      .product-page__media-toggler.active .icon {
        transform: rotate(-90deg); }
  @media (max-width: 1339px) {
    .product-page__media-content {
      display: none;
      margin-top: 14px;
      padding-bottom: 20px; } }
  .product-page__utp {
    margin-top: 100px; }
    @media (max-width: 1099px) {
      .product-page__utp {
        display: none; } }
    .product-page__utp-title {
      font-weight: 600;
      margin-bottom: 17px; }

.product-image {
  display: flex;
  align-items: center; }
  @media (max-width: 1339px) {
    .product-image {
      justify-content: center;
      margin-top: 30px; } }
  .product-image__labels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px; }
  .product-image__main .swiper,
  .product-image__main .swiper-slide,
  .product-image__main .swiper-container,
  .product-image__main .lazy-img-wrap {
    height: 100%; }
  .product-image__main .swiper {
    width: 485px;
    height: 478px; }
    @media (max-width: 1699px) {
      .product-image__main .swiper {
        width: 400px;
        height: 395px;
        margin: auto; } }
    @media (max-width: 575px) {
      .product-image__main .swiper {
        width: 100%;
        height: auto;
        margin: auto; } }
  .product-image__main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-image__main .swiper-slide img {
      max-width: 100%;
      max-height: 100%; }
  .product-image__main .swiper-pagination {
    display: none; }
    @media (max-width: 1339px) {
      .product-image__main .swiper-pagination {
        display: flex;
        justify-content: center;
        bottom: -15px; } }
    @media (max-width: 767px) {
      .product-image__main .swiper-pagination {
        width: 300px;
        bottom: -23px; } }
  @media (max-width: 767px) {
    .product-image__main {
      width: 100%; } }
  .product-image__nav {
    display: flex;
    align-items: center;
    margin-right: 9px; }
    .product-image__nav.product-image__nav-labels {
      margin-top: 48px; }
    .product-image__nav .swiper,
    .product-image__nav .swiper-slide,
    .product-image__nav .swiper-container,
    .product-image__nav .lazy-img-wrap {
      height: 100%; }
    .product-image__nav .swiper-container {
      height: 372px; }
    .product-image__nav .swiper-container {
      overflow: hidden;
      margin: -4px; }
      .product-image__nav .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
        flex-direction: column; }
      .product-image__nav .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        margin-bottom: 0px; }
    .product-image__nav .swiper-slide {
      padding: 4px;
      width: 84px;
      height: 84px;
      box-sizing: content-box; }
      .product-image__nav .swiper-slide.swiper-slide-thumb-active .lazy-img-wrap {
        border-color: #CA0915;
        pointer-events: none; }
    .product-image__nav .lazy-img-wrap {
      height: 100%;
      border: 1px solid #e4e4e4;
      box-sizing: border-box;
      border-radius: 2px;
      transition: all 0.3s ease;
      padding: 13px; }
      @media (min-width: 1024px) {
        .product-image__nav .lazy-img-wrap:hover {
          cursor: pointer;
          box-shadow: 0px 3.00847px 7.52119px rgba(0, 0, 0, 0.25); } }
    .product-image__nav img {
      max-width: 100%;
      max-height: 100%; }
    .product-image__nav .swiper-button-prev {
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
      border: none;
      top: auto; }
    .product-image__nav .swiper-button-next {
      top: 100%;
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
      border: none; }
    .product-image__nav .swiper-button-next,
    .product-image__nav .swiper-button-prev {
      background: transparent; }
      .product-image__nav .swiper-button-next.swiper-button-disabled,
      .product-image__nav .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        pointer-events: none; }
        .product-image__nav .swiper-button-next.swiper-button-disabled .icon,
        .product-image__nav .swiper-button-prev.swiper-button-disabled .icon {
          fill: grey;
          opacity: 0.3; }
      .product-image__nav .swiper-button-next .icon,
      .product-image__nav .swiper-button-prev .icon {
        fill: inherit; }
      @media (min-width: 1024px) {
        .product-image__nav .swiper-button-next:hover,
        .product-image__nav .swiper-button-prev:hover {
          cursor: pointer;
          box-shadow: none; }
          .product-image__nav .swiper-button-next:hover .icon,
          .product-image__nav .swiper-button-prev:hover .icon {
            fill: #CA0915; } }
    @media (max-width: 1339px) {
      .product-image__nav {
        display: none; } }

.product-descr {
  position: sticky;
  top: 0; }
  .product-descr__code {
    color: #aaaaaa;
    margin-bottom: 6px;
    flex-basis: 100%;
    line-height: 1.5; }
  .product-descr__category {
    color: #aaaaaa;
    margin-bottom: 6px;
    line-height: 1.5; }
  .product-descr__row {
    display: grid;
    grid-template-columns: auto 150px; }
  .product-descr__rate {
    display: flex;
    align-items: center; }
    .product-descr__rate-wrap {
      display: flex;
      align-items: center;
      margin-right: 10px;
      flex-wrap: wrap;
      gap: 10px; }
    .product-descr__rate-total {
      font-weight: 600;
      color: #761323;
      margin-left: 7px; }
  .product-descr__table {
    margin-top: 41px;
    padding: 40px 36px;
    background: #fafafa;
    border: 1px solid #e4e4e4; }
    @media (max-width: 767px) {
      .product-descr__table {
        padding: 16px 12px; } }
    .product-descr__table-title {
      font-weight: 600;
      margin-bottom: 23px;
      font-size: 18px; }
  .product-descr__brand {
    position: relative;
    border: 2px solid #e4e4e4;
    border-radius: 2px;
    padding-bottom: 40%; }
    .product-descr__brand-img.lazy-img-wrap {
      position: absolute;
      top: 10px;
      right: 15px;
      bottom: 10px;
      left: 15px; }
    @media (max-width: 767px) {
      .product-descr__brand {
        height: 110px; } }
    .product-descr__brand img {
      max-width: 100%;
      max-height: 100%; }
    @media (max-width: 1099px) {
      .product-descr__brand {
        margin-top: 20px; } }
    .product-descr__brand-link {
      padding-top: 10px; }
    .product-descr__brand a {
      color: #CA0915;
      font-weight: 700; }
  .product-descr__star {
    margin-right: 3px; }
    .product-descr__star.active .icon {
      fill: #761323; }
    .product-descr__star .icon {
      fill: #e4e4e4; }
  .product-descr__feedback {
    font-weight: 600;
    transition: opacity 0.3s ease;
    color: #aaaaaa; }
    @media (min-width: 1024px) {
      .product-descr__feedback:hover {
        cursor: pointer;
        opacity: 0.8; } }

.product-features__item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px; }
  .product-features__item:last-child {
    margin-bottom: 0px; }

.product-features__sep {
  flex-grow: 1;
  border-bottom: 1px solid #e4e4e4;
  margin: 0px 3px;
  margin-bottom: 5px;
  min-width: 80px; }

.product-features__prop {
  color: #aaaaaa;
  display: flex;
  align-items: center; }
  .product-features__prop .tooltip-wrap {
    padding: 0px 4px; }

.product-features__val {
  text-align: right; }
  .product-features__val a {
    color: #761323;
    transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .product-features__val a:hover {
        cursor: pointer;
        color: #CA0915; } }

.product-features__more {
  color: #761323; }
  @media (min-width: 1024px) {
    .product-features__more:hover {
      cursor: pointer;
      opacity: 0.7; } }

.product-control {
  padding: 30px 35px;
  border: 2px solid #e4e4e4;
  border-radius: 2px; }
  @media (max-width: 767px) {
    .product-control {
      padding: 16px 21px; } }
  .product-control__btns {
    display: grid;
    gap: 10px; }
    .product-control__btns .btn {
      padding: 0 5px; }
  .product-control__counter, .product-control__add-to-cart, .product-control__one-click {
    margin-bottom: 18px; }
  .product-control__one-click {
    display: flex;
    justify-content: center; }
  .product-control__counter {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px; }
    .product-control__counter .basketData-msg-wrap {
      position: absolute;
      top: 100%;
      left: 0;
      font-size: 12px;
      font-weight: 600; }
      .product-control__counter .basketData-msg-wrap.red {
        color: #f45057; }
  .product-control__row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .product-control__row {
        margin-bottom: 11px; } }
    .product-control__row--price {
      justify-content: flex-start;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .product-control__row--price {
          margin-bottom: 21px; } }
  .product-control__price-current {
    color: #eb5757;
    font-size: 24px;
    font-weight: 600;
    margin-right: 14px; }
    @media (max-width: 767px) {
      .product-control__price-current {
        font-size: 18px; } }
  .product-control__price-old {
    color: #aaaaaa;
    text-decoration: line-through; }
    @media (max-width: 767px) {
      .product-control__price-old {
        font-size: 14px; } }
  .product-control__price-price {
    font-size: 24px;
    font-weight: 600; }
  .product-control__counter .counter-input {
    width: 100%;
    max-width: none; }
  @media (max-width: 767px) {
    .product-control__counter {
      margin-bottom: 21px; } }
  .product-control__add-to-cart .btn.btn--primary {
    width: 100%; }
  .product-control__favourites-wrap .icon {
    fill: #AAAAAA;
    stroke: transparent;
    transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .product-control__favourites-wrap:hover {
      cursor: pointer; }
      .product-control__favourites-wrap:hover .icon {
        fill: #CA0915; } }
  @media (min-width: 1024px) {
    .product-control__favourites-wrap.active:hover {
      cursor: pointer; }
      .product-control__favourites-wrap.active:hover .icon {
        fill: #761323; } }
  .product-control__favourites-wrap.active .icon {
    stroke: transparent;
    fill: #CA0915; }
  .product-control__favourites {
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .product-control__favourites {
        padding-top: 0px;
        border-top: none; } }
    .product-control__favourites .icon {
      fill: transparent;
      stroke: #CA0915;
      transition: all 0.3s ease; }
    .product-control__favourites-title {
      margin-left: 13px;
      transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .product-control__favourites.active:hover {
        cursor: pointer; }
        .product-control__favourites.active:hover .icon {
          stroke: transparent;
          fill: #CA0915; } }
    .product-control__favourites.active .icon {
      stroke: transparent;
      fill: #CA0915; }
    @media (min-width: 1024px) {
      .product-control__favourites:hover {
        cursor: pointer; }
        .product-control__favourites:hover .icon {
          stroke: #CA0915; }
        .product-control__favourites:hover .product-control__favourites-title {
          color: #CA0915; } }

.product-notification {
  padding: 20px 16px;
  background: rgba(254, 114, 53, 0.3);
  border-radius: 2px;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 767px) {
    .product-notification {
      margin-top: 14px;
      padding: 14px;
      margin-bottom: 70px; } }
  .product-notification__title {
    font-weight: 600;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .product-notification__title {
        font-size: 14px;
        margin-bottom: 11px; } }
  .product-notification__link {
    margin-top: 28px;
    text-decoration: underline;
    font-size: 14px; }
    @media (max-width: 767px) {
      .product-notification__link {
        font-size: 12px;
        margin-top: 12px; } }
    @media (min-width: 1024px) {
      .product-notification__link:hover {
        cursor: pointer;
        text-decoration: none; } }

.product-description-card {
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .product-description-card {
      margin-top: 30px; } }
  .product-description-card__img {
    opacity: 0.6;
    margin-bottom: 25px; }
    .product-description-card__img .lazy-img-wrap {
      height: 150px; }
      @media (max-width: 767px) {
        .product-description-card__img .lazy-img-wrap {
          height: 50px; } }
    .product-description-card__img img {
      max-width: 100%;
      max-height: 100%; }
  .product-description-card__title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    opacity: 0.7; }
    @media (max-width: 767px) {
      .product-description-card__title {
        margin-bottom: 7px; } }
  .product-description-card__content {
    font-size: 14px; }

.product-page__tab-content .product-features__item {
  justify-content: flex-start; }
  @media (max-width: 767px) {
    .product-page__tab-content .product-features__item {
      justify-content: space-between; } }

.reviews {
  padding-left: 60px; }
  .reviews__header {
    display: flex;
    align-items: center;
    column-gap: 20px; }
  .reviews__modal {
    font-weight: 600;
    font-size: 16px;
    color: #CA0915;
    transition: all 0.3s ease;
    border: 1px solid #CA0915;
    padding: 6px 10px;
    flex: 0 0 auto;
    margin-left: 10px; }
    @media (max-width: 767px) {
      .reviews__modal {
        font-size: 12px; } }
    @media (min-width: 1024px) {
      .reviews__modal:hover {
        cursor: pointer;
        color: #fff;
        background-color: #CA0915; } }
  .reviews.active .reviews__item {
    display: block; }
  .reviews__title {
    font-size: 24px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .reviews__title {
        font-size: 14px; } }
  .reviews__item {
    margin-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
    display: none; }
    .reviews__item:nth-child(-n + 3) {
      display: block; }
  .reviews__total {
    text-align: center;
    margin: auto;
    margin-top: 38px; }
    .reviews__total .show-more {
      margin: auto; }
  @media (max-width: 767px) {
    .reviews {
      padding-left: 20px; } }

.review__header {
  display: flex;
  align-items: center; }

.review__author {
  font-weight: 600;
  font-size: 16px; }
  @media (max-width: 767px) {
    .review__author {
      font-size: 12px; } }

.review__date {
  margin-left: 20px;
  color: #aaaaaa;
  font-size: 12px; }

.review__rate {
  display: flex;
  align-items: center;
  margin-top: 18px; }

.review__content {
  font-size: 16px;
  margin-top: 22px; }
  @media (max-width: 767px) {
    .review__content {
      font-size: 12px;
      margin-top: 10px; } }

.review__summary {
  padding-left: 30px;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .review__summary {
      margin-top: 15px;
      padding-left: 15px; } }
  .review__summary-content {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px; }
    @media (max-width: 767px) {
      .review__summary-content {
        font-size: 12px; } }

.review__plus {
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .review__plus {
      margin-bottom: 8px; } }
  .review__plus-title {
    font-size: 16px;
    font-weight: 400;
    color: #6bc684; }
    @media (max-width: 767px) {
      .review__plus-title {
        font-size: 14px; } }

.review__minus {
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .review__minus {
      margin-bottom: 8px; } }
  .review__minus-title {
    font-size: 16px;
    font-weight: 400;
    color: #eb5757; }
    @media (max-width: 767px) {
      .review__minus-title {
        font-size: 14px; } }

@media (max-width: 767px) {
  .review .icon {
    max-width: 12px;
    max-height: 12px; } }

.reply {
  margin-top: 25px;
  padding: 32px 29px;
  background-color: #f6f6f6; }
  @media (max-width: 767px) {
    .reply {
      padding: 18px; } }
  .reply__header {
    display: flex;
    align-items: center;
    margin-bottom: 18px; }
    @media (max-width: 767px) {
      .reply__header {
        margin-bottom: 10px; } }
  .reply__logo {
    max-width: 90px; }
    @media (max-width: 767px) {
      .reply__logo {
        max-width: 70px; } }
    .reply__logo img {
      max-width: 100%;
      max-height: 100%; }
  .reply__author {
    color: #CA0915;
    margin-left: 30px;
    font-weight: 600; }

@media (max-width: 1099px) {
  .product-page__descr--desctop {
    display: none; } }

.product-page__descr--mobile {
  display: none; }
  @media (max-width: 1099px) {
    .product-page__descr--mobile {
      display: block; } }
  @media (max-width: 1099px) {
    .product-page__descr--mobile .product-descr__table {
      margin-top: 27px; } }
  @media (max-width: 1099px) {
    .product-page__descr--mobile .product-features__item {
      margin-bottom: 20px; } }
  .product-page__descr--mobile .product-notification {
    margin-bottom: 0px; }
  .product-page__descr--mobile .product-descr__row {
    justify-content: space-between; }

.downloads {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .downloads {
      flex-direction: column; } }
  .downloads__item {
    display: flex;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .downloads__item {
        width: auto; } }
    @media (min-width: 1024px) {
      .downloads__item:hover {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0.7; } }
  .downloads__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 16px; }
    .downloads__icon--pdf {
      fill: #eb5757; }
    .downloads__icon--xls {
      fill: #3f9e59; }
    .downloads__icon--doc {
      fill: #0d2dff; }
    .downloads__icon--jpg {
      fill: #6bc684; }
    .downloads__icon--rar {
      fill: #0b21b1; }
    .downloads__icon--avi {
      fill: #fe7235; }
    .downloads__icon--tif {
      fill: #ef5da8; }
  .downloads__title {
    font-size: 16px;
    display: block; }
    @media (max-width: 767px) {
      .downloads__title {
        font-size: 12px; } }
  .downloads__content {
    display: block; }
  .downloads__size {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 18px;
    display: block; }
  .downloads__type {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 9px; }

.product-control-sticky {
  transform: translateY(100%);
  transition: all 0.3s ease;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  display: none;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 5px 1px 15px rgba(0, 0, 0, 0.3);
  z-index: 170; }
  .product-control-sticky.active {
    transform: translateY(0%); }
  @media (max-width: 1099px) {
    .product-control-sticky {
      display: none; } }
  .product-control-sticky__price-wrap {
    display: flex;
    flex-direction: column; }
  .product-control-sticky__price {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600; }
    .product-control-sticky__price--discount {
      color: #eb5757; }
  .product-control-sticky__price-old {
    font-size: 10px;
    color: #aaaaaa;
    text-decoration: line-through;
    margin-top: 4px; }
  .product-control-sticky__counter {
    padding: 0px 7px;
    position: relative; }
    .product-control-sticky__counter .basketData-msg {
      left: 7px;
      font-size: 10px;
      position: absolute; }
  .product-control-sticky .counter-input {
    max-width: none;
    width: 100%;
    padding: 0px 4px;
    min-width: 34px; }
  @media (max-width: 1099px) {
    .product-control-sticky .product-control__add-to-cart {
      margin-bottom: 0px; } }

.product-budges {
  margin-top: 20px;
  padding: 22px 0px;
  padding-top: 30px;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  display: flex; }
  @media (max-width: 767px) {
    .product-budges {
      padding-bottom: 16px;
      padding-top: 20px; } }
  .product-budges__item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .product-budges__item:hover {
      cursor: pointer; }
      .product-budges__item:hover .product-budges__hover {
        opacity: 1;
        visibility: visible;
        bottom: calc(100% + 10px); }
  .product-budges__list {
    display: flex;
    align-items: flex-start;
    width: 100%; }
  .product-budges__title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px; }
    @media (max-width: 575px) {
      .product-budges__title {
        font-size: 10px;
        margin-top: 10px;
        line-height: 14px; } }
  .product-budges__icon {
    width: 60px;
    height: 60px; }
  .product-budges__hover {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 10px;
    font-size: 14px;
    background: #ffffff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    bottom: calc(100% + 0px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; }
    @media (max-width: 767px) {
      .product-budges__hover {
        font-size: 12px; } }
    .product-budges__hover:after {
      position: absolute;
      content: "";
      width: 12px;
      height: 12px;
      bottom: -5px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%) rotate(45deg); }

.product-banner {
  margin-top: 40px;
  position: relative;
  padding-bottom: 41.8%;
  overflow: hidden; }
  @media (min-width: 1100px) {
    .product-banner:hover .lazy-img-wrap {
      transform: scale(1.02); } }
  @media (max-width: 1099px) {
    .product-banner {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .product-banner .lazy-img-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    transition: all ease .3s; }
    .product-banner .lazy-img-wrap img {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%; }

.peculiarities {
  padding: 24px;
  border: 2px solid #e4e4e4;
  margin-bottom: 50px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .peculiarities {
      padding: 20px;
      margin-bottom: 40px; } }
  .peculiarities__title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .peculiarities__title {
        font-size: 16px;
        margin-bottom: 0px; } }
  .peculiarities ul {
    column-count: 2; }
    @media (max-width: 767px) {
      .peculiarities ul {
        column-count: 1; } }

.video-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -14px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .video-section {
      margin: 0px -5px;
      margin-bottom: 20px; } }
  .video-section__item {
    padding: 14px;
    width: 100%; }
    @media (max-width: 767px) {
      .video-section__item {
        padding: 5px; } }
  .video-section--two .video-section__item {
    width: 50%; }
    @media (max-width: 767px) {
      .video-section--two .video-section__item {
        width: 100%; } }
  .video-section--three .video-section__item {
    width: 50%; }
    @media (max-width: 767px) {
      .video-section--three .video-section__item {
        width: 100%; } }
    .video-section--three .video-section__item:last-child {
      width: 100%; }
  .video-section--four .video-section__item {
    width: 50%; }
    @media (max-width: 767px) {
      .video-section--four .video-section__item {
        width: 100%; } }
  .video-section--five .video-section__item {
    width: 50%; }
    @media (max-width: 767px) {
      .video-section--five .video-section__item {
        width: 100%; } }
    .video-section--five .video-section__item:first-child {
      width: 100%; }

.product-delivery-wrap__row {
  display: flex;
  margin: 0 -30px; }
  @media (max-width: 1699px) {
    .product-delivery-wrap__row {
      margin: 0px -15px; } }
  @media (max-width: 1339px) {
    .product-delivery-wrap__row {
      margin: 0px;
      flex-direction: column; } }

.product-delivery-wrap__left, .product-delivery-wrap__right {
  width: 50%;
  padding: 0px 30px;
  display: flex; }
  @media (max-width: 1699px) {
    .product-delivery-wrap__left, .product-delivery-wrap__right {
      padding: 0px 15px; } }
  @media (max-width: 1339px) {
    .product-delivery-wrap__left, .product-delivery-wrap__right {
      width: 100%;
      padding: 0px; } }

.product-delivery {
  padding: 26px;
  border: 2px solid #e4e4e4;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .product-delivery {
      padding: 20px; } }
  .product-delivery__row {
    display: flex; }
    @media (max-width: 575px) {
      .product-delivery__row {
        flex-direction: column; } }
  .product-delivery__left, .product-delivery__right {
    width: 50%; }
    @media (max-width: 575px) {
      .product-delivery__left, .product-delivery__right {
        width: 100%; } }
  .product-delivery__left {
    padding-right: 40px; }
    @media (max-width: 575px) {
      .product-delivery__left {
        padding-right: 0px;
        margin-bottom: 20px; } }
  .product-delivery__right {
    background-color: #fafafa;
    padding: 12px 28px; }
    @media (max-width: 767px) {
      .product-delivery__right {
        padding: 12px; } }
  .product-delivery__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #CA0915; }
    @media (max-width: 767px) {
      .product-delivery__title {
        font-size: 16px; } }
    .product-delivery__title--black {
      color: inherit; }
  .product-delivery__descr {
    margin-bottom: 12px; }
  .product-delivery__ul {
    padding-left: 19px; }
  .product-delivery__li {
    margin-bottom: 16px; }
    .product-delivery__li:last-child {
      margin-bottom: 0px; }
    .product-delivery__li-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 4px;
      position: relative; }
      @media (max-width: 767px) {
        .product-delivery__li-title {
          font-size: 14px; } }
      .product-delivery__li-title:before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #CA0915;
        left: -13px;
        top: 50%;
        transform: translateY(-50%); }

/* End */


/* Start:/local/templates/.default/components/slam/filter/catalog-ajax/style.css?17368459471237*/
/*.ajaxfilter-disabled {*/
	/*display: none;*/
/*}*/


/*.ajaxfilter-disabled input[type=checkbox] + label {*/
	/*color: #e5e5ea;*/
/*}*/

.ajax-result.filter-preloader:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: .5;
	z-index: 200;
}

.ajax-result .preloader.filter-preloader-block{
	display: none;
	opacity: 1;
	position: absolute;
	z-index: 200;
	top: 210px;
	left: 50%;
}
.checkbox.ajaxfilter-disabled label{
	color: #ccc!important;
}

.ajax-result.filter-preloader .preloader.filter-preloader-block{
	display: block;
}


@media (min-width: 980px) {
	.ext-prop-filter{
		display:none;
	}
}

.ajaxfilter-combo .form-group:not(:first-child).activate {
	-webkit-transform: translateY(-65px);
	transform: translateY(-65px);
	opacity: 0;
}

.ajaxfilter-combo .form-group:not(:last-child).deactivate {
	-webkit-transform: translateY(65px);
	transform: translateY(65px);
	opacity: 0;
}

.ajaxfilter-combo .form-group {
	transition: opacity .3s,-webkit-transform .3s;
	transition: transform .3s,opacity .3s;
	transition: transform .3s,opacity .3s,-webkit-transform .3s;
}

.hide-cnt{
	display: none;
}
/* End */


/* Start:/local/templates/html_guide/components-template/catalog-product-list/style.css?17368459471476*/
.catalog-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px; }
  @media (max-width: 575px) {
    .catalog-product-list {
      margin: 0px; } }
  .catalog-product-list .product-card-wrap {
    padding: 0px 12px;
    width: 25%;
    height: 440px; }
    @media (max-width: 1699px) {
      .catalog-product-list .product-card-wrap {
        width: 33.33%; } }
    @media (max-width: 1099px) {
      .catalog-product-list .product-card-wrap {
        width: 50%;
        height: auto;
        margin-bottom: 20px; } }
    @media (max-width: 575px) {
      .catalog-product-list .product-card-wrap {
        width: 100%;
        padding: 0px; } }
    @media (min-width: 1024px) {
      .catalog-product-list .product-card-wrap:hover {
        cursor: pointer;
        z-index: 20; } }
  .catalog-product-list--v2 .product-card-wrap {
    width: 20%; }
    @media (max-width: 1699px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 25%; } }
    @media (max-width: 1099px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 50%; } }
    @media (max-width: 575px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 100%; } }

.product-card__label--cheaper {
  font-size: 13px; }
  @media (max-width: 1339px) {
    .product-card__label--cheaper {
      font-size: 12px; } }
  @media (max-width: 1099px) {
    .product-card__label--cheaper {
      font-size: 10px; } }

.personal-nav {
  display: none; }

/* End */


/* Start:/local/templates/html_guide/components-template/content/style.css?17368459475914*/
.content img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
  border-radius: 0;
  line-height: 1.4;
  clear: both; }
  .content img[align='left'], .content img[align='center'], .content img[align='middle'], .content img[align='right'] {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px; }
  @media (min-width: 1340px) {
    .content img[align='left'] {
      float: left;
      max-width: 40%;
      margin: 0 40px 20px 0; }
    .content img[align='right'] {
      float: right;
      max-width: 40%;
      margin: 0 0 20px 20px; }
    .content img[align='center'] {
      margin: 0 auto 20px; } }

.content img:not([class]) {
  margin-bottom: 40px; }

.content .content-img {
  clear: both; }
  .content .content-img .img-descr {
    display: block;
    margin-top: 15px;
    color: #828282;
    font-size: 14px;
    text-align: center;
    font-style: italic; }
  .content .content-img--left {
    float: left;
    margin: 20px 40px 40px 0; }
    @media (max-width: 768px) {
      .content .content-img--left {
        float: none;
        margin: 0 auto 40px; } }
    .content .content-img--left img {
      display: block;
      margin: 0 auto; }
  .content .content-img--right {
    float: right;
    margin: 0 0 20px 20px; }
    @media (max-width: 768px) {
      .content .content-img--right {
        float: none;
        margin: 0 auto 20px; } }
    .content .content-img--right img {
      display: block;
      margin: 0 auto; }
  .content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 20px 0 40px; }
    .content .content-img--center img {
      margin: 0 auto; }
  .content .content-img--overlay {
    position: relative; }
    .content .content-img--overlay:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0px;
      left: 0;
      background: linear-gradient(180deg, #45007B 0%, rgba(44, 43, 43, 0) 100%);
      transform: matrix(1, 0, 0, -1, 0, 0); }

.content .video {
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: 0 auto 20px;
  display: block; }
  @media (min-width: 1340px) {
    .content .video {
      height: 500px; } }

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
  margin: 25px 0 25px; }
  @media (min-width: 1340px) {
    .content ol:not(.list-reset),
    .content ul:not(.list-reset) {
      margin: 25px 0 20px; } }
  .content ol:not(.list-reset) li,
  .content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 12px; }
    .content ol:not(.list-reset) li:last-child,
    .content ul:not(.list-reset) li:last-child {
      margin: 0; }
  .content ol:not(.list-reset) li > ul,
  .content ol:not(.list-reset) li > ol,
  .content ul:not(.list-reset) li > ul,
  .content ul:not(.list-reset) li > ol {
    margin: 12px 0 10px; }
    @media (min-width: 1340px) {
      .content ol:not(.list-reset) li > ul,
      .content ol:not(.list-reset) li > ol,
      .content ul:not(.list-reset) li > ul,
      .content ul:not(.list-reset) li > ol {
        margin: 12px 0 10px; } }

.content ul:not(.list-reset) > li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CA0915;
  border: 1px solid #CA0915;
  position: absolute;
  top: 9px;
  left: 0; }

.content ol:not(.list-reset) {
  counter-reset: list;
  list-style: none; }
  .content ol:not(.list-reset) > li:before {
    content: counters(list, ".") ".";
    counter-increment: list;
    transform: none;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    color: #CA0915;
    position: absolute;
    top: 0;
    left: 0; }
  .content ol:not(.list-reset) > li > ol:not(.list-reset) li {
    padding: 0 0 0 45px; }
    .content ol:not(.list-reset) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
      padding: 0 0 0 60px; }

.content .ol-custom ol:not(.list-reset) > li:before {
  font-size: 1.5rem;
  line-height: 1.3rem;
  top: 5px; }
  @media (max-width: 767px) {
    .content .ol-custom ol:not(.list-reset) > li:before {
      font-size: 16px;
      top: 0px; } }

.content .ol-custom ol:not(.list-reset) li > ol li:before {
  font-size: 16px;
  line-height: 1.37; }

.content table {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  width: 100%; }

.content th {
  padding: 12px 25px;
  font-weight: 700;
  background-color: #EEEEEE;
  text-align: left; }

.content td {
  padding: 12px 25px;
  border-bottom: 1px solid #E4E4E4; }
  .content td.color {
    color: #AAAAAA; }

.content {
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #222222; }
  .content p {
    line-height: 1.5;
    margin-bottom: 20px; }
    .content p:last-child {
      margin: 0; }
    .content p.text-deleted {
      text-decoration: line-through; }
  .content a:not([class]) {
    color: #CA0915;
    text-decoration: none;
    padding: 2px;
    transition: color .3s; }
    .content a:not([class]):hover {
      color: #761323; }
  .content hr {
    position: relative;
    height: 1px;
    background: #AAAAAA;
    border: 0;
    margin: 35px 0; }
    @media (max-width: 767px) {
      .content hr {
        margin: 26px 0px; } }
    .content hr:after, .content hr:before {
      content: '';
      display: table;
      clear: both; }
  .content mark {
    background: #CA0915;
    color: #fff;
    font-weight: normal;
    padding: 0 5px;
    font-style: normal; }
  .content s {
    text-decoration: line-through; }
  .content blockquote {
    display: block;
    margin-bottom: 25px;
    padding: 28px 35px;
    color: #222222;
    line-height: 1.7;
    font-style: italic;
    letter-spacing: 0.03em;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA; }
  .content iframe {
    max-width: 100%; }

/* End */
/* /local/templates/html_guide/components-template/catalog-targets/style.css?17368459472489 */
/* /local/templates/html_guide/components-template/catalog-sort/style.css?17368459471396 */
/* /local/templates/html_guide/components-template/product-page/style.css?173684594732363 */
/* /local/templates/.default/components/slam/filter/catalog-ajax/style.css?17368459471237 */
/* /local/templates/html_guide/components-template/catalog-product-list/style.css?17368459471476 */
/* /local/templates/html_guide/components-template/content/style.css?17368459475914 */
