/* detail-minified */
.rating-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.rating-component__item {
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/star-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  transition: .2s ease-in-out
}

.rating-component__item--active {
  background-image: url(../img/star-icon--black.svg)
}

.rating-component__label {
  margin: 0;
  cursor: pointer
}

.detail-rating .rating-component .rating-component__item {
  background-image: url(../img/star-icon--black.svg);
  background-size: 18px
}

.detail-rating .rating-component__input:checked ~ .rating-component__label .rating-component__item {
  background-image: url(../img/star-icon.svg)
}

.detail-rating .rating-component:hover .rating-component__label .rating-component__item {
  background-image: url(../img/star-icon--black.svg)
}

.detail-rating .rating-component__input:hover ~ .rating-component__label .rating-component__item {
  background-image: url(../img/star-icon.svg)
}

.rating-component__wrapper {
  position: relative
}

.rating-component__wrapper:hover .rating-component__info {
  visibility: visible;
  opacity: 1;
  top: 30px
}

.rating-component__info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  padding: 20px;
  width: 200px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
  transform: translateX(-50%);
  transition: .2s ease-in-out
}

.rating-component__info-header {
  margin-bottom: 10px;
  display: block;
  text-align: center
}

.rating-component__info .detail-properties {
  pointer-events: none;
  margin-bottom: 10px
}

.rating-component__info-link {
  display: block;
  text-align: center;
  color: #000;
  transition: .2s ease-in-out
}

.rating-component__info-link:hover {
  color: #B12535;
  text-decoration: none
}

.rating-component__info-text {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: 7D858C
}

.rating-component__item-wrap {
  z-index: 1;
  position: relative;
  background-color: #fff
}

.rating-component__info .detail-properties__name-dots {
  margin-right: 5px
}

.rating-component__info .rating-component__item-wrap {
  display: flex;
  max-width: max-content
}

.rating-component__info .rating-component__item {
  margin-right: 2px
}

.detail-header {
  display: flex;
  justify-content: space-between
}

.detail-description .legalization {
  margin-bottom: 0;
  line-height: 24px
}

.detail-image-wrapper {
  overflow: hidden;
  padding: 90px 0;
  position: relative;
  width: 100%;
  max-width: 780px;
  background-color: #E5EAEC
}

.detail-image-wrapper .sticker {
  margin-right: 12px
}

.detail-description {
  padding: 40px 0 0 40px;
  width: 50%
}

.detail-image__sticker {
  position: absolute;
  top: 40px;
  left: 43px
}

.detail-image__slider {
  width: 100%
}

