/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
/* Colors */
/* Fonts */
/*
 * Aristos flex framework. Миксины Flex, применяются к любому элементу.
 */
/*
 * Стиль элементов при эффектах hover, active, focus. Применяются к любому элементу при необходимости.
 */
/**
 * Цвет для input placeholder
 */
/*
 * Автоматическая конвертация размера шрифта в REM.
 */
/* Colors */
/* Fonts */
.recently-products__slider-navigation,
.upsell-products__slider-navigation,
.related-products__slider-navigation {
  display: none;
}
.recently-products,
.upsell-products,
.related-products {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1220px;
}
@media (min-width: 1400px) {
  .recently-products .product-item__wrapper,
  .upsell-products .product-item__wrapper,
  .related-products .product-item__wrapper {
    max-width: 304px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .recently-products__slider-navigation,
  .upsell-products__slider-navigation,
  .related-products__slider-navigation {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .recently-products__slider-navigation .owl-prev,
  .upsell-products__slider-navigation .owl-prev,
  .related-products__slider-navigation .owl-prev,
  .recently-products__slider-navigation .owl-next,
  .upsell-products__slider-navigation .owl-next,
  .related-products__slider-navigation .owl-next {
    cursor: pointer;
    height: 37px;
    width: 19px;
    position: absolute;
    z-index: 1;
  }
  .recently-products__slider-navigation .owl-prev,
  .upsell-products__slider-navigation .owl-prev,
  .related-products__slider-navigation .owl-prev {
    background: url(/skin/frontend/ariflex/default/images/product-card-slider__prev.png) no-repeat;
    left: 0;
    margin-left: -19px;
  }
  .recently-products__slider-navigation .owl-next,
  .upsell-products__slider-navigation .owl-next,
  .related-products__slider-navigation .owl-next {
    background: url(/skin/frontend/ariflex/default/images/product-card-slider__next.png) no-repeat;
    left: 100%;
    margin-right: -9px;
  }
  .recently-products__slider-navigation .owl-prev.disabled,
  .upsell-products__slider-navigation .owl-prev.disabled,
  .related-products__slider-navigation .owl-prev.disabled,
  .recently-products__slider-navigation .owl-next.disabled,
  .upsell-products__slider-navigation .owl-next.disabled,
  .related-products__slider-navigation .owl-next.disabled {
    display: none;
  }
}
.product-card__apple-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0;
  padding: 9px 30px 10px;
  margin: 0 0 0 20px;
  min-width: 185px;
  max-width: 185px;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}
.product-card__apple-pay::after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  width: 49px;
  height: 21px;
  margin-left: 5px;
  background: url(/skin/frontend/ariflex/default/images/svg/apple-pay.svg) no-repeat;
}
.product-card__apple-pay span {
  font-weight: inherit;
  padding-top: 3px;
}
@media (max-width: 480px) {
  .product-card__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 12px 0;
  }
  .product-card__buttons form {
    width: 100%;
  }
  .product-card__buttons .button {
    width: 100%;
  }
  .product-card__apple-pay {
    width: 100%;
    max-width: 100%;
    margin: 12px 0;
  }
  .one-click__button-wrap {
    width: 100%;
    margin: 12px 0 0;
  }
  .one-click__button-wrap .button {
    width: 100%;
    margin: 0;
  }
}
.jet-tooltip__title {
  margin-bottom: 7px;
}
.jet-tooltip__list {
  list-style-position: inside;
  counter-reset: count;
  list-style-type: none;
}
.jet-tooltip__list-item {
  position: relative;
  padding-left: 15px;
}
.jet-tooltip__list-item::before {
  counter-increment: count;
  content: counters(count, ".") ".";
  position: absolute;
  left: 0;
}
.product-card {
  display: block;
  padding: 0 15px;
  max-width: 870px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.product-card__title-section {
  width: 100%;
  position: relative;
  text-align: center;
}
.product-card__title-labels .promo-labels__wrap {
  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;
}
.product-card__title-labels .promo-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
  background-color: #997c65;
  margin: 0 5px 20px;
  padding: 0 6px;
  text-align: center;
}
@media (max-width: 991px) {
  .product-card__title-labels {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-card__image-wrapper-outer {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -2;
    order: -2;
    position: relative;
  }
}
.product-card__image-section {
  padding: 0 0 50px;
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
}
@media (max-width: 1365px) {
  .product-card__image-section {
    padding-bottom: 30px;
    margin: 30px auto;
  }
}
@media (max-width: 991px) {
  .product-card__image-section {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.product-card__buy-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .product-card__buy-section {
    margin-top: 20px;
  }
}
.product-card__delivery-info {
  margin-bottom: 70px;
}
@media (max-width: 1365px) {
  .product-card__delivery-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .product-card__delivery-info {
    margin-bottom: 0;
    padding: 20px;
    border: 1px solid #e8e8e8;
  }
}
.product-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-card__title {
  text-align: center;
  color: #000;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 1365px) {
  .product-card__title {
    margin-bottom: 30px;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .product-card__title {
    margin-bottom: 20px;
    padding-top: 50px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .product-card__title {
    padding-top: 27px;
  }
}
.product-card__collection {
  color: #777777;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .product-card__collection {
    margin: 0 auto;
  }
}
.product-card__collection_link {
  color: #777777;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 300;
}
.product-card__collection_link:hover {
  color: #000;
}
.product-card__rating {
  margin-top: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .product-card__rating {
    display: none;
  }
}
.product-card__rating .stars-container {
  font-size: 0;
}
.product-card__rating .rating__star-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-card__rating .rating__star {
  margin-right: 4px;
  width: 12px;
  height: 13px;
  background-size: contain;
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-star-hover.svg");
}
.product-card__rating .rating__star-half-t {
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-star-half.svg");
}
.product-card__rating .rating__star-t {
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-star.svg");
}
.product-card__rating .rating__counter {
  margin-left: 6px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #777777;
  text-decoration: none;
  font-weight: 300;
}
.product-card__additional-btn {
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
  background-color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
  color: #777;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: -1;
}
.product-card__additional-btn:hover,
.product-card__additional-btn:focus {
  outline: none;
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.product-card__additional-btn.visible {
  z-index: 1;
  opacity: 1;
}
.product-card__desc {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 34px;
  color: #000;
}
.product-card__desc p {
  color: #000000;
  font-size: 21px;
  font-weight: 300;
  line-height: 34px;
  text-align: left;
}
@media (max-width: 991px) {
  .product-card__desc {
    display: none;
  }
}
.product-card .product-item__short-desc {
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .product-card .product-item__short-desc {
    margin-bottom: 30px;
  }
}
.product-card__description-title {
  display: none;
}
.product-card .product-card__wishlist {
  margin-left: 0;
}
@media (max-width: 991px) {
  .product-card .product-card__wishlist {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.product-card__wishlist-row_desktop {
  margin: 90px 0 40px;
}
@media (max-width: 991px) {
  .product-card__wishlist-row_desktop {
    display: none;
  }
}
.product-card__wishlist-row:not(.product-card__wishlist-row_desktop) {
  display: none;
  position: absolute;
  width: 100%;
  bottom: -770px;
}
@media (max-width: 1365px) {
  .product-card__wishlist-row:not(.product-card__wishlist-row_desktop) {
    bottom: -710px;
  }
}
@media (min-width: 992px) {
  .product-card__wishlist-row:not(.product-card__wishlist-row_desktop) {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
@media (max-width: 991px) {
  .product-card__wishlist-row:not(.product-card__wishlist-row_desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -50px;
    width: 100%;
  }
}
.product-card .product-item__wishlist-fieldset {
  display: none;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
  padding: 8px 14px;
  position: absolute;
  top: 43px;
  bottom: auto;
  left: 11px;
  transform: none;
  cursor: pointer;
  z-index: 100;
  min-width: 175px;
  font-size: 16px;
  line-height: 14px;
  color: #000;
  font-weight: 300;
  border: 1px solid #00101f;
}
.product-card .product-item__wishlist-fieldset::before,
.product-card .product-item__wishlist-fieldset::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  z-index: 10;
}
.product-card .product-item__wishlist-fieldset::before {
  border-bottom-color: #00101f;
  top: -11px;
  left: 7px;
}
.product-card .product-item__wishlist-fieldset::after {
  border-bottom-color: #fff;
  top: -10px;
  left: 7px;
}
.product-card .product-card__wishlist-link {
  color: #777777;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 21px;
  padding-left: 33px;
  position: relative;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
}
.product-card .product-card__wishlist-link.wishlist-action::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
}
.product-card .product-card__wishlist-link.wishlist-action:hover {
  color: #000;
}
.product-card .product-card__wishlist-link.wishlist-action:hover::before {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/product-item-fav-hover.svg');
}
.product-card .product-card__wishlist-link.wishlist-action_add::before {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/product-item-fav.svg');
}
.product-card .product-card__wishlist-link.wishlist-action_remove::before {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/product-item-fav-hover.svg');
}
@media (max-width: 991px) {
  .product-card .product-card__wishlist-link.wishlist-action_remove::before {
    background-image: url('/skin/frontend/ariflex/axor/images/svg/icon-fav-active.svg');
  }
}
@media (max-width: 991px) {
  .product-card .product-card__wishlist-link.wishlist-action {
    font-size: 0;
    display: block;
    width: 46px;
    height: 50px;
  }
  .product-card .product-card__wishlist-link.wishlist-action::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product-card .product-card__wishlist-link.wishlist-action:hover + .product-item__wishlist-fieldset {
    display: block;
  }
}
.product-card .product-card__promo-lables {
  z-index: 2;
  display: none;
}
@media (max-width: 991px) {
  .product-card .product-card__promo-lables {
    display: block;
  }
}
.product-card__compare.category-products .product-item__compare-flex {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
@media (min-width: 992px) {
  .product-card__compare.category-products .product-item__compare-flex {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .product-card__compare.category-products .product-item__compare-flex:hover .product-item__compare-text,
  .product-card__compare.category-products .product-item__compare-flex:active .product-item__compare-text,
  .product-card__compare.category-products .product-item__compare-flex:focus .product-item__compare-text {
    color: #000;
  }
  .product-card__compare.category-products .product-item__compare-flex:hover .product-item__compare-input + .product-item__compare-checkbox ~ .product-item__compare-fieldset {
    display: block;
  }
}
@media (max-width: 991px) {
  .product-card__compare.category-products .product-item__compare-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product-card__compare.category-products .product-item__compare-flex:hover .product-item__compare-input + .product-item__compare-checkbox:after,
.product-card__compare.category-products .product-item__compare-flex:active .product-item__compare-input + .product-item__compare-checkbox:after,
.product-card__compare.category-products .product-item__compare-flex:focus .product-item__compare-input + .product-item__compare-checkbox:after {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/icon-compare-add-active.svg');
}
.product-card__compare.category-products .product-item__compare-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: static;
  width: 46px;
  height: 50px;
}
@media (min-width: 992px) {
  .product-card__compare.category-products .product-item__compare-fieldset {
    display: inline-block;
    text-align: right;
    padding: 0;
    position: static;
    border: none;
    line-height: 14px;
  }
  .product-card__compare.category-products .product-item__compare-fieldset::before,
  .product-card__compare.category-products .product-item__compare-fieldset::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .product-card__compare.category-products .product-item__compare-fieldset {
    background-color: #fff;
    text-align: center;
    padding: 8px 14px;
    transform: none;
    cursor: pointer;
    z-index: 10;
    top: 30px;
  }
}
.product-card__compare.category-products .product-item__compare-text {
  color: #777777;
  margin: 0;
  font-weight: 300;
  text-transform: none;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
}
@media (min-width: 992px) {
  .product-card__compare.category-products .product-item__compare-text {
    font-size: 18px;
    line-height: 21px;
    white-space: normal;
  }
}
@media (max-width: 991px) {
  .product-card__compare.category-products .product-item__compare-text {
    font-size: 16px;
    line-height: 14px;
  }
}
.product-card__compare.category-products .product-item__compare-remove {
  display: none;
}
.product-card__compare.category-products .product-item__compare-input + .product-item__compare-checkbox {
  background-color: transparent;
  border: none;
  width: 46px;
  height: 20px;
  position: relative;
  cursor: default;
  display: block;
  border-radius: 0;
  margin: 0;
}
.product-card__compare.category-products .product-item__compare-input + .product-item__compare-checkbox::before {
  content: '';
  display: block;
  opacity: 0;
  border-width: 5px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  position: absolute;
  right: 50%;
  top: 30px;
  z-index: 110;
  transform-origin: 0 0;
  transform: translate(50%, 0);
  box-shadow: none;
}
.product-card__compare.category-products .product-item__compare-input + .product-item__compare-checkbox::after {
  content: '';
  width: 46px;
  height: 20px;
  background-image: url('/skin/frontend/ariflex/axor/images/svg/icon-compare-add.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  display: block;
  z-index: 15;
  transform: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: auto;
  top: auto;
}
.product-card__compare.category-products .product-item__compare-flex:hover .product-item__compare-input + .product-item__compare-checkbox:before {
  opacity: 1;
}
.product-card__compare.category-products .product-item__compare-input + .product-item__compare-checkbox:hover:after {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/icon-compare-add-active.svg');
}
.product-card__compare.category-products .product-item__compare-input:checked ~ .product-item__compare-fieldset .product-item__compare-add {
  display: none;
}
.product-card__compare.category-products .product-item__compare-input:checked ~ .product-item__compare-fieldset .product-item__compare-remove {
  display: block;
}
.product-card__compare.category-products .product-item__compare-input:checked ~ .product-item__compare-fieldset .product-item__compare-text {
  color: #000;
}
.product-card .promo-label {
  z-index: 9;
}
.product-card .promo-label.promo-label_green {
  background-color: #1e7864;
}
.product-card .promo-label.promo-label_red {
  background-color: #da2a2a;
}
.product-card .promo-label.promo-label_blue {
  background-color: #1e5587;
}
.product-card .promo-label.promo-label_yellow {
  background-color: #f6a305;
}
@media (max-width: 991px) {
  .product-card__sku_desktop {
    display: none;
  }
}
.product-card__sku_mobile {
  display: none;
}
@media (max-width: 991px) {
  .product-card__sku_mobile {
    display: block;
  }
}
.product-card__sku,
.product-card__sku span {
  color: #777777;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 300;
}
.product-card__availability .in-stock {
  color: #777777;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 300;
  position: relative;
  padding-left: 29px;
}
.product-card__availability .in-stock::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 14px;
  background: url('/skin/frontend/ariflex/axor/images/svg/icon-checkmark.svg') center no-repeat;
}
.product-card__availability .backorder {
  color: #777777;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  font-weight: 300;
  position: relative;
  padding-left: 29px;
  padding-left: 23px;
}
.product-card__availability .backorder::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 14px;
  background: url('/skin/frontend/ariflex/axor/images/svg/icon-checkmark.svg') center no-repeat;
}
@media (max-width: 375px) {
  .product-card__availability .backorder {
    max-width: 109px;
  }
}
.product-card__price {
  display: none;
}
@media (max-width: 991px) {
  .product-card__price {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.product-card__price .price {
  color: #000;
  font-size: 42px;
  font-size: 2.625rem;
  text-transform: none;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  line-height: 56px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1599px) {
  .product-card__price .price {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .product-card__price .price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 300;
    font-size: 34px;
    font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  }
}
.product-card__price .price__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media (max-width: 991px) {
  .product-card__price .price__history {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
}
.product-card__price .price__history .special {
  display: block;
  text-transform: none;
  color: #000;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  line-height: 56px;
  font-weight: 400;
  margin-left: 10px;
}
@media (max-width: 1599px) {
  .product-card__price .price__history .special {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .product-card__price .price__history .special {
    font-size: 34px;
    line-height: 56px;
    font-weight: 300;
    font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  }
}
.product-card__price .price__history .old {
  display: block;
  text-transform: none;
  text-decoration: none;
  color: #777777;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: 'Futura New', 'Roboto Condensed', 'Arial', sans-serif;
  line-height: 56px;
  font-weight: 300;
  position: relative;
  margin-left: 2px;
}
.product-card__price .price__history .old::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  width: calc(105%);
  top: 50%;
  color: #777777;
  height: 0;
  border-bottom: 2px solid #777777;
  transform: rotate(7deg);
}
@media (max-width: 1599px) {
  .product-card__price .price__history .old {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .product-card__price .price__history .old {
    font-size: 27px;
    line-height: 56px;
  }
}
.product-card__buttons {
  margin: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-card__buttons .product-item__buttons {
  text-align: center;
  width: 100%;
  margin: 0;
}
.product-card__buttons .product-item__buttons button {
  border: 0;
  height: 60px;
  max-width: 420px;
}
.product-card__buttons .product-item__buttons .button_out-stock {
  background-color: #D8D8D8;
  color: #fff;
  font-size: 21px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}
.product-card__buttons .product-item__buttons .button_out-stock:hover {
  text-decoration: none;
  background-color: #777;
  color: #fff;
}
.product-card__buttons .product-item__buttons .button_in-stock:hover,
.product-card__buttons .product-item__buttons .button_preorder:hover {
  color: #777;
}
.product-card__shipping__text {
  color: #111;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.product-card__shipping_flex {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-card__price-desktop .price__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.product-card__price-desktop .old {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  font-weight: 300;
  color: #777;
  line-height: 34px;
  position: relative;
  text-decoration: none;
  margin-right: 10px;
  white-space: nowrap;
}
.product-card__price-desktop .old::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(8deg);
  background-color: #777;
  z-index: 1;
}
.product-card__price-desktop .special,
.product-card__price-desktop .price {
  display: block;
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
  color: #000;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .product-card__price-desktop {
    display: none;
  }
}
.product-card .status-wrap {
  font-size: 18px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .product-card .status-wrap {
    margin-top: 20px;
  }
}
.product-card .status-wrap__right {
  text-align: right;
  margin-left: 20px;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .product-card .status-wrap__right {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-card .status-wrap__left {
    width: 100%;
  }
}
.product-card .status-wrap__availability {
  margin-bottom: 20px;
}
.product-card .region-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 43px;
}
.product-card .region-container::before {
  content: "";
  left: 0;
  top: 1px;
  position: absolute;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-card-delivery.svg");
}
@media (max-width: 991px) {
  .product-card .region-container {
    padding-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-card .region-container::before {
    display: none;
  }
}
.product-card .region-container .region_text {
  color: #777777;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 28px;
}
@media (max-width: 1365px) {
  .product-card .region-container .region_text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.product-card .region-container .region__button {
  color: #777777;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  line-height: 28px;
}
@media (max-width: 1365px) {
  .product-card .region-container .region__button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .product-card .region-container .region__button {
    border-bottom: 1px dotted #777;
  }
  .product-card .region-container .region__button:hover {
    border-bottom: 1px solid #000;
  }
}
.product-card .region-container .region__button:hover {
  color: #000;
}
.product-card .region-container .region__button::before {
  content: none;
}
.product-card .region-container .region__content {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .product-card .region-container .region__content {
    padding: 30px 20px;
  }
  .product-card .region-container .region__content__description {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .product-card .region-container .region__content__search-input {
    padding: 12px 10px;
    font-size: 14px;
    height: auto;
  }
  .product-card .region-container .region__content__cities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .product-card .region-container .region__content__cities::-webkit-scrollbar {
    width: 2px;
  }
  .product-card .region-container .region__content__cities::-webkit-scrollbar-track {
    background-color: #e8e8e8;
  }
  .product-card .region-container .region__content__cities::-webkit-scrollbar-thumb {
    background-color: #777;
  }
  .product-card .region-container .region__content__cities-block {
    width: 100%;
  }
  .product-card .region-container .region__content__city {
    font-size: 16px;
  }
}
.product-card #product-shipping {
  margin: 25px 0 0;
}
.product-card #product-shipping .fa::before {
  display: none;
}
@media (max-width: 991px) {
  .product-card #product-shipping {
    margin-top: 10px;
  }
}
.product-card #product-shipping,
.product-card #product-pickup {
  color: #777777;
  width: 100%;
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (max-width: 1365px) {
  .product-card #product-shipping,
  .product-card #product-pickup {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.product-card #product-shipping > span,
.product-card #product-pickup > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 300;
}
.product-card #product-shipping > span b,
.product-card #product-pickup > span b {
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-left: 5px;
}
@media (max-width: 1365px) {
  .product-card #product-shipping > span b,
  .product-card #product-pickup > span b {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .product-card #product-shipping > span b,
  .product-card #product-pickup > span b {
    display: block;
    text-align: right;
  }
}
.product-card #product-shipping > span span,
.product-card #product-pickup > span span {
  font-weight: 300;
  color: #777777;
  font-size: 21px;
  font-size: 1.3125rem;
  padding-left: 43px;
  position: relative;
}
.product-card #product-shipping > span span::before,
.product-card #product-pickup > span span::before {
  content: "";
  left: 0;
  top: 1px;
  position: absolute;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-card-time.svg");
}
@media (max-width: 1365px) {
  .product-card #product-shipping > span span,
  .product-card #product-pickup > span span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .product-card #product-shipping > span span,
  .product-card #product-pickup > span span {
    padding-left: 0;
  }
  .product-card #product-shipping > span span::before,
  .product-card #product-pickup > span span::before {
    display: none;
  }
}
.product-card #product-shipping > span > div,
.product-card #product-pickup > span > div {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
  padding-left: 43px;
  position: relative;
}
.product-card #product-shipping > span > div::before,
.product-card #product-pickup > span > div::before {
  content: "";
  left: 0;
  top: 1px;
  position: absolute;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-card-cost.svg");
}
@media (max-width: 1365px) {
  .product-card #product-shipping > span > div,
  .product-card #product-pickup > span > div {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .product-card #product-shipping > span > div,
  .product-card #product-pickup > span > div {
    margin-top: 10px;
    padding-left: 0;
  }
  .product-card #product-shipping > span > div::before,
  .product-card #product-pickup > span > div::before {
    display: none;
  }
}
.product-card #product-shipping > span > div b,
.product-card #product-pickup > span > div b {
  height: 100%;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  color: #000;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .product-card #product-shipping > span > div b,
  .product-card #product-pickup > span > div b {
    display: block;
    text-align: right;
  }
}
.product-card #product-pickup {
  margin-top: 25px;
  position: relative;
  padding-left: 43px;
}
.product-card #product-pickup::before {
  content: "";
  left: 0;
  top: 1px;
  position: absolute;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-static-shop.svg");
}
@media (max-width: 1919px) {
  .product-card #product-pickup > span b {
    text-align: left;
  }
}
@media (max-width: 1265px) {
  .product-card #product-pickup > span b {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .product-card #product-pickup {
    margin-top: 10px;
    padding-left: 0;
  }
  .product-card #product-pickup::before {
    display: none;
  }
}
@media (max-width: 400px) {
  .product-card #product-pickup > span {
    display: block;
  }
  .product-card #product-pickup > span b {
    text-align: left;
    margin-left: 0;
  }
}
.product-card #product-shipping > span {
  font-size: 0;
}
.product-card__nav-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product-card__nav-line {
    display: none;
  }
}
.product-card__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
}
.product-card__nav-item {
  display: inline-block;
  margin-right: 50px;
}
.product-card__nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1350px) {
  .product-card__nav-item {
    margin-right: 35px;
  }
  .product-card__nav-item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .product-card__nav-item {
    margin-right: 25px;
  }
}
.product-card__nav-link {
  color: #000;
  text-decoration: none;
  line-height: 34px;
  display: inline-block;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  text-transform: uppercase;
  padding: 0 0 21px;
  position: relative;
}
.product-card__nav-link::after {
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  content: "";
  background: #777777;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}
.product-card__nav-link:hover {
  color: #777777;
}
.product-card__nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
@media (max-width: 1350px) {
  .product-card__nav-link {
    line-height: 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .product-card__nav-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    padding-bottom: 10px;
  }
}
.product-card__nav-link::after {
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  content: "";
  background: #777777;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}
.product-card__nav-link:hover {
  color: #777777;
}
.product-card__nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.product-card .images-gallery {
  padding-bottom: 50px;
}
@media (max-width: 1365px) {
  .product-card .images-gallery {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .product-card .images-gallery {
    padding-bottom: 0;
  }
}
.product-card .images-gallery__controls {
  position: absolute;
  z-index: 1;
  bottom: 38px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1365px) {
  .product-card .images-gallery__controls {
    bottom: 18px;
  }
}
@media (max-width: 991px) {
  .product-card .images-gallery__controls {
    bottom: -32px;
    padding: 0 50px;
  }
}
.product-card .images-gallery__btn {
  width: 12px;
  height: 12px;
  box-shadow: none;
  border: 0;
  background-size: contain;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-prev-slide.svg");
}
.product-card .images-gallery__btn:hover {
  background-image: url("/skin/frontend/ariflex/axor/images/svg/icon-prev-slide-active.svg");
}
.product-card .images-gallery__btn_next {
  transform: rotate(180deg);
}
.product-card__options {
  margin-top: 47px;
  order: -1;
}
@media (max-width: 991px) {
  .product-card__options {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .product-card__options {
    margin-top: 60px;
  }
}
.product-card__options select {
  display: none;
}
.product-card__options p.required {
  display: none;
}
.product-card .product__option {
  text-align: center;
}
.product-card .product__option-label {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #777777;
  margin-bottom: 25px;
}
.product-card .product__option-label span {
  font-weight: inherit;
  color: inherit;
}
.product-card .product-select__view-container {
  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;
  gap: 20px;
}
.product-card .product-select__option-item {
  font-size: 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #D3D3D3;
  border: 1px solid #D3D3D3;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.product-card .product-select__option-item_selected::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #777777;
}
.box-collateral {
  padding: 100px 0 0;
}
@media (max-width: 991px) {
  .box-collateral {
    padding: 0;
  }
}
.box-collateral .box-wrap__title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .box-collateral .box-wrap__title {
    margin-bottom: 20px;
  }
}
.box-collateral:last-child {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .box-collateral:last-child {
    margin-bottom: 0;
  }
}
.box-collateral h2,
.box-collateral h4 {
  color: #000;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 991px) {
  .box-collateral h2,
  .box-collateral h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.box-collateral_technologies {
  padding: 0 80px;
}
@media (max-width: 1199px) {
  .box-collateral_technologies {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .box-collateral_technologies {
    padding: 0 15px;
  }
  .box-collateral_technologies + .box-collateral_productquestions {
    margin-top: 0;
  }
}
.box-collateral_technologies h2 {
  margin-top: -4px;
}
@media (max-width: 991px) {
  .box-collateral_technologies h2 {
    margin-top: 0;
  }
}
.box-collateral_upsell-products,
.box-collateral_related-products {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .box-collateral_productquestions {
    max-width: 600px;
    width: 100%;
    margin: 40px auto 0;
  }
}
.box-collateral_upsell-products {
  padding-top: 10px;
}
.box-collateral_aristos_review {
  border-bottom: 0;
}
.box-collateral_aristos_review h2 {
  margin-bottom: 10px;
}
.box-collateral_description {
  padding-bottom: 0;
  border-bottom: 0;
}
.box-collateral_description a {
  text-decoration: underline;
}
.box-collateral_description a:hover {
  text-decoration: none;
}
.box-collateral_description h2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .box-collateral_description h2 {
    margin-bottom: 20px;
  }
}
.box-collateral_additional {
  padding-top: 60px;
  padding-bottom: 0;
  background: none;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .box-collateral_additional {
    padding: 40px 15px 0;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.box-collateral_additional > h2 {
  display: none;
}
.box-collateral_additional > h4 {
  padding: 0;
}
.box-collateral .no-reviews,
.box-collateral .require-register {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  color: #000;
  font-weight: 300;
  text-align: center;
}
.box-collateral .no-reviews a,
.box-collateral .require-register a {
  color: #777777;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.4s ease;
}
.box-collateral .no-reviews a:hover,
.box-collateral .require-register a:hover {
  color: #000;
}
.box-collateral .require-register {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .box-collateral .no-reviews {
    font-size: 18px;
    line-height: 18px;
  }
  .box-collateral .no-reviews br {
    display: none;
  }
}
.box-collateral .description {
  color: #000;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 34px;
  max-width: 840px;
  margin: 0 auto;
  font-weight: 300;
}
.box-collateral .description a {
  color: #777777;
}
.box-collateral .description ul {
  list-style-type: disc;
  padding-left: 29px;
}
@media (max-width: 991px) {
  .box-collateral .description {
    max-width: 600px;
    width: 100%;
    padding: 0 15px;
  }
  .box-collateral .description ul {
    padding-left: 19px;
  }
  .box-collateral .description li {
    font-size: 18px;
    font-weight: 300;
  }
}
.product-card #product-availability {
  color: #7e7e7e;
  display: none;
}
@media (max-width: 991px) {
  .product-card #product-availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.availability #product-info-ext {
  font-size: 16px;
  margin-bottom: 0;
}
.availability #product-info-ext a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}
.availability #product-info-ext a:hover {
  text-decoration: none;
}
.availability #product-info-ext b {
  font-family: 'Futura New', 'Roboto Condensed', 'Arial', sans-serif;
}
.attribute-set {
  padding-bottom: 66px;
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .attribute-set {
    padding-bottom: 40px;
  }
}
.attribute-set dt,
.attribute-set dd {
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 34px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .attribute-set dt,
  .attribute-set dd {
    font-size: 18px;
    line-height: 18px;
  }
}
.attribute-set div {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.attribute-set dt {
  overflow: hidden;
  white-space: nowrap;
  color: #777777;
}
.attribute-set dt::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-left: 4%;
  border-bottom: 1px dashed #e5e5e5;
}
@media (max-width: 991px) {
  .attribute-set dt {
    white-space: initial;
  }
  .attribute-set dt::after {
    display: none;
  }
  .attribute-set dt .attribute-tooltip {
    display: none;
  }
}
.attribute-set dd {
  padding-left: 2%;
  font-family: 'Futura New', 'Arial', sans-serif;
}
@media (max-width: 991px) {
  .attribute-set dd {
    padding-left: 10px;
    font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  }
}
.files {
  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;
  background-color: #F5F5F5;
  padding: 65px 10px 65px 80px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .files {
    padding: 65px 40px 45px;
  }
}
@media (max-width: 991px) {
  .files {
    padding: 40px 15px 20px;
  }
}
.files .file {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 24px;
  color: #9F9F9F;
  margin-right: 70px;
  padding-left: 75px;
  position: relative;
  display: inline-block;
  height: 70px;
  padding-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .files .file {
    height: auto;
    margin: 0 0 20px;
    padding: 90px 20px 0;
    text-align: center;
    width: 250px;
  }
}
.files .file::before {
  content: '';
  position: absolute;
  display: block;
  width: 58px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .files .file::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.files .file_svg::before {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/product-card-icon-svg.svg');
}
.files .file_pdf::before {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/product-card-icon-pdf.svg');
}
.files .file_jpg::before {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/product-card-icon-jpg.svg');
}
.files .file_dwg::before {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/product-card-icon-dwg.svg');
}
.files .file a {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  display: block;
}
.files .file a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .files .file a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  }
}
.files .file .files__format {
  font-weight: 300;
}
.files__format {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .files__format {
    font-size: 18px;
    line-height: 24px;
    color: #9f9f9f;
  }
}
.product-collateral {
  background: #fff;
  margin-top: 20px;
  border-radius: 12px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .product-collateral {
    padding-top: 0;
    margin-top: 43px;
  }
}
.catalog-product-view .main-container {
  z-index: 10;
}
.catalog-product-view .main-container > .container {
  position: static;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .catalog-product-view .main-container > .container {
    padding-top: 40px;
  }
}
.catalog-product-view .teaser-slider {
  display: none;
}
.catalog-product-view .product-card__buttons.product-card__additional-btn {
  opacity: 1;
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .catalog-product-view .product-card__buttons.product-card__additional-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .product-card__buttons.product-card__additional-btn {
    display: none;
  }
}
.catalog-product-view .product-card__buttons.product-card__additional-btn button {
  border: 1px solid #777;
  background-color: #fff;
  color: #9F9F9F;
  width: fit-content;
}
.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.comment .user-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Futura New', 'Arial', sans-serif;
  -webkit-flex: 0 0 290px;
  -moz-box-flex: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  padding-top: 50px;
}
.comment .user-review__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comment .user-review__data .comment-avatar {
  top: 1px;
  position: relative;
}
.comment .user-review__data .nickname {
  margin-left: 10px;
}
.comment .user-review__data .date {
  margin-left: 10px;
}
.comment .user-review__meta {
  margin-top: 5px;
  padding-left: 25px;
}
.comment .comment-content .comment-body {
  padding-top: 50px;
  line-height: 21px;
}
.comment .comment-content .comment-body__subtitle {
  padding: 15px 0;
  font-weight: bold;
}
.comment .comment-content .comment-body p {
  word-break: break-word;
}
.comment .comment-content .separator {
  border-bottom: 3px solid #6cb89a;
  width: 390px;
}
.comment:first-child {
  margin-top: 20px;
}
.comment:first-child .separator {
  border: none;
}
.review-stars {
  position: absolute;
  right: 0;
  top: 75px;
}
.review-stars .fa {
  padding-right: 4px;
}
.review-stars__title {
  margin-right: 15px;
}
.review-count {
  position: absolute;
  top: 75px;
  left: 220px;
  color: #1e5587;
}
.review-form .title {
  margin-bottom: 30px;
}
.review-form .form-container {
  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;
  padding: 25px 80px;
  margin-bottom: 75px;
}
.review-form .form-container .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.review-form .form-container .form-name {
  background-color: transparent;
  font-family: 'Futura New', 'Arial', sans-serif;
  color: #000;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 34px;
}
.review-form .form-container .form-name_highlight {
  font-weight: 400;
}
.review-form .form-container .form-stars {
  margin-top: 20px;
}
.review-form .form-container .form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review-form .form-container .form-fields .form-control {
  height: 50px;
  border: 1px solid #D8D8D8;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  color: #777777;
}
.review-form .form-container .form-fields .form-control.error {
  border: 1px solid #d65252;
}
.review-form .form-container .form-fields .form-textarea {
  padding-top: 10px;
  height: 150px;
  margin-bottom: 50px;
}
.review-form .form-container #message-error {
  color: #CBBCB0;
  position: relative;
  top: -15px;
}
.review-form .form-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 840px;
  width: 100%;
  margin: 50px auto 0;
}
.review-form .form-message .form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-form .form-message .form-send .btn-submit {
  width: 266px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  text-align: center;
  text-transform: none;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.review-form .form-message .form-send .form-notice {
  font-family: 'Futura New', 'Arial', sans-serif;
  margin-left: 30px;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 21px;
}
.review-form .rating-stars {
  position: relative;
  height: 12px;
  width: 94px;
}
.review-form .rating-stars input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.review-form .rating-stars input[type=radio]:not(checked) + label .stars {
  display: none;
}
.review-form .rating-stars input[type=radio]:checked + label .stars {
  display: block;
}
.review-form .rating-stars input[type=radio]:checked + label .count {
  display: block;
  position: absolute;
  left: 135px;
  top: 3px;
  font-size: 20px;
}
.review-form .rating-stars .radio,
.review-form .rating-stars .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.review-form .rating-stars .radio label,
.review-form .rating-stars .checkbox label {
  min-height: 12px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.review-form .rating-stars .radio {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.review-form .rating-stars .radio label {
  padding: 0;
  cursor: pointer;
  display: block;
  height: 12px;
}
.review-form .rating-stars .radio label .fa-star,
.review-form .rating-stars .radio label .fa-star-o {
  font-size: 14px;
  font-size: 0.875rem;
}
.review-form .rating-stars .radio label .count {
  display: none;
}
.review-form .rating-stars .radio label .stars {
  display: none;
  background: transparent;
  color: #997C65;
  font-size: 0;
}
.review-form .rating-stars .radio label.label-0 .stars {
  display: block;
}
.review-form .rating-stars .radio label.label-0 .fa-star-o:before {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/icon-star.svg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: 12px;
  color: transparent;
}
.review-form .rating-stars .radio label.label-0 .fa-star-o.fa_hover:before {
  background-image: url('/skin/frontend/ariflex/axor/images/svg/icon-star-hover.svg');
}
.review-form .rating-stars .radio label.label-1 {
  width: 14px;
}
.review-form .rating-stars .radio label.label-2 {
  width: 34px;
}
.review-form .rating-stars .radio label.label-3 {
  width: 54px;
}
.review-form .rating-stars .radio label.label-4 {
  width: 74px;
}
.review-form .rating-stars .radio label.label-5 {
  width: 94px;
}
.review-form .rating-stars .radio.radio-0 {
  z-index: 1;
}
.review-form .rating-stars .radio.radio-0 label .stars {
  display: block;
}
.review-form .rating-stars .radio.radio-1 {
  z-index: 6;
}
.review-form .rating-stars .radio.radio-2 {
  z-index: 5;
}
.review-form .rating-stars .radio.radio-3 {
  z-index: 4;
}
.review-form .rating-stars .radio.radio-4 {
  z-index: 3;
}
.review-form .rating-stars .radio.radio-5 {
  z-index: 2;
}
.review-form .rating-stars .fa {
  padding-right: 4px;
}
.review-form .rating-stars_huge {
  height: 23px;
  width: 155px;
}
.review-form .rating-stars_huge .fa {
  padding-right: 7px;
}
.review-form .rating-stars_huge .radio label {
  height: 23px;
}
.review-form .rating-stars_huge .radio label .fa-star,
.review-form .rating-stars_huge .radio label .fa-star-o {
  font-size: 25px;
  font-size: 1.5625rem;
}
.review-form .rating-stars_huge .radio label.label-0 .fa-star-o:before {
  background-size: 23px;
}
.review-form .rating-stars_huge .radio label.label-1 {
  width: 31px;
}
.review-form .rating-stars_huge .radio label.label-2 {
  width: 62px;
}
.review-form .rating-stars_huge .radio label.label-3 {
  width: 93px;
}
.review-form .rating-stars_huge .radio label.label-4 {
  width: 124px;
}
.review-form .rating-stars_huge .radio label.label-5 {
  width: 155px;
}
@media (max-width: 991px) {
  .review-form .rating-stars {
    height: 23px;
    width: 160px;
    margin: 0 auto;
  }
  .review-form .rating-stars .fa {
    padding-right: 8px;
  }
  .review-form .rating-stars .radio label {
    height: 23px;
  }
  .review-form .rating-stars .radio label .fa-star {
    font-size: 25px;
  }
  .review-form .rating-stars .radio label .fa-star-o {
    font-size: 25px;
  }
  .review-form .rating-stars .radio label.label-0 .fa-star-o::before {
    background-size: 23px;
  }
  .review-form .rating-stars .radio label.label-1 {
    width: 32px;
  }
  .review-form .rating-stars .radio label.label-2 {
    width: 63px;
  }
  .review-form .rating-stars .radio label.label-3 {
    width: 94px;
  }
  .review-form .rating-stars .radio label.label-4 {
    width: 126px;
  }
  .review-form .rating-stars .radio label.label-5 {
    width: 158px;
  }
}
.review-form__success {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
  transition: background-color 0.5s ease;
}
.review-form__success-block {
  margin: 30px 0;
  background: #fff;
  width: 95%;
  max-width: 420px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 40px;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 200%);
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .review-form__success-block {
    padding: 30px;
    text-align: center;
  }
}
.review-form__success.open {
  background: rgba(0, 0, 0, 0.45);
}
.review-form__success.open .review-form__success-block {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-delay: 0.5s;
}
.review-form__success-title {
  color: #000;
  font-family: inherit;
  margin: 0 0 40px;
  text-align: left;
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
}
@media (max-width: 991px) {
  .review-form__success-title {
    margin-bottom: 20px;
  }
}
.review-form__success p {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 26px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .review-form__success p {
    font-size: 18px;
    line-height: 21px;
  }
}
.review-form .addCheck {
  position: relative;
}
.review-form .check-failed {
  display: none;
  background-color: #ffffff;
  width: auto;
  max-width: 400px;
  padding: 0 9px;
  color: #d65252;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  bottom: -9px;
  position: absolute;
  z-index: 1;
  left: 20px;
}
.review-form .review-fieldset__field-area .check-failed {
  bottom: -5px;
}
.review-form #overallRating .check-failed {
  white-space: nowrap;
  left: -50px;
  padding: 0;
  bottom: -30px;
}
@media (max-width: 991px) {
  .review-form #overallRating .check-failed {
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
  }
}
.technologies__item {
  text-align: center;
  padding: 0 15px;
  margin: 0 10px 20px;
  border: 1px solid #d8d8d8;
}
@media (max-width: 991px) {
  .technologies__item {
    width: 49%;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
  }
  .technologies__item:nth-child(2n) {
    margin-right: 0;
  }
}
.technologies__item h4 {
  color: #777;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 21px;
  line-height: 21px;
  margin: 20px 0 4px;
  transition: color 0.2s linear;
  width: 100%;
}
@media (max-width: 991px) {
  .technologies__item h4 {
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    margin: 7px 0 0;
    font-weight: 300;
    font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
  }
}
@media (max-width: 991px) {
  .technologies__item img {
    max-width: 70px;
  }
}
.technologies__item p {
  font-size: 16px;
  line-height: 21px;
}
.technologies__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .technologies__items {
    max-width: 600px;
    width: 100%;
    margin: 0 auto !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
  }
}
.technologies__area-active {
  cursor: pointer;
  width: 250px;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1350px) {
  .technologies__area-active {
    width: 200px;
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .technologies__area-active {
    width: 100%;
    height: 170px;
  }
}
.technologies__area-active:hover h4,
.technologies__area-active:active h4,
.technologies__area-active:focus h4 {
  color: #000;
}
.technologies__area-active.tech_popup .technologies__popup {
  display: block;
  opacity: 1;
}
@media (max-width: 767px) {
  .technologies__area-active.tech_popup .technologies__popup {
    display: none;
  }
}
.technologies__area-active.tech_popup .technologies__wrap-popup {
  position: relative;
}
.technologies__area-active.tech_popup .technologies__wrap-popup:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.technologies__area-active.tech_popup .technologies__wrap-popup:after {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  box-shadow: 0 0 6px rgba(0, 4, 7, 0.2);
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .technologies__area-active.tech_popup .technologies__wrap-popup {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .technologies__area-active.tech_popup .technologies__wrap-popup::before,
  .technologies__area-active.tech_popup .technologies__wrap-popup::after {
    display: none;
  }
}
.technologies__popup {
  cursor: default;
  display: none;
  opacity: 0;
  position: absolute;
  width: 28vw;
  min-width: 100%;
  max-width: 430px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: auto;
  background: #fff;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 4, 7, 0.2);
  padding: 28px;
  transition: opacity 0.2s linear;
}
.technologies__popup-close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  display: block;
  background-image: url('//cdn.aristosgroup.ru/svg/attribute-tooltip/icon-close.svg');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 50% 50%;
  opacity: .6;
  transition: opacity 0.2s linear;
}
.technologies__popup-close:hover,
.technologies__popup-close:active,
.technologies__popup-close:focus {
  opacity: 1;
}
.technologies__popup-content {
  text-align: left;
}
.technologies__popup-title {
  font-family: 'Futura New', 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  margin-bottom: 5px;
  font-weight: 300;
  font-family: 'Futura New Book', 'Roboto Condensed', 'Arial', sans-serif;
}
.technologies__popup-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  font-weight: 300;
}
.technologies__popup-action {
  margin-top: 26px;
}
.technologies__popup-link {
  color: #26a792;
  font-family: 'Futura New', 'Arial', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px 6px;
  border: 1px solid transparent;
  border-color: #26a792;
  transition: 0.2s linear;
}
.technologies__popup-link:hover,
.technologies__popup-link:active,
.technologies__popup-link:focus {
  background-color: #26a792;
  color: #fff;
}
.box-collateral_upsell-products-new,
.box-collateral_related-products-new {
  padding: 0 80px 60px;
}
@media (max-width: 1199px) {
  .box-collateral_upsell-products-new,
  .box-collateral_related-products-new {
    padding: 0 40px 40px;
    margin-bottom: -40px;
  }
}
@media (max-width: 991px) {
  .box-collateral_upsell-products-new,
  .box-collateral_related-products-new {
    padding: 0 15px 40px;
  }
}
.box-collateral_upsell-products-new {
  margin-bottom: 50px;
}
.box-collateral_product_review_data {
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1350px) {
  .box-collateral_product_review_data {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .box-collateral_product_review_data {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 600px;
  }
  .box-collateral_product_review_data .box-wrap__title {
    padding: 0;
  }
}
.columns-cor {
  display: block !important;
}
.upsell-products .product-item__wrapper,
.related-products .product-item__wrapper {
  width: 100%;
  max-width: 264px;
  padding: 20px;
  margin: 0;
}
.box-collateral_video {
  padding-top: 0;
  padding-bottom: 70px;
}
.box-collateral_video > h2 {
  display: none;
}
.box-collateral_video .tab__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #5c5c5c;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.box-collateral_video .tab__header-item {
  width: 100px;
  position: relative;
  cursor: pointer;
}
.box-collateral_video .tab__header-item:after {
  content: '';
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #6cb89a;
  opacity: 0;
  transition: opacity 0.3s;
}
.box-collateral_video .tab__header-item:hover:after {
  opacity: 1;
}
.box-collateral_video .tab__header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  pointer-events: none;
}
.box-collateral_video .tab__header-btn img {
  width: 54px;
  display: block;
}
.box-collateral_video .tab__content-item {
  display: none;
}
.box-collateral_video .tab__content-item.active {
  display: block;
}
.box-collateral_video .tab__btn_active:after {
  opacity: 1;
}
.box-collateral_video .teaser {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.box-collateral_video .teaser__body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 72px;
  z-index: 3;
}
.box-collateral_video .teaser__body h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
}
.box-collateral_video .teaser__body p {
  color: #ffffff;
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 100px;
}
.box-collateral_video .teaser__back:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.666%;
}
.box-collateral_video .teaser__back img {
  display: block;
  position: absolute;
  max-width: none;
  left: 50%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.box-collateral_video .teaser__back iframe {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
}
.box-collateral_video .teaser:after {
  background: #333;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .4;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease-out;
}
.box-collateral_video .teaser:hover:after {
  opacity: .6;
}
.box-collateral_related-products h2,
.box-collateral_upsell-products h2 {
  margin-bottom: 25px;
}
.box-collateral_related-products .box-wrap,
.box-collateral_upsell-products .box-wrap {
  position: relative;
}
.upsell-products,
.related-products {
  max-width: none;
}
.catalog-product-view .button {
  padding: 6px 20.5px;
}
.catalog-product-view .button.button-one-click {
  display: inline-block;
  color: #5c5c5c;
  padding: 0 30px;
  height: 50px;
  line-height: 48px;
  margin-left: 15px;
}
.catalog-product-view .button.button-one-click:hover {
  color: #000;
}
.button_out-stock:before {
  display: none;
}
#lightgallery + .images-gallery__controls .images-gallery__slider-navigation,
.related-products__slider-navigation,
.upsell-products__slider-navigation {
  top: auto;
  transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6px;
  position: absolute;
}
#lightgallery + .images-gallery__controls .images-gallery__slider-navigation .swiper-pagination-bullet,
.related-products__slider-navigation .swiper-pagination-bullet,
.upsell-products__slider-navigation .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #9F9F9F;
  border-radius: 0;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
#lightgallery + .images-gallery__controls .images-gallery__slider-navigation .swiper-pagination-bullet:last-child,
.related-products__slider-navigation .swiper-pagination-bullet:last-child,
.upsell-products__slider-navigation .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#lightgallery + .images-gallery__controls .images-gallery__slider-navigation .swiper-pagination-bullet-active,
.related-products__slider-navigation .swiper-pagination-bullet-active,
.upsell-products__slider-navigation .swiper-pagination-bullet-active {
  background-color: #997C65;
}
.related-products__slider-navigation,
.upsell-products__slider-navigation {
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
#lightgallery + .images-gallery__controls .images-gallery__slider-navigation {
  position: static;
  transform: none;
  margin: 0 40px;
  width: auto;
}
@media (max-width: 991px) {
  #lightgallery + .images-gallery__controls .images-gallery__slider-navigation {
    margin: 0 30px;
  }
}
#box-product_review_data > .box-wrap__title {
  display: none;
}
#review-form-box {
  display: none;
}
.container .credit {
  text-align: center;
}
.container .credit .credit__main-text {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .container .credit .credit__main-text {
    font-size: 14px;
  }
}
.container .credit .credit__note {
  width: 90%;
  max-width: 500px;
  top: 37px;
  right: 50%;
  transform: translateX(50%);
}
.container .credit .credit__note_title {
  font-weight: bold;
  font-size: 18px;
}
.container .credit .credit__note_sub-header {
  font-size: 16px;
  line-height: 1.2;
}
.container .credit .credit__note_info {
  font-size: 14px;
  line-height: 1.2;
}
.jet-tooltip__list-item {
  padding-left: 20px;
}

