@charset "UTF-8";
.page-title {
  color: #FFF;
  font-family: Bounded;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 46px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .page-title {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.shop_group_description {
  color: #FFF;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .shop_group_description {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .shop_group_description {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.sorting-inline {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 45px;
}
@media (max-width: 540px) {
  .sorting-inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.sorting-inline .sorting__label {
  color: #FFF;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 540px) {
  .sorting-inline .sorting__label {
    font-size: 14px;
  }
}
.sorting-inline .sorting__links {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 540px) {
  .sorting-inline .sorting__links {
    gap: 10px;
  }
}
.sorting-inline .sorting__links a {
  color: rgba(255, 255, 255, 0.5);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  display: inline-block;
}
@media (max-width: 540px) {
  .sorting-inline .sorting__links a {
    font-size: 14px;
  }
}
.sorting-inline .sorting__links a.is-active {
  color: #FFF;
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
@media (hover: hover) {
  .sorting-inline .sorting__links a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.6);
  }
}
.sorting-inline .sorting__links a.is-active {
  pointer-events: none;
  cursor: default;
}
.shop_container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 304px));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .shop_container {
    grid-template-columns: repeat(3, minmax(0, 304px));
  }
}
@media (max-width: 768px) {
  .shop_container {
    grid-template-columns: repeat(2, minmax(0, 304px));
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .shop_container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.shop_container .shop_item {
  height: 100%;
  display: flex;
}
.shop_container .tovar-item {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.shop_container.row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8%;
}
.shop_table_item {
  background: #FFF;
  border-radius: 10px;
  height: 100%;
  min-height: 460px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop_table_item .name_itm {
  display: flex;
}
.shop_table_item .name_itm a {
  color: #2C2C2C;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-self: center;
  padding: 20px 20px 0 20px;
}
.shop_table_item .price_n_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1315px) {
  .shop_table_item .price_n_button {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.image_cell__img {
  display: flex;
  justify-content: center;
  background: #E7E7E7;
  border-radius: 15px 15px 0 0;
}
.image_cell__img img {
  width: 100%;
}
.text-bottom {
  display: flex;
  padding: 0 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  border-radius: 0 0 10px 10px;
  background: #FFF;
}
.text-bottom .description_row {
  width: 100%;
}
.text-bottom .description_row .description_sell {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.text-bottom .name_itm {
  display: none;
}
.text-bottom .check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.text-bottom .check span {
  color: #6E6E6E;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.text-bottom .price {
  color: #2C2C2C;
  font-family: Bounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.color_button_cart {
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
  display: flex;
  width: 127px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
}
.color_button_cart:hover {
  transition: 0.3s;
  opacity: 0.7;
  cursor: pointer;
}
/* =========================
   ТОВАР (страница товара)
   ========================= */
.cart-tovar {
  margin-bottom: 40px;
}
.cart-tovar .info-tovar {
  border-radius: 20px;
  background: var(--2B1651, #1D0E38);
  overflow: hidden;
  display: flex;
  width: 100%;
  gap: 30px;
  padding: 24px;
  box-sizing: border-box;
}
/* Левая часть (галерея) */
.cart-tovar .info-tovar .img {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  align-items: center;
  width: 50%;
}
#gallery.shop_img {
  margin: 0;
}
#gallery.shop_img a, #gallery.shop_img img {
  border: 0;
}
#gallery.shop_img a {
  display: block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background: #E7E7E7;
  border-radius: 15px;
}
#gallery.shop_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* Правая колонка */
.cart-tovar .info-tovar .descr-tovar {
  max-width: none;
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.cart-tovar .info-tovar .descr-tovar .nalichie {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  margin-bottom: 12px;
}
.cart-tovar .info-tovar .descr-tovar .nalichie .nal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Onest;
  font-size: 14px;
  font-weight: 400;
  color: #2C2C2C;
  padding: 6px 10px;
  background: #F6F6F6;
  border-radius: 999px;
}
.cart-tovar .info-tovar .descr-tovar .nalichie .nal img {
  margin: 0;
}
.cart-tovar .info-tovar .descr-tovar .nalichie .artikul {
  font-family: Onest;
  font-size: 14px;
  font-weight: 400;
  color: #6E6E6E;
}
/* ОПИСАНИЕ (теперь над ценой, один блок) */
.cart-tovar .info-tovar .descr-tovar .parametrs {
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 145%;
  margin: 0 0 14px;
}
.cart-tovar .info-tovar .descr-tovar .parametrs p {
  margin: 0 0 10px;
}
.cart-tovar .info-tovar .descr-tovar .parametrs p:last-child {
  margin-bottom: 0;
}
/* Цена */
.cart-tovar .info-tovar .descr-tovar .price {
  font-family: Bounded;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 18px;
}
.cart-tovar .info-tovar .descr-tovar .price i {
  font-size: 26px;
}
.cart-tovar .info-tovar .descr-tovar .price .oldPrice {
  font-family: Onest;
  font-size: 16px;
  color: #6E6E6E;
  text-decoration: line-through;
  margin-right: 8px;
}
.price .si {
  font-family: Onest;
  font-size: 14px !important;
  font-weight: 400;
  color: #9C8EAE;
}
/* Controls */
.cart-tovar .info-tovar .descr-tovar .controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
  max-width: none;
}
/* Счётчик */
.cart-tovar .info-tovar .descr-tovar .controls .count {
  display: flex;
  height: 44px;
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.cart-tovar .info-tovar .descr-tovar .controls .count input {
  width: 56px;
  border: 0;
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  color: #2C2C2C;
  outline: none;
}
.cart-tovar .info-tovar .descr-tovar .controls .count span {
  width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  background: #fff;
  transition: 0.2s;
  user-select: none;
}
.cart-tovar .info-tovar .descr-tovar .controls .count span:before {
  position: static;
  transform: none;
  font-family: Onest;
  font-size: 20px;
  color: #2C2C2C;
}
.cart-tovar .info-tovar .descr-tovar .controls .count span.plus:before {
  content: "+";
}
.cart-tovar .info-tovar .descr-tovar .controls .count span.minus:before {
  content: "–";
}
@media (hover: hover) {
  .cart-tovar .info-tovar .descr-tovar .controls .count span:hover {
    background: #F6F6F6;
  }
}
/* Кнопки */
.cart-tovar .info-tovar .descr-tovar .controls .buy, .cart-tovar .info-tovar .descr-tovar .controls .how-many {
  height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
  border: none;
  cursor: pointer;
  transition: 0.25s;
  user-select: none;
}
@media (hover: hover) {
  .cart-tovar .info-tovar .descr-tovar .controls .buy:hover, .cart-tovar .info-tovar .descr-tovar .controls .how-many:hover {
    opacity: 0.8;
  }
}
/* Неактивные */
.cart-tovar .info-tovar .descr-tovar .controls .buy.no-active, .cart-tovar .info-tovar .descr-tovar .controls .how-many.no-active {
  background: #EDEDED;
  color: #A7A4A4;
  cursor: not-allowed;
}
/* Адаптив */
@media (max-width: 990px) {
  .cart-tovar .info-tovar {
    flex-direction: column;
    gap: 18px;
  }
  .cart-tovar .info-tovar .img {
    width: 100%;
  }
  .cart-tovar .info-tovar .descr-tovar {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cart-tovar .info-tovar .descr-tovar .controls .buy, .cart-tovar .info-tovar .descr-tovar .controls .how-many {
    width: 100%;
  }
  .cart-tovar .info-tovar .descr-tovar .controls .count {
    width: 100%;
    justify-content: space-between;
  }
}
/* ОТЗЫВЫ */
.reviews {
  margin-bottom: 8%;
}
.reviews .review-block {
  border-radius: 20px;
  background: #1D0E38;
  overflow: hidden;
  padding: 18px 16px;
}
.reviews .review-block .title {
  font-family: Bounded;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 14px;
}
#btnOpenAddComment.color_button {
  border-radius: 10px;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
  color: #fff;
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  cursor: pointer;
  transition: 0.25s;
  width: fit-content;
  margin-bottom: 12px;
}
@media (hover: hover) {
  #btnOpenAddComment.color_button:hover {
    opacity: 0.85;
  }
}
#AddComment {
  max-width: 900px;
  width: 100%;
}
/* Поля формы */
.modal-form .form-fields {
  flex-direction: column;
}
.reviews .inp-field {
  position: relative;
  margin-bottom: 12px;
}
.reviews .inp-field .form-item {
  width: 100%;
  height: 54px;
  border-radius: 12px;
  border: none;
  background: #150B28;
  padding: 18px 14px 10px;
  font-family: Onest;
  font-size: 16px;
  color: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.reviews .inp-field textarea.form-item {
  height: 140px;
  resize: none;
  padding-top: 22px;
}
.reviews .inp-field label {
  position: absolute;
  left: 14px;
  top: 18px;
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  color: #9C8EAE;
  transition: 0.2s;
  pointer-events: none;
}
.reviews .inp-field .form-item:focus {
  outline: none;
}
.reviews .inp-field .form-item:focus + label, .reviews .inp-field .form-item.foc + label {
  top: 8px;
  font-size: 12px;
  color: #6E6E6E;
}
/* Звёзды */
.reviews .stars {
  display: flex;
  gap: 8px;
  margin: 6px 0 18px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.reviews .item-star {
  width: 18px;
  height: 18px;
  position: relative;
}
.reviews .item-star input {
  opacity: 0;
  position: absolute;
  inset: 0;
}
.reviews .item-star label {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.reviews .item-star label:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/or-star-noactive-big.svg) center no-repeat;
  background-size: cover;
  transition: 0.15s;
}
.reviews .item-star label:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/images/star-active-big.svg) center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 0.15s;
}
.reviews .item-star.active label:after, .reviews .item-star.active-fix label:after {
  opacity: 1;
}
.reviews .item-star.active ~ .item-star label:after, .reviews .item-star.active-fix ~ .item-star label:after {
  opacity: 1;
}
/* отзывы */
.public-comment {
  margin-top: 18px;
}
.public-comment .comment-item {
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 12px;
  padding: 16px 18px;
  margin: 12px 0;
}
.public-comment .comment-item .name-grade {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.public-comment .comment-item .name-grade .name {
  font-family: Onest;
  font-size: 16px;
  font-weight: 500;
  color: #2C2C2C;
}
.public-comment .comment-item .date {
  font-family: Onest;
  font-size: 13px;
  color: #6E6E6E;
  margin-bottom: 10px;
}
.public-comment .comment-item .text {
  font-family: Onest;
  font-size: 15px;
  color: #2C2C2C;
  line-height: 145%;
}
/* submit в форме отзыва */
#sent-review input[type="submit"].color_button {
  border-radius: 10px;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
  color: #fff;
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  cursor: pointer;
  transition: 0.25s;
  width: fit-content;
  margin: 15px 0;
}
@media (hover: hover) {
  #sent-review input[type="submit"].color_button:hover {
    opacity: 0.85;
  }
}
/* модалка */
.modal-fone {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 5000;
  padding: 16px;
}
.modal-fone .modal-form {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  top: 8vh;
  background: #fff;
  border-radius: 16px;
  padding: 32px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
@media (max-width: 575px) {
  .modal-fone .modal-form {
    top: 10vh;
    padding: 22px 18px;
    border-radius: 14px;
    box-sizing: border-box;
  }
}
.modal-fone .modal-form .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
  opacity: 0.65;
  transition: 0.2s;
  background: none;
}
.modal-fone .modal-form .close:before, .modal-fone .modal-form .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #2C2C2C;
  border-radius: 2px;
  transform-origin: center;
}
.modal-fone .modal-form .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-fone .modal-form .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .modal-fone .modal-form .close:hover {
    opacity: 1;
  }
}
.modal-fone .modal-form .law-checkbox input[type="checkbox"] + label:before {
  background: transparent;
}
.modal-fone .title-form {
  font-family: Bounded;
  font-size: 24px;
  font-weight: 400;
  color: #2C2C2C;
  text-align: center;
  margin: 0 0 8px;
}
.modal-fone .descr-form {
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  color: #6E6E6E;
  text-align: center;
  margin: 0 0 18px;
}
@media (max-width: 575px) {
  .modal-fone .title-form {
    font-size: 20px;
  }
  .modal-fone .descr-form {
    font-size: 14px;
  }
}
.modal-fone .inp-field {
  position: relative;
  margin-bottom: 12px;
}
.modal-fone .inp-field .form-item {
  width: 100%;
  height: 54px;
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  background: #fff;
  padding: 18px 14px 10px;
  font-family: Onest;
  font-size: 16px;
  color: #2C2C2C;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.modal-fone .inp-field label {
  position: absolute;
  left: 14px;
  top: 18px;
  font-family: Onest;
  font-size: 15px;
  font-weight: 400;
  color: #9A9A9A;
  transition: 0.2s;
  pointer-events: none;
}
.modal-fone .inp-field .form-item:focus {
  outline: none;
  border-color: rgba(239, 105, 0, 0.65);
  box-shadow: 0 0 0 4px rgba(239, 105, 0, 0.12);
}
.modal-fone .inp-field .form-item:focus + label, .modal-fone .inp-field .form-item.foc + label {
  top: 8px;
  font-size: 12px;
  color: #6E6E6E;
}
.modal-fone .politic {
  font-family: Onest;
  font-size: 12px;
  line-height: 145%;
  color: #6E6E6E;
  margin: 8px 0 14px;
}
.modal-fone .politic a {
  color: #2C2C2C;
  text-decoration: none;
  border-bottom: 1px solid rgba(44, 44, 44, 0.25);
}
@media (hover: hover) {
  .modal-fone .politic a:hover {
    border-bottom-color: rgba(44, 44, 44, 0.6);
  }
}
.modal-fone input.color_button[type="submit"], .modal-fone .color_button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
  color: #fff;
  font-family: Onest;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.25s;
}
@media (hover: hover) {
  .modal-fone input.color_button[type="submit"]:hover, .modal-fone .color_button:hover {
    opacity: 0.85;
  }
}
.modal-fone .mail-ok {
  display: none;
  text-align: center;
  padding-top: 14px;
}
.modal-fone .mail-ok p {
  font-family: Onest;
  font-size: 16px;
  color: #2C2C2C;
  margin: 10px 0 0;
}
.modal-fone .check-ok {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(88deg, #EF6900 0.38%, #F48E00 102.11%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-fone .check-svg {
  width: 22px;
  height: 22px;
}