:root {
    --gap: 16px;
}

.video-slider__item-thumb iframe,
.video-slider__item-thumb object,
.video-slider__item-thumb embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-slider__item-thumb {
    position: relative;
}

.product__top .product-preview-card__discount {
    left: auto;
    top: 24px;
    right: 24px;
    bottom: auto;
    z-index: 2;
}

.product__intro {
    line-height: 1.5 !important
}

.product__header-badge--promo {
    background: var(--Additional-warning) !important;
}

.price-additional-info {
    width: 196px !important;
    font-weight: 400;
}

@media screen and (max-width:1536px) {
    .product__analogs-list .mobile-product-item__image {
        width: 64px;
        height: 64px
    }
}

@media (min-width:64em) {
    .header-unpin .product .proposals__item--pinned {
        top: 65px !important
    }
}

.delivery_preloader {
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: var(--Secondary-gray);
    font-weight: 700;
}

.product__delivery {
    color: var(--Secondary-gray);
}

.delivery_preloader.active {
    display: flex;
}

.delivery_preloader .loader {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    border: 2px solid var(--Primary-blue);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.choices__item--selectable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.styled-select--inline .choices {
    height: 32px !important;
}

.styled-select--inline .choices__inner {
    height: 32px !important;
    color: var(--Primary-blue) !important;
}

.styled-select--inline .choices__input {
    min-height: 30px;
}

.product__delivery-info .choices__item--selectable {
    max-width: 200px !important
}

.product__header .h2 {
    font-family: var(--Stem);
    font-weight: 500;
    margin: 0;
}

.product__share .is-active .icon,
.product__share .is-active span {
    color: var(--Primary-blue) !important
}

.product_tag_list .btn {
    margin: .5em .5em 0 0;
}

.product__is-archive {
    background-color: var(--Primary-Light);
    padding: var(--gap);
    border-radius: 4px;
    margin-bottom: var(--gap);
}

.doc-download-block {
    display: flex;
    align-items: center;
    gap: var(--gap);
    padding: var(--gap);
    background-color: var(--Primary-Light);
    border: 1px solid #e9ecef;
    border-radius: 8px;
    text-decoration: none;
    color: #333333;
    transition: background-color .2s ease, border-color .2s ease;
    height: 100%;
}

.doc-download-block:hover {
    background-color: #ffffff;
    border-color: var(--Primary-blue);
    text-decoration: none;
    color: #333333;
}

.doc-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: #6c757d;
    -webkit-mask-image: var(--icon-url);
    mask-image: var(--icon-url);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color .2s ease;
}

.doc-download-block:hover .doc-icon {
    background-color: var(--Primary-blue);
}

.doc-info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.doc-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.doc-size {
    font-size: 12px;
    color: #6c757d;
}


@media (max-width: 767px) {
    #tabDescription [data-toggle-item].is-open > [data-toggle-content] {
        height: auto !important;
        overflow: visible;
    }
}