@charset "UTF-8";
.select-container {
  position: relative;
}
  .select-container select {
    width: 100%;
}
  .select-container .select2-container, .select-container .select2-selection {
    height: 3.2rem !important;
}
  .select-container .select2-selection {
    padding-top: 2rem;
    font-size: 20px;
    font-family: Circe Regular;
}
  .select-container .select2-selection__arrow {
    margin-top: 30px !important;
    margin-right: 20px !important;
}
  .select-container .select-container {
    position: relative;
}
  .select-container .select-label, .select-container .select-header {
    position: absolute;
    top: 0.3rem;
    left: 1rem;
    color: #B2BABE;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}

.icon.hardness {
  background-image: url("/themes/default/icons/svg/product2/hardness.svg");
}

.icon.height {
  background-image: url("/themes/default/icons/svg/product2/height.svg");
}

.icon.weight {
  background-image: url("/themes/default/icons/svg/product2/weight.svg");
}

.icon.maxWeight {
  background-image: url("/themes/default/icons/svg/product2/maxWeight.svg");
}

.icon.color {
  background-image: url("/themes/default/icons/svg/product2/color.svg");
}

.icon.style {
  background-image: url("/themes/default/icons/svg/product2/style.svg");
}

.icon.material {
  background-image: url("/themes/default/icons/svg/product2/material.svg");
}

.icon.delivery {
  background-image: url("/themes/default/icons/svg/product2/delivery.svg");
}
.icon.house {
  background-image: url("/themes/default/icons/svg/product2/house.svg");
}
.icon.snowflake {
  background-image: url("/themes/default/icons/svg/snowflake.svg?1");
  background-size: 100%;
  height: 100%;
  margin-right: 0 !important;
}

.product-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 16rem;
  max-width: 16rem;
  margin: 0.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
  border: solid 1px #d9dee0;
  border-radius: 0.5rem;
  font-family: Circe Bold !important;
  color: #313131 !important;
  text-decoration: none !important;
  box-shadow: none;
  transition: 0.1s;
}
  .product-card:hover {
    border: solid 1px #40b6e9;
    box-shadow: 0px 0px 6px -2px #000000;
    transition: 0.2s;
}
  .product-card > * {
    flex: 1;
    flex-direction: column;
}
    .product-card > * > * {
      flex: 0;
}
  .product-card .photo {
    position: relative;
    height: 11rem;
}
    .product-card .photo img {
      width: 100%;
      height: 10rem;
      object-fit: contain;
}
    .product-card .photo .thumbnail {
      object-fit: cover;
}
  .product-card .photo-and-tags {
    position: relative;
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 0.5rem;
}
    .product-card .photo-and-tags .top-bar {
      height: 2.5rem;
}
    .product-card .photo-and-tags::after {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(159, 166, 173, 0.1);
      border-radius: 1rem;
      pointer-events: none;
}
    @media screen and (max-width: 550px) {
      .product-card .photo-and-tags {
        padding-top: 0 !important;
}
        .product-card .photo-and-tags::after {
          display: none;
}
        .product-card .photo-and-tags img {
          filter: brightness(0.973);
}
        .product-card .photo-and-tags .photo {
          height: auto;
}
          .product-card .photo-and-tags .photo img {
            height: auto;
}
}
  .product-card .rating {
    margin-bottom: 0.5rem;
}
    .product-card .rating > * {
      width: 1rem;
      height: 1rem;
}
      .product-card .rating > *:not(:last-child) {
        margin-right: 0.3rem;
}
    .product-card .rating .rate-full {
      background-image: url("/themes/default/icons/svg/product2/star-full.svg");
}
    .product-card .rating .rate-half {
      background-image: url("/themes/default/icons/svg/product2/star-half.svg");
}
    .product-card .rating .rate-empty {
      background-image: url("/themes/default/icons/svg/product2/star-empty.svg");
}
  .product-card .product-name {
    margin-bottom: 0.5rem;
}
    .product-card .product-name .highlight {
      font-size: 16px;
}
  .product-card .price-container {
    margin-top: auto;
}
  .product-card .product-price {
    align-self: flex-end;
    margin-bottom: 0.5rem;
    font-family: Circe Bold;
    font-size: 25px;
    color: #d11218;
    white-space: nowrap;
}
  .product-card .product-price-old {
    height: 2rem;
    line-height: 2em;
    margin-left: 0.5rem;
    font-size: 20px;
    color: #ccc;
    text-decoration: line-through;
    white-space: nowrap;
}
  .product-card .product-properties {
    max-height: 3.5rem;
    line-height: 1.8rem;
    justify-self: flex-end;
}
  .product-card .icon {
    height: 0.75rem;
    margin-right: 0.1rem;
}
  .product-card .product-icons > .column {
    min-width: 3.5rem;
    max-width: 9.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .product-card .product-icons > .column.expand {
      text-align: right;
}
    .product-card .product-icons > .column:not(.expand) {
      margin-right: 0.5rem;
}
    .product-card .product-icons > .column .icon {
      top: -0.5rem;
}
    .product-card .product-icons > .column .param-text {
      display: inline-block;
      max-width: 9.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
}
  .product-card .product-properties.text-left > .product-icons > *, .product-card .product-icons.text-left > * {
    text-align: left !important;
}
  @media print, screen and (min-width: 550px) {
    .product-card .product-name {
      height: 4rem;
      overflow-y: hidden;
}
}
  @media screen and (min-width: 550px) and (max-width: 835px) {
    .product-card {
      width: calc(100% / 2 - 1rem);
}
}
  @media screen and (max-width: 550px) {
    .product-card {
      min-width: 16rem !important;
      max-width: 20rem !important;
      width: calc(100% - 1rem);
}
      .product-card.expanded {
        display: flex !important;
        position: static !important;
        width: calc(100% + 1rem);
        max-width: 48rem !important;
        box-shadow: none !important;
        background-color: #f7f8f8 !important;
}
        .product-card.expanded .photo-and-tags::after {
          display: none !important;
}
}
  @media screen and (max-width: 350px) {
    .product-card {
      padding: 0.5rem;
}
}

.product-card.full {
  flex: 1 1 auto;
  max-width: 48rem;
  font-size: 14px;
  border: solid 1px white;
  padding: 0;
}
  .product-card.full .product-comments {
    margin-left: 0.75rem;
}
  .product-card.full .button-add-placeholder {
    box-shadow: none !important;
}
  .product-card.full .button-favorite.active {
    background-image: url("/themes/default/icons/svg/catalog2/favorite-active.svg");
}
  .product-card.full .compare-favorite.active {
    background-image: url("/themes/default/icons/svg/catalog2/compare-active.svg");
}
  @media print, screen and (min-width: 835px) {
    .product-card.full .button-favorite:hover {
      background-image: url("/themes/default/icons/svg/catalog2/favorite-active.svg");
}
    .product-card.full .button-compare:hover {
      background-image: url("/themes/default/icons/svg/catalog2/compare-active.svg");
}
}
  .product-card.full.expanded {
    position: absolute;
    min-width: 18rem;
    max-width: 50rem;
    padding: 1rem;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
    transition: none;
    z-index: 2;
}
    .product-card.full.expanded .product-properties, .product-card.full.expanded .select2, .product-card.full.expanded .button {
      margin-bottom: 1rem;
}
    .product-card.full.expanded .select2-selection {
      font-size: 16px;
      border: none !important;
      box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
}
    .product-card.full.expanded .button {
      width: 100%;
}
    .product-card.full.expanded .product-buy-count {
      font-family: Circe Regular;
      color: #a5adb1;
}
  .product-card.full:hover {
    border: solid 1px #40b6e9;
}
  .product-card.full.expanded:hover {
    border: none;
}
  .product-card.full a {
    font-family: Circe Bold !important;
    color: #313131 !important;
    text-decoration: none !important;
}
  .product-card.full .highlight {
    font-size: 14px;
}
  .product-card.full .add-buttons {
    margin-top: 0;
}
    .product-card.full .add-buttons > * {
      margin-left: 0.75rem;
}
  .product-card.full .product-name {
    height: 2.5rem;
}
  .product-card.full .product-price {
    color: #313131;
    font-size: 28px;
}
  .product-card.full .product-price-old {
    font-size: 22px;
}
  .product-card.full .product-icons > *.expand:first-of-type {
    min-width: 100%;
}
  .product-card.full .product-icons > *.expand {
    max-width: none;
    flex: 1 0 auto;
}
  .product-card.full .product-icons > *:not(:last-child) {
    margin-right: 0.5rem;
}
  .product-card.full .add-buttons {
    margin: 0.5rem 0 -.5rem -1rem;
}
  .product-card.full .button-compare, .product-card.full .button-favorite {
    width: 1.4rem;
    height: 1.3rem;
    margin: 0.1rem 0 0 1rem;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    user-select: none;
}
  .product-card.full .button-compare {
    background-image: url("/themes/default/icons/svg/product2/compare.svg");
}
    .product-card.full .button-compare.active {
      background-image: url("/themes/default/icons/svg/product2/compare-active.svg");
}
  .product-card.full .button-favorite {
    background-image: url("/themes/default/icons/svg/product2/favorite.svg");
}
    .product-card.full .button-favorite.active {
      background-image: url("/themes/default/icons/svg/product2/favorite-active.svg?1");
}
    @media print, screen and (min-width: 835px) {
      .product-card.full .button-favorite:hover {
        background-image: url("/themes/default/icons/svg/product2/favorite-active.svg?1");
}
}
  @media screen and (max-width: 550px) {
    .product-card.full {
      max-width: 100%;
      width: 100%;
}
      .product-card.full:not(.expanded) {
        display: none !important;
}
}
  @media print, screen and (min-width: 835px) {
    .product-card.full {
      width: 20%;
}
}

.products-list {
  position: relative;
  margin-left: -0.5rem;
  margin-top: 1.5rem;
  width: calc(100% + 1rem);
}
  .products-list.updating::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 4;
}
  @media print, screen and (min-width: 550px) {
    .products-list.single {
      flex-wrap: nowrap;
      overflow-x: auto;
}
}
  .products-list.single > .flex-placeholder {
    display: none;
}
  .products-list.single > .product-card {
    flex: 0 1 auto;
}
    .products-list.single > .product-card.expanded {
      display: none;
}
  .products-list.empty {
    min-height: 10rem;
}
  .products-list .flex-placeholder {
    max-width: 48rem;
    min-width: 16rem;
    margin: 0 0.5rem;
}
  .products-list .flex-break {
    width: 100%;
}
  @media screen and (max-width: 835px) {
    .products-list {
      margin-left: 0;
      width: 100%;
}
}

