@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&family=Montserrat:wght@400;600&display=swap');

.bx-yellow,
.bx-theme-yellow {
    --primary: #f9a91d;
    --theme-color-primary: #f9a91d;
    --theme-color-second: #faba4a;
    --theme-color-light: #f0f0f0;
    --theme-b-link: #f9a91d;
    --theme-b-link-hover: #faba4a;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #f9a91d;
    --theme-b-bd-primary: #f9a91d;
    --theme-b-sd-primary: rgba(249, 169, 29, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #faba4a;
    --theme-b-bd-primary-hover: #daa53e;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #faba4a;
    --theme-b-bd-primary-active: #daa53e;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #daa53e;
    --theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
    --primary: #0083d1;
    --theme-color-primary: #0083d1;
    --theme-color-second: #5ca6e4;
    --theme-color-light: #f0f6f8;
    --theme-b-link: #44b1c9;
    --theme-b-link-hover: #5cc3d1;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #0083d1;
    --theme-b-bd-primary: #0083d1;
    --theme-b-sd-primary: rgba(0, 131, 209, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #5ca6e4;
    --theme-b-bd-primary-hover: #5599d2;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #5ca6e4;
    --theme-b-bd-primary-active: #5599d2;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #5599d2;
    --theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
    --primary: #e22b2b;
    --theme-color-primary: #e22b2b;
    --theme-color-second: #e95c5c;
    --theme-color-light: #f0f0f0;
    --theme-b-link: #e22b2b;
    --theme-b-link-hover: #e95c5c;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #e22b2b;
    --theme-b-bd-primary: #e22b2b;
    --theme-b-sd-primary: rgba(226, 43, 43, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #e95c5c;
    --theme-b-bd-primary-hover: #d05454;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #e95c5c;
    --theme-b-bd-primary-active: #d05454;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #d05454;
    --theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
    --primary: #63aa28;
    --theme-color-primary: #63aa28;
    --theme-color-second: #5b9f0b;
    --theme-color-light: #a8d95b;
    --theme-b-link: #44b1c9;
    --theme-b-link-hover: #5cc3d1;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #63aa28;
    --theme-b-bd-primary: #63aa28;
    --theme-b-sd-primary: rgba(99, 170, 40, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #5b9f0b;
    --theme-b-bd-primary-hover: #56940b;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #5b9f0b;
    --theme-b-bd-primary-active: #56940b;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #56940b;
    --theme-b-bd-primary-disabled: #497c09;
}

body {
    background-attachment: fixed;
    background-size: cover;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #000000;
}

@media (min-width: 1840px) {
    .container {
        width: 1780px;
        max-width: 1780px;
    }
}

#pagetitle {
    margin-bottom: 35px;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
}

.bx-content-section,
.bx-header-section {
    padding-bottom: 2px;
    background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper {
}

#black_menu {
    width: 100%;
    background: #000000;
    position: fixed;
    display: none;
    z-index: 10000;
    top: 0;
    height: 100%;
    overflow-y: scroll;
}
#black_menu::-webkit-scrollbar {
    width: 0;
}

a.menu:hover #black_menu {
    display: block;
}
.menu{
    display: flex;
    align-items: flex-end;
}
.menu img{
    height: auto;
}
.phone_menu {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
}

.vtw {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 37px;
    margin-right: 48px;
}
.autorized-btn-box{
    margin: 40px 0 25px 0;
}
.autorized-btn{
    font-size: 16px;
    font-weight: 600;
    padding: 7px 17px;
    margin: 40px 0 25px 0;
    background-color: white;
    border-radius: 3px;
    color: black;
}
@media (max-width: 767px) {
    .burger-header-menu{
        border-bottom: 0.5px solid #C1C1C1;
        padding-bottom: 45px;
    }
    .phone_menu {
        font-size: 28px;
    }

    .vtw {
        margin: 0;
    }
}

/*region HEADER*/
.header_menu-section {
    position: unset;
}

.bx-header {
}

.bx-header-section {
}

.bx-header-logo {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.bx-header-personal {
    order: 3
}

.bx-header-contact {
    order: 2
}
.burger-item li:hover a{
    font-weight: 700;
}

/*region Logo*/
.bx-logo-block {
    display: block;
    /*height: 50px;*/
    border-bottom: none;
}

.bx-logo-block img {
    max-height: 50px;
    width: auto;
}

@media (max-width: 767px) {
    .bx-logo-block img {
        max-width: 100%;
        max-height: 45px;
        width: auto;
        height: auto;
    }

    .bx-header {
        position: fixed;
        width: 100%;
        /*top: 0;*/
        padding-top: 15px;
        margin-top: -16px;
        background-color: #fff;
        z-index: 1;
    }

    /*.bx-header-logo {
        padding: 5px 50px;
        height: 55px;
        background-color: var(--theme-color-primary);
    }*/
    .bx-logo-block {
        height: auto;
    }

    body.bx-theme-green .bx-store-logo {
        background: #33b111;
    }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
    display: flex;
    align-items: center;
}

.bx-header-phone-number {
    color: #000;
    white-space: nowrap;
    font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    transition: 250ms linear all;
}

.bx-header-phone-icon {
    display: block;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
    .bx-header-phone-number {
        font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
    color: #000;
    font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    transition: 250ms linear all;
}

.bx-worktime-title {
    color: #adadad;
    font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
    color: #000;
    font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
    .bx-header-worktime {
        font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
    color: #343434;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer {
}

.bx-footer-section {
}
.nav-item.footer-item:hover a{
    font-weight: 700;
}
.bx-footer-section .bx-block-title {
}

.bx-footer-bg {
    background-color: #1f496a;
}

.bg-black {
    background-color: #000000;
}

.bx-footer-logo {
    border-bottom: none !important;
    text-decoration: none !important;
}

.bx-footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}
.footer-line{
    border-bottom: 0.5px solid #FFFFFF;
}

@media (min-width: 1840px){
    .fl-margin{
        margin-right: 3rem;
    }
    .fr-margin{
       margin-left: 3rem;
    }
}
@media (min-width: 992px){
    .fl-margin{
        margin-right: 2rem;
    }
    .fr-margin{
        margin-left: 2rem;
    }
}


/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover {
    background: #0083d1;
}

.bx-theme-blue.bx-inclinkspersonal-selected {
    background: #3398d7;
}

.bx-inclinkspersonal-item.bx-theme-black:hover {
    background: #303030;
}

.bx-theme-black.bx-inclinkspersonal-selected {
    background: #484848;
}

.bx-inclinkspersonal-item.bx-theme-green:hover {
    background: #44b1c9;
}

.bx-theme-green.bx-inclinkspersonal-selected {
    background: #5cc3d1;
}

.bx-inclinkspersonal-item.bx-theme-red:hover {
    background: #e63c3c;
}

.bx-theme-red.bx-inclinkspersonal-selected {
    background: #e95c5c;
}

.bx-inclinkspersonal-item.bx-theme-yellow:hover {
    background: #f4a52e;
}

.bx-theme-yellow.bx-inclinkspersonal-selected {
    background: #fbb859;
}

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
    border-color: var(--theme-b-bd-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
    border-color: var(--theme-b-bd-primary-hover);
    background-color: var(--theme-b-bg-primary-hover);
    color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: var(--theme-b-bg-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    border-color: var(--theme-b-bd-primary-active);
    background-color: var(--theme-b-bg-primary-active);
    color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
    border-color: var(--theme-color-primary);
    box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link {
    color: #42bb19;
}

a:hover,
.btn-link:hover {
    color: #000
}

.g-font-size-15 {
    font-size: 15px;
}

.g-font-size-17 {
    font-size: 17px;
}

.g-font-size-20 {
    font-size: 20px;
}

.text-primary {
    color: var(--primary) !important
}

.bg-primary {
    background: var(--primary) !important
}

.border-primary {
    border-color: var(--primary) !important
}


/*endregion*/

.bx-sidebar-block {
}

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
    font-size: 12px;
    font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
    width: 27px;
    height: 27px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: var(--theme-color-primary);
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-icon-label {
    background-image: url(images/label.svg);
    background-size: 19px auto;
}

.sidebar-icon-delivery {
    background-image: url(images/delivery.svg);
    background-size: 17px auto;
}

.sidebar-icon-sale {
    background-image: url(images/sale.svg);
    background-size: auto 17px;
}

.sidebar-icon-self {
    background-image: url(images/self.svg);
    background-size: auto 17px;
}

.sidebar-icon-phone {
    background-image: url(images/phone_white.svg);
    background-size: auto 21px;
}

ul.bx_catalog_text_ul > li.opened > h2 {
    font-weight: 700;
}
ul.bx_catalog_text_ul > li.opened > h2 a{
    text-decoration: underline;
}
.bx_catalog_text_title a{
   text-decoration: none;
}
.bx_catalog_text_title:hover{
    font-weight: 700;
    text-decoration: underline;
}
.catalog-section{
    margin-left: 30px;
}
.hide-catalog-item{
    position: sticky;
    bottom: 100px;
    text-align: right;
    display: none;
}
@media (max-width: 960px) {
    .hide-catalog-item{
        text-align: left;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 15px 0;
        background: #ECECEC;
        width: 100%;
        z-index: 20;
    }
}


.cell2_parent {
    max-width: 845px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #000000;
    padding: 14px 35px 28px 28px;
    position: relative;
}

.cell2 {

}

.cell1_new {
    display: flex;
    font-size: 22px;
    line-height: 180%;
    padding: 2px 0;
    cursor: pointer;
}

.cell1_new.opened {
    font-weight: 500;
    padding-bottom: 20px;
}

.name {
    width: 525px;
}

.cell4_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0;
    /* border-bottom: 1px solid gray; */
    height: 41px;
    font-size: 18px;
}

.inp_qant {
    width: 90px;
    flex-shrink: 0;
}

.price {
    width: 235px;
    color: #42BB19;
    font-weight: 500;
}

.price span {
    width: 80px;
    text-decoration: line-through;
    color: #000000;
    font-weight: 400;
    margin-right: 15px;
    display: inline-flex;
}

.qty {
    display: inline-flex;
    border: 1px solid #cecece;
    width: 86px;
    margin: 0 45px;
    justify-content: center;
}

.qty img {
    width: 12px;
    height: 12px;
}

.product-quantity {
    padding: 3px 0;
}

.btn-c {
    position: relative;
    color: #222;
    padding: 3px 18px;
}

.addtocart {
    align-self: flex-end;
    background: #000000;
    color: #ffffff;
    padding: 8px 30px 13px 30px;
    cursor: pointer;
}

.dark-i {
    position: fixed;
    right: 40%;
    top: 45%;
    background-color: #fff;
    /* width: 250px; */
    z-index: 1100;
    margin: 0 auto;
    display: block;
    border: 1px solid gray;
    border-radius: 4px;
    box-shadow: 0 0 20px rgb(0 0 0 / 70%);
}

.msg-box {
    padding: 38px 34px;
}

.msg_title {
    text-align: left;
    /*margin: 0 0 45px 0;*/
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 136%;
}

.msg_item {
    margin-bottom: 58px;
}

.msg_item-title {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 24px;
}

.msg_item-count {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 136%;
    justify-content: space-between;
}

.msg_item-count-name {
    width: 100px;
    /*margin-right: 50px;*/
}

.msg_item-count-quantity {
    width: 50px;
    /*margin-right: 60px;*/
}

.msg_item-count-old {
    text-decoration: line-through;
    width: 100px;
    /*margin-right: 30px;*/
}

.msg-price-block {
    display: flex;
    width: 170px;
    justify-content: space-between;
}

.msg_item-count-price {
    font-weight: 600;
    width: 100px;
}

.msg-btn {
    display: flex;
    align-items: center;
}

.msg-box-btn1 {
    width: 240px;
    height: 45px;
    margin: 0 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 136%;
    border: none;
    color: #fff;
    cursor: pointer;
}

.msg-box-btn1:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.msg-box-btn2 {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 136%;
    text-decoration-line: underline;
    margin: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.msg-box-btn2 a {
    color: black;
}

.msg-box-btn2 a:hover {
    color: #42BB19 !important;
}

.title_main {
    padding: 0 0 50px 0;
}

.page-content {
    max-width: 1100px;
    margin: auto;
}

.payment {

}

.payment__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0 30px 0;
}

.item__img {
    height: 60px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.item__text {

    line-height: 24px;
    width: 80%;
}

.item_text-header {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.item_text-desc {
    padding: 5px 0 0 0;
}

.delivery a, .safety a, .pretense a {
    color: #000;
    text-decoration: underline;
}

.delivery a:hover, .safety a:hover, .pretense a:hover {
    color: #42BB19;
}

.safety, .bonus-policy, .pretense {
    max-width: 646px;
}

.safety-item, .bonus-policy-item {
    font-size: 1rem;
    padding: 0 0 30px 0;
}

.safety-header, .bonus-policy-header {
    font-weight: bold;
}

.bonus-policy-item {
    line-height: 24px;
}

.pretense .desc-important {
    padding: 20px 0 0 0;
    font-weight: 600;
    display: inline-block;
}

.modal{
    z-index: 99999;
    margin: 0 30px;
}

#popupBasketAdd {
    padding: 0 !important;
}

#popupBasketAdd .modal-header {
    border: none !important;
}

#popupBasketAdd .modal-content {
    padding: 18px;
    /*max-width: 550px;*/
}

.modal-close {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    opacity: 1;
}

.modal_custom-container {
    padding: 25px;
}

.modal_custom {
    display: none;
}

.modal_custom {
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 200px);
    bottom: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 400px;
    height: 200px;
    background: #fff;
    margin: auto;
}

.m-header {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.m-content {
    font-size: 18px;
}

.modal_custom_close {
    background-image: url("/local/templates/pricelist/images/close.png");
    height: 27px;
    width: 27px;
    /*position: absolute;*/
    /*right: 25px;*/
    /*top: 25px;*/
    cursor: pointer;
}
.modal-header .close{
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 1;
}

.modal-body .msg_item{
    max-width: 450px;
}

@media (max-width: 768px){
    .modal-header{
        margin: auto;
    }
    .modal-body .msg-btn{
        flex-direction: column;
    }
    .modal-body .msg-box-btn1{
        margin-right: 0;
        margin-bottom: 25px;
        width: 306px;
        height: 46px;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 725px;
        margin: 1.75rem auto;
    }
}
/***************CATALOG PRODUCT SUBSCRIBE START***************/

@media (min-width: 992px){
    .subscribe{
        max-width: 500px;
    }
    .subscribe .title{
        padding-right: 0;
    }
}

/* Button */
.subscribe_popup__fader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: none;
}

.subscribe_popup__close {
    height: 13px;
    width: 17px;
    color: #ccc;
    cursor: pointer;
    top: 15px;
    right: 15px;
    position: absolute;
}

.subscribe_popup__close:before, .subscribe_popup__close:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #000;
    top: 0px;
}

.subscribe_popup__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}

