.block_TN {
  display: flex;
  margin: 0 0 10px 0;
  background: #00a0e39e;
  border-radius: 3px;
}

.block_TN a {
  color: #fff;
}

.format {
  background: #00a0e3;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
}

.block_TN .name {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-wrapper-sticky {
  position: unset !important;
  transform: none !important;
}

#colorNow {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

.bottom_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*Мобильная часть Размерная сетка*/

@media screen and (max-width: 600px) {
  .item_page_size_grid_cover .item_page_size_grid_img {
    width: 100% !important;
    text-align: center;
  }

  .item_page_size_grid_cover .item_page_size_grid_info {
    display: contents;
  }

  .item_page_size_grid_cover .item_page_size_grid_info_col table {
    width: 100% !important;
    margin-top: 10px !important;
  }

  /*    .item_prices{
        display: none;
    }*/

  .padding_no {
    padding: 0 !important;
  }
}

/*Таблица размеров*/

.chose_size_basket table {
  width: 100%;
  text-align: center;
  font-size: 13px;
}

.chose_size_basket thead tr th {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #9e9e9e;
}

.chose_size_basket tbody tr {
  margin: 5px 0;
  height: 35px;
}

.quanity_element {
  width: 80px;
  border-bottom: 2px solid #02a0e2 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  text-align: center;
}

.chose_size_basket_pk table {
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
}

.chose_size_basket_pk thead tr th {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #9e9e9e;
  line-height: 1.2;
}

.chose_size_basket_pk tbody tr {
  margin: 5px 0;
  height: 35px;
}

/* .chose_size_basket_pk tbody tr td {
  width: 90px;
} */
.mob_prs {
  display: flex !important;
  align-items: center;
}

.chose_size_basket_pk .padding_no {
  padding: 0 !important;
}

span.amount_reserve {
  color: #ed771b;
}

span.amount_free_balance {
  color: green;
}

/*
.price_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price_mobile .item_price_block {
    display: flex !important;
    align-items: center;
    flex-direction: column;
}
*/

.min-t {
  color: green;
}

.min_prices {
  font-weight: bold;
  color: #000;
  font-size: 17px;
}

.old_price {
  position: relative;
}

.old_price::after {
  content: "";
  width: 100%;
  height: 2px;
  background: red;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(354deg);
}

.new_prices {
  background: red;
  padding: 2px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inherit;
  border-radius: 6px;
  font-size: 15px;
}

.new_prices font {
  color: #fff !important;
}

.p_block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.right_info_skid {
  font-size: 11px;
  color: red;
  padding-left: 3px;
}

.block_tegi_element {
  line-height: 1.5;
}

a.tegi_elements {
  font-size: 12px;
}

.tags_element {
  font-size: 12px;
}

.amount_summ_pk {
  position: relative;
}

.window_amount_info {
  display: none;
  border: 1px solid #ececec;
  position: absolute;
  width: 250px;
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
  z-index: 999;
  left: -44px;
  top: 42px;
  padding: 11px 0;
}

.window_amount_info .price {
  font-weight: bold;
  color: #000;
}

.window_amount_info:after {
  position: absolute;
  top: -5px;
  left: 87px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #ececec !important;
  border-right: 1px solid #ececec !important;
  background: #fff;
  transform: rotate(-45deg);
}

.amount_summ_pk:hover .window_amount_info {
  display: block;
}

/**/

/*.block_tegi_element {
    overflow: hidden;
    position: relative;    
}
.block_tegi_element.hidee {
    height: 100px;
}
.block_tegi_element.hidee:after{
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}*/

.cp_list p {
  margin: 0;
}

.cp_list ul {
  margin: 0;
}

.cp_list {
  border: 1px solid #ececec;
  position: relative;
  width: 195px;
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
  z-index: 999;
  padding: 11px 0;
  padding: 10px;
  margin-top: 10px;
}

.cp_list:after {
  position: absolute;
  top: -5px;
  left: 87px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #ececec !important;
  border-right: 1px solid #ececec !important;
  background: #fff;
  transform: rotate(-45deg);
}

.link_add_cp:hover {
  cursor: pointer;
  color: #00a0e3;
}

.data_reserv_el {
  display: block !important;
  /* margin: 2px !important; */
  vertical-align: middle;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

.data_reserv_el .icon {
  width: 6px;
  height: 6px;
  background: #000;
  margin: 4px 9px 0px 0px;
  border-radius: 100%;
}

.data_reserv_el>span {
  display: inline-block;
  vertical-align: top;
  color: #000;
  line-height: 15px;
}

.sub_product {
  font-size: 11px;
  color: #00a0e3;
  cursor: pointer;
}

.item-arts_el {
  display: flex;
  vertical-align: middle;
}

.item-arts_el .icon {
  width: 6px;
  height: 6px;
  background: #000;
  margin: 4px 9px 0px 0px;
  border-radius: 100%;
}

.item-arts_el>span {
  display: inline-block;
  vertical-align: top;
  color: #000;
  line-height: 15px;
}

.item-arts_el .article_element {
  font-size: 0.8em;
  font-weight: bold;
}

.note_element {
  background: #00a0e30f;
  padding: 10px 25px;
  color: #0076a7;
  margin-top: 10px;
}

.product-detail-gallery__thmb-inner .owl-item {
  opacity: 0.5;
}

.product-detail-gallery__thmb-inner .owl-item.active.current {
  opacity: 1;
}

.product-detail-gallery__thmb-inner .owl-nav {
  position: absolute;
  width: 100%;
}

.thmb-prev {
  position: absolute;
  left: -30px;
  top: 16px;
  border: 0;
  background: 0;
  transform: rotate(270deg);
}

.thmb-next {
  position: absolute;
  right: -30px;
  top: 16px;
  border: 0;
  background: 0;
  transform: rotate(-270deg);
}

/* Миниатюры */
.product-detail-gallery__thmb-container {
  transform: rotate(90deg);
  width: 425px;
  margin-top: 219px;
}

.product-detail-gallery__thmb-container .owl-item {
  transform: rotate(-90deg) !important;
}

.product-detail-gallery__thmb-container .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 33px);
}

