.blocks-catalog__box {
    max-width: 270px;
}

.filter-catalog {
    padding-top: 10px;
    min-width: 270px;
}

.filter-head-main-block-catalog__text.js-category {
    display: none;
}

.more-table-body-main-block-catalog__order-btn[disabled] {
    opacity: .5;
    pointer-events: none;
}

.catalog-header__blocks-close {
    display: none;
}

#description,
#attribute {
    padding-top: 131px;
    margin-top: -131px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
 }

.price-actions-row-body-main-block-catalog__retail_price {
    text-align: right;
    margin-bottom: 3px;
}

.price-actions-row-body-main-block-catalog__retail_price p:last-child {
    font-weight: 700;
    line-height: 130%;
}

.content-table-body-main-block-catalog__price .retail_price {

}

.content-table-body-main-block-catalog__price .retail_price span {
    display: block;
    width: 100%;
}

.content-table-body-main-block-catalog__price .retail_price span:first-child  {
    font-size: 12px;
}

.content-table-body-main-block-catalog__price .retail_price span:last-child  {
    font-weight: 700;
}

.content-table-body-main-block-catalog__price .price {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #d00a10;
}

.content-table-body-main-block-catalog__code {
    flex: 0 0 130px;
}

.content-table-body-main-block-catalog__price {
    flex: 0 0 93px;
}

.content-table-body-main-block-catalog__stoke {
    flex: 0 0 68px;
}

#mfilter-content-container {
    width: 100%;
}

.actions-filter-catalog__reset {
    font-size: 14px;
    line-height: 1.2;
}

.actions-filter-catalog__apply {
    font-size: 13px;
    line-height: 1.2;
}

.content-table-body-main-block-catalog__price .price-new {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 9px;
    background: #fad720;
    border-radius: 4px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 5px;
}

.content-table-body-main-block-catalog__price .price-old {
    text-decoration: line-through;
}

.info-cart-header {
    max-height: 74.5vh;
    overflow-y: auto;
}

.mod-row-body-main-block-catalog {
    position: relative;
    z-index: 1;
}

.other-info-main-card__stock {
    white-space: nowrap;
    padding-left: 15px;
}

.main-card__info .other-info-main-card__price {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 1.4;
}

.main-card__info .price-actions-row-body-main-block-catalog__retail_price {
    text-align: left;
    color: #000000;
}

.main-card__info .price-actions-row-body-main-block-product__new {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 9px;
    background: #fad720;
    border-radius: 4px;
    text-align: left;
    margin-bottom: 5px;
    color: #000000;
}

.main-card__info .price-actions-row-body-main-block-product__new .price-actions-row-body-main-block-product__new-text {
    font-weight: 400;
}

.main-card__info .price-actions-row-body-main-block-product__old {
    text-decoration: line-through;
    color: #000000;
    font-size: 16px;
}

.popup {
    background-color: rgba(0,0,0,.35);
    visibility: visible;
    display: none;
}

.popup:before {
    display: none;
}

.popup__body {
    max-width: 500px;
    background-color: #fff;
    width: 100%;
    padding: 30px;
    transform: scale(1);
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.popup__head {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.popup__text {
    font-size: 18px;
    line-height: 1.2;
}

.popup__text a {
    color: #d00a10;
}

.popup__text a:hover {
    text-decoration: underline;
}

.popup__text > *:not(:last-child) {
    margin-bottom: 5px;
}


.popup__close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    background: none;
}

.popup__close svg path {
    transition: .3s;
}

.popup__close:hover svg path {
    fill: #d00a10;
}

/*DANGERE*/
.profile {
    padding: 0 0 60px;
}
/*DANGERE*/

@media screen and (max-width: 1272px) {
    /*DANGERE*/
    .profile {
        padding: 0 0 30px;
    }
    /*DANGERE*/
    .balance {
        padding: 0 0 30px !important;
    }
    .account-wishlist #content {
        padding-bottom: 30px !important;
    }

    .head-main-block-catalog__actions + .nav-head-main-block-catalog, .extension-module-wss_elastic .nav-head-main-block-catalog {
        width: 100%;
    }
    .head-main-block-catalog__actions + .head-main-block-catalog__actions {
        justify-content: flex-end;
    }
    .filter-head-main-block-catalog__text.js-category {
        display: block;
    }
    .head-main-block-catalog {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .blocks-catalog__categories {
        transition: .3s;
        position: fixed;
        width: 100%;
        max-width: 396px;
        height: 100%;
        left: 0;
        top: 0;
        padding: 40px 20px 30px;
        overflow-y: auto;
        transform: translateX(-100%);
        background-color: #fff;
        z-index: 17;
    }
    .head-main-block-catalog__actions {
        width: 50%;
    }
    .blocks-catalog__categories.active {
        transform: translateX(0);
    }
    .blocks-catalog__categories .filter-catalog__form {
        padding: 0;
    }
    .blocks-catalog__container {
        column-gap: 0;
    }
    .blocks-catalog__categories .categories-filter-catalog {
        margin: 0;
    }
    .blocks-catalog__categories .filter-catalog__close {
        position: absolute;
        right: 0;
        top: 3px;
    }
    .categories-filter-catalog__title {
        padding-right: 30px;
    }
    .categories-filter-catalog__item {
        height: auto;
        display: block;
    }
    .categories-filter-catalog__item:not(:last-child) {
        margin-bottom: 35px;
    }
    .categories-filter-catalog__name {
        padding-right: 0;
        width: 100%;
    }
    .blocks-catalog-header__image {
        display: none;
    }
    .blocks-catalog-header__block {
        margin-right: 0;
        padding: 10px;
    }
    .blocks-catalog-header__col:not(:last-child) {
        margin-bottom: 20px;
    }
    .catalog-header {
        top: 100%;
        left: 0;
        right: 0;
        box-shadow: none;
        border-radius: 0;
        max-height: calc(100vh - 136px);
    }
    .blocks-catalog-header {
        width: 100%;
    }
    #description,
    #attribute {
        padding-top: 70px;
        margin-top: -70px;
    }

    .header__menu .mobile-menu-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;

        width: 40px;
        height: 40px;
        cursor: pointer;
        padding: 10px;
    }
    .header__menu .mobile-menu-close path {
        fill: #fff;
    }
    .header__menu .menu-header__list {
        margin-top: 25px;
    }

    .grid-body-main-block-catalog {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .blocks-catalog-header__content {
        display: block;
    }
    .blocks-catalog-header__col {
        flex: 1;
    }
}
.setting-nav-head-main-block-catalog__item .select__value {
    font-family: Arial;
    display: flex;
}