.subscribe_popup__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 2px;
}

.btn_subscribe {
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    padding: 5px 0 0 0;
}

.btn_subscribe_short {
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    width: 60%;
    padding-left: 20px;
}

#productSubscribeForm .modal-header {
    padding: 10px 10px 0px 26px !important;
    border: none !important;
}

button.close:focus {
    outline: none !important;
    border: none !important;
}

#productSubscribeForm .modal-dialog {
    width: 359px;
}

.subscribe_popup {

    background: #fff;
    /*/  position: fixed;
      z-index: 999999;
      top: 30%;
      left: 40%;*/
    /*padding: 55px 26px 33px 26px;*/
    border-radius: 5px;
    border: 1px solid #999;
}

.subscribe_popup__email {
    width: 320px;
    padding: 15px;
    border-radius: 25px;
    border: 1px solid #333;
    display: block;
    margin: 40px auto;
    height: 38px;
    position: relative;
}

.subscribe_popup__header {
    font-size: 18px;
    font-weight: 700;
    margin: auto;
    max-width: 220px;
    text-align: center;
    line-height: 27px;
}

.subscribe_popup__text {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 21px;
    margin: auto;
    max-width: 220px;

}

.subscribe_popup__text.unsubscribe-success {
    display: none;
    margin: 25px auto;
}