.product-detail-gallery__thmb-container div.owl-carousel .owl-nav .owl-prev,
.product-detail-gallery__thmb-container div.owl-carousel .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 15px;
}

.product-detail-gallery__thmb-container {
  position: absolute;
  top: -11px;
  left: -55px;
}

.product-detail-gallery__thmb-container .thmb-prev {
  position: absolute;
  left: -22px;
  top: 18px;
  border: 0;
  background: 0;
  transform: rotate(270deg);
}

.product-detail-gallery__thmb-container .thmb-next {
  position: absolute;
  right: -22px;
  top: 18px;
  border: 0;
  background: 0;
  transform: rotate(-270deg);
}

/* .product-detail-gallery__thmb-inner .owl-nav {
    position: absolute;
    width: 100%;
    transform: rotate(-90deg);
} */

.item_prices_body {
  display: flex;
  align-items: center;
}

.text_lp {
  font-weight: bold;
}

.icons_share {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 115px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.icons_share div {
  margin-bottom: 10px;
  filter: invert(46%) sepia(96%) saturate(2407%) hue-rotate(168deg) brightness(97%) contrast(101%);
  cursor: pointer;
}

.icons_share img {
  width: 55px;
}

@media (max-width: 700px) {
  .owl-nav {
    display: none !important;
  }
}

video {
  clip-path: inset(3px 3px);
}

video.video_element_detail {
  outline: 4px solid white !important;
  outline-offset: -4px;
}

.price_flex {
  display: flex;
  align-content: center;
  align-items: center;
}

.attention_price {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    right: -29px;
    width: 27px;
}

.attention_price img {
  display: block;
}

.tooltip-content {
  position: absolute;
  top: 50%;
  right: 100%; /* Окно слева от иконки */
  transform: translateY(-50%);
  background: #fff;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  margin-right: 8px; /* Отступ от иконки */
  text-align: center;
  min-width: 150px;
}

.attention-bold {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.price-text {
  display: block;
  font-weight: normal;
}

.tooltip-arrow {
  position: absolute;
  top: 50%;
  left: 100%; /* Стрелка справа от тултипа */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff; /* Стрелка указывает направо */
}

/* Показ тултипа при наведении */
.attention_price:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}