@charset "UTF-8";
.c-product-compact__name,
.c-product-extend__name,
.c-product-mini__name,
.c-product-thumb__name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@keyframes megashop_fade_down {
  0% {
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes megashop_fade_up {
  0% {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    visibility: inherit;
  }
}
@keyframes megashop_fadein_up {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes megashop_fadeout_up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes megashop_rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes megashop_appear {
  0%,
  to {
    transform: translateZ(0);
  }
}
@keyframes megashop_catalog_extend_fadeout_up {
  0% {
    height: auto;
    min-height: 100%;
    overflow: visible;
    transform: translateY(0);
    opacity: 1;
  }
  to {
    height: auto;
    min-height: 100%;
    overflow: visible;
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes sidebar_catalog_z_index_animation {
  0%,
  99% {
    z-index: 4;
  }
  to {
    z-index: auto;
  }
}
.l-advantages {
  display: flex;
  justify-content: space-between;
  margin-bottom: -30px;
  margin-right: -30px;
}
.l-advantages__item {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 30px;
  outline: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .l-advantages_size_s .l-advantages__item {
    width: 255px;
  }
}
@media (min-width: 1200px) {
  .l-advantages_size_s .l-advantages__item {
    width: 255px;
  }
}
@media (max-width: 767px) {
  .l-advantages {
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 0;
  }
  .l-advantages__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.c-advantage {
  display: table;
  table-layout: fixed;
  text-align: left;
}
.c-advantage__content,
.c-advantage__icon-box {
  display: table-cell;
  vertical-align: middle;
}
.c-advantage__icon-box {
  padding-right: 20px;
  width: 93px;
  max-width: 93px;
  font-size: 73px;
  line-height: 1;
  color: var(--primary-color);
}
.c-advantage__image-box {
  width: 73px;
  height: 73px;
}
.c-advantage__title {
  margin-bottom: 5px;
}
.c-advantage__body {
  color: #828282;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .c-advantage_size_s {
    display: block;
    text-align: center;
  }
  .c-advantage_size_s .c-advantage__content,
  .c-advantage_size_s .c-advantage__icon-box {
    display: block;
  }
  .c-advantage_size_s .c-advantage__icon-box {
    position: relative;
    width: auto;
    max-width: none;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 63px;
    text-align: center;
  }
  .c-advantage_size_s .c-advantage__image-box {
    width: 63px;
    height: 63px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .c-advantage_size_s {
    display: block;
    text-align: center;
  }
  .c-advantage_size_s .c-advantage__content,
  .c-advantage_size_s .c-advantage__icon-box {
    display: block;
  }
  .c-advantage_size_s .c-advantage__icon-box {
    position: relative;
    width: auto;
    max-width: none;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 63px;
    text-align: center;
  }
  .c-advantage_size_s .c-advantage__image-box {
    width: 63px;
    height: 63px;
    margin: 0 auto;
  }
}
.c-brands-thumbs::after,
.c-brands-thumbs::before {
  content: "";
  display: table;
}
.c-brands-thumbs {
  margin-left: -15px;
  margin-right: -15px;
}
.c-brands-thumbs::before {
  margin-bottom: -30px;
}
.c-brands-thumbs__item {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  width: 255px;
}
.c-brands-thumbs_size_l .c-brands-thumbs__item {
  width: 350px;
}
.c-page_container-middle .c-brands-thumbs_size_l .c-brands-thumbs__item {
  width: 25%;
}
.c-brands-thumbs-slider {
  padding: 30px 30px 60px;
  margin: -30px -30px -60px;
  overflow: hidden;
}
.c-brands-thumbs-slider__wrapper {
  margin-right: -30px;
  white-space: nowrap;
}
.c-brands-thumbs-slider__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  white-space: normal;
  width: 255px;
}
.c-brands-thumbs-slider_swiper .c-brands-thumbs-slider__item {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .c-brands-thumbs-slider {
    position: relative;
  }
  .c-brands-thumbs-slider:after,
  .c-brands-thumbs-slider:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    content: "";
    z-index: 2;
  }
  .c-brands-thumbs-slider:before {
    left: 0;
    right: auto;
    background: linear-gradient(to left, #fff00, #fff);
  }
  .c-brands-thumbs-slider:after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, #fff00, #fff);
  }
  .c-home-block_style_gray .c-brands-thumbs-slider:before {
    background: linear-gradient(to left, #fafafa00, #fafafa);
  }
  .c-home-block_style_gray .c-brands-thumbs-slider:after {
    background: linear-gradient(to right, #fafafa00, #fafafa);
  }
}
.c-brand-thumb,
.c-category-mini,
.c-category-thumb {
  background: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .c-brands-thumbs-slider {
    padding: 30px 15px 60px;
    margin: -30px -15px -60px;
  }
  .c-brands-thumbs-slider__wrapper {
    max-width: 100vw;
    margin-right: 0;
  }
}
.c-brand-thumb {
  position: relative;
  display: block;
  border: 1px solid transparent;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 5px;
  padding: 19px;
  color: inherit;
  text-decoration: none;
}
.c-brand-thumb:hover {
  z-index: 1;
  border-color: #f4f4f4;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-brand-thumb__image-container {
  display: block;
}
.c-brand-thumb__image-box {
  height: 60px;
}
.c-brand-thumb__name-container {
  display: none;
  margin-top: 20px;
  font-size: 18px;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-brand-thumb:hover .c-brand-thumb__name-container {
  color: var(--primary-color);
}
@media (min-width: 1200px) {
  .c-brand-thumb_size_l {
    border-color: #f2f2f2;
  }
  .c-brand-thumb_size_l .c-brand-thumb__image-container {
    padding: 20px;
  }
  .c-brand-thumb_size_l .c-brand-thumb__image-box {
    height: 80px;
  }
  .c-brand-thumb_size_l .c-brand-thumb__name-container {
    display: block;
  }
}
@media (max-width: 1199px) {
  .c-brand-thumb__image-box {
    height: 100px;
  }
}
.l-categories-compact__list {
  margin-right: -30px;
}
.l-categories-compact__list::after,
.l-categories-extend__list::after,
.l-categories-thumbs__list::after,
.l-products-compact::after {
  content: "";
  display: table;
  margin-top: -30px;
}
.l-categories-compact__item {
  display: inline-block;
  vertical-align: middle;
  width: 255px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.l-categories-compact__item_hidden {
  display: none;
}
.l-categories-compact__footer {
  margin-top: 40px;
  text-align: center;
}
.l-categories-compact.c-toggle-block_active .l-categories-compact__hide-button,
.l-categories-compact.c-toggle-block_active .l-categories-compact__item_hidden {
  display: inline-block;
}
.l-categories-compact.c-toggle-block_active .l-categories-compact__show-button,
.l-categories-compact__hide-button {
  display: none;
}
.l-categories-compact_size_s .l-categories-compact__item {
  width: 255px;
}
.c-category-compact {
  color: currentColor;
  text-decoration: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 60px;
}
.c-category-compact__content,
.c-category-compact__image-box {
  display: table-cell;
  vertical-align: middle;
}
.c-category-compact__link {
  color: #333;
  text-decoration: none;
}
.c-category-compact__link_image {
  display: inline-block;
}
.c-category-compact__link:focus,
.c-category-compact__link:hover {
  color: var(--primary-color);
}
.c-category-compact__image-box {
  width: 70px;
  padding-right: 10px;
  text-align: center;
}
.c-category-compact__image_dummy {
  width: 50px;
  height: auto;
}
.c-category-compact__image {
  width: 100%;
}
.c-category-compact__name {
  margin-top: 20px;
  transition: color 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 500;
}
.c-category-compact__products-count {
  position: relative;
  font-size: 9px;
  font-weight: 500;
  margin-left: 5px;
  vertical-align: super;
  color: #a0a0a0;
}
.c-category-compact:hover .c-category-compact__name {
  color: var(--primary-color);
}
.l-categories-extend__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: -30px;
}
.l-categories-extend__item {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin-bottom: 30px;
  padding-right: 30px;
}
.l-categories-extend__item_hidden {
  display: none;
}
.l-categories-extend__footer {
  margin-top: 40px;
  text-align: center;
}
.l-categories-extend.c-toggle-block_active .l-categories-extend__hide-button,
.l-categories-extend.c-toggle-block_active .l-categories-extend__item_hidden {
  display: inline-block;
}
.l-categories-extend.c-toggle-block_active .l-categories-extend__show-button,
.l-categories-extend__hide-button {
  display: none;
}
.l-categories-extend_size_s .l-categories-extend__item {
  width: 255px;
}
.c-page_container-middle .l-categories-extend__item,
.c-page_container-middle
  .l-categories-extend_size_s
  .l-categories-extend__item {
  width: 25%;
}
.c-category-extend {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-category-extend__content,
.c-category-extend__image-container {
  display: table-cell;
  vertical-align: top;
}
.c-category-extend__image-container {
  width: 93px;
  padding-right: 20px;
  position: relative;
}
.c-category-extend__image-box {
  width: 73px;
  height: 73px;
}
.c-category-extend__name {
  font-size: 16px;
  font-weight: 500;
}
.c-category-extend__products-count {
  position: relative;
  font-size: 9px;
  font-weight: 500;
  margin-left: 5px;
  vertical-align: super;
  color: #a0a0a0;
}
.c-category-extend__subcategories {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: -10px;
  color: #606060;
}
.c-category-extend__subcategory {
  margin-right: 10px;
  margin-bottom: 7px;
}
.c-category-extend__subcategory_hidden {
  display: none;
}
.c-category-extend__footer {
  margin-top: 10px;
  line-height: 1.2;
}
.c-category-extend.c-toggle-block_active .c-category-extend__hide-button {
  display: inline;
}
.c-category-extend.c-toggle-block_active .c-category-extend__show-button,
.c-category-extend__hide-button {
  display: none;
}
.c-category-extend.c-toggle-block_active .c-category-extend__subcategory_hidden,
.l-categories-mini.c-toggle-block_active .l-categories-mini__hide-button,
.l-categories-mini.c-toggle-block_active .l-categories-mini__item_hidden {
  display: inline-block;
}
.c-category-extend_size_s {
  text-align: center;
}
.c-category-extend_size_s .c-category-extend__content,
.c-category-extend_size_s .c-category-extend__image-container {
  display: block;
}
.c-category-extend_size_s .c-category-extend__image-container {
  width: auto;
  padding-right: 0;
  margin-bottom: 15px;
}
.c-category-extend_size_s .c-category-extend__image-box {
  height: 63px;
  width: auto;
}
.c-category-extend_size_s .c-category-extend__image_dummy {
  margin-top: 5px;
}
.l-categories-mini__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
  margin-right: -30px;
}
.l-categories-mini__item {
  display: block;
  vertical-align: top;
  width: 141px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.l-categories-mini.c-toggle-block_active .l-categories-mini__show-button,
.l-categories-mini__hide-button,
.l-categories-mini__item_hidden {
  display: none;
}
.c-page_container-middle .l-categories-mini__item {
  width: 132px;
}
.l-categories-mini__footer {
  margin-top: 40px;
  text-align: center;
}
.l-categories-mini_size_s .l-categories-mini__item {
  width: 255px;
}
.c-category-mini {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 9px;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.c-category-mini:hover {
  border-color: #f4f4f4;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-category-mini__name-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-category-mini__name-container-inner {
  display: table-cell;
  vertical-align: middle;
  height: 51px;
}
.c-category-mini__name {
  display: block;
  max-height: 51px;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  word-break: break-word;
  hyphens: auto;
}
.c-category-mini__products-count {
  display: block;
  margin-top: 10px;
  color: #a0a0a0;
  font-size: 11px;
  line-height: 1.2;
}
.c-category-mini:hover .c-category-mini__name {
  color: var(--link-color);
}
.c-category-thumb,
.c-product-mini {
  color: inherit;
  text-decoration: none;
}
.l-categories-thumbs__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
.l-categories-thumbs__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .l-categories-thumbs__item {
    width: 20%;
  }
}
.l-categories-thumbs_s .l-categories-thumbs__item {
  width: 33%;
}
@media (min-width: 1440px) {
  .l-categories-thumbs_s .l-categories-thumbs__item {
    width: 25%;
  }
}
.l-categories-thumbs__item_hidden {
  display: none;
}
.l-categories-thumbs__footer {
  margin-top: 40px;
  text-align: center;
}
.l-categories-thumbs.c-toggle-block_active .l-categories-thumbs__hide-button,
.l-categories-thumbs.c-toggle-block_active .l-categories-thumbs__item_hidden {
  display: inline-block;
}
.l-categories-thumbs.c-toggle-block_active .l-categories-thumbs__show-button,
.l-categories-thumbs__hide-button {
  display: none;
}
.l-categories-thumbs_size_s .l-categories-thumbs__item {
  width: 255px;
}
.l-categories-thumbs_mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-categories-thumbs_mobile .l-categories-thumbs__item {
  min-width: 150px;
  max-width: 255px;
  margin-bottom: 10px;
}
.l-categories-thumbs_mobile .c-category-thumb {
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.c-category-thumb:hover,
.c-product-compact:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.l-categories-thumbs_mobile .c-category-thumb__image-box {
  width: 100px;
  height: 100px;
}
@media (max-width: 854px) {
  .l-categories-thumbs_mobile .l-categories-thumbs__item {
    max-width: 225px;
  }
}
@media (max-width: 767px) {
  .l-categories-thumbs_mobile .l-categories-thumbs__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0;
  }
  .l-categories-thumbs_mobile .l-categories-thumbs__list::after {
    display: none;
  }
  .l-categories-thumbs_mobile .l-categories-thumbs__item {
    flex-grow: 1;
    width: 42%;
    max-width: 48%;
    padding-right: 0;
  }
  .l-categories-thumbs_mobile .c-category-thumb {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .l-categories-thumbs_mobile .c-category-thumb__name {
    font-size: 14px;
    height: auto;
  }
  .l-categories-thumbs_mobile .c-category-thumb__products-count {
    font-size: 14px;
    margin-top: auto;
  }
}
@media (max-width: 374px) {
  .l-categories-thumbs_mobile .l-categories-thumbs__item {
    min-width: 140px;
  }
  .l-categories-thumbs_mobile .c-category-thumb__image-box {
    width: 80px;
    height: 80px;
  }
}
.c-category-thumb {
  position: relative;
  display: block;
  padding: 19px;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.c-category-thumb:hover {
  border-color: #f4f4f4;
}
.c-category-thumb__image-box,
.c-category-thumb__name,
.c-category-thumb__products-count {
  display: block;
}
.c-category-thumb__image-box {
  position: relative;
  width: 125px;
  height: 125px;
  margin: 0 auto;
}
.c-category-thumb__image_dummy {
  width: 100px;
  height: auto;
}
.c-category-thumb__name {
  overflow: hidden;
  height: 50px;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-category-thumb__image-box + .c-category-thumb__name {
  margin-top: 20px;
  align-items: flex-start;
}
.c-category-thumb__products-count {
  margin-top: 10px;
  color: #a0a0a0;
  font-size: 16px;
}
.c-category-thumb__category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  padding: 3px 7px;
  border-radius: 3px;
  line-height: 1.2;
}
.c-category-thumb:hover .c-category-thumb__name {
  color: var(--link-color);
}
.l-products-compact__item {
  margin-bottom: 30px;
}
.c-product-compact {
  position: relative;
  padding: 19px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: box-shadow 0.2s ease-in-out;
}
.c-product-compact__container {
  display: flex;
}
.c-product-compact__add-to-cart-container,
.c-product-compact__image-container,
.c-product-compact__prices-quantity-container {
  flex: none;
}
.c-product-compact__image-container {
  position: relative;
  width: 100px;
  padding-right: 20px;
}
.c-product-compact__video {
  position: absolute;
  right: 10px;
  top: -9px;
  z-index: 1;
}
.c-product-compact__video .c-tooltip__content {
  white-space: nowrap;
}
.c-product-compact__badges {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
}
.c-product-compact__badges::after {
  content: "";
  display: table;
  margin-top: -5px;
}
.c-product-compact__badge {
  margin-bottom: 5px;
  line-height: 0;
}
.c-product-compact__image-box {
  position: relative;
  width: 80px;
  height: 80px;
}
.c-product-compact__image_dummy {
  width: 60px;
  height: auto;
}
.c-product-compact__info-container {
  padding-right: 15px;
  flex: auto;
  width: 1px;
}
.c-product-compact__name {
  display: -webkit-box;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
}
.c-product-compact__summary {
  margin-top: 10px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-product-compact__info {
  display: table;
  table-layout: fixed;
  margin-top: 10px;
  white-space: nowrap;
}
.c-product-compact__rating,
.c-product-compact__sku {
  display: table-cell;
  vertical-align: middle;
}
.c-product-compact__sku + .c-product-compact__rating {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.c-product-compact__sku + .c-product-compact__rating::before {
  content: "";
  display: inline-block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  background-color: #dadada;
}
.c-product-compact__features {
  margin-top: 10px;
}
.c-product-compact__prices-quantity-container {
  padding-right: 20px;
  text-align: right;
}
.c-product-compact__prices-quantity {
  display: table;
  table-layout: fixed;
}
.c-product-compact__prices {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  white-space: nowrap;
}
.c-product-compact__quantity {
  display: table-cell;
  vertical-align: top;
  min-width: 80px;
}
.c-product-compact__price {
  font-size: 18px;
  font-weight: 500;
}
.c-product-compact__price_with-compare {
  color: var(--price-with-compare-color);
}
.c-product-compact__compare-price {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  color: #828282;
  font-weight: 500;
}
.c-product-compact__compare-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: var(--price-with-compare-color);
  transform: translateY(-50%);
}
.c-product-compact__buttons {
  display: table;
  width: 100%;
}
.c-product-compact__buttons-additional,
.c-product-compact__buttons-main {
  display: table-cell;
  vertical-align: middle;
}
.c-product-compact__buttons-main {
  min-width: 140px;
  white-space: nowrap;
}
.c-product-compact__buttons-additional {
  padding-left: 20px;
  white-space: nowrap;
}
.c-product-compact__additional-buttons {
  margin-right: -20px;
  line-height: 0;
}
.c-product-compact__arrived .plugin_arrived-button {
  display: none;
}
.c-product-compact__arrived-button {
  border-bottom-style: solid !important;
}
.c-product-compact__additional-button {
  display: inline-block;
  margin-right: 20px;
  color: #e0e0e0;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.c-product-compact__additional-button:hover {
  color: #bdbdbd;
}
.c-product-compact__additional-button.c-product-compare_active {
  color: var(--primary-color);
}
.c-product-compact__additional-button.c-product-favorite_active {
  color: #ff3131;
}
.c-product-compact__available {
  margin-top: 13px;
  line-height: 0;
}
.c-product-compact__available_stocks {
  width: 100%;
}
.c-product-compact__stocks {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  padding: 5px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.l-products-extend::after {
  content: "";
  display: table;
  margin-top: -30px;
}
.l-products-extend__item {
  margin-bottom: 30px;
}
.c-product-extend {
  position: relative;
  padding: 19px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: box-shadow 0.2s ease-in-out;
}
.c-product-extend__info-container,
.c-product-extend__rating {
  padding-right: 20px;
}
.c-product-extend:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1200px) {
  .c-product-extend__container {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .c-product-extend__image-container,
  .c-product-extend__info-container,
  .c-product-extend__offer-container {
    display: table-cell;
    vertical-align: top;
  }
}
.c-product-extend__image-container {
  position: relative;
  width: 235px;
  padding-right: 20px;
}
.c-product-extend__video {
  position: absolute;
  right: 16px;
  top: -4px;
  z-index: 1;
}
.c-product-extend__video .c-tooltip__content {
  white-space: nowrap;
}
.c-product-extend__badges {
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 1;
}
.c-product-extend__badges::after {
  content: "";
  display: table;
  margin-top: -5px;
}
.c-product-extend__badge {
  margin-bottom: 5px;
}
.c-product-extend__image-box {
  position: relative;
  width: 215px;
  height: 215px;
}
.c-product-extend__gallery-d,
.c-product-extend__image-box_gallery {
  overflow: hidden;
  height: 230px;
  margin-bottom: 5px;
}
.c-product-extend__gallery-d {
  position: relative;
  display: block;
  height: 215px;
}
.c-product-extend__gallery-field-pagination {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-product-extend__gallery-field-item {
  flex-grow: 1;
}
.c-product-extend__gallery-wrapper {
  white-space: nowrap;
}
.c-product-extend__gallery-pagination {
  position: absolute;
  bottom: 0 !important;
  text-align: center;
}
.c-product-extend__image-slide {
  display: inline-block;
  position: relative;
  width: 215px;
  height: 215px;
}
.c-product-extend__image_dummy {
  width: 100px;
  height: auto;
}
.c-product-extend__image-buttons {
  height: 31px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -5px;
  text-align: center;
  opacity: 0;
  transform: scale(1.1) translateZ(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.c-product-extend__image-button {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-left: 5px;
  margin-right: 5px;
  background: #fff;
  border-radius: 15px;
  color: #828282;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.c-product-extend__image-button:hover {
  color: #333;
}
.c-product-extend__name {
  display: -webkit-box;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
.c-product-extend__info {
  display: table;
  table-layout: fixed;
  margin-top: 15px;
}
.c-product-extend__rating,
.c-product-extend__sku {
  display: table-cell;
  vertical-align: middle;
}
.c-product-extend__sku {
  font-size: 13px;
}
.c-product-extend__features,
.c-product-extend__summary {
  margin-top: 15px;
  font-size: 13px;
}
.c-product-extend__additional-buttons {
  margin-top: 20px;
  line-height: 0;
  margin-right: -20px;
}
.c-product-extend__additional-button-container {
  display: inline-block;
  margin-right: 20px;
}
.c-product-extend__additional-button {
  color: #e0e0e0;
  cursor: pointer;
  font-size: 13px;
  transition: color 0.2s ease-in-out;
}
.c-product-extend__additional-button:hover {
  color: #bdbdbd;
}
.c-product-extend__additional-button.c-product-compare_active {
  color: var(--primary-color);
}
.c-product-extend__additional-button.c-product-favorite_active {
  color: #ff3131;
}
.c-product-extend:hover .c-product-extend__image-buttons {
  opacity: 1;
  transform: scale(1) translateZ(0);
}
@media (min-width: 1200px) {
  .c-product-extend__offer-container {
    width: 150px;
    text-align: right;
  }
}
.c-product-extend__price {
  font-size: 22px;
  font-weight: 500;
}
.c-product-extend__price_with-compare {
  color: var(--price-with-compare-color);
}
.c-product-extend__compare-price {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #828282;
  font-weight: 500;
  margin-top: 5px;
}
.c-product-extend__compare-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: var(--price-with-compare-color);
  transform: translateY(-50%);
}
.c-product-extend__available {
  margin-top: 15px;
  line-height: 0;
}
.c-product-extend__available_stocks {
  width: 100%;
}
.c-product-extend__stocks {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  padding: 5px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.c-product-extend__add-to-cart,
.c-product-extend__arrived {
  margin-top: 20px;
}
.c-product-extend__arrived .plugin_arrived-button {
  display: none;
}
.c-product-extend__arrived-button {
  border-bottom-style: solid !important;
}
.c-product-extend__buy-one-click {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .c-product-extend .autobadge-pl {
    display: none;
  }
  .l-products-extend__item {
    margin-bottom: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  .l-products-extend:after {
    margin-top: -15px;
  }
  .r-product-extend__name {
    font-weight: 500;
    margin-bottom: 15px;
  }
  .r-product-extend__info {
    display: flex;
  }
  .r-product-extend__image {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    padding-right: 0;
    margin-right: 15px;
  }
  .r-product-extend__info-col_right {
    flex-grow: 1;
  }
  .c-product-extend__image-box {
    width: 100px;
    height: 100px;
  }
  .c-product-extend__image-box_gallery {
    height: 115px;
    margin-bottom: 0;
  }
  .c-product-extend__image-slide {
    width: 100px;
    height: 100px;
  }
  .c-product-extend__image_dummy {
    max-width: 80%;
  }
  .c-product-extend__video {
    right: 0;
    top: 0;
  }
  .c-product-extend__badges {
    top: 0;
    left: 0;
  }
  .c-product-extend__rating {
    display: block;
    margin-bottom: 12px;
  }
  .r-product-extend__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .c-product-extend__price {
    margin-right: 10px;
  }
  .c-product-extend__available {
    margin-top: 12px;
  }
  .c-product-extend__features {
    line-height: 17px;
  }
  .c-product-features-overview__item {
    margin-top: 5px;
  }
  .c-product-features-overview__item:first-child {
    margin-top: 0;
  }
  .c-product-features-overview__item .c-value__value-text {
    font-weight: 500;
  }
  .r-product-extend__responsive-bottom {
    margin-top: 20px;
  }
  .c-product-extend__additional-buttons,
  .r-product-extend__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .c-product-extend__additional-button-container {
    margin: 0 7px;
    flex-grow: 1;
    flex-basis: 50%;
  }
  .c-product-extend__additional-button-container:first-child {
    margin-left: 0;
  }
  .c-product-extend__additional-button-container:last-child {
    margin-right: 0;
  }
  .r-product-extend__controls {
    margin-top: 20px;
    display: block;
  }
  .r-product-extend__control {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0;
    padding-left: 7px;
    padding-right: 7px;
  }
  .r-product-extend__control:first-child {
    padding-left: 0;
  }
  .r-product-extend__control:last-child {
    padding-right: 0;
  }
  .r-product-extend__control .c-button {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
  }
}
.l-products-mini::after {
  content: "";
  display: table;
  margin-top: -30px;
}
.l-products-mini__item {
  margin-bottom: 30px;
}
.c-product-mini {
  display: flex;
  width: 100%;
}
.c-product-mini__content {
  display: flex;
  flex-direction: column;
}
.c-product-mini__image-box {
  display: flex;
  align-items: center;
  align-self: center;
  width: 80px;
  height: 70px;
  padding-right: 10px;
  text-align: center;
}
.c-product-mini__name {
  display: -webkit-box;
  overflow: hidden;
  height: 38px;
  transition: color 0.2s ease-in-out;
  font-weight: 500;
}
.c-product-mini__prices {
  display: block;
  margin-top: 10px;
}
.c-product-mini__compare-price,
.c-product-mini__price {
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
}
.c-product-mini__price {
  margin-right: 10px;
  font-size: 16px;
}
.c-product-mini__price_with-compare {
  color: var(--price-with-compare-color);
}
.c-product-mini__compare-price {
  position: relative;
  color: #bdbdbd;
  font-size: 12px;
}
.c-products-thumbs-mobile::after,
.c-products-thumbs-mobile::before,
.c-products-thumbs::after,
.c-products-thumbs::before {
  display: table;
  content: "";
}
.c-product-mini__compare-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: var(--price-with-compare-color);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-product-mini_mobile-shadowed {
    padding: 20px 20px 14px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
  }
}
.c-products-thumbs {
  margin-left: -15px;
  margin-right: -15px;
}
.c-products-thumbs::before {
  margin-bottom: -30px;
}
.c-products-thumbs__item {
  position: relative;
  text-align: left;
  width: 255px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .c-products-thumbs__item_adaptive {
    width: 25%;
    margin: 30px 0 0;
    padding: 0 15px;
  }
}
@media (min-width: 1341px) {
  .c-products-thumbs__item_adaptive.c-products-thumbs__item_wide {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .c-products-thumbs__item_adaptive.c-products-thumbs__item_sb {
    width: 33.33%;
  }
}
@media (min-width: 1341px) {
  .c-products-thumbs__item_adaptive.c-products-thumbs__item_sb.c-products-thumbs__item_wide {
    width: 25%;
  }
}
@media (min-width: 1486px) {
  .c-products-thumbs__item_adaptive.c-products-thumbs__item_sb,
  .c-products-thumbs__item_adaptive.c-products-thumbs__item_wide {
    width: 285px;
  }
}
@media (max-width: 1199px) {
  .c-products-thumbs {
    margin-left: -0.66667%;
    margin-right: -0.66667%;
  }
  .c-products-thumbs__item {
    width: 32%;
    margin-left: 0.66667%;
    margin-right: 0.66667%;
  }
}
@media (max-width: 767px) {
  .c-products-thumbs {
    margin-right: -1%;
    margin-left: -1%;
  }
  .c-products-thumbs__item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media all and (max-width: 560px) {
  .c-products-thumbs,
  .c-products-thumbs__item {
    margin-right: 0;
    margin-left: 0;
  }
  .c-products-thumbs__item {
    width: 100%;
  }
}
.c-products-thumbs-mobile {
  margin-left: -15px;
  margin-right: -15px;
}
.c-products-thumbs-mobile__item {
  display: inline-block;
  width: 255px;
}
@media (max-width: 1199px) {
  .c-products-thumbs-mobile {
    margin-left: -0.66667%;
    margin-right: -0.66667%;
  }
  .c-products-thumbs-mobile__item {
    width: 32%;
    margin-left: 0.66667%;
    margin-right: 0.66667%;
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .c-products-thumbs-mobile {
    margin-right: -1%;
    margin-left: -1%;
  }
  .c-products-thumbs-mobile__item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 560px) {
  .c-products-thumbs-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .c-products-thumbs-mobile::before {
    display: none;
  }
  .c-products-thumbs-mobile__item {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1%;
    padding-right: 1%;
  }
}
.c-product-thumb {
  position: relative;
  padding: 19px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: box-shadow 0.2s ease-in-out;
}
.c-product-thumb:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-product-thumb__delete-button-container,
.c-product-thumb__recovery-button-container {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  opacity: 0;
  transform: scale(1.1) translateZ(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  pointer-events: none;
}
.c-product-thumb__video {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.c-product-thumb__video .c-tooltip__content {
  white-space: nowrap;
}
.c-product-thumb__badges {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
.c-product-thumb__badges::after {
  content: "";
  display: table;
  margin-top: -5px;
}
.c-product-thumb__badge {
  margin-bottom: 5px;
}
.c-product-thumb__image-box {
  position: relative;
  width: 215px;
  height: 215px;
  margin-bottom: 20px;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 1341px) {
  .c-product-thumb_adaptive .c-product-thumb__image-box {
    height: 175px;
  }
}
@media (min-width: 1486px) {
  .c-product-thumb_adaptive .c-product-thumb__image-box {
    height: 215px;
  }
}
@media (min-width: 1341px) {
  .c-product-thumb_adaptive .c-product-thumb__image-box_gallery-container {
    height: 195px;
  }
}
@media (min-width: 1486px) {
  .c-product-thumb_adaptive .c-product-thumb__image-box_gallery-container {
    height: 235px;
  }
}
@media (min-width: 1200px) {
  .c-product-thumb_adaptive .c-product-thumb__gallery-d,
  .c-product-thumb_adaptive .c-product-thumb__image-box,
  .c-product-thumb_adaptive .c-product-thumb__image-box_gallery {
    width: auto;
  }
}
@media (min-width: 1341px) {
  .c-product-thumb_adaptive .c-product-thumb__gallery-d,
  .c-product-thumb_adaptive .c-product-thumb__image-box_gallery {
    height: 175px;
  }
}
@media (min-width: 1486px) {
  .c-product-thumb_adaptive .c-product-thumb__gallery-d,
  .c-product-thumb_adaptive .c-product-thumb__image-box_gallery {
    height: 215px;
  }
}
@media (min-width: 1341px) {
  .c-product-thumb_adaptive .c-product-thumb__image-slide {
    height: 175px;
  }
}
@media (min-width: 1486px) {
  .c-product-thumb_adaptive .c-product-thumb__image-slide {
    height: 215px;
  }
}
.c-product-thumb__image-box_gallery-container {
  height: 235px;
  margin-bottom: 0;
}
.c-product-thumb__gallery-d,
.c-product-thumb__image-box_gallery {
  overflow: hidden;
  width: 100%;
  height: 230px;
  margin-bottom: 5px;
}
.c-product-thumb__gallery-d {
  position: relative;
  display: block;
  height: 215px;
}
.c-product-thumb__gallery-field-pagination {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-product-thumb__gallery-field-item {
  flex-grow: 1;
}
.c-product-thumb__gallery-wrapper {
  white-space: nowrap;
}
.c-product-thumb__image-slide {
  display: inline-block;
  position: relative;
  width: 215px;
  height: 215px;
}
.c-product-thumb__image_dummy {
  width: 100px;
  height: auto;
}
.c-product-thumb__image-buttons {
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  transform: scale(1.1) translateZ(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 1;
}
@media (min-width: 1200px) {
  .c-product-thumb__image-buttons {
    opacity: 0;
    margin: auto -5px;
    left: 0;
    bottom: 0;
  }
}
.c-product-thumb__image-button {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-left: 5px;
  margin-right: 5px;
  background: #fff;
  border-radius: 15px;
  color: #828282;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.c-product-thumb__image-button:hover {
  color: #333;
}
.c-product-thumb__image-button.c-product-compare_active {
  color: var(--primary-color);
}
.c-product-thumb__image-button.c-product-favorite_active {
  color: #ff3131;
}
.c-product-thumb__name {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 42px;
  font-weight: 500;
}
.c-product-thumb__sku {
  margin-top: 15px;
  font-size: 13px;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-product-thumb__sku-label {
  color: #828282;
  margin-right: 5px;
}
.c-product-thumb__features,
.c-product-thumb__summary {
  margin-top: 15px;
  font-size: 13px;
  height: 38px;
  overflow: hidden;
}
.c-product-thumb__features {
  height: 91px;
}
.c-product-thumb__rating {
  margin-top: 20px;
}
.c-product-thumb__prices {
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.c-product-thumb__price {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
}
.c-product-thumb__price_with-compare {
  color: var(--price-with-compare-color);
}
.c-product-thumb__compare-price {
  position: relative;
  color: #828282;
  font-size: 13px;
  font-weight: 500;
}
.c-product-thumb__compare-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: var(--price-with-compare-color);
  transform: translateY(-50%);
}
.c-product-thumb__available {
  margin-top: 20px;
  line-height: 0;
}
.c-product-thumb__available_stocks {
  width: 100%;
}
.c-product-thumb__stocks {
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  padding: 5px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.c-product-thumb__buttons {
  margin-top: 20px;
  display: table;
  width: 100%;
}
@media print {
  .c-product-thumb__buttons {
    display: none !important;
  }
}
.c-product-thumb__buttons-additional,
.c-product-thumb__buttons-main {
  display: table-cell;
  vertical-align: middle;
}
.c-product-thumb__buttons-main {
  width: 100%;
}
.c-product-thumb__buttons-additional {
  padding-left: 20px;
  white-space: nowrap;
}
.c-product-thumb__buttons-additional_mobile {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding-left: 0;
}
.c-product-thumb__additional-buttons {
  margin-right: -20px;
  line-height: 0;
}
.c-product-thumb__additional-button {
  display: inline-block;
  margin-right: 20px;
  color: #e0e0e0;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.c-product-thumb__additional-button:hover {
  color: #bdbdbd;
}
.c-product-thumb__additional-button.c-product-compare_active {
  color: var(--primary-color);
}
.c-product-thumb__additional-button.c-product-favorite_active {
  color: #ff3131;
}
.c-product-thumb__buy-one-click {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  margin-bottom: -19px;
  text-align: center;
  padding: 6px 0;
}
.c-product-thumb__arrived .plugin_arrived-button {
  display: none;
}
.c-product-thumb__arrived-button {
  border-bottom-style: solid !important;
}
.c-product-thumb:hover .c-product-thumb__image-buttons {
  opacity: 1;
  transform: scale(1) translateZ(0);
}
.c-product-thumb:hover .c-product-thumb__delete-button-container {
  opacity: 1;
  transform: scale(1) translateZ(0);
  pointer-events: inherit;
}
.c-product-thumb.c-product_delete .c-product-thumb__image-box {
  opacity: 0.3;
}
.c-product-thumb.c-product_delete:hover
  .c-product-thumb__delete-button-container {
  opacity: 0;
  transform: scale(1.1) translateZ(0);
  pointer-events: none;
}
.c-product-thumb.c-product_delete:hover
  .c-product-thumb__recovery-button-container {
  opacity: 1;
  transform: scale(1) translateZ(0);
  pointer-events: inherit;
}
@media (min-width: 1200px) {
  .c-product-thumb_hidden-blocks:hover {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 2;
  }
  .c-product-thumb_hidden-blocks:hover .c-product-thumb__hidden {
    display: block;
  }
  .c-product-thumb__hidden {
    display: none;
  }
  .c-product-thumb_slide.c-product-thumb_hidden-blocks:hover {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .c-product-thumb {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  .c-product-thumb_mobile {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  .c-product-thumb__image-box {
    width: auto;
    height: 225px;
  }
  .c-product-thumb__image-box_gallery-container {
    height: 245px;
  }
  .c-product-thumb__image-box_gallery {
    height: 235px;
    margin-bottom: 10px;
  }
  .c-product-thumb__image-slide {
    width: auto;
    height: 225px;
  }
  .c-product-thumb__badges,
  .c-product-thumb__video {
    top: 20px;
    right: 20px;
  }
  .c-product-thumb__name {
    margin-bottom: 20px;
  }
  .c-product-thumb__price {
    font-size: 22px;
  }
  .c-product-thumb__compare-price {
    font-size: 14px;
  }
  .c-product-thumb__delete-button-container {
    opacity: 1;
    pointer-events: inherit;
    transform: none;
  }
  .c-product-thumb__recovery-button-container {
    transform: none;
  }
  .c-product-thumb.c-product_delete .c-product-thumb__delete-button-container {
    opacity: 0;
    pointer-events: none;
  }
  .c-product-thumb.c-product_delete
    .c-product-thumb__recovery-button-container {
    opacity: 1;
    pointer-events: inherit;
  }
  .c-product-thumb__buttons_add .c-product-thumb__buttons-main .c-button {
    font-size: 15px;
  }
  .c-product-thumb__buttons_add .c-product-thumb__buttons-additional {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .c-product-thumb_mobile {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}
.c-product-cart-form__dp-container .dp-product:hover,
.c-review-thumb:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
@media (max-width: 560px) {
  .c-product-thumb_mobile {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .c-product-thumb_mobile .c-product-thumb__badges {
    top: 5px;
    left: 5px;
  }
  .c-product-thumb_mobile .c-product-thumb__image-box {
    height: 100px;
  }
  .c-product-thumb_mobile .c-product-thumb__image-box_gallery-container {
    height: 120px;
  }
  .c-product-thumb_mobile .c-product-thumb__image-box_gallery {
    height: 115px;
    margin-bottom: 5px;
  }
  .c-product-thumb_mobile .c-product-thumb__image-slide {
    height: 100px;
  }
  .c-product-thumb_mobile .c-product-thumb__name {
    font-size: 13px;
    height: 39px;
    margin-bottom: 0;
  }
  .c-product-thumb_mobile .c-product-thumb__rating {
    margin-top: 10px;
  }
  /* .c-product-thumb_mobile .c-product-thumb__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  } */
  .c-product-thumb_mobile .c-product-thumb__price {
    font-size: 16px;
  }
  .c-product-thumb_mobile .c-product-thumb__compare-price {
    font-size: 12px;
  }
  .c-product-thumb_mobile .c-product-thumb__available {
    /* margin-top: auto; */
    margin-top: 8px;
  }
  .c-product-thumb__available .c-product-available .l-icon-box {
    height: 32px;
  }
  .c-product-thumb__buttons {
    margin-top: 10px;
  }
}
@media (max-width: 515px) {
  .c-product-thumb_mobile .c-product-thumb__buttons_add,
  .c-product-thumb_mobile .c-product-thumb__buttons_add-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add-1
    .c-product-thumb__buttons-main {
    flex-grow: 1;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add
    .c-product-thumb__buttons-main
    button {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add
    .c-product-thumb__buttons-additional {
    padding-left: 10px;
    margin: 0 auto;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add
    .c-product-thumb__additional-button,
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add
    .c-product-thumb__additional-buttons {
    margin-right: 0;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add
    .c-product-thumb__additional-button:last-of-type {
    margin-left: 10px;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add
    .c-product-thumb__buttons-additional
    .c-svg-icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 445px) {
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add-1
    .c-product-thumb__buttons-main
    button {
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 400px) {
  .c-product-thumb_mobile {
    padding: 10px;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add-1
    .c-product-thumb__buttons-additional {
    padding-left: 10px;
  }
  .c-product-thumb__buy-one-click_mobile {
    margin-bottom: -10px;
  }
}
@media (max-width: 374px) {
  .c-product-thumb_mobile .c-rating__star {
    width: 15px;
    height: 15px;
    background-size: contain;
  }
  .c-product-thumb_mobile .c-product-thumb__available {
    height: 15px;
  }
  .c-product-thumb_mobile .c-product__add-to-cart-form .c-button {
    font-size: 14px;
    padding: 9px 10px 10px;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add
    .c-product-thumb__buttons-main
    button {
    font-size: 11px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add
    .c-product-thumb__buttons-additional
    .c-svg-icon {
    width: 12px;
    height: 12px;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add-1
    .c-product-thumb__buttons-main
    button {
    font-size: 13px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .c-product-thumb_mobile
    .c-product-thumb__buttons_add-1
    .c-product-thumb__buttons-additional
    .c-svg-icon {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1200px) {
  .l-products-thumbs-mini {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    margin-left: -15px;
    margin-right: -15px;
  }
  .l-products-thumbs-mini__item {
    flex: none;
    margin-left: 15px;
    margin-right: 15px;
    width: 176px;
  }
}
@media (max-width: 1199px) {
  .l-products-thumbs-mini::before {
    content: "";
    display: table;
    margin-bottom: -30px;
  }
  .l-products-thumbs-mini::after {
    content: "";
    display: block;
  }
  .l-products-thumbs-mini__item {
    display: block;
    margin-top: 30px;
  }
}
.c-product-thumb-mini__image-container {
  margin-bottom: 10px;
}
.c-product-thumb-mini__image-box {
  width: 70px;
  height: 70px;
  position: relative;
}
.c-product-thumb-mini__name-container {
  height: 42px;
  overflow: hidden;
  font-weight: 500;
}
.c-product-thumb-mini__prices-container {
  margin-top: 10px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-product-thumb-mini__price {
  font-size: 16px;
  font-weight: 500;
}
.c-product-thumb-mini__price_with-compare {
  color: var(--price-with-compare-color);
}
.c-product-thumb-mini__compare-price {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  color: #828282;
  margin-left: 8px;
}
.c-product-thumb-mini__compare-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: var(--price-with-compare-color);
  transform: translateY(-50%);
}
.c-product-thumb-mini__button-container {
  margin-top: 10px;
}
.c-product-thumb-mini_size-s .c-product-thumb-mini__image-box {
  width: 50px;
  height: 50px;
}
@media (max-width: 1199px) {
  .c-product-thumb-mini {
    display: flex;
  }
  .c-product-thumb-mini__image-container {
    flex: none;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .c-product-thumb-mini__main-container {
    flex: auto;
  }
  .c-product-thumb-mini_adaptive {
    flex-direction: column;
  }
  .c-product-thumb-mini_adaptive .c-product-thumb-mini__image-container {
    margin-bottom: 10px;
  }
}
.c-products-thumbs-slider {
  padding: 30px 30px 60px;
  margin: -30px -30px -60px;
  pointer-events: none;
}
@media (min-width: 1401px) {
  .c-products-thumbs-slider_alt {
    padding: 30px 15px 60px;
    margin: -30px -15px -60px;
  }
}
@media (min-width: 1486px) {
  .c-products-thumbs-slider {
    padding: 30px 30px 60px;
    margin: -30px -30px -60px;
  }
}
.c-products-thumbs-slider__wrapper {
  pointer-events: auto;
}
.c-products-thumbs-slider__item {
  display: inline-block;
  width: 255px;
  margin-right: 20px;
  transform: translateZ(0);
}
.c-products-thumbs-slider_swiper .c-products-thumbs-slider__item,
.c-products-thumbs-slider_swiper .c-products-thumbs-slider__wrapper {
  margin-right: 0;
}
.c-products-thumbs-slider_compact {
  padding: 0;
  margin: 0;
}
@media (min-width: 1401px) {
  .c-products-thumbs-slider_compact {
    padding: 0;
    margin: 0;
  }
}
.c-products-thumbs-slider_compact .c-products-thumbs-slider__item {
  width: 296.5px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) and (max-width: 1485px) {
  .c-products-thumbs-slider {
    padding: 30px 29px 60px;
    margin: -30px -29px -60px;
  }
}
@media (min-width: 1200px) {
  .c-products-thumbs-slider {
    position: relative;
    box-sizing: content-box;
  }
  .c-products-thumbs-slider:after,
  .c-products-thumbs-slider:before {
    position: absolute;
    top: 30px;
    width: 20px;
    height: inherit;
    content: "";
    z-index: 1;
  }
  .c-products-thumbs-slider:before {
    left: 0;
    right: auto;
    background: linear-gradient(to left, #fff00, #fff);
  }
  .c-products-thumbs-slider:after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, #fff00, #fff);
  }
  .c-home-block_style_gray:not(.c-home-block_custom_bg)
    .c-products-thumbs-slider:before {
    background: linear-gradient(to left, #fafafa00, #fafafa);
  }
  .c-home-block_style_gray:not(.c-home-block_custom_bg)
    .c-products-thumbs-slider:after {
    background: linear-gradient(to right, #fafafa00, #fafafa);
  }
  .c-products-thumbs-slider_compact.swiper-slide-visible:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #f2f2f2;
  }
  .c-products-thumbs-slider_compact.swiper-slide-visible:last-child:after {
    content: none;
  }
  .c-home-block_custom_bg .c-products-thumbs-slider:after,
  .c-home-block_custom_bg .c-products-thumbs-slider:before {
    background: 0 0;
  }
}
@media (max-width: 1199px) {
  .c-products-thumbs-slider {
    padding: 30px 15px 60px;
    margin: -30px -15px -60px;
  }
  .c-products-thumbs-slider__wrapper {
    max-width: 100vw;
  }
  .c-products-thumbs-slider_compact {
    padding: 0;
    margin: 0;
  }
  .c-reviews-thumbs__wrapper {
    max-width: 100vw;
  }
  .c-reviews-thumbs {
    padding-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .c-products-thumbs-slider_swiper .c-products-thumbs-slider__item {
    height: auto;
  }
}
.l-blocks__item_home .c-product {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.l-blocks__item_home .c-product-thumb__prices {
  margin-top: auto !important;    
}
.l-blocks__item_home .c-product-thumb__rating {
  margin-bottom: 5px;
}
.l-reviews-mini::after {
  content: "";
  display: table;
  margin-top: -30px;
}
.l-reviews-mini__item {
  margin-bottom: 30px;
}
.c-review-mini__product {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 60px;
}
.c-review-mini__product-content,
.c-review-mini__product-image-box {
  display: table-cell;
  vertical-align: middle;
}
.c-reviews-thumbs::after,
.c-reviews-thumbs::before {
  content: "";
  display: table;
}
.c-review-mini__product-image-box {
  width: 70px;
  padding-right: 10px;
  text-align: center;
}
.c-review-mini__product-name {
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-review-mini__product-rating {
  margin-top: 6px;
}
.c-review-mini__author {
  margin-top: 20px;
  line-height: 1.2;
}
.c-review-mini__text {
  margin-top: 10px;
  color: #828282;
  max-height: 80px;
  overflow: hidden;
}
.c-review-mini__date {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.2;
}
.c-reviews-thumbs {
  margin-left: -15px;
  margin-right: -15px;
}
.c-reviews-thumbs::before {
  margin-bottom: -30px;
}
.c-reviews-thumbs__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  width: 350px;
}
.c-reviews-thumbs-slider_size_s .c-reviews-thumbs-slider__item,
.c-reviews-thumbs_size_s .c-reviews-thumbs__item {
  width: 255px;
}
.c-reviews-thumbs-slider {
  overflow: hidden;
  padding: 30px 30px 60px;
  margin: -30px -28px -60px;
}
.c-reviews-thumbs-slider__wrapper {
  margin-right: -30px;
  white-space: nowrap;
}
.c-reviews-thumbs-slider__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  white-space: normal;
  width: 350px;
}
.c-reviews-thumbs-slider_swiper .c-reviews-thumbs-slider__item {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .c-reviews-thumbs-slider {
    position: relative;
  }
  .c-reviews-thumbs-slider:after,
  .c-reviews-thumbs-slider:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    content: "";
    z-index: 1;
  }
  .c-reviews-thumbs-slider:before {
    left: 0;
    right: auto;
    background: linear-gradient(to left, #fff00, #fff);
  }
  .c-reviews-thumbs-slider:after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, #fff00, #fff);
  }
  .c-home-block_style_gray:not(.c-home-block_custom_bg)
    .c-reviews-thumbs-slider:before {
    background: linear-gradient(to left, #fafafa00, #fafafa);
  }
  .c-home-block_style_gray:not(.c-home-block_custom_bg)
    .c-reviews-thumbs-slider:after {
    background: linear-gradient(to right, #fafafa00, #fafafa);
  }
  .c-home-block_custom_bg .c-reviews-thumbs-slider:after,
  .c-home-block_custom_bg .c-reviews-thumbs-slider:before {
    background: 0 0;
  }
}
@media (max-width: 1199px) {
  .c-reviews-thumbs-slider {
    padding: 30px 15px 60px;
    margin: -30px -15px -60px;
  }
  .c-reviews-thumbs-slider_wrapper {
    max-width: 100vw;
    margin-right: 0;
  }
  .c-review-thumb {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
}
.l-tags__item,
.r-order-block__id-container,
.r-order-block__total-container {
  margin-bottom: 5px;
}
.c-review-thumb {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: box-shadow 0.2s ease-in-out;
}
.c-review-thumb__product {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-review-thumb__product-content,
.c-review-thumb__product-image-box {
  display: table-cell;
  vertical-align: middle;
}
.c-review-thumb__product-image-box {
  width: 70px;
  height: 60px;
  padding-right: 10px;
  text-align: center;
}
.c-review-thumb__product-name {
  font-weight: 500;
}
.c-review-thumb__product-name .c-link {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.c-review-thumb__product-rating {
  margin-top: 6px;
  line-height: 0;
}
.c-review-thumb__author {
  margin-top: 20px;
}
.c-review-thumb__text {
  margin-top: 10px;
  color: #828282;
  height: 63px;
  overflow: hidden;
}
.c-review-thumb__date {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.2;
}
.l-tags__list {
  margin-right: -5px;
}
.l-tags__list::after {
  content: "";
  display: table;
  margin-top: -5px;
}
.l-tags__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.l-tags__item_hidden {
  display: none;
}
.l-tags__footer {
  margin-top: 15px;
  line-height: 1.2;
}
.l-tags.c-toggle-block_active .l-tags__item_hidden {
  display: inline-block;
}
.l-tags.c-toggle-block_active .l-tags__show-button,
.l-tags__hide-button {
  display: none;
}
.l-tags.c-toggle-block_active .l-tags__hide-button {
  display: inline;
}
.c-tag {
  text-decoration: none;
  display: block;
  padding: 7px 10px 8px;
  background: #fafafa;
  color: #828282;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.2;
}
.c-tag:hover {
  background: var(--light-color);
  color: var(--primary-color);
}
.r-orders-blocks__item + .r-orders-blocks__item {
  border-top: 1px solid #f2f2f2;
}
@media (min-width: 1200px) {
  .r-orders-blocks {
    display: none;
  }
}
.r-order-block {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 14px 0;
  line-height: 1.2;
}
.r-order-block__additional-info-container,
.r-order-block__arrow-container,
.r-order-block__icon-container {
  flex: none;
}
.r-order-block__icon-container {
  width: 32px;
}
.r-order-block__main-info-container {
  flex: auto;
}
.r-order-block__additional-info-container {
  text-align: right;
}
.r-order-block__arrow-container {
  width: 21px;
  text-align: right;
}
.r-order-block__icon {
  display: inline-block;
  vertical-align: top;
  background: currentColor;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}
.l-social-widgets::after,
.l-social-widgets::before {
  display: table;
  content: "";
}
.r-order-block__id {
  font-weight: 500;
}
.r-order-block__status {
  font-size: 13px;
  font-weight: 500;
}
.r-order-block__total {
  font-weight: 500;
}
.r-order-block__date {
  font-size: 13px;
  color: #828282;
}
.l-social-widgets {
  margin-left: -15px;
  margin-right: -15px;
}
.l-social-widgets::before {
  margin-bottom: -30px;
}
.l-social-widgets__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  width: 255px;
}
.c-home-block {
  padding: 30px 0;
  background-color: #fff;
}
.c-home-block_np {
  padding: 0;
}
.c-home-block_style_gray {
  background: #fafafa;
  padding: 50px 0 60px;
}
@media (max-width: 1199px) {
  .c-home-block {
    padding: 15px 0 0 0;
    min-height: 1px;
  }
  .c-home-block_np {
    padding: 0;
  }
  .c-home-block_style_gray {
    padding: 30px 0;
  }
}
@media (max-width: 375px) {
  .c-home-block_slider-wrapper {
    position: relative;
    padding: 4px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .c-home-block_slider-wrapper::after,
  .c-home-block_slider-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 9px;
    height: 100%;
    background-color: #fff;
    z-index: 2;
  }
  .c-home-block_slider-wrapper::before {
    left: -11px;
  }
  .c-home-block_slider-wrapper::after {
    right: -11px;
  }
  .c-home-block_style_gray:not(.c-home-block_custom_bg)
    .c-home-block_slider-wrapper::after,
  .c-home-block_style_gray:not(.c-home-block_custom_bg)
    .c-home-block_slider-wrapper::before {
    background-color: #fafafa;
  }
  .c-home-block_custom_bg .c-home-block_slider-wrapper::after,
  .c-home-block_custom_bg .c-home-block_slider-wrapper::before {
    background-color: inherit;
  }
}
@media (max-width: 1199px) {
  .c-home-description {
    padding-bottom: 30px;
  }
  .c-home-description.c-content-decorator * + h1,
  .c-home-description.c-content-decorator * + h2,
  .c-home-description.c-content-decorator * + h3,
  .c-home-description.c-content-decorator * + h4,
  .c-home-description.c-content-decorator * + h5 {
    margin-top: 25px;
  }
  .c-home-description.c-content-decorator h2 {
    font-size: 18px;
    line-height: 21px;
  }
  .c-home-description.c-content-decorator h3,
  .c-home-description.c-content-decorator h4,
  .c-home-description.c-content-decorator h5 {
    font-size: 16px;
    line-height: 21px;
  }
  .c-home-description.c-content-decorator p {
    margin-bottom: 25px;
  }
  .c-home-description.c-content-decorator p:last-child {
    margin-bottom: 0;
  }
}
.c-category-page__description,
.c-category-page__subcategories {
  margin-bottom: 20px;
}
.c-category-page__description_after-products {
  margin-top: 20px;
  margin-bottom: 0;
}
.c-category-page__additional-description {
  margin-top: 20px;
}
.c-category-page__recently-products {
  margin-top: 60px;
}
.c-category-page__catalogreviews-last {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .c-category-page .r-subcategories,
  .c-category-page__description {
    margin-bottom: 15px;
  }
  .r-filters__selected-list {
    margin-top: 15px;
  }
  .c-category-page__additional-description {
    margin-top: 30px;
  }
}
.description-block__content-wrapper {
  transition: max-height 1.5s;
}
.description-block__content-wrapper.description-block__content-wrapper--show {
  max-height: 3000px !important;
}
.description-block__more {
  margin-top: 10px;
  text-align: right;
}
.description-block__more-btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.description-block__more-btn span {
  border-bottom: 1px dashed;
}
.c-product-page {
  padding-top: 15px;
}
.c-product-page__footer {
  margin-top: 30px;
  display: table;
  width: 100%;
}
.c-product-page__footer-content,
.c-product-page__footer-social {
  display: table-cell;
  vertical-align: top;
}
.c-product-page__footer-content {
  width: 100%;
}
.c-product-page__footer-content::after {
  content: "";
  display: table;
  margin-top: -10px;
}
.c-product-page__categories,
.c-product-page__tags {
  margin-bottom: 10px;
}
.c-product-page__footer-social {
  white-space: nowrap;
}
.c-product-page__social-header {
  font-size: 16px;
  font-weight: 500;
}
.c-product-page__social-content {
  margin-top: 10px;
}
.c-product-page__advantages .l-advantages {
  text-align: left;
}
@media (min-width: 1200px) {
  .c-product-page__responsive-content {
    display: none;
  }
}
@media (max-width: 1199px) {
  .c-product-page {
    padding-top: 0;
  }
  .c-product-page__advantages,
  .c-product-page__content,
  .c-product-page__footer-social {
    display: none;
  }
}
.c-product-cart-form .l-services__item {
  max-width: 300px;
}
.c-page_container-middle .c-product-cart-form .l-services__item {
  max-width: 400px;
}
.c-product-cart-form__container {
  display: flex;
}
.c-product-cart-form__container-content {
  flex: auto;
  min-width: 1%;
}
.c-product-cart-form__container-image {
  position: relative;
  flex: none;
  width: 470px;
  padding-right: 30px;
}
.c-page_container-middle .c-product-cart-form__container-image {
  width: 470px;
}
@media (min-width: 1486px) {
  .c-page_container-middle .c-product-cart-form__container-image {
    width: 630px;
  }
}
.c-page_container-middle
  .c-product-cart-form_modal
  .c-product-cart-form__container-image,
.c-page_container-middle
  .c-product-cart-form_modal-extend
  .c-product-cart-form__container-image,
.c-product-cart-form_modal .c-product-cart-form__container-image {
  width: 470px;
}
.c-product-cart-form__badges {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-product-cart-form__badges::after {
  content: "";
  display: table;
  margin-top: -5px;
}
.c-product-cart-form__badge {
  margin-bottom: 5px;
}
.c-product-cart-form__top-blocks {
  display: table;
  width: 100%;
}
.c-product-cart-form__top-blocks_size_s {
  table-layout: fixed;
}
.c-product-cart-form__top-blocks_size_s .c-product-cart-form__top-block_values {
  width: 500px;
}
.c-product-cart-form__top-block {
  display: table-cell;
  vertical-align: middle;
}
.c-product-cart-form__top-block_values {
  width: 100%;
  padding-right: 30px;
}
.c-product-cart-form__top-block_additional-buttons {
  white-space: nowrap;
}
.c-product-cart-form__top-values {
  margin-right: -20px;
}
.c-product-cart-form__top-values::after {
  content: "";
  display: table;
  margin-top: -20px;
}
.c-product-cart-form__top-value {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}
.c-product-cart-form__top-value_sku {
  display: none;
}
.c-product-cart-form__additional-buttons {
  margin-right: -20px;
}
.c-product-cart-form__additional-button-container {
  display: inline-block;
  margin-right: 20px;
}
@media print {
  .c-product-cart-form__additional-button-container {
    display: none !important;
  }
}
.c-product-cart-form__additional-button {
  color: #e0e0e0;
  cursor: pointer;
  font-size: 13px;
  transition: color 0.2s ease-in-out;
}
.c-product-cart-form__additional-button:hover {
  color: #bdbdbd;
}
.c-product-cart-form__additional-button.c-product-compare_active {
  color: var(--primary-color);
}
.c-product-cart-form__additional-button.c-product-favorite_active {
  color: #ff3131;
}
.c-product-cart-form__columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c-product-cart-form__columns-main {
  flex: 1;
  padding-right: 30px;
}
.c-product-cart-form__blocks::after {
  content: "";
  display: table;
  margin-top: -30px;
}
.c-product-cart-form__block {
  margin-bottom: 30px;
}
.c-product-cart-form__sub-blocks::after {
  content: "";
  display: table;
  margin-top: -20px;
}
.c-product-cart-form__features,
.c-product-cart-form__reviews,
.c-product-cart-form__services,
.c-product-cart-form__skus,
.c-product-cart-form__sub-block {
  margin-bottom: 20px;
}
.c-product-cart-form__features-all {
  margin-top: 10px;
  font-size: 13px;
}
.c-product-cart-form__detail-button {
  margin: 0 20px;
}
.c-product-cart-form__responsive-header {
  margin-bottom: 30px;
}
.c-product-cart-form__responsive-sub-header {
  margin-top: -20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.c-product-cart-form_has-sku .c-product-cart-form__top-value_sku {
  display: inline-block;
}
.c-product-cart-form_modal,
.c-product-cart-form_modal-extend {
  margin: 0 auto;
}
.c-product-cart-form_modal {
  width: 855px;
}
.c-product-cart-form_modal .c-product-cart-form__columns-main {
  padding-right: 0;
  width: 305px;
}
.c-product-cart-form_modal .c-product-cart-form__columns-additional {
  display: none;
}
.c-product-cart-form_modal-extend {
  width: 1190px;
}
.c-product-cart-form__dp-container {
  transition: opacity 0.2s ease-in-out;
  position: relative;
}
.c-product-cart-form__dp-container .dp-product {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: box-shadow 0.2s ease-in-out;
}
.c-product-cart-form__dp-spinner {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.c-product-cart-form__dp-container_loading {
  opacity: 0.2;
  pointer-events: none;
}
.c-product-cart-form__dp-container_loading .c-product-cart-form__dp-spinner {
  opacity: 1;
  width: 64px;
  height: 64px;
  color: var(--primary-color);
}
@media print {
  .c-product-cart-form__r-additional-buttons {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .c-product-cart-form__r-additional-buttons,
  .c-product-cart-form__responsive-header,
  .c-product-cart-form__responsive-sub-header {
    display: none;
  }
  .c-product-cart-form__columns-main {
    width: calc(100% - 305px);
  }
  .c-product-cart-form__columns-additional {
    width: 305px;
  }
}
@media (max-width: 1199px) {
  .c-product-cart-form__columns,
  .c-product-cart-form__container,
  .c-product-cart-form__container-content,
  .c-product-cart-form__container-image {
    display: block;
  }
  .c-page_container-middle .c-product-cart-form__container-image,
  .c-product-cart-form_modal-extend {
    width: auto;
  }
  .c-product-cart-form__autobadge {
    right: 0;
  }
  .c-product-cart-form__container-image {
    width: auto;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .c-product-cart-form__columns::before {
    content: "";
    display: table;
    margin-bottom: -30px;
  }
  .c-product-cart-form__columns::after {
    content: "";
    display: block;
  }
  .c-product-cart-form__columns-additional,
  .c-product-cart-form__columns-main {
    width: auto;
    padding-right: 0;
    display: block;
    margin-top: 30px;
  }
  .c-product-cart-form__columns-additional_mobile-modal {
    margin-top: 0;
  }
  .c-product-cart-form__columns-additional_mobile-modal
    .c-product-cart-form__detail-button {
    margin: 0;
  }
  .c-product-cart-form__block_mobile-modal {
    margin-bottom: 0;
  }
  .c-product-cart-form__additional-buttons {
    margin-right: 0;
  }
  .c-product-cart-form__header,
  .c-product-cart-form__top-blocks-container {
    display: none;
  }
  .c-product-cart-form__dp-container .dp-product {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  .c-product-cart-form__r-additional-buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .c-product-cart-form__r-additional-button {
    margin-bottom: 20px;
    transition: color 0.2s ease-in-out;
    color: #e0e0e0;
  }
  .c-product-cart-form__r-additional-button:hover {
    color: #bdbdbd;
  }
  .c-product-cart-form__r-additional-button.c-product-compare_active {
    color: var(--primary-color);
  }
  .c-product-cart-form__r-additional-button.c-product-favorite_active {
    color: #ff3131;
  }
}
.l-product-features-selects::after {
  content: "";
  display: table;
  margin-top: -20px;
}
.l-product-features-selects__item {
  margin-bottom: 20px;
}
.l-product-features-selects_mobile-modal .c-header {
  font-size: 18px;
}
.c-product-feature-select {
  margin-right: -15px;
}
.c-product-feature-select__color,
.c-product-feature-select__value {
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.c-product-feature-select::after {
  content: "";
  display: table;
  margin-top: -15px;
}
.c-product-feature-select__value {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: 500;
  color: #828282;
  transition: color ease-in-out 0.2s, border-color ease-in-out 0.2s;
}
.c-product-feature-select__value:hover {
  border-color: #828282;
}
.c-product-feature-select__value_selected,
.c-product-feature-select__value_selected:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.c-product-feature-select__color {
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.c-product-feature-select__color::after,
.c-product-feature-select__color::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.c-product-feature-select__color::before {
  margin: auto;
  display: inline-block;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  opacity: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .946L3.771 9 0 5.309l.967-.947L3.77 7.101 11.033 0 12 .946z' fill='%23333'/%3E%3C/svg%3E");
  width: 12px;
  height: 9px;
  transform: scale(1.2) translateZ(0);
}
.c-product-feature-select__color::after {
  transition: background-color 0.2s ease-in-out;
}
.c-product-feature-select__color:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-product-feature-select__color_dark::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .946L3.771 9 0 5.309l.967-.947L3.77 7.101 11.033 0 12 .946z' fill='%23fff'/%3E%3C/svg%3E");
  width: 12px;
  height: 9px;
  transform: scale(1.2) translateZ(0);
}
.c-product-feature-select__color_selected::before {
  opacity: 1;
  transform: scale(1) translateZ(0);
}
.c-product-feature-select__value_disabled::after,
.c-product-feature-select__value_disabled::before {
  opacity: 0.3;
}
.c-product-feature-select__color_disabled,
.c-product-feature-select__value_disabled {
  transition: none;
  position: relative;
  overflow: hidden;
}
.c-product-feature-select__color_disabled::after,
.c-product-feature-select__color_disabled::before,
.c-product-feature-select__value_disabled::after,
.c-product-feature-select__value_disabled::before {
  display: inline-block;
  transition: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  background-image: none;
  background-color: transparent !important;
  width: 100%;
  position: absolute;
  right: 0;
  margin: auto;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
}
.c-product-feature-select__color_disabled::before,
.c-product-feature-select__value_disabled::before {
  height: 0;
  transform: rotateZ(-45deg);
}
.c-product-feature-select__color_disabled::after,
.c-product-feature-select__value_disabled::after {
  height: 1px;
  transform: rotateZ(45deg);
}
.c-product-feature-select__color_disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-product-feature-select__color_disabled::after,
.c-product-feature-select__color_disabled::before {
  opacity: 1;
}
.c-product-gallery__arrow_disabled,
.c-product-gallery__thumb-arrow_disabled,
.c-product-images__arrow_disabled {
  opacity: 0;
  pointer-events: none;
}
.c-product-feature-select__color_disabled.c-product-feature-select__color_dark::after,
.c-product-feature-select__color_disabled.c-product-feature-select__color_dark::before {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.c-product-stocks-info {
  display: none;
}
.c-product-stocks-info__stock + .c-product-stocks-info__stock {
  margin-top: 10px;
}
.c-product-stocks-info_selected {
  display: block;
}
.c-product-tabs__content {
  display: none;
}
.c-product-tabs__content_selected {
  display: block;
}
.c-product-features::before {
  content: "";
  display: table;
  margin-bottom: -30px;
}
.c-product-features::after {
  content: "";
  display: block;
}
.c-product-features__group {
  display: block;
  margin-top: 30px;
}
.c-product-features__group-name {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}
.c-product-features__group-features::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-product-features__group-features::after {
  content: "";
  display: block;
}
.c-product-features__group-feature {
  display: block;
  margin-top: 20px;
}
.c-product-features_2_cols {
  columns: 2;
  -moz-columns: 2;
  -webkit-columns: 2;
}
.c-product-features_2_cols .c-product-features__group {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
}
.c-product-features_2_cols .c-product-feature__value {
  width: 200px;
}
@media (max-width: 1199px) {
  .c-product-features::before {
    content: "";
    display: table;
    margin-bottom: -15px;
  }
  .c-product-features::after {
    content: "";
    display: block;
  }
  .c-product-features__group,
  .c-product-features__group-feature {
    display: block;
    margin-top: 15px;
  }
  .c-product-features__group-features::before {
    content: "";
    display: table;
    margin-bottom: -15px;
  }
  .c-product-features__group-features::after {
    content: "";
    display: block;
  }
  .c-product-features__group-name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .c-product-features_2_cols .c-product-feature__value {
    width: auto;
  }
}
@media (max-width: 678px) {
  .c-product-features_2_cols {
    columns: auto;
  }
}
.c-product-feature {
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  color: #828282;
}
.c-product-feature__name-align {
  display: inline-block;
  width: 100%;
  position: relative;
}
.c-product-feature__name-box,
.c-product-feature__value {
  display: table-cell;
  vertical-align: top;
}
.c-product-feature__name-box {
  position: relative;
}
@media (min-width: 1200px) {
  .c-product-feature__name-align::before {
    content: "";
    position: absolute;
    left: 0;
    right: 5px;
    height: 5px;
    bottom: 0;
    background: radial-gradient(
        ellipse at center,
        #e0e0e0 0,
        #e0e0e0 0.5px,
        transparent 1.25px
      )
      right;
    background-size: 5px;
  }
}
.c-product-feature__name {
  background: #fff;
  padding-right: 10px;
  padding-bottom: 3px;
  position: relative;
}
.c-product-feature__value {
  width: 495px;
}
@media (max-width: 1199px) {
  .c-product-feature {
    font-size: 14px;
  }
  .c-product-feature__value {
    width: auto;
    vertical-align: top;
  }
  .c-product-feature__name-box {
    content: none;
    vertical-align: top;
  }
}
.c-product-feature_product-card {
  font-size: 14px;
}
.c-product-main-images {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-product-main-images__image {
  height: 720px;
  text-align: center;
  outline: 0;
  cursor: pointer;
}
.c-product-main-images__video-wrapper {
  position: relative;
  height: 100%;
}
.c-product-main-images__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-product-main-images_modal .c-product-main-images__image {
  height: 460px;
}
.c-product-images {
  position: relative;
}
.c-product-images__responsive-additional-buttons {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.c-product-images__responsive-additional-buttons::before {
  content: "";
  display: table;
  margin-bottom: -21px;
}
.c-product-images__responsive-additional-buttons::after {
  content: "";
  display: block;
}
.c-product-images__autobadge,
.c-product-images__thumb_video::after,
.c-product-images__thumb_video::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.c-product-images__responsive-additional-button {
  display: block;
  margin-top: 21px;
  line-height: 1;
  font-size: 16px;
  color: #e0e0e0;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.c-product-images__responsive-additional-button:hover {
  color: #bdbdbd;
}
.c-product-images__responsive-additional-button.c-product-compare_active {
  color: var(--primary-color);
}
.c-product-images__responsive-additional-button.c-product-favorite_active {
  color: #ff3131;
}
@media print {
  .c-product-images__thumbs-container {
    display: none !important;
  }
}
.c-product-images__images-container {
  position: relative;
}
.c-product-images__zoom-container {
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: 0;
  bottom: 0;
  width: 640px;
  pointer-events: none;
  z-index: 10;
}
.c-product-images__images {
  position: relative;
  overflow: hidden;
}
.c-product-images__images-wrapper {
  white-space: nowrap;
}
.c-product-images__image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 440px;
}
.c-product-images__image .c-zoom {
  position: absolute;
}
.c-product-images__thumb {
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid transparent;
  transition: border-color 0.2s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.c-product-images__thumb:hover {
  border-color: #828282;
}
.c-product-images__thumb.swiper-slide-thumb-active {
  border-color: var(--primary-color);
}
.c-product-images__thumb_video::after,
.c-product-images__thumb_video::before {
  content: "";
}
.c-product-images__thumb_video::before {
  background: rgba(0, 0, 0, 0.5);
}
.c-product-images__thumb_video::after {
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 6.563L24 15 9.375 23.438V6.563z' fill='%23fff'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  fill: #fff;
}
.c-product-images__video-thumb {
  max-width: 36px;
  max-height: 36px;
}
.c-product-images__arrow {
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.c-product-images__arrow:hover .c-product-images__arrow-icon {
  fill: #828282;
}
.c-product-images__arrow-icon {
  width: 7px;
  height: 12px;
  fill: #bdbdbd;
  transition: fill 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-checkout-steps__step,
.c-quantity__button {
  transition: background-color 0.2s ease-in-out;
}
.c-product-images_thumbs-position_bottom .c-product-images__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 17px;
}
.c-product-images_thumbs-position_bottom .c-product-images__arrow_prev {
  right: 100%;
  margin-right: 5px;
}
.c-product-images_thumbs-position_bottom .c-product-images__arrow_next {
  left: 100%;
  margin-left: 5px;
}
.c-product-images_thumbs-position_bottom .c-product-images__thumbs-container {
  width: 230px;
  margin: 20px auto 0;
  position: relative;
}
.c-product-images_thumbs-position_bottom .c-product-images__thumbs {
  white-space: nowrap;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.c-product-images_thumbs-position_bottom .c-product-images__thumbs_swiper-init,
.c-product-images_thumbs-position_bottom
  .c-product-images__thumbs_swiper-init
  .c-product-images__thumb {
  margin-left: 0;
  margin-right: 0;
}
.c-product-images_thumbs-position_bottom .c-product-images__thumb {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}
.c-product-images_thumbs-position_left {
  display: table;
  width: 100%;
  table-layout: fixed;
  direction: rtl;
}
.c-product-images_thumbs-position_left .c-product-images__arrow {
  position: absolute;
  left: 0;
  right: 0;
  height: 17px;
}
.c-product-images_thumbs-position_left .c-product-images__arrow_prev {
  bottom: 100%;
  margin-bottom: 5px;
}
.c-product-images_thumbs-position_left .c-product-images__arrow_next {
  top: 100%;
  margin-top: 5px;
}
.c-product-images_thumbs-position_left .c-product-images__arrow-icon {
  transform: rotate(90deg);
}
.c-product-images_thumbs-position_left .c-product-images__images-container,
.c-product-images_thumbs-position_left .c-product-images__thumbs-container {
  display: table-cell;
  vertical-align: middle;
  direction: ltr;
}
.c-product-images_thumbs-position_left .c-product-images__images-container {
  position: relative;
}
.c-product-images_thumbs-position_left .c-product-images__thumbs-container {
  width: 70px;
  position: relative;
  padding-right: 20px;
}
.c-product-images_thumbs-position_left
  .c-product-images__thumbs-container-wrapper {
  height: 230px;
  position: relative;
}
.c-product-images_thumbs-position_left .c-product-images__thumbs {
  height: 100%;
  overflow: hidden;
}
.c-product-images_thumbs-position_left .c-product-images__thumbs::before {
  content: "";
  display: table;
  margin-bottom: -10px;
}
.c-product-images_thumbs-position_left .c-product-images__thumbs::after {
  content: "";
  display: block;
}
.c-product-images_thumbs-position_left .c-product-images__thumb {
  display: block;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .c-product-images__responsive-additional-buttons {
    display: none;
  }
  .c-product-add-to-cart {
    min-width: 300px;
  }
}
@media (max-width: 1199px) {
  .c-product-images__zoom-container {
    display: none;
  }
  .c-product-images__image {
    height: 315px;
  }
  .c-service__variants .c-select__content {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.l-product-skus::after,
.l-services::after {
  content: "";
  display: table;
  margin-top: -10px;
}
.l-product-skus__item {
  margin-bottom: 10px;
}
.l-services::after {
  margin-top: -15px;
}
.l-services__item {
  margin-bottom: 15px;
}
.c-service__control {
  line-height: 0;
}
.c-service__variants {
  margin-top: 10px;
}
.c-service__price {
  white-space: nowrap;
}
.c-quantity {
  display: inline-table;
  vertical-align: top;
  table-layout: fixed;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.c-quantity_error {
  border-color: #ff3131;
}
.c-quantity__button,
.c-quantity__input-box {
  display: table-cell;
  vertical-align: middle;
}
.c-quantity__button {
  line-height: 0;
  width: 19px;
  text-align: center;
  color: #828282;
  cursor: pointer;
  user-select: none;
}
.c-quantity__button:hover {
  background-color: #f2f2f2;
}
.c-quantity__input {
  width: 40px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.c-quantity__input:focus {
  border-color: #e0e0e0;
}
.c-quantity_error .c-quantity__input {
  border-color: #ff3131;
}
.c-quantity_size_l .c-quantity__button {
  width: 24px;
}
.c-quantity_size_l .c-quantity__input {
  width: 50px;
  padding-top: 9px;
  padding-bottom: 10px;
  font-size: 16px;
}
.c-quantity_size_s .c-quantity__button {
  width: 19px;
}
.c-quantity_size_s .c-quantity__input {
  width: 40px;
  padding-top: 5px;
  padding-bottom: 6px;
}
.c-product {
  position: relative;
}
@media (max-width: 1199px) {
  .c-product__add-to-cart-form .c-button {
    font-size: 16px;
    padding: 9px 19px 10px;
    text-align: center;
  }
  .c-product__quick-view {
    display: none;
  }
}
.c-product-rating-overview {
  display: table;
  line-height: 1.2;
}
.c-product-rating-overview__count-reviews,
.c-product-rating-overview__rating {
  display: table-cell;
  vertical-align: middle;
}
.c-product-rating-overview__count-reviews {
  font-size: 13px;
}
@media print {
  .c-product-rating-overview__count-reviews {
    display: none !important;
  }
}
.c-product-rating-overview__rating + .c-product-rating-overview__count-reviews {
  padding-left: 10px;
}
.c-product-badge {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px 3px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  text-transform: lowercase;
}
.c-product-badge_bestseller {
  background-color: #9b51e0;
}
.c-product-badge_new {
  background-color: #27ae60;
}
.c-product-badge_lowprice {
  background-color: #ff3131;
}
.c-product-add-to-cart__compare-price::after,
.c-product-gallery__compare-price::after {
  top: 50%;
  height: 0.5px;
  background-color: var(--price-with-compare-color);
  transform: translateY(-50%);
  left: 0;
}
.c-product-badge_size_s {
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 16px;
}
.c-product-badge_custom {
  padding: 0;
}
.c-product-badge_custom > .badge {
  padding: 4px 10px;
  border-radius: 3px;
}
.c-product-add-to-cart {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 19px;
  transition: box-shadow 0.2s ease-in-out;
}
.c-product-add-to-cart:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-product-add-to-cart__skus-stocks {
  margin-bottom: 15px;
}
.c-product-add-to-cart__skus-stocks_disabled {
  display: none;
}
.c-product-add-to-cart__custom-text {
  margin-bottom: 15px;
  margin-top: -10px;
}
.c-product-add-to-cart__controls_mobile-modal
  .c-product-add-to-cart__controls-prices,
.c-product-add-to-cart__prices {
  margin-bottom: 10px;
}
.c-product-add-to-cart__price {
  font-size: 24px;
  font-weight: 500;
}
.c-product-add-to-cart__price_with-compare {
  color: var(--price-with-compare-color);
}
.c-product-add-to-cart__compare-price {
  position: relative;
  display: none;
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}
.c-product-add-to-cart__compare-price::after {
  content: "";
  position: absolute;
  width: 100%;
}
.c-product-add-to-cart__controls {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media print {
  .c-product-add-to-cart__controls {
    display: none !important;
  }
}
.c-product-add-to-cart__controls_mobile-modal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-page_bundling .bundling h3,
.c-product-add-to-cart__controls_mobile-modal
  .c-product-add-to-cart__controls-price {
  font-size: 18px;
  font-weight: 500;
}
.c-product-add-to-cart__controls_mobile-modal
  .c-product-add-to-cart__controls-price_with-compare {
  color: var(--price-with-compare-color);
}
.c-product-add-to-cart__controls_mobile-modal
  .c-product-add-to-cart__controls-compare-price {
  display: none;
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 500;
  text-decoration: line-through;
}
.c-product-add-to-cart__controls_mobile-modal
  .c-product-add-to-cart__controls-button {
  width: 100%;
  margin-top: 20px;
}
.c-product-add-to-cart__controls-button,
.c-product-add-to-cart__controls-quantity {
  display: table-cell;
  vertical-align: top;
}
.c-product-add-to-cart__controls-quantity {
  width: 115px;
  padding-right: 15px;
}
.c-product-add-to-cart__buy-one-click {
  margin-top: 15px;
}
.c-product-add-to-cart__arrived,
.c-product-add-to-cart_disabled.c-product-add-to-cart_has-arrived
  .c-product-add-to-cart__buy-one-click,
.c-product-add-to-cart_disabled.c-product-add-to-cart_has-arrived
  .c-product-add-to-cart__controls {
  display: none;
}
.c-product-add-to-cart__arrived .plugin_arrived-button {
  display: none !important;
}
.c-product-add-to-cart__arrived-button {
  border-bottom-style: solid !important;
}
.c-product-add-to-cart_has-compare-price .c-product-add-to-cart__compare-price {
  display: inline;
}
.c-product-add-to-cart_disabled.c-product-add-to-cart_has-arrived
  .c-product-add-to-cart__arrived,
.c-product-add-to-cart_has-compare-price
  .c-product-add-to-cart__controls-compare-price {
  display: block;
}
@media (max-width: 1199px) {
  .c-product-add-to-cart {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  .c-product-add-to-cart_mobile-modal,
  .c-product-add-to-cart_mobile-modal:hover {
    border: 0;
    box-shadow: none;
    padding: 19px 0;
  }
  .c-product-add-to-cart_mobile-modal .c-product-add-to-cart__skus-stocks,
  .c-product-add-to-cart_mobile-modal:hover
    .c-product-add-to-cart__skus-stocks {
    display: none;
  }
}
.c-product-review:hover,
.c-product-reviews-overview:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-product-available {
  display: inline-block;
  vertical-align: top;
}
.c-product-available_in-stock {
  color: #27ae60;
}
.c-product-available_low {
  color: #f39c12;
}
.c-product-available_critical,
.c-product-available_out-of-stock {
  color: #ff3131;
}
.c-product-available_size_s {
  font-size: 13px;
}
.c-product-skus-stocks__sku-stocks {
  display: none;
}
.c-product-skus-stocks__sku-stocks::after {
  content: "";
  display: table;
  margin-top: -20px;
}
.c-product-skus-stocks__sku-stocks_selected {
  display: block;
}
.c-product-skus-stocks__sku-stocks_no-sku {
  font-size: 11px;
  color: #ff3131;
}
.c-product-skus-stocks__sku-stocks_no-sku::after {
  content: none;
}
.c-product-skus-stocks__sku-stock {
  margin-bottom: 20px;
}
.c-product-skus-stocks__sku-stock_empty {
  display: none;
}
.c-product-skus-stocks__sku-stock-name {
  font-weight: 500;
  margin-bottom: 10px;
}
.c-product-stocks-available__stock:not(:last-of-type) {
  padding-bottom: 5px;
}
.c-product-stocks-available__name {
  font-weight: 600;
}
.c-product-gallery {
  max-width: 100%;
  width: 1300px;
}
.c-product-gallery__header {
  display: table;
  width: 100%;
  margin-top: -10px;
}
.c-product-gallery__header-product-name,
.c-product-gallery__header-product-offer {
  display: table-cell;
  vertical-align: middle;
}
.c-product-gallery__header-product-name {
  width: 100%;
}
.c-product-gallery__header-product-offer {
  white-space: nowrap;
  padding-right: 30px;
}
.c-product-gallery__offer {
  display: table;
  table-layout: fixed;
}
.c-product-gallery__offer-button,
.c-product-gallery__offer-prices {
  display: table-cell;
  vertical-align: middle;
}
.c-product-gallery__offer-prices {
  padding-right: 20px;
}
.c-product-gallery__price {
  font-size: 24px;
  font-weight: 500;
}
.c-product-gallery__price_with-compare {
  color: var(--price-with-compare-color);
}
.c-product-gallery__compare-price {
  position: relative;
  font-size: 18px;
  color: #bdbdbd;
  margin-left: 10px;
}
.c-product-gallery__compare-price::after {
  content: "";
  position: absolute;
  width: 100%;
}
.c-product-gallery__images-container {
  position: relative;
}
.c-product-gallery__images {
  position: relative;
  overflow: hidden;
}
.c-product-gallery__images-wrapper {
  white-space: nowrap;
}
.c-product-gallery__image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 600px;
}
.c-product-gallery__thumbs-container {
  width: 230px;
  margin: 20px auto 0;
  position: relative;
}
.c-product-gallery__thumbs {
  white-space: nowrap;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.c-product-gallery__thumbs_swiper-init,
.c-product-gallery__thumbs_swiper-init .c-product-gallery__thumb {
  margin-left: 0;
  margin-right: 0;
}
.c-product-gallery__thumb {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid transparent;
  transition: border-color 0.2s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.c-product-gallery__thumb:hover {
  border-color: #828282;
}
.c-product-gallery__thumb.swiper-slide-thumb-active {
  border-color: var(--primary-color);
}
.c-product-gallery__thumb_video::after,
.c-product-gallery__thumb_video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.c-product-gallery__thumb_video::before {
  background: rgba(0, 0, 0, 0.5);
}
.c-product-gallery__thumb_video::after {
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 6.563L24 15 9.375 23.438V6.563z' fill='%23fff'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  fill: #fff;
}
.c-product-gallery__video-thumb {
  max-width: 36px;
  max-height: 36px;
}
.c-product-gallery__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 46px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  outline: 0;
}
.c-product-gallery__arrow:hover .c-product-gallery__arrow-icon {
  fill: rgba(51, 51, 51, 0.4);
}
.c-product-gallery__arrow_prev {
  left: 0;
  margin-left: -10px;
}
.c-product-gallery__arrow_next {
  right: 0;
  margin-right: -10px;
}
.c-product-gallery__arrow-icon {
  width: 16px;
  height: 26px;
  fill: rgba(51, 51, 51, 0.2);
  transition: fill 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-product-gallery__thumb-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 17px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.c-product-gallery__thumb-arrow:hover .c-product-gallery__thumb-arrow-icon {
  fill: #828282;
}
.c-product-gallery__thumb-arrow_prev {
  right: 100%;
  margin-right: 5px;
}
.c-product-gallery__thumb-arrow_next {
  left: 100%;
  margin-left: 5px;
}
.c-product-gallery__thumb-arrow-icon {
  width: 7px;
  height: 12px;
  fill: #bdbdbd;
  transition: fill 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-product-gallery__pagination {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .c-product-gallery {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  .c-product-gallery::after,
  .c-product-gallery::before {
    content: "";
    display: inline-block;
    flex-grow: 1;
    background-color: #fff;
  }
  .c-product-gallery::after {
    vertical-align: middle;
  }
  .c-product-gallery::before {
    vertical-align: bottom;
  }
  .c-product-gallery .c-modal {
    border-radius: 0;
  }
  .c-product-gallery .c-modal .c-modal__close {
    position: fixed;
  }
  .c-product-gallery .c-modal .c-modal__header,
  .c-product-gallery .c-modal .c-product-gallery__thumbs-container {
    display: none;
  }
  .c-product-gallery .c-modal .c-product-gallery__image_video .l-image-box {
    margin: 0 40px;
  }
}
.c-product-reviews {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-product-reviews__reviews-container,
.c-product-reviews__summary-container {
  display: table-cell;
  vertical-align: top;
}
.c-product-reviews__summary-container {
  width: 335px;
  padding-left: 30px;
}
.c-product-reviews__empty-container {
  display: none;
}
.c-product-reviews__reviews::after {
  content: "";
  display: table;
  margin-top: -30px;
}
.c-product-reviews__review {
  margin-bottom: 30px;
}
.c-product-reviews__review_filtered,
.c-product-reviews__review_hidden,
.c-product-reviews_empty .c-product-reviews__reviews-container,
.c-product-reviews_empty .c-product-reviews__summary-container {
  display: none;
}
.c-product-reviews__more {
  margin-top: 40px;
  text-align: center;
  display: none;
}
.c-product-reviews_empty .c-product-reviews__empty-container {
  display: table-cell;
}
.c-product-reviews.c-toggle-block_active .c-product-reviews__review_hidden,
.c-product-reviews_has-hidden .c-product-reviews__more {
  display: block;
}
.c-product-reviews.c-toggle-block_active .c-product-reviews__more,
.c-product-reviews.c-toggle-block_active .c-product-reviews__review_filtered {
  display: none;
}
.c-product-reviews__responsive-header-text-container {
  margin-bottom: 15px;
}
.c-product-reviews__responsive-header-bottom-container {
  display: table;
  width: 100%;
}
.c-product-reviews__responsive-header-button-container,
.c-product-reviews__responsive-header-rating-container {
  display: table-cell;
  vertical-align: middle;
}
.c-product-reviews__responsive-header-rating-container {
  width: 100%;
}
.c-product-reviews__responsive-header-button-container {
  white-space: nowrap;
}
.c-product-reviews__responsive-header-rating-text {
  color: #828282;
  margin-top: 5px;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .c-product-reviews__responsive-header-container {
    display: none;
  }
}
@media (max-width: 1199px) {
  .c-product-reviews,
  .c-product-reviews__reviews-container,
  .c-product-reviews_empty .c-product-reviews__empty-container {
    display: block;
  }
  .c-product-reviews__header-container,
  .c-product-reviews__summary-container {
    display: none;
  }
  .c-product-reviews__reviews::after {
    content: none;
  }
  .c-product-reviews__review {
    margin: -1px -15px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  .c-product-reviews__more {
    padding: 25px 0 15px;
    margin: 0;
  }
}
.c-product-reviews-summary::after {
  content: "";
  display: table;
  margin-top: -30px;
}
.c-product-reviews-summary__block {
  margin-bottom: 30px;
}
.c-product-reviews-summary__rating {
  text-align: center;
  padding-top: 8px;
}
.c-product-reviews-summary__rating-text {
  font-size: 12px;
  text-align: center;
  color: #828282;
  margin-top: 5px;
}
.c-product-reviews-summary__button-container {
  margin-top: 14px;
  text-align: center;
}
.c-product-reviews-overview {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: box-shadow 0.2s ease-in-out;
  padding: 19px;
}
.c-product-reviews-overview__header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-product-reviews-overview__rates::after {
  display: table;
  content: "";
  margin-top: -15px;
}
.c-product-reviews-overview__rate {
  margin-bottom: 15px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-product-reviews-overview__rate-count,
.c-product-reviews-overview__rate-percent,
.c-product-reviews-overview__rate-rating {
  display: table-cell;
  vertical-align: middle;
}
.c-product-reviews-overview__rate-rating {
  width: 113px;
  padding-right: 20px;
}
.c-product-reviews-overview__rate-percent {
  width: 51px;
  padding-right: 20px;
  color: #828282;
}
.c-product-reviews-overview__reset-container {
  margin-top: 20px;
  display: none;
}
.c-product-review__images img,
.c-product-reviews-overview_has-filter
  .c-product-reviews-overview__reset-container {
  display: block;
}
.c-product-reviews-page__product-link {
  margin-bottom: 30px;
  float: right;
}
.c-product-review__author,
.c-product-review__date,
.c-product-review__title {
  margin-bottom: 15px;
}
.c-product-review {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 19px;
  transition: box-shadow 0.2s ease-in-out;
}
.c-product-review__body,
.c-product-review__right,
.c-product-review__top {
  display: flex;
}
.c-product-review__right,
.c-product-review__top {
  flex-wrap: wrap;
}
.c-product-review__top {
  align-items: center;
}
.c-product-review__date {
  margin-left: 15px;
}
.c-product-review__left {
  margin-right: 15px;
}
.c-product-review__product-url {
  margin-right: 10px;
}
.c-product-review__rating {
  margin-bottom: 15px;
  line-height: 0;
}
.c-product-review__content {
  flex-basis: 100%;
}
.c-product-review__images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.c-product-review__images-link {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  border: 2px solid #f2f2f2;
  border-radius: 4px;
}
.c-product-review__images-link:focus,
.c-product-review__images-link:hover {
  border-color: var(--link-color);
}
.c-product-review__footer {
  margin-top: 15px;
  line-height: 1.2;
  display: table;
}
.c-product-review__footer-date,
.c-product-review__footer-reply {
  display: table-cell;
  vertical-align: middle;
}
.c-product-review__footer-date {
  padding-right: 20px;
}
.c-product-review__replies {
  display: none;
  margin-top: 20px;
  padding-left: 20px;
  border-left: 2px solid var(--primary-color);
}
.c-product-review__replies::after {
  content: "";
  display: table;
  margin-top: -20px;
}
.c-product-review__reply {
  margin-bottom: 20px;
}
.c-product-review_reply {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.c-product-review_reply:hover {
  box-shadow: none;
}
.c-product-review_has-replies .c-product-review__replies {
  display: block;
}
@media (max-width: 767px) {
  .c-product-review__body {
    flex-direction: column;
  }
}
.c-product-review-reply-form {
  position: relative;
}
.c-product-review-reply-form__close-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #bdbdbd;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  line-height: 0;
  z-index: 1;
}
.c-product-review-reply-form__close-button:hover {
  color: #828282;
}
@media (min-width: 1200px) {
  .c-product-review-reply-form__responsive-close-button {
    display: none;
  }
}
.c-product-review-form {
  width: 500px;
  margin: 0 auto;
}
.c-product-review-form--images {
  width: 675px;
}
.c-product-review-form--images .c-form-field__name-container {
  width: 20%;
}
.c-product-review-form__notice {
  display: none;
}
@media (max-width: 1199px) {
  .c-product-review {
    border: 0;
  }
  .c-product-review:hover {
    box-shadow: none;
  }
  .c-product-review-reply-form__close-button,
  .c-product-review_depth_3 .c-product-review__footer-reply,
  .c-product-review_depth_3 .c-product-review__replies {
    display: none;
  }
  .c-product-review-form,
  .c-product-review-form--images .c-form-field__name-container {
    width: 100%;
  }
}
.c-product-slide {
  display: flex;
  justify-content: center;
  max-width: 910px;
  height: 100%;
  margin: 0 auto;
  padding: 75px 20px;
}
.c-product-slide__image-wrapper {
  height: 100%;
}
.c-product-slide__image-box {
  align-self: center;
  width: 300px;
  height: 300px;
  margin-right: 100px;
}
.c-product-slide__image-box .l-image-box {
  width: 300px;
}
.c-product-slide__content {
  display: flex;
  flex-direction: column;
}
.c-product-slide__description,
.c-product-slide__info {
  text-align: left;
}
.c-product-slide__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-product-slide__name {
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 15px;
}
.c-product-slide__summary {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.c-product-slide__features {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.c-product-slide__prices {
  margin-bottom: 30px;
}
.c-product-slide__price {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin-right: 15px;
}
.c-product-slide__price_with-compare {
  color: var(--price-with-compare-color);
}
.c-product-slide__compare-price {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  color: #828282;
}
.c-product-slide__compare-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: var(--price-with-compare-color);
  transform: translateY(-50%);
}
.c-product-slide__button {
  width: 172px;
}
.c-product-slide__button .c-button {
  font-size: 18px;
  padding: 13px 14px 14px;
}
@media (min-width: 1200px) {
  .c-product-slide_size_s {
    padding: 35px 20px;
  }
  .c-product-slide_size_s .c-product-slide__image-box {
    height: auto;
    min-height: 200px;
    margin-right: 50px;
  }
  .c-product-slide_size_s .c-product-slide__name {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .c-product-slide_size_s .c-product-slide__summary {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .c-product-slide_size_s .c-product-slide__features {
    font-size: 13px;
    margin-bottom: 35px;
  }
  .c-product-slide_size_s .c-product-slide__button,
  .c-product-slide_size_s .c-product-slide__prices {
    display: inline-block;
    margin-bottom: 0;
  }
  .c-product-slide_size_s .c-product-slide__prices {
    margin-right: 30px;
  }
  .c-product-slide_size_s .c-product-slide__price {
    font-size: 24px;
    margin-right: 10px;
  }
  .c-product-slide_size_s .c-product-slide__compare-price {
    font-size: 16px;
  }
  .c-product-slide_size_s .c-product-slide__button {
    width: 132px;
  }
  .c-product-slide_size_s .c-product-slide__button .c-button {
    font-size: 14px;
    padding: 9px 14px 10px;
  }
}
@media (max-width: 1199px) {
  .c-product-slide {
    padding: 35px 65px;
  }
  .c-product-slide__image-box {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }
  .c-product-slide__image-box .l-image-box {
    width: 200px;
  }
  .c-product-slide__name {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .c-product-slide__summary {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .c-product-slide__features {
    font-size: 13px;
    margin-bottom: 35px;
  }
  .c-product-slide__button,
  .c-product-slide__prices {
    display: inline-block;
    margin-bottom: 0;
  }
  .c-product-slide__prices {
    margin-right: 30px;
  }
  .c-product-slide__price {
    font-size: 24px;
    margin-right: 10px;
  }
  .c-product-slide__compare-price {
    font-size: 16px;
  }
  .c-product-slide__button {
    width: 132px;
  }
  .c-product-slide__button .c-button {
    font-size: 14px;
    padding: 9px 14px 10px;
  }
}
@media (max-width: 767px) {
  .c-product-slide {
    flex-direction: column;
    padding: 20px;
  }
  .c-product-slide__image-box {
    width: 187px;
    height: 187px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .c-product-slide__image-box .l-image-box {
    width: 187px;
    margin: 0 auto;
  }
  .c-product-slide__name {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .c-product-slide__summary {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .c-product-slide__features {
    display: none;
  }
  .c-product-slide__button,
  .c-product-slide__prices {
    display: inline-block;
    margin-bottom: 20px;
  }
  .c-product-slide__prices {
    margin-right: 20px;
  }
  .c-product-slide__price {
    font-size: 16px;
    margin-right: 5px;
  }
  .c-product-slide__compare-price {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .c-product-slide__name {
    font-size: 18px;
  }
  .c-product-slide__summary {
    font-size: 10px;
  }
  .c-product-slide__features {
    display: none;
  }
  .c-product-slide__button,
  .c-product-slide__prices {
    display: inline-block;
  }
  .c-product-slide__price {
    font-size: 14px;
  }
  .c-product-slide__compare-price {
    font-size: 11px;
  }
  .c-product-slide__button {
    width: 102px;
  }
  .c-product-slide__button .c-button {
    font-size: 10px;
    padding: 4px 14px;
  }
}
.c-cart-page__clear-button-box {
  float: right;
  margin-top: 12px;
}
@media (max-width: 1199px) {
  .c-cart-page__container-items {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-cart-page__container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .c-cart-page__container-items,
  .c-cart-page__container-summary {
    display: table-cell;
    vertical-align: top;
  }
  .c-cart-page__container-summary {
    width: 410px;
    padding-left: 60px;
  }
  .c-cart-item-modal {
    width: 864px;
    margin: 0 auto;
  }
  .c-cart-item-modal__cart-container {
    margin-top: 30px;
    border-top: 1px solid #f2f2f2;
    padding-top: 30px;
    color: #828282;
  }
  .c-cart-item-modal__cart {
    display: table;
    width: 100%;
  }
  .c-cart-item-modal__cart-buttons-container,
  .c-cart-item-modal__cart-info {
    display: table-cell;
    vertical-align: middle;
  }
  .c-cart-item-modal__cart-info {
    width: 100%;
    font-size: 13px;
  }
  .c-cart-item-modal__cart-buttons {
    margin: 0 -10px;
    white-space: nowrap;
  }
  .c-cart-item-modal__cart-button {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
  }
  .c-cart-item-modal__products-container {
    margin-top: 30px;
    border-top: 1px solid #f2f2f2;
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .c-cart-item-modal__item-container {
    margin-bottom: 25px;
  }
  .c-cart-item-modal__cart-buttons::before {
    content: "";
    display: table;
    margin-bottom: -15px;
  }
  .c-cart-item-modal__cart-buttons::after {
    content: "";
    display: block;
  }
  .c-cart-item-modal__cart-button {
    display: block;
    margin-top: 15px;
  }
  .c-cart-item-modal__products-container {
    margin-top: 25px;
    border-top: 1px solid #f2f2f2;
    padding-top: 25px;
  }
  .c-cart-item-modal__cart-info {
    display: none;
  }
  .c-cart-item-modal__button {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  screen and (max-width: 1199px) and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2),
  screen and (max-width: 1199px) and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3),
  screen and (max-width: 1199px) and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .c-cart-item-modal .c-modal {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .c-cart-items::after,
  .c-cart-items::before,
  .c-cart-items_size_s::after,
  .c-cart-items_size_s::before {
    content: "";
  }
  .c-cart-items::before {
    display: table;
    margin-bottom: -30px;
  }
  .c-cart-items::after {
    display: block;
  }
  .c-cart-items__item {
    display: block;
    margin-top: 30px;
  }
  .c-cart-items_size_s::before {
    display: table;
    margin-bottom: -20px;
  }
  .c-cart-items_size_s::after {
    display: block;
  }
  .c-cart-items_size_s .c-cart-items__item {
    display: block;
    margin-top: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .c-cart-items::before {
    content: "";
    display: table;
    margin-bottom: -15px;
  }
  .c-cart-items::after {
    content: "";
    display: block;
  }
  .c-cart-items__item {
    display: block;
    margin-top: 15px;
  }
}
.c-cart-items-container_loading {
  position: relative;
  pointer-events: none;
}
.c-cart-items-container_loading:before {
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.c-cart-item,
.c-cart-popup,
.c-cart-summary,
.c-catalog-list {
  background-color: #fff;
}
.c-cart-items-container_loading:after,
.c-cart-items-container_loading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-cart-items-container_loading:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 55C16.25 55 5 43.75 5 30S16.25 5 30 5c3 0 5.75.5 8.5 1.5l1.75-4.75C37 .5 33.5 0 30 0 13.5 0 0 13.5 0 30s13.5 30 30 30 30-13.5 30-30h-5c0 13.75-11.25 25-25 25z' fill='%23999'/%3E%3C/svg%3E");
  width: 60px;
  height: 60px;
  z-index: 2;
  animation: rotate 1s linear infinite;
}
.c-cart-items-header {
  padding: 0 20px 10px;
  font-size: 13px;
  line-height: 1.2;
  color: #828282;
}
.c-cart-items-header__container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-cart-items-header__container-info,
.c-cart-items-header__container-quantity,
.c-cart-items-header__container-total {
  display: table-cell;
  vertical-align: middle;
}
.c-cart-items-header__container-quantity {
  width: 98px;
  padding-left: 20px;
}
.c-cart-items-header__container-total {
  width: 218px;
  padding-left: 20px;
  text-align: right;
}
@media (max-width: 1199px) {
  .c-cart-items-header {
    display: none;
  }
}
.c-cart-item {
  line-height: 1.2;
  padding: 19px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: box-shadow 0.2s ease-in-out;
}
.c-cart-item:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-cart-item_removed {
  display: none;
}
.c-cart-item__container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-cart-item__error {
  margin-top: 15px;
  color: #ff3131;
  font-size: 13px;
}
.c-cart-item__services-container,
.c-cart-item__services-content {
  margin-top: 20px;
}
.c-cart-item__container-image,
.c-cart-item__container-info,
.c-cart-item__container-quantity,
.c-cart-item__container-total {
  display: table-cell;
  vertical-align: top;
}
.c-cart-item__container-image {
  width: 100px;
  padding-right: 20px;
}
.c-cart-item__image-box {
  width: 80px;
  height: 80px;
}
.c-cart-item__name-container {
  line-height: 1.5;
  min-height: 42px;
  font-weight: 500;
}
.c-cart-item__services-toggle-icon {
  color: var(--primary-color);
  transform: rotate(0);
  transition: transform 0.2s ease-in-out;
}
.c-cart-item__services-container.c-accordion-block_open
  .c-cart-item__services-toggle-icon {
  transform: rotate(180deg);
}
.c-cart-item__services-container.c-accordion-block_in-process-close
  .c-cart-item__services-toggle-icon {
  transform: rotate(0);
}
.c-cart-item__services-toggle-container {
  font-size: 13px;
  line-height: 1.2;
}
.c-cart-item__services-content-container {
  padding-bottom: 19px;
  margin-bottom: -19px;
  position: relative;
}
.c-cart-item__services-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 19px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.c-cart-item__container-quantity {
  width: 98px;
  padding-left: 20px;
}
.c-cart-item__container-total {
  width: 218px;
  padding-left: 20px;
  text-align: right;
}
.c-cart-item__total-price {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.c-cart-item__total-price:last-child {
  margin-right: 0;
}
.c-cart-item__total-compare-price {
  color: #828282;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}
.c-cart-item__sub-total {
  font-size: 13px;
  color: #828282;
  margin-top: 5px;
}
.c-cart-item__delete-button-container {
  margin-top: 20px;
  font-size: 13px;
}
.c-cart-item_static {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.c-cart-item_size_s:hover,
.c-cart-item_static:hover {
  box-shadow: none;
}
.c-cart-item_size_s {
  padding: 0;
  border: 0;
}
.c-cart-item_size_s .c-cart-item__container-image {
  width: 60px;
  padding-right: 10px;
}
.c-cart-item_size_s .c-cart-item__container-quantity {
  padding-left: 10px;
  width: 88px;
}
.c-cart-item_size_s .c-cart-item__container-total {
  width: 130px;
  padding-left: 10px;
}
.c-cart-item_size_s .c-cart-item__image-box {
  width: 50px;
  height: 50px;
}
.c-cart-item__no-available {
  font-size: 12px;
  white-space: nowrap;
  color: red;
}
@media (min-width: 1200px) {
  .c-cart-item__responsive-container {
    display: none;
  }
}
@media (max-width: 1199px) {
  .c-cart-item__responsive-container,
  .c-cart-item__responsive-total-container {
    margin-top: 15px;
  }
  .c-cart-item,
  .c-cart-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  .c-cart-item__container-quantity,
  .c-cart-item__container-total {
    display: none;
  }
  .c-cart-item__responsive-controls-container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .c-cart-item__responsive-delete-container,
  .c-cart-item__responsive-quantity-container {
    display: table-cell;
    vertical-align: middle;
  }
  .c-cart-item__responsive-quantity-container {
    width: 80px;
  }
  .c-cart-item__responsive-delete-container {
    text-align: right;
  }
  .c-cart-item_size_s,
  .c-cart-item_size_s:hover,
  .c-cart-item_static,
  .c-cart-item_static:hover {
    box-shadow: none;
  }
}
.c-cart-summary {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  transition: box-shadow 0.2s ease-in-out;
  padding: 29px 19px 19px;
  line-height: 1.2;
  position: sticky;
  top: 30px;
}
.c-cart-summary:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-cart-summary__sub-totals {
  margin-bottom: 20px;
}
.c-cart-summary__sub-totals::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-cart-summary__sub-totals::after {
  content: "";
  display: block;
}
.c-cart-summary__sub-total {
  display: block;
  margin-top: 20px;
}
.c-cart-summary__total-container {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
  margin-top: 30px;
}
.c-cart-summary__total-label {
  font-size: 16px;
}
.c-cart-summary__total {
  display: block;
  font-size: 36px;
  font-weight: 500;
  margin-top: 10px;
}
.c-cart-summary__add-affiliate-bonus-container {
  margin-top: 20px;
}
.c-cart-summary__use-affiliate-container {
  margin-top: 30px;
}
.c-cart-summary__affiliate-bonus {
  font-weight: 500;
}
.c-cart-summary__buttons-container {
  margin-top: 20px;
}
.c-cart-summary__buy1click-container {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .c-cart-summary,
  .c-cart-summary:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
}
.c-cart-coupon__field-box {
  display: none;
  margin-top: 15px;
}
.c-cart-coupon.c-toggle-block_active .c-cart-coupon__field-box {
  display: block;
}
.c-cart-popup {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 29px 39px;
  width: 500px;
  line-height: 1.2;
  position: absolute;
  right: -50px;
  top: 15px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  color: #333;
}
.c-cart-popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #bdbdbd;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  line-height: 0;
  padding: 5px;
}
.c-cart-popup__close:hover {
  color: #828282;
}
.c-cart-popup__header {
  margin-bottom: 30px;
}
.c-cart-popup__items-container {
  margin-bottom: 30px;
  overflow-y: auto;
  max-height: 242px;
  margin-right: -35px;
  padding-right: 35px;
  position: relative;
}
.c-cart-popup__items {
  overflow: hidden;
}
.c-cart-popup__items::before {
  content: "";
  display: table;
  margin-bottom: -15px;
}
.c-cart-popup__items::after {
  content: "";
  display: block;
}
.c-cart-popup__item {
  display: block;
  margin-top: 15px;
}
.c-cart-popup__item + .c-cart-popup__item {
  border-top: 1px solid #f2f2f2;
  padding-top: 15px;
}
.c-cart-popup__total-container {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.c-cart-popup__total,
.c-cart-popup__total-label {
  display: table-cell;
}
.c-cart-popup__total-label {
  width: 100%;
  font-size: 16px;
}
.c-cart-popup__total {
  white-space: nowrap;
  font-weight: 500;
  font-size: 36px;
}
.c-cart-popup__buttons {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
.c-cart-popup__button {
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
  width: 200px;
}
.c-cart-popup__button_fill {
  width: 100%;
}
.c-cart-popup-item {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-cart-popup-item__delete-container,
.c-cart-popup-item__image-container,
.c-cart-popup-item__info-container,
.c-cart-popup-item__total-container {
  display: table-cell;
  vertical-align: middle;
}
.c-cart-popup-item__image-container {
  width: 80px;
  padding-right: 20px;
}
.c-cart-popup-item__image-box {
  width: 60px;
  height: 60px;
}
.c-cart-popup-item__info-container {
  width: 180px;
}
.c-cart-popup-item__name-container {
  font-weight: 500;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  margin-bottom: 4px;
  white-space: normal;
}
.c-cart-popup-item__quantity-container {
  font-size: 11px;
  color: #828282;
}
.c-cart-popup-item__total-container {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.c-cart-popup-item__delete-container {
  width: 40px;
  text-align: right;
}
.c-cart-popup-container__popup {
  position: relative;
  z-index: 2;
  visibility: hidden;
  pointer-events: none;
}
.c-cart-popup-container_open .c-cart-popup-container__popup {
  visibility: visible;
  pointer-events: inherit;
  animation: megashop_fade_up 0.2s ease-in-out;
}
.c-cart-popup-container_close .c-cart-popup-container__popup {
  animation: megashop_fade_up 0.2s ease-in-out reverse;
}
.c-catalog-extend {
  position: relative;
}
.c-catalog-extend__list-container {
  margin-bottom: -1px;
  border-bottom: 1px solid var(--light-color);
}
.c-catalog-extend__columns-container {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: calc(var(--container-width) - 90px - 255px);
  background-color: #fff;
  transform: translateZ(0);
  min-height: 100%;
  animation: megashop_fadeout_up 0.2s ease-in-out;
  animation-play-state: paused;
}
.c-catalog-extend__columns-container_right {
  right: 100%;
  left: auto;
}
.c-catalog-extend__columns {
  display: none;
}
.c-catalog-extend__columns_active {
  display: block;
}
.c-catalog-extend_open .c-catalog-extend__columns-container {
  display: block;
  animation: megashop_fadein_up 0.2s ease-in-out;
  animation-play-state: paused;
}
.c-catalog-extend_animated .c-catalog-extend__columns-container {
  display: block;
  animation-play-state: running;
}
.c-catalog-extend_fixed-width,
.c-catalog-tree_fixed-width {
  width: 255px;
}
.c-catalog-list {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: -1px;
}
.c-catalog-list__item {
  transform: translateZ(0);
  position: relative;
  border-bottom: 1px solid var(--light-color);
}
.c-catalog-list__item-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-catalog-list__item-content-container,
.c-catalog-list__item-image-container {
  display: table-cell;
  vertical-align: middle;
}
.c-catalog-list__item-image-container {
  width: 44px;
  text-align: center;
  padding-right: 20px;
}
.c-catalog-list__item-image-container_left {
  padding-right: 0;
  padding-left: 20px;
}
.c-catalog-list__item-image {
  max-width: 24px;
  max-height: 24px;
  vertical-align: top;
}
.c-catalog-list__content {
  display: block;
  padding: 15px 20px;
  line-height: 1.6;
}
.c-catalog-list__content_current {
  cursor: initial;
  background: var(--light-color);
}
.c-catalog-list__link,
.c-page_bundling .bundling-configurator .bundling-bundle-products table tr td a,
.c-page_discount4review .discount4review-reminder a,
.c-page_ordercall .oc form a {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.c-catalog-list__arrow-icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  color: var(--link-color);
  margin: auto 0;
}
.c-catalog-list__item_right .c-catalog-list__arrow-icon {
  right: auto;
  left: 20px;
}
.c-catalog-list__children-container {
  display: none;
  position: absolute;
  margin-top: -1px;
  border-left: 1px solid var(--light-color);
  border-bottom: 1px solid var(--light-color);
  left: 100%;
  top: 0;
  width: 255px;
  transform: translateZ(0);
}
.c-catalog-columns__count,
.c-catalog-list__count {
  position: relative;
  margin-left: 5px;
  font-weight: 500;
}
.c-catalog-list__children-container_left {
  right: 100%;
  left: auto;
}
.c-catalog-list__count {
  font-size: 9px;
  vertical-align: super;
  color: #a0a0a0;
}
.c-catalog-list__badge {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 3px;
  line-height: 1.2;
}
.c-catalog-list__item_has-children
  > .c-catalog-list__content
  .c-catalog-list__link {
  padding-right: 46px;
}
.c-catalog-list__item_has-children.c-catalog-list__item_right
  > .c-catalog-list__content
  .c-catalog-list__link {
  padding-right: 0;
  padding-left: 15px;
}
.c-catalog-list__item_active {
  background: var(--light-color);
}
.c-catalog-list__item_active > .c-catalog-list__content .c-catalog-list__link,
.c-catalog-list_depth_1
  > .c-catalog-list__item_active
  > .c-catalog-list__content
  .c-catalog-list__link {
  color: var(--link-color-hover);
}
.c-catalog-list__children-container_animated,
.c-catalog-list__item_active > .c-catalog-list__children-container {
  display: block;
}
.c-catalog-list__children-container_open-animation {
  animation: megashop_fadein_up 0.2s ease-in-out;
}
.c-catalog-list__children-container_close-animation {
  animation: megashop_fadeout_up 0.2s ease-in-out forwards;
}
.c-catalog-list_depth_2
  > .c-catalog-list__item
  > .c-catalog-list__content
  .c-catalog-list__link {
  color: #606060;
}
.c-catalog-list_depth_2 > .c-catalog-list__item_active > .c-catalog-list__link {
  color: var(--link-color);
}
.c-catalog-list_side_right .c-catalog-list__children-container {
  border-left: 0;
  left: auto;
  border-right: 1px solid var(--light-color);
  right: 100%;
}
.c-catalog-columns {
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 0 0 30px;
  column-fill: balance;
}
.c-catalog-columns-header {
  padding: 30px 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c-catalog-columns-header__title {
  font-size: 24px;
}
.c-catalog-columns__column::before {
  content: "";
  display: table;
  margin-bottom: -30px;
}
.c-catalog-columns__column::after {
  content: "";
  display: block;
}
.c-catalog-columns__category-container_break-avoid {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
}
.c-catalog-columns__category {
  padding: 30px 30px 0;
}
.c-catalog-columns__link {
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
.c-catalog-columns__count {
  font-size: 9px;
  vertical-align: super;
  color: #a0a0a0;
}
.c-catalog-columns__subcategories {
  margin-top: 15px;
  padding: 0 30px;
}
.c-catalog-columns__subcategories::before {
  content: "";
  display: table;
  margin-bottom: -15px;
}
.c-catalog-columns__subcategories::after {
  content: "";
  display: block;
}
.c-catalog-columns__subcategory {
  display: block;
  margin-top: 15px;
}
.c-catalog-columns__subcategory-link {
  color: #606060;
  transition: color 0.2s ease-in-out;
}
.c-catalog-columns__category-badge {
  display: inline-block;
  vertical-align: bottom;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 3px;
  line-height: 1.2;
}
.c-catalog-columns_simple {
  display: flex;
}
.c-catalog-dropdown {
  position: absolute;
  transform: translateZ(0);
  animation: megashop_fadeout_up 0.2s ease-in-out;
  animation-play-state: paused;
  display: none;
}
.c-catalog-dropdown:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  border: 1px solid var(--light-color);
  border-top: none;
  pointer-events: none;
}
.c-catalog-dropdown_open {
  display: block;
  animation: megashop_fadein_up 0.2s ease-in-out;
  animation-play-state: paused;
}
.c-catalog-dropdown_animated {
  display: block;
  animation-play-state: running;
}
.c-horizontal-catalog {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  background-color: #fff;
  width: calc(var(--container-width) - 90px);
}
.c-horizontal-catalog__category {
  display: none;
}
.c-horizontal-catalog__category_active {
  display: block;
}
.c-horizontal-catalog_open {
  visibility: inherit;
  pointer-events: inherit;
  animation: megashop_fade_up 0.2s ease-in-out;
}
.c-horizontal-catalog_close {
  animation: megashop_fade_up 0.2s ease-in-out reverse;
}
.c-compare-control__type-container {
  margin-bottom: 36px;
}
.c-compare-control__type-count {
  position: relative;
  font-size: 9px;
  font-weight: 500;
  margin-left: 5px;
  vertical-align: super;
  color: #a0a0a0;
}
.c-compare-control__delete-list-container {
  margin-top: 36px;
  font-size: 13px;
}
.c-compare-page {
  position: relative;
  z-index: 1;
  background: #fff;
}
.c-compare-page__header {
  position: sticky;
  top: 0;
  z-index: 2;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 0 15px transparent;
  background: #fff;
}
.c-compare-page_fixed .c-compare-page__header,
.r-compare-page_fixed .r-compare-page__products-container {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.c-compare-page__header-top {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-compare-page__columns {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-compare-page__column-features,
.c-compare-page__column-products {
  display: table-cell;
  vertical-align: top;
}
.c-compare-page__column-features {
  width: 258px;
  border-right: 1px solid #eee;
  position: relative;
  z-index: 1;
}
.c-compare-page__column-products {
  transition: opacity 0.2s ease-in-out;
}
.c-compare-page__products {
  margin-right: 0;
  white-space: nowrap;
  margin-left: -1px;
  overflow: hidden;
}
.c-compare-page__product {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  white-space: normal;
  width: 213px;
  border-left: 1px solid #eee;
}
.c-compare-page__product_features {
  padding-bottom: 100px;
}
.c-compare-page__row_control {
  padding: 20px 20px 20px 0;
}
.c-compare-page__row_product {
  padding: 20px;
}
.c-compare-page__row_feature {
  padding: 10px 20px 10px 0;
  color: #828282;
  font-size: 16px;
}
.c-compare-page__row_divider {
  padding: 20px 20px 15px 0;
}
.c-compare-page__row_feature-value {
  padding: 10px 20px;
  color: #828282;
  font-size: 16px;
}
.c-compare-page_hide-same .c-compare-page__row_same {
  display: none;
}
.c-compare-page_loading .c-compare-page__column-products {
  opacity: 0.2;
}
@media (max-width: 1199px) {
  .c-compare-page {
    display: none;
  }
}
.c-compare-product {
  position: relative;
}
.c-compare-product__image-container {
  margin-bottom: 10px;
}
.c-compare-product__image-box {
  width: 80px;
  height: 80px;
}
.c-compare-product__name-container {
  height: 63px;
  overflow: hidden;
  margin-bottom: 6px;
  font-weight: 500;
}
.c-compare-product__name-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
.c-compare-product__name-link:hover {
  color: var(--primary-color);
}
.c-compare-product__delete-button {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  z-index: 1;
}
.c-compare-product__price-container {
  line-height: 1.2;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .r-compare-page {
    display: none;
  }
}
.r-compare-page__mode-container,
.r-compare-page__products-container,
.r-compare-page__type-container {
  border-bottom: 1px solid #f2f2f2;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}
.r-compare-page__products-container {
  position: sticky;
  top: 60px;
  background-color: #fff;
  display: flex;
  z-index: 1;
  justify-content: space-between;
  transition: box-shadow 0.2s ease-in-out;
}
.r-compare-page__product-container {
  width: calc(50% - 10px);
  flex: none;
}
.r-compare-page__mode-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.r-compare-page__mode-text {
  flex: auto;
  width: 1px;
}
.r-compare-page__mode-checkbox {
  flex: none;
  margin-left: 10px;
}
.r-compare-page__features-container {
  padding-top: 30px;
}
.r-compare-page__features-container::before {
  content: "";
  display: table;
  margin-bottom: -30px;
}
.r-compare-page__features-container::after {
  content: "";
  display: block;
}
.r-compare-page__divider-container,
.r-compare-page__feature-container {
  display: block;
  margin-top: 30px;
}
.r-compare-page__feature-container {
  text-align: center;
}
.r-compare-page__feature-name {
  color: #828282;
}
.r-compare-page__feature-values {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.r-compare-page__slider-index {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  color: #828282;
}
.r-compare-page__feature-value {
  width: calc(50% - 10px);
  flex: none;
}
.r-compare-page__products-slider-container {
  overflow: hidden;
}
.r-compare-page__products-slider {
  display: flex;
}
.r-compare-page__product {
  text-align: center;
  width: 100%;
  flex: none;
  position: relative;
}
.r-compare-page__product-delete-button-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.r-compare-page__product-image-container {
  margin-bottom: 10px;
  height: 80px;
}
.r-compare-page__image {
  vertical-align: top;
}
.r-compare-page__product-name-container {
  font-weight: 500;
  height: 63px;
  overflow: hidden;
}
.r-compare-page__product-price-container {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}
.r-compare-page__not-found-container {
  margin-top: 15px;
}
.r-compare-page_fixed .r-compare-page__product-image-container {
  height: 55px;
}
.r-compare-page_fixed .r-compare-page__product-name-container,
.r-compare-page_fixed .r-compare-page__product-price-container,
.r-compare-page_same .r-compare-page__feature-container_same {
  display: none;
}
@media (max-width: 1199px) {
  .c-compare-info-panel .c-info-panel-content__image-container,
  .c-compare-info-panel .c-info-panel-content__info-container {
    display: none;
  }
  .c-compare-info-panel .c-info-panel-content__button-container {
    padding: 0;
  }
}
.c-checkout-page__header-container {
  display: flex;
  align-items: center;
}
.c-checkout-page__cart-link-container,
.c-checkout-page__header-text-container {
  margin-left: 30px;
  white-space: nowrap;
}
.c-checkout-page__cart-link-container:first-child,
.c-checkout-page__header-text-container:first-child {
  width: 100%;
  margin-left: 0;
  white-space: normal;
}
.c-checkout-page__steps-container {
  margin-bottom: 30px;
  padding-right: 13px;
}
.c-checkout-page__button-container {
  margin-top: 40px;
}
.c-checkout-page__cart-info {
  color: #828282;
  font-size: 13px;
}
.c-checkout-page__cart-total {
  font-size: 14px;
  font-weight: 500;
}
.c-checkout-page__back-button {
  float: right;
  margin-top: 7px;
}
.c-checkout-page__back-button-icon {
  transform: rotate(180deg);
}
.c-checkout-page__container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-checkout-page__container-content,
.c-checkout-page__container-summary {
  display: table-cell;
  vertical-align: top;
}
.c-checkout-page__container-summary {
  width: 410px;
  padding-left: 60px;
}
.c-checkout-page__step-container {
  position: relative;
}
.c-checkout-page__spinner {
  color: var(--primary-color);
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-checkout-page__step-container_loading .c-checkout-page__spinner {
  display: flex;
}
@media (min-width: 1200px) {
  .c-checkout-page__responsive-step {
    display: none;
  }
}
@media (max-width: 1199px) {
  .c-checkout-page__back-button,
  .c-checkout-page__cart-link-container,
  .c-checkout-page__container-summary,
  .c-checkout-page__steps-container {
    display: none;
  }
  .c-checkout-page__button {
    width: 100%;
  }
  .c-checkout-page__responsive-step {
    line-height: 1.2;
    padding: 22px 15px;
    margin: 0 -15px;
    font-weight: 500;
    background-color: #fafafa;
    color: #e0e0e0;
    position: relative;
    pointer-events: none;
    cursor: pointer;
  }
  .c-checkout-page__responsive-step::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    background-color: #f2f2f2;
  }
  .c-checkout-page__responsive-step:last-child::after,
  .c-checkout-page__responsive-step_current::after {
    content: none;
  }
  .c-checkout-page__responsive-step_current,
  .c-checkout-page__responsive-step_done {
    color: #333;
  }
  .c-checkout-page__responsive-step_done {
    pointer-events: auto;
  }
  .c-checkout-page__step-container {
    padding: 15px 0 25px;
  }
  .c-checkout-page__responsive-step-arrow-container {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 6px;
    height: 10px;
    margin: auto 0;
  }
  .c-checkout-page__responsive-step_current
    .c-checkout-page__responsive-step-arrow {
    transform: rotate(90deg);
  }
  .c-checkout-page__button-container {
    margin-top: 25px;
  }
}
.c-checkout-steps {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-left: 1px solid #eee;
}
.c-checkout-steps__step {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 14px;
  text-align: center;
  color: #e0e0e0;
  font-weight: 500;
  pointer-events: none;
  cursor: pointer;
}
.c-checkout-steps__step + .c-checkout-steps__step {
  padding-left: 27px;
}
.c-checkout-steps__step:hover {
  background: #f2f2f2;
}
.c-checkout-steps__step_empty {
  width: 0;
  padding: 0;
  border-color: transparent;
}
.c-checkout-steps__step_done {
  pointer-events: all;
  color: #828282;
  background: #fafafa;
}
.c-checkout-steps__step_done .c-checkout-steps__triangle {
  fill: #fafafa;
}
.c-checkout-steps__step_current {
  color: #333;
}
.c-checkout-steps__triangle {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 13px;
  height: 100%;
  z-index: 1;
  fill: #fff;
  transition: fill 0.2s ease-in-out;
}
.c-checkout-steps__step:hover .c-checkout-steps__triangle {
  fill: #f2f2f2;
}
.c-checkout-step {
  display: block;
}
@media (min-width: 1200px) {
  .c-checkout-auth {
    width: 420px;
  }
  .c-checkout-auth__text {
    font-size: 13px;
    color: #828282;
    margin-bottom: 20px;
  }
  .c-checkout-auth__controls {
    display: table;
  }
  .c-checkout-auth__auth,
  .c-checkout-auth__auth-adapters {
    display: table-cell;
    vertical-align: middle;
  }
  .c-checkout-auth__auth-adapters {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .c-checkout-auth__text {
    font-size: 13px;
    color: #828282;
    margin-bottom: 20px;
  }
  .c-checkout-auth__auth-adapters {
    margin-top: 15px;
  }
}
.c-checkout-signup__affiliate-text {
  color: #828282;
  font-size: 13px;
  margin-top: 10px;
  width: 420px;
}
.c-checkout-signup__add-affiliate-bonus {
  color: #333;
  font-weight: 500;
}
.c-checkout-signup__form {
  display: none;
}
.c-checkout-signup_active .c-checkout-signup__form {
  display: block;
  margin-top: 15px;
}
.c-checkout-contactinfo__auth-box {
  margin-bottom: 30px;
}
.c-checkout-contactinfo__billing-matches-shipping,
.c-checkout-contactinfo__service-agreement,
.c-checkout-contactinfo__signup {
  margin-top: 30px;
}
.c-checkout-contactinfo__billing-matches-shipping-text {
  margin-bottom: 10px;
}
.c-checkout-contactinfo__billing-matches-shipping,
.c-checkout-contactinfo_billing-matches-shipping .wa-field-address-billing {
  display: none;
}
.c-checkout-contactinfo__error {
  margin-top: 15px;
}
.c-checkout-contactinfo_billing-matches-shipping
  .c-checkout-contactinfo__billing-matches-shipping {
  display: block;
}
@media (min-width: 1200px) {
  .c-checkout-shipping__methods::before {
    content: "";
    display: table;
    margin-bottom: -20px;
  }
  .c-checkout-shipping__methods::after {
    content: "";
    display: block;
  }
  .c-checkout-shipping__method {
    display: block;
    margin-top: 20px;
  }
  .c-checkout-shipping__error-container {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .c-checkout-signup__affiliate-text {
    width: auto;
  }
  .c-checkout-shipping__methods::before {
    content: "";
    display: table;
    margin-bottom: -15px;
  }
  .c-checkout-shipping__methods::after {
    content: "";
    display: block;
  }
  .c-checkout-shipping__method {
    display: block;
    margin-top: 15px;
  }
  .c-checkout-shipping__error-container {
    margin-top: 25px;
  }
}
.c-checkout-shipping-method {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 14px;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}
.c-checkout-shipping-method:hover {
  border-color: #828282;
}
.c-checkout-shipping-method__label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.c-checkout-shipping-method__loading-container {
  display: none;
  position: absolute;
  right: -4px;
  top: 7px;
}
.c-checkout-shipping-method__state-container {
  width: 31px;
  padding-right: 15px;
}
.c-checkout-shipping-method__logo-container {
  width: 75px;
  padding-right: 15px;
}
.c-checkout-shipping-method__logo-container img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .c-checkout-shipping-method__label {
    flex-wrap: nowrap;
  }
  .c-checkout-shipping-method__loading-container {
    position: static;
    margin-left: auto;
  }
  .c-checkout-shipping-method__logo-container {
    width: auto;
  }
}
.c-checkout-shipping-method__name-container {
  width: calc(100% - 106px);
}
@media (min-width: 1200px) {
  .c-checkout-shipping-method__name-container {
    width: auto;
  }
}
.c-checkout-shipping-method__price-container {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .c-checkout-shipping-method__price-container {
    width: auto;
    margin-top: 0;
    margin-left: auto;
  }
}
.c-checkout-shipping-method__description-container {
  margin-top: 10px;
}
.c-checkout-shipping-method__rates-container {
  margin-top: 15px;
  display: none;
}
.c-checkout-shipping-method__rates-container_multi {
  display: block;
}
.c-checkout-shipping-method__comment-container_empty,
.c-checkout-shipping-method__error-container_empty,
.c-checkout-shipping-method__est-delivery-container_empty {
  display: none;
}
.c-checkout-shipping-method__rates-container_multi + * {
  margin-top: 15px;
}
.c-checkout-shipping-method__est-delivery-container {
  font-size: 13px;
  color: #828282;
  margin-top: 15px;
}
.c-checkout-shipping-method__comment-container {
  color: #ff3131;
  margin-top: 10px;
}
.c-checkout-shipping-method__error-container {
  color: #ff3131;
  margin-top: 10px;
}
.c-checkout-shipping-method__content-container {
  display: none;
  cursor: default;
}
.c-checkout-shipping-method__custom-container,
.c-checkout-shipping-method__form-container,
.c-checkout-shipping-method__service-agreement-hint-container {
  margin-top: 10px;
}
.c-checkout-shipping-method__control {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-checkout-shipping-method__state {
  width: 16px;
  height: 16px;
}
.c-checkout-payment-method__state::before,
.c-checkout-shipping-method__state::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.c-checkout-shipping-method__state-icon {
  opacity: 0;
  color: var(--primary-color);
  transition: opacity 0.2s ease-in-out;
}
.c-checkout-shipping-method_checked,
.c-checkout-shipping-method_checked:hover {
  border-color: var(--primary-color);
}
.c-checkout-shipping-method_checked .c-checkout-shipping-method__state-icon {
  opacity: 1;
}
.c-checkout-shipping-method_checked
  .c-checkout-shipping-method__content-container {
  display: block;
}
.c-checkout-shipping-method_loading
  .c-checkout-shipping-method__price-container {
  display: none;
}
.c-checkout-shipping-method_loading
  .c-checkout-shipping-method__loading-container {
  display: block;
}
.c-checkout-payment-method {
  height: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 14px;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}
.c-checkout-payment-method:hover {
  border-color: #828282;
}
.c-checkout-payment-method__label {
  display: table;
  width: 100%;
  cursor: pointer;
}
.c-checkout-payment-method__logo-container,
.c-checkout-payment-method__name-container,
.c-checkout-payment-method__state-container {
  display: table-cell;
  vertical-align: middle;
}
.c-checkout-payment-method__state-container {
  width: 31px;
  padding-right: 15px;
}
.c-checkout-payment-method__logo-container {
  padding-right: 15px;
}
.c-checkout-payment-method__name-container {
  width: 100%;
}
.c-checkout-payment-method__description-container {
  margin-top: 10px;
}
#wholesale-cart,
.c-checkout-payment-method__error-container {
  color: #ff3131;
  margin-top: 10px;
}
.c-checkout-payment-method__content-container {
  margin-top: 10px;
  display: none;
  cursor: default;
}
.c-checkout-payment-method__control {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-checkout-payment-method__state {
  width: 16px;
  height: 16px;
}
.c-checkout-payment-method__state-icon {
  opacity: 0;
  color: var(--primary-color);
  transition: opacity 0.2s ease-in-out;
}
.c-checkout-summary,
.c-order-summary {
  transition: box-shadow 0.2s ease-in-out;
  line-height: 1.2;
}
.c-checkout-payment-method_checked,
.c-checkout-payment-method_checked:hover {
  border-color: var(--primary-color);
}
.c-checkout-items .c-checkout-items__cell,
.c-checkout-items__row_has-services .c-checkout-items__cell {
  border-bottom: 0;
}
.c-checkout-payment-method_checked .c-checkout-payment-method__state-icon {
  opacity: 1;
}
.c-checkout-payment-method_checked
  .c-checkout-payment-method__content-container {
  display: block;
}
.c-checkout-payment-method_disabled {
  color: #828282;
  pointer-events: none;
}
.c-checkout-items__cell_tax,
.c-checkout-items__cell_total {
  text-align: right;
  width: 173px;
}
.c-checkout-items__cell_quantity {
  text-align: right;
  width: 153px;
}
.c-checkout-items__row_service .c-checkout-items__cell {
  padding-top: 0;
  border-top: 0;
  border-bottom: 0;
  color: #828282;
}
.c-checkout-confirmation__address-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-checkout-confirmation__addresses {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  margin-left: -15px;
  margin-right: -15px;
}
.c-checkout-confirmation__address {
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
}
.c-checkout-confirmation__address-content {
  color: #828282;
}
.c-checkout-confirmation__shipping-container {
  margin-top: 30px;
  font-size: 16px;
}
.c-checkout-confirmation__shipping {
  font-weight: 500;
}
.c-checkout-confirmation__payment-container {
  font-size: 16px;
  margin-top: 15px;
}
.c-checkout-confirmation__payment,
td.c-checkout-list-item__cell_quantity,
td.c-checkout-list-item__cell_total {
  font-weight: 500;
}
.c-checkout-confirmation__comment-container,
.c-checkout-confirmation__items-container {
  margin-top: 60px;
}
.c-checkout-confirmation__policy-container,
.c-checkout-confirmation__terms-error-container {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .c-checkout-confirmation__items-table {
    display: none;
  }
}
.c-checkout-info {
  display: inline-block;
  vertical-align: top;
  background: #fafafa;
  border: 1px solid #eee;
  width: 350px;
  text-align: left;
}
.c-checkout-info__line-value,
.c-checkout-info__total-value {
  text-align: right;
  font-weight: 500;
}
.c-checkout-info__list {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.c-checkout-info__list_empty {
  display: none;
}
.c-checkout-info__lines {
  margin-top: -10px;
}
.c-checkout-info__line {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.c-checkout-info__line_empty {
  display: none;
}
.c-checkout-info__line-label,
.c-checkout-info__line-value {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.c-checkout-info__line-label {
  width: 100%;
}
.c-checkout-info__content {
  padding: 20px;
}
.c-checkout-info__total {
  display: table;
  width: 100%;
  font-size: 24px;
  color: #333;
}
.c-checkout-info__total-label,
.c-checkout-info__total-value {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.c-checkout-info__total-label {
  width: 100%;
}
.c-checkout-info__button-box {
  margin-top: 20px;
}
.c-checkout-info__shipping-name {
  display: block;
  font-weight: 500;
  white-space: normal;
  margin-top: 5px;
}
.c-checkout-info__terms {
  margin-top: 15px;
}
.c-checkout-info__terms-error {
  margin-top: 10px;
}
.c-checkout-success-block {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 60px;
  text-align: center;
}
.c-checkout-success-block__header {
  font-size: 24px;
  margin-bottom: 10px;
}
.c-checkout-success-block__sub-header {
  color: #828282;
  margin-bottom: 30px;
}
.c-checkout-success-block__order-id,
.c-order-form-decorator .wa-type-wrapper .wa-name a {
  color: #333;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .c-checkout-success-block {
    padding: 29px 19px;
  }
  .c-checkout-success-block__header {
    font-size: 18px;
  }
  .c-checkout-success-block__sub-header {
    font-size: 12px;
  }
}
.c-checkout-summary {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 29px 19px 19px;
  position: sticky;
  top: 30px;
}
.c-checkout-summary:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-checkout-summary__sub-totals {
  margin-bottom: 20px;
}
.c-checkout-summary__sub-totals::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-checkout-summary__sub-totals::after {
  content: "";
  display: block;
}
.c-checkout-summary__sub-total {
  display: block;
  margin-top: 20px;
}
.c-checkout-summary__sub-total_shipping {
  display: none;
}
.c-checkout-summary__total-container {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
  margin-top: 30px;
  padding-bottom: 10px;
}
.c-checkout-summary__total-label {
  font-size: 16px;
}
.c-checkout-summary__total {
  display: block;
  font-size: 36px;
  font-weight: 500;
  margin-top: 10px;
}
.c-checkout-summary_has-shipping .c-checkout-summary__sub-total_shipping {
  display: block;
}
.c-checkout-user__image {
  border-radius: 25px;
}
.c-checkout-user__additional-container {
  color: #828282;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .c-checkout-user__image-box {
    width: 50px;
    height: 50px;
  }
  .c-checkout-user__container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .c-checkout-user__container-content,
  .c-checkout-user__container-image {
    display: table-cell;
    vertical-align: top;
  }
  .c-checkout-user__container-image {
    width: 70px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .c-checkout-user__image-box {
    width: 40px;
    height: 40px;
  }
  .c-checkout-user__container-image {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .c-checkout-payment__methods {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: -20px;
    margin-right: -20px;
  }
  .c-checkout-payment__method {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 340px;
  }
  .c-page_container-middle .c-checkout-payment__method {
    width: 315px;
  }
  .c-checkout-payment__error-container {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .c-checkout-payment__methods::before {
    content: "";
    display: table;
    margin-bottom: -15px;
  }
  .c-checkout-payment__methods::after {
    content: "";
    display: block;
  }
  .c-checkout-payment__method {
    display: block;
    margin-top: 15px;
  }
  .c-checkout-payment__error-container {
    margin-top: 25px;
  }
}
.c-checkout-list-item__cell_sku {
  width: 100px;
}
.c-checkout-list-item__cell_quantity,
.c-checkout-list-item__cell_total,
th.c-checkout-list-item__cell_quantity,
th.c-checkout-list-item__cell_total {
  width: 120px;
  white-space: nowrap;
  text-align: right;
}
.c-checkout-list-item__compare-price,
.c-checkout-list-item__price,
.c-checkout-list-item__total,
.c-checkout-list-item__total-price {
  font-weight: 500;
}
.c-checkout-list-item__total-price_with-compare {
  color: var(--price-with-compare-color);
}
.c-checkout-list-item__total-compare-price {
  position: relative;
  color: #828282;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-checkout-list-item__total-compare-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: var(--price-with-compare-color);
  transform: translateY(-50%);
}
.c-checkout-list-item__service {
  color: #828282;
  margin-top: 5px;
}
.c-my-affiliate__balance-text {
  font-size: 16px;
}
.c-my-affiliate__balance {
  color: #ff3131;
  font-weight: 500;
}
.c-my-affiliate__balance_positive {
  color: #27ae60;
}
.c-my-affiliate__column-amount,
.c-my-affiliate__column-balance,
.c-my-affiliate__column-date,
th.c-my-affiliate__column-amount,
th.c-my-affiliate__column-balance,
th.c-my-affiliate__column-date {
  text-align: center;
}
.c-my-affiliate__column-date {
  width: 159px;
}
td.c-my-affiliate__column-amount,
td.c-my-affiliate__column-balance {
  font-weight: 500;
  width: 129px;
}
.c-my-affiliate__amount,
.c-my-affiliate__history-balance,
td.c-order-list-item__cell_quantity,
td.c-order-list-item__cell_total {
  font-weight: 500;
}
@media (max-width: 1199px) {
  .c-my-affiliate .c-block__sub-header {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .c-my-affiliate__balance-text {
    font-size: 14px;
    font-weight: 500;
  }
  .c-my-affiliate__table {
    display: none;
  }
}
.c-order-item__quantity {
  color: #828282;
  font-weight: 500;
  margin-left: 5px;
  white-space: nowrap;
}
.c-order-items__item + .c-order-items__item {
  margin-top: 5px;
}
.c-order-list-item__cell_sku {
  width: 200px;
}
.c-order-list-item__cell_quantity,
.c-order-list-item__cell_total,
th.c-order-list-item__cell_quantity,
th.c-order-list-item__cell_total {
  width: 120px;
  white-space: nowrap;
  text-align: right;
}
.c-order-list-item__price,
.c-order-list-item__total {
  font-weight: 500;
}
.c-order-list-item__service {
  color: #828282;
  margin-top: 5px;
}
.c-my-order-page__status-container {
  font-size: 16px;
}
.c-my-order-page__status {
  font-weight: 500;
}
.c-my-order-page__date-container {
  font-size: 16px;
  margin-top: 15px;
}
.c-my-order-page__date {
  font-weight: 500;
}
.c-my-order-page__contact-container {
  margin-top: 30px;
}
.c-my-order-page__address-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-my-order-page__addresses {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  margin-left: -15px;
  margin-right: -15px;
}
.c-my-order-page__address {
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
}
.c-my-order-page__address-content {
  color: #828282;
}
.c-my-order-page__shipping-container {
  margin-top: 30px;
  font-size: 16px;
}
.c-my-order-page__payment-plugin-container,
.c-my-order-page__tracking-container,
.c-my-order-page__tracking-number-container {
  margin-top: 15px;
}
.c-my-order-page__shipping {
  font-weight: 500;
}
.c-my-order-page__tracking-number {
  font-weight: 500;
}
.c-my-order-page__payment-container {
  font-size: 16px;
  margin-top: 15px;
}
.c-my-order-page__payment {
  font-weight: 500;
}
.c-my-order-page__items-container {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .c-my-order-page__summary-container {
    width: 350px;
    margin-left: auto;
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .c-my-order-page__date-container,
  .c-my-order-page__payment-container,
  .c-my-order-page__shipping-container,
  .c-my-order-page__status-container {
    font-size: 14px;
  }
  .c-my-order-page__date-container,
  .c-my-order-page__payment-container {
    margin-top: 10px;
  }
  .c-my-order-page__contact-container .c-contact__photo {
    width: 40px;
    height: 40px;
  }
  .c-my-order-page .c-contact__name-box {
    padding-left: 10px;
    font-size: 14px;
  }
  .c-my-order-page__addresses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-my-order-page__addresses .c-block__header {
    margin-bottom: 10px;
  }
  .c-my-order-page__address {
    margin-bottom: 20px;
  }
  .c-my-order-page__address:last-child {
    margin-bottom: 0;
  }
  .c-my-order-page__items-container,
  .c-my-order-page__summary-container {
    margin-top: 30px;
  }
  .c-my-order-page__summary-container .c-order-summary {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  .c-my-order-page__items-table,
  .c-orders-table {
    display: none;
  }
}
.c-orders-table__cell_date,
.c-orders-table__cell_total,
th.c-orders-table__cell_date,
th.c-orders-table__cell_total {
  text-align: right;
}
.c-orders-table__cell_id {
  white-space: nowrap;
  width: 100px;
}
.c-orders-table__cell_date,
.c-orders-table__cell_status,
.c-orders-table__cell_total {
  width: 120px;
}
.c-orders-table__cell_total {
  font-weight: 500;
  white-space: nowrap;
}
.c-order-summary {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 29px 19px;
}
.c-order-summary:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-order-summary__sub-totals {
  margin-bottom: 20px;
}
.c-order-summary__sub-totals::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-order-summary__sub-totals::after {
  content: "";
  display: block;
}
.c-order-summary__sub-total {
  display: block;
  margin-top: 20px;
}
.c-order-summary__total-container {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
  margin-top: 30px;
}
.c-order-summary__total-label {
  font-size: 16px;
}
.c-order-summary__total {
  display: block;
  font-size: 36px;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .c-order-summary__total-container {
    margin-top: 40px;
    padding-top: 30px;
  }
}
.c-favorite-page .c-product-thumb__image-buttons {
  top: -5px;
  right: 40px;
}
.c-favorite-page__categories {
  border: 1px solid var(--light-color);
}
.c-favorite-page__categories::after {
  content: "";
  display: table;
  margin-top: -1px;
}
.c-favorite-page__category {
  color: var(--primary-color);
  border-top: 1px solid var(--light-color);
  border-bottom: 1px solid var(--light-color);
  margin-top: -1px;
  transition: color 0.2s ease-in-out;
}
.c-favorite-page__category:hover {
  color: var(--dark-color);
}
.c-favorite-page__category_active {
  background-color: var(--light-color);
}
.c-favorite-page__category-link {
  display: block;
  padding: 13px 19px 14px;
  color: currentColor;
  text-decoration: none;
}
.c-favorite-page__products-count {
  position: relative;
  font-size: 9px;
  font-weight: 500;
  margin-left: 5px;
  vertical-align: super;
  color: #a0a0a0;
}
@media (min-width: 1200px) {
  .c-favorite-page__r-categories-container,
  .c-favorite-page__r-clear-button,
  .c-favorite-page__r-recovery-button {
    display: none;
  }
}
@media (max-width: 1199px) {
  .c-favorite-page__r-categories-container {
    margin-bottom: 15px;
  }
  .c-favorite-page__r-categories-container .c-select__content {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .c-favorite-page__r-categories-container .c-select__arrow {
    padding-right: 14px;
  }
  .c-favorite-page__r-recovery-button,
  .c-favorite-page_delete .c-favorite-page__r-clear-button {
    display: none;
  }
  .c-favorite-page_delete .c-favorite-page__r-recovery-button {
    display: inline-block;
  }
  .c-favorite-info-panel .c-info-panel-content__image-container,
  .c-favorite-info-panel .c-info-panel-content__info-container {
    display: none;
  }
  .c-favorite-info-panel .c-info-panel-content__button-container {
    padding: 0;
  }
}
.c-products {
  position: relative;
}
.c-products__filters {
  margin-bottom: 30px;
  margin-right: -10px;
  line-height: 1.2;
}
.c-products__filters::after {
  content: "";
  display: table;
  margin-top: -10px;
}
.c-products__filters-label {
  display: inline-block;
  vertical-align: top;
  padding: 7px 0;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #828282;
}
.c-products__filters-button,
.c-products__filters-reset {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.c-products__recovery-list-button,
.c-products_lazy-load_process .c-products__lazy-load-button,
.c-products_lazy-load_process .c-products__pagination {
  display: none;
}
.c-products__bar,
.c-products__top-banner-container {
  margin-bottom: 30px;
}
.c-products__filters-button {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 6px 9px;
}
.c-products__filters-button:hover .c-products__filters-button-text {
  text-decoration: line-through;
}
.c-products__filters-reset {
  padding: 7px 10px;
  color: #828282;
  background-color: #f2f2f2;
  transition: background-color 0.2s ease-in-out;
}
.c-products__filters-reset:hover {
  background-color: #eaeaea;
}
.c-products__spinner {
  color: var(--primary-color);
  position: absolute;
  margin-top: 60px;
  width: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.c-products__content {
  margin-top: 30px;
  transition: opacity 0.2s ease-in-out;
}
.c-products__pagination {
  margin-top: 30px;
  text-align: center;
}
.c-products__lazy-load {
  margin-top: 40px;
  text-align: center;
}
.c-products__lazy-load-loading {
  display: none;
  color: var(--primary-color);
}
.c-products__bottom-banner-container {
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.c-products_loading .c-products__spinner {
  opacity: 1;
}
.c-products_loading .c-products__content {
  opacity: 0.3;
  pointer-events: none;
}
.c-products_lazy-load_process .c-products__lazy-load-loading {
  display: block;
}
.c-products_lazy-load_done .c-products__lazy-load {
  display: none;
}
.c-products_delete .c-products__recovery-list-button {
  display: inline-block;
}
.c-products_delete .c-products__delete-list-button {
  display: none;
}
@media (max-width: 1199px) {
  .c-products__lazy-load,
  .c-products__pagination {
    margin-top: 25px;
  }
  .c-products__bar {
    margin-bottom: 15px;
  }
  .c-products__content {
    margin-top: 15px;
  }
  .c-products__delete-list-button,
  .c-products__recovery-list-button {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-products-bar {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 10px 20px;
    color: #828282;
  }
}
@media print {
  .c-products-bar {
    display: none !important;
  }
}
.c-products-bar__content {
  display: table;
  width: 100%;
}
.c-products-bar__controls,
.c-products-bar__sorting {
  display: table-cell;
  vertical-align: middle;
}
.c-products-bar__controls {
  white-space: nowrap;
  font-size: 13px;
  line-height: 0;
}
.c-products-bar__sorting {
  width: 100%;
}
@media (max-width: 1199px) {
  .c-products-bar__sorting .c-inline-field__label {
    display: none;
  }
  .c-products-bar__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-products-bar__sorting {
    flex-grow: 1;
    order: 2;
  }
  .c-products-bar__sorting .c-inline-field,
  .c-products-bar__sorting .c-select {
    width: 100%;
  }
  .c-products-bar__sorting .c-select__content {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .c-products-bar__sorting .c-select__arrow {
    padding-right: 14px;
  }
  .c-products-bar__controls {
    order: 1;
  }
  .c-products-bar__filters {
    order: 3;
    margin-left: 20px;
  }
}
@media (max-width: 375px) {
  .c-products-bar__filters {
    margin-left: 10px;
  }
}
.c-products-view-types {
  white-space: nowrap;
}
.c-products-view-types__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .c-products-view-types__item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 20px;
    border-radius: 4px;
    background: #f2f2f2;
  }
  .c-products-view-types__item_hidden {
    display: none;
  }
}
@media (max-width: 375px) {
  .c-products-view-types__item {
    margin-right: 10px;
  }
}
.c-products-view-type {
  cursor: pointer;
}
.c-order-cart-decorator .wa-quantity-box .wa-button .wa-tooltip .wa-icon svg,
.c-products-view-type:hover .c-products-view-type__icon,
.c-products-view-type_active .c-products-view-type__icon {
  fill: #828282;
}
.c-products-view-type__icon {
  transition: fill 0.2s ease-in-out;
}
.c-tag-page__description {
  margin-bottom: 60px;
}
.c-filters {
  position: relative;
}
.c-filters__filter {
  border-top: 1px solid var(--light-color);
  border-bottom: 1px solid var(--light-color);
  margin-top: -1px;
}
.c-filters__footer {
  padding: 20px;
}
.c-filters__footer .c-button {
  margin-bottom: 15px;
}
.c-filters__footer .c-button:last-child {
  margin-bottom: 0;
}
.c-filters__footer .c-filters__submit-button_counted:after {
  content: " (" attr(data-products-count) ")";
}
.c-filters__hint {
  position: absolute;
  left: 100%;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  margin-top: -21px;
  margin-left: -9px;
  padding: 12px 10px;
  font-size: 12px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  white-space: nowrap;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.c-filters__hint::after,
.c-filters__hint::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate3d(0, -50%, 0);
  border: 6px solid transparent;
  border-right-color: #fff;
  z-index: 2;
}
.c-filters__hint::after {
  border: 7px solid transparent;
  border-right-color: #f2f2f2;
  z-index: 1;
}
.c-filters__hint_left {
  right: 100%;
  left: auto;
}
.c-filters__hint_left::after,
.c-filters__hint_left::before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #fff;
}
.c-filters__hint_show {
  opacity: 1;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
    top 0.2s ease-in-out;
  transform: translateX(0);
}
@media print {
  .c-filters,
  .r-filters {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .r-filters_searchpro {
    margin-top: 30px;
  }
  .c-filters {
    position: static;
  }
  .c-filters,
  .c-filters__form {
    height: 100%;
  }
  .c-filters__filters {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-filter__content,
  .c-filter__header {
    padding-left: 0;
    padding-right: 0;
  }
  .c-filters__filter {
    border: 0;
    margin-top: 0;
    border-top: 1px solid var(--light-color);
  }
  .c-filters__filter:first-child {
    border-top: none;
  }
  .c-filters__footer .c-filters__submit-button_counted {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (max-width: 460px) {
  .r-filters__toggle {
    padding-right: 12px;
    padding-left: 12px;
  }
  .r-filters__icon {
    padding-right: 0;
  }
  .r-filters__name {
    display: none;
  }
}
.c-filter {
  position: relative;
}
.c-filter::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}
.c-filter__header {
  line-height: 1.2;
  padding: 18px 19px 19px;
  cursor: pointer;
}
.c-filter__content {
  padding: 0 19px 19px;
}
.c-filter__content.c-toggle-block_active .c-filter__values-button_only-active {
  display: inline;
}
.c-filter__content.c-toggle-block_active
  .c-filter__values-button_only-not-active {
  display: none;
}
.c-filter__content.c-toggle-block_active .c-filter__value_hidden {
  display: block;
}
.c-filter__name {
  font-weight: 500;
}
.c-filter__values::after {
  content: "";
  display: table;
  margin-top: -15px;
}
.c-filter__values_horizontal {
  margin-right: -15px;
}
.c-filter__values_horizontal .c-filter__value {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.c-filter__value {
  margin-bottom: 15px;
}
.c-filter__value .color {
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border-radius: 50%;
  border: 1px solid #eee;
}
.c-filter__footer_hidden,
.c-filter__value_hidden,
.c-filter__values-button_only-active {
  display: none;
}
.c-filter__value_disabled {
  color: #828282;
  cursor: not-allowed;
}
.c-filter__value_disabled * {
  cursor: not-allowed;
}
.c-filter__toggle-icon {
  transform: rotate(-90deg);
  transition: transform 0.2s ease-in-out;
}
.c-filter__footer {
  padding-top: 15px;
}
.c-filter.c-accordion-block_open .c-filter__toggle-icon,
.c-order-ui-decorator .wa-tooltip.bottom:hover::after {
  transform: none;
}
.c-filter.c-accordion-block_in-process-close .c-filter__toggle-icon {
  transform: rotate(-90deg);
}
.c-filter_type_boolean .c-filter__value,
.c-filter_type_checkbox .c-filter__value {
  line-height: 0;
}
@media (max-width: 1199px) {
  .c-filter__header {
    padding: 20px 0;
  }
  .c-filter__content {
    padding: 0 0 20px;
  }
  .c-filter__values_horizontal .c-filter__value {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .c-filter__values_horizontal.c-filter__values:after {
    margin-top: -12px;
  }
}
.c-sidebar-catalog {
  position: relative;
}
.c-sidebar-catalog_animated,
.c-sidebar-catalog_open {
  z-index: 4;
}
.c-sidebar-catalog_close-animation {
  animation: sidebar_catalog_z_index_animation 0.2s ease-in-out forwards;
}
.c-sidebar-catalog .c-catalog-extend__columns-container,
.c-sidebar-catalog .c-catalog-list__children-container {
  border: 0;
}
.c-sidebar-catalog .c-catalog-extend__columns-container:after,
.c-sidebar-catalog .c-catalog-list__children-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -1px;
  border: 1px solid var(--light-color);
  pointer-events: none;
}
.c-page_bundling .bundling-configurator h3,
.c-sidebar-catalog .c-catalog-list__children-container .c-catalog-list {
  margin-bottom: 0;
}
.c-brand-page__categories-container {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .c-brand-page__content-block,
  .c-brand-page__content-container {
    margin-top: 30px;
  }
  .c-brand-page__description-container {
    margin-bottom: 60px;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .c-brand-header__container {
    display: flex;
    align-items: center;
  }
  .c-brand-page__description-text-container {
    display: table-cell;
    vertical-align: top;
  }
  .c-brand-page__image-container {
    padding-right: 15px;
    width: 65px;
  }
  .c-category-extend_size_s {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .c-brand-page__categories-container {
    margin-bottom: 30px;
  }
  .c-brand-page__additional-description-container {
    margin-top: 30px;
  }
  .c-brand-page__tabs-container {
    margin-bottom: 15px;
  }
  .c-brand-page .c-block__content .text-center,
  .c-brand-page__image-container {
    text-align: center;
  }
  .c-brand-page__image-container .l-image-box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-brand-page .c-block__content img,
  .c-brand-page__image-container .l-image-box img {
    max-width: 100%;
    max-height: 100%;
  }
  .c-brand-page__description-text-container {
    margin-top: 15px;
  }
  .c-brand-page .c-block__content figure {
    margin: 0 0 15px;
  }
  .c-brand-page .c-block__content figure:last-child {
    margin-bottom: 0;
  }
  .c-brand-page .c-block__content .text-right {
    text-align: right;
  }
  .c-brand-page .c-block__content .text-justify {
    text-align: justify;
  }
}
.c-brand-tabs {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.c-brand-tabs::before {
  margin-bottom: -15px;
}
.c-brand-tabs::after,
.c-brand-tabs::before {
  content: "";
  display: table;
}
.c-brand-tabs__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-top: 15px;
}
.c-brand-tabs__tab {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #828282;
  text-decoration: none;
  padding: 3.5px 10px;
  font-weight: 500;
  transition: border-color 0.2s ease-in-out;
}
.c-brand-tabs__tab:hover {
  border-color: #828282;
}
.c-brand-tabs__tab_active {
  color: var(--primary-color);
}
.c-brand-tabs__tab_active,
.c-brand-tabs__tab_active:hover {
  border-color: var(--primary-color);
}
.c-brand-reviews-container__header-container {
  display: flex;
  align-items: center;
}
.c-brand-reviews-container__button-container,
.c-brand-reviews-container__header-text-container {
  margin-left: 30px;
  white-space: nowrap;
}
.c-brand-reviews-container__button-container:first-child,
.c-brand-reviews-container__header-text-container:first-child {
  width: 100%;
  margin-left: 0;
  white-space: normal;
}
@media (max-width: 1199px) {
  .c-brand-tabs,
  .r-brand-tabs {
    margin-bottom: 15px;
  }
  .c-brand-reviews-container__header-container {
    flex-direction: column;
  }
  .c-brand-reviews-container__header-text-container {
    margin-bottom: 15px;
  }
  .c-brand-reviews-container__button-container {
    margin-left: 0;
    white-space: normal;
    width: 100%;
  }
  .c-brand-reviews-container__review-button {
    width: 100%;
  }
}
.c-brand-reviews__reviews-container::before {
  content: "";
  display: table;
  margin-bottom: -30px;
}
.c-brand-reviews__reviews-container::after {
  content: "";
  display: block;
}
.c-brand-reviews__review {
  display: block;
  margin-top: 30px;
}
.c-brand-reviews__review_hidden {
  display: none;
}
.c-brand-reviews__more-container {
  margin-top: 40px;
  text-align: center;
}
.c-brand-reviews_show-all .c-brand-reviews__review_hidden {
  display: block;
}
.c-brand-reviews_show-all .c-brand-reviews__more-container {
  display: none;
}
@media (max-width: 1199px) {
  .c-brand-reviews__reviews-container:after {
    margin-top: 0;
  }
  .c-brand-reviews__more-container {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .c-brand-review {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 19px;
    transition: box-shadow 0.2s ease-in-out;
  }
  .c-brand-review:hover {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  }
  .c-footer-currency-select-wrapper .c-select__box:hover {
    opacity: 0.5;
  }
  .c-footer-currency-select-wrapper .c-select__box {
    float: right;
  }
}
.c-brand-review__header-container {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.c-brand-review__image-container,
.c-brand-review__info-container {
  flex: none;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.c-brand-review__image-box {
  width: 80px;
  height: 80px;
}
.c-brand-review__product-name {
  font-weight: 500;
  color: #333;
}
.c-brand-review__brand-name {
  font-weight: 500;
}
.c-brand-review__title-container {
  color: #828282;
  font-size: 16px;
  line-height: 1.2;
}
.c-brand-review__rating-container {
  margin-top: 9px;
  line-height: 1.2;
}
.c-brand-review__author-container {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.c-brand-review__content-container {
  margin-top: 15px;
}
.c-brand-review__content-container::before {
  content: "";
  display: table;
  margin-bottom: -15px;
}
.c-brand-review__content-container::after {
  content: "";
  display: block;
}
.c-brand-review__block {
  display: block;
  margin-top: 15px;
}
.c-brand-review__date-container {
  margin-top: 15px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .c-brand-reviews__review {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0;
  }
  .c-brand-reviews__review:first-child {
    border-top: 1px solid #f2f2f2;
  }
  .c-brand-reviews__review:last-child {
    margin-bottom: 0;
  }
  .c-brand-review__header-container {
    display: flex;
    align-items: center;
  }
  .c-brand-review__image-box {
    width: 60px;
    height: 60px;
  }
  .c-brand-review__info-container {
    margin-left: 0;
    margin-right: 0;
  }
  .c-brand-review__image-container {
    margin-left: 0;
    margin-right: 10px;
    flex-shrink: 1;
  }
  .c-brand-review__info-container {
    flex-shrink: 1;
  }
  .c-brand-review__title-container {
    font-size: 14px;
  }
  .c-brand-review__rating-container .c-rating__star {
    font-size: 9px;
  }
  .c-brand-review__author-container {
    margin-top: 15px;
    font-weight: 400;
  }
  .c-brand-review__content-container {
    margin-top: 10px;
  }
  .c-brand-review__block {
    margin-bottom: 10px;
  }
  .c-brand-review-form {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-brand-review-form {
  width: 500px;
}
@media (max-width: 767px) {
  .c-brand-review-form {
    width: auto;
  }
  .c-brand-review-form .c-modal {
    border-radius: 0;
  }
  .c-brand-review-form .c-modal-header .c-header {
    font-size: 16px;
  }
  .c-brand-review-form .c-form-field__name {
    color: #333;
  }
  .c-brand-review-form .c-rating-select__star {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .c-brand-review-form .c-contact__name-box,
  .c-brand-review-form .c-rating-select__star:before {
    font-size: 14px;
  }
  .c-brand-review-form textarea {
    resize: none;
    height: 120px;
  }
  .c-brand-review-form .l-form .c-button {
    width: 100%;
  }
}
.c-brands-catalog {
  padding: 30px;
  background-color: #fff;
}
.c-brands-catalog__header-container {
  display: flex;
  align-items: center;
}
.c-brands-catalog__header-text-container,
.c-brands-catalog__link-container {
  margin-left: 30px;
  white-space: nowrap;
}
.c-brands-catalog__header-text-container:first-child,
.c-brands-catalog__link-container:first-child {
  width: 100%;
  margin-left: 0;
  white-space: normal;
}
.c-brands-catalog__columns {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.c-brands-catalog__column {
  display: table-cell;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
.c-brands-catalog__brands::before {
  content: "";
  display: table;
  margin-bottom: -15px;
}
.c-brands-catalog__brands::after {
  content: "";
  display: block;
}
.c-brands-catalog__brand {
  display: block;
  margin-top: 15px;
  position: relative;
  color: #606060;
  line-height: 1.2;
}
.c-brands-catalog__letter {
  position: absolute;
  left: 0;
  margin-left: -20px;
  color: var(--primary-color);
  font-weight: 700;
}
.c-brands-dropdown {
  display: none;
  position: absolute;
  width: calc(var(--container-width) - 90px);
  transform: translateZ(0);
  animation: megashop_fadeout_up 0.2s ease-in-out;
  animation-play-state: paused;
}
.c-brands-dropdown_open {
  display: block;
  animation: megashop_fadein_up 0.2s ease-in-out;
  animation-play-state: paused;
}
.c-brands-dropdown_animated {
  display: block;
  animation-play-state: running;
}
.c-footer-currency-select {
  width: auto;
  font-size: 13px;
}
.c-footer-currency-select.jq-selectbox .jq-selectbox__select {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.c-footer-currency-select.jq-selectbox .jq-selectbox__select-text {
  color: var(--primary-color-alpha-5);
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.c-footer-currency-select.jq-selectbox .jq-selectbox__trigger {
  color: var(--primary-color-alpha-5);
  right: 0;
}
.c-footer-currency-select.jq-selectbox .jq-selectbox__dropdown {
  margin-left: -15px;
  text-align: center;
}
select.c-footer-currency-select {
  border: 0;
  padding: 0;
  font-size: 11px;
  height: auto;
}
.c-footer-currency-select-wrapper {
  max-width: 50px;
  font-size: 13px;
}
.c-footer-currency-select-wrapper .c-select__box {
  border: 0;
  background-color: transparent;
  color: var(--footer-text-color);
}
.c-footer-currency-select-wrapper .c-select__content {
  flex: initial;
  color: inherit;
  padding: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}
.c-footer-currency-select-wrapper .c-select__arrow {
  padding-right: 0;
}
.c-footer-currency-select-wrapper .c-select__dropdown {
  margin-left: -27px;
  text-align: center;
}
.c-arrived-decorator .plugin_arrived-box {
  background: 0 0;
  border: 0;
  box-shadow: none;
  font: inherit;
  position: static;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.c-arrived-decorator .plugin_arrived-header {
  background: 0 0;
  color: currentColor;
  text-shadow: none;
  height: auto;
  width: auto;
  font: inherit;
}
.c-arrived-decorator .plugin_arrived-header span {
  float: none;
  padding: 0;
}
.c-arrived-decorator .plugin_arrived-body {
  overflow: visible;
  padding: 0;
}
.c-arrived-decorator .plugin_arrived-name {
  display: none;
}
.c-arrived-decorator .plugin_arrived-value {
  margin-bottom: 15px;
}
.c-arrived-decorator .plugin_arrived-value input {
  font-size: 14px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}
.c-arrived-decorator .plugin_arrived-value select {
  padding-left: 14px;
  padding-right: 14px;
}
.c-arrived-decorator .plugin_arrived-value .c-select,
.c-arrived-decorator .plugin_arrived-value .c-select__dropdown {
  width: 100% !important;
}
.c-arrived-decorator .plugin_arrived-close {
  display: none !important;
}
@media (max-width: 1199px) {
  .c-arrived-decorator .plugin_arrived-box {
    width: 100%;
  }
}
.c-arrived-decorator__terms-label {
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}
.c-arrived-decorator__terms-label .c-checkbox {
  margin-right: 5px;
}
.c-order-ui-decorator .wa-icon {
  display: inline-block;
  vertical-align: baseline;
  background: 50% no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  line-height: 0;
}
.c-order-ui-decorator .wa-icon svg {
  width: 100%;
  height: 100%;
}
.c-order-ui-decorator .wa-icon.size-6 {
  width: 6px;
  height: 6px;
}
.c-order-ui-decorator .wa-icon.size-7 {
  width: 7px;
  height: 7px;
}
.c-order-ui-decorator .wa-icon.size-8 {
  width: 8px;
  height: 8px;
}
.c-order-ui-decorator .wa-icon.size-9 {
  width: 9px;
  height: 9px;
}
.c-order-ui-decorator .wa-icon.size-10 {
  width: 10px;
  height: 10px;
}
.c-order-ui-decorator .wa-icon.size-11 {
  width: 11px;
  height: 11px;
}
.c-order-ui-decorator .wa-icon.size-12 {
  width: 12px;
  height: 12px;
}
.c-order-ui-decorator .wa-icon.size-13 {
  width: 13px;
  height: 13px;
}
.c-order-ui-decorator .wa-icon.size-14 {
  width: 14px;
  height: 14px;
}
.c-order-ui-decorator .wa-icon.size-15 {
  width: 15px;
  height: 15px;
}
.c-order-ui-decorator .wa-icon.size-16 {
  width: 16px;
  height: 16px;
}
.c-order-ui-decorator .wa-icon.size-17 {
  width: 17px;
  height: 17px;
}
.c-order-ui-decorator .wa-icon.size-18 {
  width: 18px;
  height: 18px;
}
.c-order-ui-decorator .wa-icon.size-19 {
  width: 19px;
  height: 19px;
}
.c-order-ui-decorator .wa-icon.size-20 {
  width: 20px;
  height: 20px;
}
.c-order-ui-decorator .wa-icon.size-24 {
  width: 24px;
  height: 24px;
}
.c-order-ui-decorator .wa-icon.size-36 {
  width: 36px;
  height: 36px;
}
.c-order-ui-decorator .wa-icon.size-48 {
  width: 48px;
  height: 48px;
}
.c-order-ui-decorator .wa-icon.yes {
  color: #27ae60;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variant-details-section
  .wa-variant-wrapper::before,
.c-order-ui-decorator .wa-table::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-order-ui-decorator .wa-row {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  position: relative;
  justify-content: space-between;
  line-height: 1.2;
  z-index: 1;
}
.c-order-ui-decorator .wa-row .wa-cell-name,
.c-order-ui-decorator .wa-row .wa-cell-value {
  flex: 0 1 auto;
  background: #fff;
}
.c-order-ui-decorator .wa-row .wa-cell-name {
  color: #828282;
  padding-right: 5px;
}
.c-order-ui-decorator .wa-row .wa-cell-name::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px dotted #e0e0e0;
  z-index: -1;
}
.c-order-ui-decorator .wa-row .wa-cell-value {
  font-weight: 500;
  padding-left: 5px;
  text-align: right;
}
.c-order-ui-decorator .wa-row .wa-cell-value .ymaps-geolink {
  white-space: initial;
  z-index: 1;
}
.c-order-ui-decorator .wa-tooltip {
  position: relative;
}
.c-order-ui-decorator .wa-tooltip::after {
  content: attr(data-title);
  display: block;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: -15px;
  width: 200px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: -16px;
  pointer-events: none;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 6px 15px;
  font-size: 12px;
  border-radius: 3px;
  background-color: #fff;
  user-select: none;
  transform: translateY(-10px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.c-order-ui-decorator .wa-tooltip:hover::after {
  display: block;
  transform: none;
  opacity: 1;
}
.c-order-ui-decorator .wa-tooltip.bottom::after {
  bottom: auto;
  margin-bottom: 0;
  top: 100%;
  margin-top: 8px;
  transform: translateY(10px);
}
.c-order-ui-decorator .wa-tooltip.is-inline::after {
  white-space: nowrap;
  width: auto;
}
.c-order-ui-decorator .wa-price {
  white-space: nowrap;
}
.c-order-ui-decorator .wa-toggle {
  margin-left: -5px;
  margin-right: -5px;
}
.c-order-ui-decorator .wa-toggle::before {
  content: "";
  display: table;
  margin-bottom: -10px;
}
.c-order-ui-decorator .wa-toggle span {
  line-height: 1.2;
  border: 1px solid var(--primary-color);
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 3px;
  color: var(--primary-color);
  cursor: pointer;
}
.c-order-ui-decorator .wa-toggle span.selected {
  background: var(--primary-color);
  color: #fff;
}
.c-order-ui-decorator .wa-dialog-content {
  position: relative;
}
.c-order-ui-decorator .wa-dialog-content .wa-photo-actions .wa-action {
  display: block;
  position: absolute;
  top: 50%;
  padding: 13px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  transition: opacity 0.2s linear;
  cursor: pointer;
  line-height: 0;
  transform: translate(0, -50%);
}
.c-order-ui-decorator .wa-dialog-content .wa-photo-actions .wa-action.left {
  left: 15px;
}
.c-order-ui-decorator .wa-dialog-content .wa-photo-actions .wa-action.right {
  right: 15px;
}
.c-order-ui-decorator .wa-photo-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.c-order-ui-decorator .wa-photo-body img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1200px) {
  .wa-mobile-content {
    display: none;
  }
}
.c-order-dialog-decorator .wa-shipping-pickup-dialog {
  width: calc(var(--container-width) - 90px);
  max-width: 100%;
}
.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-map-wrapper {
  height: 500px;
}
.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-list {
  max-height: 430px;
  overflow-y: auto;
  padding-right: 10px;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variant-details-section {
  display: none;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variant-details-section.is-shown {
  display: block;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variant-details-section
  .wa-variant-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variant-details-section
  .wa-section-header {
  margin-bottom: 10px;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variants-section::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variant-details-section
  .wa-variant-wrapper
  .wa-table,
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variant-details-section
  .wa-variant-wrapper
  .wa-variant-actions,
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variant-details-section
  .wa-variant-wrapper
  .wa-variant-title,
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variants-section
  .wa-filters-wrapper,
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variants-section
  .wa-variants-list {
  margin-top: 20px;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variants-section
  .wa-variant-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 14px;
  line-height: 1.2;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variants-section
  .wa-variant-wrapper
  .wa-name {
  font-size: 16px;
  font-weight: 500;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variants-section
  .wa-variant-wrapper
  .wa-details {
  margin-top: 5px;
  color: #828282;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variants-section
  .wa-variant-wrapper
  .wa-price {
  color: #333;
  margin-right: 6px;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variants-section
  .wa-variant-wrapper
  .wa-date {
  margin-right: 6px;
}
.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filters-list {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filters-list::before {
  content: "";
  display: table;
  margin-bottom: -10px;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-filters-list
  .wa-filter-wrapper {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}
.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-filter-wrapper {
  line-height: 1.2;
  border: 1px solid var(--primary-color);
  display: inline-block;
  font-weight: 500;
  vertical-align: top;
  padding: 4px 10px;
  border-radius: 3px;
  color: var(--primary-color);
  cursor: pointer;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-filter-wrapper
  .wa-action {
  display: none;
  vertical-align: 5px;
  line-height: 0;
  margin-left: 5px;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-filter-wrapper.is-active {
  background: var(--primary-color);
  color: #fff;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-filter-wrapper.is-active
  .wa-action {
  display: inline-block;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-filter-wrapper.is-active
  .wa-action
  .wa-icon {
  vertical-align: top;
  width: 10px;
  height: 10px;
}
.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-variants-list::before {
  content: "";
  display: table;
  margin-bottom: 15px;
}
.c-order-dialog-decorator
  .wa-shipping-pickup-dialog
  .wa-variants-list
  .wa-variant-wrapper {
  margin-top: 15px;
}
.c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-mobile-view-toggle {
  margin-top: 10px;
}
.c-order-dialog-decorator .wa-adapters-section {
  margin-bottom: 20px;
}
.c-order-dialog-decorator .wa-adapters-section .wa-section-divider,
.c-order-dialog-decorator .wa-adapters-section .wa-section-header {
  margin-bottom: 10px;
  color: #828282;
}
.c-order-dialog-decorator .wa-adapters-section .wa-adapters-list {
  padding: 0;
  margin: 0 -5px;
}
.c-order-dialog-decorator .wa-adapters-section .wa-adapters-list::before {
  content: "";
  display: table;
  margin-bottom: -10px;
}
.c-order-dialog-decorator .wa-adapters-section .wa-adapters-list::after {
  content: "";
  display: table;
}
.c-order-dialog-decorator .wa-adapters-section .wa-adapters-list li,
.c-order-ui-decorator .wa-toggle span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}
.c-order-dialog-decorator .wa-photo-dialog {
  width: 1300px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-content-section {
    display: flex;
  }
  .c-order-dialog-decorator
    .wa-shipping-pickup-dialog
    .wa-content-section
    .wa-map-section {
    flex: auto;
  }
  .c-order-dialog-decorator
    .wa-shipping-pickup-dialog
    .wa-content-section
    .wa-sidebar-section {
    flex: none;
    width: 400px;
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .c-order-dialog-decorator .wa-shipping-pickup-dialog {
    width: 100%;
  }
  .c-order-dialog-decorator .wa-shipping-pickup-dialog .wa-map-wrapper {
    height: 400px;
  }
  .c-order-dialog-decorator
    .wa-shipping-pickup-dialog.is-mobile-list-view
    .wa-map-section,
  .c-order-dialog-decorator
    .wa-shipping-pickup-dialog.is-mobile-map-view
    .wa-sidebar-section {
    display: none;
  }
}
.c-order-form-decorator {
  position: relative;
}
.c-order-form-decorator__loading {
  color: var(--primary-color);
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-order-form-decorator
  .wa-order-form-wrapper.is-locked
  ~ .c-order-form-decorator__loading {
  display: flex;
}
.c-order-form-decorator .wa-error-text {
  margin-top: 5px;
  color: #eb5757;
}
.c-order-form-decorator .wa-line {
  margin-bottom: 20px;
}
.c-order-form-decorator .wa-label {
  line-height: 1.2;
  font-size: 12px;
  color: #828282;
  margin-bottom: 5px;
  display: block;
}
.c-order-form-decorator .wa-radio-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.c-order-form-decorator .wa-section-header {
  margin-bottom: 20px;
}
.c-order-form-decorator .wa-required::before {
  content: " * ";
  color: #eb5757;
}
.c-order-form-decorator .wa-details-description,
.c-order-form-decorator .wa-required-text {
  line-height: 1.2;
  font-size: 12px;
  color: #828282;
}
.c-order-form-decorator .wa-header {
  margin: 0;
}
.c-order-form-decorator .wa-form-body::before {
  content: "";
  display: table;
  margin-bottom: -30px;
}
.c-order-form-decorator .wa-step-section {
  margin-top: 30px;
}
.c-order-form-decorator .wa-step-auth-section .wa-header {
  display: inline;
  margin-right: 20px;
}
.c-order-form-decorator .wa-step-auth-section .wa-contact-name {
  margin-right: 20px;
}
.c-order-form-decorator .wa-comment-section .wa-hidden {
  display: none;
  margin-top: 15px;
}
.c-order-form-decorator .wa-comment-section.is-opened .wa-hidden {
  display: block;
}
.c-order-form-decorator .wa-comment-section .wa-visible {
  font-size: 13px;
}
.c-order-form-decorator .wa-comment-section .wa-icon {
  display: none;
}
.c-order-form-decorator .wa-total-section::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-order-form-decorator .wa-item {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  position: relative;
  justify-content: space-between;
  line-height: 1.2;
  z-index: 1;
}
.c-order-form-decorator .wa-item + .wa-item-total,
.c-order-form-decorator .wa-step-confirm-section .wa-actions-section,
.c-order-form-decorator .wa-step-confirm-section .wa-comment-section,
.c-order-form-decorator .wa-step-confirm-section .wa-total-section {
  margin-top: 30px;
}
.c-order-form-decorator .wa-item .wa-name,
.c-order-form-decorator .wa-item .wa-value {
  flex: 0 1 auto;
  background: #fff;
}
.c-order-form-decorator .wa-item .wa-name {
  color: #828282;
  padding-right: 5px;
}
.c-order-form-decorator .wa-item .wa-name::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px dotted #e0e0e0;
  z-index: -1;
}
.c-order-form-decorator .wa-item .wa-value {
  font-weight: 500;
  padding-left: 5px;
}
.c-order-form-decorator .wa-item-total .wa-name {
  color: #333;
  font-size: 16px;
}
.c-order-form-decorator .wa-item-total .wa-name::before {
  content: none;
}
.c-order-form-decorator .wa-item-total .wa-name::after {
  content: ":";
}
.c-order-form-decorator .wa-item-total .wa-value {
  font-size: 24px;
}
.c-order-form-decorator .wa-step-confirm-section .wa-flex-wrapper::before,
.c-order-form-decorator .wa-step-shipping-section form::before {
  content: "";
  display: table;
  margin-bottom: -30px;
}
.c-order-form-decorator .wa-details-rates-section::before,
.c-order-form-decorator .wa-step-confirm-section .wa-actions-section::before,
.c-order-form-decorator .wa-step-details-section form::before,
.c-order-form-decorator .wa-step-payment-section form::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-order-form-decorator .wa-step-confirm-section .wa-actions-section .wa-button,
.c-order-form-decorator
  .wa-step-confirm-section
  .wa-actions-section
  .wa-terms-section,
.c-order-form-decorator .wa-types-list {
  margin-top: 20px;
}
.c-order-form-decorator .wa-type-wrapper {
  line-height: 1.2;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  position: relative;
}
.c-order-form-decorator .wa-type-wrapper:hover {
  border-color: #828282;
}
.c-order-form-decorator .wa-type-wrapper .wa-type-icon {
  position: absolute;
  top: 14px;
  left: 12px;
}
.c-order-form-decorator .wa-type-wrapper .wa-type-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.c-order-form-decorator .wa-type-wrapper .wa-type-icon .c-svg-icon {
  vertical-align: top;
  opacity: 0;
  color: var(--primary-color);
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
.c-order-form-decorator .wa-type-wrapper .wa-price {
  margin-top: 5px;
}
.c-order-form-decorator .wa-type-wrapper .wa-date {
  margin-top: 5px;
  font-size: 12px;
  color: #828282;
}
.c-order-form-decorator .wa-type-wrapper.is-active {
  border-color: var(--primary-color);
}
.c-order-form-decorator
  .wa-method-wrapper.is-active
  .wa-method
  .wa-method-body
  .wa-method-arrow
  .c-svg-icon,
.c-order-form-decorator .wa-type-wrapper.is-active .wa-type-icon .c-svg-icon {
  opacity: 1;
}
.c-order-form-decorator
  .wa-step-shipping-section
  form
  .wa-delivery-types-section,
.c-order-form-decorator
  .wa-step-shipping-section
  form
  .wa-delivery-variants-section {
  margin-top: 30px;
}
.c-order-form-decorator .wa-delivery-variants-section .wa-dropdown {
  margin-top: 20px;
}
.c-order-form-decorator .wa-dropdown {
  position: relative;
}
.c-order-form-decorator .wa-dropdown .wa-dropdown-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  padding: 8px 14px 9px;
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  position: relative;
}
.c-order-form-decorator .wa-dropdown .wa-dropdown-toggle::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.175 0L5 3.712 8.825 0 10 1.148 5 6 0 1.148 1.175 0z' fill='%23333'/%3E%3C/svg%3E");
  width: 10px;
  height: 6px;
  content: "";
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.2s ease-in-out;
}
.c-order-form-decorator .wa-dropdown .wa-dropdown-area {
  opacity: 0;
  transform: translateY(10px);
  left: 0;
  top: 100%;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-height: 200px;
  max-width: 100%;
  z-index: 2;
  border: 1px solid #f4f4f4;
  position: absolute;
  overflow-y: auto;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  pointer-events: none;
}
.c-order-form-decorator .wa-dropdown .wa-dropdown-item {
  display: block;
  color: #828282;
  padding: 7px 14px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}
.c-order-form-decorator .wa-dropdown .wa-dropdown-item .wa-name {
  transition: color 0.2s ease-in-out;
}
.c-order-form-decorator .wa-dropdown .wa-dropdown-item::before {
  content: "";
  display: inline-block;
}
.c-order-form-decorator .wa-dropdown .wa-dropdown-item:hover .wa-name {
  color: var(--primary-color);
}
.c-order-form-decorator .wa-dropdown.is-opened .wa-dropdown-toggle::after {
  transform: rotate(180deg);
}
.c-order-form-decorator .wa-dropdown.is-opened .wa-dropdown-area {
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}
.c-order-form-decorator .wa-delivery-variant {
  line-height: 1.2;
  display: inline-block;
}
.c-order-form-decorator .wa-delivery-variant .wa-name {
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}
.c-order-form-decorator .wa-delivery-variant .wa-price {
  color: #333;
  margin-right: 6px;
}
.c-order-form-decorator .wa-delivery-variant .wa-date {
  margin-right: 6px;
}
.c-order-form-decorator .wa-form-body > .wa-step-section {
  transition: opacity 0.2s ease-in-out;
}
.c-order-form-decorator .wa-form-body > .wa-step-section.is-locked {
  opacity: 0.5;
  pointer-events: none;
}
.c-order-form-decorator .wa-details-rates-section .wa-schedule-wrapper,
.c-order-form-decorator .wa-details-rates-section .wa-table,
.c-order-form-decorator
  .wa-step-details-section
  form
  .wa-details-fields-section,
.c-order-form-decorator
  .wa-step-details-section
  form
  .wa-details-rates-section {
  margin-top: 20px;
}
.c-order-form-decorator .wa-step-details-section form .wa-details-description {
  margin-top: 5px;
  margin-bottom: 10px;
}
.c-order-form-decorator .wa-details-rates-section .wa-photos-section {
  position: relative;
  white-space: nowrap;
  max-width: 550px;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-action {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.928571428571429em;
  color: #aaa;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  z-index: 1;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-action.is-disabled {
  color: #dedede;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-action:not(.is-disabled) {
  cursor: pointer;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-action.left,
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-action.left
  .wa-icon {
  left: 0;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-action.right,
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-action.right
  .wa-icon {
  right: 0;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-action
  .wa-icon {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-photos-list {
  margin: 0 1.928571428571429em;
  overflow: hidden;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-photos-list
  .wa-photo-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 15px);
  padding-bottom: calc(25% * 0.75 - 15px);
  margin: 0 1.428571428571429em 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-photos-list
  .wa-photo-wrapper:last-child {
  margin-right: 0;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-photos-list
  .wa-photo-wrapper
  .wa-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-photos-list
  .wa-photo-wrapper
  .wa-photo:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.c-order-form-decorator
  .wa-details-rates-section
  .wa-photos-section
  .wa-photos-list
  .wa-photo-wrapper
  .wa-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-order-form-decorator .wa-methods-list::before {
  content: "";
  display: table;
  margin-bottom: -15px;
}
.c-order-form-decorator .wa-method-wrapper {
  margin-top: 15px;
}
.c-order-form-decorator .wa-method-wrapper.is-active .wa-method {
  border-color: var(--primary-color);
}
.c-order-form-decorator .wa-days-wrapper::before {
  content: "";
  display: table;
  margin-bottom: -10px;
}
.c-order-form-decorator .wa-days-wrapper .wa-day-wrapper {
  margin-top: 10px;
  display: flex;
}
.c-order-form-decorator .wa-days-wrapper .wa-day-wrapper .wa-date {
  margin-right: 5px;
}
.c-order-form-decorator .wa-days-wrapper .wa-day-wrapper .wa-value {
  font-weight: 500;
}
.c-order-form-decorator .wa-method {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 14px;
  line-height: 1.2;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}
.c-order-form-decorator .wa-method:hover {
  border-color: #828282;
}
.c-order-form-decorator .wa-method .wa-checkbox-wrapper {
  display: none;
}
.c-order-form-decorator .wa-method .wa-method-body {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.c-order-form-decorator .wa-method .wa-method-body .wa-method-arrow {
  flex: none;
  margin-right: 15px;
  position: relative;
}
.c-order-form-decorator .wa-method .wa-method-body .wa-method-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.c-order-form-decorator
  .wa-method
  .wa-method-body
  .wa-method-arrow
  .c-svg-icon {
  vertical-align: top;
  opacity: 0;
  color: var(--primary-color);
  position: relative;
  transition: opacity 0.2s ease-in-out;
}
.c-order-form-decorator .wa-method .wa-method-body .wa-image-wrapper {
  flex: none;
  margin-right: 15px;
}
.c-order-form-decorator .wa-method .wa-method-body .wa-payment-name {
  flex: auto;
  width: 1px;
}
.c-order-form-decorator .wa-method .wa-method-body .wa-description {
  flex: auto;
  width: 100%;
  margin-top: 10px;
  color: #828282;
}
.c-order-form-decorator .wa-method .wa-method-body .wa-payment-name a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.c-order-form-decorator .wa-method .wa-method-body .wa-image-wrapper > * {
  vertical-align: top;
}
.c-order-form-decorator .wa-step-payment-section form .wa-methods-list,
.c-order-form-decorator
  .wa-step-payment-section
  form
  .wa-payment-fields-wrapper {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .c-order-form-decorator .wa-fields-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-top: -20px;
  }
  .c-order-form-decorator .wa-fields-group .wa-field-wrapper {
    flex: auto;
    margin-left: 15px;
    margin-top: 20px;
    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .c-order-form-decorator .wa-fields-group .wa-field-wrapper.size-large {
    max-width: 100%;
    width: 100%;
  }
  .c-order-form-decorator .wa-types-list {
    margin-top: 20px;
    display: flex;
    margin-left: -15px;
  }
  .c-order-form-decorator .wa-types-list .wa-type-wrapper {
    width: calc(100% / 3 - 15px);
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .c-order-form-decorator .wa-fields-group::before {
    content: "";
    display: table;
    margin-bottom: -20px;
  }
  .c-order-form-decorator .wa-fields-group .wa-field-wrapper {
    margin-top: 20px;
  }
  .c-order-form-decorator .wa-types-list::before {
    content: "";
    display: table;
    margin-bottom: -15px;
  }
  .c-order-form-decorator .wa-types-list .wa-type-wrapper {
    margin-top: 15px;
  }
  .c-order-form-decorator .wa-step-auth-section .wa-header {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .c-order-form-decorator .wa-photos-section {
    max-width: 100%;
  }
}
.c-order-cart-decorator .wa-products::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-order-cart-decorator .wa-products::after {
  content: "";
  display: block;
}
.c-order-cart-decorator .wa-products .wa-product {
  padding-bottom: 19px;
  border-bottom: 1px solid #f2f2f2;
  display: block;
  margin-top: 20px;
}
.c-order-cart-decorator .wa-products .wa-product-body {
  display: flex;
}
.c-order-cart-decorator .wa-products .wa-image-section a {
  display: inline-block;
  vertical-align: top;
}
.c-order-cart-decorator .wa-products .wa-image-section img {
  vertical-align: top;
  max-width: 50px;
  max-height: 50px;
}
.c-order-cart-decorator .wa-products .wa-column-image {
  margin-right: 10px;
  width: 50px;
  flex: none;
}
.c-order-cart-decorator .wa-products .wa-column-main {
  display: flex;
  flex: auto;
  width: 1px;
}
.c-order-cart-decorator .wa-products .wa-column-details {
  flex: auto;
  width: 1px;
}
.c-order-cart-decorator .wa-products .wa-column-quantity {
  margin-left: 10px;
  width: 78px;
  flex: none;
}
.c-order-cart-decorator .wa-products .wa-column-price {
  margin-left: 10px;
  width: 120px;
  flex: none;
  text-align: right;
}
.c-order-cart-decorator .wa-products .wa-actions {
  display: block;
  margin-top: 10px;
  line-height: 1.2;
}
.c-order-cart-decorator .wa-products .wa-actions::before {
  content: "";
  display: table;
  margin-bottom: -5px;
}
.c-order-cart-decorator .wa-products .wa-actions::after {
  content: "";
  display: block;
}
.c-order-cart-decorator .wa-products .wa-action {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.c-order-cart-decorator .wa-products .wa-services {
  margin-top: 20px;
}
.c-order-cart-decorator .wa-products .wa-services::before {
  content: "";
  display: table;
  margin-bottom: -15px;
}
.c-order-cart-decorator .wa-products .wa-services::after {
  content: "";
  display: block;
}
.c-order-cart-decorator .wa-products .wa-service {
  display: block;
  margin-top: 15px;
}
.c-order-cart-decorator .wa-products .wa-service .wa-variant {
  margin-top: 10px;
}
.c-order-cart-decorator .wa-products .wa-product-price {
  font-size: 11px;
  color: #828282;
  margin-top: 5px;
  white-space: nowrap;
}
.c-order-cart-decorator .wa-products .wa-quantity-actions {
  display: none;
}
.c-order-cart-decorator .wa-products .wa-price-total {
  font-weight: 500;
}
.c-order-cart-decorator .wa-products .wa-price-section {
  display: flex;
  flex-direction: column-reverse;
}
.c-order-cart-decorator .wa-products .wa-price-compare {
  color: #828282;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}
.c-order-cart-decorator .wa-products .wa-price-discount {
  color: #828282;
}
.c-order-cart-decorator .wa-cart-details strong,
.c-order-cart-decorator .wa-products .wa-name {
  font-weight: 500;
}
.c-order-cart-decorator .wa-cart-details {
  margin-top: 30px;
  display: flex;
}
.c-order-cart-decorator .wa-cart-details .wa-column-content {
  flex: auto;
  width: 1px;
}
.c-order-cart-decorator .wa-cart-details .wa-column-content::before {
  content: "";
  display: table;
  margin-bottom: -30px;
}
.c-order-cart-decorator .wa-cart-details .wa-column-content::after {
  content: "";
  display: block;
}
.c-order-cart-decorator .wa-cart-details .wa-column-content .wa-text {
  display: block;
}
.c-order-cart-decorator .wa-cart-details .wa-column-content .wa-text .wa-icon {
  margin-right: 5px;
}
.c-order-cart-decorator .wa-cart-details .wa-column-price {
  flex: none;
  width: 208px;
  margin-left: 10px;
  text-align: right;
}
.c-order-cart-decorator .wa-cart-details .wa-affiliate-section,
.c-order-cart-decorator .wa-cart-details .wa-coupon-section {
  display: block;
  margin-top: 30px;
}
.c-order-cart-decorator
  .wa-cart-details
  .wa-affiliate-section
  .wa-active-state
  .wa-button,
.c-order-cart-decorator
  .wa-cart-details
  .wa-coupon-section
  .wa-active-state
  .wa-button {
  margin-left: 7px;
}
.c-order-cart-decorator .wa-cart-details .wa-affiliate-section .wa-active-state,
.c-order-cart-decorator
  .wa-cart-details
  .wa-affiliate-section.is-active
  .wa-inactive-state,
.c-order-cart-decorator .wa-cart-details .wa-coupon-section .wa-active-state,
.c-order-cart-decorator
  .wa-cart-details
  .wa-coupon-section.is-active
  .wa-inactive-state {
  display: none;
}
.c-order-cart-decorator
  .wa-cart-details
  .wa-affiliate-section.is-active
  .wa-active-state,
.c-order-cart-decorator
  .wa-cart-details
  .wa-coupon-section.is-active
  .wa-active-state {
  display: block;
}
.c-order-cart-decorator .wa-cart-details .wa-coupon-section .wa-inactive-state,
.c-order-cart-decorator .wa-quantity-box,
.c-order-product-edit-modal .wa-cart-section form {
  display: flex;
}
.c-order-cart-decorator
  .wa-cart-details
  .wa-coupon-section
  .wa-inactive-state
  .wa-input {
  flex: auto;
  width: 1px;
}
.c-order-cart-decorator
  .wa-cart-details
  .wa-coupon-section
  .wa-inactive-state
  .wa-button {
  margin-left: 10px;
  flex: none;
}
.c-order-cart-decorator
  .wa-cart-details
  .wa-coupon-section
  + .c-order-cart-decorator__back-link-wrapper {
  margin-top: 20px;
}
.c-order-cart-decorator .wa-cart-details .wa-affiliate-section::before,
.c-order-product-edit-modal .wa-product-details::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-order-cart-decorator .wa-cart-details .wa-affiliate-section::after,
.c-order-product-edit-modal .wa-product-details::after {
  content: "";
  display: block;
}
.c-order-cart-decorator .wa-cart-details .wa-bonus-details,
.c-order-cart-decorator .wa-cart-details .wa-order-bonus {
  display: block;
  margin-top: 20px;
}
.c-order-cart-decorator .wa-cart-details .wa-bonus-details .wa-details {
  margin-bottom: 5px;
}
.c-order-cart-decorator .wa-cart-details .wa-order-bonus {
  font-size: 12px;
  color: #828282;
}
.c-order-cart-decorator .wa-cart-details .wa-price-total {
  font-size: 16px;
}
.c-order-cart-decorator .wa-cart-details .wa-price-total .wa-price {
  font-size: 24px;
  font-weight: 500;
  margin-left: 5px;
}
.c-order-cart-decorator .wa-cart-details .wa-price-discount,
.c-order-cart-decorator .wa-cart-details .wa-price-subtotal {
  font-size: 13px;
  margin-bottom: 5px;
  color: #828282;
}
.c-order-cart-decorator .wa-cart-details .wa-price-discount .wa-discount,
.c-order-cart-decorator .wa-cart-details .wa-price-subtotal .wa-price {
  font-weight: 500;
  margin-left: 5px;
}
.c-order-cart-decorator .wa-cart-details .wa-weight-section {
  margin-top: 5px;
  color: #828282;
  font-size: 13px;
}
.c-order-cart-decorator .wa-cart-details .wa-weight-section .wa-count {
  display: block;
}
.c-order-cart-decorator__back-link-wrapper {
  margin-top: 40px;
}
.c-order-cart-decorator__back-link {
  display: inline-block;
  border-bottom: 1px dashed;
}
.c-order-cart-decorator__back-link svg {
  fill: var(--link-color);
  margin-right: 4px;
  transition: fill ease-in-out 0.2s;
}
.c-order-cart-decorator__back-link:hover svg {
  fill: var(--link-color-hover);
}
.c-order-cart-decorator .wa-quantity-box .wa-button {
  flex: none;
  width: 19px;
  border: 1px solid #e0e0e0;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}
.c-order-cart-decorator .wa-quantity-box .wa-button:hover {
  background-color: #f2f2f2;
}
.c-order-cart-decorator .wa-quantity-box .wa-button:first-child {
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
.c-order-cart-decorator .wa-quantity-box .wa-button:last-child {
  border-left: 0;
  border-radius: 0 5px 5px 0;
}
.c-order-cart-decorator .wa-quantity-box .wa-button .wa-tooltip {
  display: block;
  height: 100%;
  position: relative;
}
.c-order-cart-decorator .wa-quantity-box .wa-button .wa-tooltip .wa-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}
.c-order-cart-decorator .wa-quantity-box .wa-input {
  width: 40px;
  border: 1px solid #e0e0e0;
  padding: 3px 3px 4px;
  text-align: center;
}
.c-order-cart-decorator .wa-quantity-section .wa-error-text {
  font-size: 11px;
  text-align: center;
}
.c-order-cart-decorator__trigger {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .c-order-cart-decorator .wa-products .wa-column-main {
    display: block;
    flex: auto;
    width: 1px;
  }
  .c-order-cart-decorator .wa-products .wa-column-details {
    display: block;
    margin: 0;
    width: auto;
  }
  .c-order-cart-decorator .wa-products .wa-column-quantity {
    display: block;
    margin: 10px 0 0;
    width: auto;
  }
  .c-order-cart-decorator .wa-products .wa-column-price {
    display: block;
    margin: 10px 0 0;
    width: auto;
    text-align: left;
  }
  .c-order-cart-decorator .wa-products .wa-price-total {
    font-size: 18px;
  }
  .c-order-cart-decorator .wa-cart-details {
    display: block;
  }
  .c-order-cart-decorator .wa-cart-details .wa-column-content {
    width: auto;
  }
  .c-order-cart-decorator .wa-cart-details .wa-column-price {
    text-align: center;
    width: auto;
    margin: 10px 0 0;
  }
}
.c-order-page__container {
  display: flex;
  margin-left: -60px;
}
.c-order-page__plugins {
  margin-top: 20px;
}
.c-order-page__cart-container,
.c-order-page__form-container,
.c-order-page__not-found-container {
  margin-left: 60px;
}
.c-order-page__cart-container,
.c-order-page__form-container {
  flex: none;
  width: calc(50% - 60px);
}
.c-order-page__not-found-container {
  flex: auto;
}
.c-order-page__coupon-total-row {
  margin-top: 30px;
  display: flex;
  margin-left: -15px;
  align-items: center;
}
.c-order-page__coupon,
.c-order-page__total-container {
  flex: 1;
  margin-left: 15px;
}
.c-order-page__total-container {
  text-align: right;
  font-size: 16px;
}
.c-order-page__total {
  font-weight: 500;
  font-size: 24px;
  color: #333;
}
.c-order-page__header-container {
  display: flex;
  justify-content: space-between;
}
.c-order-page__add-affiliate-bonus-container,
.c-order-page__use-affiliate-container {
  margin-top: 30px;
}
.c-order-page__affiliate-bonus {
  font-weight: 500;
}
.c-order-page__clear-button {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .c-order-page__cart-container,
  .c-order-page__not-found-container {
    margin-top: 60px;
    width: auto;
    margin-left: 0;
  }
  .c-order-page__container {
    flex-flow: column nowrap;
    margin-left: 0;
  }
  .c-order-page__container::before {
    content: "";
    display: table;
    margin-bottom: -60px;
  }
  .c-order-page__form-container {
    margin-left: 0;
    width: auto;
    margin-top: 30px;
  }
  .c-order-page__coupon-total-row {
    flex-direction: column;
    margin-left: 0;
  }
  .c-order-page__coupon-total-row::before {
    content: "";
    display: table;
    margin-bottom: -15px;
  }
  .c-order-page__coupon,
  .c-order-page__total-container {
    flex: 1;
    margin-left: 0;
    margin-top: 15px;
  }
}
.c-order-product-edit-modal {
  width: 855px;
  margin: 0 auto;
}
.c-order-product-edit-modal .wa-product-image {
  flex: none;
  width: 200px;
  margin-right: 30px;
  text-align: center;
}
.c-order-product-edit-modal .wa-product-details {
  flex: auto;
  width: 1px;
}
.c-order-product-edit-modal .wa-product-details .wa-features-wrapper,
.c-order-product-edit-modal .wa-product-details .wa-product-description,
.c-order-product-edit-modal .wa-product-details .wa-product-header,
.c-order-product-edit-modal .wa-product-details .wa-services-wrapper,
.c-order-product-edit-modal .wa-product-details .wa-skus-wrapper,
.c-order-product-edit-modal .wa-product-details .wa-stocks-wrapper {
  display: block;
  margin-top: 20px;
}
.c-order-product-edit-modal .wa-rating-wrapper {
  display: none;
}
.c-order-product-edit-modal .wa-feature-wrapper .wa-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-order-product-edit-modal .wa-feature-wrapper .wa-variants-list {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.c-order-product-edit-modal .wa-feature-wrapper .wa-variants-list::before,
.c-order-product-edit-modal .wa-skus-wrapper::before {
  content: "";
  display: table;
  margin-bottom: -15px;
}
.c-order-product-edit-modal .wa-feature-wrapper .wa-variants-list::after {
  content: "";
  display: table;
}
.c-order-product-edit-modal .wa-feature-wrapper .wa-variant {
  display: inline-block;
  vertical-align: top;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-top: 15px;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  color: #828282;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  font-weight: 500;
}
.c-order-product-edit-modal .wa-feature-wrapper .wa-variant:hover {
  border-color: #828282;
}
.c-order-product-edit-modal .wa-feature-wrapper .wa-variant.selected,
.c-order-product-edit-modal .wa-feature-wrapper .wa-variant.selected:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant {
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.c-order-product-edit-modal
  .wa-feature-wrapper.color
  .wa-variant
  .wa-variant-name {
  display: none;
}
.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .946L3.771 9 0 5.309l.967-.947L3.77 7.101 11.033 0 12 .946z' fill='%23333'/%3E%3C/svg%3E");
  width: 12px;
  height: 9px;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  opacity: 0;
  transform: scale(1.1);
}
.c-order-product-edit-modal
  .wa-feature-wrapper.color
  .wa-variant[style^="color:#FFFFFF"]::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .946L3.771 9 0 5.309l.967-.947L3.77 7.101 11.033 0 12 .946z' fill='%23fff'/%3E%3C/svg%3E");
  width: 12px;
  height: 9px;
}
.c-order-product-edit-modal
  .wa-feature-wrapper.color
  .wa-variant.selected::before {
  opacity: 1;
  transform: scale(1);
}
.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.2s ease-in-out;
}
.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.c-order-product-edit-modal .wa-feature-wrapper.color .wa-variant:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-order-product-edit-modal .wa-product-header .wa-sku-wrapper {
  font-size: 13px;
}
.c-order-product-edit-modal .wa-dialog-footer .wa-prices-wrapper .wa-price,
.c-review-gallery__price {
  font-size: 24px;
  font-weight: 500;
}
.c-order-product-edit-modal .wa-product-header .wa-sku-wrapper .wa-label {
  color: #828282;
  margin-right: 5px;
}
.c-order-product-edit-modal
  .wa-product-header
  .wa-sku-wrapper
  .wa-label::after {
  content: ":";
}
.c-order-product-edit-modal .wa-dialog-footer {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.c-order-product-edit-modal .wa-dialog-footer .wa-prices-wrapper {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.c-order-product-edit-modal
  .wa-dialog-footer
  .wa-prices-wrapper
  .wa-price-compare {
  margin-right: 10px;
  color: #828282;
  text-decoration: line-through;
}
.c-order-product-edit-modal .wa-skus-wrapper::after {
  content: "";
  display: block;
}
.c-order-product-edit-modal .wa-services-wrapper .wa-service-wrapper,
.c-order-product-edit-modal .wa-skus-wrapper .wa-sku-wrapper {
  display: block;
  margin-top: 15px;
}
.c-order-product-edit-modal .wa-skus-wrapper .wa-sku-wrapper .wa-price {
  margin-left: 10px;
  font-weight: 500;
}
.c-order-product-edit-modal .wa-services-wrapper {
  display: none !important;
}
.c-order-product-edit-modal .wa-services-wrapper::before {
  content: "";
  display: table;
  margin-bottom: -15px;
}
.c-order-product-edit-modal .wa-services-wrapper::after {
  content: "";
  display: block;
}
.c-order-product-edit-modal
  .wa-services-wrapper
  .wa-service-wrapper
  > :last-child {
  margin-top: 10px;
}
.c-order-product-edit-modal .wa-stock-wrapper::before {
  content: "";
  display: table;
  margin-bottom: -20px;
}
.c-order-product-edit-modal .wa-stock-wrapper::after {
  content: "";
  display: block;
}
.c-order-product-edit-modal .wa-stock-wrapper .wa-stock {
  display: block;
  margin-top: 20px;
}
.c-order-product-edit-modal .wa-stock-wrapper .wa-stock .wa-label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.c-order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-critical,
.c-order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-none {
  color: #ff3131;
}
.c-order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-low {
  color: #f39c12;
}
.c-order-product-edit-modal .wa-stock-wrapper .wa-stock .stock-high {
  color: #27ae60;
}
@media (max-width: 1199px) {
  .c-order-product-edit-modal {
    width: 100%;
    margin: auto;
  }
  .c-order-product-edit-modal .wa-cart-section form {
    display: block;
  }
  .c-order-product-edit-modal .wa-cart-section form::before {
    content: "";
    display: table;
    margin-bottom: -30px;
  }
  .c-order-product-edit-modal .wa-cart-section form::after {
    content: "";
    display: block;
  }
  .c-order-product-edit-modal .wa-product-details,
  .c-order-product-edit-modal .wa-product-image {
    width: auto;
    display: block;
    margin-top: 30px;
  }
}
.c-order-confirm-modal {
  width: 400px;
  margin: 0 auto;
}
.c-order-confirm-modal_order-page .wa-dialog-footer {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .c-order-confirm-modal {
    width: 100%;
    margin: 0;
  }
}
.c-review-images {
  position: relative;
  margin: 0 -10px;
}
.c-product-reviews__all-images {
  height: 126px;
  margin: 10px 0;
  padding-left: 35px;
  padding-right: 35px;
}
.c-review-images__slider {
  white-space: nowrap;
  overflow: hidden;
}
.c-review-images__wrapper {
  display: flex;
}
.c-review-images__slide {
  width: 120px;
  margin: 0;
}
.c-review-images__slide-image {
  display: inline-block;
  width: 96px;
  height: 100%;
}
.c-review-images__arrow {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.c-review-images__arrow:hover .c-product-images__arrow-icon {
  fill: #828282;
}
.c-review-images .c-review-images__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  background-color: var(--button-color);
  border-radius: 4px;
  z-index: 1;
  user-select: none;
}
.c-review-images__arrow-icon {
  width: 7px;
  height: 12px;
  fill: #fff;
  transition: fill 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-review-images .c-review-images__arrow_disabled {
  background-color: #fff;
  border: 1px solid #eee;
  cursor: auto;
  outline: 0;
}
.c-review-images__arrow_disabled .c-review-images__arrow-icon {
  fill: #828282;
}
.c-review-images .c-review-images__arrow_prev {
  left: 0;
  margin-right: 5px;
}
.c-review-images .c-review-images__arrow_next {
  right: 0;
  margin-left: 5px;
}
.c-review-gallery {
  max-width: 100%;
  width: 1300px;
}
.c-review-gallery__header {
  display: table;
  width: 100%;
  margin-top: -10px;
}
.c-review-gallery__header-product-name,
.c-review-gallery__header-product-offer {
  display: table-cell;
  vertical-align: middle;
}
.c-review-gallery__header-product-name {
  width: 100%;
}
.c-review-gallery__header-product-offer {
  white-space: nowrap;
  padding-right: 30px;
}
.c-review-gallery__offer {
  display: table;
  table-layout: fixed;
}
.c-review-gallery__offer-button,
.c-review-gallery__offer-prices {
  display: table-cell;
  vertical-align: middle;
}
.c-review-gallery__image,
.c-review-gallery__thumb {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.c-review-gallery__offer-prices {
  padding-right: 20px;
}
.c-review-gallery__compare-price {
  font-size: 18px;
  color: #bdbdbd;
  margin-left: 10px;
  text-decoration: line-through;
}
.c-review-gallery__images-container {
  position: relative;
}
.c-review-gallery__images {
  position: relative;
  overflow: hidden;
}
.c-review-gallery__images-wrapper {
  white-space: nowrap;
}
.c-review-gallery__image {
  width: 100%;
  height: 600px;
}
.c-review-gallery__thumbs-container {
  width: 230px;
  margin: 20px auto 0;
  position: relative;
}
.c-review-gallery__thumbs {
  white-space: nowrap;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.c-review-gallery__thumbs_swiper-init,
.c-review-gallery__thumbs_swiper-init .c-review-gallery__thumb {
  margin-left: 0;
  margin-right: 0;
}
.c-review-gallery__thumb {
  margin-left: 5px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  transition: border-color 0.2s ease-in-out;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.c-review-gallery__thumb:hover {
  border-color: #828282;
}
.c-review-gallery__thumb.swiper-slide-thumb-active {
  border-color: var(--primary-color);
}
.c-review-gallery__thumb_video::after,
.c-review-gallery__thumb_video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.c-review-gallery__thumb_video::before {
  background: rgba(0, 0, 0, 0.5);
}
.c-review-gallery__thumb_video::after {
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 6.563L24 15 9.375 23.438V6.563z' fill='%23fff'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  fill: #fff;
}
.c-review-gallery__video-thumb {
  max-width: 36px;
  max-height: 36px;
}
.c-review-gallery__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 46px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  outline: 0;
}
.c-review-gallery__arrow:hover .c-review-gallery__arrow-icon {
  fill: rgba(51, 51, 51, 0.4);
}
.c-review-gallery__arrow_prev {
  left: 0;
  margin-left: -10px;
}
.c-review-gallery__arrow_next {
  right: 0;
  margin-right: -10px;
}
.c-review-gallery__arrow_disabled {
  opacity: 0;
  pointer-events: none;
}
.c-review-gallery__arrow-icon {
  width: 16px;
  height: 26px;
  fill: rgba(51, 51, 51, 0.2);
  transition: fill 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-review-gallery__thumb-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 17px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.c-review-gallery__thumb-arrow:hover .c-review-gallery__thumb-arrow-icon {
  fill: #828282;
}
.c-review-gallery__thumb-arrow_prev {
  right: 100%;
  margin-right: 5px;
}
.c-review-gallery__thumb-arrow_next {
  left: 100%;
  margin-left: 5px;
}
.c-review-gallery__thumb-arrow_disabled {
  opacity: 0;
  pointer-events: none;
}
.c-review-gallery__thumb-arrow-icon {
  width: 7px;
  height: 12px;
  fill: #bdbdbd;
  transition: fill 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-review-gallery__pagination {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .c-review-gallery {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
  }
  .c-review-gallery::after,
  .c-review-gallery::before {
    content: "";
    display: inline-block;
    flex-grow: 1;
    background-color: #fff;
  }
  .c-review-gallery::after {
    vertical-align: middle;
  }
  .c-review-gallery::before {
    vertical-align: bottom;
  }
  .c-review-gallery .c-modal {
    border-radius: 0;
  }
  .c-review-gallery .c-modal .c-modal__close {
    position: fixed;
  }
  .c-review-gallery .c-modal .c-modal__header {
    display: none;
  }
}
.c-page_buy1step .c-buy1step-decorator {
  visibility: hidden;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-step__header-box {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-step__content-box {
  padding: 0;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-form__info-box {
  width: 410px;
  padding-left: 60px;
}
.c-page_buy1step .c-buy1step-decorator .intl-tel-input {
  display: block;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-info {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 19px;
  transition: box-shadow 0.2s ease-in-out;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-info:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-page_buy1step .c-buy1step-decorator .buy1step-info__header-box {
  background-color: transparent;
  padding: 10px 0 0;
  margin-bottom: 30px;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-info__items-box {
  padding: 0;
  border: 0;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-item__name-box {
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-item__total-box {
  color: #828282;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 5px;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-item__total {
  font-weight: 400;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-info__subtotal-box {
  padding: 0;
  margin-top: 30px;
  border: 0;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-subtotal-line__label-text,
.c-page_discount4review .c-discount4review-decorator__form table tr td label {
  color: #828282;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-subtotal-line__value {
  font-weight: 500;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-info__shipping-name,
.c-page_productbrands .c-productbrands-decorator_brand-page .brand strong {
  font-weight: 500;
  color: #333;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-info__total-box {
  padding: 30px 0 0;
  border-top: 1px solid #f2f2f2;
  margin-top: 40px;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-total-line__label {
  line-height: 1.2;
  font-size: 16px;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-total-line__value {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-info__policy-box,
.c-page_buy1step .c-buy1step-decorator .buy1step-info__submit-box {
  padding: 0;
  margin-top: 20px;
}
.c-page_buy1step
  .c-buy1step-decorator
  .buy1step-form__step
  + .buy1step-form__step {
  margin-top: 60px;
}
.c-page_buy1step
  .c-buy1step-decorator
  .buy1step-items-list__show-hidden-button {
  color: inherit;
  display: block;
  border: initial;
  margin-top: 15px;
}
.c-page_buy1step
  .c-buy1step-decorator
  .buy1step-items-list__hide-hidden-button {
  color: inherit;
  border: initial;
  margin-top: 15px;
  display: none;
}
.c-page_buy1step
  .c-buy1step-decorator
  .buy1step-items-list_show-hidden
  .buy1step-items-list__hide-hidden-button,
.c-page_buy1step
  .c-buy1step-decorator
  .buy1step-items-list_show-hidden
  .buy1step-items-list__item_hidden,
.c-page_complex .c-product-add-to-cart .complex-plugin-table table,
.c-page_complex .c-product-add-to-cart .complex-plugin-table table tbody,
.c-page_complex .c-product-cart-form__block .complex-plugin-table table,
.c-page_complex .c-product-cart-form__block .complex-plugin-table table tbody {
  display: block;
}
.c-page_buy1step .c-buy1step-decorator .buy1step-page__cart-box {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .c-page_buy1step
    .c-buy1step-decorator
    .c-checkout-confirmation__buy1step-info-wrapper
    .buy1step-info__header-box,
  .c-page_buy1step
    .c-buy1step-decorator
    .c-checkout-confirmation__buy1step-info-wrapper
    .buy1step-info__items-box,
  .c-page_buy1step
    .c-buy1step-decorator
    .c-checkout-confirmation__buy1step-info-wrapper
    .buy1step-info__policy-box,
  .c-page_buy1step
    .c-buy1step-decorator
    .c-checkout-confirmation__buy1step-info-wrapper
    .buy1step-info__submit-box,
  .c-page_buy1step
    .c-buy1step-decorator
    .c-checkout-confirmation__items-container {
    display: none;
  }
  .c-page_buy1step .c-buy1step-decorator .buy1step-form__submit-box .c-button {
    width: 100%;
  }
  .c-page_buy1step
    .c-buy1step-decorator
    .c-checkout-confirmation__buy1step-info-wrapper {
    height: auto !important;
    margin-top: 30px;
  }
  .c-page_buy1step
    .c-buy1step-decorator
    .c-checkout-confirmation__buy1step-info-wrapper
    .buy1step-info__subtotal-box {
    margin-top: 10px;
  }
}
.c-page_buy1click .c-buy1click-decorator_button .buy1click-button,
.c-page_buy1click .c-buy1click-decorator_cart-button .buy1click-button {
  transition: background-color 0.2s ease-in-out;
  display: block;
  width: 100% !important;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  user-select: none;
  text-shadow: none;
  outline: 0;
  text-decoration: none;
  vertical-align: top;
}
.c-page_buy1step .c-buy1step-decorator_js-is-init {
  visibility: visible;
}
.c-page_buy1click .c-buy1click-decorator_button .buy1click-button {
  padding: 8px 14px 9px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--button-color);
  background-color: var(--button-color-light);
}
.c-page_buy1click .c-buy1click-decorator_button .buy1click-button:hover {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.c-page_buy1click .c-buy1click-decorator_button .buy1click-button:disabled {
  cursor: default;
  background: #fafafa;
  color: #e0e0e0;
}
.c-page_buy1click
  .c-buy1click-decorator_button
  .buy1click-button.c-button_active {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.c-page_buy1click .c-buy1click-decorator_cart-button .buy1click-button {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--button-color);
  background-color: var(--button-color-light);
  font-size: 16px;
  padding: 9px 19px 10px;
}
.c-page_buy1click .c-buy1click-decorator_cart-button .buy1click-button:hover {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.c-page_buy1click
  .c-buy1click-decorator_cart-button
  .buy1click-button:disabled {
  cursor: default;
  background: #fafafa;
  color: #e0e0e0;
}
.c-page_buy1click
  .c-buy1click-decorator_cart-button
  .buy1click-button.c-button_active {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.c-page_buy1click .buy1click-button,
.c-page_buy1click .buy1click-form,
.c-page_buy1click .buy1click-form *,
.c-page_buy1click .buy1click-form-button,
.c-page_buy1click .buy1click-input-text,
.c-page_buy1click .buy1click-select.jq-selectbox .jq-selectbox__search input {
  font-family: inherit !important;
}
.c-page_buy1click
  .c-product-add-to-cart__buy-one-click
  .c-buy1click-decorator
  .buy1click-button {
  font-size: 16px;
  padding: 9px 19px 10px;
  text-align: center;
}
.c-page_buy1click
  .c-product-thumb__buy-one-click
  .c-buy1click-decorator_button
  .buy1click-button {
  color: var(--button-color);
  background-color: transparent;
  transition: color 0.2s ease-in-out;
}
.c-page_buy1click
  .c-product-thumb__buy-one-click
  .c-buy1click-decorator_button
  .buy1click-button:hover {
  color: var(--button-color-dark);
  background-color: transparent;
}
.c-page_buy1click
  .c-product-thumb__buy-one-click
  .c-buy1click-decorator_button
  .buy1click-button:disabled {
  color: #e0e0e0;
  background-color: transparent;
}
.c-page_buy1click
  .c-product-thumb__buy-one-click
  .c-buy1click-decorator_button
  .buy1click-button.c-button_active {
  color: var(--button-color-dark);
  background-color: transparent;
}
.b-cityselect__wrapper--megashop2 .b-cityselect__city {
  color: var(--top-header-link-color);
}
@media (max-width: 1199px) {
  .mfp-content .b-cityselect__mfp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    margin: 0;
    padding: 0;
  }
  .mfp-content .b-cityselect__mfp .b-cityselect__change {
    padding-top: 80px;
  }
  .mfp-content .b-cityselect__mfp .b-cityselect__change_info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 15px;
    background: #fafafa;
    height: 60px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: #828282;
  }
  .mfp-content .b-cityselect__mfp .mfp-close {
    top: 10px;
    color: #bdbdbd;
  }
}
.c-page_discount4review .c-discount4review-decorator_order-page {
  margin-top: 20px;
}
.c-page_discount4review .c-discount4review-decorator__form table {
  border-spacing: 0;
  border-collapse: collapse;
}
.c-page_discount4review .c-discount4review-decorator__form table tr td {
  margin: 0;
  padding: 0 0 15px;
}
.c-page_discount4review
  .c-discount4review-decorator__form
  table
  tr
  td:first-child {
  padding-right: 10px;
}
.c-page_discount4review
  .c-discount4review-decorator__form
  table
  tr:last-child
  td {
  padding-bottom: 0;
}
.c-page_discount4review .c-discount4review-decorator__form-photo-box {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: start;
}
.c-page_discount4review .c-discount4review-decorator__form-photo-box img {
  margin-right: 10px;
}
.c-page_discount4review
  .c-discount4review-decorator__popover.webui-popover
  .webui-popover-title {
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
}
.c-page_discount4review
  .c-discount4review-decorator__popover.webui-popover
  .webui-popover-content {
  padding: 15px;
}
.c-page_discount4review .discount4review {
  margin-top: 20px;
  padding: 20px;
}
.c-page_discount4review .discount4review p {
  margin: 0 0 10px;
  padding: 0;
}
.c-page_discount4review .discount4review-reminder:hover,
.c-page_discount4review .discount4review:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.c-page_discount4review .discount4review,
.c-page_discount4review .discount4review-reminder {
  border: 1px solid var(--primary-color);
  background-color: var(--light-color);
  border-radius: 3px;
  transition: box-shadow 0.3s;
}
.c-page_discount4review .discount4review-reminder p {
  background-image: none;
  padding: 20px;
  margin: 0;
  font-size: 1em;
}
.c-page_discount4review .discount4review-reminder a:hover,
.c-page_dp .c-product-cart-form__dp-container .dp-product a:hover {
  color: var(--link-color-hover);
}
.c-page_complex .complex-plugin-table h4 {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.c-page_complex .complex-plugin-table table {
  border-spacing: 0;
  border-radius: 5px;
  width: 100%;
}
.c-page_complex .c-product-add-to-cart .complex-plugin-table table tr:hover,
.c-page_complex
  .c-product-cart-form__block
  .complex-plugin-table
  table
  tr:hover,
.c-page_complex .complex-plugin-table table tr:hover {
  box-shadow: none !important;
}
.c-page_complex .complex-plugin-table table tr td {
  border-left: none !important;
  border-bottom: none !important;
  border-top: 1px solid var(--light-color) !important;
  border-right: 1px solid var(--light-color) !important;
  padding: 10px !important;
}
.c-page_complex .complex-plugin-table table tr td:first-child {
  border-left: 1px solid var(--light-color) !important;
}
.c-page_complex .complex-plugin-table table tr:last-child td {
  border-bottom: 1px solid var(--light-color) !important;
}
.c-page_complex .complex-plugin-table .price {
  font-size: 20px;
  font-weight: 500;
}
.c-page_complex .c-product-add-to-cart .complex-plugin-table table tr,
.c-page_complex .c-product-cart-form__block .complex-plugin-table table tr {
  display: block;
  width: 100%;
}
.c-page_complex
  .c-product-add-to-cart
  .complex-plugin-table
  table
  tr:not(:last-child),
.c-page_complex
  .c-product-cart-form__block
  .complex-plugin-table
  table
  tr:not(:last-child) {
  margin-bottom: 20px;
}
.c-page_complex .c-product-add-to-cart .complex-plugin-table table tr td,
.c-page_complex .c-product-cart-form__block .complex-plugin-table table tr td {
  display: block;
  width: 100% !important;
  border-right: 1px solid var(--light-color) !important;
  border-left: 1px solid var(--light-color) !important;
  border-top: none !important;
  border-bottom: 1px solid var(--light-color) !important;
  padding: 10px !important;
  text-align: center !important;
}
.c-page_complex
  .c-product-add-to-cart
  .complex-plugin-table
  table
  tr
  td:first-child,
.c-page_complex
  .c-product-cart-form__block
  .complex-plugin-table
  table
  tr
  td:first-child {
  background-color: var(--light-color);
  border: 1px solid var(--light-color);
  color: var(--primary-color);
  font-weight: 500;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.c-page_complex
  .c-product-add-to-cart
  .complex-plugin-table
  table
  tr
  td:last-child,
.c-page_complex
  .c-product-cart-form__block
  .complex-plugin-table
  table
  tr
  td:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.c-page_complex .c-product-cart-form__block .complex-plugin-table h4 {
  margin: 0 0 20px;
}
.c-page_complex
  .c-product-cart-form__block
  .complex-plugin-table
  table
  tr:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07) !important;
}
.c-page_complex .c-product-page__content .complex-plugin-table {
  margin-bottom: 20px;
}
.c-page_complex .c-product-page__content .complex-plugin-table h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}
.c-page_bundling .bundling-your {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-page_bundling .bundling-your .bundling-your-bundle {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid var(--light-color);
}
.c-page_bundling .bundling-your .bundling-your-bundle-header {
  background-color: var(--light-color);
  color: var(--primary-color);
  font-size: 13px;
}
.c-page_bundling .bundling-your .bundling-your-bundle-header .price {
  font-weight: 500;
  white-space: nowrap;
}
.c-page_bundling .bundling-your .bundling-your-bundle-item {
  position: relative;
  display: inline-block;
}
.c-page_bundling .bundling-your .bundling-your-bundle-item .quantity {
  display: block;
  border-radius: 3px;
  background-color: #ff3131;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 10px;
  padding: 0 3px;
}
.c-page_bundling .bundling-your input.bundling-add2cart {
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  padding: 8px 14px 9px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: var(--button-text-color);
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: var(--button-color);
  font-weight: 500;
  user-select: none;
  text-shadow: none;
  outline: 0;
}
.c-page_bundling .bundling-your input.bundling-add2cart.c-button_active,
.c-page_bundling .bundling-your input.bundling-add2cart:hover {
  background-color: var(--button-color-hover);
}
.c-page_bundling .bundling-your input.bundling-add2cart:disabled {
  background: #fafafa;
  color: #e0e0e0;
  cursor: default;
}
.c-page_bundling .c-product-add-to-cart .bundling-your {
  margin-top: 20px;
}
.c-page_bundling .bundling-select .bundling-product-link {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  border-color: #f2f2f2;
  border-radius: 3px;
  transition: color ease-in-out 0.2s, border-color 0.2s;
}
.c-page_bundling .bundling-select .bundling-product-link:hover {
  border-color: #ccc;
}
.c-page_bundling .bundling-configurator .bundling-bundle-products table,
.c-page_bundling .bundling-select table {
  border-collapse: collapse;
}
.c-page_bundling .bundling-select .bundling-product-quantity {
  width: 100px;
  line-height: 35px;
}
.c-page_bundling .bundling-select .bundling-product-quantity input {
  max-width: 100%;
  line-height: 1.2;
  padding: 8px 14px 9px;
  font-size: 14px;
  vertical-align: top;
  border: 1px solid #ededed;
  border-radius: 4px;
  background: #fff;
  outline: 0;
  transition: border-color 0.2s ease-in-out;
  width: 60px;
  margin-right: 5px;
}
.c-page_bundling .bundling-select .bundling-product-quantity input:disabled,
.c-page_ordercall .oc form input[type="text"]:disabled {
  cursor: default;
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.c-page_bundling .bundling-select .bundling-product-quantity input:focus {
  border-color: #e0e0e0;
}
.c-page_bundling
  .bundling-select
  .bundling-product-quantity
  input::placeholder {
  color: #888;
}
@media (max-width: 1199px) {
  .c-page_bundling .bundling-select .bundling-product-quantity input {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.c-page_bundling .bundling-select select {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 8px 5px;
  font-size: 12px;
  line-height: 1.2;
}
.c-page_bundling .bundling-configurator .bundling-bundle-title {
  margin: 0;
}
.c-page_bundling .bundling-configurator .bundling-bundle-title span {
  display: block;
  background-color: var(--light-color);
  color: var(--primary-color);
  font-size: 13px;
  border: 1px solid var(--light-color);
  border-bottom: 0;
  padding: 10px;
}
.c-page_bundling .bundling-configurator .bundling-bundle-title.selected span {
  background-color: var(--light-color);
  font-weight: 700;
}
.c-page_bundling .bundling-configurator .bundling-bundle {
  margin-top: 20px;
}
.c-page_bundling .bundling-configurator .bundling-bundle-products {
  border: 1px solid var(--light-color);
  padding: 0;
  margin: 0;
}
.c-page_bundling .bundling-configurator .bundling-bundle-products table tr td {
  width: auto !important;
  padding: 5px 10px !important;
}
.c-page_bundling
  .bundling-configurator
  .bundling-bundle-products
  table
  tr
  td:first-child {
  padding-right: 0 !important;
  width: auto !important;
}
.c-page_bundling
  .bundling-configurator
  .bundling-bundle-products
  table
  tr
  td:last-child {
  padding-right: 0 !important;
}
.c-page_bundling
  .bundling-configurator
  .bundling-bundle-products
  table
  tr
  td
  .bundling-product-title {
  font-size: 12px;
}
.c-page_bundling
  .bundling-configurator
  .bundling-bundle-products
  table
  tr
  td
  .bundling-product-title
  a {
  display: block;
  font-size: 13px;
}
.c-page_bundling
  .bundling-configurator
  .bundling-bundle-products
  table
  tr
  td
  .bundling-product-price {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.c-page_bundling
  .bundling-configurator
  .bundling-bundle-products
  table
  tr:last-child
  td {
  padding-bottom: 0 !important;
}
.c-page_bundling
  .bundling-configurator
  .bundling-bundle-products
  table
  tr.selected
  td {
  background-color: var(--light-color);
}
.c-page_dp .c-block__content .dp-city-select-link__city-link:before,
.c-page_dp
  .c-product-cart-form__dp-container
  .dp-city-select-link__city-link:before,
.c-page_dp .dp-page__group-view-all-points-link.dp-loading:after,
.c-page_dp .dp-page__service-caption-view-on-map-link.dp-loading:after,
.c-page_dp .dp-product__service-title_link.dp-loading:after,
.c-page_dp .dp-service__points-switcher-current:after {
  filter: grayscale(1);
}
.c-page_dp .c-block__content .dp-page a,
.c-page_dp .c-product-cart-form__dp-container .dp-city-select-link__city-text,
.c-page_dp .c-product-cart-form__dp-container .dp-product a,
.c-page_dp .c-product-cart-form__dp-container .dp-service__points-item span,
.c-page_dp
  .c-product-cart-form__dp-container
  .dp-service__points-switcher-current,
.c-page_dp
  .c-product-cart-form__dp-container
  .dp-service__points-switcher-current:hover,
.c-page_dp
  .c-product-cart-form__dp-container
  .dp-service__points-switcher-dropdown-item.dp-active {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  border-bottom-color: currentColor;
}
.c-page_dp .c-block__content .dp-page a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  border-bottom-color: currentColor;
}
.c-page_dp .c-product-cart-form__dp-container .dp-product__tab {
  color: #828282;
}
.c-page_dp .c-product-cart-form__dp-container .dp-product__tab.dp-active,
.c-page_dp .c-product-cart-form__dp-container .dp-product__tab:hover {
  color: #333;
}
.c-page_dp .c-product-cart-form__dp-container .dp-product__tab.dp-active:after,
.c-page_dp .c-product-cart-form__dp-container .dp-product__tab:hover:after {
  background-color: var(--link-color);
}
.c-page_dp .c-block__content .dp-page a:hover,
.c-page_dp .c-block__content .dp-page a:hover:hover,
.c-page_ordercall .oc form a:hover,
.c-page_regions
  .shop-regions__window
  .selected_region
  .shop-regions-window__link:hover,
.c-page_regions
  .shop-regions__window
  .shop-regions-window__link.shop-regions-window__trigger-hide-all-regions:hover,
.c-page_regions
  .shop-regions__window
  .shop-regions-window__link.shop-regions-window__trigger-show-all-regions:hover {
  color: var(--link-color-hover);
}
.c-page_dp .c-block__content .dp-city-select-link__city-text {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  border-bottom-color: currentColor;
}
.c-page_dp .c-block__content .dp-city-select-link__caption {
  color: #828282;
}
.c-page_dp .c-block__content .dp-page .dp-cost__caption_free,
.c-page_dp .c-block__content .dp-page .dp-cost__value_free {
  color: var(--primary-color);
}
.c-page_dp .dp-dialog,
.c-page_dp .dp-dialog *,
.c-page_regions .shop-regions__window {
  font-family: inherit;
}
.c-page_dp .dp-dialog .dp-service__points-item span,
.c-page_dp .dp-dialog .dp-service__points-switcher-current,
.c-page_dp .dp-dialog .dp-service__points-switcher-current:hover,
.c-page_dp .dp-dialog .dp-service__points-switcher-dropdown-item.dp-active {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  border-bottom-color: currentColor;
}
.c-page_dp .dp-dialog .dp-city-select-dialog__search-field {
  filter: grayscale(1);
}
.c-page_dp .dp-dialog .dp-city-select-dialog__search-field:focus,
.c-page_ordercall .oc form .input[type="text"]:focus {
  border-color: #ededed;
}
.c-page_dp .dp-dialog .dp-city-select-dialog,
.c-page_dp .dp-dialog .dp-city-select-link {
  color: #333;
}
.c-page_dp .dp-dialog .dp-city-select-dialog__dropdown-item-city-region,
.c-page_dp .dp-dialog .dp-city-select-dialog__dropdown-item-city-zip,
.c-page_dp .dp-dialog .dp-city-select-dialog__subheader {
  color: #828282;
}
.c-page_dp .dp-dialog .dp-city-select-dialog__dropdown,
.c-page_dp .dp-dialog .dp-city-select-dialog__search-field {
  border-color: #f2f2f2;
}
.c-page_ordercall .oc form input[type="text"],
.c-page_regions .shop-regions__window .shop-regions-window-search__input {
  max-width: 100%;
  line-height: 1.2;
  padding: 8px 14px 9px;
  border: 1px solid #e0e0e0;
  transition: border-color 0.2s ease-in-out;
  outline: 0;
}
.c-page_ordercall .oc form input[type="text"] {
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
}
.c-page_ordercall .oc form .oc-light-form-button {
  background: var(--button-color);
  color: var(--button-text-color);
}
.c-page_ordercall .oc form .oc-light-form-button:focus,
.c-page_ordercall .oc form .oc-light-form-button:hover {
  background: var(--button-color-hover);
}
.c-page_regions .shop-regions__window .shop-regions-window__wrapper {
  border-radius: 5px;
  font-family: inherit;
  box-shadow: none;
  color: #828282;
}
.c-page_regions .shop-regions__window .shop-regions__button-close {
  top: 10px;
  right: 10px;
}
.c-page_regions
  .shop-regions__window
  .shop-regions-window__search
  .shop-regions-window__sub-header {
  margin-bottom: 10px;
}
.c-page_regions
  .shop-regions__window
  .shop-regions-window__search
  .shop-regions-window__sub-subheader {
  margin-bottom: 15px;
}
.c-page_regions .shop-regions__window .shop-regions-window_show {
  background: rgba(0, 0, 0, 0.3);
}
.c-page_regions .shop-regions__window .shop-regions-window__sub-header {
  font-size: 16px;
  color: #333;
}
.c-page_regions .shop-regions__window .shop-regions-window-search__input {
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
}
.c-page_regions
  .shop-regions__window
  .shop-regions-window-search__input:disabled {
  cursor: default;
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.c-page_regions .shop-regions__window .shop-regions-window-search__input:focus {
  border-color: #ededed;
}
.c-page_regions .shop-regions__window .shop-regions-window__link {
  color: #828282;
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
  font-weight: 400;
  font-size: 14px;
}
.c-page_searchpro .searchpro__dropdown .searchpro-highlighted,
.c-page_searchpro .searchpro__field .searchpro__field-category.selected,
.c-page_searchpro .searchpro__field .searchpro__field-subcategory.selected {
  font-weight: 500;
}
.c-page_regions
  .shop-regions__window
  .selected_region
  .shop-regions-window__link,
.c-page_regions
  .shop-regions__window
  .shop-regions-window__link.shop-regions-window__trigger-hide-all-regions,
.c-page_regions
  .shop-regions__window
  .shop-regions-window__link.shop-regions-window__trigger-show-all-regions {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.c-page_regions .shop-regions__window .shop-regions-window__link:hover {
  color: #606060;
}
.c-page_regions
  .shop-regions__window
  .shop-regions-window__link.shop-regions-window__trigger-hide-all-regions::first-letter,
.c-page_regions
  .shop-regions__window
  .shop-regions-window__link.shop-regions-window__trigger-show-all-regions::first-letter {
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .c-page_regions .shop-regions .shop-regions-window__wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background: #fff;
    padding: 60px 15px 30px;
    width: 100%;
  }
  .c-page_regions .shop-regions .shop-regions-window__sub-subheader {
    display: none;
  }
  .c-page_regions .shop-regions .shop-regions-window-search__input {
    margin-top: 30px;
    height: 40px;
  }
  .c-page_regions
    .shop-regions
    .shop-regions-window__search
    .shop-regions-window__sub-header,
  .c-page_regions .shop-regions .shop-regions-window__sub-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 15px;
    background: #fafafa;
    height: 60px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: #828282;
  }
  .c-page_regions .shop-regions .shop-regions-window__regions_popular,
  .c-page_regions .shop-regions .shop-regions-window__search,
  .c-page_regions .shop-regions .shop-regions-window__triggers {
    padding: 0;
  }
  .c-page_regions .shop-regions .shop-regions-window__region {
    padding: 22px 0;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    color: #828282;
  }
  .c-page_regions .shop-regions .shop-regions-window__link {
    color: #333;
  }
  .c-page_regions .shop-regions .shop-regions-window .clear_search {
    top: 40px;
    color: #bdbdbd;
    margin: 0;
  }
  .c-page_regions
    .shop-regions
    .without_regions
    .shop-regions-window__regions.search_result {
    margin-left: 0;
  }
  .c-page_regions .shop-regions .shop-regions-window .no_found_message {
    text-align: center;
  }
  .c-page_regions .shop-regions .shop-regions-window-search,
  .c-page_regions .shop-regions .shop-regions-window__regions-column {
    width: 100%;
  }
  .c-page_regions .shop-regions .shop-regions-window__regions_all {
    padding-left: 0;
  }
  .c-page_regions .shop-regions .shop-regions__button-close {
    color: #bdbdbd;
    top: 23px;
    right: 20px;
    font-size: 17px;
    line-height: 14px;
    z-index: 1;
  }
  .c-page_regions .shop-regions .shop-regions__button-close::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ibWVnYXNob3AtaWNvbl9hcnJvdy1sZWZ0IiBmaWxsPSIjQkRCREJEIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDEwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48cGF0aCBkPSJNNiAxLjE3NUwyLjI4OCA1IDYgOC44MjUgNC44NTIgMTAgMCA1bDQuODUyLTVMNiAxLjE3NXoiPjwvcGF0aD48L3N2Zz4=);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 16px;
    position: absolute;
    top: 0;
    right: calc(100vw - 50px);
    content: "";
  }
  .c-page_regions .shop-regions .shop-regions__ip-analyzer-variants {
    display: none !important;
  }
}
.c-page_searchpro .searchpro__dropdown {
  width: 100%;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-group-categories
  a.searchpro__dropdown-entity,
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all-count {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.c-page_searchpro .searchpro__dropdown a.searchpro__dropdown-entity {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-entity_price
  .ruble.c-ruble {
  font-family: inherit;
}
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-group-title {
  position: relative;
}
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-group-title:after {
  content: "";
  height: 1px;
  border-top: 1px solid #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
@media (max-width: 1199px) {
  .c-page_searchpro .searchpro__field-input {
    padding-left: 0;
  }
  .c-page_searchpro .js-searchpro__dropdown:before,
  .c-page_searchpro .js-searchpro__helper:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    left: -49px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .c-page_searchpro .searchpro__dropdown {
    width: 100vw;
    left: -49px;
    max-height: 100vh;
    border-radius: 0;
    box-shadow: none;
    top: -5px;
  }
  .c-page_searchpro
    .searchpro__dropdown
    .searchpro__dropdown-entity_delete-button {
    display: none;
  }
}
.c-page_searchpro .searchpro__field {
  position: relative;
  color: #333;
}
.c-page_searchpro .searchpro__field-container {
  border: 1px solid #ededed;
  display: flex;
  border-radius: 4px;
  background: #fff;
  align-items: center;
  justify-content: stretch;
}
.c-page_searchpro
  .c-searchpro-wrapper_style_inverse
  .searchpro__field-container {
  border-color: transparent;
}
.c-page_searchpro .searchpro__field-button-container,
.c-page_searchpro .searchpro__field-categories-container {
  flex: none;
  position: relative;
}
.c-page_searchpro .searchpro__field-input-container {
  position: relative;
  flex: auto;
}
.c-page_searchpro .searchpro__field-button-container {
  line-height: 0;
  border: 0;
}
.c-page_searchpro .searchpro__field-button {
  padding: 6px 15px;
  color: #e0e0e0;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
.c-page_searchpro .c-searchpro-wrapper_size_l .searchpro__field-button {
  padding-top: 11px;
  padding-bottom: 11px;
}
.c-page_searchpro .searchpro__field-button:hover {
  color: #828282;
}
.c-page_searchpro .searchpro__field-input {
  width: 100%;
  line-height: 1.2;
  padding: 6px 14px;
  font-size: 14px;
  vertical-align: top;
  outline: 0;
  transition: border-color 0.2s ease-in-out;
  border: 0;
  background: 0 0;
}
.c-page_searchpro .searchpro__dropdown {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 100%;
  z-index: 2;
}
.c-page_searchpro .searchpro__field-categories-list {
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  z-index: 2;
  border: 1px solid #f4f4f4;
  padding: 0;
  margin: 5px 0 0;
  width: 280px;
  max-height: 400px;
  overflow-y: auto;
}
.c-page_searchpro .searchpro__field-categories-label {
  padding: 7px 7px 8px;
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-container.js-searchpro__field-container--focus {
  border-color: #e0e0e0;
}
.c-page_searchpro .searchpro__field .searchpro__field-container.loading {
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(transparent),
      to(rgba(0, 0, 0, 0.05))
    ),
    repeating-linear-gradient(-45deg, #eee, #eee 11px, #fff 10px, #fff 20px),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(
      bottom,
      transparent,
      rgba(0, 0, 0, 0.05)
    ),
    -webkit-repeating-linear-gradient(135deg, #eee, #eee 11px, #fff 10px, #fff
          20px),
    -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.05)),
    -o-repeating-linear-gradient(135deg, #eee, #eee 11px, #fff 10px, #fff 20px),
    -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.05)),
    repeating-linear-gradient(-45deg, #eee, #eee 11px, #fff 10px, #fff 20px),
    linear-gradient(to bottom, #fff, #eee);
  background-size: 28px;
  -webkit-animation: loading 0.75s linear infinite;
  animation: loading 0.75s linear infinite;
}
.c-page_searchpro
  .searchpro__field-container.js-searchpro__field-container--loading
  .searchpro__field-input-container:after {
  content: "";
  position: absolute;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22xMidYMid%22%20viewBox=%220%200%20100%20100%22%20class=%22lds-rolling%22%20style=%22background:%20none%22%3E%3Ccircle%20cx=%2250%22%20cy=%2250%22%20fill=%22none%22%20stroke=%22%23bdbdbd%22%20stroke-width=%2210%22%20r=%2244%22%20stroke-dasharray=%22207.34511513692632%2071.11503837897544%22%20transform=%22rotate(104%2050%2050)%22%3E%3CanimateTransform%20attributeName=%22transform%22%20type=%22rotate%22%20calcMode=%22linear%22%20values=%220%2050%2050%3B360%2050%2050%22%20keyTimes=%220%3B1%22%20dur=%221.5s%22%20begin=%220s%22%20repeatCount=%22indefinite%22%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-page_searchpro .searchpro__field-container .searchpro__field-clear-button {
  position: absolute;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23828282%22/%3E%3C/svg%3E);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.c-page_searchpro
  .searchpro__field-container
  .searchpro__field-clear-button:hover {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%20fill=%22none%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23000000%22/%3E%3C/svg%3E);
}
.c-page_searchpro .searchpro__field .searchpro__field-categories-container {
  position: relative;
  height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 550px) {
  .c-page_searchpro .searchpro__field .searchpro__field-categories-container {
    display: none;
  }
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-categories-container
  .searchpro__field-categories-label {
  cursor: pointer;
  padding: 0 35px 0 20px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  max-width: 160px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-categories-container
  .searchpro__field-categories-label
  span {
  white-space: nowrap;
  max-width: 150px;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-categories-container
  .searchpro__field-categories-label:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #e7e7e7;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s background-color, 0.3s height;
  -o-transition: 0.3s background-color, 0.3s height;
  transition: 0.3s background-color, 0.3s height;
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-categories-container
  .searchpro__field-categories-label:hover:before {
  background-color: #f7f7f7;
  height: 100%;
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-categories-container
  .searchpro__field-categories-label:after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml,%3Csvg%20width=%228%22%20height=%225%22%20viewBox=%220%200%208%205%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M0.94%20-5.1411e-08L4%203.09299L7.06%20-5.1411e-08L8%200.956873L4%205L0%200.956873L0.94%20-5.1411e-08Z%22%20fill=%22%23828282%22/%3E%3C/svg%3E);
  background-size: contain;
  width: 8px;
  height: 5px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-categories-container
  .searchpro__field-categories-label.js-searchpro__field-category-selector-active:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-page_searchpro .searchpro__field .searchpro__field-category,
.c-page_searchpro .searchpro__field .searchpro__field-subcategory {
  padding: 7px 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #828282;
}
.c-page_searchpro .searchpro__field .searchpro__field-category-all,
.c-page_searchpro .searchpro__field .searchpro__field-subcategory-all {
  color: #000;
}
.c-page_searchpro .searchpro__field .searchpro__field-category:hover,
.c-page_searchpro .searchpro__field .searchpro__field-subcategory:hover {
  color: var(--link-color);
}
.c-page_searchpro .searchpro__field .searchpro__field-category:first-child {
  padding-top: 15px;
}
.c-page_searchpro .searchpro__field .searchpro__field-category:last-child,
.c-page_searchpro
  .searchpro__field
  .searchpro__field-subcategories-list:last-child
  .searchpro__field-subcategory:last-child {
  padding-bottom: 15px;
}
.c-page_searchpro .searchpro__field .searchpro__field-subcategories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-subcategories-list
  .searchpro__field-subcategory {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-subcategories-list
  .searchpro__field-subcategory:hover:before {
  background-image: url(data:image/svg+xml,%3Csvg%20width=%224%22%20height=%224%22%20viewBox=%220%200%204%204%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx=%222%22%20cy=%222%22%20r=%222%22%20fill=%22%23828282%22/%3E%3C/svg%3E);
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-subcategories-list
  .searchpro__field-subcategories-list
  .searchpro__field-subcategories-list
  .searchpro__field-subcategory {
  padding-left: 50px;
}
.c-page_searchpro
  .searchpro__field
  .searchpro__field-subcategories-list
  .searchpro__field-subcategories-list
  .searchpro__field-subcategory {
  padding-left: 40px;
}
.c-page_searchpro .js-searchpro__dropdown,
.c-page_searchpro .js-searchpro__helper {
  z-index: 999;
  position: absolute;
}
.c-page_searchpro .searchpro__dropdown {
  max-height: 600px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-top: 5px;
}
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all {
  border-top: 1px solid #f2f2f2;
}
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-view-all-link {
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  display: block;
  color: #000;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  font-size: 14px;
}
.c-page_freedelivery .c-freedelivery-decorator .offer-shipping a,
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-view-all-link:hover {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-view-all-link.js-searchpro__dropdown-entity--active {
  color: #000;
  background-color: #f8f8f8;
}
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-group-title {
  font-size: 12px;
  padding: 10px 20px;
  color: #828282;
  text-transform: uppercase;
}
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-entity {
  display: block;
  padding: 7px 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-page_featurestips
  .c-product-feature__featurestips-decorator
  .featurestips_icon
  img,
.c-page_featurestips
  .c-product-features-overview__item-featurestips-decorator
  .featurestips_icon
  img,
.c-page_searchpro
  .c-searchpro-wrapper_alt-search
  .searchpro__field-button-container,
.c-page_searchpro
  .c-searchpro-wrapper_responsive
  .searchpro__field-button-container,
.c-page_specprice .specprice-modal-form .specprice-loading i,
.c-searchpro-page_no-filters .c-searchpro-page__filters {
  display: none;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-entity.js-searchpro__dropdown-entity--active,
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-entity:hover {
  background-color: #f8f8f8;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-entity_delete-button {
  opacity: 0;
  float: right;
  font-size: 12px;
  color: #bdbdbd;
  -webkit-transition: opacity 0.3s, color 0.3s;
  -o-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-entity_delete-button:hover {
  color: #000;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-entity.js-searchpro__dropdown-entity--active
  .searchpro__dropdown-entity_delete-button,
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-entity:hover
  .searchpro__dropdown-entity_delete-button {
  opacity: 1;
}
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_name {
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_subname {
  color: #828282;
  font-size: 12px;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-entity_image-container {
  float: left;
  margin-right: 10px;
}
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_summary {
  margin-top: 5px;
  font-size: 0.8em;
  color: #777;
  white-space: normal;
}
.c-page_searchpro .searchpro__dropdown .searchpro__dropdown-entity_price {
  font-size: 16px;
  font-weight: 500;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-entity_price
  .ruble {
  font-family: ALSRubl-Arial, Arial, sans-serif;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-entity_price-container {
  margin-top: 5px;
}
.c-page_searchpro
  .searchpro__dropdown
  .searchpro__dropdown-entity_compare-price {
  font-size: 0.8em;
  color: #777;
  text-decoration: line-through;
}
.c-page_searchpro .c-searchpro-wrapper_alt-search .searchpro__field-container {
  border-color: transparent;
  background: 0 0;
  color: #828282;
  padding-right: 30px;
}
.c-page_searchpro
  .c-searchpro-wrapper_alt-search
  .searchpro__field-container.js-searchpro__field-container--focus {
  border-color: transparent;
}
.c-page_searchpro .c-header-bottom-bar-alt-search__close-button,
.c-page_searchpro
  .c-searchpro-wrapper_alt-search
  .searchpro__field-categories-label
  span,
.c-page_searchpro .c-searchpro-wrapper_alt-search .searchpro__field-input {
  color: #fff;
}
.c-page_searchpro
  .c-searchpro-wrapper_alt-search
  .searchpro__field-input::placeholder {
  color: #fff;
}
.c-page_searchpro
  .c-searchpro-wrapper_alt-search
  .searchpro__field
  .searchpro__field-categories-container
  .searchpro__field-categories-label::before {
  background-color: var(--accent-color);
}
.c-page_searchpro
  .c-searchpro-wrapper_alt-search
  .searchpro__field
  .searchpro__field-categories-container
  .searchpro__field-categories-label:after {
  background-image: url(data:image/svg+xml,%3Csvg%20width=%228%22%20height=%225%22%20viewBox=%220%200%208%205%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M0.94%20-5.1411e-08L4%203.09299L7.06%20-5.1411e-08L8%200.956873L4%205L0%200.956873L0.94%20-5.1411e-08Z%22%20fill=%22%23ffffff%22/%3E%3C/svg%3E);
}
.c-page_searchpro
  .c-searchpro-wrapper_alt-search
  .searchpro__field-container.js-searchpro__field-container--loading
  .searchpro__field-input-container::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22xMidYMid%22%20viewBox=%220%200%20100%20100%22%20class=%22lds-rolling%22%20style=%22background:%20none;%22%3E%3Ccircle%20cx=%2250%22%20cy=%2250%22%20fill=%22none%22%20stroke=%22%23ffffff%22%20stroke-width=%2210%22%20r=%2244%22%20stroke-dasharray=%22207.34511513692632%2071.11503837897544%22%20transform=%22rotate(104%2050%2050)%22%3E%3CanimateTransform%20attributeName=%22transform%22%20type=%22rotate%22%20calcMode=%22linear%22%20values=%220%2050%2050%3B360%2050%2050%22%20keyTimes=%220%3B1%22%20dur=%221.5s%22%20begin=%220s%22%20repeatCount=%22indefinite%22%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
}
.c-page_searchpro
  .c-searchpro-wrapper_alt-search
  .searchpro__field-container
  .searchpro__field-clear-button,
.c-page_searchpro
  .c-searchpro-wrapper_alt-search
  .searchpro__field-container
  .searchpro__field-clear-button:hover {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20preserveAspectRatio=%22none%22%20viewBox=%220%200%2010%2010%22%3E%3Cpath%20d=%22M10%201.00714L8.99286%200L5%203.99286L1.00714%200L0%201.00714L3.99286%205L0%208.99286L1.00714%2010L5%206.00714L8.99286%2010L10%208.99286L6.00714%205L10%201.00714Z%22%20fill=%22%23ffffff%22/%3E%3C/svg%3E);
}
.c-page_searchpro .c-searchpro-wrapper_responsive .searchpro__field-container {
  border: 0;
}
.c-page_searchpro .c-searchpro-wrapper_responsive .searchpro__field-input {
  height: 60px;
}
.c-page_freedelivery .c-freedelivery-decorator .offer-header input,
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-list-of-products
  input.button,
.c-page_sizetable #size-table-button,
.c-page_specprice .specprice-button {
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  user-select: none;
  text-shadow: none;
  outline: 0;
  text-decoration: none;
}
.c-page_freedelivery .c-freedelivery-decorator .offer-header {
  padding: 15px !important;
}
.c-page_freedelivery .c-freedelivery-decorator .offer-header input {
  vertical-align: top;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  color: var(--button-text-color);
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: var(--button-color);
  padding: 6px 20px;
}
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-header
  input.c-button_active,
.c-page_freedelivery .c-freedelivery-decorator .offer-header input:hover,
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-list-of-products
  input.button.c-button_active,
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-list-of-products
  input.button:hover,
.c-page_sizetable #size-table-button.c-button_active,
.c-page_sizetable #size-table-button:hover {
  background-color: var(--button-color-hover);
}
.c-page_freedelivery .c-freedelivery-decorator .offer-header input:disabled,
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-list-of-products
  input.button:disabled {
  background: #fafafa;
  color: #e0e0e0;
  cursor: default;
}
.c-page_sizetable #size-table-button:disabled {
  cursor: default;
}
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-header
  input.c-button_icon,
.c-page_sizetable #size-table-button.c-button_icon {
  padding: 0;
  width: 24px;
  height: 24px;
}
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-header
  .offer-header-left {
  height: 48px;
  vertical-align: middle;
}
.c-page_freedelivery .c-freedelivery-decorator .offer-header .have-offer,
.c-page_freedelivery .c-freedelivery-decorator .offer-header .our-offer {
  font-size: 15px !important;
}
.c-page_freedelivery .c-freedelivery-decorator .offer-shipping a:hover {
  color: var(--link-color-hover);
}
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-content
  .offer-content-left,
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-content
  .offer-content-right {
  min-width: 300px;
}
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-content
  .offer-content-right {
  font-size: 13px;
}
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-list-of-products
  .list-of-products {
  border-bottom: none !important;
  padding-bottom: 20px !important;
}
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-list-of-products
  .c-products-thumbs-slider_swiper
  .c-products-thumbs-slider__item {
  margin-right: 15px;
}
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-list-of-products
  input.button,
.c-page_sizetable #size-table-button {
  vertical-align: top;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: var(--button-color);
}
.c-page_freedelivery
  .c-freedelivery-decorator
  .offer-list-of-products
  input.button {
  margin-top: 15px;
  font-size: 16px;
  transition: background-color 0.2s ease-in-out;
  color: var(--button-text-color);
  padding: 9px 19px 10px;
}
.c-page_freedelivery .c-freedelivery-decorator_order-page {
  margin-top: 20px;
}
.c-page_freedelivery .c-freedelivery-decorator_order-page .offer-header {
  width: 100% !important;
}
.c-page_freedelivery
  .c-freedelivery-decorator_order-page
  .offer-content
  .offer-content-left {
  min-width: 240px;
  font-size: 13px;
}
.c-page_freedelivery
  .c-freedelivery-decorator_order-page
  .offer-content
  .offer-content-right {
  min-width: 240px;
}
.c-page_freedelivery
  .c-checkout-shipping-method__price.freedelivery-prev-price {
  font-size: 13px;
  font-weight: 500;
  color: #828282;
  margin-left: 10px;
}
.c-page_freedelivery .c-checkout-shipping-method__price.freedelivery-new-price {
  font-size: 0 !important;
  margin-left: 10px;
  width: 85px !important;
}
.c-page_freedelivery
  .c-checkout-shipping-method__price.freedelivery-new-price::before {
  content: "Бесплатно";
  font-size: 16px;
}
.c-page_sizetable #size-table-button {
  padding: 6px 20px;
  color: var(--button-color);
  border-color: var(--button-color);
  background-color: transparent;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.c-page_sizetable #size-table-button:hover {
  color: var(--button-color-dark);
  background-color: transparent;
}
.c-page_sizetable #size-table-button:disabled {
  background: #fafafa;
  color: #e0e0e0;
}
.c-page_sizetable #size-table-button.c-button_active {
  color: var(--button-color-dark);
  background-color: transparent;
}
.c-page_sizetable .c-product-add-to-cart #size-table-button {
  margin-top: 15px;
  width: 100%;
}
.c-page_sizetable .c-product-cart-form__block #size-table-button {
  width: 100%;
}
.c-page_sizetable .c-modal_sizetable .c-modal__content {
  min-width: 600px;
}
.c-page_sizetable .c-modal_sizetable .c-modal__content table {
  width: 100%;
  border-collapse: collapse;
}
.c-page_sizetable .c-modal_sizetable .c-modal__content table td {
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.c-page_specprice .specprice-button {
  vertical-align: top;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 20px;
  color: var(--button-color);
  background-color: var(--button-color-light);
}
.c-page_specprice .specprice-modal-form #specprice-submit.c-button_active,
.c-page_specprice .specprice-modal-form #specprice-submit:hover {
  background-color: var(--button-color-hover);
}
.c-page_specprice .specprice-modal-form #specprice-submit:disabled {
  background: #fafafa;
  color: #e0e0e0;
  cursor: default;
}
.c-page_specprice .specprice-button.c-button_icon {
  padding: 0;
  width: 24px;
  height: 24px;
}
.c-page_specprice .specprice-button:hover {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.c-page_specprice .specprice-button:disabled {
  cursor: default;
  background: #fafafa;
  color: #e0e0e0;
}
.c-page_specprice .specprice-button.c-button_active {
  color: var(--button-color);
  background-color: var(--button-color-light-hover);
}
.c-page_specprice .c-product-add-to-cart .specprice-button {
  width: 100%;
  margin-top: 15px;
}
.c-page_specprice #specprice-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.c-page_specprice .specprice-modal-form {
  box-shadow: none;
  margin: 8px auto;
  padding: 30px 40px;
  background: #fff;
  border-radius: 5px;
  border: 0;
  cursor: auto;
}
.c-page_specprice .specprice-modal-form .modal-close {
  font-size: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #bdbdbd;
  cursor: pointer;
  line-height: 0;
  padding: 5px;
}
.c-page_specprice .specprice-modal-form .modal-close:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.209L10.791 0 6 4.791 1.209 0 0 1.209 4.791 6 0 10.791 1.209 12 6 7.209 10.791 12 12 10.791 7.209 6 12 1.209z'/%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  background-size: 12px;
  opacity: 0.25;
  transition: opacity 0.2s;
}
.c-page_specprice .specprice-modal-form .modal-close:hover:before {
  opacity: 0.5;
}
.c-page_specprice .specprice-modal-form .font-big {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  line-height: 1.2;
  margin: 0 0 30px;
}
.c-page_specprice .specprice-modal-form .specprice-product-name.font-big {
  margin-bottom: 5px;
}
.c-page_specprice .specprice-modal-form #specprice-sku-name {
  margin-top: 0;
}
.c-page_specprice .specprice-modal-form .specprice-product-price {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.c-page_specprice .specprice-modal-form .specprice-txt[type="email"],
.c-page_specprice .specprice-modal-form .specprice-txt[type="tel"],
.c-page_specprice .specprice-modal-form .specprice-txt[type="text"] {
  width: 350px;
  max-width: 100%;
  line-height: 1.2;
  padding: 8px 14px 9px;
  font-size: 14px;
  vertical-align: top;
  border: 1px solid #ededed;
  border-radius: 4px;
  background: #fff;
  outline: 0;
  transition: border-color 0.2s ease-in-out;
}
.c-page_specprice .specprice-modal-form .specprice-txt[type="email"]:disabled,
.c-page_specprice .specprice-modal-form .specprice-txt[type="tel"]:disabled,
.c-page_specprice .specprice-modal-form .specprice-txt[type="text"]:disabled {
  cursor: default;
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.c-page_specprice .specprice-modal-form .specprice-txt[type="email"]:focus,
.c-page_specprice .specprice-modal-form .specprice-txt[type="tel"]:focus,
.c-page_specprice .specprice-modal-form .specprice-txt[type="text"]:focus {
  border-color: #e0e0e0;
}
.c-page_specprice
  .specprice-modal-form
  .specprice-txt[type="email"]::placeholder,
.c-page_specprice .specprice-modal-form .specprice-txt[type="tel"]::placeholder,
.c-page_specprice
  .specprice-modal-form
  .specprice-txt[type="text"]::placeholder {
  color: #888;
}
@media (max-width: 1199px) {
  .c-page_specprice .specprice-modal-form .specprice-txt[type="email"],
  .c-page_specprice .specprice-modal-form .specprice-txt[type="tel"],
  .c-page_specprice .specprice-modal-form .specprice-txt[type="text"] {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.c-page_specprice .specprice-modal-form .specprice-quantity-block {
  display: flex;
  align-items: center;
}
.c-page_specprice
  .specprice-modal-form
  .specprice-quantity-block
  .quantity-num.specprice-input {
  border-radius: 0;
  width: 50px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  margin-top: -1px;
  margin-bottom: -1px;
}
.c-page_specprice
  .specprice-modal-form
  .specprice-quantity-block
  .quantity-arrow-minus,
.c-page_specprice
  .specprice-modal-form
  .specprice-quantity-block
  .quantity-arrow-plus {
  background-color: #fff;
  line-height: 0;
  width: 24px;
  text-align: center;
  color: #828282;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  user-select: none;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  outline: 0;
}
.c-page_specprice
  .specprice-modal-form
  .specprice-quantity-block
  .quantity-arrow-minus:hover,
.c-page_specprice
  .specprice-modal-form
  .specprice-quantity-block
  .quantity-arrow-plus:hover {
  background-color: #f2f2f2;
}
.c-page_specprice
  .specprice-modal-form
  .specprice-quantity-block
  .quantity-arrow-minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.c-page_specprice
  .specprice-modal-form
  .specprice-quantity-block
  .quantity-arrow-plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.c-page_specprice .specprice-modal-form #specprice-submit {
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  padding: 8px 14px 9px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: var(--button-text-color);
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: var(--button-color);
  font-weight: 500;
  user-select: none;
  text-shadow: none;
  outline: 0;
}
.c-page_specprice .specprice-modal-form .specprice-email-warning,
.c-page_specprice .specprice-modal-form .specprice-error,
.c-page_specprice .specprice-modal-form .specprice-warning {
  color: #eb5757;
}
.c-page_specprice .specprice-modal-form .specprice-success {
  color: #27ae60;
}
.c-page_specprice .specprice-modal-form .specprice-loading:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12.832c-3.207 0-5.832-2.625-5.832-5.832S3.793 1.168 7 1.168c.7 0 1.34.117 1.984.348L9.391.41C8.633.117 7.816 0 7 0 3.148 0 0 3.148 0 7s3.148 7 7 7 7-3.148 7-7h-1.168c0 3.207-2.625 5.832-5.832 5.832zm0 0' fill='%23999'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  animation: rotate 1s linear infinite;
}
.c-page_specprice .specprice-modal-form .specprice-popup-right {
  border-left: 0;
}
.c-page_specprice .specprice-modal-form label[for="specprice-agreement"] {
  cursor: pointer;
  margin-left: 5px;
}
.c-page_specprice .specprice-modal-form .specprice-result {
  text-align: left;
}
.c-page_featurestips .c-product-feature__featurestips-decorator,
.c-page_featurestips .c-product-features-overview__item-featurestips-decorator {
  display: inline-flex;
  align-items: center;
}
.c-page_featurestips
  .c-product-feature__featurestips-decorator
  .featurestips_icon,
.c-page_featurestips
  .c-product-features-overview__item-featurestips-decorator
  .featurestips_icon {
  display: block;
  cursor: help;
}
.c-page_featurestips
  .c-product-feature__featurestips-decorator
  .featurestips_icon::before,
.c-page_featurestips
  .c-product-features-overview__item-featurestips-decorator
  .featurestips_icon::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 426.667 426.667' fill='%23333'%3E%3Cpath d='M192 298.667h42.667v42.667H192z'/%3E%3Cpath d='M213.333 0C95.513 0 0 95.513 0 213.333s95.513 213.333 213.333 213.333 213.333-95.513 213.333-213.333S331.154 0 213.333 0zm0 388.053c-96.495 0-174.72-78.225-174.72-174.72s78.225-174.72 174.72-174.72c96.446.117 174.602 78.273 174.72 174.72 0 96.496-78.224 174.72-174.72 174.72z'/%3E%3Cpath d='M296.32 150.4c-10.974-45.833-57.025-74.091-102.858-63.117-38.533 9.226-65.646 43.762-65.462 83.384h42.667c2.003-23.564 22.729-41.043 46.293-39.04s41.043 22.729 39.04 46.293c-4.358 21.204-23.38 36.169-45.013 35.413-10.486 0-18.987 8.501-18.987 18.987v45.013h42.667v-24.32c45.12-11.635 72.565-57.312 61.653-102.613z'/%3E%3C/svg%3E");
  content: "";
  display: block;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.c-page_featurestips
  .c-product-features-overview__item-featurestips-decorator
  .featurestips_icon::before {
  width: 12px;
  height: 12px;
}
.c-page_featurestips
  .c-product-feature__featurestips-decorator
  .featurestips_icon:hover::before,
.c-page_featurestips
  .c-product-features-overview__item-featurestips-decorator
  .featurestips_icon:hover::before {
  opacity: 0.6;
}
.c-page_featurestips
  .c-product-feature__featurestips-decorator
  .featurestips_view,
.c-page_featurestips
  .c-product-features-overview__item-featurestips-decorator
  .featurestips_view {
  margin-left: -18px;
  margin-top: 8px;
  font-size: 12px;
}
.c-page_featurestips
  .c-product-feature__featurestips-decorator
  .featurestips_icon::before {
  width: 14px;
  height: 14px;
}
.c-page_flexdiscount .c-product-add-to-cart__flexdiscount {
  margin-bottom: 10px;
}
.c-page_flexdiscount
  .c-product-add-to-cart__flexdiscount
  .flexdiscount-price-block {
  position: relative;
  margin: 0;
  width: 100%;
}
.c-page_flexdiscount
  .c-product-add-to-cart__flexdiscount
  .flexdiscount-price-block
  > div:first-child {
  display: block !important;
}
.c-page_flexdiscount
  .c-product-add-to-cart__flexdiscount
  .flexdiscount-price-block
  > div
  > div {
  margin: 0 !important;
}
.c-page_flexdiscount
  .c-product-add-to-cart__flexdiscount
  .flexdiscount-price-block
  .price {
  font-size: 16px;
  font-weight: 500;
}
.c-page_flexdiscount
  .c-product-add-to-cart__flexdiscount
  .flexdiscount-price-block
  .flexdiscount-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-page_flexdiscount
  .c-product-add-to-cart__flexdiscount
  .flexdiscount-price-block
  .flexdiscount-loader:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 12.832c-3.207 0-5.832-2.625-5.832-5.832S3.793 1.168 7 1.168c.7 0 1.34.117 1.984.348L9.391.41C8.633.117 7.816 0 7 0 3.148 0 0 3.148 0 7s3.148 7 7 7 7-3.148 7-7h-1.168c0 3.207-2.625 5.832-5.832 5.832zm0 0' fill='%23999'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  animation: rotate 1s linear infinite;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.c-page_flexdiscount
  .c-product-add-to-cart__flexdiscount
  .flexdiscount-price-block
  .flexdiscount-loader
  > *,
.c-page_productbrands
  .c-productbrands-decorator_brands-page
  .c-content-decorator::after,
.c-page_productbrands
  .c-productbrands-decorator_brands-page
  .c-content-decorator::before {
  display: none;
}
.c-page_productbrands .c-productbrands-decorator_brand-page {
  overflow: hidden;
}
.c-page_productbrands .c-productbrands-decorator_brand-page .brand {
  color: #828282;
  float: left;
  margin-bottom: 20px;
}
.c-page_productbrands .c-productbrands-decorator_brand-page .brand img {
  max-width: 285px;
  padding-right: 30px;
  max-height: 150px;
}
.c-page_productbrands .c-productbrands-decorator_brand-page .sub-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.c-page_productbrands .c-productbrands-decorator_brand-page .sub-categories a {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #828282;
  text-decoration: none;
  padding: 8px 14px;
  font-weight: 500;
  transition: border-color 0.2s ease-in-out;
  margin-right: 15px;
  margin-bottom: 15px;
}
.c-page_productbrands
  .c-productbrands-decorator_brand-page
  .sub-categories
  a:last-child {
  margin-right: 0;
}
.c-page_productbrands
  .c-productbrands-decorator_brand-page
  .sub-categories
  a:last-child:first-child {
  display: none;
}
.c-page_productbrands
  .c-productbrands-decorator_brand-page
  .sub-categories
  a:hover {
  border-color: #828282;
}
.c-page_productbrands
  .c-productbrands-decorator_brands-page
  .c-content-decorator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.c-page_productbrands .c-productbrands-decorator_brands-page .brand {
  display: inline-block;
  margin-bottom: 20px;
  width: 350px;
}
@media (max-width: 1120px) {
  .c-page_productbrands .c-productbrands-decorator_brands-page .brand {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .c-page_productbrands .c-productbrands-decorator_brands-page .brand {
    width: 100%;
  }
}
.c-page_productbrands .c-productbrands-decorator_brands-page .brand a {
  background: #fff;
  position: relative;
  display: block;
  border: 1px solid #f2f2f2;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 5px;
  padding: 19px;
  color: inherit;
  text-decoration: none;
  text-align: center;
}
.c-page_productbrands .c-productbrands-decorator_brands-page .brand a:hover {
  border-color: #f4f4f4;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
}
.c-page_productbrands .c-productbrands-decorator_brands-page .brand a img {
  height: 80px;
}
@media (max-width: 360px) {
  .c-page_productbrands .c-productbrands-decorator_brands-page .brand a img {
    height: 60px;
  }
}
.c-page_productbrands .c-dropdown__dropdown ul.brands {
  list-style: none;
  margin: -14px;
  padding: 5px 0;
  max-height: 500px;
  overflow-y: auto;
}
.c-page_productbrands .c-dropdown__dropdown ul.brands li {
  margin: 0;
  padding: 0;
}
.c-page_productbrands .c-dropdown__dropdown ul.brands li a {
  display: block;
  text-decoration: none;
  padding: 5px 14px;
  white-space: nowrap;
  color: var(--top-header-link-color);
  border-color: var(--top-header-link-color);
  transition: color 0.2s ease-in-out;
}
.c-page_productbrands .c-dropdown__dropdown ul.brands li a:hover {
  color: var(--top-header-link-color-hover);
}
.c-catalogreviews {
  position: relative;
}
.c-catalogreviews__filters {
  margin-bottom: 30px;
  margin-right: -10px;
  line-height: 1.2;
}
.c-catalogreviews__filters::after {
  content: "";
  display: table;
  margin-top: -10px;
}
.c-catalogreviews__filters-label {
  display: inline-block;
  vertical-align: top;
  padding: 7px 0;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #828282;
}
.c-catalogreviews__filters-button,
.c-catalogreviews__filters-reset {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.c-catalogreviews__recovery-list-button,
.c-catalogreviews_lazy-load_process .c-catalogreviews__lazy-load-button,
.c-catalogreviews_lazy-load_process .c-catalogreviews__pagination {
  display: none;
}
.c-catalogreviews__filters-button {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 6px 9px;
}
.c-catalogreviews__filters-button:hover .c-catalogreviews__filters-button-text {
  text-decoration: line-through;
}
.c-catalogreviews__filters-reset {
  padding: 7px 10px;
  color: #828282;
  background-color: #f2f2f2;
  transition: background-color 0.2s ease-in-out;
}
.c-catalogreviews__filters-reset:hover {
  background-color: #eaeaea;
}
.c-catalogreviews__bar {
  margin-bottom: 30px;
}
.c-catalogreviews__spinner {
  color: var(--primary-color);
  position: absolute;
  margin-top: 60px;
  width: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.c-catalogreviews__content {
  margin-top: 30px;
  transition: opacity 0.2s ease-in-out;
}
.c-catalogreviews__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.c-catalogreviews__pagination {
  margin-top: 30px;
  text-align: center;
}
.c-catalogreviews__lazy-load {
  margin-top: 40px;
  text-align: center;
}
.c-catalogreviews__lazy-load-loading {
  display: none;
  color: var(--primary-color);
}
.c-catalogreviews_loading .c-catalogreviews__spinner {
  opacity: 1;
}
.c-catalogreviews_loading .c-catalogreviews__content {
  opacity: 0.3;
  pointer-events: none;
}
.c-catalogreviews_lazy-load_process .c-catalogreviews__lazy-load-loading {
  display: block;
}
.c-catalogreviews_lazy-load_done .c-catalogreviews__lazy-load {
  display: none;
}
.c-catalogreviews_delete .c-catalogreviews__recovery-list-button {
  display: inline-block;
}
.c-catalogreviews_delete .c-catalogreviews__delete-list-button {
  display: none;
}
@media (max-width: 1199px) {
  .c-catalogreviews__lazy-load,
  .c-catalogreviews__pagination {
    margin-top: 25px;
  }
  .c-catalogreviews__bar {
    margin-bottom: 15px;
  }
  .c-catalogreviews__content {
    margin-top: 15px;
  }
  .c-catalogreviews__item {
    margin: -1px -15px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  .c-catalogreviews__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media print {
  .c-catalogreviews-bar {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .c-catalogreviews-bar {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 10px 20px;
    color: #828282;
  }
}
.c-catalogreviews-bar__content {
  display: table;
  width: 100%;
}
.c-catalogreviews-bar__controls,
.c-catalogreviews-bar__sorting {
  display: table-cell;
  vertical-align: middle;
}
.c-catalogreviews-bar__controls {
  white-space: nowrap;
  font-size: 13px;
  line-height: 0;
}
.c-catalogreviews-bar__sorting {
  width: 100%;
}
@media (max-width: 1199px) {
  .c-catalogreviews-bar__sorting .c-inline-field__label {
    display: none;
  }
  .c-catalogreviews-bar__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-catalogreviews-bar__sorting {
    flex-grow: 1;
  }
  .c-catalogreviews-bar__sorting .c-inline-field,
  .c-catalogreviews-bar__sorting .c-select {
    width: 100%;
  }
  .c-catalogreviews-bar__sorting .c-select__content {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .c-catalogreviews-bar__sorting .c-select__arrow {
    padding-right: 14px;
  }
}
.c-seofilter-links {
  margin-right: -10px;
}
.c-seofilter-links__link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 3px 9px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  cursor: pointer;
}
.c-seofilter-links__link:focus,
.c-seofilter-links__link:hover {
  color: var(--button-color-dark);
  border-color: var(--primary-color-hover);
}
.c-gallery-pagination {
  position: absolute;
  bottom: 0 !important;
  text-align: center;
  width: 100%;
}
.c-gallery-pagination__bullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  margin: 0 2px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  cursor: pointer;
}
.c-gallery-pagination__bullet_active {
  opacity: 1;
  background: var(--primary-color);
}
.c-gallery-pagination.swiper-pagination-bullets-dynamic
  .c-gallery-pagination__bullet {
  position: relative;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.c-gallery-pagination.swiper-pagination-bullets-dynamic
  .c-gallery-pagination__bullet_active,
.c-gallery-pagination.swiper-pagination-bullets-dynamic
  .c-gallery-pagination__bullet_active-main {
  transform: scale(1);
}
.c-gallery-pagination.swiper-pagination-bullets-dynamic
  .c-gallery-pagination__bullet_active-next {
  transform: scale(0.66);
}
.c-gallery-pagination.swiper-pagination-bullets-dynamic
  .c-gallery-pagination__bullet_active-next-next {
  transform: scale(0.33);
}
.c-gallery-pagination.swiper-pagination-clickable
  .c-gallery-pagination__bullet {
  cursor: pointer;
}

/* ! Mod */

.dp-product__header {
  display: none;
}
.dp-product__content {
  border-top: none !important;
}
.dp-product__group-title {
  display: none;
}
.dp-cost__value {
  font-size: 14px;
  font-weight: 500;
  color: #e1b000;
}
.dp-cost_value {
  font-size: 14px;
  font-weight: 500;
  color: #e1b000;
}
.dp-cost_value .c-product-currency-sign-html,
.dp-cost_value .c-product-currency-sign {
  font-size: 14px;
  font-weight: 500;
  color: #e1b000;
}

.c-product-add-to-cart {
  padding: 10px 19px 19px 19px;
}
.c-product-add-to-cart__skus-stocks .c-product-skus-stocks__sku-stock {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-product-skus-stocks__sku-stock {
  margin-bottom: 14px;
}
.c-product-skus-stocks__sku-stock-name {
  margin: 0;
}
.c-product-available .l-icon-box {
  display: flex;
}
.c-product-skus-stocks__sku-stock-available {
  display: flex;
}
.c-product-add-to-cart__price {
  font-size: 35px;
  font-weight: 700;
  color: #000;
}
.c-product-add-to-cart__price .c-product-currency-sign-html {
  font-size: 20px;
  font-weight: 700;
}
.c-product-currency-sign-html,
.c-product-currency-sign {
  color: #000;
  font-weight: inherit;
  color: inherit;
}
.c-product-add-to-cart__price_with-compare {
  color: #ff3230;
}
.c-product-add-to-cart__price_with-compare .c-product-currency-sign-html,
.c-product-add-to-cart__price_with-compare .c-product-currency-sign {
  color: #ff3230;
}
.c-quantity__input {
  height: 50px;
}
.c-product-add-to-cart__controls-button {
  height: 50px;
  display: flex;
}
.c-product-add-to-cart__button {
  text-transform: uppercase;
}
.c-product .c-button,
.c-product-add-to-cart .c-button,
.c-modal .c-button,
.c-button-decorator button,
.c-button-decorator input[type="button"],
.c-button-decorator input[type="reset"],
.c-button-decorator input[type="submit"],
.c-cart-page__container .c-button,
.c-cart-popup .c-cart-popup__button .c-button,
.c-checkout-page__button.c-button {
  color: #fff !important;
  background-color: #212121 !important;
  border-color: #212121 !important;
  font-weight: 500;
  font-size: 17px;
}

@media only screen and (max-width: 768px) {
  .c-category-page__products
    :is(
      .c-button-decorator button,
      .c-button-decorator input[type="button"],
      .c-button-decorator input[type="reset"],
      .c-button-decorator input[type="submit"],
      .c-cart-page__container .c-button,
      .c-cart-popup .c-cart-popup__button .c-button,
      .c-checkout-page__button.c-button,
      .c-modal .c-button,
      .c-product .c-button,
      .c-product-add-to-cart .c-button
    ) {
    font-size: 15px;
    padding: 7px 19px;
  }
}

.c-button a {
  color: #fff !important;
}
.c-page_buy1click
  .c-product-add-to-cart__buy-one-click
  .c-buy1click-decorator
  .buy1click-button {
  font-size: 16px;
  font-weight: 400;
}
.c-product-add-to-cart__prices {
  display: flex;
  flex-direction: column;
}
.c-product-add-to-cart__compare-price-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.c-product-add-to-cart__compare-price {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #bdbdbd;
  text-decoration: line-through;
  text-decoration-color: #ff9d9a;
}
.c-product-add-to-cart__compare-price .c-product-currency-sign-html,
.c-product-add-to-cart__compare-price .c-product-currency-sign {
  font-weight: 500;
  font-size: 16px;
  color: #bdbdbd;
}

.c-product-add-to-cart__economy-price {
  background-color: #ffe502;
  transform: skewX(-10deg);
  color: #000;
  font-weight: 500;
  font-size: 11px;
  border-radius: 3px;
  padding: 2px 10px;
}
.c-product-add-to-cart__economy-price .c-product-currency-sign-html,
.c-product-add-to-cart__economy-price .c-product-currency-sign {
  font-weight: 500;
  font-size: 11px;
}

.product-group__item--active.product-group-photos__item--active {
  border-color: #000 !important;
}
.product-group__item:hover,
.product-group__item:focus {
  border-color: #000 !important;
}

.c-product-add-to-cart {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.c-block-credit__item {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.c-product-add-to-cart__bonus {
  color: #e1b000;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: pre-wrap;
}
.c-product-add-to-cart__custom-text .c-advantage__title {
  display: flex;
  white-space: pre-wrap;
  align-items: baseline;
  justify-content: flex-start;
}
.c-product-add-to-cart__custom-text .btn_wrap {
  padding-left: 0 !important;
}
.c-product-add-to-cart__custom-text .c-button_credit {
  padding-left: 0 !important;
}
.c-product-add-to-cart__ask {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 13px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin-left: 7px;
  height: 18px;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.c-product-add-to-cart__ask:hover {
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .c-product-page .c-header_h1 {
    font-weight: 700;
    font-size: 38px;
  }
}
.c-block__header_parent {
  font-size: 18px;
  font-weight: 700;
  color: #828282;
  text-decoration: none;
}
.c-block__header.c-product-cart-form__header h1 {
  display: flex;
  flex-direction: column;
}

.addgifts__header {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 12px;
}
.addgifts__header::before {
  content: url(/wa-data/public/shop/themes/megashop2/img/gift.svg);
}
.addgifts--product,
.addgifts--gift,
.addgifts--product .addgifts__gifts_select,
.addgifts--product .addgifts__skus {
  background-color: #fafafa !important;
  display: flex;
  flex-direction: column;
}
.addgifts__gift {
  align-items: flex-start !important;
}
.addgifts__name {
  padding: 2px 5px;
}
.addgifts__link {
  text-decoration: none !important;
}
.addgifts--gift,
.addgifts--product {
  padding: 15px 15px 0 15px !important;
}

.c-select.c-select_size_s.c-select_init {
  width: 100% !important;
}
.c-button.c-button_size_l.c-button_style_light.c-button_fill.r-filters__toggle.js-r-filters__toggle {
  background: black;
  color: white;
  width: fit-content;
  display: flex;
  align-items: center;
}

.c-button.c-button_size_l.c-button_style_light.c-button_fill.r-filters__toggle.js-r-filters__toggle
  .l-icon-box {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.r-filters__name.l-icon-box__content {
  font-size: 14px;
  font-weight: 400;
  display: block !important;
}
.c-product-add-to-cart__custom-text .c-advantage__title * {
  font-size: 14px !important;
}
.product-group__item.product-group-photos__item {
  width: 64px !important;
  height: 64px !important;
}
.c-product-thumb__prices .c-product-add-to-cart__bonus {
  font-size: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-product-thumb__prices {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.c-product-thumb__prices .c-product-thumb__compare-price {
  text-decoration: line-through;
  text-decoration-color: rgb(255, 157, 154);
  width: fit-content;
  margin-left: 42px;
}
.c-category-page__products .c-product-thumb__compare-price {
  margin-top: -12.5px;
  margin-bottom: -7px;
}
.bundling-last-price .bundling-add2cart {
  height: 50px;
  font-weight: 500 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
}
.c-product-thumb__available {
  margin-top: 14px;
}
.bundling .c-product-thumb__prices {
  flex-direction: column-reverse;
}

.c-product-page .l-blocks__item .c-product-thumb_adaptive {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-product-page .l-blocks__item .c-product-thumb__prices {
  margin-top: auto;
}

@media only screen and (min-width: 750px) {
  .bundling-your-bundle-header {
    color: #212121;
  }
  .bundling-your-bundle-items {
    padding-left: 18px;
  }
  .bundling-your-bundle-item {
    display: list-item;
    color: #212121;
  }
  .l-blocks__item.bundle_block_wraper .c-product.c-product-thumb {
    border: none;
    background: transparent;
  }
  .l-blocks__item.bundle_block_wraper .c-product-thumb {
    border: none;
  }
  .l-blocks__item.bundle_block_wraper .c-products-thumbs__item {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #fff;
  }
  .bundling.bundling-configurator {
    height: 600px;
  }
  .l-blocks__item.bundle_block_wraper {
    display: flex;
    position: absolute;
    background: #fafafa;
    left: 0;
    width: 100vw;
    padding: 30px 45px;
    flex-direction: column;
    align-items: center;
  }
  .bundling.bundling-configurator .c-header.c-header_h1 {
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    align-self: flex-start;
  }
  .bundling .c-products__content {
    margin-top: 0 !important;
  }
  .bundling .c-products__list {
    margin-top: 60px;
  }
  .bundling .c-block__header {
    font-weight: 300;
    font-size: 22px;
    color: #333333;
  }
  .bundling-last-price.shown .default_price s {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: #bdbdbd;
    text-decoration: line-through;
    text-decoration-color: #ff9d9a;
  }
  .bundling-last-price.shown .price {
    color: #ff3230;
  }
  .bundling-last-price.shown {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 700px) {
  .bundling .c-products-thumbs__item.base_product {
    margin-top: 25px !important;
  }
  .bundling.bundling-configurator {
    margin-top: 90px !important;
  }
}
.c-button_credit {
  font-size: 14px !important;
  text-decoration: none;
}

.c-product-add-to-cart__custom-text {
  margin-bottom: 0;
}

.c-block__header {
  margin-bottom: 10px !important;
}

.c-product-page .c-block__header.c-product-cart-form__header {
  margin-bottom: 30px !important;
}

.c-product-rating-overview__count-reviews .c-link.c-link_style_gray {
  color: #1f12ac;
}

.c-block__expert .c-block__content {
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}

.c-block__expert .c-block__content a {
  color: #1f12ac !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.addgifts__header {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}

@media (max-width: 1199px) {
  .r-header {
    box-shadow: none !important;
  }
}

.product-groups {
  margin-top: 0 !important;
}
.c-tabs {
  margin-bottom: 15px !important;
}
.m_half {
  margin-top: 30px !important;
}

.h1_combined {
  display: flex;
  flex-direction: column;
}

.c-tabs__tab {
  font-size: 18px;
}
.c-content-tabs__contents, .c-content-tabs__contents div, .c-content-tabs__contents p, .c-content-tabs__contents li {
  font-size: 15px;
  line-height: 1.6;
  color: #212121;
}

.c-responsive-tabs__tab-header-text-container {
  font-size: 18px;
}
.c-responsive-tabs__tab-content-container, .c-responsive-tabs__tab-content-container div, .c-responsive-tabs__tab-content-container p, .c-responsive-tabs__tab-content-container li {
  font-size: 15px;
  line-height: 1.6;
  color: #212121;
}

.dp-product__service-title {
  font-size: 15px;
  line-height: 1.6;
  color: #212121;
}

.c-product-page__content .c-content-decorator :is(div, p, li) {
  font-size: 15px;
  line-height: 1.6;
  color: #212121;
}