h1 {
    font-size: inherit;
    margin: initial;
}

@media screen and (max-width: 767px) {
    .setting-nav-head-main-block-catalog__content {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .setting-nav-head-main-block-catalog__item:not(:first-child) {
        display: flex;
        margin-top: 20px;
    }
    .head-main-block-catalog__actions + .nav-head-main-block-catalog, .extension-module-wss_elastic .nav-head-main-block-catalog {
        padding: 20px;
        height: auto;
    }
    .categories-filter-catalog__item:not(:last-child) {
        margin-bottom: 25px;
    }
    .blocks-catalog-header {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px 0;
        width: 0;
        height: 0;
    }
    .catalog-header__nav {
        flex: 1;
        border-right: none;
    }
    .blocks-catalog-header__block._tabs-block::-webkit-scrollbar  {
        display: none;
    }
    .blocks-catalog-header__block._tabs-block  {
        display: block;
        transition: .3s;
        transform: translateX(-100%);
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        margin: 0;
        padding: 40px 20px 20px 20px;
        width: 100vh;
        height: 100%;
        z-index: 2;
        opacity: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .blocks-catalog-header__block._tabs-block._active {
        transform: translateX(0);
        opacity: 1;
    }
    .catalog-header__blocks-close {
        display: block;
        position: fixed;
        right: 20px;
        top: 15px;
        width: 20px;
        height: 20px;
        z-index: -1;
        opacity: 0;
        transition: .3s opacity;
    }
    .catalog-header__blocks-close svg {
        width: 100%;
        height: 100%;
    }
    .catalog-header__blocks-close svg path {
        transition: .3s fill;
        fill: #a4a4a5;
    }
    .catalog-header__blocks-close:hover svg path {
        fill: #000;
    }
    .blocks-catalog-header__block._tabs-block._active ~ .catalog-header__blocks-close {
        opacity: 1;
        z-index: 2;
    }
    .catalog-header__item {
        padding: 14px 25px 14px 20px;
    }
    .popup__body {
        padding: 20px;
        min-height: 250px;
    }

    .account-address .head-table-balance__item {
        width: fit-content;
        flex: initial;
    }

    .specification-card__value {
        text-align: right;
    }

}


.quantity__button__ {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    position: relative;
    cursor: pointer;
}

.quantity__button__::before,
.quantity__button__::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0px 0px 0px -4.5px;
    background-color: #DEE0E3;
    width: 12px;
    height: 2px;
}

@media (min-width: 991.98px) {
    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.chekeds-get-up__item .checkbox {
    display: flex!important;
}

.checkout-simplecheckout .simple-content .buttons {
    max-width: 1260px;
    margin: 0 auto 50px;
    padding: 0;
}

.checkout-simplecheckout .simple-content .buttons .bottom-get-up__btn {
    padding: 0 20px;
}

.checkout-simplecheckout .bottom-get-up__buttons:after {
    content: '';
    clear: both;
    display: block;
}

.cart-empty-btns .simplecheckout-button-right a.actions-body-shoping__link {
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    height: 48px;
    border: 1px solid #d00a10;
    padding: 0 12px;
}
.cart-empty-btns .simplecheckout-button-right a.actions-body-shoping__link:hover {
    background: #d00a10;
    color: #fff;
    text-decoration: none;
}
.cart-empty-btns .simplecheckout-button-right a.actions-body-shoping__link:hover img {
    filter: brightness(99);
}
.cart-empty-btns .simplecheckout-button-right {
    float: none;
    display: flex;
    justify-content: space-between;
}
.error-container {
    max-height: 86px;
    overflow: auto;
    padding-right: 5px;
}

#common-success .card__container {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    color: #0d0802;
    max-width: 1220px;
}

#common-success .card__content {
    row-gap: 25px;
}

#common-success .card__content ul {
    padding-left: 20px;
}

#common-success .card__content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
}

#common-success .card__content ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 0;
    top: 7px;
    border-radius: 50%;
    background-color: #0d0802;
}

#common-success .card__content ul li:not(:last-child) {
    margin-bottom: 15px;
}

#common-success .card__container p {
    font-size: 16px;
    line-height: 22px;
}

#common-success .card__container p a {
    color: #0c5bb9;
    transition: .3s color;
}

#common-success .card__container p a:hover {
    text-decoration: underline;
}

.cart-empty-btns {
    padding: 30px 20px!important;
}

.cart-empty-text {
    font-size: 16px;
    line-height: 22px;
    color: #0d0802;
    margin-bottom: 30px;
}

.cart-header__info.info-cart-header.common__cart__info .text-center {
    padding: 20px;
}

.checkout-simplecheckout .simplecheckout-block-content {
    padding: 0;
}

.simplecheckout-block-content .form-group:not(:last-child) {
    margin-bottom: 15px;
}