@media screen and (max-width: 608px) {
  .products-list .product-card.full.expanded {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0 !important;
    top: 0 !important;
}
}
@media screen and (min-width: 607px) and (max-width: 835px) {
  .products-list .product-card.full.expanded {
    width: calc(50% + 1rem);
}
}
@media screen and (min-width: 834px) and (max-width: 1133px) {
  .products-list .product-card.full.expanded {
    width: calc(100% + 1rem);
}
}
@media screen and (min-width: 1132px) and (max-width: 1405px) {
  .products-list .product-card.full.expanded {
    width: calc(50% + 1rem);
}
}
@media screen and (min-width: 1404px) and (max-width: 1677px) {
  .products-list .product-card.full.expanded {
    width: calc(33.33333333% + 1rem);
}
}
@media screen and (min-width: 1677px) {
  .products-list .product-card.full.expanded {
    width: calc(25% + 1rem);
}
}
@media screen and (max-width: 608px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}
@media screen and (min-width: 607px) and (max-width: 835px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(50% - 1rem);
}
}
@media screen and (min-width: 834px) and (max-width: 1133px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(100% - 1rem);
}
}
@media screen and (min-width: 1132px) and (max-width: 1405px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(50% - 1rem);
}
}
@media screen and (min-width: 1404px) and (max-width: 1677px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(33.33333333% - 1rem);
}
}
@media screen and (min-width: 1677px) {
  .products-list .flex-placeholder, .products-list .product-card.full {
    width: calc(25% - 1rem);
}
}

#popup_notFound {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.badges {
  margin-right: 1rem;
  position: relative;
}

.badge {
  height: 1.6rem;
  line-height: 1.5rem;
  padding: 0 0.5em;
  border: solid 2px;
  border-radius: 5px;
  font-family: Circe Bold;
  font-size: 14px;
  background-color: white;
}
  .badge .icon {
    margin-right: 0.15rem;
}
  .badge:not(:last-child) {
    margin-right: 0.5rem;
}
  .badge.bonus {
    border-color: #DCB353;
}
  .badge.present, .badge.model {
    border-color: #2C508C;
}
  .badge.rivi {
    border-color: #335443;
}
  .badge.king {
    border-color: #c2a577;
}
  .badge.new {
    border-color: #d11218;
}
  .badge.ozon {
    border-color: #005bff;
}
  .badge.model {
    line-height: 1.4rem !important;
}
  .badge.hit {
    border-color: #40b6e9;
}
  .badge.discount {
    border-color: #d11218;
    background-color: #d11218;
    color: white;
    font-family: Circe Regular;
}
  .badge.friday {
    border-color: black;
    background-color: black;
    color: #FFEE99;
  }
  .badge.dacha {
    border-color: #10c44c;
  }
  .badge.newyear {
    border-color: #5aa2d1;
  }

.icon.model {
  background-image: url("/themes/default/icons/svg/3dicon.svg");
  top: -0.2em !important;
}

.icon.flag {
  background-image: url("/themes/default/icons/svg/articles/flag.svg");
}

.icon.person {
  background-image: url("/themes/default/icons/svg/articles/person.svg");
}

.icon.time {
  background-image: url("/themes/default/icons/svg/articles/time.svg");
}

.icon.view {
  background-image: url("/themes/default/icons/svg/articles/view.svg");
}

.icon.like-white {
  background-image: url("/themes/default/icons/svg/articles/like-white.svg");
}

.icon.like-gray {
  background-image: url("/themes/default/icons/svg/articles/like-gray.svg");
}

.icon.share {
  background-image: url("/themes/default/icons/svg/articles/share.svg");
}

.card-container {
  position: relative;
  width: 21.5rem;
  height: 21.5rem;
  margin: 0.5rem;
  padding: 1.25rem;
}

.article-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 21.5rem;
  height: 21.5rem;
  padding: 1.25rem;
  font-family: Circe Regular;
  color: #313131 !important;
  border-radius: 0.75rem;
  text-decoration: none !important;
  background-color: rgba(245, 246, 247, 0.1);
  box-sizing: border-box;
}
  .article-card.absolute {
    position: absolute;
    z-index: 4;
}
  .article-card > :not(.article-image) {
    position: relative;
    flex: 0 0 auto;
    height: fit-content;
    z-index: 3;
}
  .article-card .article-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem;
    z-index: 1;
}
  .article-card .article-name {
    font-family: Circe Bold;
    font-size: 22px;
    margin-bottom: 0.5rem;
}
  .article-card .article-info {
    font-size: 12px;
    margin-bottom: 0;
}
  .article-card::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 30%, #f5f6f7 70%);
    border-radius: 0.5rem;
    z-index: 2;
}
  @media print, screen and (min-width: 835px) {
    .article-card {
      transition: 0.25s;
}
      .article-card:hover {
        left: -0.25rem;
        top: -0.25rem;
        width: 22rem;
        height: 22rem;
        padding: 1.5rem;
}
}
  @media screen and (min-width: 550px) and (max-width: 835px) {
    .article-card {
      width: 21rem !important;
      height: 21rem;
      padding: 1.5rem;
}
      .articles.preview > .article-card:nth-child(n+3) {
        display: none;
}
}
  @media screen and (max-width: 550px) {
    .article-card {
      width: 21rem !important;
      height: 21rem;
      margin-left: 0;
      margin-right: 0;
      padding: 0.75rem 1.25rem;
}
}
  @media screen and (max-width: 350px) {
    .article-card {
      width: 18rem !important;
      height: 18rem;
      padding: 0.5rem 1rem;
}
}

.card-placeholder {
  width: 21.5rem !important;
  height: 21.5rem;
  margin: 0.5rem;
}

.article-info, .author-info {
  justify-content: flex-start;
  color: #a5adb1;
  font-size: 16px;
  margin-bottom: 2rem;
}
  .article-info > :not(:last-child), .author-info > :not(:last-child) {
    margin-right: 1rem;
}
  .article-info > :last-child, .author-info > :last-child {
    justify-self: flex-end;
}
  .article-info > :not(.button), .author-info > :not(.button) {
    line-height: 2.5rem;
    white-space: nowrap;
}
  .article-info a, .author-info a {
    color: #a5adb1 !important;
}
  .article-info .button, .author-info .button {
    height: 2rem;
    padding: 0.25rem 0.75rem;
    line-height: 1.5rem;
}
  .article-info #button_share, .author-info #button_share {
    color: #1f50a4;
}

.articles {
  width: calc(100% + 0.5rem);
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  position: relative;
}
  @media screen and (max-width: 550px) {
    .articles {
      margin: 0;
}
}

.store-list {
  min-height: 310px;
}
  @media print, screen and (min-width: 835px) {
    .store-list {
      width: calc(100% + 1rem);
      margin: 0 -0.5rem 0 -0.5rem;
}
      .store-list a.store-card {
        box-shadow: none;
        transition: 0.1s;
}
        .store-list a.store-card:hover {
          top: 0;
          left: 0;
          width: calc(100% - 1rem);
          height: calc(100% - 1rem);
          border: solid 1px #40b6e9;
          box-shadow: 0px 0px 6px -2px #000000;
          transition: 0.2s;
}
}
  @media screen and (min-width: 550px) and (max-width: 835px) {
    .store-list {
      width: calc(100% + 2rem);
      margin: 0 -1rem 0 -1rem;
}
}
  @media screen and (max-width: 550px) {
    .store-list {
      margin-bottom: 5rem;
}
}

.store-card-container {
  position: relative;
  height: 310px;
}
  @media screen and (max-width: 550px) {
    .store-card-container {
      margin-bottom: 1rem;
}
}

.store-card {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  padding: 20px;
  border: solid 1px #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px !important;
  color: #313131 !important;
  text-decoration: none !important;
}
  .store-card .store-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
}
  .store-card .store-header > div {
    width: 80%;
    flex: 0 1 auto;
    margin-bottom: 10px;
}
  .store-card .store-title {
    font-family: Circe Bold;
    font-size: 16px;
}
  .store-card .store-type {
    font-size: 16px;
    color: #cccccc;
}
    .store-card .store-type.green {
      color: #32CD32;
}
  .store-card .store-url {
    display: block;
    align-self: flex-end;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #40b6e9;
    border-radius: 5px;
    font-family: Circe Regular;
    font-size: 16px;
    color: white;
    text-decoration: none;
    line-height: 2.5;
}
    .store-card .store-url.hidden {
      display: none;
}
    @media print, screen and (min-width: 835px) {
      .store-card .store-url {
        position: absolute;
        left: 5%;
        bottom: 10px;
        width: 90%;
        margin-top: 20px;
}
}
  .store-card.highlighted {
    background-color: #fef8de;
}
  .store-card > *:not(.store-header) {
    margin-top: 10px;
}
  .store-card > *:empty {
    display: none;
}
  @media print, screen and (min-width: 835px) {
    .store-card {
      align-content: flex-start;
}
}
  @media screen and (max-width: 550px) {
    .store-card {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
}
}

.icon.star {
  background-image: url("/themes/default/icons/svg/product2/star.svg");
}

.icon.star-full {
  background-image: url("/themes/default/icons/svg/product2/star-full.svg");
}

.icon.star-empty {
  background-image: url("/themes/default/icons/svg/product2/star-empty.svg");
}

.icon.star-yellow {
  background-image: url("/themes/default/icons/svg/product2/star-yellow.svg");
}

.icon.delivery {
  background-image: url("/themes/default/icons/svg/product2/delivery.svg");
}

.icon.delivery-pickup {
  background-image: url("/themes/default/icons/svg/product2/delivery-pickup.svg");
}

.icon.payment {
  background-image: url("/themes/default/icons/svg/product2/payment.svg");
}

.icon.warranty {
  background-image: url("/themes/default/icons/svg/product2/warranty.svg");
}

.icon.vk {
  background-image: url("/themes/default/icons/svg/product2/vk.svg");
}

.icon.ig {
  background-image: url("/themes/default/icons/svg/product2/ig.svg");
}

.icon.fb {
  background-image: url("/themes/default/icons/svg/product2/fb.svg");
}

.icon.ok {
  background-image: url("/themes/default/icons/svg/product2/ok.svg");
}

.icon.hardness {
  background-image: url("/themes/default/icons/svg/product2/hardness.svg");
}

.icon.height {
  background-image: url("/themes/default/icons/svg/product2/height.svg");
}

.icon.weight {
  background-image: url("/themes/default/icons/svg/product2/weight.svg");
}

.icon.color {
  background-image: url("/themes/default/icons/svg/product2/color.svg");
}

.icon.style {
  background-image: url("/themes/default/icons/svg/product2/style.svg");
}

.icon.material {
  background-image: url("/themes/default/icons/svg/product2/material.svg");
}

.icon.guarantee {
  background-image: url("/themes/default/icons/svg/product2/guarantee.svg");
}

.icon.payment-blue {
  background-image: url("/themes/default/icons/svg/product2/payment-blue.svg");
}

.icon.delivery-blue {
  background-image: url("/themes/default/icons/svg/product2/delivery-blue.svg");
}

.icon.chat-white {
  background-image: url("/themes/default/icons/svg/product2/chat-white.svg");
}

.icon.phone-white {
  background-image: url("/themes/default/icons/svg/product2/phone-white.svg");
}

.icon.video-white {
  background-image: url("/themes/default/icons/svg/product2/video-white.svg");
}

.icon.chat-blue {
  background-image: url("/themes/default/icons/svg/product2/chat-blue.svg");
}

