/* Patch BX element */
[class^="bx-core-adm"] input, select {
    width: auto !important;
}

.card__right .price .currency .ru {
    margin-left: 10px;
}

.prime-advantages__content .block a:not(.btn) {
    text-decoration: none;
    border-bottom: 1px dashed #808080;
    color: #808080;
}

.brand-logo {
    float: right;
}

.p-4 {
    padding: 40px 0px;
}

.pp-link {
    text-decoration: none;
    color: #6c6c6c;
    border-bottom: grey 1px dashed;
}

.number a {
    text-decoration: none;
    color: #000000;
}

.seo {
    padding: 30px;
}

.seo h4 {
    padding: 20px 0px;
    text-transform: none;
}

.rate-jewel {
    background-image: url(/img/ocenka-ukrashenij.jpg) !important;
}

.rate-money {
    background-image: url(/img/ocenka-monet.jpg) !important;
}

.webform-field-upload-list-multiple li {
    list-style-type: none;
}

.field-file__label-text {
    border-bottom: none;
}

.upload-file-size {
    font-size: 16px;
    color: #6c6e71;
}

.field-file .upload-file-name {
    padding-left: 40px;
    padding-right: 55px;
    overflow: hidden;
}

.field-file .icon {
    position: absolute;
}

.field-file .icon-photo {
    left: 16px;
}

.field-file .icon-del-photo {
    right: 16px;
    cursor: pointer;
}

.accordion__content {
    max-height: 260px;
    overflow: auto;
}

.checkbox {
    grid-template-rows: max-content;
}

.pagination .pager__item {
    margin: 0 2px !important;
}

.card__right h1.heading {
    text-transform: none;
}

/* old price */
del {
    position: relative;
    color: #000;
    text-decoration: none;
}

del:before {
    content: "";
    border-bottom: 2px solid red;
    position: absolute;
    width: 100%;
    height: 50%;
    transform: rotate(-12deg);
    left: 0;
    top: -1px;
}


/* product list */
/*
.products__list_table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.products__list_table:nth-child(1) {
    border-top: 1px solid #eeeeee;
}

.item_list {
    _flex: 1 1 25%;
    min-width: 150px;
    _padding: 0 10px 20px 10px;
    __background-color: #eeeeee;
    _border: 1px solid red;
    _margin: 5px;
    padding: 5px;
}

.item_list:first-child {
    flex: 1 1 50%;
}

.products__list_table:nth-child(even) {
    background: #f6f6f6;
}

.item_list a {
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

.header_list {
    font-weight: bold;
    text-transform: uppercase;
}
*/

.blog {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}

.blog img {
    max-width: 100%
}

.container .prime-advantages__content .block h1 {
    font-size: 36px;
    line-height: normal;
}

.container .prime-advantages__content .block h2 {
    font-size: 26px;
    line-height: normal;
    text-transform: none;
    padding-bottom: 20px;
    text-align: left;
}

.container .prime-advantages__content .block h3 {
    font-size: 22px;
    line-height: normal;
    text-transform: none;
    padding-bottom: 20px;
}