.simplecheckout-block-content .form-group .control-label {
    margin-bottom: 3px;
}
/* Profile info form */
.account-simpleedit .form-horizontal .form-group, .account-simpleaddress-update .form-horizontal .form-group, .account-simpleaddress-insert .form-horizontal .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.account-simpleedit .form-horizontal .form-group:not(:last-child), .account-simpleaddress-update .form-horizontal .form-group:not(:last-child), .account-simpleaddress-insert .form-horizontal .form-group:not(:last-child) {
    margin-bottom: 15px;
}
.account-simpleedit .form-horizontal .form-group .control-label, .account-simpleaddress-update .form-horizontal .form-group .control-label, .account-simpleaddress-insert .form-horizontal .form-group .control-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #a4a4a5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
}
.account-simpleedit .form-horizontal .form-group .form_row, .account-simpleaddress-update .form-horizontal .form-group .form_row, .account-simpleaddress-insert .form-horizontal .form-group .form_row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    position: relative;
}
.account-simpleedit .form-horizontal .form-group .password-control, .account-simpleaddress-update .form-horizontal .form-group .password-control {
    cursor: pointer;
    position: absolute;
    top: calc(50px / 2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}
.btn.content-profile-content-pofile__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.alert a {
    color: #d00a10;
}
.alert-success {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #5ac043;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.alert-danger {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
.alert-warning {
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}
/* end Profile info form */


/* Profile table */
.address-content-pofile .body-table-balance__item {
    padding: 0 10px;
}
.address-content-pofile .body-table-balance__item:nth-child(even) {
    background: #f9f9f9;
}
/* end Profile table */

/* account-simpleaddress-update */
.account-simpleaddress-update .profile__content {
    margin-bottom: 60px;
}
.account-simpleaddress-update .simpleregister-block-content {
    padding: 10px 0;
}
/* end account-simpleaddress-update */

.form_row_radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form_row_radio .cooperation_us-radio {
    display: flex;
    gap: 8px;
    align-items: center;
}
.form_row_radio .cooperation_us-radio input {
    position: relative;
    background: #fff;
    width: 16px;
    height: 16px;
    padding: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #d00a10;
    border: 1px solid #dee0e3;
    border-radius: 50%;
}
.form_row_radio .cooperation_us-radio input:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #d00a10;
}
.form_row_radio .cooperation_us-radio input:checked::before {
    transform: scale(1);
}


.account-simpleaddress-insert .profile__content {
    margin: 0 0 60px;
}

@media (max-width: 1272px) {
    #common-success .card__container {
        max-width: calc(100% - 40px);
    }
    /* account-simpleaddress-update */
    .account-simpleaddress-update .profile__content {
        margin-bottom: 30px;
    }
    .account-simpleaddress-insert .profile__content {
        margin: 0 0 30px;
    }
    /* end account-simpleaddress-update */

    .common-home .actions-header__user {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .common-home .footer__container._container {
        padding: 0 30px !important;
    }

    .common-home .banner-sm__title {
        max-width: 530px;
    }
}

@media (max-width: 992px) {
    .checkout-simplecheckout .simple-content .buttons .bottom-get-up__buttons {
        column-gap: 20px;
    }
}

@media (max-width: 780px) {
    .checkout-simplecheckout .simple-content .buttons .bottom-get-up__buttons {
        column-gap: 0;
        padding: 0 20px;
    }

    /* Profile info form */
    .account-simpleedit .form-horizontal .form-group, .account-simpleaddress-update .form-horizontal .form-group, .account-simpleaddress-insert .form-horizontal .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 5px;
    }
    .account-simpleedit .form-horizontal .form-group .control-label, .account-simpleaddress-update .form-horizontal .form-group .control-label, .account-simpleaddress-insert .form-horizontal .form-group .control-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .account-simpleedit .form-horizontal .form-group .form_row, .account-simpleaddress-update .form-horizontal .form-group .form_row, .account-simpleaddress-insert .form-horizontal .form-group .form_row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .btn.content-profile-content-pofile__btn {
        padding: 0 30px;
    }
    /* end Profile info form */

    /* Profile table */
    .address-content-pofile .body-table-balance__column {
        flex: unset;
        width: auto;
    }
    .address-content-pofile .body-table-balance__item {
        height: 60px
    }
    /* end Profile table */
}
@media (max-width: 479px) {
    #common-success .card__container {
        max-width: calc(100% - 30px);
        padding: 30px 15px;
    }
    /*.list-body-shoping__other {*/
    /*    flex-direction: column;*/
    /*}*/
    #simplecheckout_cart .actions-body-shoping__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .price-list-body-shoping__new {
        padding: 5px 0;
    }
    .account-simpleaddress-insert .simpleregister-button-left, .account-simpleaddress-insert .simpleregister-button-right, .account-simpleaddress-update .simpleregister-button-left, .account-simpleaddress-update .simpleregister-button-right {
        width: calc(50% - 15px);
    }
    .account-simpleedit .simpleregister-button-left {
        width: 100%;
    }
    .account-simpleedit .simpleregister-button-left .button {
        width: 100%;
    }
}

.balance {
    padding: 0 0 60px;
}

.dashboard {
    margin-bottom: 30px;
}

.dashboard-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 36px 40px 23px;
}

.dashboard-item {
    flex: 1 0 0;
}

.dashboard-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #0D0802;
    padding: 0 30px;
    margin-bottom: 15px;
    min-height: 23px;
}

.dashboard-box {
    width: 100%;
}

.dashboard-box table {
    width: 100%;
    vertical-align: middle;
    border: none;
    border-spacing: 0;
}

.dashboard-box table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #3C3C3C;
    padding: 9px 30px;
}

.dashboard-box table tr:nth-child(odd) {
    background: #F5F5F5;
}

.dashboard-box table td:nth-child(1) {
    text-align: left;
}

.dashboard-box table td:nth-child(2) {
    font-weight: 700;
    text-align: right;
}

.dashboard-box table tr.red td {
    color: #D00A10;
}

section.block-other .block-list {
    display: flex;
    margin-bottom: 25px;
    gap: 20px;
    justify-content: space-between;
}
section.block-other .block-list .block-other__container {
    border-radius: 16px;
    background: #fff;
    width: 100%;
    padding: 20px;
    min-height: 192px;
}
.block-list .block-other__container .block-other__title {
    font-size: 18px;
    font-weight: bold;
}
.block-list .block-other__container .block-other__number {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
.block-list .block-other__container .block-other__desc {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    min-height: 35px;
}
.block-list .block-other__container.current .block-other__number {
    color: #38B88A;
}


@media screen and (max-width: 991px) {
    .dashboard {
        margin-bottom: 18px;
    }
    .dashboard-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 24px;
        padding: 18px 16px 12px;
    }
    .dashboard-item {
        flex: auto;
    }
    .dashboard-title:empty {
        display: none;
    }
}