.icon.phone-blue {
  background-image: url("/themes/default/icons/svg/product2/phone-blue.svg");
}

.icon.video-blue {
  background-image: url("/themes/default/icons/svg/product2/video-blue.svg");
}

.icon.plus-blue {
  background-image: url("/themes/default/icons/svg/product2/plus-blue.svg");
}

.icon.minus-blue {
  background-image: url("/themes/default/icons/svg/product2/minus-blue.svg");
}

.icon.plus-gray {
  background-image: url("/themes/default/icons/svg/product2/plus-gray.svg");
}

.icon.minus-gray {
  background-image: url("/themes/default/icons/svg/product2/minus-gray.svg");
}

.icon.eye-gray {
  background-image: url("/themes/default/icons/svg/product2/eye-gray.svg");
}

.icon.eye-blue {
  background-image: url("/themes/default/icons/svg/product2/eye-blue.svg");
}

.icon.phone {
  background-image: url("/themes/default/icons/svg/product2/phone.svg");
}

.icon.claim {
  background-image: url("/themes/default/icons/svg/product2/claim.svg");
}

.icon.mail {
  background-image: url("/themes/default/icons/svg/product2/mail.svg");
}

.icon.telegram {
  background-image: url("/themes/default/icons/svg/product2/telegram.svg");
}

.icon.whatsapp {
  background-image: url("/themes/default/icons/svg/product2/whatsapp.svg");
}

.icon.compare {
  background-image: url("/themes/default/icons/svg/product2/compare.svg");
}

.icon.arrow-left {
  background-image: url("/themes/default/icons/svg/product2/arrow.svg");
  transform: rotateY(180deg);
}

input.invalid {
  border-color: red !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

span.dot {
  background: url("/themes/default/icons/svg/product2/dot-off.svg") no-repeat center center/25%;
  width: 1.5rem;
  height: 1.5rem;
}
  span.dot.active {
    background-image: url("/themes/default/icons/svg/product2/dot-on.svg");
}

img.photo {
  width: 100%;
}

.badge-popup .logo {
  width: 70%;
  margin-bottom: 1rem;
}

.content .tabs > .active::after {
  border-bottom: solid 3px #1f50a4;
}

.content .button.white, .buy-panel .button.white {
  border-color: #1f50a4 !important;
  color: #1f50a4 !important;
}

.product-main-info .link, .sizes .link, .sizes a {
  color: #1f50a4 !important;
}

.info-bar .rate-full {
  background-image: url("/themes/default/icons/svg/product2/star-dark-full.svg");
}
.info-bar .rate-half {
  background-image: url("/themes/default/icons/svg/product2/star-dark-half.svg");
}
.info-bar .rate-empty {
  background-image: url("/themes/default/icons/svg/product2/star-dark-empty.svg");
}

.button-order {
  border-radius: 0.75rem;
}

.select2-results__options {
  max-height: 21rem !important;
}

.product-name.large-hidden {
  font-size: 25px;
}

.product-id + .button-favorite {
  margin-top: 0;
  display: inline-block;
  vertical-align: sub;
}

.product-review.full > :first-child {
  height: 1rem;
}

div#swipebox-overlay {
  z-index: 1000001 !important;
}

@media screen and (max-width: 550px) {
  .page-content > * > .content:first-child {
    padding-bottom: 1rem;
}
}
.articles-container {
  width: calc(100% - 1rem);
  margin-left: -0.5rem !important;
}
  @media screen and (max-width: 550px) {
    .articles-container {
      width: 100%;
}
}

.articles {
  width: fit-content;
  margin-left: 0;
}

.product-title {
  width: 100%;
}
  @media print, screen and (min-width: 835px) {
    .product-title {
      width: 50%;
}
}

.column-main {
  align-content: flex-start;
}
  @media print, screen and (min-width: 835px) {
    .column-main {
      max-width: calc(100% - 16rem);
      padding-right: 4rem;
      z-index: 2;
}
}
  @media screen and (max-width: 835px) {
    .column-main {
      margin-bottom: 1rem;
}
}
  @media screen and (max-width: 550px) {
    .column-main .photo-view {
      margin: 0 !important;
}
}
  .column-main .product-name.header {
    font-size: 28px;
}
  .column-main .ask-us {
    padding: 1rem;
    background-color: white;
}

.popup.hover .photo {
  width: 250px;
  height: auto;
}

.photo-view .button-next, .photo-view .button-previous {
  width: 3rem;
  height: 3rem;
  background-image: url("/themes/default/icons/svg/product2/arrow-gray.svg");
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 25%;
}
  .photo-view .button-next.active, .photo-view .button-previous.active {
    background-image: url("/themes/default/icons/svg/product2/arrow-dark.svg");
    cursor: pointer;
}
  @media screen and (max-width: 550px) {
    :not(.widget-content) > .photo-view .button-next, :not(.widget-content) > .photo-view .button-previous {
      display: none;
}
}
.photo-view .button-previous {
  transform: scaleX(-1);
}
.product__mobile-photo {
  display: block;
  width: 100%;
  height: 12rem;
  -o-object-fit: contain;
  object-fit: contain;
}
#widget_photoMobile {
  z-index: 999;
}
#widget_photoMobile .header {
  position: absolute;
  top: 0;
  width: calc(100% - 4rem);
}
#widget_photoMobile .product__mobile-photo {
  height: calc(100vh - 20rem);
}

.product__mobile-video {
  width: 100%;
  height: calc(100vh - 24rem);
  margin-top: 4rem;
}

.product__mobile-video iframe {
  width: 100%;
  height: 100%;
}

.product__mobile-video {
  position: relative;
  background-color: black;
}
.product__mobile-video::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, black, black 15%, transparent 15%, transparent 85%, black 85%, black 100%);
}
#widget_photoMobile.visible .product__mobile-video::before {
  pointer-events: auto;
}
.swiper {
  width: calc(100vw - 2rem);
  max-width: calc(100vw - 2rem);
  margin-top: -3rem !important;
  padding-top: 4rem;

  overflow: hidden;
  position: relative;
  padding-bottom: 2.5rem;

-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
.swiper-pagination-bullet-active {
  opacity: .5 !important;
  background: #000 !important;
}

.product__gallery {
  position: relative;
  height: 100%;
}
  .product__gallery__list {
    overflow-y: hidden;
    height: calc(60px * 8);
    margin-right: 2rem;
}
    .product__gallery__list > * {
      flex: 0 0 auto !important;
}
  .product__gallery .photo-button {
    width: 80px !important;
    height: 60px !important;
    padding: 0.5rem;
    object-fit: contain;
    cursor: pointer;
    user-select: none;
}
    @media screen and (max-width: 1300px) {
      .product__gallery .photo-button {
        width: 50px !important;
        height: 30px;
}
}
    .product__gallery .photo-button.video {
      background: url(/themes/default/icons/svg/product2/vk-video.png) no-repeat center/3rem;
}
    .product__gallery .photo-button.selected {
      padding: calc(0.5rem - 2px);
      border: solid 2px #1f50a4;
      border-radius: 5px;
}
  .product__gallery .button-next, .product__gallery .button-previous {
    margin: 0 auto;
}
  .product__gallery .button-next {
    transform: rotate(90deg);
}
  .product__gallery .button-previous {
    transform: rotate(-90deg);
}
  .product__gallery__preview {
    height: fit-content;
    position: sticky;
    top: 0;
}
    .product__gallery__preview img {
      user-select: none;
      cursor: pointer;
}
  .product__gallery__badges {
    position: absolute;
    right: 1rem;
    top: 1rem;
    margin-right: 0;
    align-items: flex-end;
}
  .product__gallery .badge {
    width: fit-content;
    margin-right: 0;
    cursor: default;
}
    .product__gallery .badge:not(:last-child) {
      margin-bottom: 0.5rem;
}

.photo-main-container, .photo-3d-container, .photo-video-container {
  width: 100%;
}

#photo_main, #photo_preview, #photo_video_preview {
  object-fit: contain;
  cursor: pointer;
}

#photo_main, #modelViewerIframe, .frame-video, #frame_video_preview, #photo_video_preview {
  width: 100%;
  max-height: 30rem;
}
  @media print, screen and (min-width: 835px) {
    #photo_main, #modelViewerIframe, .frame-video, #frame_video_preview, #photo_video_preview {
      height: 32vw;
}
}
  @media screen and (max-width: 835px) {
    #photo_main, #modelViewerIframe, .frame-video, #frame_video_preview, #photo_video_preview {
      position: relative;
      height: 70vw;
}
}

#modelViewerIframe, .frame-video, #frame_video_preview {
  border: none;
}

#modelViewerIframe body {
  overflow: hidden;
}

#photo_video_preview {
  background: url(/themes/default/icons/svg/product2/vk-video.png) no-repeat center/8rem;
}

.info-bar {
  border-bottom: solid 1px #eee;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem !important;
}
  .info-bar > :not(:last-child) {
    margin-right: 1rem;
}
  .info-bar .link {
    text-decoration: none;
    font-family: Circe Bold;
    color: #1f50a4;
}

.popup.share {
  min-width: 11rem;
  max-width: 11rem;
  padding: 1rem;
}
  .popup.share .button-close {
    display: none;
}

.rating {
  flex-wrap: nowrap;
  margin-right: 1rem;
}
  .rating.rating-select {
    width: fit-content !important;
    margin-left: auto;
    margin-right: auto;
}
    .rating.rating-select > * {
      cursor: pointer;
      user-select: none;
}

@media print, screen and (min-width: 835px) {
  .column-params {
    min-width: 20rem;
    max-width: 25rem;
    padding-left: 0 !important;
}
}
@media screen and (min-width: 1600px) {
  .column-params {
    min-width: 24rem;
}
}
@media screen and (min-width: 835px) and (max-width: 1600px) {
  .column-params {
    max-width: 20rem;
    min-width: 20rem;
}
    .column-params .button {
      font-size: 14px;
      padding: 0.5rem !important;
}
    .column-params .quantity-button {
      width: 2.5rem !important;
      height: 2.5rem !important;
      font-size: 28px !important;
      line-height: 2.5rem !important;
}
    .column-params .quantity-label {
      width: 2rem !important;
      font-size: 16px !important;
      padding: 0 0.5rem !important;
      line-height: 2.5rem !important;
}
    .column-params .button-favorite {
      height: 2.5rem !important;
      width: 2.5rem !important;
      margin-left: 0.5rem !important;
}
}

