@charset "UTF-8";
.b-page_layout-similar-products .b-item-list_additional {
  display: none !important; }

.b-item-full__content {
  display: flex;
  flex-direction: column; }

.b-item-full__description {
  display: flex;
  flex-direction: column; }

.b-item-full__description .b-item-full__header {
  order: 1; }

.b-item-full__description > span {
  order: 2;
  display: flex;
  flex-direction: column-reverse; }

.b-item-full__description > span .b-item-full__text {
  margin-top: 15px; }

.b-item-full__description .b-item-full__price {
  order: 3; }

.b-item-full__description .b-item-full__form {
  order: 4; }

@media screen and (min-width: 1010px) {
  /*body.controller-welcome .b-page__content__inner.b-page__content__inner_content {
    max-width: 100%;
  }
  
  body.controller-welcome .b-item-list_catalog {
    max-width: 100%;
  }*/
  body.controller-welcome .b-item-list_catalog .b-item-list__item {
    width: 20%;
    padding-left: 10px; }
  .b-item-full__content {
    flex-direction: row;
    justify-content: space-between; } }

.u-title, .b-item-full__other-title, .b-cabinet__orders_title {
  display: none !important; }

.b-item-full__description > span > span::before {
  content: "Размерная сетка"; }

.b-item-full__description > span > span {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
  order: 2;
  letter-spacing: 1px; }

.b-item-full__description > span {
  display: flex;
  flex-direction: column; }

.b-item-full__description > span img {
  order: 3;
  margin-bottom: 20px; }

.top-banner {
  background-color: #d89fca; }

.b-notice_error {
  display: none !important; }