.subscribe_popup__text.no-subscribed,
.subscribe_popup__text.subscribed,
.subscribe_popup__text.success {
    display: none;
    margin: 25px auto;
}

.unsubscribe {
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.subscribe_popup__submit {
    background-color: #42bb19;
    border-radius: 25px;
    background-image: url(images/arrow-white.png);
    width: 55px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: 8px;
    cursor: pointer;
    display: block;
    content: "";
    border: none;

}

.subscribe_popup__submit-box {
    position: relative;
}

/*#modal{*/
/*	width: 400px;*/
/*	margin: auto;*/
/*}*/
.subscribe-notify-block {
    display: none;
}

.subscribe-notify {

    width: 203px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 12px 18px 12px 13px;
    margin: 30px 0;
}

.subscribe-notify.green {
    background: #42BB19;
}

.subscribe-notify.gray {
    background: #C0C0C0;
}

.subscribe_form-btn {
    width: 65px;
}

.subscribe_form-btn img {
    width: 100%;
    height: auto;
}

.notify-icon {
    background-image: url("images/icon-ok-white.png");
    width: 30px;
    height: 30px;
}

.notify-header__added {
    /*font-family: IBM Plex Sans;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    width: 127px;

}

.notify-header__remove {
    display: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    width: 127px;
}

/***************CATALOG PRODUCT SUBSCRIBE end***************/
/***************NEWS BEGINS ******************/
.news_row__detail {
    margin: auto;
}

.news_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.news-item__detail-img {
    background-position: center;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
}

.news-item__detail-text {
    /* width: 60%;*/
    margin: auto;
    /*padding: 50px 0;*/
    line-height: 32px;
    font-size: 18px;
    text-align: justify;
}

.description {
    font-size: 12px;
    margin-bottom: 10px;
}

.description_link {
    display: block;
    color: #eeb000;
    text-decoration: underline;
    transition: color 0.3s;
}

.description_link:hover {
    color: black;
}

.banks {
    border-top: 2px solid #333333;
    padding: 40px 0;
    margin-top: 1px;
}

.banks_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0px;
}

.news-page_item-box {
    width: 25%;
    padding: 30px 15px;
    box-sizing: border-box;
}
@media (max-width: 991px){
    .news-page_item-box{
        width: 33.33%;
    }
}
@media (max-width: 767px){
    .news-page_item-box{
        width: 50%;
    }
}
@media (max-width: 575px){
    .news-page_item-box{
        width: 100%;
        text-align: center;
    }
}

.news-page_item {
    width: 100%;
    /*padding: 30px 0px;*/
    /*text-align: center;*/
    position: relative;

}

.news-page_item:hover .title {
    text-decoration: underline;
}

.news-page_item .img {
    height: 300px;
    width: 100%;
    /*background-image: url(../img/bank_img.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}


.news-page_item > .title {
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0 0 0;
    color: black;
    text-decoration: none;
    font-family: 'IBM Plex Sans', sans-serif;
}

.news-page_item > .text {
    font-size: 12px;
    margin: 20px 0;
    height: 85px;
}

.news-page_item-date {
    margin-top: 8px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 137%;
    color: #AAAAAA;
}


@media screen and (max-width: 1839px) {
    .news-page_item .img {
        height: 185px;
    }
}
@media screen and (max-width: 1199px) {
    .news-page_item .img {
        height: 210px;
    }
}
@media screen and (max-width: 768px) {
    .news-page_item .img {
        height: 240px;
    }
}
@media screen and (max-width: 575px) {
    .news-page_item .img {
        height: 400px;
    }
    .news-page_item > .title, .news-page_item-date{
        max-width: 400px;
        margin: auto;
    }
}
@media screen and (max-width: 475px) {
    .news-page_item .img {
        height: 300px;
        width: 100%;
    }
    .news-page_item > .title, .news-page_item-date{
        max-width: 300px;
        margin: auto;
    }
}
@media screen and (max-width: 400px) {
    .news-page_item .img {
        height: 200px;
        width: 100%;
    }
    .news-page_item > .title, .news-page_item-date{
        max-width: 200px;
        margin: auto;
    }
}

@media screen and (max-width: 991px) {
    .news-page_item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .news-page_item {
        width: 50%;
    }
}



.news_row__detail {
    margin: auto;
}

.news_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
    /*justify-content: space-between;*/
}

.news-item__detail-img {
    background-position: center;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
}

.news-item__detail-text {
    /* width: 60%;*/
    margin: auto;
    /*padding: 50px 0;*/
    line-height: 32px;
    font-size: 18px;
    text-align: justify;
}

@media screen and (max-width: 575px) {
    .news_row {
        margin: 0;
    }
}

/***************NEWS ENDS ********************/

/**************REVIEWS FORM BEGINS**************/
/*Форма обратной связи*/

.fb-block {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
}

.fb-block-h {
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0 30px;
}

.fb-block-input.file {
    margin: 0 0 30px 0;
    position: relative;
}

.fb-block-input-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

input.form-control_can {
    border-radius: 2px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 2;
    color: #555;
    background-color: #fff;
    padding: 6px 15px;
    width: 100%;
    display: block;
    min-width: 240px;
    margin: 0 0 30px 0;
}

textarea.form-control_can {
    border-radius: 2px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 2;
    color: #555;
    background-color: #fff;
    padding: 10px 15px;
    width: 100%;
    display: block;
    min-width: 240px;
    margin: 0 0 30px 0;
}

textarea.form-control_can:focus, textarea.form-control_can:active,
input.form-control_can:focus, input.form-control_can:active {
    border-color: #42bb19 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(16, 236, 26, 0.5) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(16, 236, 26, 0.6) !important;
}

textarea.form-control_can.error, input.form-control_can.error, .field__input.error, .subscribe_form-input.error {
    border-color: #FF073A !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 7, 58, 0.5) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 7, 58, 0.6) !important;
}

.rating-error {
    display: none;
    color: #FF073A;
    font-size: 14px;
    width: 100%;
    margin: 0 0 20px 0;
}

/*--------------------*/

/*reviews START*/
.site-reviews {
    border-top: 2px solid #333333;
    padding: 40px 0;
    margin-top: 1px;
}

.site-reviews_row {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    min-width: 300px;
    margin: auto;
    width: 60%;
    /*padding: 50px 0 0 0;*/
}

.site-review-col {
    padding: 50px 0;
}

.site-review {
    display: flex;
    flex-direction: row;
}

.site-review__stars {
    display: flex;
    padding: 0 20px 0 0;
}

.site-review__stars .rating {
    display: flex;
    margin: 0;
}

.site-review__item {

}

.site-review .header-line {

    display: flex;
}

.site-review__user-name {

}

.site-review__date {
    margin: 0 0 0 30px;
}

.site-review__body {
    padding: 20px 0;
}

.site-review__stars .form-rating {
    width: 140px;
}

.form-rating__item {

}

.rating_f {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    width: 100%;
    min-width: 200px;
}

.rating_f label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating_f label:last-child {
    position: static;
}

.rating_f label:nth-child(1) {
    z-index: 5;
}

.rating_f label:nth-child(2) {
    z-index: 4;
}

.rating_f label:nth-child(3) {
    z-index: 3;
}

.rating_f label:nth-child(4) {
    z-index: 2;
}

.rating_f label:nth-child(5) {
    z-index: 1;
}

.rating_f label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating_f .icon {
    height: 40px;
}

.rating_f label .icon {
    float: left;
    color: transparent;
}

.rating_f label:last-child .icon {
    color: #e5e5e5;
}

.rating__note {
    display: flex;
    align-items: center;
}

.rating__note span {
    margin: 0 10px;
    color: #000;
}

.description .rating__note {
    margin: 0 0 0 20px;
}

.rating {
    display: flex;
}

.review-rating {
    /* margin: -5px 0 0 20px;*/
}

.item .review-rating .icon {
    color: #e5e5e5;
    height: 50px;
    line-height: 34px;
    font-size: 15px;

}

.review-rating .icon {
    color: #e5e5e5;
    height: 50px;
    line-height: 50px;
    font-size: 22px;

}

.review-rating .icon.active {
    color: #fccc00;

}

.rating_f:not(:hover) label input:checked ~ .icon,
.rating_f:hover label:hover input ~ .icon {
    color: #fccc00;
}

.rating_f label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #fccc00;
}

