

/* Start:/local/templates/.default/components/bitrix/catalog.element/v25_element/style.css?17513429913338*/
#jivo_custom_cover {
    display: block !important;
}
.video {
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .video {
        display: none;
    }
}
@media screen and (min-width: 1251px) {
    .product-info.hidden-md {
        min-height: 360px;
    }
}

.marginal {
    margin-left: 70px;
}
@media screen and (max-width: 385px) {
    .marginal {
        margin-left: 0px;
    }
}


/* DESC-BOX */
.desc-box {
    margin-top: 35px;
    /*margin-bottom: 40px;*/
}
.desc-box:first-child {
    margin-top: 0;
}
.desc-box:last-child {
    margin-bottom: 0;
}
.desc-box__header {
    margin-bottom: 23px;
}
.desc-box__target {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    position: relative;
    padding-right: 20px;
    line-height: 1;
    cursor: pointer;
    transition: all .3s;
}
.desc-box__target.is-active:after {
    transform: rotate(-180deg);
    margin-top: -6px;
}
.desc-box__target:hover {
    color: #c0246f;
}
.desc-box__target:after {
    content: '';
    position: absolute;
    top: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #c0246f;
    margin-top: -1px;
    right: 0;
    transition: all .3s;
}
.desc-box__spoiler {
    display: none;
}

.desc-box__txt {
    columns: 2;
    column-gap: 50px;
    margin-bottom: 30px;
}
.desc-box__txt:last-child {
    margin-bottom: 0;
}


/* ZOOM */
.zoomit-ghost {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  display: block;
  position: absolute;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.zoomit-zoomed {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  position: absolute;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
}
.zoomit-container {
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.zoomit-container img {
  vertical-align: top;
}
.zoomit-container.loaded .zoomit-ghost {
  cursor: zoom-in;
}
.zoomit-container.loaded .zoomit-zoomed {
  opacity: 1;
}



.slider-product-content {
    height: 350px;
    overflow: hidden;
}

.slider-video-preview {
    position: relative;
    display: block;
    text-align: center;
}
.slider-video-preview:hover:before {
    opacity: .7;
}
.slider-video-preview:before, .slider-video-preview:after {
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slider-video-preview:before {
    height: 41px;
    width: 86px;
    border: 2px solid #fff;
    background-color: rgba(43,51,63,0.7);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.slider-video-preview:after {
    border: 8px solid transparent;
    border-left: 16px solid #fff;
    margin-left: 8px;
}

.slider-nav.slider-video-preview:before {
    width: 45px;
    height: 23px;
    border-radius: 6px;
}
.slider-nav.slider-video-preview:after {
    border: 5px solid transparent;
    border-left: 10px solid #fff;
    margin-left: 5px;
}

.slider-video-modal {
    display: none;
    padding: 0 !important;
}

.col-favorite {
    width: 4% !important;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog.element/v25_element/style.css?17513429913338 */
