.product__price--page .product_price-old {
  color: #000;
  font-size: rem(20px); }
  .product__price--page .product_price-old:after {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(255, 0, 0, 0.75);
    transform: skewY(-15deg) translateY(-15px) scale(1.25); }

.product__tab-content h2 {
  font-size: 1.6rem; }
  @media (max-width: 767.98px) {
    .product__tab-content h2 {
      font-size: 1.2rem; } }

.product-page__img .product__flag {
  z-index: 10; }

.slider_goods .product .toCart, .slider_goods .product .priceRequest {
  display: none; }
  .slider_goods .product:hover .product__footer {
    display: none; }

.price_catalog {
  min-height: 50px;
  margin-top: 7px;
  margin-bottom: 7px; }
  .price_catalog span {
    display: inline-block;
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: 500; }
  .price_catalog span.product_price-info {
    display: none; }
  .price_catalog span.product__price__old {
    text-decoration: line-through;
    font-weight: 300;
    color: #a0a0a0; }

.btn-desire, .btn-compare, .btn-toCart {
  background: transparent;
  border-color: transparent; }
  .btn-desire:before, .btn-compare:before, .btn-toCart:before {
    margin: 0 auto 0.5rem; }

.border-style1 {
  border: 1px solid #e9ecef; }

.sticky-wrap {
  position: sticky;
  top: 0; }

.link-desire, .link-compare {
  color: #999;
  padding-left: 24px;
  background-position: left center !important; }
  .link-desire:hover, .link-compare:hover {
    color: #040720; }

.product-properties.text, .fw-product-properties.text, .characteristics__product.text {
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc; }

.product-properties__checkbox label, .fw-product-properties__checkbox label, .characteristics__product.checkbox .product-parameter label, .characteristics__product_val.checkbox .product-parameter label {
  cursor: pointer;
  padding: 5px 7px;
  border: 1px solid #e6e6e6;
  transition: border 0.4s;
  display: inline-block;
  height: 100%;
  line-height: 1.25;
  font-size: 14px; }
  .product-properties__checkbox input[type="radio"], .fw-product-properties__checkbox input[type="radio"], .characteristics__product.checkbox .product-parameter input[type="radio"], .characteristics__product_val.checkbox .product-parameter input[type="radio"], .product-properties__checkbox input[type="checkbox"], .fw-product-properties__checkbox input[type="checkbox"], .characteristics__product.checkbox .product-parameter input[type="checkbox"], .characteristics__product_val.checkbox .product-parameter input[type="checkbox"] {
    display: none; }
  .product-properties__checkbox input[type="radio"]:checked + label, .fw-product-properties__checkbox input[type="radio"]:checked + label, .characteristics__product.checkbox .product-parameter input[type="radio"]:checked + label, .characteristics__product_val.checkbox .product-parameter input[type="radio"]:checked + label, .product-properties__checkbox input[type="checkbox"]:checked + label, .fw-product-properties__checkbox input[type="checkbox"]:checked + label, .characteristics__product.checkbox .product-parameter input[type="checkbox"]:checked + label, .characteristics__product_val.checkbox .product-parameter input[type="checkbox"]:checked + label {
    background-color: #f7f7f7;
    border: 1px solid #ff6e2f; }
  .product-properties__checkbox input[type="radio"]:hover + label, .fw-product-properties__checkbox input[type="radio"]:hover + label, .characteristics__product.checkbox .product-parameter input[type="radio"]:hover + label, .characteristics__product_val.checkbox .product-parameter input[type="radio"]:hover + label, .product-properties__checkbox input[type="checkbox"]:hover + label, .fw-product-properties__checkbox input[type="checkbox"]:hover + label, .characteristics__product.checkbox .product-parameter input[type="checkbox"]:hover + label, .characteristics__product_val.checkbox .product-parameter input[type="checkbox"]:hover + label {
    border-color: #ff6e2f; }

.product-properties, .fw-product-properties {
  display: inline-block; }
  .product-properties__title, .fw-product-properties__title {
    font-weight: 500;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .product-properties__wrap, .fw-product-properties__wrap {
    margin-bottom: 10px; }
  .product-properties__color label, .fw-product-properties__color label {
    padding: 3px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer; }
    .product-properties__color label span, .fw-product-properties__color label span {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%; }
  .product-properties__color input, .fw-product-properties__color input {
    display: none; }
    .product-properties__color input:checked + label, .fw-product-properties__color input:checked + label {
      background-color: #f7f7f7;
      border: 1px solid #ff6e2f; }
    .product-properties__color input:hover + label, .fw-product-properties__color input:hover + label {
      border-color: #ff6e2f; }
  .product-properties__img, .fw-product-properties__img {
    width: 48px;
    height: 48px;
    object-fit: contain; }

.fw-property-description {
  width: 300px;
  font-weight: normal; }
  .fw-property-description > *:last-child {
    margin-bottom: 0; }

.fw-gallery__zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transform: scale(0);
  transition: linear 0.3s; }

.product-page__img:hover .fw-gallery__zoom {
  transform: scale(1); }

.characteristics__product.checkbox .product-parameter {
  display: inline-block;
  width: auto; }
  .characteristics__product_val.checkbox .product-parameter {
    display: inline-block;
    width: auto; }
  .characteristics__product + .characteristics__product {
    margin-top: 1rem; }

.characteristic-block {
  display: flex;
  align-items: flex-end; }
  .characteristic-values {
    width: 100%; }
  .characteristic-values .character-value {
    display: flex; }
  .characteristic-values .line {
    flex-grow: 1;
    border-bottom: 1px dashed #ccc;
    margin: 5px; }
  .characteristic_name {
    min-width: 150px; }

.fastorder-link {
  color: #999;
  border-bottom: 1px dashed;
  padding-bottom: 2px; }
  .fastorder-link:hover {
    color: #040720; }

.btn-desire, .btn-compare {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer; }

#goToOrderForm {
  max-width: 100%; }

#list-view.active, #grid-view.active {
  background-color: #ff6e2f;
  color: #fff; }

.js-desire.active {
  color: red; }
  .js-desire.active path {
    fill: red; }

.js-compare.active {
  color: red; }

.slide-nav__wrap {
  border: 2px solid transparent;
  padding: 3px; }

li.uk-active .slide-nav__wrap {
  border-color: #ff6e2f; }

.slider-nav-sm {
  width: 75px;
  flex: 0 0 75px; }

.fw-product__propeties-cart {
  margin-bottom: 20px; }

.title-compare, .price-compare, .rating-compare, .code-compare {
  margin-bottom: 5px; }

.rating-compare {
  line-height: 1; }

.imgs-compare, .price-compare, .action-compare {
  margin-bottom: 20px; }

.product__feature {
  display: flex;
  align-items: center; }
  .product__feature:first-child {
    margin-top: 10px; }
  .product__feature * {
    font-size: 0.85rem; }
  .product__feature span:nth-child(even) {
    margin-left: 10px; }

.js-compare-link {
  width: 220px;
  font-size: 14px; }

.fw-product__propeties-cart {
  position: relative; }
  .fw-product__propeties-cart p {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px;
    padding: 10px 15px 10px 50px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.10);
    background-color: #fff; }
  .fw-product__propeties-cart p::before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('/uploads/storage/icons/alarm-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    top: 7px;
    left: 10px; }
  .fw-product__propeties-cart p::after {
    position: absolute;
    content: '';
    left: -10px;
    bottom: 15px;
    margin: 0 0 0 -5px;
    border: 5px solid transparent;
    border-right: 14px solid #fff; }

.product-properties__wrap.blink label {
  box-sizing: border-box;
  animation: border 1.5s ease-in-out; }

@keyframes border {
  0% {
    border: 1px solid #b4c4db; }

  50% {
    border: 1px solid #005eec; }

  100% {
    border: 1px solid #bcc7d6; } }

.fw-product-card__properties p {
  position: absolute;
  right: 0;
  left: 0;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.10);
  background-color: #fff;
  text-align: center; }

.fw-products-slider-tabs {
  padding-top: 30px;
  border-top: 1px solid #dfc228; }

.fw-category-tab__name.nav-link {
  max-width: 210px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #040720;
  transition: 0.3s;
  text-align: center; }

.fw-category-tab.nav-item {
  margin: 10px 15px;
  max-width: 170px;
  flex: 1 1 156px;
  cursor: pointer; }
  .fw-category-tab.nav-item:hover .fw-category-tab__name.nav-link {
    background: #ff6e2f;
    border: 1px solid #ff6e2f;
    color: #fff; }
  .fw-category-tab.nav-item.active .fw-category-tab__name.nav-link {
    background: #ff6e2f;
    border: 1px solid #ff6e2f;
    color: #fff; }
  .fw-category-tab.nav-item.uk-active .fw-category-tab__name.nav-link {
    background: #ff6e2f;
    border: 1px solid #ff6e2f;
    color: #fff; }

.fw-category-tab__items {
  margin-top: 50px; }

.fw-categories-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px -15px; }

@media (max-width: 530px) {
  .fw-category__item-wrap {
    width: 100%; } }

.fw-product-card-main__price-basket .fw-product-card-main__discount {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 5px 4px 4px 10px;
  line-height: 23px;
  background: url('/uploads/storage/icons/discount-bg.svg') center/100% 100% no-repeat; }

.fw-product-card-main__wrap {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
  position: relative; }
  .fw-product-card-main__wrap:hover {
    border-color: #dfc228; }
  .fw-product-card-main__image {
    border-radius: 10px;
    overflow: hidden;
    max-height: 159px; }
  .fw-product-card-main__image img {
    opacity: 1;
    transition: 0.3s;
    width: 100%;
    object-fit: cover; }
    .fw-product-card-main__image img:hover {
      opacity: 0.6; }
  .fw-product-card-main__body {
    padding: 30px 30px 34px 30px; }
  @media (max-width: 1200px) {
    .fw-product-card-main__body {
      padding: 25px; } }
  .fw-product-card-main__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #040720;
    margin-bottom: 32px;
    text-align: center; }
  .fw-product-card-main__name span {
    color: #f05923; }
  @media (max-width: 960px) {
    .fw-product-card-main__name {
      font-size: 18px; } }
  .fw-product-card-main__price-basket {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px; }
  .fw-product-card-main__price .actual-price {
    font-weight: 700;
    color: #040720;
    font-size: 20px;
    line-height: 20px; }
  .fw-product-card-main__price .old-price {
    color: #656666;
    font-size: 18px;
    font-weight: 600;
    margin-right: 7px;
    text-decoration: line-through; }
  .fw-product-card-main.out-of-stock .fw-product-card-main__wrap:hover {
    border-color: #e5e5e5; }
  .fw-product-card-main.out-of-stock .fw-product-card-main__image img {
    opacity: 0.45; }
  .fw-product-card-main.out-of-stock .fw-product-card-main__name {
    opacity: 0.45; }
    .fw-product-card-main.out-of-stock .fw-product-card-main__name span {
      color: #040720; }
  .fw-product-card-main.out-of-stock .fw-product-card-main__props .fw-property-item {
    opacity: 0.45; }
  .fw-product-card-main.out-of-stock .fw-product-card-main__out-wrap {
    color: #ff4c5b;
    border: 1px solid #ff4c5b;
    border-radius: 8px;
    height: 37px;
    margin-top: 35px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600; }

.front_page-smurf_item_add__cross {
  opacity: 0;
  transition: 0.3s; }

.fw-btn-addToCart {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fw-btn-addToCart:hover svg path {
    stroke: #ff6e2f; }
    .fw-btn-addToCart:hover svg .front_page-smurf_item_add__cross {
      opacity: 1; }

@media (max-width: 450px) {
  .fw-product-tabs__wrap.category-widget-ver .fw-product-tabs__nav li a {
    padding: 0px 15px;
    text-align: center; }

  .fw-product-tabs__switcher {
    padding-top: 30px; }

  .fw-categories-tabs {
    justify-content: space-between;
    margin: 0;
    margin-bottom: -15px; }

  .fw-category-tab.nav-item {
    margin: 0;
    max-width: 155px;
    margin-bottom: 15px; }

  .fw-category-tab__items {
    margin-top: 30px; } }

.fw-account__item-wrap {
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 25px;
  position: relative;
  display: block;
  transition: 0.3s; }
  .fw-account__item-wrap::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 25px;
    right: 25px;
    display: block;
    height: 10px;
    transform: translateY(-11px);
    transition: 0.3s;
    z-index: -1;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; }
  .fw-account__item-wrap.fw-account__item-left {
    background-image: url('/uploads/storage/lol-page/lol-smurf-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .fw-account__item-wrap.fw-account__item-left::after {
      background-color: #ffab87; }
  .fw-account__item-wrap.fw-account__item-wrap-2490 {
    background-image: url('/uploads/storage/lol-page/lol-smurf-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .fw-account__item-wrap.fw-account__item-wrap-2490::after {
      background-color: #ffab87; }
  .fw-account__item-wrap.fw-account__item-right {
    background-image: url('/uploads/storage/lol-page/lol-acc-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .fw-account__item-wrap.fw-account__item-right::after {
      background-color: #dfc228; }
  .fw-account__item-wrap.fw-account__item-wrap-2491 {
    background-image: url('/uploads/storage/lol-page/lol-acc-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .fw-account__item-wrap.fw-account__item-wrap-2491::after {
      background-color: #dfc228; }
  @media (max-width: 640px) {
    .fw-account__item-wrap {
      padding: 15px; } }
  .fw-account__item-wrap:hover::after {
    transform: translateY(0px); }
  .fw-account__item-title h3 {
    text-align: center;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    color: #040720;
    font-size: 1.55rem; }
    @media (max-width: 640px) {
    .fw-account__item-title h3 {
      font-size: 1.3rem; } }
  .fw-account__item-link {
    text-align: center;
    margin-bottom: 25px; }
  .fw-account__item-link a {
    font-size: 0.875rem; }
  .fw-account__feat-wrap {
    padding: 11px 15px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    color: #040720;
    font-weight: 700;
    box-sizing: border-box;
    height: 100%; }
  .fw-account__feat-wrap img {
    margin-right: 10px; }

.fw-categories__item-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 21px 22px 12px 22px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 10px;
  transition: 0.3s; }
  .fw-categories__item-wrap:hover {
    border-color: #040720; }
  .fw-categories__item.active a {
    border-color: #040720; }
  .fw-categories__item-image {
    flex-shrink: 0;
    height: 50px; }
  .fw-categories__item-image img {
    height: 100%; }
  .fw-categories__item-name {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #040720; }

.fw-catalog-page {
  padding-top: 100px; }
  .fw-catalog-page__subcat-wrap {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px -15px; }
  .fw-catalog-page__sort-wrap {
    border-bottom: 1px solid #dfc228;
    padding-bottom: 15px; }
  .fw-catalog-page__prod-wrap {
    padding-top: 35px; }
  .fw-catalog-page__subcat-item {
    margin: 10px 15px;
    max-width: 170px;
    flex: 1 1 156px;
    cursor: pointer; }
  .fw-catalog-page__subcat-item a {
    max-width: 210px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #040720;
    transition: 0.3s;
    text-align: center; }
    .fw-catalog-page__subcat-item a:hover {
      background: #ff6e2f;
      border: 1px solid #ff6e2f;
      color: #fff; }
  .fw-catalog-page__descr {
    padding-top: 70px; }
  .fw-catalog-page__descr-wrap {
    border-radius: 10px;
    border: 1px solid #dfc228;
    background-color: #f5f5f5;
    text-align: center;
    padding: 40px 125px; }
  @media (max-width: 1200px) {
    .fw-catalog-page__descr-wrap {
      padding: 25px; } }
  @media (max-width: 960px) {
    .fw-catalog-page__descr-wrap {
      padding: 15px; } }

.fw-catalog-title {
  margin-bottom: 40px; }

.custom-catalog-title {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfc228; }

.fw-catalog-page__count {
  line-height: 1.25;
  font-weight: 700;
  color: #040720; }
  @media (max-width: 640px) {
  .fw-catalog-page__count {
    margin-bottom: 20px; } }

@media (max-width: 640px) {
    .fw-catalog-page__filter {
      width: 100%; } }

.fw-catalog-page__filter-sort-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfc228;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 640px) {
  .fw-catalog-page__filter-sort-wrap {
    flex-wrap: wrap;
    justify-content: center; } }

.custom-filter-block__wrap {
  display: flex;
  justify-content: flex-end; }
  .custom-filter-block__item {
    margin-left: 30px; }
  @media (max-width: 640px) {
    .custom-filter-block__item {
      margin-left: 12px; } }
  .custom-filter-block__reset {
    color: #040720;
    font-weight: 700;
    width: 126px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center; }
  .custom-filter-block__reset span + span {
    margin-left: 5px; }
  @media (max-width: 640px) {
    .custom-filter-block__reset {
      width: 100px;
      height: 35px;
      font-size: 14px; } }

.custom-sort {
  position: relative;
  z-index: 11; }
  .custom-sort__title {
    font-weight: 700;
    min-width: 124px;
    width: 100%;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #dfc228;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 11px;
    box-sizing: border-box;
    cursor: pointer; }
  .custom-sort__title span + span {
    margin-left: 5px; }
  @media (max-width: 640px) {
    .custom-sort__title {
      min-width: 100px;
      height: 35px;
      font-size: 14px; } }
  .custom-sort__body {
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #dfc228;
    width: 100%;
    max-height: 300px;
    padding: 15px 12px;
    box-sizing: border-box;
    display: none; }
  .custom-sort__body .sort-body_item {
    color: #656666;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    padding: 5px 0;
    transition: 0.3s; }
    .custom-sort__body .sort-body_item:hover {
      color: #ff6e2f; }
  .custom-sort__icon {
    transform: rotate(0);
    transition: 0.3s; }

.custom-sort__title.open .custom-sort__icon {
  transform: rotate(180deg); }

.custom-filter__title.open .custom-sort__icon {
  transform: rotate(180deg); }

.filter-product-form__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.custom-filter {
  position: relative;
  z-index: 11; }
  .custom-filter__title {
    font-weight: 700;
    min-width: 124px;
    width: 100%;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #dfc228;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #040720;
    cursor: pointer; }
  .custom-filter__title span + span {
    margin-left: 5px; }
  @media (max-width: 640px) {
    .custom-filter__title {
      min-width: 100px;
      height: 35px;
      font-size: 14px; } }
  .custom-filter__body {
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #dfc228;
    width: 100%;
    max-height: 300px;
    padding: 15px 12px;
    box-sizing: border-box;
    display: none; }
  .custom-filter__body .filter__val {
    position: relative; }
    .custom-filter__body .filter__val input:checked + label > div {
      color: #ff6e2f; }
  .custom-filter__body input {
    opacity: 0;
    position: absolute; }
  .custom-filter__body label {
    display: block;
    cursor: pointer; }
    .custom-filter__body label > div {
      color: #656666;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.25;
      padding: 5px 0;
      transition: 0.3s; }
      .custom-filter__body label > div:hover {
        color: #ff6e2f; }

.js-custom-filter__submit {
  position: absolute;
  opacity: 0; }

.product-card {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  padding: rem(15px) rem(15px);
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #f4f4f4; }
  .product-card:hover {
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15); }
  .product-card__wrap {
    box-sizing: border-box; }
  .product-card__img {
    position: relative; }
  .product-card__title {
    font-weight: 500;
    color: #656666; }
  .product-card__title:hover {
    color: #ff6e2f;
    text-decoration: none; }
  .product-card__oldprice {
    font-weight: 200;
    position: relative;
    display: inline-block;
    margin-right: 0.5rem; }
  .product-card__oldprice::after {
    content: '';
    display: block;
    border-top: 1px solid red;
    position: absolute;
    width: 100%;
    height: 1px;
    transform: rotate(-15deg);
    top: 50%; }
  .product-card__price {
    font-size: 1.25rem;
    font-weight: 500;
    color: #040720; }
  .product-card__pricecart {
    margin-bottom: 0.75rem; }
  .product-card .fw-btn-addToCart {
    width: 100%; }

.product-card__top {
  position: relative; }
  .product-card__top .col-text {
    width: calc(100% - 40px); }
  .product-card__top .col-buttons {
    width: 36px;
    position: absolute;
    right: 0;
    top: 0; }

.fw-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  transition: 0.3s;
  position: relative; }
  .fw-product-card:hover {
    border-color: #dfc228; }
  .fw-product-card:hover .fw-product-card__desire-btn {
    opacity: 1; }
  .fw-product-card__desire-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transition: 0.3s; }
  .fw-product-card__desire-btn span svg path {
    stroke-width: 2;
    stroke: #fff !important;
    fill: transparent;
    transition: 0.3s; }
  .fw-product-card__desire-btn:hover span svg path {
    stroke: #ff6e2f !important;
    fill: #ff6e2f; }
  .fw-product-card__image {
    border-radius: 10px;
    overflow: hidden;
    height: 105px;
    position: relative; }
  .fw-product-card__image a {
    display: block;
    height: 100%;
    width: 100%; }
    .fw-product-card__image a img {
      width: 100%;
      filter: brightness(1);
      transition: 0.3s;
      margin-top: -15px; }
  .fw-product-card__image:hover a img {
    filter: brightness(0.6); }
  .fw-product-card__body {
    padding: 20px 24px 30px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  @media (max-width: 1200px) {
    .fw-product-card__body {
      padding: 20px; } }
  .fw-product-card__name {
    text-align: center;
    margin-bottom: 10px;
    color: #040720;
    font-weight: 700;
    display: block; }
  .fw-product-card__props {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  .fw-product-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto; }
  .fw-product-card__price {
    font-size: 20px; }
  .fw-product-card__price .old-price {
    font-weight: 600;
    margin-right: 6px;
    text-decoration: line-through;
    font-size: 18px; }
  .fw-product-card__price .actual-price {
    color: #040720;
    font-weight: 700; }
    .fw-product-card__price .actual-price span sup {
      top: -0.3em;
      font-size: 70%; }
  .fw-product-card__more-wrap a {
    display: block;
    font-size: 12px;
    color: #dfc228;
    border: 1px solid #dfc228;
    border-radius: 10px;
    background-color: #fff;
    padding: 7px 8px;
    transition: 0.3s; }
    .fw-product-card__more-wrap a:hover {
      background-color: #dfc228;
      color: #fff; }
  .fw-product-card__discount {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px 4px 4px 10px;
    line-height: 23px;
    background: url('/uploads/storage/icons/discount-bg.svg') center/100% 100% no-repeat; }

.fw-catalog-page__prod-wrap .fw-product-card .fw-property-item {
  font-weight: 500; }
  .fw-catalog-page__prod-wrap .fw-product-card .fw-property-item .fw-property-vals__value {
    font-weight: 600; }

.fw-prod-page__proucts-slider-tabs .fw-product-card .fw-property-vals .fw-property-vals__value {
  font-weight: 500;
  color: #656666; }

.fw-product-tabs__switcher .fw-product-card .fw-property-vals .fw-property-vals__value {
  font-weight: 500;
  color: #656666; }

.fw-prod-page__proucts-slider-tabs .fw-product-card__body {
  padding: 20px 30px 25px; }
  .fw-prod-page__proucts-slider-tabs .fw-product-card__name {
    text-align: left;
    margin-bottom: 0; }
  .fw-prod-page__proucts-slider-tabs .fw-product-card__props {
    border-top: none;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 0px; }
  .fw-prod-page__proucts-slider-tabs .fw-property-name {
    display: none; }
  .fw-prod-page__proucts-slider-tabs .fw-property-item {
    display: none;
    margin-bottom: 0; }
  .fw-prod-page__proucts-slider-tabs .fw-property-item.prop-type-Type {
    display: block; }

.fw-product-tabs__block-vp .fw-product-card__body {
  padding: 20px 30px 25px; }
  .fw-product-tabs__block-vp .fw-product-card__name {
    text-align: left;
    margin-bottom: 0; }
  .fw-product-tabs__block-vp .fw-product-card__props {
    border-top: none;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 0px; }
  .fw-product-tabs__block-vp .fw-property-name {
    display: none; }
  .fw-product-tabs__block-vp .fw-property-item {
    display: none;
    margin-bottom: 0; }
  .fw-product-tabs__block-vp .fw-property-item.prop-type-Type {
    display: block; }

.fw-product-card__help-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(147, 147, 147, 0.3);
  border: 1px solid rgba(147, 147, 147, 0.2);
  box-sizing: border-box;
  border-radius: 7px;
  cursor: pointer; }
  .fw-product-card__help-btn::before {
    content: "i";
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

.fw-product-card__help-hint {
  display: none;
  text-align: left;
  background: #fff;
  padding: 6px 15px 3px 10px;
  box-sizing: border-box;
  max-width: 150px;
  min-width: 90px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 28px;
  border-radius: 4px;
  color: #040720;
  font-size: 10px;
  line-height: 13px;
  box-shadow: 4px 4px 4px 0px rgba(35, 62, 83, 0.2); }
  .fw-product-card__help-hint p {
    margin: 0; }
  .fw-product-card__help-hint::before {
    position: absolute;
    content: "";
    right: -8px;
    top: 6px;
    border: 5px solid transparent;
    border-left: 5px solid #fff; }

.fw-product-card__help-btn:hover .fw-product-card__help-hint {
  display: block; }

.js-desire.js-desire-custom.active {
  color: #ff6e2f; }
  .js-desire.js-desire-custom.active path {
    fill: #ff6e2f;
    stroke: #ff6e2f !important; }

.fw-sticker-wrap {
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  z-index: 10;
  display: flex; }

.fw-sticker {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 20px;
  position: relative;
  display: inline-block;
  height: 22px;
  border-radius: 45px;
  line-height: 1;
  box-sizing: border-box; }
  .fw-sticker-wrap {
    position: absolute; }
  .fw-sticker-transform {
    z-index: 1;
    position: absolute;
    top: 12px;
    right: -30px;
    padding: 6px 40px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.5, 0.06, 0.85);
    transition: 0.5s cubic-bezier(0.25, 0.5, 0.06, 0.85); }
  .fw-sticker-promo {
    background-color: #ff6e2f; }
  .fw-sticker-sale {
    background-color: #ff6e2f; }
  .fw-sticker-hit {
    background-color: #ffce00; }
  .fw-sticker-new {
    background-color: #fb3e32; }

.product-sidebar {
  background-color: #fff; }

.order-block {
  margin-bottom: 20px; }

.product-page__img-wrap {
  border: 1px solid transparent;
  transition: all linear 0.3s; }
  .product-page__img-wrap:hover {
    border-color: #ff6e2f; }

.product-page__price {
  font-size: 2rem;
  font-weight: bold; }
  .product-page__price-old {
    text-decoration: line-through;
    color: #989898; }
  .product-page__price-discount {
    display: inline-block;
    border-radius: 3px;
    background-color: #ff6e2f;
    color: #fff;
    padding: 0 5px 1px;
    font-size: 0.875rem; }
  .product-page__price-block {
    margin-bottom: 20px; }

.properties__title {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
  letter-spacing: 1px; }

.product-page__propeties-cart {
  margin-bottom: 30px; }

@media (min-width: 1200px) {
    .fw-comments-form {
      width: calc(65% - 20px); } }

.js-add-to-cart {
  cursor: pointer; }

.fw-product-information__detail-item-name span + span {
  margin-left: 10px; }
  .fw-product-information__wrap {
    padding-bottom: 100px; }
  .fw-product-information__price-cart-char {
    padding: 23px 35px 15px 35px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5; }
  @media (max-width: 960px) {
    .fw-product-information__price-cart-char {
      padding: 15px; } }
  .fw-product-information__price {
    margin-bottom: 20px;
    color: #040720;
    font-size: 30px;
    font-weight: 600;
    line-height: 1; }
  .fw-product-information__price .currency-sup {
    margin-right: -2px;
    top: -0.3em;
    font-size: 65%; }
  .fw-product-information__price .price-sup {
    top: -0.42em;
    font-size: 60%;
    margin-left: 3px; }
  .fw-product-information__chars {
    padding-top: 15px; }
  .fw-product-information__chars .fw-property-item {
    justify-content: space-between;
    color: #040720;
    font-size: 14px;
    margin-bottom: 15px;
    align-items: center; }
  .fw-product-information__chars .fw-property-name {
    border-bottom: none;
    flex-grow: 0;
    display: flex;
    align-items: center; }
  .fw-product-information__chars .fw-property-name span {
    background: transparent;
    bottom: 0; }
  .fw-product-information__chars .fw-property-name .fw-property-name__image {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .fw-product-information__chars .fw-property-values {
      flex: none;
      max-width: none;
      font-weight: 600;
      bottom: 0;
      padding-left: 0;
      line-height: 1; }
  .fw-product-information__details {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 15px 35px;
    position: relative; }
  .fw-product-information__detail-item {
    margin-bottom: 10px;
    color: #040720; }
  .fw-product-information__detail-item-descr button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0; }
  .fw-product-information__detail-item-descr span {
    background: #ffce00;
    border-radius: 50%;
    cursor: pointer; }
  .fw-product-information__detail-item-descr .drop-descr {
    width: 550px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #9a9898, 0 0;
    position: absolute;
    right: -1px;
    z-index: 1; }
  .fw-product-information__detail-item-descr .drop-descr--secure {
    bottom: 90px; }
  .fw-product-information__detail-item-descr .drop-descr--return {
    bottom: 55px; }
  .fw-product-information__share {
    padding: 15px 0; }
  .fw-product-information__share ul li {
    border-radius: 50%;
    overflow: hidden; }
  .fw-product-information__share-wrap {
    justify-content: center; }

.drop-descr {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s; }

.fw-product-information__detail-item-descr:hover .drop-descr {
  visibility: visible;
  opacity: 1; }

.fw-product-slideshow__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.fw-bc-product {
  margin-top: 20px; }
  @media (max-width: 960px) {
  .fw-bc-product {
    margin-bottom: 30px; } }

.fw-product-title__wrap {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .fw-product-title__wrap .fw-title h1 {
    font-size: 30px;
    font-weight: 700; }

.fw-stock__wrap-in {
  font-size: 16px;
  font-weight: 700;
  color: #0cb553; }

.fw-stock__wrap-out {
  font-size: 16px;
  font-weight: 700;
  color: #f00; }

.fw-product-status__wrap {
  display: flex;
  align-items: center; }
  .fw-product-status__wrap div + div {
    margin-left: 10px; }

.fw-product-rating__wrap {
  padding-top: 20px;
  padding-bottom: 50px; }

.fw-product-stick {
  font-size: 12px;
  line-height: 2;
  color: #fff;
  line-height: 1;
  padding: 7px 20px;
  border-radius: 45px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700; }
  .fw-product-stick__new {
    background-color: #fb3e32; }
  .fw-product-stick__popular {
    background-color: #ffce00; }

.fw-product-slider__wrap {
  padding-bottom: 50px; }
  .fw-product-slider__item a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 100%; }

.fw-product-description__wrap {
  color: #040720;
  line-height: 2;
  padding-bottom: 50px; }

.fw-product-main-tabs__nav {
  padding: 0;
  margin-bottom: -1px; }
  @media (max-width: 640px) {
    .fw-product-main-tabs__nav {
      display: none; } }
  .fw-product-main-tabs__nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
  .fw-product-main-tabs__nav ul li.fw-tab-item {
    padding: 0;
    margin: 0; }
    .fw-product-main-tabs__nav ul li.fw-tab-item a.fw-tab-link {
      opacity: 1;
      color: #040720;
      font-weight: 700;
      text-transform: uppercase;
      padding: 24px 35px 15px 35px;
      display: block;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background: 0 0;
      border: 1px solid transparent; }
      .fw-product-main-tabs__nav ul li.fw-tab-item a.fw-tab-link::before {
        display: none !important; }
  .fw-product-main-tabs__nav ul li.fw-tab-item.active a.fw-tab-link {
    text-shadow: none;
    background-color: #f5f5f5;
    border-color: #dfc228 #dfc228 #f5f5f5; }
  .fw-product-main-tabs__content {
    border: 1px solid #dfc228;
    background-color: #f5f5f5;
    border-radius: 10px; }
  @media (min-width: 640px) {
    .fw-product-main-tabs__content {
      border-top-left-radius: 0px; } }
  .fw-product-main-tabs__content .fw-tab-content {
    margin-bottom: 0; }
  .fw-product-main-tabs__content .fw-tab-content .fw-tab-header {
    border: none;
    padding: 15px 40px 10px;
    background: transparent; }
    .fw-product-main-tabs__content .fw-tab-content .fw-tab-header .fw-tab-title {
      text-transform: uppercase;
      color: #040720;
      font-weight: 700;
      font-size: 16px; }
  .fw-product-main-tabs__content .fw-tab-content .fw-tab-body {
    color: #040720;
    line-height: 2;
    padding: 40px 40px 60px 40px; }

.fw-product-props {
  margin-bottom: 40px; }

.fw-product-rating__wrap-block #rating__wrap span + span, .fw-product-rating__wrap-mobile #rating__wrap span + span {
  margin-left: 5px; }
  .fw-product-rating__wrap-block #rating__wrap span.star, .fw-product-rating__wrap-mobile #rating__wrap span.star {
    color: #e25f26; }
  .fw-product-rating__wrap-block #rating__wrap span.star.star-fill path, .fw-product-rating__wrap-mobile #rating__wrap span.star.star-fill path {
    fill: #ff6e2f; }

.fw-product-rating__wrap-block {
  display: flex;
  justify-content: center;
  align-items: center; }
  .fw-product-rating__wrap-block .rating-count {
    color: #040720;
    margin-left: 20px; }
  .fw-product-rating__wrap-block .rating-count a {
    color: #040720;
    font-weight: 700;
    border-bottom: 1px solid; }
  .fw-product-rating__wrap-block .rating-count a:hover {
    color: #ff6e2f; }

#rating__wrap-drop-btn {
  margin-left: 12px; }

.fw-product-rating__wrap-mobile {
  position: relative; }

.rating-drop-custom-info-mobile {
  position: absolute;
  top: 60px;
  left: 15px;
  z-index: 1;
  display: none; }

.fw-customers-rating__wrap .rating-drop-btn, .fw-product-rating__wrap-mobile .rating-drop-btn {
  color: #040720;
  margin-left: 10px;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0; }
  .fw-customers-rating__wrap .rating__description, .fw-product-rating__wrap-mobile .rating__description {
    font-size: 16px;
    font-weight: 700;
    color: #040720; }
  .fw-customers-rating__wrap .rating__placeholder, .fw-product-rating__wrap-mobile .rating__placeholder {
    width: 70%;
    margin-left: 5px;
    margin-right: 5px;
    height: 20px;
    background-color: #ede9e9;
    border-radius: 39px; }
  .fw-customers-rating__wrap .rating__progress, .fw-product-rating__wrap-mobile .rating__progress {
    height: 100%;
    border-radius: 39px;
    background-color: #ff6e2f; }
  .fw-customers-rating__wrap .rating-drop-custom-info, .fw-product-rating__wrap-mobile .rating-drop-custom-info {
    width: 290px; }
  .fw-customers-rating__wrap .rating-drop-custom-info__wrap, .fw-product-rating__wrap-mobile .rating-drop-custom-info__wrap {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 18px 20px 14px 20px;
    position: relative; }
  .fw-customers-rating__wrap .rating-drop-custom-info__wrap::before, .fw-product-rating__wrap-mobile .rating-drop-custom-info__wrap::before {
    position: absolute;
    content: '';
    top: -1px;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    transform: rotate(45deg) translateX(-75%);
    border-right-color: #f5f5f5;
    border-bottom-color: #f5f5f5; }
  .fw-customers-rating__wrap .rating-drop-custom-info__body, .fw-product-rating__wrap-mobile .rating-drop-custom-info__body {
    padding: 10px 0; }
  .fw-customers-rating__wrap .rating-drop-custom-info__body-wrap, .fw-product-rating__wrap-mobile .rating-drop-custom-info__body-wrap {
    display: flex;
    flex-direction: column-reverse; }
  .fw-customers-rating__wrap .rating-drop-custom-info__body-item, .fw-product-rating__wrap-mobile .rating-drop-custom-info__body-item {
    margin-bottom: 8px; }
  .fw-customers-rating__wrap .rating-drop-custom-info__body-item:first-child, .fw-product-rating__wrap-mobile .rating-drop-custom-info__body-item:first-child {
    margin-bottom: 0; }
  .fw-customers-rating__wrap .rating-drop-custom-info__body-item span, .fw-product-rating__wrap-mobile .rating-drop-custom-info__body-item span {
    font-size: 12px;
    color: #040720;
    font-weight: 600;
    flex-shrink: 0; }
  .fw-customers-rating__wrap .rating-drop-custom-info__body-item .star-count, .fw-product-rating__wrap-mobile .rating-drop-custom-info__body-item .star-count {
    width: 45px; }
  .fw-customers-rating__wrap .rating-drop-custom-info__body-item .percent-count, .fw-product-rating__wrap-mobile .rating-drop-custom-info__body-item .percent-count {
    width: 26px;
    text-align: right; }
  .fw-customers-rating__wrap .rating-drop-custom-info__bottom, .fw-product-rating__wrap-mobile .rating-drop-custom-info__bottom {
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
    text-align: center; }
  .fw-customers-rating__wrap .rating-drop-custom-info__bottom a, .fw-product-rating__wrap-mobile .rating-drop-custom-info__bottom a {
    font-size: 12px;
    color: #040720;
    font-weight: 600; }
    .fw-customers-rating__wrap .rating-drop-custom-info__bottom a:hover, .fw-product-rating__wrap-mobile .rating-drop-custom-info__bottom a:hover {
      color: #ff6e2f; }

.fw-product-reviews {
  padding-top: 100px; }

.fw-product-main-tabs__switcher {
  padding-top: 40px;
  border-top: 1px solid #dfc228; }
  @media (max-width: 500px) {
  .fw-product-main-tabs__switcher {
    padding-top: 30px; } }

.fw-product-main-tabs__sld-items {
  padding-top: 15px;
  padding-bottom: 5px;
  justify-content: center; }
  @media (max-width: 500px) {
  .fw-product-main-tabs__sld-items {
    justify-content: flex-start;
    margin-left: -15px; } }

@media (max-width: 640px) {
  .fw-product-information__information {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px; }

  .fw-product-information__price {
    text-align: center; }

  .fw-product-information__price-cart-char {
    border-radius: 0;
    margin-bottom: 0; }

  .fw-product-information__details {
    border: none;
    border-radius: 0;
    padding: 15px; }

  .fw-product-information__share {
    padding: 5px 15px; }

  .fw-product-rating__wrap.fw-product-rating__wrap-mobile {
    padding-bottom: 10px; }

  .fw-product-information__share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 0 11px 0 0; }

  .fw-product-information__share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    width: 30px;
    height: 30px; }

  .fw-product-rating__wrap-block #rating__wrap span + span {
    margin-left: 6px; }

  .fw-product-information__detail-item-descr .drop-descr {
    right: 10px;
    left: 10px;
    width: auto; } }

@media (max-width: 500px) {
  .fw-product-title__wrap.fw-product-title__wrap-mobile .fw-title {
    max-width: 250px; }

  .fw-product-information__share-wrap {
    justify-content: space-between; } }

.fw-product-information__price-old {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  font-size: 22px;
  color: #999; }

.fw-property-item {
  display: flex;
  margin-bottom: 18px;
  line-height: 1.25;
  color: #040720; }
  .fw-property-item:last-child {
    margin-bottom: 0; }
  @media (max-width: 640px) {
    .fw-property-item {
      font-size: 14px; } }
  .fw-property-values {
    flex: 0 0 35%;
    max-width: 35%;
    padding-left: 20px;
    position: relative;
    bottom: -4px; }
  @media (max-width: 640px) {
    .fw-property-values {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 10px; } }
  .fw-property-name {
    margin-right: 6px; }
  .fw-property-name span {
    position: relative; }

.fw-property-values__value + .fw-property-values__value:before {
  content: ',';
  position: relative;
  left: -5px; }

.fw-basket-product__property {
  font-size: 14px;
  line-height: 1.5; }

.fw-property__list {
  margin-top: 5px; }
  .fw-property__item {
    font-size: 14px;
    line-height: 1.5; }
  .fw-property__name {
    color: #7c7c7c; }
  .fw-property__value {
    color: #4d4d4d; }
  .fw-property__value-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(3px); }

.fw-slider-arrow {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 3px;
  color: #000;
  transition: 0.3s;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; }
  .fw-slider-arrow svg {
    width: 9px; }
  .fw-slider-arrow:hover {
    background-color: #ff6e2f;
    color: #fff; }
  .fw-slider-arrow--prev {
    bottom: 45%; }
  .fw-slider-arrow--next {
    bottom: 45%; }

#lb-cont li a:hover .fw-gallery__zoom {
  transform: scale(1); }

.fw-prod-slideshow .fw-slider-arrow--next {
  right: 0; }
  .fw-prod-slideshow .fw-slider-arrow--prev {
    left: 0; }

.fw-prod-slideshow__add {
  padding: 15px 0;
  border-bottom: 1px solid #eff1f5;
  border-top: 1px solid #eff1f5; }

.fw-slider-add-arrow {
  top: 32%;
  display: block;
  border-radius: 3px;
  background: transparent;
  transition: 0.2s; }
  .fw-slider-add-arrow:hover {
    background-color: #ff6e2f;
    color: #fff; }
  .fw-slider-add-arrow--next {
    right: -30px; }
  .fw-slider-add-arrow--prev {
    left: -30px; }
  .fw-slider-add-arrow svg {
    width: 10px; }

.fw-prod-slideshow__main {
  padding: 30px 0; }

.wrapper--360 {
  margin: 0 auto;
  position: relative; }

.wrapper--360__label {
  position: absolute;
  bottom: 0;
  left: 10px;
  max-width: 60px; }

.slide__wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  .slide__wrap img {
    max-height: 72px;
    margin: 0 auto; }

#modal-360 {
  background-color: #fff;
  padding: 0 !important;
  width: 100vw;
  height: 100vh; }

#modal-360-close {
  position: absolute;
  top: 6%;
  right: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #ff6e2f;
  cursor: pointer;
  transform: rotate(0);
  transition: 0.3s; }
  #modal-360-close:hover {
    transform: rotate(90deg); }

#mySpriteSpin {
  width: 800px !important;
  max-height: 530px !important;
  height: 100%; }

.modal-360__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .modal-360__wrap #mySpriteSpinModal {
    width: 1200px !important;
    max-height: 800px !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .modal-360__wrap #mySpriteSpinModal .spritespin-canvas.full-screen {
    position: static !important;
    overflow: auto !important;
    height: auto !important;
    width: auto !important; }
  @media (max-width: 960px) {
      .modal-360__wrap #mySpriteSpinModal .spritespin-canvas.full-screen {
        width: 75% !important;
        margin-top: 15px; } }
  @media (max-width: 400px) {
      .modal-360__wrap #mySpriteSpinModal .spritespin-canvas.full-screen {
        width: auto !important;
        margin-top: 0; } }

.fw-prod-slideshow li.wrapper--360 {
  height: 530px; }
  @media (max-width: 550px) {
    .fw-prod-slideshow li.wrapper--360 {
      height: 380px; } }
  @media (max-width: 400px) {
    .fw-prod-slideshow li.wrapper--360 {
      height: 320px; } }
  @media (max-width: 375px) {
    .fw-prod-slideshow li.wrapper--360 {
      height: 280px; } }

.spritespin-progress {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 15%; }

.spritespin-progress-label {
  color: #1da72e;
  background-color: #fff;
  font-weight: 600; }

.spritespin-progress-bar {
  background-color: #1da72e;
  height: 10px;
  border: 1px solid #777;
  border-radius: 2px; }

.button.js-fullscreen-zoom {
  position: absolute;
  bottom: 15px;
  right: 5%;
  z-index: 10;
  max-height: none;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  color: #373737;
  text-transform: uppercase;
  cursor: pointer; }
  .button.js-fullscreen-zoom svg {
    margin-left: 7px; }

@media (max-width: 960px) {
  .fw-prod-slideshow__add {
    padding-left: 15px;
    padding-right: 15px; }
    .fw-prod-slideshow__add .fw-slider-add-arrow--prev {
      left: 0; }
    .fw-prod-slideshow__add .fw-slider-add-arrow--next {
      right: 0; }

  .fw-prod-slideshow__main {
    padding-top: 0;
    padding-bottom: 15px; }

  .fw-prod-img-descr__wrap-descr {
    border-right: none; }

  .fw-prod-img-descr__wrap-descr-inner {
    position: relative;
    padding: 0 0 30px; }
    .fw-prod-img-descr__wrap-descr-inner .fw-free-deliver {
      position: absolute;
      top: 0;
      right: 0;
      margin-bottom: 0; } }

@media (max-width: 640px) {
  .fw-slider-arrow {
    width: 30px;
    height: 30px; } }

@media (max-width: 500px) {
  .fw-prod-img-descr__wrap-descr-inner .fw-order-btn__wrap a {
    width: 100%; }

  .fw-price-block .product-page__price-block {
    margin-bottom: 25px !important; } }