.common-home .actions-header__lang {
    margin-right: 20px;
}
.common-home .lang-actions-header__item {
    color: #fff;
    font-weight: 600;
}
.lang-actions-header__item {
    transition: all .3s ease 0s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lang-actions-header__item:not(.common-home .lang-actions-header__item):hover {
    color: #d00a10;
    text-decoration: none;
}
.lang-actions-header__item._active {
    font-weight: 700;
    pointer-events: none;
}

.actions-header__favotite {
    transition: all .3s ease 0s;
}
.actions-header__favotite:hover .favotite-actions-header__text {
    color: #d00a10;
}

.actions-info-main-change_access_level button {
    flex: 1 1 auto;
    background: #ef863f;
    border-radius: 4px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    width: 100%;
    min-width: 180px;
}
.cooperation_us_form .input_container_block {
    width: 100%;
}
.cooperation_us_form .text-danger {
    font-size: 11px;
    line-height: 150%;
    color: #d00a10;
}
.fancybox-is-open .fancybox-bg {
    background: rgba(0, 0, 0, .35);
}
button.__icon-close {
    display: none;
}
#popup_change_access_level h2.heading__title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 32px;
    text-align: center;
}
#popup_change_access_level .input_container {
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 8px;
    align-items: center;
}
#popup_change_access_level .input_container label {
    min-width: 75px;
    font-size: 15px;
}
#popup_change_access_level .input_container input {
    display: flex;
    background: #f4f4f4;
    border-radius: 8px;
    padding: 9px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    position: relative;
    width: 100%;
}
.cooperation_us_form-privacy {
    margin: 20px 0;
}
.cooperation_us_privacy {
    font-size: 13px;
    display: flex;
    gap: 10px;
}
.cooperation_us_form-privacy fieldset {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}
#popup_change_access_level button.send-application__btn {
    flex: 1 1 auto;
    background: #d00a10;
    border-radius: 4px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    width: 210px;
    margin: 0 auto;
}
button.fancybox-button.fancybox-close-small {
    display: none;
}
.table-body-main-block-catalog._tabs-block2._active .send-change_access_level__btn {
    font-size: 14px;
    line-height: 18px;
    width: 80px;
}

section.progress .block-list .block-other__container {
    border-radius: 16px;
    background: #fff;
    width: 100%;
    min-height: 192px;
    padding: 30px 40px;
}
.progress-wrapper {
    position: relative;
}
.progress-refresh {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.progress-bar {
    margin: 0 0 10px;
    overflow: hidden;
    /*padding-right: 24px;*/ /* Separate bars from container */
}
#custom-tooltip {
    position: absolute;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    display: none;
    z-index: 1000;
    pointer-events: none;
}
 .progress-title-holder {
    padding-bottom: 7px;
    position: relative;
    margin: 5px 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #2e2e2e;  
}
.progress-title {
    z-index: 100;
}
.progress-number-wrapper {
    width: 100%;
    z-index: 10;
}
.progress-number-mark,
.progress-number-mark-red {
    position: absolute;
    bottom: 18px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); 
} 
.progress-number-wrapper,
.progress-number-mark,
.progress-number-mark-red {
    height: 30px;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.down-arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #16171d;
    position: absolute;
    left: 50%;
    top: 100%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);  
}
.progress-content-outter {
    height: 10px;
    background-color: #E7E6E6;
    display: flex;
    justify-content: flex-start;
}
.progress-content {
    height: 16px;
    position: absolute;
    top: -3px;
    background-color: #38B88A;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(56,184,138,0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(56,184,138,0.5);
    box-shadow: 0px 0px 12px 0px rgba(56,184,138,0.5);
    width: 0%; /* Initial value */
}
.progress-content-red {
    z-index: 1;
    left: 0;
    height: 16px;
    position: relative;
    top: -3px;
    background-color: #d00a10;
    border-radius: 20px;
    width: 0%;
}
span.progress-number-mark-red {
    color: #d00a10;
}
.tooltip-trigger {
    font-size: 17px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    align-items: center;
}
.progress-bar .manager-credit__title {
    display: flex;
    justify-content: space-between;
}
.progress-info .info {
    color: #d00a10;
    font-size: 18px;
}
.payment-due {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
}
.manager-credit__title .progress-title {
    z-index: 1;
}
.progress-title-pay {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.progress-under-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 17px;
}
.progress-under-text .total-value,
.progress-under-text span {
    font-weight: 600;
}
.block-other__container .actions-info-main-change_access_level {
    margin-top: 20px;
}
.block-other__container .actions-info-main-change_access_level button {
    height: 40px;
    font-size: 16px;
}
.blocks-catalog-header__col.not-allow-for-group {
    opacity: 0.4;
}
.customer_groups_levels {
    display: none !important;
}

.promotion-catalog__item-disc {
    color: #d00a10;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 8px;
    border: 1px solid #d00a10;
    width: 60px;
    text-align: center;
}
.row-body-main-block-catalog__images {
    position: relative;
}
.row-body-main-block-catalog__images .promotion-catalog__item-disc {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #d00a10;
    z-index: 1;
    padding: 4px 8px;
    border: 1px solid #d00a10;
    width: 60px;
    text-align: center;
}

#popup_sold .popup__head {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    padding-right: 0;
}
#popup_sold .popup__text {
    font-size: 16px;
}
#popup_sold .popup__text_total {
    padding: 20px;
    position: relative;
    font-size: 16px;
    margin: 20px 0;
}
#popup_sold .popup__text_total span {
    color: #d00a10;
    float: left;
    width: 100%;
    margin-top: 8px;
    font-weight: 600;
}
#popup_sold .popup__text_total:after {
    content: '';
    display: block;
    background: #efefef;
    height: 100%;
    width: 600px;
    position: absolute;
    top: 0;
    z-index: -1;
    left: -150px;
    right: 0;
}
#popup_sold .popup__text_btn {
    width: 100%;
}
#popup_sold button#button-continue {
    background: #d00a10;
    border-radius: 4px;
    height: 48px;
    display: -webkit-box;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0 auto;
}
#popup_sold .popup__body {
    overflow: hidden;
}
#popup_sold .popup__icon {
    padding: 20px;
    background: #efefef;
    border-radius: 100px;
    margin-bottom: 26px;
}
.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    align-items: center;
}

.checkbox > span {
    padding: 0 0.25rem;
}

.checkbox > input {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #000;
    cursor: pointer;
  }

.checkbox > input:checked {
    border: 1px solid #41B883;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0.3rem;
    top: 0.2rem;
}

.checkbox > input:active {
    border: 2px solid #34495E;
}

button[disabled=disabled] {
    opacity: 0.5;
    cursor: auto;
}


