h1.title {
    color: var(--color-primary);
}

.product-gallery-thumbnails {
    margin: 30px 0 0 0;
}

.product-gallery-thumbnails > .swiper-wrapper {
    justify-content: center;
}

.product-gallery-thumbnails > .swiper-wrapper > .swiper-slide:last-child {
    margin-right: 0 !important;
}

.product-gallery-thumbnails > .swiper-wrapper > .swiper-slide {
    padding: 5px;
    border: 1px solid #e0dfdf;
}

.product-gallery-thumbnails > .swiper-wrapper > .swiper-slide:hover,
.product-gallery-thumbnails > .swiper-wrapper > .swiper-slide-thumb-active {
    border: 1px solid var(--theme-color);
}

.product-gallery-thumbnails > .swiper-wrapper > .swiper-slide > img {
    cursor: pointer;
}

@media (max-width: 767px) {
    .product-gallery-thumbnails {
        margin: 30px 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-gallery-thumbnails {
        margin: 30px 0 20px;
    }
}

.product-warranty {
    color: var(--theme-color);
}

.product-tabs {
    margin: 0 0 20px 0;
}

.product-tabs-item > .nav-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    /*border-radius: 50px !important;*/
}

.product-tabs-item > .nav-link:not(.active) {
    background: #f7f7f7;
    color: var(--text-color);
}

.product-tabs-item:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 15px;
}

.instructions {
    margin-bottom: 8px;
}

.instructions > a {
    display: inline-block;
    padding: 5px 5px 5px 50px;
    position: relative;
    text-decoration: none;
    min-height: 48px;
}

.instructions > a > i {
    position: absolute;
    top: 5px;
    left: 5px;
}

.instructions > a > b {
    display: block;
    font-weight: 400;
    line-height: 1;
    padding-top: 3px;
    margin-bottom: 2px;
}

.instructions > a > span {
    display: block;
    opacity: .5;
    color: #070b17;
    font-size: 12px;
}

.b-icon-pdf {
    background: url("/images/icon-pdf.svg") no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
}

.rutube-video {
    border: 1px solid #122862;
    max-width: 710px;
}