.chars-block-line {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-top: 4px;
    margin-bottom: 4px;
    justify-content: space-between;
}

.chars-block-line dt {
    display: flex;
    font-size: 14px;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-right: 8px;
    font-weight: 600;
    font-style: normal;
}

.chars-block-line dt::after {
    display: block;
    flex: 1 1 0px;
    margin: 0 8px;
    border-bottom: 1px dashed #e1e2e5;
    content: '';
}

.chars-block-line dd {
    display: flex;
    font-size: 14px;
    flex-direction: row;
    margin-inline-start: unset;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    min-width: 100px;
    flex: 1 1 20%;
    line-height: 24px;
}

.product-card-detail-text {
    margin: 35px 0px 15px 0px;
}

.chars-block-wrapper h3 {
    font-size: 16px;
    font-weight: 600;
}

.table-responsive .prices-title {
    font-size: 16px;
    font-weight: 700;
}

.table-responsive th:last-child,
.table-responsive td:last-child {
    border: none;
}

.price-cell.basket-cell {
    padding: 0px 10px 10px 10px;
}

.cert-block-line {
    margin-bottom: 10px;
    word-wrap: break-word;
}

.cert-block-line a[data-file-type="pdf"]:before {
    content: '';
    background-image: url(images/pdf-logo.png);
    display: block;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
}

.card-catalog-category-body .buy-button-block-mobile {
    display: none;
}

.card-catalog-category-body .buy-button-block-mobile button {
    width: 100%;
    height: 45px;
    background-position: 40% 50%;
}

.chars-block-line dt {
    flex: 1 1 80%;
    line-height: 24px;
}

.prices-head-line {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #dee2e6;
}

.price-name {
    display: flex;
    justify-content: flex-start;
    flex: 1 1;
}

.price-value {
    display: flex;
    justify-content: flex-start;
    flex: 1 1;
    font-weight: 600;
}

.price-column {
    display:flex;
    flex-flow: column;
}

.prices-wrapper {
    display: flex;
    justify-content: space-between;
}

.prices-wrapper .prices-block {
    width: 100%;
}

.prices-wrapper .product-buttons button {
    width: 100%;
    height: 45px;
    font-size: 18px;
}

.card-catalog-category-body .chars-block-wrapper {
    padding-left: 0px;
}

.card-catalog-category-body .product-card-detail-text {
    padding-left: 0px;
}

.card-catalog-category-body .buy-button-block-mobile {
    padding: 0px;
}

.card-catalog-category-body .buy-button-block-mobile .col-sm-12 {
    padding: 0px;
}

.bestsellers h3 {
    padding: 15px;
    width: 235px;
    margin-left: auto;
    margin-right: auto;
}

.table-responsive .prices-title {
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
    font-weight: 600;
}

.chars-block-wrapper h3 {
    font-family: "HelveticaNeueCyr", Arial, sans-serif;
}

@media screen and (max-width: 992px) {
    .prices-wrapper .product-buttons {
        display: none;
    }

    .card-catalog-category-body .buy-button-block-mobile {
        display: block;
    }
}

/*переключение каталога в карточке товара */

.table-responsive .catalog-toggle-wrap {
    color: #fff;
    margin-bottom: 30px;
}

.table-responsive .catalog-toggle-wrap span {
    color: #313FA0;
    text-decoration: none;
}

.table-responsive .catalog-toggle-wrap span:hover {
    cursor: pointer;
    color: #F3650F;
}

@media (min-width: 1200px) {
    .table-responsive .catalog-toggle-wrap {
        margin: 0;
        font-size: 18px;
    }
}

.table-responsive .catalog-toggle-wrap .catalog-toggle {
    background-color: whitesmoke;
    border-radius: 10px;
    height: 20px;
    margin: 0 15px;
    position: relative;
    width: 40px;
    border: 1px solid #313FA0;;
}

.catalog-toggle-wrap .catalog-toggle::before {
    background-color: #F3650F;
    border-radius: 50%;
    content: "";
    height: 16px;
    position: absolute;
    top: 2px;
    transition: left 0.3s;
    width: 16px;
}

.catalog-toggle-wrap .catalog-toggle.pos-left::before {
    left: 2px;
}

.catalog-toggle-wrap .catalog-toggle.pos-right::before {
    left: calc(100% - 18px);
}

.catalog-toggle-wrap .catalog-toggle-text.active {
    pointer-events: none;
    color: #F3650F;
}


.table-responsive .catalog-toggle-wrap input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.table-responsive .catalog-toggle-wrap label {
    cursor: pointer;
    text-indent: -9999px;
    min-width: 38px;
    height: 19px;
    background: grey;
    display: block;
    border-radius: 15px;
    position: relative;
    transition: background 0.4s ease;
    margin-bottom: 0;
}

.table-responsive .catalog-toggle-wrap label:after {
    content: "";
    position: absolute;
    top: 2px;
    left:calc(100% - 15px);
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 8px;
    transition: left 0.4s ease, transform 0.4s ease;
}

.table-responsive .catalog-toggle-wrap input:checked + label:after {
    left: 2px;
    transform: translateX(0);
}

.prices-head-line {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    padding: 15px 0px 15px 0px;
    border-top: 1px solid #dee2e6;
    gap: 25px;
    flex-wrap: nowrap;
}

.price-name,
.price-value {
    min-width: 80px;
    flex: 1 1 auto;
    white-space: nowrap;
}