.new_review-btn {
    align-self: flex-end;
    background: #000000;
    color: #ffffff !important;
    padding: 8px 30px 13px 30px;
    cursor: pointer;
}

/*****************REVIEWS FORM ENDS********************/

/*.msg_title {*/
/*    margin: 5px 10px 0 10px;*/
/*    text-align: center;*/
/*}*/
/*.msg-box-btn {*/
/*	text-align: center;*/
/*	background: #777;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*}*/
/*.msg-box-btn1 {*/
/*    float: left;*/
/*    cursor: pointer;*/
/*    margin: 5px 10px;*/
/*    border-radius: 1px;*/
/*    border: 1px solid rgb(179 194 200 / 96%);;*/
/*    padding: 1px 5px;*/
/*    background-color: rgb(179 194 200 / 96%);;*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*}*/
/*.msg-box-btn2 {*/
/*    float: left;*/
/*    cursor: pointer;*/
/*    margin: 5px 10px;*/
/*    border-radius: 1px;*/
/*    border: 1px solid #000000;*/
/*    padding: 1px 5px;*/
/*    background-color: #000000;*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*}*/
/*.msg-box-btn2 a {*/
/*    color: #fff;*/
/*}*/
.cell4_new.n_a > div.inp_qant {
    opacity: 0.3;
}