@media screen and (max-width: 980px) {
    section.block-other .block-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    section.block-other .block-list .block-other__container {
        max-width: calc(50% - 10px) !important;
        padding: 30px 15px;
    }
    section.block-other.progress .block-list .block-other__container {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .dashboard-title {
        font-size: 16px;
        line-height: 18px;
        padding: 0 9px;
        min-height: auto;
    }
    .dashboard-box table td {
        font-size: 14px;
        line-height: 130%;
        padding: 10px 10px 11px;
    }

    .common-home .advantages, .common-home .banner-sm, .common-home .partners, .common-home .assortment, .common-home .categories, .common-home .assortment__items, .common-home .large_text {
        margin: 50px 0 !important;
    }
    .common-home .categories__items {
        margin-top: 20px !important;
    }
    .common-home .categories__item img {
        max-width: 100% !important;
    }

    .common-home .send-application__btn:not(.common-home .banner-big .send-application__btn) {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .common-home .actions-header__lang {
        margin-right: 0px;
    }

    .common-home .footer__container._container {
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 500px) {
    .actions-info-main-change_access_level button {
        font-size: 14px;
        line-height: 22px;
        height: 42px;
    }
    #popup_change_access_level.fancybox-content {
        padding: 50px 20px 20px 20px;
    }
    .cooperation_us_form-privacy fieldset {
        padding: 10px 0;
    }
    section.block-other .block-list .block-other__container {
        max-width: 100% !important;
    }
    .common-home .header img:not(.user-actions-header__img img, .user-actions-header__actions img) {
        width: 140px !important;
    }
    .common-home .header {
        display: flex;
    }
    .common-home .header .container {
        margin: auto 0;
        width: 100%;
    }
    .common-home .lang-actions-header__item {
        font-size: 13px;
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
    .block-list .block-other__container .block-other__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    section.block-other .block-list .block-other__container {
        max-width: 100% !important;
        min-height: 170px;
    }
}

.common-home {
    padding-top: 60px;
}
.common-home .header {
    z-index: 1000;
}
.common-home .header .container {
    display: flex;
    justify-content: space-between;
}
.common-home .header .container .user-actions-header__img img {
    width: initial;
    filter: invert(1);
}
.user-actions-header__img  {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.common-home .header .user-actions-header__text:hover {
    color: #fff;
}
.common-home .header .actions-user-actions-header__item:hover {
    text-decoration: underline;
}
.common-home .header .actions-user-actions-header__item img {
    width: initial;
}
.common-home .header .actions-user-actions-header__icon {
    height: 16px;
}
.common-home .header .user-actions-header__actions.active {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.common-home .text-danger {
    margin-top: 6px;
    font-size: 14px;
    line-height: 150%;
    color: #d00a10;
}
.common-home #popup_form .cooperation_us_form-privacy .cooperation_us_privacy-checkbox p{
    max-width: 480px;
}

.common-home #popup_form .input_container {
    flex: 1;
}

.profile__content.content-profile {
    min-height: 400px;
}

.account-simpleaddress-update .select__options {
    max-height: 300px;
    overflow-y: auto;
    z-index: 10;
}
.account-simpleaddress-insert .select__options {
    max-height: 300px;
    overflow-y: auto;
}

.breadcrums {
    padding: 15px 0;
}
.account-simpleaddress-update .simpleregister-button-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.menu-header__item {
    font-size: 15px !important;
}
.simplecheckout-error-text {
    margin-top: 10px !important;
}

.alert-simple-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}
.alert-simple-container .alert {
    max-width: 800px;
}

.alert-simple-container:first-child .alert {
    margin-bottom: 0;
    margin-top: 15px;
}

.common-home .user-actions-header__text {
    color: #fff;
}

.form_row_select {
    display: flex;
    flex-direction: column-reverse;
}

.manager-credit__image img {
    border-radius: 50%;
}

.common-home #popup_form .cooperation_us_form-privacy .cooperation_us_privacy-checkbox p {
    bottom: 50% !important;
    transform: translateY(50%);
}

body.common-home .wrapper {
    padding-bottom: 0px;
}
.common-home .footer__container._container {
    max-width: 1508px;
    padding: 0 50px;
}

.head-table-balance__item._status {
    width: fit-content;
}

@media screen and (min-width: 1440px) {
    .filter-balance__item {
        flex: 0 0 calc((100% - 5px * 5) / 6);
    }
    .filter-balance__item._button {
        flex: 0 0 calc((100% - 30px * 5)/ 6);
    }
}
.filter-balance__item._check {
    flex: 0 0 calc((100% - 50px * 8) / 6);
}
.filter-balance__item._check .checkbox {
    display: flex;
}
@media screen and (max-width: 1272px) {
    .filter-balance__item._check {
        flex: 0 0 calc((100% - 40px * 5) / 6);
    }
}
@media screen and (max-width: 991px) {
    .filter-balance__item._check {
        flex: 0 0 calc((100% - 90px) / 4);
        align-items: center;
    }
    .filter-rest-balance__item {
        flex: 0 0 calc((100% - 90px) / 4);
    }
}
@media screen and (max-width: 767px) {
    .filter-balance__item._check {
        flex: unset;
    }
    .filter-rest-balance__item {
        flex: unset;
    }
}
.filter-rest-balance__item {
    font-size: 20px;
    display: flex;
    align-items: center;
}
.filter-rest-balance__item a {
    color: #000;
    transition: color 0.2s ease;
}
.filter-rest-balance__item a:hover {
    color: #d00a10;
}

.actions-filter-catalog__apply {
    gap: 3px;
    justify-content: center;
}

/*DANGERE*/
#mfilter-content-container .select__options, .extension-module-wss_elastic .select__options {
    min-width: 150px;
    z-index: 10;
}
.extension-module-wss_elastic .blocks-catalog__block > p:last-child {
    font-size: 20px;
    text-align: center;
}
/*DANGERE*/

.nav-table-body-main-block-catalog__code {
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
}
.nav-table-body-main-block-catalog__stock {
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
}
.nav-table-body-main-block-catalog__price {
    -ms-flex: 0 0 93px;
    flex: 0 0 93px;
}
.content-table-body-main-block-catalog__details {
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
}
.nav-table-body-main-block-catalog__details {
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
}

.other-info-main-card {
    align-items: flex-start;
}
.specification-card__item._even {
    background: #fff;
}
.specification-card__item._odd {
    background: #f5f5f5;
}

.menu-header__item._curr {
    cursor: pointer;
}
.head-list-body-shoping__item._total-price {
    text-align: left;
}

.checkout-simplecheckout .select__options {
    max-height: 300px;
    overflow-y: auto;
}