.detail-image__slider-img {
  padding: 0 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.detail-image__slider-img img {
  display: block;
  max-width: 100%
}

.detail-tags {
  padding-top: 18px
}

.detail-tags__title {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
  color: 7D858C;
  font-weight: 400;
  text-transform: uppercase
}

.detail-category {
  margin-bottom: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  line-height: 24px
}

.detail-category__link {
  margin-right: 10px;
  font-size: 12px;
  color: 7D858C;
  text-transform: uppercase;
  transition: .2s ease-in-out
}

.detail-category__link:hover {
  color: #B12535;
  text-decoration: none
}

.detail-rating {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.detail-rating__title {
  margin-left: 8px;
  margin-right: 16px;
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 28px;
  transition: .2s ease-in-out
}

.detail-rating__title:hover {
  color: #B12535;
  text-decoration: none
}

.detail-rating .card-component__crumb {
  margin: 0
}

.product-name {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  color: #000
}

.product-subnames {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 24px;
  color: 7D858C;
  text-transform: uppercase
}

.detail-contacts {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.detail-contacts__link {
  margin-right: 60px;
  padding-left: 28px;
  position: relative;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: .2s ease-in-out
}

.detail-contacts__link:last-child {
  margin-right: 0
}

.detail-contacts__link:hover {
  color: #bb2135;
  text-decoration: none
}

.detail-contacts__link::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px
}

.detail-contacts__link--phone::before {
  background-image: url(../img/phone-icon--red.svg)
}

.detail-contacts__link--mail::before {
  background-image: url(../img/mail-icon--red.svg)
}

.detail-contacts__link--question::before {
  background-image: url(../img/question-icon--red.svg)
}

.detail__price {
  margin-bottom: 32px
}

.detail__price .price__discount, .detail__price .price__main {
  margin-right: 15px;
  font-size: 24px;
  line-height: 18px
}

.detail-tools {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.detail-tools__buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.detail-tools .counter {
  margin-right: 10px;
  max-width: 100px
}

.detail-tools .fav-button {
  max-width: 40px;
  transition: .2s ease-in-out
}

.detail-tools .main-button {
  margin-right: 1px;
  max-width: 200px
}

.product-options {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.product-options__volume {
  margin-right: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.product-options__volume-item {
  margin-right: 10px;
  padding: 7px 16px;
  display: block;
  font-size: 16px;
  color: #000;
  border: 1px solid #E5EAEC;
  transition: .2s ease-in-out
}

.product-options__volume-item:last-child {
  margin-right: 0
}

.product-options__volume-item:hover {
  color: #B12535;
  text-decoration: none
}

.product-options__year {
  margin-right: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.product-options__year-item {
  padding: 7px 22px;
  display: block;
  font-size: 16px;
  color: #000;
  border-left: 1px solid #E5EAEC;
  transition: .2s ease-in-out
}

.product-options__year-item:last-child {
  border-right: 1px solid #E5EAEC
}

.product-options__year-item:hover {
  color: #B12535;
  text-decoration: none
}

.product-options__volume-item--selected, .product-options__year-item--selected {
  color: #B12535
}

.detail-properties {
  margin-bottom: 45px
}

.detail-properties__item {
  margin-bottom: 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px
}

.detail-properties__item:last-child {
  margin-bottom: 0
}

.detail-properties__name-dots {
  overflow: hidden;
  margin: 0;
  margin-right: 60px;
  position: relative;
  width: 100%;
  max-width: 330px;
  font-weight: 600;
}

.detail-properties__name-dots::before {
  position: absolute;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "
}

.detail-properties__name {
  position: relative;
  padding-right: 5px;
  background-color: #fff
}

.detail-properties__value-link {
  color: #000;
  transition: .2s ease-in-out
}

.detail-properties__value-link:hover {
  color: #B12535;
  text-decoration: none
}

.detail-crumbs {
  margin-bottom: 58px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.detail-crumbs__item {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.detail-crumbs__item:first-child {
  margin-right: 60px;
  max-width: 330px;
  width: 100%
}

.detail-crumbs__title {
  margin-right: 24px;
  display: block;
  font-size: 12px;
  color: 7D858C;
  text-transform: uppercase
}

.detail-crumbs__item .card-component__crumb {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0;
  margin-right: 24px
}

.where-buy-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000;
  transition: .2s ease-in-out
}

.where-buy-button:hover {
  color: #B12535;
  text-decoration: none
}

.where-buy-button svg {
  margin-right: 10px;
  fill: none;
  stroke: #898989;
  transition: .2s ease-in-out
}

.where-buy-button:hover svg {
  stroke: #B12535
}

@media (min-width: 1441px) and (max-width: 1480px) {
  .product-options {
    flex-wrap: wrap
  }

  .detail-image-wrapper {
    max-width: 50%
  }
}

@media (min-width: 1401px) and (max-width: 1440px) {
  .product-options {
    flex-wrap: wrap
  }

  .detail-image-wrapper {
    max-width: 50%
  }
}

@media (min-width: 1367px) and (max-width: 1400px) {
  .product-options {
    flex-wrap: wrap
  }

  .detail-image-wrapper {
    max-width: 50%
  }
}

@media (min-width: 1281px) and (max-width: 1366px) {
  .product-options {
    flex-wrap: wrap
  }

  .detail-image-wrapper {
    max-width: 50%
  }

  .product-options__volume {
    margin-right: 20px
  }

  .product-options__year {
    margin-right: 0
  }
}

@media (min-width: 1241px) and (max-width: 1280px) {
  .detail-properties__name-dots {
    max-width: 250px
  }

  .detail-image-wrapper {
    max-width: 50%
  }

  .detail-contacts__link {
    margin-right: 20px
  }

  .product-options {
    flex-wrap: wrap
  }

  .product-options__volume {
    margin-right: 20px
  }

  .product-options__year {
    margin-right: 0
  }
}

@media (min-width: 1201px) and (max-width: 1240px) {
  .detail-properties__name-dots {
    max-width: 250px
  }

  .detail-image-wrapper {
    max-width: 50%
  }

  .detail-contacts__link {
    margin-right: 20px
  }

  .product-options {
    flex-wrap: wrap
  }

  .product-options__volume {
    margin-right: 20px
  }

  .product-options__year {
    margin-right: 0
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .detail-properties__name-dots {
    max-width: 250px
  }

  .detail-image-wrapper {
    max-width: 50%
  }

  .detail-contacts__link {
    margin-right: 20px
  }

  .product-options {
    flex-wrap: wrap
  }

  .product-options__volume {
    margin-right: 20px
  }

  .product-options__year {
    margin-right: 0
  }
}

@media (min-width: 971px) and (max-width: 1024px) {
  .detail-properties__name-dots {
    max-width: 250px
  }

  .detail-image-wrapper {
    max-width: 50%
  }

  .detail-contacts__link {
    margin-right: 20px
  }

  .product-options {
    flex-wrap: wrap
  }

  .description-tab {
    columns: 1
  }

  .detail-crumbs__item {
    flex-wrap: wrap
  }

  .detail-crumbs__item:first-child {
    max-width: 250px
  }

  .detail-crumbs__title {
    margin-right: 0;
    width: 100%
  }

  .product-options__volume {
    margin-right: 20px
  }

  .product-options__year {
    margin-right: 0
  }
}

@media (min-width: 577px) and (max-width: 970px) {
  .detail-header {
    overflow: hidden;
    flex-wrap: wrap
  }

  .detail-image-wrapper {
    padding: 30px 0;
    width: 100%;
    max-width: 100%;
    height: 430px
  }

  .detail-image__slider, .detail-image__slider .slick-list, .detail-image__slider .slick-track, .detail-image__slider-item {
    height: 100%
  }

  .detail-image__sticker {
    top: 20px;
    left: 20px
  }

  .detail-description {
    padding: 0 20px;
    padding-top: 20px;
    width: 100%
  }

  .description-tab {
    padding: 0 20px 20px;
    columns: 1
  }

  .detail-body .tabs {
    margin: 0 20px;
    margin-bottom: 40px
  }

  .about-tab {
    padding: 0 20px
  }

  .about-tab__item {
    margin-bottom: 30px
  }

  .about-tab__img-frame {
    margin-right: 40px;
    max-width: 350px;
    height: 450px
  }

  .about-tab__item--reverse .about-tab__img-frame {
    margin-left: 40px
  }

  .about-tab__description strong {
    font-size: 18px;
    line-height: 21px
  }

  .about-tab__description p {
    font-size: 14px;
    line-height: 22px
  }

  .about-tab__item:first-child .about-tab__description p {
    font-size: 14px;
    line-height: 20px
  }

  .detail-reviews .review-component {
    padding: 0 20px;
    padding-bottom: 30px;
    max-width: calc((100% / 2) - 10px)
  }

  .where-buy {
    flex-wrap: wrap
  }

  .where-buy__wrap {
    max-width: 100%
  }

  .where-buy__info {
    padding: 0 20px;
    flex-wrap: wrap
  }

  .where-buy__img-frame {
    margin: 0 auto
  }

  .detail-tags {
    padding: 0 20px
  }

  .detail-sliders--recommend {
    padding-top: 30px
  }

  .watched {
    margin-right: 20px
  }

  .watched__slider .custom-slick--next {
    right: 0
  }

  .watched__slider .custom-slick--prev {
    right: 35px
  }

  .similar__slider .card-component-wrapper, .watched__slider .card-component-wrapper {
    margin-right: 0;
    width: 350px
  }

  .similar__slider-wrap, .watched__slider-wrap {
    padding-bottom: 75px
  }

  .similar__slider .custom-slick--next {
    right: 20px
  }

  .similar__slider .custom-slick--prev {
    right: 55px
  }

  .similar__slider-wrap::after, .watched__slider-wrap::after {
    bottom: 30px
  }

  .detail-articles, .main-banner--detail {
    display: none
  }

  .legalization-info {
    padding: 20px 20px 0
  }
}

@media (max-width: 576px) {
  .detail-header {
    flex-wrap: wrap
  }

  .detail-image-wrapper {
    padding: 30px 0;
    width: 100%;
    height: 430px
  }

  .detail-image__slider, .detail-image__slider .slick-list, .detail-image__slider .slick-track, .detail-image__slider-item {
    height: 100%
  }

  .detail-image__sticker {
    top: 20px;
    left: 20px
  }

  .detail-rating__title {
    font-size: 12px
  }

  .detail-description {
    padding: 0 20px;
    padding-top: 10px;
    width: 100%
  }

  .detail-category {
    margin-bottom: 5px;
    flex-wrap: wrap
  }

  .detail-rating {
    margin-bottom: 20px;
    flex-wrap: wrap
  }

  .product-name {
    font-size: 18px;
    line-height: 24px
  }

  .product-subnames {
    margin-bottom: 20px;
    line-height: 14px
  }

  .product-code {
    margin-bottom: 10px;
    font-size: 12px
  }

  .product-options {
    margin-bottom: 30px;
    flex-wrap: wrap
  }

  .product-options__volume {
    margin-right: 20px
  }

  .product-options__year {
    margin-right: 0;
    flex-wrap: wrap
  }

  .product-options__volume-item {
    font-size: 12px
  }

  .product-options__year-item {
    padding: 7px 11px;
    font-size: 12px
  }

  .where-buy-button {
    font-size: 12px;
    width: 100%
  }

  .detail__price .price__discount, .detail__price .price__main {
    font-size: 18px
  }

  .detail__price {
    margin-bottom: 20px
  }

  .detail-tools {
    margin-bottom: 0;
  }

  .detail-properties {
    margin-bottom: 20px
  }

  .detail-properties__item {
    align-items: flex-start
  }

  .detail-properties__name-dots {
    margin-right: 20px;
    max-width: 150px
  }

  .detail-crumbs {
    margin-bottom: 0;
    flex-wrap: wrap
  }

  .detail-crumbs__item {
    width: 100%;
    max-width: 100%
  }

  .detail-crumbs__item:first-child {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .detail-contacts {
    display: none
  }

  .legalization {
    display: none
  }

  .detail-body .tabs {
    flex-wrap: wrap
  }

  .detail-body .tabs__item {
    margin-right: 0;
    width: 100%;
    border-top: 1px solid #E5EAEC
  }

  .detail-body .tabs__link {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #000
  }

  .detail-body .tabs__link::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
  }

  .detail-body .tabs__link--active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .detail-body .tabs__link::before {
    display: none
  }

  .description-tab {
    padding: 0 20px;
    columns: 1
  }

  .description-tab span {
    margin-bottom: 10px
  }

  .description-tab p {
    margin-bottom: 30px;
    font-size: 14px
  }

  .description-tab__ratings-link {
    max-width: 100%;
    font-size: 14px
  }

  .about-tab {
    padding: 0 20px
  }

  .about-tab__item {
    margin-bottom: 30px;
    flex-wrap: wrap
  }

  .about-tab__img-frame {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
    height: 270px
  }

  .about-tab__description strong {
    font-size: 18px;
    line-height: 21px
  }

  .about-tab__description p {
    font-size: 14px;
    line-height: 22px
  }

  .about-tab__item--reverse .about-tab__img-frame {
    order: 0;
    margin-left: 0
  }

  .about-tab__item--reverse .about-tab__description {
    order: 1
  }

  .about-tab__item:first-child .about-tab__description p {
    font-size: 14px;
    line-height: 20px
  }

  .about-tab__item:first-child .about-tab__description p::after {
    display: none
  }

  .detail-reviews .review-component {
    padding: 0 20px;
    padding-bottom: 30px;
    max-width: 100%
  }

  .where-buy {
    flex-wrap: wrap
  }

  .where-buy__wrap {
    max-width: 100%
  }

  .where-buy__info {
    padding: 0 20px;
    flex-wrap: wrap
  }

  .where-buy__img-frame {
    margin: 0 auto
  }

  .detail-tags {
    padding: 0 20px
  }

  .tags-cloud__link {
    padding: 6px
  }

  .detail-sliders {
    flex-wrap: wrap
  }

  .detail-sliders--recommend {
    padding-top: 30px
  }

  .detail-sliders--overflow-h .card-component-wrapper {
    margin: 0 15px;
    width: 100%;
    max-width: calc((100% / 2) - 10px);
    height: auto
  }

  .detail-sliders--overflow-h .card-component {
    padding: 0;
    padding-top: 20px
  }

  .detail-sliders--overflow-h .card-component--vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%
  }

  .detail-sliders--overflow-h .card-component__img {
    padding-top: 22px;
    max-width: 110px;
    height: 198px
  }

  .detail-sliders--overflow-h .card-component__sticker {
    -webkit-box-ordinal-group: 0;
    order: -1;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    justify-content: flex-start
  }

  .detail-sliders--overflow-h .sticker {
    padding: 2px 6px;
    font-size: 10px
  }

  .detail-sliders--overflow-h .card-component__crumbs {
    -webkit-box-pack: start;
    justify-content: flex-start
  }

  .detail-sliders--overflow-h .card-component__crumb {
    visibility: visible;
    opacity: 1
  }

  .detail-sliders--overflow-h .card-component__name {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    height: auto
  }

  .detail-sliders--overflow-h .card-component__price {
    display: none
  }

  .detail-sliders--overflow-h .card-component__tools {
    display: none
  }

  .detail-sliders--overflow-h .main-button {
    max-width: 40px;
    height: 30px
  }

  .detail-sliders--overflow-h .card-component__tools--mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end
  }

  .detail-sliders--overflow-h .card-component__price--mobile {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start
  }

  .detail-sliders--overflow-h .card-component--discount .price__main {
    font-size: 12px
  }

  .detail-sliders--overflow-h .price__main {
    font-size: 16px
  }

  .detail-sliders--overflow-h .card-component--discount .price__discount {
    font-size: 16px
  }

  .similar__slider-wrap, .watched__slider-wrap {
    padding-bottom: 55px
  }

  .similar__slider .custom-slick--next, .watched__slider .custom-slick--next {
    right: 20px
  }

  .similar__slider .custom-slick--prev, .watched__slider .custom-slick--prev {
    right: 55px
  }

  .similar__slider-wrap::after, .watched__slider-wrap::after {
    bottom: 30px
  }

  .detail-articles, .main-banner--detail {
    display: none
  }

  .legalization-info {
    padding: 20px 20px 0
  }
}

@media (max-width: 359px) {
  .detail-sliders--overflow-h .card-component-wrapper {
    margin: 0 10px
  }
}

.prop-link-block {
  margin: 0
}