.column-params, .product-main-info {
  color: #B2BABE;
}
  .column-params > *:not(:last-child), .product-main-info > *:not(:last-child) {
    margin-bottom: 1rem;
}
  .column-params > *:last-child, .product-main-info > *:last-child {
    margin-bottom: 0.5rem;
}
  .column-params > .row > .header, .product-main-info > .row > .header {
    margin-bottom: 0 !important;
}
  .column-params .highlight, .product-main-info .highlight {
    font-size: 16px;
    color: #313131;
}
  .column-params .header, .product-main-info .header {
    color: #313131;
}
  .column-params .chars, .product-main-info .chars {
    line-height: 2;
}
    .column-params .chars > .row > *:nth-child(2n+1), .product-main-info .chars > .row > *:nth-child(2n+1) {
      white-space: nowrap;
      min-width: 10rem;
}
      @media screen and (max-width: 350px) {
        .column-params .chars > .row > *:nth-child(2n+1), .product-main-info .chars > .row > *:nth-child(2n+1) {
          min-width: 8rem;
}
}
    .column-params .chars > .row > *:nth-child(2n), .product-main-info .chars > .row > *:nth-child(2n) {
      color: #313131;
}
    .column-params .chars .icon, .product-main-info .chars .icon {
      background-position: center bottom;
}
  .column-params .input-checkbox, .column-params .input-radio, .product-main-info .input-checkbox, .product-main-info .input-radio {
    position: relative;
    padding: 0.55rem 0.8rem 0.05rem 2.1rem;
    width: calc(50% - 0.25rem);
    height: 100%;
    max-height: 4.5rem;
    background-color: white;
    border: solid 1px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out, padding 0.2s ease-in-out;
}
    .column-params .input-checkbox .price, .column-params .input-radio .price, .product-main-info .input-checkbox .price, .product-main-info .input-radio .price {
      line-height: initial;
      font-size: 20px;
      font-family: Circe Bold;
      color: #d11218;
}
    .column-params .input-checkbox .title, .column-params .input-radio .title, .product-main-info .input-checkbox .title, .product-main-info .input-radio .title {
      color: #313131;
      font-family: Circe Bold;
      font-size: 15px;
      white-space: nowrap;
}
    .column-params .input-checkbox .help, .column-params .input-radio .help, .product-main-info .input-checkbox .help, .product-main-info .input-radio .help {
      position: absolute;
      right: 0.3rem;
      bottom: 0.45rem;
      width: 1rem;
      height: 1rem;
      background: url("/themes/default/icons/svg/product2/question.svg") no-repeat;
      transition: right 0.2s ease-in-out, bottom 0.2s ease-in-out;
}
      @media screen and (max-width: 835px) {
        .column-params .input-checkbox .help, .column-params .input-radio .help, .product-main-info .input-checkbox .help, .product-main-info .input-radio .help {
          width: 1.5rem;
          height: 1.5rem;
}
}
    .column-params .input-checkbox::before, .column-params .input-checkbox::after, .column-params .input-radio::before, .column-params .input-radio::after, .product-main-info .input-checkbox::before, .product-main-info .input-checkbox::after, .product-main-info .input-radio::before, .product-main-info .input-radio::after {
      content: "";
      display: block;
      position: absolute;
      left: 0.55rem;
      top: 0.55rem;
      width: 1.1rem;
      height: 1.1rem;
      transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out, top 0.2s ease-in-out;
}
    .column-params .input-checkbox::before, .column-params .input-radio::before, .product-main-info .input-checkbox::before, .product-main-info .input-radio::before {
      opacity: 1;
}
    .column-params .input-checkbox::after, .column-params .input-radio::after, .product-main-info .input-checkbox::after, .product-main-info .input-radio::after {
      opacity: 0;
}
    .column-params .input-checkbox:hover, .column-params .input-radio:hover, .product-main-info .input-checkbox:hover, .product-main-info .input-radio:hover {
      box-shadow: 0px 0px 6px -2px #000000;
}
    .column-params .input-checkbox.selected, .column-params .input-radio.selected, .product-main-info .input-checkbox.selected, .product-main-info .input-radio.selected {
      padding: calc(0.55rem - 1px) calc(0.8rem - 1px) calc(0.05rem - 1px) calc(2.1rem - 1px);
      border: solid 2px #40b6e9;
}
      .column-params .input-checkbox.selected::before, .column-params .input-checkbox.selected::after, .column-params .input-radio.selected::before, .column-params .input-radio.selected::after, .product-main-info .input-checkbox.selected::before, .product-main-info .input-checkbox.selected::after, .product-main-info .input-radio.selected::before, .product-main-info .input-radio.selected::after {
        left: calc(0.6rem - 1px);
        top: calc(0.6rem - 1px);
}
      .column-params .input-checkbox.selected::before, .column-params .input-radio.selected::before, .product-main-info .input-checkbox.selected::before, .product-main-info .input-radio.selected::before {
        opacity: 0;
}
      .column-params .input-checkbox.selected::after, .column-params .input-radio.selected::after, .product-main-info .input-checkbox.selected::after, .product-main-info .input-radio.selected::after {
        opacity: 1;
}
      .column-params .input-checkbox.selected .help, .column-params .input-radio.selected .help, .product-main-info .input-checkbox.selected .help, .product-main-info .input-radio.selected .help {
        right: calc(0.3rem - 1px);
        bottom: calc(0.45rem - 1px);
}
    @media print, screen and (min-width: 550px) {
      .column-params .input-checkbox:first-child, .column-params .input-radio:first-child, .product-main-info .input-checkbox:first-child, .product-main-info .input-radio:first-child {
        margin-right: 0.5rem;
}
}
    @media screen and (max-width: 550px) {
      .column-params .input-checkbox:first-child, .column-params .input-radio:first-child, .product-main-info .input-checkbox:first-child, .product-main-info .input-radio:first-child {
        margin-bottom: 0.5rem;
}
}
    @media screen and (max-width: 550px) {
      .column-params .input-checkbox, .column-params .input-radio, .product-main-info .input-checkbox, .product-main-info .input-radio {
        width: 100%;
}
}
  .column-params .input-checkbox::before, .product-main-info .input-checkbox::before {
    background: url("/themes/default/icons/svg/product2/checkbox-off.svg") no-repeat;
}
  .column-params .input-checkbox::after, .product-main-info .input-checkbox::after {
    background: url("/themes/default/icons/svg/product2/checkbox-on.svg") no-repeat;
}
  .column-params .input-radio::before, .product-main-info .input-radio::before {
    background: url("/themes/default/icons/svg/product2/radio-off.svg") no-repeat;
}
  .column-params .input-radio::after, .product-main-info .input-radio::after {
    background: url("/themes/default/icons/svg/product2/radio-on.svg") no-repeat;
}
  .column-params .header.small, .product-main-info .header.small {
    font-size: 23px;
}
  .column-params #select_size + .select2, .product-main-info #select_size + .select2 {
    height: 4.2rem !important;
}
  .column-params #select_size + .select2 .select2-selection, .product-main-info #select_size + .select2 .select2-selection {
    height: 4.2rem !important;
    padding-top: 2rem;
    font-size: 20px !important;
}
  .column-params :not(#select_size) + .select2-container, .product-main-info :not(#select_size) + .select2-container {
    height: 4rem !important;
}
    .column-params :not(#select_size) + .select2-container .select2-selection, .product-main-info :not(#select_size) + .select2-container .select2-selection {
      height: 4rem !important;
      padding-top: 1.8rem;
      font-size: 18px;
}
  .column-params .select2 + .link, .product-main-info .select2 + .link {
    margin-top: 0.5rem;
}
  .column-params .product-buttons .button, .product-main-info .product-buttons .button {
    padding: 0.75rem;
}
    .column-params .product-buttons .button:last-child, .product-main-info .product-buttons .button:last-child {
      margin-bottom: 0 !important;
}
  .column-params .product-buttons .button-order, .product-main-info .product-buttons .button-order {
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
    color: #B2BABE;
}

.product-main-info {
  position: relative;
  margin-bottom: 2rem !important;
  padding: 1rem 2rem !important;
  background-color: white;
  box-sizing: border-box;
  border-radius: 2rem;
  box-shadow: 0 20px 12px -16px rgba(0, 30, 85, 0.1), 0 8px 24px 18px rgba(0, 30, 85, 0.05);
}
  .product-main-info .price {
    font-size: 34px;
    line-height: 26px;
}
  .product-main-info .price-old {
    font-size: 20px;
    line-height: 32px;
    padding-right: 0;
    padding-left: 1rem;
}
  .product-main-info .purchase-today-count {
    min-height: 1.5rem;
    padding-top: 0.5rem;
}
    .product-main-info .purchase-today-count::before {
      content: '!';
      display: inline-block;
      position: relative;
      top: -0.06rem;
      height: 1.4rem;
      line-height: 1.7;
      padding: 0rem 0.5rem;
      margin-right: 0.25rem;
      border: solid 1px;
      border-radius: 5px;
}
  .product-main-info .product-buttons {
    margin: -0.5rem 0;
}
    .product-main-info .product-buttons > * {
      margin: 0.5rem 0;
}
  .product-main-info .product-delivery-date {
    margin-top: 1rem;
}
  .product-main-info :not(.input-radio):not(.input-checkbox) > .price, .product-main-info :not(.input-radio):not(.input-checkbox) > .price-old {
    margin: 0.75rem 0;
}

.rate-full, .rate-empty, .rate-half {
  width: 1.1rem;
  height: 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
}
  .rate-full:not(:last-child), .rate-empty:not(:last-child), .rate-half:not(:last-child) {
    margin-right: 0.3rem;
}
  .rating-large > .rate-full, .rating-large > .rate-empty, .rating-large > .rate-half {
    width: 2rem;
    height: 2rem;
}

.rate-full {
  background-image: url("/themes/default/icons/svg/product2/star-full.svg");
}

.rate-empty {
  background-image: url("/themes/default/icons/svg/product2/star-empty.svg");
}

.rate-half {
  background-image: url("/themes/default/icons/svg/product2/star-half.svg");
}

.price, .price-old {
  line-height: 30px;
}

.price {
  font-family: Circe Bold;
  font-size: 30px;
  color: #d11218;
}

.price-old {
  margin-right: 0.75rem;
  padding-top: 0.1em;
  font-size: 20px;
  text-decoration: line-through;
}

.discount:not(.badge), .bonus:not(.badge) {
  width: 100%;
  font-family: Circe Regular;
  font-size: 14px;
  color: #313131;
}
  .discount:not(.badge) .price-discount, .bonus:not(.badge) .price-discount {
    color: #22C108;
}
  .discount:not(.badge) .product-bonus, .bonus:not(.badge) .product-bonus {
    color: #DCB353;
    vertical-align: middle;
}
  .discount:not(.badge) .icon.star-yellow, .bonus:not(.badge) .icon.star-yellow {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
}

.product-buttons .button {
  width: 100%;
}
  @media screen and (min-width: 550px) and (max-width: 835px) {
    .product-buttons .button {
      max-width: 20rem;
}
}
  .product-buttons .button.disabled {
    opacity: 0.5;
    cursor: default;
    box-shadow: none !important;
}
.product-buttons .button-favorite {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  margin: 0 0 0 1rem;
  background: url("/themes/default/icons/svg/product2/favorite-dark.svg") no-repeat center/50%, #ebf7ff;
  border-radius: 5px;
}
  .product-buttons .button-favorite.active, .product-buttons .button-favorite:hover {
    background-image: url("/themes/default/icons/svg/product2/favorite-dark-active.svg");
}
.product-buttons .product-quantity {
  margin: 0 0.5rem;
}
  .product-buttons .product-quantity .quantity-label {
    width: 3rem;
    margin: 0;
    padding: 0 1rem;
    line-height: 3rem;
    color: #313131;
    font-size: 18px;
    border: none;
}
  .product-buttons .product-quantity .quantity-button {
    width: 3rem;
    height: 3rem;
    margin: 0;
    line-height: 3rem;
    text-align: center;
    font-size: 32px;
    color: #ccc;
    border-radius: 0.5rem;
    background: #ebf7ff !important;
}
    .product-buttons .product-quantity .quantity-button.active {
      color: #1f50a4;
}