.account-wishlist #content {
    padding-bottom: 60px;
}
.account-wishlist .product-thumb {
    display: flex;
}
.account-wishlist .button-group {
    min-width: 230px;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;

    margin-left: auto;
}
.account-wishlist .button-group button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #d00a10;
    border-radius: 4px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.account-wishlist .button-group .button {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    text-align: center;
    height: 48px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #a4a4a5;
    background: #fff;
    border: 1px solid #dee0e3;
    border-radius: 4px;

    width: 100%;
}
.account-wishlist .image {
    display: flex;
    width: min-content;
}
.account-wishlist .image a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 178px;
    flex: 0 0 178px;
    height: 178px;
    min-width: 178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 35px;
}
.account-wishlist .image a img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.account-wishlist .caption {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-right: 35px;
}
.account-wishlist .caption h4, .account-wishlist .caption h4 a{
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #0d0802;
}
.account-wishlist .caption .price{
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #d00a10;
}
.account-wishlist .product-layout {
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
}

.account-wishlist .text-page__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #0d0802;
}
.account-wishlist .tooltip {
    position: absolute !important;
}
.account-wishlist .tooltip-inner {
    font-size: 14px;
    line-height: 150%;
}
.account-wishlist .wishlist-product__info {
    width: 100%;
    display: flex;
}
.account-wishlist .wishlist-exchange {
    max-width: 100px;
}

.account-login .alert-danger {
    color: #d00a10;
}

@media screen and (max-width: 900px) {
    .account-wishlist .wishlist-product__info {
        flex-direction: column;
    }
    .account-wishlist .caption {
        margin-right: 0;
    }
    .account-wishlist .button-group {
        margin-left: unset;
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .account-wishlist .product-thumb {
        flex-direction: column;
    }
    .account-wishlist .image {
        display: block;
        width: auto;
    }
    .account-wishlist .image a {
        margin-right: 0;
        margin-bottom: 20px;
    }


    .row-body-main-block-catalog__body {
        flex-direction: column;
    }
    .actions-row-body-main-block-catalog {
        width: 100%;
        max-width: unset;
        align-items: flex-start;
    }
    .actions-row-body-main-block-catalog__actions {
        max-width: unset;
    }
    .price-actions-row-body-main-block-catalog {
        width: 100%;
        align-items: flex-start;
    }
    .row-body-main-block-catalog__images {
        align-self: center;
        height: 178px;
    }
    .row-body-main-block-catalog__images picture {
        width: 100%;
        height: 100%;
    }
}

.filter-catalog__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 15px)/ 2);
    flex: 0 0 calc((100% - 15px)/ 2);
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.row-filter-catalog__value {
    background: #fff;
    border: 1px solid #dee0e3;
    border-radius: 4px;
    padding: 11px 10px;
}

/* SEARCH */
.search-header__list {
    position: absolute;
    top: 100%;
    left: 0;

    background: #fff;
    width: 100%;
    border-radius: 12px;
    margin-top: 5px;
    box-shadow: 0px 0px 14px rgba(181, 197, 203, 0.2);
    max-height: 70vh;

    z-index: 100;
}
.search-header__list:not(:has(.list-search-header__list .list-search-header__item_empty)) {
    overflow-y: auto;
}
.list-search-header__link {
    font-size: 16px;
}
.list-search-header__link .product-name em {
    color: #d00a10;
}
.list-search-header__list .title {
    padding: 25px 20px 5px;
    color: #7E8989;
}
.list-search-header__item {
    padding: 15px 20px;
}
.list-search-header__item .list-search-header__link {
    padding: 0;
}
.search_result_product .list-search-header__item {
    padding: 20px;
    padding-right: 110px;
    position: relative;
}
.list-search-header__item .product-image {
    position: absolute;
    height: 62px;
    width: 62px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.list-search-header__item .product-image img {
    width: auto;
    max-width: 62px;
    height: 100%;
}
.list-search-header__item .product-name {
    line-height: 1.3;
}
.list-search-header__item .product-price {
    font-size: 13px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.list-search-header__item .product-price .special {
    color: #8d8d8d;
    text-decoration: line-through;
}
.list-search-header__item .product-price .price {
    color: #d00a10;
    font-size: 14px;
}
.row-body-main-block-catalog__title em {
    color: #d00a10;
}

#product-wss_elastic .nav-catalog__item {
    width: 100%;
    flex: auto;
}

.sort-nav-head-main-block-catalog__item._active svg path {
    fill: #D00A10 !important;
}
.sort-nav-head-main-block-catalog__item svg path {
    fill: #888888 !important;
}

.profile__content .select__options::-webkit-scrollbar, .select2-results__options::-webkit-scrollbar {
    width:4px;
    background:#fff;
}
.profile__content .select__options::-webkit-scrollbar-thumb, .select2-results__options::-webkit-scrollbar-thumb {
    background-color:#c4c4c4;
    border-radius:20em;
}

@media screen and (max-width: 767px) {
    .search-header {
        position: static;
    }
    .search-header__list {
        width: calc(100% - 60px);
        margin: 0 30px;
    }
}
/* SEARCH ================ */

.form-group legend {
    color: #a4a4a5;
}
.mobile-menu-close {
    display: none;
}

.select__value span {
    height: 1.1em;
}

body {
    padding-top: 145px;
}
@media (max-width: 1272px) {
    body {
        padding-top: 70px;
    }
}

.filter-balance__date::placeholder {
    word-wrap: break-word;
    text-overflow: clip;
}

.selected_data, .common-promotion  .actions-row-body-main-block-catalog__like.selected_data {
    border-color: #d00a10;
    color: #d00a10;
}

.common-promotion .promotion-catalog__inner .actions-row-body-main-block-catalog__like:hover {
    -webkit-box-shadow: inset 0 0 2px #000;
    box-shadow: inset 0 0 2px #000;
}


.empty_data_mess {
    margin-top: 20px;
}

/* LOGIN */
.auth-pages.common-home {
    padding-top: 72px;
}

.auth-pages .sign-in {
    padding-top: 100px;
    padding-bottom: 60px;
}
.auth-pages .sign-in__in {
    width: 100%;
    max-width: 1300px;
    padding: 0px 20px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}
.auth-pages .sign-in__content {
    background: #FFFFFF;
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    flex: 0 0 550px;
    padding: 40px;
}
.auth-pages .sign-in__title {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #0D0802;
}
.auth-pages .sign-in__body {
    margin-top: 20px;
}
.auth-pages .sign-in__inner {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
    margin-bottom: 15px;
}
.auth-pages .sign-in__row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 30px;
}
.auth-pages .sign-in__name {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #A4A4A5;
    flex: 0 0 60px;
}
.auth-pages.account-forgotten .sign-in__name, .auth-pages.account-reset .sign-in__name {
    flex: 0 0 130px;
}
.auth-pages.account-forgotten .text-danger, .auth-pages.account-reset .text-danger {
    padding-left: 130px;
}
.auth-pages .sign-in__input {
    flex: 1 1 auto;
    position: relative;
}
.auth-pages .sign-in__input input {
    font-family: Arial;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    color: #0D0802;
}
.auth-pages input, .auth-pages a.sign-in__btn {
    height: auto;
    background: #fff;
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.3;
}

