.s-product-page-type-1{
  position: relative;
  overflow: hidden
}

.s-product-page-type-1:not(.sb-align-center) .s-product-page-type-1__label-wrapper{
  align-self: flex-start
}

.s-product-page-type-1.sb-align-center .s-product-page-type-1__back{
  text-align: left
}

.s-product-page-type-1.sb-align-center .s-product-page-type-1__label-wrapper{
  align-self: center
}

.s-product-page-type-1.sb-align-center .s-product-page-type-1__prices{
  justify-content: center
}

.s-product-page-type-1.sb-align-center.sb-skeleton .s-product-page-type-1__title{
  align-self: center
}

.s-product-page-type-1.sb-skeleton .s-product-page-type-1__discount,
.s-product-page-type-1.sb-skeleton .s-product-page-type-1__label-wrapper{
  display: none
}

.s-product-page-type-1__back{
  margin-bottom: 24px;
  cursor: pointer
}

.s-product-page-type-1__image-wrapper{
  position: relative;
  width: 100%
}

.s-product-page-type-1__slider-element{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s
}

.s-product-page-type-1__slider-element_visible{
  position: relative;
  z-index: 2;
  opacity: 1
}

.s-product-page-type-1__slider{
  position: absolute!important;
  top: 50%;
  left: 0;
  z-index: 3;
  max-height: 100%;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
  transform: translateY(-50%)
}

.s-product-page-type-1__arrow{
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer
}

.s-product-page-type-1__arrow:hover .s-product-page-type-1__arrow-svg{
  opacity: .88
}

.s-product-page-type-1__arrow_previous{
  top: -24px;
  padding-top: 12px
}

.s-product-page-type-1__arrow_previous .s-product-page-type-1__arrow-svg{
  transform: rotate(90deg)
}

.s-product-page-type-1__arrow_next{
  bottom: -24px;
  padding-bottom: 12px
}

.s-product-page-type-1__arrow_next .s-product-page-type-1__arrow-svg{
  transform: rotate(-90deg)
}

.s-product-page-type-1__arrow-svg{
  width: 12px;
  height: 12px;
  opacity: .56;
  transition: opacity .3s
}

.s-product-page-type-1__column-wrapper{
  overflow: hidden
}

@media screen and (max-width:639px){
  .s-product-page-type-1.sb-skeleton .s-product-page-type-1__price{
    width: 100%
  }
  .s-product-page-type-1__column-wrapper{
    width: 56px;
    padding: 4px 0
  }
  .s-product-page-type-1__slider-wrapper{
    max-height: 192px
  }
}

@media screen and (min-width:640px){
  .s-product-page-type-1.sb-skeleton .s-product-page-type-1__old-price{
    margin-left: 10px
  }
  .s-product-page-type-1__column-wrapper{
    width: 80px;
    padding: 6px 0
  }
  .s-product-page-type-1__slider-wrapper{
    max-height: 272px
  }
}

.s-product-page-type-1__column-image{
  position: relative;
  opacity: .5;
  transition: opacity .3s;
  cursor: pointer
}

.s-product-page-type-1__column-image:hover{
  opacity: .75
}

@media screen and (max-width:639px){
  .s-product-page-type-1__column-image{
    padding: 4px 8px
  }
  .s-product-page-type-1__price{
    width: 100%
  }
}

.s-product-page-type-1__column-image_selected{
  opacity: 1;
  cursor: auto
}

.s-product-page-type-1__column-image_selected:hover{
  opacity: 1
}

.s-product-page-type-1__column-image-click{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: auto
}

.s-product-page-type-1__content{
  position: relative;
  justify-content: flex-start;
  height: 100%
}

@media screen and (min-width:640px){
  .s-product-page-type-1__column-image{
    padding: 6px 12px
  }
  .s-product-page-type-1__content{
    display: flex;
    flex-direction: column
  }
}

.s-product-page-type-1__label-wrapper{
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
  padding: 4px 12px;
  box-sizing: border-box;
  margin-bottom: 16px;
  overflow: hidden
}

.s-product-page-type-1__label{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 20px
}

.s-product-page-type-1__prices-wrapper{
  width: 100%
}

.s-product-page-type-1__prices{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 100%;
  margin-bottom: -4px
}

@media screen and (max-width:959px){
  .s-product-page-type-1__prices{
    align-items: flex-end
  }
}

.s-product-page-type-1__price{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
  margin-bottom: 4px
}

.s-product-page-type-1__price:focus{
  text-overflow: clip
}

.s-product-page-type-1__discount{
  margin-bottom: 4px;
  color: #f52222
}

.s-product-page-type-1__old-price{
  margin-left: 10px;
  margin-bottom: 4px
}

@media screen and (max-width:639px){
  .s-product-page-type-1__discount,
  .s-product-page-type-1__old-price{
    font-size: 16px!important;
    line-height: 24px!important
  }
  .s-product-page-type-1__buttons{
    width: 100%
  }
}

@media (min-width:640px) and (max-width:959px){
  .s-product-page-type-1__discount,
  .s-product-page-type-1__old-price{
    font-size: 20px!important;
    line-height: 28px!important
  }
}

@media (min-width:960px) and (max-width:1359px){
  .s-product-page-type-1__discount,
  .s-product-page-type-1__old-price{
    font-size: 20px!important;
    line-height: 28px!important
  }
}

@media screen and (min-width:1360px){
  .s-product-page-type-1__discount,
  .s-product-page-type-1__old-price{
    font-size: 24px!important;
    line-height: 32px!important
  }
}

.s-product-page-type-1__selects{
  width: 100%
}

.s-product-page-type-1__select{
  display: block
}

.s-product-page-type-1__select+.s-product-page-type-1__select{
  margin-top: 16px
}

.s-product-page-type-1__buttons{
  margin-left: -8px;
  margin-right: -8px;
  font-size: 0
}

.s-product-page-type-1__button{
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle
}

.s-product-page-type-1__button:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 1);
    transform: scale(1.1)
}

.s-product-page-type-1__description{
  width: 100%
}

.s-product-page-type-1__description-title{
  font-weight: 500
}
