.page-favorite__delete-btn{
	z-index: 100;
}
.goods-series__main-info .availability-help__button-disabled.availability-help__button.availability-help__button--null.availability-help__button--to-order, .goods-series__main-info .availability-help__button-disabled.availability-help__button{
	cursor: default;
}
#radix-vue-select-content-17 .base-select__viewport{
    border-top: 1px solid #e7e8e9;
}

.geography-contact-table{
	margin-right: 20px;
}

.goods-series__docs-name{
    word-break: break-word;
}

/*кнопка оплатить в ЛК*/
@media screen and (max-width: 1365px) {
    .working-order .el-row.is-justify-space-between.ai-center.row-gap-16.adapt-block 
    .el-col-24.el-col-xs-24.el-col-sm-24.el-col-md-6.is-guttered 
    button.base-button--primary.base-button--size-md.base-button--rounded.base-button--full-width {
        display: none;
    }
}


/*Поле комментарий в ЛК*/
.method-obtaining-order__shipment .alternation .el-row.is-justify-space-between.alternation__item .el-col.el-col-24.el-col-xs-24.el-col-sm-4.el-col-md-8.is-guttered{
	padding-left: 0px !important;
}

/*Настройки в ЛК - контрагенты ширина*/
.site-content.nwb-container .site-content__inner #personal-settings{
    max-inline-size: 1144px;
}



/*Мои заказы - порядок*/

.filter-group__content .filter-group_mobile-padding .filter-group-tags .filter-group-tags__list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.order-status--saved {
    order: 1;
}

.order-status--calculated {
    order: 2;
}

.order-status--awaitingPayment {
    order: 3;
}

.order-status--inProgress {
    order: 4;
}

.order-status--issuedOnCredit {
    order: 5;
}

.order-status--readyForShipment {
    order: 6;
}

.order-status--completed {
    order: 7;
}

.order-status--canceled {
    order: 8;
}


/*Мои заказы - стоимость*/
.orders__table .order-record__wrapper .orders__table-row.order-record .orders__table-cell.order-record__price{
    text-align: left;
}


/*Заказ - комментарий*/
.method-obtaining-order__shipment .alternation .alternation__item .is-guttered{
    padding-left: 0px !important;
}


/*Отступ в настройках*/
.page-head__outer {
       padding-top: 92px;
    }

@media (max-width: 642px) {
    .page-head__outer {
       padding-top: 102px;
    }
    .blog-item-page__wrapper .blog-item-page__content .blog-item-page__article iframe {
        min-height: 210px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 478px) {
    .page-head__outer {
      padding-top: 122px;
    }
}

@media (max-width: 387px) {
    .page-head__outer {
      padding-top: 142px;
    }
}

.cart-total-info-order-mini .info-more.show{
	height: 150px !important;
	margin-top: 15px !important;
}

.cart-total-info-order-mini .d-flex.gap-16.jc-space-between.ai-center.f-wrap div div p.price-mobile span{
	display: none;
}

.cart-total-info-order-mini .d-flex div div .price-mobile {
    font-weight: 400;
}

.products-order .products-order__list div .order-item .order-item__price-per-unit .order-item__price-per-unit-mobile span {
    font-weight: 400;
}

.i-eye, .i-eye-off{
    background-size: contain;
    display: inline-flex;
    width: 24px;
    height: 24px;
    position: relative;
    top: 0px;
    cursor: pointer;
    transition: 3ms;
}

.i-eye{
    background-image: url(/local/templates/nevatom/images/password-eye.png);
}
.i-eye-off{
    background-image: url(/local/templates/nevatom/images/password-eye-off-green.png);
}

@media (min-width: 643px)and(max-width: 768px) {
    .blog-item-page__wrapper .blog-item-page__content .blog-item-page__article iframe {
        width: 100%;
        height: auto;
        min-height: 410px;
    }
}

@media (min-width: 1720px) {
    #notification-button button [data-v-badge] {
        font-size: 14px;
        line-height: 14px;
        top: 8px;
        right: 0px;
        min-width: 28px;
        padding: 2px 5px;
        height: 18px;
        z-index: 1;
        font-family: sans-serif;
        position: absolute;
        font-weight: 500;
        background: red;
        border-radius: 9px;
        text-align: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    #notification-button button [data-v-badge]:empty, #notification-button-mobile button [data-v-badge]:empty {
        display: none;
    }
}

@media (max-width: 1719px) {
#notification-button button [data-v-badge], #notification-button-mobile button [data-v-badge] {
    font-family: sans-serif;
    position: absolute;
    top: 7px;
    right: 0px;
    font-size: 12px;
    font-weight: 500;
    min-width: 18px;
    height: 14px;
    line-height: 14px;
    padding: 2px 5px;
    background: red;
    border-radius: 9px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
#notification-button button [data-v-badge]:empty, #notification-button-mobile button [data-v-badge]:empty {
    display: none;
}
}