.button-add-cart {
  background-color: #005bff;
  border: none;
}

.button-go-cart {
  background-color: #10c44c;
  border: none;
}

.button-order {
  color: #1f50a4;
  background-color: #ebf7ff;
  border: none;
}
  .button-order.disabled {
    background-color: transparent;
    color: #e30a1b;
    cursor: default;
    box-shadow: none !important;
}

.button-add-placeholder {
  padding: 0.5rem 0.75rem;
  text-align: center;
  background-color: #f7f7f8;
  border-radius: 5px;
}

.delivery-date, .product-stores {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem 1.6rem;
  font-size: 18px;
  border-radius: 10px;
  background-color: #f7f7f8;
  /*
  @include screen-medium
  {
      max-width: 24rem;

}
  */
}
  .delivery-date > *, .product-stores > * {
    white-space: nowrap;
}
  .delivery-date .icon, .product-stores .icon {
    height: 2rem;
    width: 2rem;
    top: calc(50% - 2rem);
    margin-top: -0.25rem;
}
  .delivery-date a, .product-stores a {
    font-size: 18px !important;
}
  @media screen and (max-width: 350px) {
    .delivery-date .link-placeholder, .product-stores .link-placeholder {
      width: 4rem;
      margin-left: auto;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
}

.delivery-date {
  padding-top: 1rem !important;
}
  .delivery-date:not(.single) {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0 !important;
    padding-bottom: 0.5rem;
}
  .delivery-date > :last-child {
    max-width: 100%;
    margin-left: 0.25rem;
    white-space: normal;
}
  .delivery-date.test .delivery-day {
    margin-right: -0.15em;
}
  .delivery-date .delivery-price {
    margin-left: 0.15em;
}

.product-stores {
  padding-bottom: 1rem !important;
}
  .product-stores:not(.single) {
    border-radius: 0 0 10px 10px;
    padding-top: 0.5rem;
}

#features {
  position: relative;
}

.feature {
  position: relative;
  min-height: 6rem;
  box-sizing: border-box;
  padding: 0.5rem;
  border: solid 1px #bbc;
  border-radius: 5px;
  font-family: Circe Bold;
  font-size: 14px;
  color: #313131;
  cursor: pointer;
  user-select: none;
  transition: 0.2s;
}
  .feature img {
    display: block;
    position: relative;
    width: 6rem;
    height: 5rem;
    top: calc(50% - 3rem);
    object-fit: contain;
}
  .feature .feature-name {
    margin-bottom: 2rem;
}
  .feature .feature-price {
    position: absolute;
    bottom: 0.25rem;
    font-size: 20px;
    color: #d11218;
    transition: 0.2s;
}
  .feature.selected {
    padding: calc(0.5rem - 1px);
    border: solid 2px #40b6e9;
}
    .feature.selected::before {
      opacity: 0;
}
    .feature.selected::after {
      opacity: 1;
      right: calc(1rem - 1px);
}
    .feature.selected .feature-price {
      bottom: calc(0.25rem - 1px);
}
  .feature:hover {
    box-shadow: 0px 0px 6px -2px #000000;
}
  .feature:not(:last-of-type) {
    margin-bottom: 0.5rem;
}
  .feature > :first-child {
    margin-right: 0.5rem;
}
  .feature > :last-child {
    margin-right: 5rem;
}
  .feature::after, .feature::before {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: calc(50% - 2rem);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out;
}
  .feature::before {
    background-image: url("/themes/default/icons/svg/product2/extra-add.svg");
    opacity: 1;
}
  .feature::after {
    background-image: url("/themes/default/icons/svg/product2/extra-selected.svg");
    opacity: 0;
}
  @media screen and (max-width: 550px) {
    .feature {
      margin-right: 0;
}
}
  @media screen and (min-width: 550px) and (max-width: 835px) {
    .feature {
      min-height: 6rem;
}
}
  @media screen and (max-width: 835px) {
    .feature {
      max-width: 24rem;
}
}

.help-container {
  padding: 1rem 0 !important;
  background-color: white;
  color: #313131;
  font-size: 14px;
  border-radius: 2rem;
}
  .help-container__header {
    font-family: Circe Bold;
    font-size: 16px;
}
  .help-container__button {
    width: 100%;
    margin-top: 1rem;
    color: #313131 !important;
    font-family: Circe Bold;
}

.product__summary {
  width: calc(100% - 25rem);
  min-width: 54rem;
  margin: 1rem 0 2rem;
  padding: 1rem 0;
  border: solid 1px #d9dee0;
  border-radius: 1rem;
}
  .product__summary__block {
    position: relative;
    max-width: calc(100%/3);
    margin: 0 2rem;
}
    .product__summary__block:not(:first-child)::before {
      content: "";
      display: block;
      position: absolute;
      top: 5%;
      left: -2rem;
      width: 1px;
      height: 90%;
      background-color: #bcbcbc;
}
  .product__summary__separator {
    position: relative;
    top: 10%;
    width: 1px;
    height: 80%;
    background-color: #eee;
}
  .product__summary__icon {
    width: 3.5rem !important;
    height: 3.5rem !important;
    margin-right: 1rem;
}
  .product__summary__title {
    font-family: Circe Bold;
    font-size: 20px;
}
  .product__summary__hint {
    font-size: 14px;
}
  .product__summary__list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}
    .product__summary__list > ::before {
      content: '✓';
      display: inline-block;
      margin-right: 0.25rem;
      font-weight: bold;
      color: #22C108;
}
  .product__summary__value {
    font-family: Circe Bold;
}

.product-info .tab-container {
  min-height: 10rem;
}

.tabs {
  font-size: 18px;
  margin: 1rem 0 !important;
  border: none;
}
  .tabs > * {
    max-width: 16rem;
    overflow: hidden;
}
    @media screen and (max-width: 1400px) {
      .tabs > * {
        max-width: 10rem;
}
}
  .tabs > *:not(:last-child) {
    margin-right: 2rem;
}
  .tabs span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.accordion {
  margin-bottom: 2rem;
}

.product-parameters > * {
  padding: 0.3rem 0;
  border-bottom: solid 1px #eee;
}
  @media screen and (max-width: 550px) {
    .product-parameters > *:nth-child(2n) {
      text-align: right;
}
}

.layers {
  position: relative;
  align-items: flex-end;
}
  .layers .layers-images {
    position: absolute;
    width: 236px;
    height: 100%;
    margin-top: 10px;
    overflow: hidden;
}
    .layers .layers-images .layer-image {
      width: 266px;
      position: absolute;
      transition: 0.4s;
}
      .layers .layers-images .layer-image.transparent {
        opacity: 0.2;
}
    .layers .layers-images .layer-image:nth-child(0) {
      z-index: 15;
}
    .layers .layers-images .layer-image:nth-child(1) {
      z-index: 14;
}
    .layers .layers-images .layer-image:nth-child(2) {
      z-index: 13;
}
    .layers .layers-images .layer-image:nth-child(3) {
      z-index: 12;
}
    .layers .layers-images .layer-image:nth-child(4) {
      z-index: 11;
}
    .layers .layers-images .layer-image:nth-child(5) {
      z-index: 10;
}
    .layers .layers-images .layer-image:nth-child(6) {
      z-index: 9;
}
    .layers .layers-images .layer-image:nth-child(7) {
      z-index: 8;
}
    .layers .layers-images .layer-image:nth-child(8) {
      z-index: 7;
}
    .layers .layers-images .layer-image:nth-child(9) {
      z-index: 6;
}
    .layers .layers-images .layer-image:nth-child(10) {
      z-index: 5;
}
    .layers .layers-images .layer-image:nth-child(11) {
      z-index: 4;
}
    .layers .layers-images .layer-image:nth-child(12) {
      z-index: 3;
}
    .layers .layers-images .layer-image:nth-child(13) {
      z-index: 2;
}
    .layers .layers-images .layer-image:nth-child(14) {
      z-index: 1;
}
    @media screen and (max-width: 550px) {
      .layers .layers-images {
        width: 176px;
}
}
    @media screen and (max-width: 350px) {
      .layers .layers-images {
        width: 126px;
}
}
  .layers .layers-names {
    position: absolute;
    right: 266px;
    width: auto;
    margin-top: 45px;
}
    .layers .layers-names .layer-button {
      max-width: 10.5rem;
      font-size: 15px;
      color: #1f50a4;
      white-space: nowrap;
      text-decoration: dotted;
      cursor: pointer;
      user-select: none;
}
      .layers .layers-names .layer-button span {
        display: inline-block;
        max-width: 10rem;
        overflow: hidden;
        text-overflow: ellipsis;
}
      .layers .layers-names .layer-button::after {
        content: "";
        display: block;
        position: relative;
        z-index: 16;
        top: -0.6em;
        left: 105%;
        width: 50px;
        height: 1px;
        background-color: #1f50a4;
        pointer-events: none;
}
    .layers .layers-names .layer-description:not(.visible) {
      display: none;
}
    @media print, screen and (min-width: 835px) {
      .layers .layers-names {
        right: calc(266px - 2rem);
}
}
    @media screen and (max-width: 550px) {
      .layers .layers-names {
        right: 176px;
}
}
    @media screen and (max-width: 350px) {
      .layers .layers-names {
        right: 126px;
}
}
  .layers .layer-button > span {
    border-bottom: dashed 1px #1f50a4;
}

@media print, screen and (min-width: 835px) {
  .layers-header {
    margin-top: -0.8rem !important;
}
}

.layer-gallery {
  margin: 4.5rem -2rem 0 -2rem;
  width: calc(100% + 4rem);
}
  .layer-gallery > * {
    padding: 0 1rem;
}
  .layer-gallery__preview__image {
    width: 100%;
    height: 100%;
    max-height: 424px;
    object-fit: cover;
}
  .layer-gallery__list {
    align-content: stretch;
    margin: -0.5rem;
}
    .layer-gallery__list > * {
      padding: 0.5rem;
}
  .layer-gallery__item {
    width: 100%;
    height: 100%;
    max-height: 200px;
    aspect-ratio: 1;
    object-fit: cover;
    cursor: pointer;
    user-select: none;
}