.cell4_new.n_a > div.price {
    opacity: 0.3;
}

.cell4_new.n_a > a.notif {
    visibility: visible;
}

.cell4_new a.notif {
    /*display: block;*/
    visibility: hidden;
}

.skidka {
    display: inline-flex;
    align-items: center;
    justify-content: right;
    margin-left: 10px;
    width: 145px;
}

.skidka1.action_skidka {
    color: #ffffff;
    background-color: #42BB19;
    font-size: 14px;
    padding: 0px 3px;
    height: 19px;
    line-height: 135%;
    min-width: 42px;
}

.skidka1 {
    min-width: 42px;
    background-color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 20px;
    color: white;
    line-height: 1;
}

.skidka2 {
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
    min-width: 110px;
}

.pers_discount {
    align-self: flex-end;
    font-size: 14px;
}

.pers_discount-black {
    font-size: 14px;
    color: white;
    background-color: #000000;
    width: 41px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 18px;
    line-height: 1;
}

.pers_discount-green {
    font-size: 14px;
    color: white;
    background-color: #42BB19;
    width: 41px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 18px;
    line-height: 1;
}
.search-desc{
    max-width: 606px;
    width: 100%;
    /*position: relative;*/
}
.title-search-result{
    top: 100px;
    box-shadow: none;
    margin-top: 30px;
    background: white;
    width: 100%!important;
    height: auto;
    margin: -60px -90px;
    padding: 116px 40px 40px 40px;
    max-width: 758px;
    z-index: 10;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.all_result_title{
    margin-top: 30px;
}
.bx-content{
    margin-top: 25px;
}
/*.search-desc-box:focus-within{*/
    /*border: 1px solid #c6c6c6;*/
    /*box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);*/
    /*position: absolute;*/
    /*top: -58px;*/
    /*background-color: white;*/
    /*max-width: 658px;*/
    /*width: 100%;*/
    /*padding: 20px 40px 340px;*/
    /*box-sizing: border-box;*/
    /*margin-left: -26px;*/
    /*z-index: 10;*/
    /*height: auto;*/
/*}*/
@media (max-width: 1199px){
    .title-search-result{
        margin: -60px -180px;
        left: 37%!important;

    }
}
@media (max-width: 991px) {
    .cell2_parent {
        max-width: 100%;
        padding: 14px 15px 28px 15px;
    }

    .name {
        width: 500px;
    }
    .cell2_parent {
        display: block;
        border: none;
        padding: 14px 0 28px 0;
    }
    .addtocart {
        text-align: center;
        margin-top: 15px;
        align-self: stretch;
    }
    .price{
        font-weight: 700;
        color: black;
    }
    .title-search-result{
        position: fixed!important;
        top: 70px!important;
        left: 0px!important;
        border: none;
        box-shadow: none;
        margin: 50px 0 0 0;
        max-width: 100%;
        padding: 50px 20px 20px 20px;
    }
    /*.title-search-result{*/
        /*margin: -60px -340px;*/
        /*max-width: 694px;*/
        /*left: 49%!important;*/
    /*}*/
/*}*/

/*@media (max-width: 767px) {*/
    .search_inside-media {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background-color: white;
        z-index: 2;
        padding: 1rem;
    }
    .search_inside-media-close{
        display: flex;
        justify-content: flex-end;
        height: 27px;
        align-items: flex-end;
        margin-top: 10px;
    }
    .search_inside-media-close img{
        filter: invert(1);
    }
    .search-title-button{
        background-position-x: right;
        background-position-y: bottom;
    }
    .search-desc-box{
        border: none;
        box-shadow: none;
        padding-bottom: 0;
        position: relative;
        /*top: -40px;*/
        background-color: white;
    }
    #title-search-input-media{
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #000000;
        font-size: 24px;
        line-height: 31px;
        padding: 10px 5px;
        color: black;
        font-style: normal;
        font-weight: normal;
        height: auto;
    }
    #title-search-input-media:focus{
        border: none;
        border-bottom: 1px solid #000000;
        box-shadow: none;
    }
    /*.title-search-result{*/
        /*top: 85px!important;*/
        /*left: 40px!important;*/
        /*margin: 0;*/
        /*max-width: 515px;*/
        /*padding: 30px 20px;*/
    /*}*/
    /*.title-search-result{*/
        /*position: fixed!important;*/
        /*top: 70px!important;*/
        /*left: 0px!important;*/
        /*border: none;*/
        /*box-shadow: none;*/
        /*margin: 0;*/
        /*max-width: 100%;*/
        /*padding: 50px 20px 20px 20px;*/
    /*}*/


    /*.addtocart {*/
        /*text-align: center;*/
        /*margin-top: 15px;*/
        /*align-self: stretch;*/
    /*}*/

}