@media screen and (max-width: 799px) {
    .slider-main-item__image{
        object-fit: contain;
    }
    .slider-main-item__inner{
        height: 100%;
    }
    .slider-main-item{
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .slider-main-item__outer{
        position: relative;
    }
    .slider-main-item__content{
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 485px) and (max-width: 799px) {
    .swiper-slider__button{
            top: 40%!important;
        }
}

@media screen and (max-width: 484px) {
    .swiper-slider__button{
        top: 30%!important;
    }
}



.js-download-all-projects{
    font-weight: 500;
    --button-font-size: 20px;
    --button-height: 50px;
    --button-icon-color: var(--color-light-green);
    font-family: inherit;
    font-size: var(--button-font-size, 18px);
    line-height: calc(var(--button-height, 50px) - 2px);
    min-height: calc(var(--button-height, 50px) - 2px);
    max-width: 100%;
    min-width: var(--button-minwidth, 0);
    margin: 0;
    padding: var(--button-padding);
    border: 1px solid var(--button-border-color);
    border-radius: 0;
    box-shadow: var(--button-shadow);
    background: var(--button-bg-color);
    background-origin: border-box;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out, filter 0.2s ease-in-out, color 0.2s ease-in-out;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    color: var(--button-color);
}

.js-download-all-projects span svg{
    width: 24px;
    height: 24px;
}

.download-all-controls{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 15px;
}

.download-all-status{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-items: end;
}

.projects-item__download{
    left: 16px;
    position: absolute;
    top: 16px;
}

.projects-item__download input:hover{
    cursor: pointer;
}

.download-all-status .js-selected-count{
    font-size: 18px;
}
.download-all-status button {
    font-size: 20px;
    line-height: 50px;
    min-height: 50px;
}

.projects-item__download {
    --check-border: #c4c4c4;
    --check-bg: #fff;
    --check-icon-opacity: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.project-checkbox::before {
    content: "";
    display: inline-block;
    width: var(--check-size);
    height: var(--check-size);
    border: 2px solid var(--check-border);
    background: var(--check-bg);
    box-sizing: border-box;
    transition: all 0.2s ease;
    border-radius: 50%;
}


/* .projects-item__download:hover{
    --check-border: #009845;
} */

.project-checkbox:checked::before {
    background: url('/local/templates/nevatom/pdfImages/check_green.svg') no-repeat center/contain;
    border-radius: 50%; 
    border:none;
}

.project-checkbox::after {
    content: "";
    position: absolute;
    top: 50%;
    width: var(--check-size);
    height: var(--check-size);
    font-size: calc(var(--check-size) * 0.6);
    color: #009845;
    text-align: center;
    line-height: var(--check-size);
    opacity: var(--check-icon-opacity);
    transform: translate(-100%, -50%);
    transition: opacity 0.2s ease;
}

.project-checkbox:checked {
    --check-border: #009845;
    --check-bg: #e8f5e9;
    --check-icon-opacity: 1;
}

.project-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    width: var(--check-size);
    height: var(--check-size);
    margin: 0;
    padding: 0;
    position: relative;
}

.project-checkbox:hover{
    --check-border: #009845;
    border-width: 4px;
}


.help-block-projects{
    font-size: 16px;
}

.button-block-projects{
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (min-width: 800px) {
.download-all-status .button-block-projects .js-apply-download{
    width: 130px;
}

.download-all-status .button-block-projects .js-cancel-download{
    width: 130px;
}

.projects-item__download input {
    width: 40px;
    height: 40px;
}

.projects-item__download {
    --check-size: 40px;
    }
}

@media (max-width: 799px) {
    .button-block-projects.scroll {
        background: white;
        padding: 10px 10px;
        box-shadow: var(--block-shadow);
        align-items: normal;
        justify-content: center;
        text-align: center;
    }
    .js-download-all-projects{
        font-size: 18px;
    }
    .button-block-projects.scroll button{
        font-size: 16px;
        width: 100px!important;
        height: 35px;
        min-height: 35px;
    }
    .button-block-projects.scroll .js-selected-count{
        font-size: 16px;
    }

    .download-all-status .button-block-projects  .js-selected-count{
        font-size: 16px;
    }
    .download-all-status .button-block-projects.scroll  button {
        width: 100px;
        font-size: 16px;
    }

    .download-all-status{
        align-items: baseline;
    }
    .download-all-status .button-block-projects button {
        width: 100px;
        font-size: 16px;
        height: 35px;
        min-height: 35px;
    }
    .projects-item__download input {
        width: 40px;
        height: 40px;
    }
    .projects-item__download {
        --check-size: 40px;
        }
}

@media (min-width: 801px) {
.filter-group-mobile__head .filter-group-mobile__reset-all{
    padding-right: 35px;
}
}

.footer-social__button .nwb-button-icon__image .svg-icon--telegram {
    width: 26px;
}

.header-social__link .nwb-button-icon__image .svg-icon--telegram{
    width: 17px;
}

@media (min-width: 1366px) {
    .site-header-top__social {
        padding-right: 20px;
    }
}

@media screen and (min-width: 1720px) {
    .orders__table .orders__table-row[data-v-f1442ce8]{
        grid-template-columns: 120px 120px 140px 1fr 140px 140px 160px;
    }
    }
    
    @media screen and (min-width: 801px) and (max-width: 1719px) {
        .orders__table .orders__table-row[data-v-f1442ce8] {
            grid-template-columns: 120px 120px 140px 1fr 140px 1fr 40px;
        }
    }
    
    
    .order-record__number-1c{
        padding: 12px 8px;
        font-size: 16px;
        line-height: 24px;
        color: #5e5e5e;
    }
    .order-record__number-1c:hover{
        color: #5e5e5e;
    }
    
    @media screen and (max-width: 800px) {
        .order-record__number-1c[data-v-f1442ce8] {
            grid-area: number1C;
            display: flex;
            flex-direction: column;
            word-break: break-all;
            padding: 0px;
        }
        .order-record[data-v-f1442ce8] {
            grid-template-areas:
            "name status"
            "number1C status"
            "date status"
            "counteragent counteragent"
            "price menu" !important;
            }
    }

    .inform-menu {
        visibility: hidden; 
    }
    .inform-menu.ready {
        visibility: visible; 
    }
    .top-menu {
        visibility: hidden;
    }
    .top-menu.ready {
        visibility: visible;
    }

    .notification-popup__list .notification-card.notification-card--with-shadow{
        background-color: #ededed;
        border-color: #fff;
    }

    @media (max-width: 639px) {
        .notification-popup__read-all{
            margin: 20px auto 0px auto;
        }
    }

    .notification-popup__read-all {
        background-color: #ED6C06;
        border: none;
        color: #fff;
        height: 35px;
        font-family: 'HelveticaNeueCyr';
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        position: relative;
        left: 0;
        margin: 20px 0px 5px 0px;
        justify-content: center;
        text-align: center;
        display: flex;
        align-items: center;
        justify-self: center;
        padding: 0px 15px;
        font-weight: 400;
    }
    
    .notification-popup__read-all:hover{
        cursor: pointer;
    }

    .change-email-form__submit[data-v-7e3f2c4d], .change-password-form__submit[data-v-c4c5e37c], .change-phone-form__submit[data-v-82bdcd24]{
        margin-top: 20px;
        margin-block-end: 20px!important;
    }

    .base-input-error.yandex-captcha-error{
        color: #f56c6c;
        font-size: 12px;
        position: relative;
        top: -20px;
    }

    section.counteragent:before {
        content: 'Скидка по договору рассчитана предварительно и может отличатся в разных городах. Окончательная стоимость будет рассчитана в счёте с учётом всех условий вашего договора.';
        display: block;
        margin-bottom: 20px;
    }
    
    .cookies-message {
        pointer-events: none;
    }
    
    .cookies-message .cookies-message__wrapper {
        pointer-events: auto;
    }

    .user-login-form__remember-me{
        width: 25px;
        height: 25px;
        --check-border: #c4c4c4;
        --check-bg: #fff;
        --check-icon-opacity: 0;
        position: relative;
        display: inline-flex;
        align-items: center;
        --check-size: 25px;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            outline: none;
            cursor: pointer;
    }
    
    .user-login-form__remember-me:checked {
        --check-border: #009845;
        --check-bg: #e8f5e9;
        --check-icon-opacity: 1;
    }
    
    .user-login-form__remember-me:checked::before {
        background: url(/local/templates/nevatom/pdfImages/check_green.svg) no-repeat center / contain;
        border-radius: 50%;
        border: none;
    }
    
    .user-login-form__remember-me::before {
        content: "";
        display: inline-block;
        width: var(--check-size);
        height: var(--check-size);
        border: 2px solid var(--check-border);
        background: var(--check-bg);
        box-sizing: border-box;
        transition: all 0.2s ease;
        border-radius: 50%;
    }
    
    .user-login-form__remember-me::after {
        content: "";
        position: absolute;
        top: 50%;
        width: var(--check-size);
        height: var(--check-size);
        font-size: calc(var(--check-size) * 0.6);
        color: #009845;
        text-align: center;
        line-height: var(--check-size);
        opacity: var(--check-icon-opacity);
        transform: translate(-100%, -50%);
        transition: opacity 0.2s ease;
    }
    
    @media screen and (max-width: 435px) {
        .user-login-form__options{
            flex-direction: column-reverse;
            justify-self: center;
            align-items: center;
            gap: 10px;
        }
        .password-toggle-icon.auth{
            bottom: 97px!important;
        }
        .user-login-form__reset-password[data-v-428a8b4b]{
            margin-inline-start: none;
        }
    }
    
    @media screen and (min-width: 436px) {
        .user-login-form__options{
            justify-content: space-between;
            align-items: center;
            flex-direction: row-reverse;
        }
    }