.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}.images-gallery{position:relative}.images-gallery .owl-carousel .owl-item img{width:auto!important}.images-gallery .owl-thumb-item img{width:65px;height:auto}.images-gallery .owl-thumb-item.active{outline:1px solid #788084}.images-gallery .owl-thumb-item{cursor:pointer;margin-right:33px;background:0 0}.images-gallery .owl-thumb-item:last-child{margin-right:0}.images-gallery .owl-thumbs{margin-top:10px}.images-gallery .owl-carousel{max-width:675px}.images-gallery__big-image{width:100%;height:282px}.lg-outer.lg-visible .lg-img-wrap{padding:70px 20px 35px}.lg-outer.lg-visible .lg-inner{background-color:#fff}.lg-outer.lg-visible .lg-toolbar .lg-icon{color:rgba(255,255,255,.6)}.lg-outer.lg-visible .lg-actions .lg-next:active,.lg-outer.lg-visible .lg-actions .lg-next:focus,.lg-outer.lg-visible .lg-actions .lg-next:hover,.lg-outer.lg-visible .lg-actions .lg-prev:active,.lg-outer.lg-visible .lg-actions .lg-prev:focus,.lg-outer.lg-visible .lg-actions .lg-prev:hover,.lg-outer.lg-visible .lg-toolbar .lg-icon:active,.lg-outer.lg-visible .lg-toolbar .lg-icon:focus,.lg-outer.lg-visible .lg-toolbar .lg-icon:hover{color:#fff}.lg-outer.lg-visible .lg-actions .lg-next,.lg-outer.lg-visible .lg-actions .lg-prev,.lg-outer.lg-visible .lg-toogle-thumb{color:rgba(255,255,255,.6)}.lg-outer.lg-visible #lg-counter{color:#fff}.lg-outer.lg-visible .lg-toogle-thumb:active,.lg-outer.lg-visible .lg-toogle-thumb:focus,.lg-outer.lg-visible .lg-toogle-thumb:hover{color:#fff}.lg-outer.lg-visible .lg-thumb{padding:10px;margin:0 -5px -10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lg-outer.lg-visible .lg-thumb-item{float:none;border:0;border-radius:1px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 5px 10px;opacity:.8;transition:opacity .2s linear}.lg-outer.lg-visible .lg-thumb-item.active,.lg-outer.lg-visible .lg-thumb-item:active,.lg-outer.lg-visible .lg-thumb-item:focus,.lg-outer.lg-visible .lg-thumb-item:hover{opacity:1}@media (max-width:1023px){.images-gallery .owl-carousel .owl-item img{width:100%!important}.images-gallery__big-image{height:auto}}@media (min-width:1024px) and (max-width:1399px){.images-gallery__big-image{width:auto;height:300px}.images-gallery .owl-carousel{max-width:450px}}@media (min-width:1400px){.images-gallery__big-image{width:675px;height:450px}}.images-gallery__slide{opacity:0}.images-gallery__slide:first-child{opacity:1}.images-gallery .swiper-container-initialized .slide-loaded{opacity:1}.images-gallery__image img{width:100%;height:auto;padding:0 1px}.lg-outer.lg-visible .lg-thumb,.lg-outer.lg-visible .lg-toogle-thumb,.lg-outer.lg-visible .lg-toolbar{background-color:#000}.lg-outer.lg-visible .lg-actions .lg-next,.lg-outer.lg-visible .lg-actions .lg-prev{background-color:#d8d8d8}

.review-pros{background:url(https://shop.axor.ru/skin/frontend/base/default/images/et_extendedreview/iconPro.gif) no-repeat 1px 3px}.review-cons,.review-pros,.review-recommend{margin-top:7px;margin-bottom:8px;padding-left:19px;color:#666}.review-cons{background:url(https://shop.axor.ru/skin/frontend/base/default/images/et_extendedreview/iconCon.gif) no-repeat 1px 3px}.review-recommend{background:url(https://shop.axor.ru/skin/frontend/base/default/images/et_extendedreview/iconRecommend.gif) no-repeat 0 1px}.review-subrating{width:200px;display:inline-block;border-left:#cccedb 1px solid;padding:0 0 5px 10px;margin:0 10px 0 0;color:#666}.review-subrating img{display:block}.review-subrating-empty{width:200px;display:inline-block;border-left:0}.product-view .box-reviews dl small{color:#888;font-size:10px;font-style:normal;display:inline-block}.product-view .box-reviews dl h4{display:inline-block;color:#333;font-size:12px;margin-bottom:0}.product-view .box-reviews dt{margin-bottom:7px}.product-view .box-reviews dd.review-details{margin-bottom:20px}#summary_review_pros div.input-wrapper{background:url(https://shop.axor.ru/skin/frontend/base/default/images/et_extendedreview/iconPros.png) no-repeat 0 1px}#summary_review_cons div.input-wrapper{background:url(https://shop.axor.ru/skin/frontend/base/default/images/et_extendedreview/iconCons.png) no-repeat 0 1px}#summary_review_cons input,#summary_review_pros input{display:block;margin-bottom:5px}


.productquestions-container{list-style-type:none;background:url(https://shop.axor.ru/skin/frontend/base/default/images/bkg_product_collateral.gif) repeat-x 0 0;background-color:#faf7ee;padding:25px;margin:0;border:1px solid #c4c6c8;text-align:left}.productquestions-container h2{border-bottom:1px solid #e5dcc3;color:#e26703;font-size:15px;font-weight:700;margin:0 0 15px;padding:0 0 1px}.productquestions-container .pager{background:url(https://shop.axor.ru/skin/frontend/base/default/images/aw_productquestions/bkg_toolbar.gif) repeat-x 0 100% #fff;border-top:1px solid #e2e2e2;font-size:11px;padding:4px 8px;text-align:left;height:19px}.productquestions-container .pager .amount{float:left;margin:0}.productquestions-container .pager select{font-size:11px}.productquestions-container .pager .limiter{float:right}.productquestions-container .pager .limiter img{margin-left:5px;vertical-align:middle}.productquestions-container li.record{margin-top:10px}.productquestions-container li.record ul{padding:10px}.productquestions-container li.record ul li{padding:5px}.productquestions-container li.record ul li.reply{background-color:#faf7ee;margin-left:30px}.productquestions-container li.record ul li.helpfulness{background-color:#f1ecdb;text-align:right;margin-bottom:4px}.productquestions-container p{margin:20px}.productquestions-container .form-field{margin:0 0 8px}.productquestions-container label{color:#666;font-weight:700}.productquestions-container .pager label{font-weight:400;color:inherit}.productquestions-container label.required em{color:#eb340a;font-style:normal;margin-left:3px}.productquestions-container input{margin-right:5px}.productquestions-container .button-set{border-top:1px solid #e4e4e4;clear:both;margin:15px 0 0;padding:8px 0 0;text-align:right}.pager:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden;zoom:1}