@media (max-width: 767px) {
    .all_result_title{
        margin-top: 70px;
    }
    .bx-content{
    margin-top: 150px;
    }
    .skidka2 {
        font-size: 16px;
    }

    /*.cell2_parent {*/
    /*display: block;*/
    /*border: none;*/
    /*padding: 14px 0px 28px 0px;*/
    /*}*/

    .name {
        width: 320px;
    }

    .cell4_new {
        font-size: 14px;
    }

    .qty {
        margin: 0 10px;
    }

    /*.inp_qant {
        width: 65px;
    }*/
    .price {
        width: 125px;
        white-space: nowrap;
    }

}

a.text-white.nav-link {
    padding-left: 0 !important;
    font-size: 18px;
    font-weight: 400;
}

.text-white a {
    display: inline-flex;
}


/*.search_media-icon:hover .search_inside-media, .search_media-icon:focus-visible .search_inside-media{*/
    /*display: block;*/
/*}*/



@media (max-width: 576px) {
    .cell1_new {
        justify-content: space-between;
        padding: 10px 0;
    }

    .skidka {
        width: 90px;
        flex-wrap: wrap-reverse;
        justify-content: flex-end;
    }

    .skidka1 {
        margin-top: 5px;
    }

    .skidka2 {
        text-align: right;
        line-height: normal;
    }
    /*.title-search-result{*/
        /*position: fixed!important;*/
        /*top: 70px!important;*/
        /*left: 0px!important;*/
        /*border: none;*/
        /*box-shadow: none;*/
        /*margin: 50px 0 0 0;*/
        /*max-width: 100%;*/
        /*padding: 50px 20px 20px 20px;*/
    /*}*/
}

