.products_nov_list {
  margin-top: 24px;
  margin-bottom: 32px;
  text-align: center;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
} 

.products_nov_list .products__item {
  margin: 0 auto;
}

@media (max-width: 1120px) {
  .products_nov_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 870px) {
  .products_nov_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .products_nov_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product_block .item__info__btns {
  display: flex;
  justify-content: center;
}

.product_block .item__info__btns .btn_cart {
  margin: 0;
}

.product_block .item__info__price {
  width: 100%;
  text-align: center;
}

.products_nov_list .products__link {
  height: 48px;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  color: #70757b;
  font-weight: bold;
}

.products_nov_list .shop_price_value, 
.product_block .shop_price_value{
  position: static !important;
}

.smm-fixed {
  right: 0;
  left: auto !important;
}

.i_right_block_icons {
  margin-top: 0;
  margin-bottom: 48px;
}

.item .item__info__price b {
  color: #ED1C3E;
}

.item .item__price__block {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.item .item__info__btns {
  margin: 0;
}

.item .btn_cart {
  margin: 0;
}

#par_header + ul {
  margin-bottom: 32px;
}

.item .razmer {
  margin-bottom: 2px;
}

.size_help {
  margin-bottom: 32px;
  font-size: 12px;
}

.item .item__info__unit {
  margin-top: 4px;
}

/* .takge_block .products__item,
.recent_block .products__item {
  width: auto !important;
}

.takge_block, 
.recent_block {
  display: flex;
  grid-gap: 24px 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);

}

@media (max-width: 768px) {
  .takge_block, 
  .recent_block {
    grid-template-columns: repeat(2, 1fr);
  }
} */

.page__userpage {
    margin-bottom: 32px; }

.userpage__avatar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 32px); }
.userpage__avatar img {
    display: block;
    border-radius: 50%; }
.userpage__info {
  margin-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 32px); }
.userpage__item {
  font: 400 14px/16px museo, Arial, Helvetica; }
.userpage__item img {
    vertical-align: top; }
.userpage__title {
  font: 600 14px/16px museo, Arial, Helvetica; }
.userpage__item + .userpage__item,
.userpage__title + .userpage__item {
  margin-top: 8px; }
.userpage__item + .userpage__title {
  margin-top: 16px; }
.userpage__balance {
  margin-top: 24px; }
.userpage__options {
  margin-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 32px); }


  .table table {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 32px;
  border-collapse: collapse; }
.table th {
  padding: 16px;
  font: 600 13px/24px museo, Arial, Helvetica;
  vertical-align: top; }
.table td {
  padding: 16px;
  font: 400 14px/24px museo, Arial, Helvetica;
  vertical-align: middle; }
.table tr {
  border-bottom: 1px solid #e7e7e7;
  /* //Таблицы в интерфейсе: разделитель строк */ }
.table tr:nth-child(even) {
    background-color: #fcfcfc;
    /* //Таблицы в интерфейсе: чётные строки */ }
.table thead tr,
.table .table__header {
  border-bottom: 2px solid #793C39;
  /* //Таблицы в интерфейсе: разделитель шапки */ }
.table__td--valign_center {
  text-align: center; }
.table__note {
  font: 400 13px/16px museo, Arial, Helvetica;
  margin-top: 8px; }
.table__highlight {
  font: 600 13px/16px museo, Arial, Helvetica; }
