.detail {
  padding-top: 20px
}
.detail_mob {
  display: none
}
.detail__container-block {
  padding: 15px;
  background: #fff;
  border-radius: 20px
}
.detail__container-wrap {
  width: 100%;
  display: grid;
  grid-template-areas: "img info" "description info" "links info";
  grid-template-columns: calc(100% - 469px - 20px) 469px;
  grid-template-rows: auto auto 1fr;
  grid-column-gap: 20px;
  padding-bottom: 60px
}
.detail__img-block {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img;
  padding: 26px 30px 32px;
  background-color: #fff;
  border-radius: 20px 20px 0 0
}
.detail__info-block {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: info;
  height: auto
}
.detail__info-block-wrap {
  display: flex;
  flex-direction: column;
  padding: 28px 30px 30px;
  background: #fff;
  border-radius: 20px
}
.detail__info-block-wrap + .detail__banner-list {
  margin-top: 18px
}
.detail__description-block {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: description
}
.detail__main-link-block {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: links
}
.detail__top {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}
.detail__top .detail__vendor-code {
  margin: 0
}
.detail__status {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 10px;
  padding: 4px 6px;
  border-radius: 15px;
  border: 1px solid transparent;
  margin-right: 10px
}
.detail__status svg {
  margin-right: 3px;
  width: 14px;
  min-width: 14px;
  height: 14px
}
.detail__status_orange {
  color: #fe7200;
  border-color: #fe7200
}
.detail__status_grey {
  color: #858585;
  border-color: #858585
}
.detail__vendor-code {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #858585
}
.detail__title {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
  color: #0e0e0e
}
.detail__badge {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 40px
}
.detail__badge-item {
  padding: 4px 14px 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  color: #fff;
  border-radius: 15px;
  border: 1px solid transparent
}
.detail__badge-item_orange {
  background-color: #fe7200;
  border-color: #fe7200
}
.detail__badge-item_orange2 {
  background-color: #ff782f;
  border-color: #ff782f
}
.detail__badge-item_red {
  background-color: #f54337;
  border-color: #f54337
}
.detail__badge-item_red2 {
  background-color: #e81b23;
  border-color: #e81b23
}
.detail__badge-item_red3 {
  background-color: #fa4929;
  border-color: #fa4929
}
.detail__badge-item_green {
  background-color: #74a341;
  border-color: #74a341
}
.detail__badge-item_green2 {
  background-color: #34a852;
  border-color: #34a852
}
.detail__badge-item_green3 {
  background-color: #69814d;
  border-color: #69814d
}
.detail__badge-item_green4 {
  background-color: #0ed95c;
  border-color: #0ed95c
}
.detail__badge-item_yellow {
  color: #d98d00;
  background-color: #ffec9f;
  border-color: #d98D0033
}
.detail__badge-item_yellow2 {
  color: #ff6200;
  background-color: #ffee58;
  border-color: #ff620033
}
.detail__badge-item_yellow3 {
  color: #527600;
  background-color: #d8fd60;
  border-color: #52760033
}
.detail__badge-item_violet {
  color: #eaeaea;
  background-color: #cf53e5;
  border-color: #cf53e5
}
.detail__badge-item_violet2 {
  color: #eaeaea;
  background-color: #8544f8;
  border-color: #8544f8
}
.detail__badge-item_blue {
  background-color: #1877f2;
  border-color: #1877f2
}
.detail__badge-item_blue3 {
  background-color: #4dbdf2;
  border-color: #4dbdf2
}
.detail__badge-item_blue4 {
  background-color: #291be8;
  border-color: #291be8
}
.detail__badge-item_mint {
  background-color: #0098a6;
  border-color: #0098a6
}
.detail__badge-item_mint2 {
  background-color: #00bdd6;
  border-color: #00bdd6
}
.detail__badge-item_blue2 {
  background-color: #637bff;
  border-color: #637bff
}
.detail__badge-item_pink {
  background-color: #f92775;
  border-color: #f92775
}
.detail__badge-item_pink2 {
  background-color: #ff679a;
  border-color: #ff679a
}
.detail__badge-item_black {
  background-color: #000;
  border-color: #000
}
.detail__badge-item_lilac {
  background-color: #b04dc9
}
.detail__img-wrapper {
  position: relative;
  display: flex;
  height: 520px
}
.detail__control-block-mob {
  display: none
}
.detail__control-block {
  display: flex;
  align-items: center;
  margin-bottom: 14px
}
.detail__control-block picture,
.detail__logo-link {
  margin-left: auto
}
.detail__compare-btn,
.detail__like-btn,
.detail__share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 0 10px rgba(0,0,0,.08);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px
}
.detail__compare-btn.active,
.detail__like-btn.active,
.detail__share-btn.active {
  background-color: #e81b23
}
.detail__compare-btn.active svg,
.detail__compare-btn.active:hover svg,
.detail__like-btn.active svg,
.detail__like-btn.active:hover svg,
.detail__share-btn.active svg,
.detail__share-btn.active:hover svg {
  color: #fff
}
.detail__compare-btn:hover svg,
.detail__like-btn:hover svg,
.detail__share-btn:hover svg {
  color: #e81b23
}
.detail__compare-btn svg,
.detail__like-btn svg,
.detail__share-btn svg {
  color: #0e0e0e;
  transition: .35s
}
.detail__share-block {
  position: relative
}
.detail__share-block:hover .detail__share-content {
  visibility: visible;
  opacity: 1;
  pointer-events: all
}
.detail__share-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 326px;
  padding-top: 15px;
  z-index: 30;
  transform: translateX(-34%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s
}
.detail__share-content-wrap {
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 15px 0 #00000014;
  background-color: #fff;
  border-radius: 20px
}
.detail__share-content-list {
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 224px
}
.detail__share-content-list::-webkit-scrollbar {
  width: 3px;
  border-radius: 20px
}
.detail__share-content-list::-webkit-scrollbar-track {
  background-color: #f3f3f3;
  border-radius: 20px
}
.detail__share-content-list::-webkit-scrollbar-thumb {
  background-color: #eaeaea;
  border-radius: 20px
}
.detail__share-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-family: Onest,sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #0e0e0e
}
.detail__share-item svg {
  margin-right: 14px
}
.detail__copy-text {
  position: fixed;
  top: 216px;
  right: 63px;
  display: none;
  align-items: center;
  width: 384px;
  padding: 10px 20px 10px 16px;
  font-family: Onest,sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  background-color: #eaeaea;
  border-left: 4px solid #34a852;
  border-radius: 4px;
  transform: none;
  z-index: 100
}
.detail__copy-text_error {
  border-color: #fc3f1d
}
.detail__copy-text.show {
  display: flex
}
.detail__copy-text svg {
  margin-right: 10px
}
.detail__availability-block {
  display: flex;
  margin-bottom: 26px
}
.detail__availability-wrap {
  display: flex;
  align-items: center;
  margin-right: 20px
}
.detail__availability-title {
  margin-right: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #565656
}
.detail__availability-value {
  display: flex
}
.detail__availability-dot {
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 3px;
  border-radius: 50%;
  border: 1px solid #858585
}
.detail__availability-dot_yellow {
  background-color: #fed42b;
  border-color: #fed42b
}
.detail__availability-dot_red {
  background-color: #e81b23;
  border-color: #e81b23
}
.detail__availability-dot_green {
  background-color: #34a852;
  border-color: #34a852
}
.detail__type {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px
}
.detail__type::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 50%
}
.detail__type_green {
  color: #34a852
}
.detail__type_green::before {
  background-color: #34a852
}
.detail__type_red {
  color: #e81b23
}
.detail__type_red::before {
  background-color: #e81b23
}
.detail__price-block {
  margin-bottom: 4px
}
.detail__old-price-block {
  display: flex;
  align-items: center;
  margin-bottom: 1px
}
.detail__old-price {
  margin-right: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #858585;
  text-decoration: line-through
}
.detail__discount {
  padding: 1px 4px 1px 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #e81b23;
  background: #fde9e9;
  border-radius: 20px
}
.detail__new-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.detail__new-price_val {
  font-size: 40px;
  font-weight: 500;
  line-height: 51px;
  color: #0e0e0e;
  margin-right: 12px;
  flex-shrink: 0
}
.detail__new-price_bonus {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 20px;
  background-color: #f8f8f8;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #565656;
  margin-right: 12px
}
.detail__new-price_bonus svg {
  margin-right: 2px
}
.detail__new-price_bonus span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  margin-right: 5px;
  color: #0e0e0e
}
.detail__price-economy {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #858585;
  margin: 20px 0
}
.detail__credit-block {
  display: flex;
  align-items: center;
  margin-bottom: 24px
}
.detail__credit-text {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #858585
}
.detail__credit-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #e81b23;
  text-decoration: underline
}
.detail__options-block {
  margin-bottom: 20px
}
.detail__options-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #0e0e0e
}
.detail__options-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px
}
.detail__options-reset {
  margin-top: 12px;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #858585
}
.detail__options-reset:hover:not(:active) {
  opacity: .6
}
.detail__options-reset svg {
  width: 20px;
  height: 20px;
  margin-left: 12px
}
.detail__options-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #858585
}
.detail__gift-block {
  display: flex;
  margin-bottom: 12px
}
.detail__gift-block-img {
  background-color: #fff8f2;
  border: 1px solid #fe7200;
  border-radius: 10px;
  padding: 10px 25px
}
.detail__gift-block-descr {
  margin-left: -1px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  background-color: #fff8f2;
  border: 1px solid #fe7200;
  border-radius: 10px;
  padding: 0 32px;
  color: #565656;
  font-weight: 500;
  line-height: 120%
}
.detail__test-drive-block {
  display: flex;
  margin-bottom: 12px
}
.detail__test-drive-block .detail__btn {
  width: 100%!important
}
.detail__characteristics-block {
  margin-bottom: 20px
}
.detail__characteristics-row {
  display: flex;
  align-items: center
}
.detail__characteristics-row svg {
  margin-right: 5px
}
.detail__characteristics-text {
  margin-bottom: 2px;
  padding: 5px 14px 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  border: 1px solid #eaeaea;
  border-radius: 15px
}
.detail__btn-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px
}
.detail__btn:first-child {
  width: 49%
}
.detail__btn:last-child {
  width: 49%
}
.detail__link {
  margin-bottom: 20px
}
.detail__video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #e81b23;
  background: #fde9e9;
  border-radius: 10px;
  transition: .35s
}
.detail__video-btn:hover {
  background: #fad1d3
}
.detail__video-btn svg {
  margin-right: 16px
}
.detail__delivery-block {
  margin-bottom: 23px
}
.detail__delivery-row {
  display: flex;
  align-items: center;
  margin-bottom: 3px
}
.detail__delivery-row svg {
  flex-shrink: 0;
  margin-right: 12px
}
.detail__delivery-row b {
  margin-right: 8px;
  font-weight: 400;
  color: #0e0e0e
}
.detail__delivery-row p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #565656
}
.detail__delivery-row span {
  color: #e81b23;
  text-decoration: underline
}
.detail__banner-list {
  grid-area: banner-list;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 23px
}
.detail__banner-block {
  display: flex;
  justify-content: center
}
.detail__banner-block img {
  border-radius: 20px
}
.detail__collapsing-section {
  margin-bottom: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  border-radius: 20px
}
.detail__collapsing-section.show .detail__icon {
  background-color: #0e0e0e
}
.detail__collapsing-section.show .detail__minus {
  display: block
}
.detail__collapsing-section.show .detail__plus {
  display: none
}
.detail__collapsing-header {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
  cursor: pointer
}
.detail__collapsing-header:hover .detail__icon {
  background-color: #0e0e0e
}
.detail__collapsing-header:hover .detail__plus {
  color: #fff
}
.detail__caption {
  margin-bottom: 0!important;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #0e0e0e
}
.detail__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border: 1px solid #0e0e0e;
  border-radius: 50%;
  transition: .35s
}
.detail__plus {
  color: #0e0e0e
}
.detail__minus {
  display: none
}
.detail__content {
  display: none;
  flex-direction: column;
  padding: 10px 20px 12px
}
.detail__header {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #858585
}
.detail__content-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px
}
.detail__price-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0e0e0e
}
.detail__price-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #565656
}
.detail__message-block {
  padding: 16px 16px 16px 20px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  margin-top: 20px
}
.detail__message-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #0e0e0e
}
.detail__message-row {
  display: flex;
  align-items: flex-end
}
.detail__icon-mail {
  flex-shrink: 0;
  margin-right: 20px
}
.detail__icon-arrow {
  flex-shrink: 0;
  margin-left: auto;
  transform: rotate(-90deg)
}
.detail__icon-arrow use {
  color: #858585
}
.detail__message-col {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.detail__message-text {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #858585
}
.detail__mail {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0e0e0e;
  transition: .35s
}
.detail__mail:hover {
  opacity: .7
}
.detail__description-block {
  padding: 0 30px 25px;
  background-color: #fff;
  border-radius: 0 0 20px 20px
}
.detail__description-row {
  display: flex;
  padding: 5px 10px
}
.detail__description-row:nth-child(2n+1) {
  background-color: #f8f8f8;
  border-radius: 6px
}
.detail__description-row:last-child {
  margin-bottom: 0
}
.detail__description-title {
  max-width: 310px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #858585
}
.detail__description-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0e0e0e
}
.detail__main-link-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  gap: 20px
}
.detail__main-link {
  display: flex;
  width: 49%;
  padding: 10px;
  background-color: #fff;
  border-radius: 20px
}
.detail__main-link-img {
  width: 43%;
  flex-shrink: 0
}
.detail__main-link-img img,
.detail__main-link-img picture {
  width: 100%;
  height: auto
}
.detail__main-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px
}
.detail__main-text-block p {
  max-width: 150px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #0e0e0e
}
.detail__select-color {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border-radius: 50%
}
.detail__select-block {
  min-width: 64%
}
.detail__select-block_wide {
  width: 100%;
  margin-bottom: 20px
}
.detail__select-block select {
  width: 100%;
  height: 40px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0e0e0e;
  background: url(../img/content/icon-select.svg) no-repeat #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-position: calc(100% - 9px) 10px;
  background-size: 20px 20px
}
.detail__select-block_error .select2-container .select2-selection:not([aria-expanded=true]),
.detail__select-block_error select {
  border-color: #e81b23
}
.detail__left-wrap {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 60px;
  max-width: 130px;
  width: 100%
}
.detail__thumbnail-content {
  position: relative;
  padding-top: 38px;
  padding-bottom: 38px
}
.detail__arrow-btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 7;
  border: 1px solid #0e0e0e
}
.detail__arrow-btn:hover {
  background-color: #0e0e0e
}
.detail__arrow-btn:hover::before {
  background-image: url(../img/content/icon-arrow-left-w.svg)
}
.detail__arrow-btn::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/content/icon-arrow-left.svg);
  background-size: 16px 16px;
  background-position: center;
  transform: rotate(90deg)
}
.detail__arrow-btn_next {
  top: auto;
  bottom: 0;
  margin-bottom: 0;
  margin-top: 6px
}
.detail__arrow-btn_next::before {
  transform: rotate(-90deg)
}
.detail__thumbnail {
  flex-shrink: 0;
  display: flex;
  flex-direction: column
}
.detail__thumbnail .slick-slide {
  line-height: 0;
  border: none!important;
  opacity: .4
}
.detail__thumbnail .slick-current {
  opacity: 1
}
.detail__thumbnail-wrap {
  position: relative;
  width: 100%!important;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 0;
  cursor: pointer
}
.detail__thumbnail-wrap:nth-child(n+4) {
  display: none
}
.detail__thumbnail-wrap.slick-slide {
  display: block
}
.detail__img-wrap {
  flex-grow: 1;
  display: flex!important;
  align-items: center;
  justify-content: center;
  width: calc(100% - 190px);
  line-height: 0;
  cursor: pointer
}
.detail__img-wrap .slick-list,
.detail__img-wrap .slick-track {
  height: 100%
}
.detail__img-wrap .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -16px
}
.detail__img-wrap .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0
}
.detail__img-wrap .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: #0e0e0e
}
.detail__img-wrap .slick-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background: #d9d9d9
}
.detail__img-wrap .slick-dots button::before {
  display: none
}
.detail__img-content {
  position: relative;
  width: 100%;
  height: 100%
}
.detail__img-content picture {
  width: 100%;
  height: 100%
}
.detail__img-content img {
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: contain;
  object-fit: contain
}
.detail__img-content:nth-child(n+2) {
  display: none
}
.detail__img-content.slick-slide {
  display: block
}
.detail__img-info {
  position: absolute;
  right: 0;
  bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  padding: 10px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px
}
.detail__img-info svg {
  margin-bottom: 10px;
  flex-shrink: 0
}
.detail__img-info p {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  color: #565656
}
.detail__360-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 10px;
  background: #e8f2fe;
  border-radius: 15px;
  transition: .35s
}
.detail__360-btn:hover {
  background: #d1e4fc
}
.detail__360-btn svg {
  margin-bottom: 4px
}
.detail__360-btn span {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #0e0e0e
}
.detail__icon-arrow-right {
  display: none
}
.detail__table-btn-left,
.detail__table-btn-right {
  position: absolute;
  top: 25px;
  left: 118px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #0e0e0e;
  border-radius: 50%;
  z-index: 11;
  transition: 50ms;
  cursor: pointer
}
.detail__table-btn-left::before,
.detail__table-btn-right::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/content/icon-arrow-left-w.svg);
  background-size: 16px 16px;
  background-position: center
}
.detail__table-btn-right {
  left: auto;
  right: 0
}
.detail__table-btn-right::before {
  transform: rotate(180deg)
}
.detail__youtube-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  padding: 14px 10px 10px;
  background: #fde9e9;
  border-radius: 15px;
  transition: .35s
}
.detail__youtube-btn:hover {
  background: #fad1d3
}
.detail__youtube-btn svg {
  margin-bottom: 2px
}
.detail__youtube-btn span {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #0e0e0e
}
.detail__btn-mob {
  position: fixed;
  bottom: 68px;
  left: 10px;
  padding: 4px 14px;
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  z-index: 20
}
.detail__btn-mob svg {
  margin-right: 4px
}
.detail__btn-mob span {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(255,255,255,.2)
}
.detail__point-item {
  position: absolute
}
.detail__point-item:hover .detail__text {
  opacity: 1;
  visibility: visible
}
.detail__point {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background: #e81b23;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: .35s
}
.detail__point:hover {
  border-color: #e81b23;
  background: #0e0e0e
}
.detail__point:hover::before {
  background-color: #e81b23
}
.detail__point::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%,-50%);
  transition: .35s
}
.detail__text {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 8px;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  width: 186px;
  padding: 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: .35s
}
.detail__text_left {
  left: auto;
  right: 8px
}
.detail__text_bottom {
  bottom: auto;
  top: 22px
}
.detail__text b {
  font-weight: 500
}
.detail__table-content {
  position: relative
}
.detail__table-content_horizontal-scroll .detail__table-btn-left,
.detail__table-content_horizontal-scroll .detail__table-btn-right {
  display: flex
}
.detail__table-content_scroll-down::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #f3f3f3;
  z-index: 11
}
.detail__table-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: auto;
  margin-bottom: 40px
}
.detail__table-wrapper thead {
  position: sticky;
  top: 5px;
  z-index: 10
}
.detail__table-wrapper::-webkit-scrollbar {
  height: 5px;
  width: 5px
}
.detail__table-wrapper::-webkit-scrollbar-track {
  background-color: #d9d9d9
}
.detail__table-wrapper::-webkit-scrollbar-thumb {
  background-color: #999
}
.detail__table {
  overflow-x: auto
}
.detail__table::-webkit-scrollbar {
  height: 5px
}
.detail__table::-webkit-scrollbar-track {
  background-color: #d9d9d9
}
.detail__table::-webkit-scrollbar-thumb {
  background-color: #999
}
.detail__table-wrap {
  width: 1023px
}
.detail__table-header-row {
  display: flex;
  margin-bottom: 5px;
  border-bottom: 1px solid #eaeaea
}
.detail__table-header-row .detail__table-col {
  color: #858585
}
.detail__table-col {
  padding: 5px 5px 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #858585
}
.detail__table-col:nth-child(1) {
  width: 170px
}
.detail__table-col:nth-child(2) {
  flex-grow: 1
}
.detail__table-col:nth-child(3) {
  width: 60px
}
.detail__table-col:nth-child(4) {
  width: 90px
}
.detail__table-col:nth-child(5) {
  width: 90px
}
.detail__table-col:nth-child(6) {
  width: 110px
}
.detail__table-col:nth-child(7) {
  width: 60px
}
.detail__table-col:nth-child(8) {
  width: 110px
}
.detail__table-col:nth-child(9) {
  width: 60px
}
.detail__header-sm {
  display: none
}
.detail__table-row {
  display: flex
}
.detail__table-row .detail__table-col {
  color: #0e0e0e
}
.detail__img:not(:last-child) {
  margin-bottom: 30px
}
.detail__video-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px
}
.detail__video-item {
  width: calc((100% / 3) - 10px);
  margin: 0 5px 12px;
  background-color: #f8f8f8;
  border-radius: 20px;
  overflow: hidden
}
.detail .mobile {
  display: none!important
}
.detail__video-img {
  width: 100%;
  position: relative
}
.detail__video-img img {
  display: block;
  width: 100%;
  height: auto
}
.detail__video-img_video::before {
  content: url(../img/svg/icon-play.svg);
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}
.detail__video-descr {
  padding: 20px
}
.detail__video-tag {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #858585;
  margin-bottom: 10px
}
.detail__video-name {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.detail__video-name span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #0e0e0e
}
.detail__video-name svg {
  flex-shrink: 0
}
.detail__reviews-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px
}
.detail__reviews-item {
  width: calc(100%/2 - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px
}
.detail__add-reviews-title {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
  color: #0e0e0e
}
.detail__add-reviews-wrap {
  display: flex;
  flex-wrap: wrap
}
.detail__add-reviews-left {
  width: 37%
}
.detail__add-reviews-right {
  width: 63%;
  padding-left: 32px
}
.detail__add-reviews-right_indent-top {
  padding-top: 18px
}
.detail__add-reviews-block {
  margin-bottom: 24px
}
.detail__add-reviews-block_no-indent {
  margin-bottom: 0
}
.detail__add-reviews-block.error .detail__add-reviews-error {
  display: block
}
.detail__add-reviews-block label {
  display: flex;
  flex-direction: column
}
.detail__add-reviews-block textarea {
  height: 183px
}
.detail__add-reviews-text {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #0e0e0e
}
.detail__rating-block {
  display: flex
}
.detail__rating-block span {
  color: #000;
  text-decoration: none
}
.detail__rating-block label {
  margin-right: 6px;
  cursor: pointer
}
.detail__rating-block input {
  display: none
}
.detail__rating-block_1 label:nth-child(1) svg {
  color: #e81b23
}
.detail__rating-block_2 label:nth-child(1) svg {
  color: #e81b23
}
.detail__rating-block_2 label:nth-child(2) svg {
  color: #e81b23
}
.detail__rating-block_3 label:nth-child(1) svg {
  color: #e81b23
}
.detail__rating-block_3 label:nth-child(2) svg {
  color: #e81b23
}
.detail__rating-block_3 label:nth-child(3) svg {
  color: #e81b23
}
.detail__rating-block_4 label:nth-child(1) svg {
  color: #e81b23
}
.detail__rating-block_4 label:nth-child(2) svg {
  color: #e81b23
}
.detail__rating-block_4 label:nth-child(3) svg {
  color: #e81b23
}
.detail__rating-block_4 label:nth-child(4) svg {
  color: #e81b23
}
.detail__rating-block_5 label:nth-child(1) svg {
  color: #e81b23
}
.detail__rating-block_5 label:nth-child(2) svg {
  color: #e81b23
}
.detail__rating-block_5 label:nth-child(3) svg {
  color: #e81b23
}
.detail__rating-block_5 label:nth-child(4) svg {
  color: #e81b23
}
.detail__rating-block_5 label:nth-child(5) svg {
  color: #e81b23
}
.detail__add-btn {
  width: 37%;
  margin-top: 26px
}
.detail__add-reviews-error {
  display: none;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #e81b23
}
.detail__add-reviews-row {
  display: flex
}
.detail__add-reviews-row input {
  margin-left: 6px
}
.detail__docs-title {
  margin-bottom: 20px;
  font-size: 18px
}
.detail__docs-list {
  margin-top: 20px
}
.detail__docs-item {
  display: flex;
  max-width: 295px;
  margin-bottom: 15px;
  padding: 15px;
  background: #f9fafb
}
.detail__docs-item svg {
  flex-shrink: 0;
  margin-right: 15px
}
.detail__docs-item:hover .detail__docs-name {
  color: #eb3239
}
.detail__docs-col {
  display: flex;
  flex-direction: column
}
.detail__docs-name {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
  color: #0e0e0e;
  transition: .35s
}
.detail__docs-type {
  font-size: 13px;
  line-height: 120%;
  color: #858585
}
.detail__best-price-block {
  position: relative;
  cursor: pointer
}
.detail__best-price-block:hover .detail__best-price-content {
  opacity: 1;
  pointer-events: all;
  visibility: visible
}
.detail__best-price-icon {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 0
}
.detail__best-price-content {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 240px;
  padding: 6px 12px 6px 40px;
  background: #f8f8f8;
  border-radius: 10px;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity .35s
}
.detail__best-price-content_mob {
  display: none
}
.detail__best-price-icon-info {
  position: absolute;
  top: 6px;
  left: 12px
}
.detail__best-price-title {
  margin-top: 2px;
  font-family: Onest,sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #34a852
}
.detail__best-price-text {
  display: flex;
  align-items: flex-end;
  font-family: Onest,sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  color: #565656
}
.detail__best-price-text svg {
  margin-left: 8px
}
.detail__reviews-block2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px
}
.detail__reviews-block2 span {
  display: flex;
  align-items: center;
  cursor: pointer
}
.detail__reviews-text {
  padding: 5px 9.5px;
  color: #fff;
  background-color: #fed42b;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer
}
.detail__star svg {
  color: #eaeaea;
  cursor: pointer
}
.detail__star.active svg {
  color: #fed42b
}
.detail__rating-block2 {
  display: flex;
  gap: 4px
}
.detail__rating-block2 input {
  display: none
}
.detail__rating-block2_1 label:nth-child(1) svg {
  color: #fed42b
}
.detail__rating-block2_2 label:nth-child(1) svg {
  color: #fed42b
}
.detail__rating-block2_2 label:nth-child(2) svg {
  color: #fed42b
}
.detail__rating-block2_3 label:nth-child(1) svg {
  color: #fed42b
}
.detail__rating-block2_3 label:nth-child(2) svg {
  color: #fed42b
}
.detail__rating-block2_3 label:nth-child(3) svg {
  color: #fed42b
}
.detail__rating-block2_4 label:nth-child(1) svg {
  color: #fed42b
}
.detail__rating-block2_4 label:nth-child(2) svg {
  color: #fed42b
}
.detail__rating-block2_4 label:nth-child(3) svg {
  color: #fed42b
}
.detail__rating-block2_4 label:nth-child(4) svg {
  color: #fed42b
}
.detail__rating-block2_5 label:nth-child(1) svg {
  color: #fed42b
}
.detail__rating-block2_5 label:nth-child(2) svg {
  color: #fed42b
}
.detail__rating-block2_5 label:nth-child(3) svg {
  color: #fed42b
}
.detail__rating-block2_5 label:nth-child(4) svg {
  color: #fed42b
}
.detail__rating-block2_5 label:nth-child(5) svg {
  color: #fed42b
}
.details-pagination {
  background-color: #f3f3f3;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0
}
.details-pagination__more {
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-bottom: 20px;
  justify-self: center
}
.details-pagination__more span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #e81b23
}
.details-pagination__more svg {
  margin-left: 12px
}
.details-pagination__paginator {
  display: flex;
  align-items: center;
  margin-right: 10px
}
.details-pagination__paginator .paginator__wrap {
  display: flex;
  align-items: center;
  margin: 0 24px
}
.details-pagination__paginator .paginator__button {
  background-color: #fff;
  border-radius: 10px;
  width: 44px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #0e0e0e;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.details-pagination__paginator .paginator__button_active {
  background-color: #e81b23;
  color: #fff
}
.details-pagination__paginator .paginator__dots {
  width: 44px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #0e0e0e;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.details-pagination__paginator .paginator__arrow {
  background-color: #fff;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
@media (max-width:1600px) {
  .detail__add-reviews-row {
    flex-direction: column
  }
  .detail__add-reviews-row input {
    margin-left: 0;
    margin-top: 8px
  }
}
@media (max-width:1450px) {
  .detail__video-item {
    width: calc((100% / 2) - 10px)
  }
}
@media (max-width:1400px) {
  .detail__img-wrapper {
    height: 470px
  }
  .detail__left-wrap {
    max-width: 100px;
    margin-right: 20px
  }
}
@media (max-width:1350px) {
  .detail__container-wrap {
    grid-template-columns: calc(100% - 380px) 370px;
    grid-column-gap: 10px
  }
  .detail__img-block,
  .detail__info-block-wrap {
    padding: 16px
  }
  .detail__new-price_val {
    font-size: 32px;
    line-height: 36px
  }
  .detail__description-block {
    padding: 0 15px 15px
  }
}
@media (max-width:1330px) {
  .detail__add-reviews-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px
  }
  .detail__add-reviews-wrap {
    flex-direction: column
  }
  .detail__add-reviews-left {
    width: 100%
  }
  .detail__add-reviews-right {
    width: 100%;
    padding-left: 0
  }
  .detail__add-reviews-right_indent-top {
    padding-top: 0
  }
  .detail__add-reviews-block {
    margin-bottom: 12px
  }
  .detail__add-reviews-block textarea {
    height: 122px
  }
  .detail__rating-block label {
    margin-right: 22px
  }
  .detail__add-btn {
    width: 100%;
    margin-top: 20px
  }
  .detail__add-reviews-row {
    flex-direction: row
  }
  .detail__add-reviews-row input {
    margin-top: 0;
    margin-left: 6px
  }
}
@media (max-width:1200px) {
  .detail__description-title {
    max-width: 220px
  }
  .detail__main-link-img {
    width: 35%
  }
  .detail__main-text-block {
    padding-left: 10px
  }
  .detail__main-text-block p {
    font-size: 14px;
    line-height: 18px
  }
  .detail__reviews-item {
    width: calc(100% - 10px)
  }
}
@media (max-width:1023px) {
  .detail {
    padding-top: 10px
  }
  .detail_mob {
    display: block;
    margin-top: 0;
    margin-bottom: 20px
  }
  .detail__container-wrap {
    padding-bottom: 0;
    grid-template-areas: "img " "info" "description" "banner-list" "links";
    grid-template-columns: 100%;
    grid-column-gap: 0
  }
  .detail__info-block-wrap {
    border-radius: 0;
    padding-bottom: 22px
  }
  .detail__info-block-wrap + .detail__banner-list {
    display: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px
  }
  .detail__vendor-code {
    font-size: 12px;
    line-height: 15px
  }
  .detail__title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px
  }
  .detail__badge {
    margin-bottom: 20px
  }
  .detail__badge-item {
    padding: 3px 6px;
    font-size: 10px;
    line-height: 10px
  }
  .detail__control-block-mob {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    flex-direction: column
  }
  .detail__control-block {
    display: none
  }
  .detail__compare-btn,
  .detail__like-btn,
  .detail__share-btn {
    display: flex;
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
    margin-right: 0
  }
  .detail__compare-btn svg,
  .detail__like-btn svg,
  .detail__share-btn svg {
    width: 24px;
    height: 24px
  }
  .detail__share-content {
    left: auto;
    right: 0;
    width: 260px;
    padding-top: 5px;
    transform: none
  }
  .detail__share-content-wrap {
    padding: 10px;
    border-radius: 10px
  }
  .detail__share-content-list {
    max-height: 185px
  }
  .detail__share-item {
    padding: 4px 8px;
    font-size: 14px
  }
  .detail__copy-text {
    top: 180px;
    width: 280px;
    right: 20px
  }
  .detail__availability-block {
    margin-bottom: 22px
  }
  .detail__type {
    order: -3
  }
  .detail__old-price {
    margin-right: 6px;
    font-size: 13px;
    line-height: 17px
  }
  .detail__discount {
    font-size: 13px;
    line-height: 17px
  }
  .detail__new-price_val {
    font-size: 26px;
    line-height: 33px
  }
  .detail__price-economy {
    font-size: 13px;
    margin: 12px 0
  }
  .detail__credit-block {
    order: -1;
    margin-bottom: 22px
  }
  .detail__credit-text {
    margin-right: 6px;
    font-size: 13px;
    line-height: 17px
  }
  .detail__credit-value {
    font-size: 13px;
    line-height: 17px
  }
  .detail__options-title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px
  }
  .detail__options-text {
    width: 110px
  }
  .detail__test-drive-block {
    max-width: 370px;
    flex-direction: column;
    margin-bottom: 10px
  }
  .detail__characteristics-block {
    display: none
  }
  .detail__btn-block {
    max-width: 370px;
    flex-direction: column;
    margin-bottom: 10px
  }
  .detail__btn:last-child {
    margin-top: 4px
  }
  .detail__btn {
    height: 40px;
    width: 100%!important;
    max-width: none
  }
  .detail__link {
    margin-bottom: 12px
  }
  .detail__video-btn {
    max-width: 370px;
    margin-bottom: 14px
  }
  .detail__collapsing-block {
    display: none
  }
  .detail__delivery-block {
    margin-bottom: 0
  }
  .detail__banner-list {
    padding-top: 14px;
    margin-bottom: 0
  }
  .detail__collapsing-header {
    padding: 6px 6px 6px 16px
  }
  .detail__caption {
    font-size: 14px;
    line-height: 18px
  }
  .detail__content {
    padding: 6px 16px 20px
  }
  .detail__content-row {
    margin-bottom: 6px
  }
  .detail__message-block {
    margin-top: 15px;
    padding: 12px 16px
  }
  .detail__message-title {
    font-size: 16px;
    line-height: 20px
  }
  .detail__icon-mail {
    width: 44px;
    height: 44px;
    margin-right: 8px
  }
  .detail__main-link-img {
    width: 150px;
    margin-right: 10px
  }
  .detail__point-list {
    display: none
  }
  .detail .mobile {
    display: flex!important
  }
  .detail__video-descr {
    padding: 20px 20px 24px
  }
  .detail__video-tag {
    margin-bottom: 13px
  }
  .detail__video-name span {
    font-size: 16px
  }
  .detail__reviews-list {
    margin-bottom: 30px
  }
  .detail__reviews-item {
    width: calc(100%/2 - 10px);
    margin-bottom: 10px
  }
  .detail__add-btn {
    height: 40px;
    font-size: 14px;
    line-height: 18px
  }
  .details-pagination {
    flex-direction: column;
    padding: 10px 12px
  }
  .details-pagination__more {
    margin: 11px 0 21px
  }
  .details-pagination__paginator {
    margin-right: 0
  }
  .detail__img-block {
    -ms-grid-row: 1;
    -ms-grid-column: 1
  }
  .detail__info-block {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1
  }
  .detail__description-block {
    -ms-grid-row: 3;
    -ms-grid-column: 1
  }
  .detail__main-link-block {
    -ms-grid-row: 5;
    -ms-grid-column: 1
  }
  .detail__banner-list {
    -ms-grid-row: 4;
    -ms-grid-column: 1
  }
}
@media (max-width:768px) {
  .detail__best-price-block {
    display: none
  }
  .detail__best-price-content_mob {
    position: relative;
    top: auto;
    left: 0;
    display: block;
    width: 100%;
    max-width: 390px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 38px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: none
  }
  .detail__best-price-text {
    justify-content: space-between
  }
  .detail__best-price-text br {
    display: none
  }
  .detail__best-price-text svg {
    position: absolute;
    right: 12px;
    bottom: 6px
  }
}
@media (max-width:767px) {
  .detail.show-btn .detail__btn-mob {
    display: flex
  }
  .detail__main-link-block {
    display: flex;
    flex-direction: column
  }
  .detail__img-wrapper {
    flex-direction: column-reverse;
    height: auto
  }
  .detail__new-price_bonus {
    padding: 3px 5px;
    font-size: 13px
  }
  .detail__new-price_bonus span {
    font-size: 13px
  }
  .detail__main-link {
    width: 100%;
    margin-bottom: 10px
  }
  .detail__left-wrap {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 0
  }
  .detail__arrow-btn,
  .detail__thumbnail,
  .detail__thumbnail-content {
    display: none
  }
  .detail__img-wrap {
    width: 100%;
    height: 205px
  }
  .detail__img-info {
    right: auto;
    left: 0;
    bottom: 27px;
    flex-direction: row;
    width: auto;
    padding: 8px 16px 8px 8px
  }
  .detail__img-info svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-bottom: 0
  }
  .detail__img-info p {
    max-width: 110px;
    font-size: 11px;
    line-height: 11px;
    text-align: left
  }
  .detail__img-info p br {
    display: none
  }
  .detail__360-btn svg {
    margin-bottom: 0;
    margin-right: 8px
  }
  .detail__360-btn {
    width: calc(100% - 2px);
    margin-right: 2px;
    margin-top: 0;
    flex-direction: row;
    padding: 8px 12px;
    border-radius: 10px
  }
  .detail__icon-arrow-right {
    display: block;
    margin-left: auto;
    margin-right: 0!important;
    color: #0e0e0e
  }
  .detail__table-btn-left,
  .detail__table-btn-right {
    top: 26px;
    left: 100px;
    width: 24px;
    height: 24px
  }
  .detail__table-btn-right {
    left: auto;
    right: 5px
  }
  .detail__youtube-btn svg {
    margin-bottom: 0;
    margin-right: 8px
  }
  .detail__youtube-btn {
    width: calc(100% - 2px);
    margin-left: 2px;
    margin-top: 0;
    flex-direction: row;
    padding: 8px 12px;
    border-radius: 10px
  }
  .detail__table-wrapper {
    max-height: 500px
  }
  .detail__table-wrap {
    width: 100%
  }
  .detail__table-header-row {
    display: none
  }
  .detail__table-col {
    padding: 7px 0
  }
  .detail__table-col:nth-child(1) {
    width: 100%
  }
  .detail__table-col:nth-child(2) {
    width: 100%
  }
  .detail__table-col:nth-child(3) {
    width: 100%
  }
  .detail__table-col:nth-child(4) {
    width: 50%
  }
  .detail__table-col:nth-child(5) {
    width: 50%
  }
  .detail__table-col:nth-child(6) {
    width: 50%
  }
  .detail__table-col:nth-child(7) {
    width: 50%
  }
  .detail__table-col:nth-child(8) {
    width: 50%
  }
  .detail__table-col:nth-child(9) {
    width: 50%
  }
  .detail__header-sm {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #858585
  }
  .detail__table-row {
    flex-wrap: wrap;
    padding-bottom: 3px;
    margin-bottom: 13px;
    border-bottom: 1px solid #eaeaea
  }
  .detail__img:not(:last-child) {
    margin-bottom: 10px
  }
  .detail__video-list {
    margin-left: 0;
    margin-right: 0
  }
  .detail__video-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px
  }
  .detail__reviews-item {
    width: calc(100% - 10px)
  }
  .detail__add-reviews-row img {
    width: 139px;
    height: 40px
  }
  .details-pagination__paginator .paginator__wrap {
    margin: 0 2px
  }
  .details-pagination__paginator .paginator__button,
  .details-pagination__paginator .paginator__dots {
    width: 34px
  }
}
@media (max-width:600px) {
  .detail__description-row {
    flex-direction: column;
    padding: 7px 14px
  }
}
@media (max-width:580px) {
  .detail__select-block {
    min-width: 60%;
    margin-left: 20px
  }
  .detail__best-price-content_mob {
    max-width: 100%
  }
}
@media (max-width:1023px) and (min-width:581px) {
  .detail__options-row {
    justify-content: flex-start
  }
  .detail__options-reset {
    max-width: 390px
  }
  .detail__select-block {
    min-width: 260px;
    margin-left: 20px
  }
}
@media (min-width:581px) and (max-width:1024px) {
  .detail__gift-block {
    max-width: 390px
  }
}