.auth-pages .password-control {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    display: flex;
}

.auth-pages .sign-in__check {
    padding-left: 90px;
    margin-bottom: 20px;
}
.auth-pages .checkbox {
    position: relative;
    width: 100%;
}
.auth-pages .checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.auth-pages .checkbox__text {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: #0d0802;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
    cursor: pointer;
}
.auth-pages .checkbox__text:before {
    content: "";
    align-self: flex-start;
    margin: 0px 10px 0px 0px;
    flex: 0 0 19px;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    background: #fff;
    border: 2px solid #a4a4a5;
    border-radius: 3px;
}

.auth-pages .sign-in__buttons {
    padding-left: 90px;
    margin-bottom: 10px;
    display: flex;
    column-gap: 20px;
}
.auth-pages.account-forgotten .sign-in__buttons, .auth-pages.account-reset .sign-in__buttons {
    padding-left: 160px;
}
.auth-pages .sign-in__btn {
    font-family: Arial !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 150% !important;
    color: #FFFFFF !important;
    height: 48px !important;
    cursor: pointer;
}
.auth-pages .sign-in__btn.sign-in-btn-log {
    background: #D00A10;
    /*flex: 0 0 130px;*/
    width: 100%;
}
.auth-pages .sign-in__btn.sign-in-btn-reg {
    display: none;
    background: #3C3C3C;
    flex: 0 0 180px;
}
.auth-pages a.sign-in__btn {
    background: #3C3C3C !important;
}

