@charset "UTF-8";

.vi-gift-link{
  margin-top: 1rem;
  font-size: 1.7rem;
  cursor: pointer;
  width: fit-content;
}

@media( min-width: 994px ){
  body{
    background-color: var(--light) !important;
  }
  .vi-product__item--left{
    padding-right: 20px;
  }
}
@media( max-width: 993px ){
  body {
    background-color: var(--white) !important;
  }
  .vi-section-block .vi-goods{
    background-color: var(--light) !important;
  }
}

.vi-product-details-whiteblock{
  background: var(--white);
  padding: 1rem;
}

/* Product-info*/
.vi-product {
  display: flex;
  column-gap: 0.5%;
  width: 100%;
  position: relative;
  z-index: 1;
}


.vi-product-details {
  display: flex;
  flex-direction: column;
}
.vi-product-details .vi-label {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.vi-product-details .vi-label__item {
  display: flex;
  align-items: center;
  background: var(--light);
  border-radius: 4px;
  width: fit-content;
  text-transform: uppercase;
}
.vi-product-details__item--slider {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;

}
.vi-product-details__item--description {
  border-top: 1px solid var(--dark);
}
.vi-product-details__item--description details {
  overflow: hidden;
  width: 100%;
}
.vi-product-details__item--description summary {
  display: block;
}
.vi-product-details__item--description summary::-webkit-details-marker {
  display: none;
}
.vi-product-details__item--description span {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--white);
  color: var(--dark);
  justify-content: space-between;
  flex-direction: row-reverse;
}
.vi-product-details__item--description span:hover {
  cursor: pointer;
}
.vi-product-details__item--description span::before {
  content: "";
  display: flex;
  align-items: center;
  transition: rotate 400ms ease-out;
  rotate: 180deg;
  background-image: url(../img/svg/prime_angle-up.svg);
  width: 32px;
  height: 32px;
  background-size: cover;
}
.vi-product-details__item--description .content {
  background: var(--white);
  box-sizing: border-box;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: all 1000ms;
  height: 100%;
}
.vi-product-details__item--description .content__item {
  display: flex;
  align-items: flex-start;
}

.vi-product-details__item--description .content__item .content__item_name{
  padding-right: 0.3rem;
  font-weight: 500;
}


.vi-product-details__item--description .content__item span {
  display: inline;
  padding: 0;
  height: unset;
}
.vi-product-details__item--description .content__item span::before {
  content: unset;
  display: inline;
  font-size: unset;
  margin: 0;
  height: unset;
}
.vi-product-details__item--description .content__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vi-product-details__item--description .content__items span {
  display: inline;
  padding: 0;
  height: unset;
}
.vi-product-details__item--description .content__items span::before {
  content: unset;
  display: inline;
  font-size: unset;
  margin: 0;
  height: unset;
}
.vi-product-details__item--description .content__items ol ul {
  padding-inline-start: unset;
}
.vi-product-details__item--description .content__items ol span {
  font: inherit;
}
.vi-product-details__item--description .content__items p {
  margin-bottom: 0;
  margin-top: 0;
}
.vi-product-details__item--description .content__title {
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
.vi-product-details__item--description details[open] + div.content {
  max-height: 5000px;
  border-color: var(--dark);
  border-bottom: 1px solid;
  height: calc(0px + 100%);
  transition: all 1000ms;
  padding-bottom: 14px;
}
.vi-product-details__item--description details[open] span::before {
  rotate: 360deg;
  transition: rotate 200ms ease-out;
}
.vi-product-details__slider-service {
  display: flex;
  flex-direction: column;
  width: 14%;
}
.vi-product-details__element {
  background: var(--white);
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.vi-product-details__arrows {
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  width: 14%;
}
.vi-product-details__arrow-down {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--light-blue);
  cursor: pointer;
}
.vi-product-details__arrow-down--noactive {
  background: var(--light-blue2);
  cursor: default;
}
.vi-product-details__arrow-down img {
  transform: rotate(90deg);
}
.vi-product-details__arrow-up {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--light-blue);
  cursor: pointer;
}
.vi-product-details__arrow-up--noactive {
  background: var(--light-blue2);
  cursor: default;
}
.vi-product-details__arrow-up img {
  transform: rotate(-90deg);
}
.vi-product-details__box {
  background: var(--white);
  position: relative;
  display: flex;
  justify-content: center;
}
.vi-product-details__slider{
  background-color: var(--white);
}
.vi-product-details__slider ul {
  padding-inline-start: 0px;
}
.vi-product-details__slider--modify {
  display: flex;
  overflow: hidden;
}
.vi-product-details__slider--modify .slick-slide {
  min-width: 100%;
}

