.catalog-tabs__tab{
    padding: 37px 30px;
}
.job-badges__badge {
    max-width: 105px;
    margin: 0 15px 5px 15px;
}
.job-badges {
    justify-content: center;
}
textarea.form-control {
    line-height: 30px;
}

@media (max-width: 575.98px) {
    .catalog-links .catalog-link__link {
        font-size: 12px;
    }
    .footer-info__address {
        font-size: 12px;
    }
    .copyright {
        font-size: 12px;
    }
    .copyright-nav {
        font-size: 12px;
    }
}
#owl-carousel-video.product-detail__slider-products .owl-item
{
    height: 250px;
}

.vacancy-tg-link a, .vacancy-tg-link a:hover {
    text-decoration: none;
}

.bread .breadcrumb {
    margin: 10px 0;
    padding: 0;
}
.bread .breadcrumb li {
    display: inline;
    margin: 0 5px 0 0;
    font-size: 12px;
}
.bread .breadcrumb li:after {
    content: ">";
}
.bread .breadcrumb li.active:after {
    content: none;
}
.bread .breadcrumb li a {
    color: #5a82a6
}
.bread .breadcrumb li span {
    color: #515151;
}
main{
    padding: 20px 0 20px 0;
}

.history-block {
    overflow: hidden;
}
.history-block .history-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.history-block .history-block-bg-video {
    position: absolute;
    width: 100%;
    object-fit: cover;
}

#videoslider .video-slider-title{
    height: 42px;
    overflow: hidden;
    text-align: center;
    padding: 1px 3px;
}
@media (max-width: 1050px) {
    #videoslider.container .owl-carousel .owl-nav button.owl-prev,
    #videoslider.container .owl-carousel .owl-nav button.owl-next{
        width: 25px;
    }

    #videoslider.container{
        width: 95%;
        max-width: 95%;
    }
}
@media (max-width: 768px) {
    #videoslider.container .owl-carousel .owl-nav button.owl-prev,
    #videoslider.container .owl-carousel .owl-nav button.owl-next{
        width: 25px;
    }

    #videoslider.container{
        width: 95%;
        max-width: 95%;
    }
}

@media (max-width: 576px) {
    #videoslider.container .owl-carousel .owl-nav button.owl-prev,
    #videoslider.container .owl-carousel .owl-nav button.owl-next{
        width: 25px;
    }

    #videoslider.container{
        width: 95%;
        max-width: 95%;
    }

    #videoslider.container .product-detail__slider-products {
        margin-top: 20px;
        padding: 0 40px;
    }
}

#vNav {
    position: absolute;
    display: block;
    top: 10px;
    right: -25px;
    opacity: .6;
    background-color: #ffffff;
}
.videoNext, .videoPrev {
    color: #1a4266;
    font-size: 55px;
    width: -webkit-max-content;
    width: max-content;
    padding: 5px!important;
}
.videoPrev svg {
    transform: scaleX(-1);
}
.video-link{
    position: absolute;
}

#vSocial {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    /*background-color: #0b66c3;*/
}
#vSocial .v-social-container {
    position: absolute;
    width: 50px;
    top: -130px;
    display: none;
}
#vSocial .v-social-link-bt {
    display: block;
    border-radius: 50%;
    /*background-color: #e5b01f;*/
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
#vSocial .v-social-main-bt svg{
    width: 70%;
    height: 70%;
    /*margin: 10%;*/
    position: absolute;
    top: 15%;
    left: 15%;
}
#vSocial .v-social-main-bt {
    display: block;
    border-radius: 50%;
    background-color: #1a4266;
    width: 100%;
    height: 100%;
}
#vSocial .v-social-main-bt,
#vSocial .v-social-link-bt {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.9);
}

#range-diameter-vh .noUi-origin {
    width: 100%;
}