.popup__help {
  min-width: 14rem;
  max-width: 14rem;
  padding: 1rem;
  color: #1f50a4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
  .popup__help__element {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #1f50a4 !important;
    text-decoration: none !important;
    cursor: pointer;
}
  .popup__help .button-close {
    display: none;
}
  .popup__help::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: calc(40% - 8px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d6dddf;
}
  .popup__help::after {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: calc(40% - 7px);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
}
  @media print, screen and (min-width: 550px) {
    .popup__help {
      margin-left: -3.5rem;
}
}

.sizes {
  margin-top: 2rem;
  padding: 2rem;
  background-color: #eef7fc;
  border-radius: 1rem;
  box-sizing: border-box;
}
  .sizes__container {
    margin-top: 0.5rem;
}
    @media screen and (max-width: 835px) {
      .sizes__container {
        margin-top: 2rem;
        margin-bottom: 2rem;
}
}
  .sizes__show-more, .sizes__call-back {
    text-decoration: underline dotted;
    text-underline-offset: 0.25em;
}
  .sizes a:not(.sizes __call-back) {
    text-decoration: none;
}

.price-chart table {
  height: 100px;
}
  @media screen and (max-width: 550px) {
    .price-chart table {
      width: 125%;
      transform: translateX(7.5%);
      margin: 1rem 0;
}
}
.price-chart tr {
  transform: translateX(-100%);
  --data-axes-style: dashed;
  --primary-axis-color: #d9dee0;
}
  .price-chart tr:first-child, .price-chart tr:last-child {
    border-block-end: none !important;
}
    .price-chart tr:first-child th, .price-chart tr:last-child th {
      display: none;
}
    .price-chart tr:first-child td::before, .price-chart tr:first-child td::after, .price-chart tr:last-child td::before, .price-chart tr:last-child td::after {
      opacity: 0;
}
  .price-chart tr:first-child {
    border-inline-start: none !important;
}
  .price-chart tr:last-child {
    border-inline-end: none !important;
}
    .price-chart tr:last-child .data {
      display: none;
}
  @media print, screen and (min-width: 835px) {
    .price-chart tr {
      min-width: 70px;
}
}
.price-chart th {
  font-family: Circe Regular !important;
  transform: translateX(-50%);
}
.price-chart td, .price-chart th {
  border: none !important;
  padding: 0 !important;
}
.price-chart td::before {
  --color: #40b6e9;
  --line-size: 2px;
}
.price-chart .data, .price-chart th {
  font-size: 11px !important;
  white-space: nowrap;
}
.price-chart .data {
  font-family: Circe Bold;
  transform: translateX(50%) translateY(-0.5rem) !important;
}
  .price-chart .data::after {
    content: "";
    display: block;
    position: absolute;
    left: 0.9rem;
    top: 1.2rem;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #40b6e9;
    border-radius: 50%;
}
.price-chart__info {
  margin-right: 1rem;
}
  .price-chart__info__price, .price-chart__info__range {
    white-space: nowrap;
}
  .price-chart__info__price {
    font-size: 24px;
    font-family: Circe Bold;
}
  .price-chart__info__range {
    font-size: 12px;
    color: #B2BABE;
}
@media screen and (max-width: 835px) {
  .price-chart {
    overflow: hidden;
}
}
@media screen and (min-width: 550px) and (max-width: 835px) {
  .price-chart {
    padding-left: 5% !important;
}
}

@media print, screen and (min-width: 835px) {
  .cert-header {
    text-align: right;
}
}
@media screen and (max-width: 550px) {
  .cert-header {
    margin-top: 2rem !important;
    line-height: 1rem;
}
}

.cert-list > * {
  display: block;
  width: 100%;
  color: #313131 !important;
  text-decoration: none !important;
  font-family: Circe Bold !important;
}
  .cert-list > *::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-left: 0.25rem;
    background: url("/themes/default/icons/svg/product2/cert-arrow.svg") no-repeat;
}
@media print, screen and (min-width: 550px) {
  .cert-list {
    text-align: right;
}
}

@media screen and (min-width: 550px) and (max-width: 835px) {
  .article-card, .card-container {
    width: 20rem !important;
    height: 20rem;
}
}
.products-preview {
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 0.5rem;
}
  .products-preview .icon {
    top: -0.15rem !important;
}
  .products-preview > .card {
    display: flex;
    box-sizing: border-box;
    min-width: 16rem;
    max-width: 16rem;
    margin: 0.5rem;
    padding: 1rem 1rem 0.5rem 1rem;
    border: solid 1px #d9dee0;
    border-radius: 0.5rem;
    font-family: Circe Bold !important;
    color: #313131 !important;
    text-decoration: none !important;
    box-shadow: none;
    transition: 0.1s;
}
    .products-preview > .card:hover {
      border: solid 1px #40b6e9;
      box-shadow: 0px 0px 6px -2px #000000;
      transition: 0.2s;
}
    .products-preview > .card > * {
      flex: 1;
      flex-direction: column;
}
      .products-preview > .card > * > * {
        flex: 0;
}
    .products-preview > .card .photo {
      height: 11rem;
}
      .products-preview > .card .photo img {
        width: 100%;
        height: 10rem;
        object-fit: contain;
}
    .products-preview > .card .rating {
      margin-bottom: 0.5rem;
}
      .products-preview > .card .rating .rate-full, .products-preview > .card .rating .rate-empty, .products-preview > .card .rating .rate-half {
        width: 1rem;
        height: 1rem;
}
    .products-preview > .card .product-name {
      margin-bottom: 0.5rem;
}
      .products-preview > .card .product-name .highlight {
        font-size: 16px;
}
    .products-preview > .card .price-container {
      margin-top: auto;
}
    .products-preview > .card .product-price {
      align-self: flex-end;
      margin-bottom: 0.5rem;
      font-family: Circe Bold;
      font-size: 25px;
      color: #d11218;
      white-space: nowrap;
}
    .products-preview > .card .product-price-old {
      height: 2rem;
      line-height: 2em;
      margin-left: 0.5rem;
      font-size: 20px;
      color: #ccc;
      text-decoration: line-through;
      white-space: nowrap;
}
    .products-preview > .card .product-params {
      max-height: 3.5rem;
      line-height: 1.8rem;
      justify-self: flex-end;
}
    .products-preview > .card .product-icons > * {
      min-width: 4rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
      .products-preview > .card .product-icons > *:nth-child(2n) {
        text-align: right;
}
      .products-preview > .card .product-icons > *:nth-child(2n + 1) {
        margin-right: 0.5rem;
}
    @media print, screen and (min-width: 550px) {
      .products-preview > .card .product-name {
        height: 4rem;
}
}
    .products-preview > .card > *:not(:last-child) {
      margin-bottom: 0.5rem;
}
    @media screen and (min-width: 550px) and (max-width: 835px) {
      .products-preview > .card {
        width: calc(100% / 2 - 1rem);
}
}
    @media screen and (max-width: 550px) {
      .products-preview > .card {
        min-width: 16rem;
        max-width: 20rem !important;
        width: calc(100% - 1rem);
}
        .products-preview > .card:nth-child(n + 5) {
          display: none;
}
}
    @media screen and (max-width: 350px) {
      .products-preview > .card {
        padding: 0.5rem;
}
}
  @media print, screen and (min-width: 835px) {
    .products-preview {
      margin-left: -0.5rem !important;
      margin-right: -0.5rem !important;
}
}
  @media screen and (min-width: 835px) and (max-width: 1700px) {
    .products-preview > *:nth-child(n+5) {
      display: none;
}
}
  @media screen and (min-width: 835px) and (max-width: 2000px) {
    .products-preview > *:nth-child(n+6) {
      display: none;
}
}

  @media screen and (max-width: 550px) {
    .products-preview {
      min-height: 26rem;
}
}

.category-tags {
  margin: 0 -0.5rem 2rem;
  width: calc(100% + 0.5rem);
}
  .category-tags__tag {
    margin: 0.5rem;
    padding: 0.25rem 1rem;
    color: #313131 !important;
    text-decoration: none !important;
    background-color: #f2f2f2;
    border-radius: 1rem;
}
    .category-tags__tag:hover {
      color: #1f50a4 !important;
      background-color: #eee;
}

.site-reviews__bar {
  position: relative;
}
  @media print, screen and (min-width: 835px) {
    .site-reviews__bar {
      border-bottom: solid 1px #eee;
}
}
  @media screen and (max-width: 550px) {
    .site-reviews__bar {
      margin: -1rem 0.5rem;
}
}
  @media screen and (min-width: 550px) and (max-width: 835px) {
    .site-reviews__bar {
      margin: -1rem 0;
}
}
.site-reviews__tab {
  user-select: none;
  cursor: pointer;
}
  @media print, screen and (min-width: 835px) {
    .site-reviews__tab {
      padding-bottom: 1rem;
}
      .site-reviews__tab.active {
        border-bottom: solid 2px #40b6e9;
}
}
  @media screen and (max-width: 835px) {
    .site-reviews__tab {
      width: 100%;
      margin: 1rem 0;
}
}
  @media screen and (min-width: 550px) and (max-width: 835px) {
    .site-reviews__tab {
      padding-left: 1rem;
      border-left: solid 5px transparent;
}
      .site-reviews__tab.active {
        border-left: solid 5px #40b6e9;
}
}
.site-reviews__image {
  width: 200px;
  height: 50px;
  object-fit: contain;
  object-position: left;
}
.site-reviews__summary {
  width: calc(100% + 1rem);
  margin: 0 -0.5rem;
  align-items: center;
}
  .site-reviews__summary > * {
    min-width: 2rem;
    padding: 0 0.5rem;
}
.site-reviews__panel {
  padding-top: 2rem;
}
  .site-reviews__panel:not(.visible) {
    display: none;
}
.site-reviews__detail {
  margin: -0.5rem 0;
  font-family: 'Circe Bold';
}
  .site-reviews__detail > * {
    margin: 0.5rem -0.5rem;
}
.site-reviews__progress {
  position: relative;
  width: 200px;
  height: 3px;
  margin-right: 1rem;
  background-color: #eee;
}
  .site-reviews__progress__amount {
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #40b6e9;
}
.site-reviews .rating {
  width: fit-content !important;
  margin: -0.25rem 0 0 0;
}
.site-reviews__total {
  width: 10rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 1px #ccc;
  border-radius: 50%;
  text-align: center;
  font-family: 'Circe Bold';
}
  .site-reviews__total__amount {
    font-size: 48px;
    line-height: 1.25;
}
  .site-reviews__total__text {
    width: 5rem;
}

.product-reviews {
  padding-bottom: 0.5rem;
}
  .product-reviews:empty {
    display: none;
}
  @media print, screen and (min-width: 835px) {
    .product-reviews {
      margin: 0 -0.5rem;
}
}

/*
//Кнопка "написать отзыв" (адский костыль)
#button_newComment
{
    margin-right: 1.5rem;

}
*/
.product-review:not(.full) {
  height: 22rem;
  padding: 1rem;
  border: solid 1px #bbc;
  border-radius: 5px;
  font-size: 14px;
}
  .product-review:not(.full) .review-content {
    position: relative;
    height: 14rem;
    overflow: hidden;
}
    .product-review:not(.full) .review-content::after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(to top, white 5%, rgba(255, 255, 255, 0) 95%);
      pointer-events: none;
}
    @media screen and (max-width: 835px) {
      .product-review:not(.full) .review-content {
        height: 12rem;
}
}
  @media print, screen and (min-width: 550px) {
    .product-review:not(.full) {
      width: 16rem !important;
      margin: 0 0.5rem;
      flex: 0 0 auto;
}
}
  @media screen and (max-width: 835px) {
    .product-review:not(.full) {
      height: 20rem;
}
      .product-review:not(.full):not(:last-of-type) {
        margin-bottom: 1rem;
}
}
.product-review .highlight, .product-review .link {
  font-size: 14px !important;
}
.product-review .review-author {
  font-family: Circe Bold;
}
.product-review .review-date {
  font-size: 12px;
  color: #B2BABE;
}
.product-review .review-source-icon {
  margin-left: 1rem;
}
.product-review > *:not(:last-child), .product-review .review-content > *:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 835px) {
  .product-review .link {
    font-size: 18px !important;
    line-height: 0.8;
}
}

