.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");
}


.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.product-card:hover {
  border: solid 1px #40b6e9;
  -webkit-box-shadow: 0px 0px 6px -2px #000000;
          box-shadow: 0px 0px 6px -2px #000000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product-card > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card > * > * {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.product-card .photo {
  position: relative;
  height: 11rem;
}
.product-card .photo img {
  width: 100%;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .photo .thumbnail {
  -o-object-fit: cover;
     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 {
  position: relative;
  height: 2.5rem;
}
.product-card .photo-and-tags .badges {
  position: absolute;
  max-width: calc(100% - 4rem);
  margin: -0.25rem;
  z-index: 1;
}
.product-card .photo-and-tags .badge {
  margin: 0.25rem;
}
.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 {
    -webkit-filter: brightness(0.973);
            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 {
  -ms-flex-item-align: end;
      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-yapay-badge {
  width: 100%;
  margin-top: -0.75rem;
  margin-bottom: 0.75rem;
}
.product-card .product-params {
  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 {
  margin-left: auto;
  text-align: right;
}
.product-card .product-icons > .column:not(.expand) {
  margin-right: 0.5rem;
}
.product-card .product-params.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 (max-width: 350px) {
  .product-card {
    padding: 0.5rem;
  }
}

.product-card.full {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 20rem;
  margin: 0;
  padding: 0.5rem;
  font-size: 14px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-card.full .product-comments {
  margin-left: 0.75rem;
}
.product-card.full .button-add-placeholder {
  -webkit-box-shadow: none !important;
          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 .product-card__inner {
  width: 100%;
  height: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border-radius: 0.5rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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 > *:not(:last-child) {
  margin-right: 0.5rem;
}
.product-card.full .product-params, .product-card.full .select2, .product-card.full .button {
  margin-bottom: 1rem;
}
.product-card.full .select2-selection {
  font-size: 16px;
  border: none !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
          box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
}
.product-card.full .button {
  width: 100%;
}
.product-card.full .product-buy-count {
  font-family: Circe Regular;
  color: #a5adb1;
}
@media print, screen and (min-width: 835px) {
  .product-card.full:hover .product-card__inner, .product-card.full.hover .product-card__inner {
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    padding: 1rem;
    background-color: white;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
            box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
    -webkit-transition: none;
    transition: none;
    z-index: 2;
  }
  .product-card.full:hover .product-photo, .product-card.full.hover .product-photo {
    display: none;
  }
  .product-card.full:not(:hover):not(.hover) .product-card__detail {
    display: none;
  }
  .product-card.full:not(:hover):not(.hover) .product-second-photo {
    display: none;
  }
}
@media screen and (max-width: 835px) {
  .product-card.full .product-card__inner {
    padding: 1rem;
    background-color: #f7f8f8;
  }
  .product-card.full .photo-and-tags {
    padding: 0;
  }
  .product-card.full .photo-and-tags::after {
    display: none;
  }
  .product-card.full .photo-and-tags img {
    -webkit-filter: brightness(0.973);
            filter: brightness(0.973);
  }
}
@media screen and (max-width: 550px) {
  .product-card.full {
    max-width: 100% !important;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 550px) and (max-width: 835px) {
  .product-card.full {
    max-width: 50% !important;
  }
}

.add-buttons {
  margin: 0.5rem 0 -0.5rem -1rem;
}

.button-compare, .button-favorite {
  width: 1.4rem;
  height: 1.3rem;
  margin: 0.1rem 0 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.button-favorite {
  background-image: url("/themes/default/icons/svg/product2/favorite.svg");
}
.button-favorite.active {
  background-image: url("/themes/default/icons/svg/product2/favorite-active.svg?1");
}
@media print, screen and (min-width: 835px) {
  .button-favorite:hover {
    background-image: url("/themes/default/icons/svg/product2/favorite-active.svg?1");
  }
}

.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;
}
.products-list .flex-placeholder {
  max-width: 48rem;
  min-width: 16rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 835px) {
  .products-list {
    margin-left: 0;
    width: 100%;
  }
}

#popup_notFound {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -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;
}
.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.model {
  line-height: 1.4rem !important;
}
.badge.hit {
  border-color: #40b6e9;
}
.badge.ozon {
  border-color: #005bff;
}
.badge.friday {
  border-color: black;
  background-color: black;
  color: #FFEE99;
}
.badge.dacha {
  border-color: #10c44c;
}
.badge.newyear {
  border-color: #5aa2d1;
}
.badge.discount {
  border-color: #d11218;
  background-color: #d11218;
  color: white;
  font-family: Circe Regular;
}

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

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

.icon.favorite-active {
  background-image: url("/themes/default/icons/svg/catalog2/favorite-active.svg");
}

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

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

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

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

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

.products-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.catalog__banner {
  min-height: 20rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem;
}
@media screen and (max-width: 608px) {
  .catalog__banner--width-1 {
    width: 100% !important;
    padding: 2rem 0;
  }
  .catalog__banner--width-2 {
    width: 100% !important;
    padding: 2rem 0;
  }
  .catalog__banner--width-3 {
    width: 100% !important;
    padding: 2rem 0;
  }
  .catalog__banner--width-4 {
    width: 100% !important;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 607px) and (max-width: 835px) {
  .catalog__banner--width-1 {
    width: 50% !important;
  }
  .catalog__banner--width-2 {
    width: 100% !important;
    padding: 2rem 0;
  }
  .catalog__banner--width-3 {
    width: 100% !important;
    padding: 2rem 0;
  }
  .catalog__banner--width-4 {
    width: 100% !important;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 834px) and (max-width: 1133px) {
  .catalog__banner--width-1 {
    width: 100% !important;
    padding: 2rem 0;
  }
  .catalog__banner--width-2 {
    width: 100% !important;
    padding: 2rem 0;
  }
  .catalog__banner--width-3 {
    width: 100% !important;
    padding: 2rem 0;
  }
  .catalog__banner--width-4 {
    width: 100% !important;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1132px) and (max-width: 1405px) {
  .catalog__banner--width-1 {
    width: 50% !important;
  }
  .catalog__banner--width-2 {
    width: 100% !important;
    padding: 2rem 0;
  }
  .catalog__banner--width-3 {
    width: 100% !important;
    padding: 2rem 0;
  }
  .catalog__banner--width-4 {
    width: 100% !important;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1405px) {
  .catalog__banner--width-1 {
    width: calc(25% * 1) !important;
  }
  .catalog__banner--width-2 {
    width: calc(25% * 2) !important;
  }
  .catalog__banner--width-3 {
    width: calc(25% * 3) !important;
  }
  .catalog__banner--width-4 {
    width: calc(25% * 4) !important;
    padding: 2rem 0;
  }
}
.catalog__banner__image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.catalog__banner__bkg {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bold {
  font-family: Circe Bold;
  color: #313131;
}

.products-count {
  font-family: Circe Bold;
  color: #da554d;
}

.select2-selection__arrow {
  width: 12px !important;
  margin-top: 0;
  background-image: url("/themes/default/icons/svg/catalog2/arrow-black.svg");
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

#button_more {
  margin-top: 1rem;
}

#button_showFilter + .tags, .column-main > .tags:first-child {
  margin-bottom: 1rem;
}

@media screen and (max-width: 835px) {
  #button_showFilter, #button_applyFilter, #button_clearFilter, .button-add-product, .button-add-placeholder {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pageTitle {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 835px) {
  .column-menu {
    width: 17rem !important;
  }
}
.column-menu.disabled .select2-container, .column-menu.disabled .checkbox, .column-menu.disabled .input-range {
  cursor: default !important;
  pointer-events: none !important;
}

.column-main {
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 835px) {
  .column-main {
    width: calc(100% - 17rem) !important;
    padding-left: 3rem;
  }
  .test-design .column-main {
    width: calc(100% - 15rem) !important;
    margin-right: -2rem;
  }
}
@media screen and (max-width: 835px) {
  .column-main {
    margin-top: 2rem;
  }
}

.column-menu > .button, .column-main > .button {
  width: 100%;
  margin-top: 2rem;
}

.top-description {
  padding: 1rem;
  margin: 2rem 0;
  background-color: #f7f8f8;
  border-radius: 0.5rem;
}
.top-description ol {
  -webkit-padding-start: 1em;
     -moz-padding-start: 1em;
          padding-inline-start: 1em;
}
.top-description ol li {
  padding-left: 1rem;
}

.tags {
  margin-top: -0.5rem;
}
.tags > :not(:last-child) {
  margin-right: 0.5rem;
}
.tags .tag, .tags .tag-link {
  margin-top: 0.5rem;
  height: 1.8rem;
  padding: 0.5rem;
  font-family: Circe Bold !important;
  font-size: 14px;
  color: #313131 !important;
  text-decoration: none !important;
  line-height: 14px;
  background-color: #f7f8f8;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tags .tag.selected, .tags .tag-link.selected {
  background-color: #40b6e9;
  color: white !important;
}
@media screen and (max-width: 835px) {
  .tags .tag, .tags .tag-link {
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.5rem;
    padding: 0.85rem;
  }
}
.tags .select2-container, .tags .select2-selection, .tags select {
  height: 1.8rem !important;
}
.tags .select2-container, .tags select {
  margin-top: 0.5rem !important;
}
.tags .select2-selection, .tags select {
  padding: 0 !important;
  background-color: #1f50a4 !important;
  color: white;
  font-size: 14px !important;
}
.tags .select2-selection__rendered {
  padding-right: 40px !important;
  line-height: 28px !important;
  color: white !important;
}
.tags .select2-selection__arrow {
  width: 9px !important;
  margin-top: 11px;
  background-image: url("/themes/default/icons/svg/catalog2/arrow-white.svg");
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.pager {
  margin-top: 2rem;
}
.pager > * {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 2.25rem;
  background-color: #f2f2f2;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pager > *.selected {
  background-color: #40b6e9;
  color: white;
}
.pager > *:not(:last-child) {
  margin-right: 0.5rem;
}
.pager > *:not(.selected):hover {
  background-color: #ccc;
}

.call-us {
  max-width: 50rem;
  margin: 5rem auto 0 auto;
  padding: 20px;
  border: solid 2px #40b6e9;
  border-radius: 5px;
  font-size: 16px;
  font-family: Circe Regular;
}
.call-us a {
  text-decoration: none !important;
  font-family: Circe Bold !important;
  white-space: nowrap;
}
.call-us input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.call-us input.invalid {
  border-color: #e30a1b;
}
.call-us .button {
  width: 100%;
  height: 3rem;
  padding: 0.75rem;
}
.call-us .row > .column {
  padding: 0 0.5rem;
}
@media screen and (max-width: 550px) {
  .call-us .row > .column {
    padding: 0.5rem 0;
  }
}
.call-us .cbfl {
  float: none !important;
  clear: none !important;
  margin: 2rem 0;
  text-align: center;
}
.call-us .hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  font-size: 12px;
  font-family: Circe Regular;
  color: #ccc;
}
.call-us .hint::before {
  content: "*";
  width: 0.75rem;
}

.description {
  margin-top: 5rem;
}

.article-banner {
  width: 100% !important;
  margin: 4rem 0.5rem 6rem 0.5rem;
}
.article-banner__content {
  height: 12rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f8f8;
  border-radius: 1rem;
  color: #313131 !important;
  text-decoration: none !important;
}
.article-banner__content > :not(:first-child) {
  padding: 1rem 2rem;
}
.article-banner__content > :not(:last-child) {
  height: 100%;
}
.article-banner__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.article-banner__title {
  position: relative;
  font-family: Circe Bold;
  font-size: 32px;
}
.article-banner__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-banner__time-to-read {
  margin-top: 0.5rem;
  font-size: 14px;
}
.article-banner__button {
  min-width: 12rem;
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1405px) {
  .article-banner__content {
    position: relative;
  }
  .article-banner__content > * {
    width: 100% !important;
  }
  .article-banner__content > :not(.first-child) {
    position: absolute;
  }
  .article-banner__content > :last-child {
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: center;
  }
  .article-banner__image {
    -webkit-filter: brightness(0.75);
            filter: brightness(0.75);
  }
  .article-banner__info {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .article-banner__title, .article-banner__text {
    color: white;
    -webkit-filter: drop-shadow(0 2px 6px black);
            filter: drop-shadow(0 2px 6px black);
  }
  .article-banner__title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  .article-banner__button {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
  }
  .article-banner__time-to-read {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .article-banner__content {
    height: 16rem;
  }
  .article-banner__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    white-space: normal;
    line-height: 1.2;
  }
  .article-banner__text {
    -webkit-line-clamp: 4;
    font-size: 14px;
  }
}

.image-main, .article img {
  width: 100%;
  height: auto;
  max-height: 50rem;
  margin: 3rem 0;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.article-content .image-main {
  margin-top: 1rem;
}
.article-content .article {
  font-size: 18px !important;
}
.article-content .article section {
  margin-bottom: 2rem;
}
.article-content .article section + img {
  margin-top: 1rem;
}
.article-content .article br {
  line-height: 150%;
}
.article-content .article table {
  table-layout: auto !important;
}

#widget_article > .widget-content {
  max-width: 1000px;
}
#widget_article > .widget-content > .header {
  font-family: Circe Bold;
  font-size: 32px;
  height: 3.5rem;
}
@media screen and (max-width: 835px) {
  #widget_article > .widget-content > .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 7rem;
    margin-top: -4rem;
    white-space: unset;
    overflow: auto;
  }
}
#widget_article > .widget-content .article-content {
  max-height: 80vh;
  overflow: auto;
  padding-right: 1.5rem;
}
@media screen and (max-width: 550px) {
  #widget_article > .widget-content .article-content {
    max-height: calc(100vh - 6rem);
  }
}
@media screen and (max-width: 835px) {
  #widget_article > .widget-content .article-content {
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 550px) {
  #widget_article > .widget-content .article-content .row {
    margin: 0 -1rem 2rem -1rem;
  }
  #widget_article > .widget-content .article-content .row > * {
    margin: 0 1rem;
  }
  #widget_article > .widget-content .article-content .row > :not(.header) {
    width: calc(50% - 2rem);
  }
  #widget_article > .widget-content .article-content .row > .header {
    width: 100%;
  }
}
@media screen and (max-width: 835px) {
  #widget_article > .widget-content {
    overflow-y: hidden;
  }
  #widget_article > .widget-content .button-close {
    top: 3rem;
  }
}

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

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

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

#widget_promoPopup > .widget-content {
  padding: 0;
}
#widget_promoPopup > .widget-content img {
  margin-bottom: -0.5rem;
}
#widget_promoPopup > .widget-content .button-close {
  right: 2%;
  top: 1.5%;
  width: 9%;
  height: 7%;
  opacity: 0;
}
@media print, screen and (min-width: 835px) {
  #widget_promoPopup > .widget-content {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  #widget_promoPopup > .widget-content img {
    max-height: 75vh;
    max-width: 75vw;
  }
}
@media screen and (max-width: 835px) {
  #widget_promoPopup > .widget-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: center;
        align-self: center;
  }
  #widget_promoPopup > .widget-content .promo-image-container {
    aspect-ratio: 3/4;
  }
  #widget_promoPopup > .widget-content .promo-image-container img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 550px) and (max-width: 835px) {
  #widget_promoPopup > .widget-content .promo-image-container {
    max-width: 80vw;
    max-height: 80vh;
  }
}