.auth-pages .sign-in__more {
    padding-left: 90px;
}
.auth-pages .sign-in__fargot {
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #A4A4A5;
}
.auth-pages .pull-left, .auth-pages .pull-right {
    flex: 1 1 50%;
}
@media (max-width: 1299px) {
    .auth-pages .sign-in {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .auth-pages .sign-in {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .auth-pages .sign-in__in {
        padding: 0px 10px;
    }
}
@media (max-width: 550px) {
    .auth-pages .sign-in {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .auth-pages .sign-in__content {
        padding: 30px 15px;
        flex: 0 0 100%;
    }
    .auth-pages .sign-in__title {
        font-size: 20px;
    }
    .auth-pages .sign-in__inner {
        row-gap: 20px;
        margin-bottom: 24px;
    }
    .auth-pages .sign-in__row {
        flex-direction: column;
        row-gap: 5px;
        align-items: flex-start;
    }
    .auth-pages .sign-in__name {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
    .auth-pages .sign-in__input {
        flex: 0 0 auto;
        width: 100%;
    }
    .auth-pages .sign-in__check {
        display: none;
    }
    .auth-pages .sign-in__more, .auth-pages .sign-in__buttons {
        padding-left: 0 !important;
    }
    /*.auth-pages .sign-in__btn.sign-in-btn-log {*/
    /*    flex: 0 0 calc(48% - 10px);*/
    /*}*/
    .auth-pages .sign-in__btn.sign-in-btn-reg {
        flex: 0 0 calc(52% - 10px);
    }

    .auth-pages.account-forgotten .text-danger, .auth-pages.account-reset .text-danger {
        padding-left: 0;
    }

    .common-home #popup_form .cooperation_us_form-privacy .cooperation_us_privacy-checkbox p {
        width: calc(100vw - 80px);
    }
}
/* end LOGIN */

.common-home .send-application__btn:not(.common-home .banner-big .send-application__btn) {
    justify-content: center;
}

.common-home .banner-sm__title {
    margin-left: auto;
}

/* promotion */
.common-promotion .promotions__card-image img, .promotion-categories__card-image img {
    vertical-align: top;
    max-width: 100%;
}
.common-promotion #content {
    margin-bottom: 60px;
}
.breadcrums__item:not(:first-child)::after {
    width: 6px;
    right: calc(100% - 3px);
    background: #A4A4A5;
}
.promotion-info_desktop__title {
    width: 100%;
    text-align: left;
    padding: 30px 0;
    color: #0d0802;
    font-size: 28px;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
}
.common-promotion .promotion-info__content * {
    line-height: 140% !important;
}
.common-promotion .promotion-info__content ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.common-promotion .promotion-info__content ul li {
    list-style-type: disc;
    list-style-position: inside;
}
.common-promotion .promotion-info__content ul:not(:first-child) {
    margin-top: 35px;
}

.promotion-catalog__item .price-actions-row-body-main-block-catalog__static {
    margin-top: -16px;
}
.common-promotion .promotion-catalog__inner {
    padding: 30px 0;
}
.common-promotion .actions-row-body-main-block-catalog__actions {
    max-width: 100%;
}
.common-promotion .info-row-body-main-block-catalog__links {
    margin-top: 0;
}
.common-promotion .row-body-main-block-catalog__item .info-row-body-main-block-catalog__links {
    margin-top: 10px;
}

.common-promotion .breadcrums ul li {
    list-style: none;
}
.common-promotion .breadcrums-special .breadcrums {
    padding: 40px 0;
}
.common-promotion .promotion-info__content:not(:first-child) {
    margin-top: 40px;
}
.common-promotion .promotion-info__content a {
    color: #0c5bb9;
}
.common-promotion .promotion-info__content a:hover {
    text-decoration: underline;
}

.common-promotion ul li {
    list-style: none;
}
.common-promotion .promotion-info__content ul li {
    list-style: disc;
}

.common-promotion:has(.promotion-info) .main-info, .common-promotion:has(.promotion-categories) .main-info, .common-promotion:has(.promotions-action) .main-info {
    font-family: 'FuturaPT';
}
.common-promotion .promotion-categories {
    padding: 17px 0 75px;
}
.common-promotion .promotions__card-image img {
    border-radius: 16px;
}
.common-promotion .setting-nav-head-main-block-catalog__item, .common-promotion .setting-nav-head-main-block-catalog__item .select_setting-nav-head-main-block-catalog__select .select__value {
    color: #3C3C3C;
}
.common-promotion .promotion-catalog__item-title {
    margin-top: 0;
    margin-bottom: auto;
}
/* end promotion */

.extension-module-wss_elastic .nav-catalog__container {
    max-width: 100%;
    padding: 0;
}
.extension-module-wss_elastic .nav-catalog__item {
    border-radius: 0;
}

.filter-catalog__filter .ocf-scroll-y {
    max-height: 335px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.filter-catalog__filter .ocf-scroll-y::-webkit-scrollbar-thumb {
    background: #d00a10;
}
.filter-catalog__filter .row-filter-catalog__body {
    padding-top: 25px;
}
.filter-catalog__filter .ocf-btn-show-filters.ocf-hidden-filters-divider {
    width: 100%;
}
.filter-catalog__filter .ocf-hidden-filters-divider>span {
    padding: 4px 10px;
}
.filter-catalog__filter .ocf-btn-show-filters.ocf-hidden-filters-divider:not(:has(span)) {
    height: auto;
    background-color: initial;

    padding-top: 10px;
    border-top: 1px solid #eceef2;
    opacity: 1;
}

.select_form-control .select2 {
    width: 100% !important;
}

.select2 + .select__item {
    display: none;
}
.select2 .select2-selection {
    height: 48px !important;

    display: flex !important;
    font-size: 14px !important;
    padding: 0 15px !important;
    align-items: center !important;
    justify-content: space-between !important;

    border: 1px solid #dee0e3 !important;
    box-shadow: none !important;
}
.select2 .select2-selection .select2-selection__rendered {
    color: #0d0802 !important;
}
.select2 .select2-selection .select2-selection__arrow {
    position: initial !important;

    width: 11px !important;
    height: 7px !important;
}
.select2.select2-container--open .select2-selection .select2-selection__arrow b {
    transform: rotate(-180deg);
}
.select2 .select2-selection .select2-selection__arrow b {
    width: 11px !important;
    height: 7px !important;
    background: url(../assets/other_page/img/icons/select-arrow.svg) center/100% no-repeat !important;

    border: none !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    position: absolute !important;
    transition: all .3s ease 0s !important;
}
.select2-dropdown {
    box-shadow: none !important;
    border-color: #dee0e3 !important;
}
.select2-results__option.select2-results__option--highlighted {
    color: #000 !important;
    background-color: #d9d9d9 !important;
}

.common-promotion .promotion-categories__slider {
    margin-left: -20px;
}
.common-promotion .promotion-categories__slider .slick-list {
    overflow: hidden;
}
.common-promotion .promotion-categories__slider .slick-track {
    margin-left: 20px;
}


.notification-credit__body  ol, .notification-credit__body  ul {
    padding:  0 15px ;
}


.notification-credit__body  ol li, .notification-credit__body  ul li  {
    padding: 5px;
    margin-left: 5px;
}

.notification-credit__body ul li {
    list-style-type: disc;

}

.specification-card__value {
    line-height: 140%;
    padding-left: 10px;
    text-align: right;
}

.specification-card__name {
    padding-right: 10px;
    line-height: 140%;
}




@media screen and (max-width: 1272px){
    .lang-actions-header__item:not(.common-home .lang-actions-header__item):hover {
        color: #fff;
    }

    .common-promotion #content {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 1200px){
    .common-home .banner-sm__title {
        max-width: 982px;
    }
}
@media screen and (max-width: 1199px){
    .common-home .banner-sm__title {
        max-width: 580px;
    }
}
@media screen and (max-width: 1000px) {
    .common-promotion .promotion-catalog__inner {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .common-home .banner-sm__title {
        max-width: 530px;
    }

    body:has(.search-header__list[style="display: block;"]) {
        overflow: hidden;
    }

    .promotion-info_desktop__title {
        display: none;
    }
    .common-promotion .breadcrums__item {
        width: fit-content;
        font-size: 14px;
    }


    .common-promotion .promotion-catalog__inner {
        grid-template-columns: repeat(1, 1fr);
        position: relative;
        width: calc(100% + 40px);
        left: -20px;

        gap: 10px;
    }
    .common-promotion .promotion-catalog__item {
        padding: 40px 16px 30px;
        border: none;
    }
    .common-promotion .promotion-catalog__item:not(:first-child) {
        border-top: 1px solid #dee0e3;
    }
    .common-promotion .promotion-catalog__item:last-child {
        border-bottom: 1px solid #dee0e3;
    }

    .common-promotion .breadcrums-special .breadcrums {
        padding: 10px 0;
    }
    .common-promotion .promotion-info__content h3 {
        font-weight: 700;
        line-height: 120%;
    }
    .common-promotion .promotion-categories {
        padding: 24px 0;
    }
    .common-promotion .promotion-categories__card-info-title {
        font-weight: 700;
    }
    .common-promotion .promotion-catalog__inner .to-cart-actions-row-body-main-block-catalog {
        column-gap: 17px;
    }

    .wrapper_checkout_two_columns .get-up__main {
        display: flex;
        flex-direction: column-reverse;
    }

    .common-promotion .promotion-categories__slider .slick-list {
        overflow: visible;
    }
    .common-promotion .promotion-categories__slider {
        margin-left: 0;
    }
    .common-promotion .promotion-categories__slider .slick-track {
        margin-left: 0;
    }
}
@media screen and (max-width: 540px){
    .common-home .banner-sm__title {
        max-width: 400px;
    }

    .common-promotion #content {
        margin-bottom: 20px;
    }
}
@media (max-width: 479.98px) {
    .common-promotion .promotion-catalog__inner {
        width: calc(100% + 30px);
        left: -15px;
    }
    #popup_sold .popup__head {
        font-size: 26px;
    }
    #popup_sold .popup__text,
    #popup_sold .popup__text_total {
        font-size: 15px;
    }
    .checkbox {
        font-size: 13px;
    }
    #popup_sold button#button-continue {
        height: 40px;
        font-size: 14px;
    }
}