.ask-us {
  align-self: flex-end;
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  font-size: 14px;
  text-align: center;
  background-color: #eef7fc;
}
  .column-params .ask-us {
    padding-top: 0;
    padding-bottom: 0;
}
    .column-params .ask-us > .header:first-child {
      padding-top: 1rem;
}
    .column-params .ask-us > .row {
      align-content: space-between;
}
    .column-params .ask-us .ask-option {
      width: 100%;
      min-height: 8rem;
      margin: 1rem 0;
      color: #313131;
}
  .ask-us .ask-option {
    position: relative;
    min-height: 13rem;
    padding: 0 4%;
}
    .ask-us .ask-option .icon {
      width: 100%;
      height: 3.2rem;
      margin-bottom: 1rem;
}
    .ask-us .ask-option .button {
      position: absolute;
      bottom: 0;
      left: 10%;
      min-width: 80%;
      margin-top: 0.5rem;
      background-color: #40b6e9;
      color: white;
}
      .ask-us .ask-option .button a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: white !important;
        text-decoration: none !important;
}
    .ask-us .ask-option > *:not(:last-child) {
      margin-bottom: 0.5rem;
}
    @media screen and (max-width: 835px) {
      .ask-us .ask-option {
        max-width: 20rem;
        margin: 2rem auto 2rem auto;
}
}
    @media screen and (min-width: 1050px) {
      .ask-us .ask-option .highlight {
        white-space: nowrap;
}
}

.product-certificates {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 2rem;
  align-items: center;
}
  .product-certificates > * {
    flex: 1;
    padding: 0 0.5rem;
}
  .product-certificates img {
    width: 100%;
    height: auto;
    max-height: 15rem;
    object-fit: contain;
}

@media print, screen and (min-width: 835px) {
  .product-info > :first-child {
    padding: 0.4rem 5rem 0 0;
}
  .product-info .tab-container {
    margin-bottom: 2rem;
}
  .product-info .header.border {
    border-bottom: solid 1px #bbc;
}
}
@media screen and (max-width: 835px) {
  .product-info > :last-child {
    margin-top: 2rem;
}
  .product-info .header.border {
    margin: 0;
    border-bottom: none;
}
}

@media print, screen and (min-width: 835px) {
  .store-list .store-card:hover {
    width: 31.3333333333%;
    height: 310px;
    top: 0;
    margin: 10px 1%;
}
}

.stats {
  text-align: center;
}
  .stats__container {
    max-width: 50rem;
}
  .stats__header {
    font-size: 32px;
    margin-bottom: 1rem;
}
  .stats__description {
    font-size: 20px;
    margin-bottom: 3rem;
}
  .stats__entry {
    padding: 0 1rem;
}
    .stats__entry__amount {
      font-family: Circe Bold;
      font-size: 64px;
      line-height: 1;
}
    .stats__entry__name {
      font-size: 28px;
}
    @media screen and (max-width: 835px) {
      .stats__entry {
        width: 100%;
        margin-bottom: 2rem;
}
}
  .stats__border {
    width: 1px;
    height: 6rem;
    background-color: #cce;
}
    @media screen and (max-width: 835px) {
      .stats__border {
        display: none;
}
}

#widget_newComment > .widget-content, #widget_review > .widget-content {
  max-width: 50rem;
  max-height: 76vh;
}
  #widget_newComment > .widget-content input[type=text], #widget_newComment > .widget-content textarea, #widget_review > .widget-content input[type=text], #widget_review > .widget-content textarea {
    box-sizing: border-box;
}
  @media screen and (max-width: 550px) {
    #widget_newComment > .widget-content, #widget_review > .widget-content {
      margin: 5rem 0.75rem 0 0.75rem;
      padding: 4rem 1rem 2rem 1rem;
      overflow-y: auto;
      height: fit-content;
      max-height: 80vh !important;
}
}

.other-size-image {
  position: relative;
  right: -1.5rem;
  background: url("/img/content/matras-coner.jpg") right/contain no-repeat;
}

.layer-description {
  padding: 1rem 3rem 1rem 1rem;
  max-width: 250px;
}
  @media print, screen and (min-width: 550px) {
    .layer-description {
      max-width: 300px;
}
}

.buy-panel {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: -1px 1px 5px -2px #000000;
  z-index: 999;
  overflow-y: hidden;
  max-height: 7rem;
  transition: max-height 0.25s ease-in-out;
}
  .buy-panel__content {
    padding: 0 150px;
    box-sizing: border-box;
}
    @media screen and (max-width: 1300px) {
      .buy-panel__content {
        padding: 0 2rem;
}
}
  .buy-panel:not(.visible) {
    max-height: 0;
}
  .buy-panel__photo {
    width: 75px !important;
    height: 75px;
    margin-right: 1rem;
    object-fit: contain;
}
  .buy-panel__title {
    font-family: Circe Bold;
    font-size: 18px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
  .buy-panel__links {
    margin: 0 -0.5rem;
}
    .buy-panel__links > * {
      margin: 0 0.5rem;
}
  .buy-panel__quantity {
    margin: 0 1rem 0 2rem;
}
  .buy-panel .link {
    text-decoration: none;
    font-family: Circe Bold;
    color: #1f50a4;
    white-space: nowrap;
}
  .buy-panel .button-add-cart, .buy-panel .button-go-cart, .buy-panel .link-ozon {
    max-width: 20rem;
    height: 3rem;
    margin-bottom: 0;
    line-height: 2rem;
    white-space: nowrap;
}
  .buy-panel .button-go-cart {
    margin-right: 0.5rem;
}
  .buy-panel .link-ozon {
    margin-right: 1rem;
}

.mobile-buy-panel {
  position: fixed;
  bottom: 100px;
  padding: 1rem;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
  .mobile-buy-panel__counter {
    padding: 0 1rem;
    align-items: center;
    font-size: 18px;
}
    .mobile-buy-panel__counter .quantity-label {
      width: 1.2rem !important;
      border: none !important;
      padding: 0 !important;
}
    .mobile-buy-panel__counter .quantity-button {
      height: 2rem !important;
      width: 2rem !important;
      margin: 0 !important;
      line-height: 2rem;
      text-align: center;
      background-image: none !important;
      border: solid 2px black;
      border-radius: 50%;
}
      .mobile-buy-panel__counter .quantity-button:not(.active) {
        color: #ccc;
        border-color: #ccc;
}
      .mobile-buy-panel__counter .quantity-button.active {
        cursor: pointer;
}
    .mobile-buy-panel__counter__button {
      height: 2rem;
      width: 2rem;
      line-height: 2rem;
      text-align: center;
      border: solid 2px black;
      border-radius: 50%;
      user-select: none;
}

#widget_photoPreview .widget-content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
}
#widget_photoPreview .header {
    margin-top: 0;
    padding-left: 3rem;
    padding-bottom: 0.5rem;
    font-family: 'Circe Bold';
    font-size: 30px;
    font-weight: 700;

}
  #widget_photoPreview .photo-view {
    margin-top: 0;
    height: calc(100% - 7rem);
    align-items:center;
}

#widget_photoPreview .product-main-info {
  width: 25rem;
  margin-right: 2rem;
}

#widget_photoPreview .photo-list {
  width: fit-content;
  max-height: calc(100vh - 8.5rem);
  padding: 0 2rem 0 1rem;
  user-select: none;
}
  #widget_photoPreview .photo-list .photo {
    width: 5rem !important;
    height: 4rem;
    margin: 0.5rem 0;
    object-fit: contain;
    border: solid 1px #bbc;
    cursor: pointer;
    transition: 0.2s;
}
    #widget_photoPreview .photo-list .photo:hover {
      box-shadow: 0px 0px 6px -2px #000000;
}
  #widget_photoPreview .photo-list .photo.selected {
    border: solid 2px #1f50a4;
}
  #widget_photoPreview .photo-list.small-visible {
    padding: 0 !important;
}
#widget_photoPreview .button-next, #widget_photoPreview .button-previous {
  position: absolute;
  top: calc(50% - 2rem);
  background-size: 25%;
  border-radius: 50%;
  box-shadow: rgba(0, 26, 52, 0.16) 0px 4px 16px 1px;
}
  @media screen and (max-width: 550px) {
    :not(.widget-content) > #widget_photoPreview .button-next, :not(.widget-content) > #widget_photoPreview .button-previous {
      display: none;
}
}
#widget_photoPreview .button-next {
  margin-left: 1rem;
}
#widget_photoPreview .button-previous {
  margin-right: 1rem;
}
#widget_photoPreview .button-3d, #widget_photoPreview .photo-button.video {
  width: 5rem !important;
  height: 4rem;
  padding: 1.2rem 0.5rem 0.5rem 2.5rem;
  margin-right: 1.5rem;
  font-size: 18px;
  border: solid 1px #bbc;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  transition: 0.2s;
}
  #widget_photoPreview .button-3d.selected, #widget_photoPreview .photo-button.video.selected {
    border: solid 2px #40b6e9;
    padding-right: calc(0.5rem - 2px);
}
  #widget_photoPreview .button-3d:hover, #widget_photoPreview .photo-button.video:hover {
    box-shadow: 0px 0px 6px -2px #000000;
}
#widget_photoPreview .button-3d {
  background: url(/themes/default/icons/svg/3dicon.svg) no-repeat 0.5rem/1.5rem;
}
#widget_photoPreview .photo-button.video {
  flex: 0 0 auto !important;
  background: url(/themes/default/icons/svg/product2/vk-video.png) no-repeat center/2.5rem;
}
#widget_photoPreview .row.align-middle {
  height: 100%;
}
#widget_photoPreview .button-3d-mobile {
  position: relative;
  width: 75px;
  height: 25px;
  padding: 0.1em 0 0 0.6rem;
  margin-left: 2rem;
  border-radius: 20px;
  font-family: Circe Bold;
  font-size: 16px;
  color: #717171;
  box-shadow: 2px 2px 4px -2px black inset;
  cursor: pointer;
  user-select: none;
}
  #widget_photoPreview .button-3d-mobile::before, #widget_photoPreview .button-3d-mobile::after {
    display: block;
    position: absolute;
    top: -0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    box-sizing: border-box;
    padding: 0.45rem 0.5rem;
    font-family: Circe Bold;
    font-size: 20px;
    color: white;
    background-color: #40b6e9;
    border-radius: 50%;
    box-shadow: black 2px 2px 4px -2px;
}
  #widget_photoPreview .button-3d-mobile::after {
    content: "";
    right: -0.5rem;
    background: #40b6e9 url("/themes/default/icons/svg/camera_white.svg") center no-repeat;
}
  #widget_photoPreview .button-3d-mobile::before {
    content: '3D';
    left: -0.5rem;
}
  #widget_photoPreview .button-3d-mobile.selected::after {
    display: none;
}
  #widget_photoPreview .button-3d-mobile:not(.selected)::before {
    display: none;
}
@media print, screen and (min-width: 550px) {
  #widget_photoPreview .photo-container {
    width: 100%;
    max-width: 1000px;
    max-height: 48vw;
}
}
@media screen and (max-width: 550px) {
  #widget_photoPreview .photo-container {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100vw - 6rem);
    height: calc(100vh - 11rem);
    margin: 3rem 0rem 0 3rem;
}
}
#widget_photoPreview canvas.photo {
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
#widget_photoPreview #photo_preview, #widget_photoPreview #frame_video_preview {
  width: 100%;
  max-height: calc(100vh - 8rem);
  object-fit: contain;
}
  @media screen and (max-width: 550px) {
    #widget_photoPreview #photo_preview, #widget_photoPreview #frame_video_preview {
      max-height: 100vh;
}
}
#widget_photoPreview #frame_video_preview {
  position: relative;
  height: 48vh;
  z-index: 2;
}
#widget_photoPreview .button-previous {
  left: 1rem;
}
#widget_photoPreview .button-next {
  right: 1rem;
}
@media print, screen and (min-width: 835px) {
  #widget_photoPreview {
      z-index: 10000001;
        /*
        .button-next, .button-previous
        {
            position: absolute;
            top: 0;

            width: 50%;
            height: 100%;

            margin: 0 !important;

            background: none;

}

        .button-previous
        {
            left: 0;
            cursor: url("/themes/default/icons/svg/product2/arrow-left.svg"), pointer;

}

        .button-next
        {
            right: 0;
            cursor: url("/themes/default/icons/svg/product2/arrow-right.svg"), pointer;

}

        .photo-list
        {
            z-index: 1;

}

        */
}
    #widget_photoPreview .button-close {
      right: 1rem;
      top: 1rem;
      width: 3rem;
      height: 3rem;
      background-size: 2rem;
      background-position: center;
}
}

