.single-news__text
{
    text-align: justify;
}
.title-search-result
{
    background: #fff;
    z-index: 10;
}

.accordion-item__body  .accordion-item__links a{
    font-weight: 450;
    font-size: 18px;
    line-height: 150%;
    color: #F5580A;
    text-decoration: none;
}
.accordion-item__body .accordion-item__links span{
    font-weight: 450;
    font-size: 18px;
    line-height: 150%;
    color: #F5580A;
    text-decoration: none;
}
.accordion-item__body  .accordion-item__links a:hover {
    text-decoration: underline;
}
.cloned-block__item:first-child .cloned-block__remove
{
    display: none;
}
.profile-item__content blockquote {
    margin-top: 0;
}
.profile-item__title
{
    margin-top: 20px;
}
.js-filter-search-item.filtered
{
    display: none;
}
.form-full-error
{
    display: none;
}
.select__item.filtered
{
    display: none;
}
.select__item.hidden
{
    display: none!important;
}
.form-content__tabs-description
{
    margin-bottom: 15px;
}

.onecheckbox-checkbox
{
    margin-bottom: 15px;
}
.single-news__btns .active-text
{
    display: none;
}
.single-news__btns .active .active-text
{
    display: initial;
}
/*sup {
    line-height: 0;
    font-size: small;
}

sup sup
{
    vertical-align: baseline;
    font-size: inherit;
}*/
@media (max-width: 940px) {
    .intro-links__item.hide_on_mobile
    {
        display: none;
    }
}
@media (min-width: 940px) {
    .nav__list-item.hide_on_desctop
    {
        display: none;
    }
}
.nav__list-item.no-border::before {
    display: none;
}
.product-card__title
{
    line-height: 1.2;
}
.form-user_name
{
    display: none;
}
.title-search-result {
    z-index: 1000;
    font-weight: 350;
}


.positions-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.positions-list__item {
    width: 100% !important;
    margin-bottom: 0;
    padding: 0;
}

@media (max-width: 1300px) {
    .positions-list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 940px) {
    .positions-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .positions-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .positions-list__item {
        padding-bottom: 20px;
    }
}

.fancybox-nav {
    top: 50%;
    width: 10%;
    height: 40%;
    transform: translateY(-50%);
}

.catalog-search__btn:hover
{
    background: url(assets/img/search-blue.svg) no-repeat center;
}

.team-tabs-content .tabs__pane {
    padding: 63px 0 0px;
}
.team-tabs__content .team-list {margin-bottom: -50px;}
.product-catalog {
    padding: 30px 0 48px;
}

.form-group.disabled{pointer-events: none}

.text-left .single-news__text
{
	text-align:left;
}
.popup_store__spec .popup__wrapper
{
    max-width: 640px;
}
a.form-submit__btn
{
    text-decoration: none;
}
.popup_store__spec .popup__wrapper img
{
    max-width: 100%;
}
@media (max-width: 700px) {
    .popup_store__spec .popup__wrapper .form-submit
    {
        justify-content: center;
        text-align: center;
    }
    a.form-submit__btn
    {
        text-decoration: none;
        display: block;
    }
}

.footer__btn-link_second
{
    margin-top:15px;
}
.post-video__frame-vertical
{
    max-width: 100%;
}