.vi-product-title {
  display: flex;
  flex-direction: column;
}

.top-prodict-title-block{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;

}


.top-prodict-title-block .vi-product-title__article:first-child{
  text-align: left;
}
.top-prodict-title-block .vi-product-title__article:last-child{
  text-align: right;
}


.vi-product-title__item--name {
  display: flex;
  flex-direction: column;
}
.vi-product-title__item--action {
  display: flex;
  flex-direction: column;
}
.vi-product-title__item--banner {
  background: var(--biege);
  display: flex;
  position: relative;
  flex-direction: row;
}
@media( max-width: 993px ){
  .vi-product-title__item--banner{
    flex-direction: column;
  }
  .vi-product__item--right .vi-product-title__item--banner {

    display: none;
  }
}

.vi-product-title__item--banner .vi-banner {
  display: flex;
  flex-direction: column;
  gap: unset;
}
.vi-product-title__item--banner .vi-banner__item--main-title {
  display: flex;
  flex-direction: column;
}
.vi-product-title__item--banner .vi-banner__item--for-users {
  color: var(--dark);
}
.vi-product-title__item--banner .vi-banner__subtitle {
  color: var(--dark);
  text-transform: uppercase;
}
.vi-product-title__item--banner .vi-banner__title {
  color: var(--orange);
  text-transform: uppercase;
}
.vi-product-title__item--banner .vi-banner-img {
  margin-top: auto;
}
.vi-product-title__item--price .vi-product-price {
  display: flex;
  align-items: center;
  justify-content: left;
}
.vi-product-title__item--price .vi-product-price__now {
  color: var(--dark);
}
.vi-product-title__item--price .vi-product-price__before {
  color: var(--gray);
  text-decoration-line: line-through;
}
.vi-product-title__item--buttons-buy {
  display: flex;
  z-index: 11;
}
.vi-product-title__item--short-description {
  display: flex;
  flex-direction: column;
}
.vi-product-title__full-name ,.vi-product-title__full-name *{
  color: var(--dark);
  margin-top: 0px !important;
}
.vi-product-title__article {
  color: var(--dark);
}
.vi-product-title__action {
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 4px;
}
.vi-product-title__action a, .vi-product-title__action a:visited {
  color: var(--orange);
  text-decoration-line: underline;
}
.vi-product-title__fast-buy {
  color: var(--dark);
  background: var(--white);
  padding: 1.65625rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
}
.vi-product-title__to-cart {
  color: var(--white);
  background: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px;
}
.vi-product-title__to-cart .vi-added-to-cart {
  display: flex;
  /*column-gap: 0.625rem;*/
  align-items: center;
}
.vi-product-title__to-cart .vi-added-to-cart :not(:first-child){
  margin-left:0.625rem;
}

.vi-product-title__to-cart .vi-added-to-cart img {
  width: 18px;
  height: 18px;
}



.vi-product-title__add-to-wishes {
  width: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  background: var(--dark);
  color: var(--white);
}

.vi-product-title__add-to-wishes .vi-added-to-wishes {
  display: flex;
  column-gap: 0.625rem;
}
.vi-product-title__add-to-wishes--active {
  background: var(--primary);
}

