.detail {
   text-align: left;
   margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
   .detail {
      margin-bottom: 60px;
   }
}
@media screen and (max-width: 480px) {
   .detail {
      margin-bottom: 40px;
   }
}
.detail-main {
   display: flex;
   margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
   .detail-main {
      flex-direction: column;
      margin-bottom: 45px;
   }
}
.detail-video {
   position: absolute;
   top: 30px;
   left: 30px;
   background: #2fa4ce;
   width: 137px;
   height: 35px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 590px;
   font-weight: 600;
   font-size: 9.5px;
   line-height: 11px;
   text-transform: uppercase;
   color: #fff;
   transition: all 0.4s ease-in-out;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   z-index: 6;
}
@media screen and (max-width: 1024px) {
   .detail-video {
      top: 10px;
      left: 10px;
   }
}
.detail-video:hover {
   background-color: #2a93b9;
}
.detail-video::before {
   content: "";
   background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4446 3.38991C3.4446 2.62208 4.27408 2.14072 4.94074 2.52166L9.70323 5.24308C10.375 5.62698 10.375 6.59568 9.70323 6.97957L4.94074 9.70099C4.27408 10.0819 3.4446 9.60057 3.4446 8.83275L3.4446 3.38991Z' fill='white'/%3E%3C/svg%3E%0A");
   width: 11px;
   height: 12px;
   margin-right: 6px;
   display: block;
   background-size: 100%;
}
.detail-list {
   -moz-column-count: 2;
   column-count: 2;
   -moz-column-gap: 50px;
   column-gap: 50px;
}
@media screen and (max-width: 1024px) {
   .detail-list {
      -moz-column-count: 1;
      column-count: 1;
   }
}
.detail-list__item {
   width: 404px;
   font-weight: 300;
   font-size: 15px;
   line-height: 220%;
   color: #5f5f5f;
   display: flex;
   justify-content: space-between;
}
@media screen and (max-width: 480px) {
   .detail-list__item {
      width: 100%;
      font-size: 12px;
   }
}
.detail-list__item span:first-child {
   flex-grow: 1;
   display: flex;
   align-items: baseline;
}
.detail-list__item span:first-child::after {
   content: "";
   border-bottom: 1px dashed #5f5f5f;
   flex-grow: 1;
}
.detail-description {
   font-weight: 300;
   font-size: 15px;
   line-height: 170%;
   text-align: left;
   max-width: 1100px;
}
.detail-gallery {
   display: flex;
}
@media screen and (max-width: 480px) {
   .detail-gallery {
      flex-direction: column;
   }
}
.detail-gallery__main {
   width: 526px;
   height: 566px;
   display: flex;
   background-color: #fff;
   border: 1px solid #ececec;
}
@media screen and (max-width: 1500px) {
   .detail-gallery__main {
      width: 404px;
      height: 470px;
   }
}
@media screen and (max-width: 480px) {
   .detail-gallery__main {
      width: 100%;
      height: 340px;
   }
}
.detail-gallery__slider {
   width: 100%;
   height: 100%;
   overflow: hidden;
}
.detail-gallery__image {
   width: 100%;
   height: 100%;
   overflow: hidden;
}
.detail-gallery__slide {
   padding: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.detail-gallery__slide::after {
   content: "";
   position: absolute;
   width: 83px;
   height: 83px;
   border-radius: 50%;
   background-color: #ececec;
   right: -28px;
   bottom: -28px;
   background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M7.92682 0C3.55609 0 0 3.55609 0 7.92682C0 12.2978 3.55609 15.8536 7.92682 15.8536C12.2978 15.8536 15.8536 12.2978 15.8536 7.92682C15.8536 3.55609 12.2978 0 7.92682 0ZM7.92682 14.3903C4.36293 14.3903 1.46341 11.4908 1.46341 7.92686C1.46341 4.36296 4.36293 1.46341 7.92682 1.46341C11.4907 1.46341 14.3902 4.36293 14.3902 7.92682C14.3902 11.4907 11.4907 14.3903 7.92682 14.3903Z' fill='black'/%3E%3Cpath d='M17.786 16.751L13.5908 12.5558C13.305 12.27 12.842 12.27 12.5562 12.5558C12.2703 12.8414 12.2703 13.3049 12.5562 13.5905L16.7513 17.7856C16.8942 17.9285 17.0813 18 17.2686 18C17.4557 18 17.643 17.9285 17.786 17.7856C18.0718 17.5 18.0718 17.0366 17.786 16.751Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
   background-size: 18px 18px;
   background-position: 24px 24px;
   background-repeat: no-repeat;
}
.detail-gallery__slide img {
   width: 100%;
   height: 100%;
   -o-object-fit: contain;
   object-fit: contain;
   -o-object-position: center;
   object-position: center;
   display: block;
   pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .detail-gallery__slide img {
      width: auto;
      height: auto;
   }
}
.detail-gallery__fancy {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 4;
}
.detail-gallery__arrow {
   width: 50px;
   height: 50px;
   background-color: #fff;
   border-radius: 50%;
   box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 4;
   background-position: center center;
   background-repeat: no-repeat;
   cursor: pointer;
}
.detail-gallery__arrow_left {
   left: 30px;
   background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.6967C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM2 5.25L1 5.25L1 6.75L2 6.75L2 5.25Z' fill='%232FA4CE'/%3E%3C/svg%3E%0A");
}
.detail-gallery__arrow_right {
   right: 30px;
   background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.53033 6.53033C6.82322 6.23744 6.82322 5.76256 6.53033 5.46967L1.75736 0.696699C1.46447 0.403806 0.989593 0.403806 0.696699 0.696699C0.403806 0.989593 0.403806 1.46447 0.696699 1.75736L4.93934 6L0.696699 10.2426C0.403806 10.5355 0.403806 11.0104 0.696699 11.3033C0.989593 11.5962 1.46447 11.5962 1.75736 11.3033L6.53033 6.53033ZM5 6.75L6 6.75L6 5.25L5 5.25L5 6.75Z' fill='%232FA4CE'/%3E%3C/svg%3E%0A");
}
.detail-badges {
   position: absolute;
   top: 0;
   right: 0;
}
.detail-badges__item {
   position: absolute;
   top: 0;
   right: 0;
   width: 32px;
   height: 54px;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #52d596;
   -ms-writing-mode: tb;
   writing-mode: tb;
   font-weight: 600;
   font-size: 13px;
   line-height: 16px;
   color: #ffffff;
   transform: rotate(180deg);
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.detail-badges__item_hit {
   background: #8452d5;
}
.detail-thumbs {
   width: 125px;
   height: 566px;
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-left: 10px;
}
@media screen and (max-width: 1500px) {
   .detail-thumbs {
      width: 85px;
      height: 470px;
      margin-right: 20px;
   }
}
@media screen and (max-width: 480px) {
   .detail-thumbs {
      width: 100%;
      height: 125px;
      margin-left: 0;
      margin-top: 24px;
      display: none;
   }
}
.detail-thumbs__slider {
   width: 100%;
   height: 100%;
}
.detail-thumbs__slide {
   width: 125px;
   height: 133px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   cursor: pointer;
   border: 1px solid #ececec;
}
.detail-thumbs__slide.swiper-slide-active {
   border: 1px solid #2fa4ce;
}
@media screen and (max-width: 1500px) {
   .detail-thumbs__slide {
      width: 85px;
      height: 85px;
   }
}
.detail-thumbs__slide img {
   width: 100%;
   height: 100%;
   display: block;
   -o-object-fit: contain;
   object-fit: contain;
   -o-object-position: center;
   object-position: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .detail-thumbs__slide img {
      width: auto;
      height: auto;
   }
}
.detail-info {
   margin-left: 80px;
   text-align: left;
}
@media screen and (max-width: 1024px) {
   .detail-info {
      margin-left: 0;
      margin-top: 30px;
   }
}
@media screen and (max-width: 480px) {
   .detail-info {
      margin-top: 0;
   }
}
.detail-info__title {
   font-size: 44px;
   line-height: 54px;
   text-transform: uppercase;
   color: #1f8ccd;
   font-family: "CenturyGothic", sans-serif;
   margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
   .detail-info__title {
      font-size: 18px;
      margin-bottom: 6px;
   }
}
.detail-info__brand {
   font-weight: 300;
   font-size: 18px;
   line-height: 22px;
   color: #b8b8b8;
   margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
   .detail-info__brand {
      font-size: 14px;
      margin-bottom: 12px;
   }
}
.detail-info__prop {
   display: flex;
   margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
   .detail-info__prop {
      align-items: center;
   }
}
.detail-info__label {
   font-weight: 300;
   font-size: 16px;
   line-height: 19px;
   color: #5f5f5f;
}
@media screen and (max-width: 480px) {
   .detail-info__label {
      font-size: 12px;
      line-height: 130%;
   }
}
.detail-info__value {
   font-size: 16px;
   line-height: 19px;
   margin-left: 6px;
   color: #5f5f5f;
}
@media screen and (max-width: 480px) {
   .detail-info__value {
      font-size: 12px;
      line-height: 130%;
   }
}
.detail-info__rating {
   margin-left: 6px;
}
.detail-info__count {
   font-weight: 300;
   font-size: 16px;
   line-height: 19px;
   -webkit-text-decoration-line: underline;
   text-decoration-line: underline;
   margin-left: 12px;
   color: #5f5f5f;
}
@media screen and (max-width: 480px) {
   .detail-info__count {
      margin-left: 0;
   }
}
.detail-info__actions {
   margin-top: 32px;
   padding: 36px 0 30px;
   border-top: 1px solid #ececec;
   border-bottom: 1px solid #ececec;
   display: flex;
   margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
   .detail-info__actions {
      margin-top: 16px;
      padding: 16px 0;
      flex-direction: column !important;
      align-items: center;
   }
}
.detail-info__cart {
   margin-top: auto;
   margin-left: 53px;
}

@media screen and (max-width: 1350px) {
   .detail-info__cart {
      margin-left: 10px;
   }
}
@media screen and (max-width: 1150px) {
   .detail-info__actions {
      flex-direction: column;
   }
   .detail-info__cart {
      margin-top: 10px;
   }
   .detail-info__quick {
      margin-top: 10px !important;
   }
}
@media screen and (max-width: 1024px) {
   .detail-info__actions {
      flex-direction: row;
   }
   .detail-info__cart {
      margin-top: 10px;
   }
   .detail-info__quick {
      margin-top: auto;
   }
}
@media screen and (max-width: 480px) {
   .detail-info__cart {
      margin-left: 0;
      margin-top: 12px;
   }
}
.detail-info__quick {
   margin-top: auto;
   max-width: 181px;
   margin-left: 15px;
}
@media screen and (max-width: 1350px) {
   .detail-info__quick {
      margin-top: auto;
      margin-left: 5px;
   }
}
@media screen and (max-width: 480px) {
   .detail-info__quick {
      margin-top: 12px;
      margin-left: 0;
   }
}
.detail-info__description {
   font-weight: 300;
   font-size: 15px;
   line-height: 170%;
   color: #5f5f5f;
}
.detail-price {
   display: flex;
   flex-direction: column;
}
@media screen and (max-width: 480px) {
   .detail-price {
      flex-direction: row;
      align-items: center;
   }
}
.detail-price__label {
   font-weight: 300;
   font-size: 16px;
   line-height: 19px;
   color: #5f5f5f;
   margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
   .detail-price__label {
      margin-bottom: 0;
      margin-right: 10px;
   }
}
.detail-price__value {
   font-size: 18px;
   line-height: 22px;
   color: #ea5b2d;
   margin-top: auto;
}
.detail-price__value span {
   font-weight: 600;
   font-size: 44px;
   line-height: 53px;
}
.detail-counter {
   margin-left: 28px;
   display: flex;
   flex-direction: column;
}
@media screen and (max-width: 480px) {
   .detail-counter {
      margin-left: 0;
      flex-direction: row;
      align-items: center;
   }
}
.detail-counter__label {
   font-weight: 300;
   font-size: 16px;
   line-height: 19px;
   color: #5f5f5f;
   margin-bottom: 13px;
}
@media screen and (max-width: 480px) {
   .detail-counter__label {
      margin-bottom: 0;
      margin-right: 10px;
   }
}
.detail-counter__counter {
   margin-top: auto;
}
.detail-tabs__head {
   display: flex;
   border-bottom: 4px solid #ececec;
}
.detail-tabs__tab {
   font-size: 18px;
   line-height: 22px;
   text-transform: uppercase;
   color: #5f5f5f;
   padding-bottom: 22px;
   transition: all 0.4s ease-in-out;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
@media screen and (max-width: 1024px) {
   .detail-tabs__tab {
      font-size: 12px;
      line-height: 130%;
      padding-bottom: 12px;
   }
}
.detail-tabs__tab::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: -4px;
   height: 4px;
   background-color: currentColor;
   opacity: 0;
}
.detail-tabs__tab:not(:last-child) {
   margin-right: 50px;
}
@media screen and (max-width: 1024px) {
   .detail-tabs__tab:not(:last-child) {
      margin-right: 10px;
   }
}
.detail-tabs__tab.js-tabTitle--active,
.detail-tabs__tab:hover {
   color: #2fa4ce;
}
.detail-tabs__tab.js-tabTitle--active::before,
.detail-tabs__tab:hover::before {
   opacity: 1;
}
.detail-tabs__body {
   padding-top: 40px;
}
.detail-reviews {
   text-align: left;
}
.detail-reviews__button {
   width: 155px;
   height: 38px;
   display: flex;
   justify-content: center;
   align-items: center;
   background: #2fa4ce;
   border-radius: 50px;
   color: #fff;
   font-size: 14px;
   line-height: 17px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: none;
}
.detail-reviews__button:hover {
   background-color: #2a93b9;
}
.detail-reviews__title {
   font-family: "CenturyGothic", sans-serif;
   font-size: 18px;
   line-height: 22px;
   text-transform: uppercase;
   color: #1f8ccd;
   margin-bottom: 36px;
}
.detail-reviews__rating {
   display: flex;
   align-items: center;
   margin-bottom: 10px;
}
.detail-reviews__rating--label {
   font-weight: 300;
   font-size: 16px;
   line-height: 19px;
   margin-right: 6px;
   color: #5f5f5f;
}
.detail-reviews__grid {
   display: grid;
   grid-template-columns: 400px 1fr;
   grid-column-gap: 26px;
   grid-row-gap: 13px;
   margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
   .detail-reviews__grid {
      grid-template-columns: 100%;
   }
}
.detail-reviews__grid textarea {
   height: auto;
   width: 100%;
   background-color: #fff;
   border-radius: 20px;
   border: 1px solid #b8b8b8;
   padding: 10px 25px;
   font-weight: 300;
   font-size: 15px;
   line-height: 170%;
   color: #5f5f5f;
   grid-column: 2/3;
   grid-row: 1/4;
}
@media screen and (max-width: 1024px) {
   .detail-reviews__grid textarea {
      grid-row: auto;
      grid-column: auto;
   }
}
.detail-reviews__input {
   height: 49px;
   width: 100%;
   background-color: #fff;
   border-radius: 50px;
   border: 1px solid #b8b8b8;
   padding: 10px 25px;
   font-weight: 300;
   font-size: 15px;
   line-height: 170%;
   color: #5f5f5f;
}
.detail-review {
   display: flex;
   font-weight: 300;
   font-size: 15px;
   line-height: 170%;
   color: #5f5f5f;
   padding-bottom: 30px;
   border-bottom: 1px solid #ececec;
   margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
   .detail-review {
      flex-direction: column;
   }
}
.detail-review__info {
   width: 250px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
   .detail-review__info {
      margin-bottom: 20px;
   }
}
.detail-review__date {
   font-size: 14px;
   color: #b8b8b8;
   margin-bottom: 8px;
}
.detail-review__name {
   font-weight: normal;
   font-size: 16px;
   line-height: 19px;
   margin-bottom: 22px;
}
.detail-review__rating {
   display: flex;
   align-items: center;
}
.detail-review__rating--label {
   font-size: 16px;
   line-height: 19px;
   margin-right: 6px;
}
.detail-review__description {
   text-align: left;
}

/*# sourceMappingURL=detail.css.map */