.opened{
    display: block;
}

.bx_searche .bx_item_element{
    display: flex;
    justify-content: space-between;
}

.bx-searchtitle{
    /*max-width: 576px;*/
}
.bx-searchtitle .input-group{
    z-index: 20;
}

.bx_item_category{
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    /*line-height: 220.5%;*/
    /* identical to box height, or 49px */


    color: #000000;
}

.sale_order_full_table .btn.btn-default{
    margin-top: 20px;
    background: #42bb19;
    color: white;
}

#russianpost_btn_openmap, .SDEK_selectPVZ, .bx_result_price a{
    white-space: inherit!important;
    margin-top: 15px;
}
.a__style-unset {
	color: #fff !important;
}
.a__style-unset:hover {
	color: #fff !important;
}

/*Back to top button */
#back-top{
    position:fixed;
    bottom:80px;
    right: 20px;  /*смещение на середину экрана*/
    display: none; /*сначала скроем её*/
}
#back-top a{
    width:64px;
    display:block;
    text-align:center;
    font:11px/100% Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-decoration:none;
    color:#bbb;
    /*при наведении мышки меняем фон медленно*/
    transition:1s;
}
#back-top a:hover{
    color:#000;
}
#back-top span{
    width:64px;
    height:64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:15px;
    background: #2db432;
    border-radius:50%;
    /*при наведении мышки меняем фон медленно*/
    transition:1s;
}
#back-top a:hover span{background-color:#777}

.custom-fa{
    color: white;
    width: 30px;
    height: 30px;
}
/*Back to top button end*/

.bx-breadcrumb-item-link{
    color: black;
}