.form > * {
  min-height: 4.375rem;
  margin-bottom: 1rem;
}
.form input, .form textarea {
  width: 100%;
  resize: none;
}
.form #input_comment_text {
  height: 9.8rem;
}
  @media screen and (max-width: 550px) {
    .form #input_comment_text {
      height: 5.5rem;
}
}
.form.row.vertical {
  height: 100%;
}
@media print, screen and (min-width: 835px) {
  .form.row.large-vertical {
    height: 100%;
}
}
@media screen and (max-width: 550px) {
  .form input {
    height: 2rem !important;
}
  .form textarea {
    height: 3.5rem;
}
  .form #input_comment_text {
    height: 4.5rem;
}
}
@media screen and (max-width: 350px) {
  .form {
    margin-top: -0.5rem;
}
    .form > * {
      margin-bottom: 0.5rem;
}
    .form textarea {
      height: 3rem;
}
    .form #input_comment_text {
      height: 4rem;
}
}

.form-rate {
  margin-bottom: 2rem;
}
  @media screen and (max-width: 550px) {
    .form-rate {
      margin-top: 1rem !important;
      margin-bottom: 0.5rem;
}
}
  @media screen and (max-width: 350px) {
    .form-rate {
      margin-top: 0.5rem !important;
      margin-bottom: 0;
}
}

#input_comment {
  height: 100%;
  margin: 0;
}

#button_sendComment {
  width: 100%;
  margin-top: 1.35rem;
  background-color: #40b6e9;
  color: white;
}
  @media screen and (max-width: 550px) {
    #button_sendComment {
      margin-top: 1rem;
}
}
  @media screen and (max-width: 350px) {
    #button_sendComment {
      margin-top: 0.5rem;
}
}

#widget_otherSize > .widget-content {
  max-width: 600px;
}

#widget_buyNow .widget-content {
  max-width: 42rem;
}
  #widget_buyNow .widget-content > .header:first-child {
    padding: 0 0 0 1.5rem;
}
  @media print, screen and (min-width: 550px) {
    #widget_buyNow .widget-content {
      padding: 3.5rem 0 0 1.5rem;
}
}
#widget_buyNow .product-buy-now > *:first-child {
  padding: 0 1rem 1.5rem 0;
}
  @media screen and (max-width: 550px) {
    #widget_buyNow .product-buy-now > *:first-child {
      margin-bottom: 0.5rem;
}
}
#widget_buyNow .product-buy-now > *:last-child {
  margin-top: -1.5rem;
  padding: 0 1rem 1.5rem 1rem;
}
#widget_buyNow .product-buy-now > * > *:not(:last-child) {
  margin-bottom: 1rem;
}
#widget_buyNow .product-buy-now input {
  width: 100%;
  box-sizing: border-box;
}
#widget_buyNow .product-buy-now label {
  line-height: 2.8em;
}
#widget_buyNow .product-buy-now .button {
  min-width: 12rem;
  color: white;
  background-color: #40b6e9;
}
@media screen and (max-width: 550px) {
  #widget_buyNow .product-buy-now {
    margin-top: 0.5rem;
}
}
#widget_buyNow .product-price {
  margin-bottom: 0.5rem;
  font-family: Circe Bold;
  font-size: 25px;
  color: #d11218;
}

.product-quantity > * {
  margin: 0.5rem;
}
.product-quantity .quantity-button {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 1rem;
  user-select: none;
}
  .product-quantity .quantity-button.active {
    cursor: pointer;
}
  .product-quantity .quantity-button.plus {
    background-image: url("/themes/default/icons/svg/product2/plus-gray.svg");
}
    .product-quantity .quantity-button.plus.active {
      background-image: url("/themes/default/icons/svg/product2/plus-blue.svg");
}
  .product-quantity .quantity-button.minus {
    background-image: url("/themes/default/icons/svg/product2/minus-gray.svg");
}
    .product-quantity .quantity-button.minus.active {
      background-image: url("/themes/default/icons/svg/product2/minus-blue.svg");
}
.product-quantity .quantity-label {
  width: 5rem;
  margin: 0.5rem 1rem;
  padding: 0.5rem 2rem;
  border: solid 1px #d9dee0;
  border-radius: 5px;
  text-align: center;
}

@media print, screen and (min-width: 550px) {
  #widget_purchase {
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: flex-end;
}
    #widget_purchase .widget-content {
      width: 80vw;
      max-width: 40rem;
      height: calc(100vh - 10%);
      margin: 0 0 0 0;
      padding: 3.5rem 0 2.5rem 0;
}
      #widget_purchase .widget-content > .header:first-child {
        margin-left: 0;
}
      #widget_purchase .widget-content > :not(.header:first-child):not(.darker):not(.button-close) {
        margin-left: 1.5rem;
        margin-right: 2.5rem;
        width: calc(100% - 4rem);
}
}
@media screen and (max-width: 550px) {
  #widget_purchase .widget-content {
    padding: 4rem 0 0 0;
}
    #widget_purchase .widget-content > .header:first-child {
      padding-left: 0.5rem;
}
    #widget_purchase .widget-content > :not(.header:first-child):not(.darker):not(.button-close) {
      margin-left: 0.5rem;
      margin-right: 1.5rem;
      width: calc(100% - 2rem);
}
  #widget_purchase .button-close {
    right: 0.5rem;
    top: 1.4rem;
}
}
@media print, screen and (min-width: 835px) {
  #widget_purchase .widget-content {
    overflow-x: hidden;
    overflow-y: auto;
}
}
#widget_purchase :not(.card) .photo {
  margin-top: 0.5rem;
}
#widget_purchase .product-size-and-price {
  line-height: 34px;
  color: #B2BABE;
}
  #widget_purchase .product-size-and-price .highlight {
    color: #313131;
}
#widget_purchase .product-adds {
  margin-bottom: 1rem;
  color: #B2BABE;
}
#widget_purchase .product-buttons {
  padding: 1.5rem 1rem;
}
  @media print, screen and (min-width: 550px) {
    #widget_purchase .product-buttons > * {
      width: calc(50% - 2.5rem);
      margin: 0 0.5rem;
}
}
  @media screen and (max-width: 550px) {
    #widget_purchase .product-buttons > * {
      width: calc(100% - 2rem);
}
      #widget_purchase .product-buttons > *:first-child {
        margin-bottom: 0.5rem;
}
}
#widget_purchase .header.small {
  margin-top: 0.5rem;
  font-size: 20px;
}
#widget_purchase .features {
  position: relative;
  margin: 0 2rem 0 1rem !important;
}
  #widget_purchase .features .feature {
    flex-wrap: wrap;
    min-height: 12rem;
    max-width: 20rem;
    margin: 0.5rem;
}
    #widget_purchase .features .feature > * {
      margin-right: 0 !important;
}
    #widget_purchase .features .feature img {
      width: 100% !important;
      height: 6rem;
      margin-bottom: 1rem;
}
    #widget_purchase .features .feature .feature-name {
      margin-bottom: 2.5rem;
      max-height: 5rem;
      overflow: hidden;
}
    #widget_purchase .features .feature .feature-price {
      bottom: 0.5rem;
}
    #widget_purchase .features .feature::before, #widget_purchase .features .feature::after {
      top: unset;
      bottom: 0.5rem;
      right: 0.5rem;
      width: 2rem;
      height: 2rem;
}
    @media print, screen and (min-width: 550px) {
      #widget_purchase .features .feature {
        width: calc(100% / 3 - 1rem);
}
}
  @media print, screen and (min-width: 550px) {
    #widget_purchase .features {
      width: calc(100% - 3rem) !important;
}
}
  @media screen and (max-width: 550px) {
    #widget_purchase .features {
      width: calc(100% - 1rem) !important;
      justify-content: center;
}
}

#widget_stores {
  z-index: 6000000;
}
  #widget_stores .widget-content {
    max-width: 48rem;
    min-width: 20rem;
}
    #widget_stores .widget-content #map_stores {
      min-height: 20rem;
      max-height: 40rem;
}
    @media print, screen and (min-width: 550px) {
      #widget_stores .widget-content {
        width: 50vw;
}
        #widget_stores .widget-content #map_stores {
          height: 50vw;
}
}
    @media screen and (max-width: 550px) {
      #widget_stores .widget-content {
        max-width: 100vw;
}
        #widget_stores .widget-content #map_stores {
          height: 50vh;
}
}
