.item-lang {
    padding-left: 28px;
    background-image: url("/local/images/flag-ru.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    text-transform: uppercase;
}
.item-lang.item-lang-kz {
    background-image: url("/local/images/flag-kazakhstan.svg");
}
.dropdown-lang {
    min-width: unset!important;
}
.catalog-detail__previewtext .text-block.visible {
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: calc(1em + 10px);
}
.bx-ios .catalog-detail__previewtext .text-block,
.bx-mac .catalog-detail__previewtext .text-block {
    max-height: unset!important;
}
.bx-soa-pp-delivery-cost .bx-soa-pp-list-description {
    display: none;
}
.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(4) {
    display: none;
}
#gt_float_wrapper .gt_options {
    position: absolute;
    background-color: rgb(255, 255, 255);
}
.gt_float_switcher {
    font-family: inherit!important;
    font-size: 16px!important;
    color: rgb(85, 85, 85);
    line-height: 1.2!important;
    box-shadow: none!important;
}
ul li::before {
    display: none!important;
}
.properties-group--table .properties-group__item:first-of-type{
	border-top: none;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}