.vi-product-title__title {
  color: var(--dark);
}
.vi-product-title__description {
  color: var(--dark);
}

.vi-product-details__slider .slick-arrow {
  position: absolute;
  z-index: 10;
  font-size: 0;
  width: 32px;
  height: 32px;
  top: 50%;
}

.vi-product-details__slider .slick-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.vi-product-details__slider .slick-dots li {
  list-style: none;
  width: 100%;
  height: 130px;
  cursor: pointer;
}
.vi-product-details__slider .slick-dots li.slick-active {
  border: 1px solid #333;
  border-radius: 4px;
}

.vi-product-details__slider .slick-dots button {
  font-size: 0;
  background-color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

.vi-product-details__slider .slick-dots li.slick-active button {
  background-color: transparent;
  opacity: unset;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

.vi-product-details__slider .slick-list {
  overflow: hidden;
}

.vi-product-details__slider .slick-track {
  display: flex;
  align-items: flex-start;
}

.vi-product-details__slider .slick-arrow.slick-prev {
  font-size: 0;
  background: url(../img/svg/prime_angle-left.svg) 0 0/100% no-repeat;
  left: 0;
}

.vi-product-details__slider .slick-arrow.slick-next {
  font-size: 0;
  right: 0;
  background: url(../img/svg/prime_angle-right.svg) 0 0/100% no-repeat;
}

.vi-product-details__slider-service .slick-track {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.vi-product-details__slider-service .slick-list {
  overflow: hidden;
  padding: 0 !important;
}

.vi-product-details__slider-service .slick-slide.slick-current .vi-product-details__element {
  border-bottom: 1px solid #333;
}

.vi-product-details__slider-service .slick-slide {
  cursor: pointer;
}

.vi-fast-buy {
  background: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}
.vi-fast-buy__title {
  color: var(--dark);
  text-align: center;
}
.vi-fast-buy__container {
  display: flex;
}
.vi-fast-buy__box {
  display: flex;
  flex-direction: column;
}
.vi-fast-buy__name {
  color: var(--dark);
}
.vi-fast-buy__price {
  color: var(--dark);
}
.vi-fast-buy__holder {
  display: flex;
}
.vi-fast-buy__close {
  position: absolute;
  top: 0;
  right: 0;
}

.vi-button {
  display: flex;
  justify-content: center;
  background: var(--orange);
  color: var(--white);
  border-radius: 4px;
}

.fancybox__content .f-button.is-close-btn {
  display: none;
}

.fancybox__container {
  --fancybox-bg:rgba(24, 24, 27, 0.3)!important;
}

.fancybox__container.has-toolbar {
  --fancybox-bg:#F9F9F9!important;
}

.custom {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.fancybox__viewport.is-draggable {
  background: #FFFFFF;
}

.f-button {
  background: unset !important;
  width: 48px !important;
  height: 48px !important;
}

.fancybox__caption {
  color: var(--dark) !important;
  padding: 0 !important;
}

.fancybox__toolbar {
  color: var(--dark) !important;
  text-shadow: unset !important;
  font-family: inherit !important;
  padding: 11px 0 20px 0 !important;
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  border: 1px solid var(--dark) !important;
}

.f-button svg {
  width: 32px !important;
  height: 32px !important;
}

.f-button.is-close-btn {
  position: relative !important;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 16px 0 !important;
}

.f-thumbs__slide__button {
  opacity: unset !important;
  background: #FFFFFF !important;
}

.f-thumbs {
  --f-thumb-width: 64px!important;
  --f-thumb-height: 64px!important;
  --f-thumb-border-radius: 4px!important;
}

.f-thumbs__slide__img {
  padding: 7px !important;
}

/* сообщение о скрытых скидках*/
.vi-head-container__item--mobile-mesagge{
  position: fixed;
  bottom: 206px;
  width: 100%;
}