.table__old {
  font: 400 13px/16px museo, Arial, Helvetica;
  text-decoration: line-through;
  color: #999999; }
.table__total {
  background-color: #fcfcfc;
  /* //Таблицы в интерфейсе: фон итоговой строки */ }
.table__total td {
    font: 600 14px/16px museo, Arial, Helvetica;
    font-weight: 600; }
.table__cross {
  margin: auto; }
.table img {
  min-width: 50px; }
.table--scroll {
  overflow-x: auto;
  width: 100%; }
.table__num {
  margin: 0 auto; }

.button_advice {
  margin-top: 24px;

  background-color: white !important;
  border: 1px solid #f14e57 !important;
  color: #f14e57 !important;
  box-shadow: none !important;
}

.button_advice:hover {
  background-color: #f14e57 !important;
  color:  white !important;
}

@media screen and (max-width: 768px) {
  .table--responsive thead th {
    display: none; }
  .table--responsive tr {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0; }
  .table--responsive td {
    padding: 8px;
    text-align: center; }
  .table--responsive td:before {
    display: block;
    font: 600 14px/16px museo, Arial, Helvetica;
    content: attr(data-label); }
  .table--responsive .table__total {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .table--responsive .table__total td {
      text-align: left; } 
}

@media screen and (max-width: 480px) {
  .modal__dialog {
    min-width: 100%;
    min-height: 100%;
    margin: auto;
  }
}

/* MODAL */
.js-modal-open {
  overflow: hidden; }
.modal {
  position: fixed;
  z-index: 9990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
.js-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
.modal__dialog {
    background-color: white;
    /* //Модальное окно: фон */
    position: relative;
    min-height: 0;
    min-width: 0;
    max-width: 520px;
    width: 100%;
    margin: 50px auto;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.08); }
.modal--open .modal__dialog {
      -webkit-animation: modal-content-show 0.3s 1 both;
              animation: modal-content-show 0.3s 1 both; }
.modal__note {
    font: 400 14px/24px "Montserrat", Helvetica, sans-serif;
    margin-bottom: 16px; }
.modal__header {
    padding: 24px 32px;
    border-bottom: 1px solid #793C39;
    /* //Модальное окно: разделитель шапки */ }
.modal__title {
    font: 500 24px/40px "museo", Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 0;}
.modal__close {
    position: absolute !important;
    padding: 0;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    top: 16px;
    right: 16px;
    background-color: #e6e6e6;
    /* //Модальное окно: кнопка закрыть */
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    cursor: pointer;
    border: none; }
.modal__close:hover {
      background-color: #793C39;
      /* //Модальное окно: кнопка закрыть при наведении */ }
.modal__close:hover .modal__cross {
        color: white;
        /* //Модальное окно: иконки закрыть при наведении */ }
.modal__cross {
    display: block;
    color: #333333;
    /* //Модальное окно: иконка закрыть */
    -webkit-transition: color 0.4s;
    transition: color 0.4s; }
.modal__body {
    padding: 16px 24px 16px; }
.modal__field-block {
    margin-bottom: 16px; }
.modal__field-block:last-child {
      margin-bottom: 0; }
.modal__label {
    display: block;
    margin-bottom: 8px;
    font: 400 14px/24px "Montserrat", Helvetica, sans-serif;
    cursor: pointer; }
.modal__label span {
      color: #ff0000;
      /* //Модальное окно: звёздочка обязательно для заполнения */ }
.modal__checkbox {
    margin-bottom: 24px; }
.modal__links {
    margin-top: 24px; }
.modal__links a {
      margin-right: 24px; }
.modal__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 32px;
    background-color: #f2f2f2;
    /* //Модальное окно: фон подвала */ }
.modal__error {
    padding: 16px 24px;
    font: 400 13px/16px "Montserrat", Helvetica, sans-serif;
    color: #ff0000;
    width: 100%;}
.modal__backdrop {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-animation: modal-backdrop-show 0.3s;
            animation: modal-backdrop-show 0.3s; }

.modal .field-input {
  width: 100% !important;
} 

.modal__close img {
  display: block;
}

#scrolled-socials i {
  text-align: left;
}

/* SOCIAL */
.social-block {
  display: flex;
  align-items: center;
}
.social-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style-type: none; }
.social-block__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50px; }
.social-block__item:last-child {
    margin-right: 0; }
.social-block__item--telegram {
    background-color: #30a3e6; }
.social-block__item--viber {
    background-color: #7360f2; }
.social-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none; }
.social-block__icon {
  color: #ffffff; }
.social-block__title {
  font: 400 14px/20px "Montserrat",Arial,Helvetica;
  text-align: right;
  padding-left: 8px;
  padding-right: 8px;
}


.takge_block, 
.recent_block {
  margin-left: -8px;
  margin-right: -8px;  
}

.takge_block  .products__item, 
.recent_block .products__item {
  margin-left: 8px !important;
  margin-right: 8px !important;
  margin-bottom: 16px !important;
  width: calc(25% - 16px);
}

@media (max-width: 768px) {
.takge_block .products__item, 
.recent_block .products__item {
      width: calc(50% - 16px);
      margin-bottom: 16px !important;
  }
}

/* @media (max-width: 640px) {
  .products_catalog .products__item {
      width: 100%;
      max-width: 480px;
  }
} */

.team {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 24px;
}

.team__item {
  width: calc(50% - 24px);
}

.team__img {
  display: block;
  margin-bottom: 12px;
  width: 100%;
}

.team__name {
  font-size: 18px;
  font-weight: 500;
}

.visually-hidden {
  position: absolute;

  overflow: hidden;
  clip: rect(0 0 0 0);

  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;

  border: 0;
}


@-webkit-keyframes modal-backdrop-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes modal-backdrop-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes modal-content-show {
  0% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }
@keyframes modal-content-show {
  0% {
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }