/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.product-container .counter_wrapp .button_block .in-cart span:before {
    content: 'В корзине';
}

.button_block.wide .in-cart span:before {
    content: 'В корзине';
}

.prices-title-block {
    color: #999;
}

.prices-title-block-small {
    font-size: 0.867em;
    line-height: 1.692em;
}

.catalog_item .properties_absolute {
    cursor: pointer;
}

.sert-item {
    position: relative;
    width: 100% !important;
}

.sert-item-wrapper {
    border: 1px solid #ececec;
    padding: 20px;
}

.sert-item-wrapper a {
    position: relative;
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 115%;
    transition: opacity 200ms;
}

.sert-item-wrapper a:hover {
    opacity: 0.8;
}

img.sert-item-img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.catalog_block-sert {
    margin-top: 40px;
}

.sert-item {
    width: 25%;
    padding: 0px 10px;
}

.zoom_wrap {
    transition: opacity .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -19px;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    background-color: #d2334d;
    border-color: #d2334d;
    color: #ffffff;
    pointer-events: none;
    opacity: 0;
}

.svg-inline-zoom-arrow {
    position: absolute;
    top: 10px;
    left: 10px;
}

.svg-inline-zoom-arrow svg path {
    fill: #ffffff !important;
}

.sert-item-wrapper:hover .zoom_wrap {
    opacity: 1;
}

span.calc-button {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 500px) {
    span.calc-button {
        margin-bottom: 8px !important;
    }
}

.calc-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 0px;
    background-color: rgb(58 63 68 / 70%);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2998;
}

.calc-modal:before {
    content: '';
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.calc-modal-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    max-width: 605px;
    width: 100%;
}

.calc-modal-content {
    padding: 44px 32px 42px;
    background-color: #ffffff;
    font-family: 'Cera Pro';
}

.calc-modal-close {
    position: absolute;
    right: 4px;
    top: 5px;
    cursor: pointer;
    padding: 16px;
}

.calc-modal-close i {
    display: block;
    border-radius: 0px;
    width: 14px;
    height: 14px;
    opacity: 1;
}

.calc-modal-close i svg {
    width: 14px;
    height: 14px;
}

.calc-modal-close svg * {
    fill: #b8b8b8;
}

.calc-modal-close:hover .svg.inline path {
    fill: var(--fill_dark_light_hover);
}

.calc-modal-header {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #000;
}

.calc-modal-product {
    display: flex;
}

.calc-modal-image {
    width: 120px;
    height: 120px;
    margin-right: 12px;
    background-color: #f5f5f5;
    flex: none;
    position: relative;
}

.calc-modal-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
}

.calc-modal-body {
    width: 100%;
}

.calc-modal-body-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
    color: #000;
}

.calc-modal-body .prices-title-block {
    font-size: 14px;
    line-height: 20px;
}

.calc-modal-body .prices-wrapper {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    color: #000000;
}

.calc-modal-body .cost.prices .price {
    margin: 0px;
}

.calc-modal-body .cost.prices .price.discount {
    margin: 0px;
}

.calc-modal-body .sale_block {
    margin: 0px;
    margin-top: 12px;
    font-size: 16px;
}

.calc-modal-body .quantity_block_wrapper {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    margin-top: 12px;
}

.calc-modal-body .quantity_block_wrapper .cheaper_form {
    display: none;
}

.calc-modal-body .quantity_block_wrapper>div {
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-size: 14px;
}

.calc-modal-body .price_matrix_wrapper {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    color: #000000;
}

.calc-modal-body-buttons {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.calc-modal-body-buttons .counter_wrapp {
    padding: 0px;
}

.calc-modal-body-buttons .counter_block_inner {
    display: none !important;
}

.calc-modal-input-title {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
    color: #999999;
}

.calc-modal-input {
    width: 100%;
}

.calc-modal-input input {
    height: 48px;
    padding: 0px 14px;
    font-size: 16px;
    color: #555555;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 4px;
    outline: none;
    -moz-appearance: textfield;
}

.calc-modal-input input::-webkit-outer-spin-button,
.calc-modal-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.calc-modal-input input[readonly] {
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    color: #000000;
}

.calc-modal-params {
    margin-top: 22px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.calc-modal-inputs {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-top: 22px;
}

.calc-modal-total {
    display: flex;
    column-gap: 12px;
}

.calc-modal-total {
    margin-top: 22px;
}

.calc-modal-buttons {
    margin-top: 22px;
}

.calc-modal-buttons .counter_wrapp .more_text {
    display: none;
}

.calc-modal-buttons .button_block {
    width: 100%;
}

.calc-modal-buttons .btn {
    font-family: 'Cera Pro';
    font-weight: 700;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
}

.calc-modal-buttons .btn:not(.in-cart) .svg {
    display: none;
}

.calc-modal-buttons .total_summ {
    display: none;
}

@media (min-width: 500px) {
    .calc-modal-params {
        font-size: 18px;
        line-height: 22px;
    }

    .calc-modal-inputs {
        flex-direction: row;
        column-gap: 22px;
    }

    .calc-modal-input {
        max-width: 120px;
    }

    .calc-modal-total {
        column-gap: 22px;
    }

    .calc-modal-body-buttons {
        flex-direction: row;
        column-gap: 22px;
    }

    .calc-modal-body-buttons .counter_wrapp {
        order: 1
    }
}

@media (min-width: 768px) {
    .calc-modal-content {
        padding: 44px 50px;
    }
}

#headerfixed .logo-row.v1 .burger {
    display: none;
}

.centered .menu-row .mega-menu table {
    width: 100%;
}

.centered .menu-row .mega-menu table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.menu-row.middle-block .mega-menu table td .wrap>a {
    padding: 24px 0;
    height: auto;
    font-size: 14px;
    font-weight: 400;
}

.menu-row.middle-block .mega-menu {
    height: auto;
}

.menu-row .menu-only .mega-menu table td.catalog .wrap>a>div {
    background-color: #F6A14D;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 28px;
    padding: 0 8px;
    border-radius: 6px;
    gap: 8px;
}

.menu-row .menu-only .mega-menu table td.catalog .wrap>a>div:before {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUgxMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xIDVIMTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMSA5SDExIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==")
}

.menu-row.middle-block .mega-menu table td .wrap>a[href="/info/optovikam/"]>div {
    background-color: #01613B;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 28px;
    padding: 0 8px;
    border-radius: 6px;
}

@media (max-width: 1199px) {
    .menu-row.middle-block .mega-menu table td.catalog {
        width: auto;
    }
}

.catalog_block .catalog_item>div {
    padding-top: 60px;
}

.catalog_block .catalog_item>div .section-gallery-wrapper__item img {
    border-radius: 15px;
}

.catalog_block .catalog_item>div .section-gallery-wrapper__item-nav {
    height: calc(100% + 3px);
}

.catalog_block .catalog_item>div .section-gallery-wrapper__item-nav:before {
    height: 2px;
}

.catalog_block .catalog_item>div .item-title a {
    font-weight: 400;
    color: #333;
    font-size: 18px;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog_block .catalog_item>div .sa_block {
    position: absolute;
    width: calc(100% - 50px);
    top: 25px;
    left: 25px;
    right: 25px;
    margin: 0;
    display: flex;
    align-items: center;
}

.catalog_block .catalog_item>div .sa_block .item-stock {
    order: 1;
    margin: 0;
    margin-left: auto;
}

.catalog_block .catalog_item>div .sa_block .item-stock .icon.stock {
    color: #01613B;
}

.catalog_block .catalog_item>div .sa_block .item-stock .icon.stock+.value {
    color: #01613B;
}

.catalog_block .catalog_item>div .sa_block .article_block {
    margin: 0;
    color: #66667E;
    white-space: nowrap;
}

.catalog_block .catalog_item>div .like_icons:not(.static) {
    position: absolute;
    top: 5px;
    right: 5px;
}

.catalog_block .catalog_item>div .item_info {
    display: block !important;
    padding-bottom: 25px;
}

.catalog_block .catalog_item>div .stickers {
    left: 8px;
    top: 10px;
}

.catalog_block .catalog_item>div .stickers [class*=sticker_] {
    border-radius: 6px;
    background-color: #F6A14D;
}

.catalog_block .catalog_item>div .image_wrapper_block {
    margin-bottom: 25px;
}

.catalog_block .catalog_item>div .cost.prices {
    margin-top: 10px;
}

.catalog_block .catalog_item>div .prices-title-block {
    display: none;
}

.catalog_block .catalog_item>div .sale_block {
    display: none;
}

.catalog_block .catalog_item>div .price.font-bold {
    font-weight: 400;
    color: #01613B;
}

.catalog_block .catalog_item>div .price_matrix_wrapper .prices-wrapper {
    font-size: 18px;
}

.catalog_block .catalog_item>div .muted {
    color: #66667E;
}

.catalog_block .catalog_item>div .footer_button--fix {
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

.catalog_block .catalog_item:not(.touch):hover>div .footer_button--fix {
    opacity: 1;
    visibility: visible;
}

.drag-block.CATALOG_TAB .bottom_nav {
    display: none;
}

.drag-block.CATALOG_TAB .tab_slider_wrapp .top_block {
    align-items: center;
    padding: 0;
    margin-bottom: 60px;
}

.drag-block.CATALOG_TAB .tab_slider_wrapp .top_block h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 115%;
    color: #333333;
    margin: 0;
}

.drag-block.CATALOG_TAB .tab_slider_wrapp .top_block .right_block_wrapper {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.drag-block.CATALOG_TAB .tab_slider_wrapp .top_block .tabs {
    display: inline-flex;
    align-items: center;
    top: 0;
}

.drag-block.CATALOG_TAB .tab_slider_wrapp .top_block .right_block_wrapper>a {
    top: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #66667E;
    transition: color 300ms;
}

.drag-block.CATALOG_TAB .top_block ul.tabs li {
    margin-right: 18px;
    padding: 0;
}

.drag-block.CATALOG_TAB .top_block ul.tabs li:last-child {
    margin-right: 0;
}

.drag-block.CATALOG_TAB .tab_slider_wrapp ul.tabs>li span {
    color: #66667E;
    font-size: 14px;
}

.drag-block.CATALOG_TAB .item_block.item:nth-child(6) {
    display: none;
}

.drag-block.CATALOG_TAB .best_block.tab_slider_wrapp ul.tabs_content {
    margin: 0;
}

@media (max-width: 1439px) {
    .catalog_block .catalog_item>div {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 45px;
    }

    .catalog_block .catalog_item>div .sa_block {
        width: calc(100% - 20px);
        left: 10px;
        right: 10px;
        top: 15px;
    }

    .catalog_block .catalog_item>div .item_info {
        padding-bottom: 10px !important;
    }

    .catalog_block .catalog_item>div .footer_button--fix {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 1199px) {
    .drag-block.CATALOG_TAB .maxwidth-theme {
        padding-top: 30px !important;
    }

    .drag-block.CATALOG_TAB .tab_slider_wrapp {
        padding-bottom: 30px !important;
    }

    .drag-block.CATALOG_TAB .tab_slider_wrapp .top_block {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .drag-block.CATALOG_TAB .tab_slider_wrapp .top_block {
        margin-bottom: 30px;
    }

    .drag-block.CATALOG_TAB .tab_slider_wrapp .top_block .right_block_wrapper>a {
        margin-left: auto;
    }

    .drag-block.CATALOG_TAB .tab_slider_wrapp .top_block .right_block_wrapper {
        width: 100%;
    }

    .drag-block.CATALOG_TAB .item_block.item:nth-child(6) {
        display: block;
    }

    .catalog_block .catalog_item>div .sa_block {
        top: 10px;
    }

    .catalog_block .catalog_item>div {
        padding-top: 40px;
    }

    .catalog_block .catalog_item>div .image_wrapper_block {
        margin-bottom: 10px;
    }

    .catalog_block .catalog_item>div .item-title a {
        font-size: 15px;
    }

    .catalog_block .catalog_item>div .price_matrix_wrapper .prices-wrapper {
        font-size: 15px;
    }

    .catalog_block .catalog_item>div .cost.prices {
        margin-top: 6px;
    }

    .catalog_block .catalog_item>div .footer_button--fix {
        display: none;
    }
}

@media (max-width: 991px) {
    .drag-block.CATALOG_TAB .item_block.item {
        width: 33.33333333333333%;
    }
}

@media (max-width: 767px) {
    .drag-block.CATALOG_TAB .tab_slider_wrapp .top_block h3 {
        font-size: 30px;
    }

    .drag-block.CATALOG_TAB .tab_slider_wrapp .top_block .right_block_wrapper>a {
        position: relative;
    }

    .drag-block.CATALOG_TAB .item_block.item {
        width: 50%;
    }
}

@media (max-width: 600px) {

    .drag-block.CATALOG_TAB .mobile-overflow {
        white-space: normal !important;
        overflow: visible !important;
        flex-wrap: wrap !important;
    }

    .catalog_block .catalog_item>div {
        padding: 35px 10px 0 10px !important;
    }

    .catalog_block .catalog_item>div .sa_block .article_block {
        display: inline-block !important;
    }

    .catalog_block .catalog_item>div .sa_block {
        font-size: 12px;
    }

    .catalog_block .catalog_item>div .sa_block .item-stock .icon {
        margin-right: 5px;
    }

    .compact-catalog .ajax_load .cost.prices .price {
        width: auto !important;
        float: left;
    }

    .catalog_block .catalog_item>div .like_icons:not(.static) {
        display: none;
    }

    .catalog_block .catalog_item>div .stickers {
        display: block !important;
    }
}

@media (max-width: 550px) {
    .drag-block.CATALOG_TAB .tab_slider_wrapp .top_block .right_block_wrapper>a {
        margin: 0;
        right: 0;
        top: 0 !important;
        background-image: none;
        height: auto;
        width: auto;
        transform: none;
        opacity: 1;
    }
}

.wrap_phones .dropdown-mobile-phone .more_phone span[data-param-form_id="CALLBACK"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 20px;
    box-sizing: border-box;
    color: #fff;
    background-color: #01613B;
    height: 42px;
    border-radius: 42px;
}