a.btn_new-style,
.btn_new-style {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    background-color: #114771;
    border: 1px solid #114771;
    color: #FFFFFF;
    border-radius: 8px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;

}
a.btn_new-style:hover,
.btn_new-style:hover {
    color: #FFFFFF;
    background-color: #D10C03;
    border-color: #D10C03;
}
a.btn_new-style--border,
.btn_new-style--border {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    box-shadow: inset 0 0 0 1px #D7D7D7;
}
a.btn_new-style--border:hover,
.btn_new-style--border:hover {
    box-shadow: inset 0 0 0 1px #294F97;
}
/*.btn_new-style.btn_new-style--figure {*/
/*    margin-right: 6px;*/
/*}*/
/*.btn_new-style.btn_new-style--figure span {*/
/*    z-index: 1;*/
/*}*/
/*.btn_new-style.btn_new-style--figure:before {*/
/*    content: '';*/
/*    z-index: 0;*/
/*    transition: all .3s linear;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 65%;*/
/*    height: 100%;*/
/*    transform: skewx(-24deg);*/
/*    box-shadow: inset 1px 0 0 0 #D7D7D7, inset 0 1px 0 0 #D7D7D7, inset 0 -1px 0 0 #D7D7D7;*/
/*}*/
/*.btn_new-style.btn_new-style--figure:after {*/
/*    content: '';*/
/*    z-index: 0;*/
/*    transition: all .3s linear;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 50%;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    transform: skewx(-36deg);*/
/*    box-shadow: inset -1px 0 0 0 #D7D7D7, inset 0 -1px 0 0 #D7D7D7;*/
/*}*/
/*.btn_new-style.btn_new-style--figure span:before {*/
/*    content: '';*/
/*    z-index: -1;*/
/*    transition: all .3s linear;*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 50%;*/
/*    right: 0;*/
/*    top: 0;*/
/*    transform: skewx(36deg);*/
/*    box-shadow: inset -1px 0 0 0 #D7D7D7, inset 0 1px 0 0 #D7D7D7;*/
/*}*/
.btn_new-style.btn_new-style--figure:hover:before {
    box-shadow: inset 1px 0 0 0 #294F97, inset 0 1px 0 0 #294F97, inset 0 -1px 0 0 #294F97;
}
.btn_new-style.btn_new-style--figure:hover:after {
    box-shadow: inset -1px 0 0 0 #294F97, inset 0 -1px 0 0 #294F97;
}
.btn_new-style.btn_new-style--figure:hover span:before {
    box-shadow: inset -1px 0 0 0 #294F97, inset 0 1px 0 0 #294F97;
}

.btn_new-style.btn_new-style--figure.btn_new-style--figure2 {
    color:#fff;
}
.btn_new-style.btn_new-style--figure.btn_new-style--figure2:hover {
    color: #fff;
}

.btn_new-style.btn_new-style--figure.btn_new-style--figure2 span:before {
    box-shadow: none;
    background: #155180;
}
.btn_new-style.btn_new-style--figure.btn_new-style--figure2:after {
    box-shadow: none;
    background: #155180;
}
.btn_new-style.btn_new-style--figure.btn_new-style--figure2:before {
    box-shadow: none;
    background: #155180;
}
.btn_new-style.btn_new-style--figure.btn_new-style--figure2:hover:after {
    background: #294F97;
}
.btn_new-style.btn_new-style--figure.btn_new-style--figure2:hover:before {
    background: #294F97;
}
.btn_new-style.btn_new-style--figure.btn_new-style--figure2:hover span:before {
    background: #294F97;
}

section#main__categories {
    padding-bottom: 68px;
}
#main__slider ul {
    overflow: hidden;
    display: flex;
}
#main__slider ul li {
    width: 100%;
}
#main__categories .like-h1 {
    overflow:hidden;
    margin-bottom: 38px;
}
#main__categories .like-h1 span {
    position: relative;
}
#main__categories .like-h1 > span:before,
#main__categories .like-h1 > span:after {
    content:'';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 1000px;
    height: 1px;
    background: #CDCDCD;
}
#main__categories .like-h1 > span:before {
    left: 0;
    transform-origin: 0 50%;
    transform: scaleX(-1);
}
#main__categories .like-h1 > span:after {
    left: 100%;
}
#main__categories .like-h1 span span {
    padding: 0 16px;
}
#main__categories .like-h1 span span:after,
#main__categories .like-h1 span span:before {
    content:'';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 40px;
    height: 3px;
    background: #155180;
    z-index: 1;
}
#main__categories .like-h1 span span:before {
    transform-origin: 0 50%;
    transform: scaleX(-1);
    left: 0;
}
#main__categories .like-h1 span span:after {
    left: 100%;
}
.main__categories ul li {
    padding: 6px 0 0;
}
.main__categories {
    max-height: 312px;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
    margin-bottom: 40px;
}
.main__categories.open {
    max-height: 2000px;
    transition: max-height 0.5s ease-in;
}
.main__categories ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #155180;
    padding-top: 0;
}
.btn_new-style span {
    display: inline-block;
    position: relative;
    padding: 5px 7px 5px 13px;
}
.pre-footer {
    padding: 40px 0 70px;
    background: #F2F2F2;
}
#main__about p.like-h1,
p.like-h1,
.like-h1 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}
.like-h1-border {
    margin-bottom: 23px;
}
.like-h1-border span{
    display: block;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 23px;
    position: relative;
}
.like-h1-border span:after {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #000;
}
section#main__about,
section#main__sale {
    padding-bottom: 85px;
}
#main__sale .catalog__stock table-responsive {
    position: relative;
}
.main__sale_wlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#main__about p {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #000000;
}
#main__about p a {
    color:#8E8E8E;
    text-decoration: underline;
}
#main__about p a:hover {
    text-decoration: none;
}
#main__about ul {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
#main__about ul li {
    width: 50%;
    display: flex;
    align-items: center;
}
#main__about ul li img {
    margin-right: 20px;
}
#main__news .like-h1,
#main__sale .like-h1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main__sale .like-h1 {
    margin-bottom: 19px;
}
#main__sale .like-h1 strong {
    font-weight: bold;
    font-size: 24px;
    margin-right: 12px;
    line-height: 28px;
    color: #155180;
}
.main__news-items {
    margin-top: -5px;
}
.main__reviews-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: inset 0 0 0 1px #D3D3D3;
    pointer-events: none;
}
.main__reviews .bx-wrapper .bx-next,
.main__reviews .bx-wrapper .bx-prev {
    left: auto;
    right:0;
    background: transparent;
}
.main__reviews .bx-wrapper .bx-next:hover,
.main__reviews .bx-wrapper .bx-prev:hover {
    color: #000;
}
.main__reviews .bx-wrapper .bx-prev {
    right:40px;
}
.main__reviews .bx-wrapper .bx-prev:after,
.main__reviews .bx-wrapper .bx-next:after {
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

}
.main__reviews .bx-wrapper .bx-prev:after {
    content: "\f104";
}
.main__reviews .bx-wrapper .bx-next:after {
    content: "\f105";
}
.main__reviews .bx-wrapper .bx-controls-direction a {
    top: 0;
    margin-top: -53px;
    width: 30px;
    height: 30px;
    box-shadow: inset 0 0 0 1px #D3D3D3;
    text-indent: 0;
    font-size: 0;
    transition: all .3s linear;
}
.main__reviews .bx-wrapper .bx-controls-direction a:hover {
    box-shadow: inset 0 0 0 1px #294F97;
    color: #294F97;
}
.main__reviews .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    display: block;
}

.main__news-item + .main__news-item {
    margin-top: 20px;
    border-top: solid 1px #000;
    padding-top: 17px;
}
.news-list__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
}
.news-list__text{
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.news-list__text p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.catalog__stock_item  {
    display:flex;
    align-items: center;
}
.catalog__stock_item.catalog__stock_item2 {
    background: #EFF3FA;
    margin-right: 20px;
}
.btn_new-style--buy span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 6px 6px 40px;
    margin-right: 0;
}
.btn_new-style--buy span:after {
    content: '';
    z-index: 1;
    position: absolute;
    left: 8px;
    width: 22px;
    height: 19px;
    background: url("data:image/svg+xml,%0A%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6272 18.0609C10.6272 19.0699 9.80917 19.8879 8.80012 19.8879C7.79106 19.8879 6.97308 19.0699 6.97308 18.0609C6.97308 17.0518 7.79107 16.2338 8.80013 16.2338C9.80918 16.2338 10.6272 17.0518 10.6272 18.0609ZM16.198 16.2338C15.1889 16.2338 14.3709 17.0518 14.3709 18.0609C14.3709 19.0699 15.1889 19.8879 16.198 19.8879C17.207 19.8879 18.025 19.0699 18.025 18.0609C18.025 17.0518 17.207 16.2338 16.198 16.2338ZM21.8693 7.6569L19.6211 14.3389C19.6211 14.3389 19.435 15.3305 18.4868 15.3305C17.5387 15.3305 8.26626 15.3305 7.13472 15.3305C6.00318 15.3305 5.95563 14.0876 5.95563 14.0876C5.95563 14.0876 4.74938 5.13844 4.68961 4.59779C4.62983 4.05714 3.93842 3.65642 3.93842 3.65642L0.963524 2.26678C-0.665194 1.41507 0.0751292 -0.205503 0.963524 0.166701C4.73579 1.9462 6.48812 2.82237 6.60087 3.5233C6.71498 4.22558 6.9133 5.9168 6.9133 5.9168V5.92766C6.9364 5.92087 6.9527 5.9168 6.9527 5.9168C6.9527 5.9168 18.5208 5.9168 20.8573 5.9168C22.5362 5.9168 21.8693 7.65962 21.8693 7.6569ZM18.6173 11.3775L18.5942 11.3789H7.58843L7.81528 13.1774H18.082L18.6173 11.3775ZM19.689 7.75063H7.13336L7.37516 9.67277C9.7836 9.67277 16.8364 9.67277 19.1212 9.67277L19.689 7.75063Z' fill='white'/%3E%3C/svg%3E%0A");
}
.catalog__stock_item + .catalog__stock_item {
    margin-top: 10px;
}
.sto {
    font-size: 12px;
    line-height: 12px;
    color: #6A6A6A;
    position: relative;
    padding-left: 17px;
    margin-right: 7px;
    white-space: nowrap;
}
.sto:before {
    content: '';
    position: absolute;
    left: 0;
}
.sto_no:before {
    top: 2px !important;
    width: 8px;
    height: 8px;
    background: #B7B7B7 !important;
}
.sto_in:before {
    top: 0px;
    width: 11px;
    height: 11px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.99444 4.33889L2.13889 5.19444L4.88889 7.94444L11 1.83333L10.1444 0.977778L4.88889 6.23333L2.99444 4.33889ZM9.77778 9.77778H1.22222V1.22222H7.33333V0H1.22222C0.55 0 0 0.55 0 1.22222V9.77778C0 10.45 0.55 11 1.22222 11H9.77778C10.45 11 11 10.45 11 9.77778V4.88889H9.77778V9.77778Z' fill='%2300C78B'/%3E%3C/svg%3E%0A");
}
.sto-wr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}
.catalog__stock_item .stock__name {
    flex-grow: 1;
}
.catalog__stock_item .stock__button {
    margin-right: -18px;
}
.stop-point {
    display: flex;
    flex: 0 0 74px;
    justify-content: space-between;
}
.stop-point span {
    width: 12px;
    height: 5px;
    background: #00C78B;
    border-radius: 18px;
}
.stop-point-1 span + span {
    background: #C4C4C4;
}
.stop-point-2 span + span + span {
    background: #C4C4C4;
}

.stop-point-3 span + span + span + span {
    background: #C4C4C4;
}

.stop-point-4 span:nth-child(5){
    background: #C4C4C4;
}

.catalog__stock_item2 .sto-wr{
    max-width: 136px;
    margin-left: 30px;
    padding-right: 28px;
    padding-top: 11px;
    padding-bottom: 10px;
}
.catalog__stock_item2 .stop-point {
    margin-top: 6px;
}

.stock__price {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #155180;
}
.stock__name a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    padding-left: 12px;
}
.catalog-h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 19px;
    z-index: 14;
}
.catalog-h1 .bx_catalog_tile_category_title {
    margin-bottom: 0;
}
a.catalog-filter-btn {
    display: inline-block;
    background: #114771 !important;
    padding: 11px 28px 10px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all .3s linear;
    border-radius: 8px;
}
a.catalog-filter-btn ~ .bx-filter.bx-blue.bx-filter-horizontal {
    position: absolute;
    width: 100%;
    top:100%;
    right: 0;
    margin-top: -1px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
}
a.catalog-filter-btn.active ~ .bx-filter.bx-blue.bx-filter-horizontal {
    visibility: visible;
    opacity: 1;
}
a.catalog-filter-btn:before {
    content: "";
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 18px;
    margin-right: 18px;
    -webkit-mask: url("data:image/svg+xml,%0A%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='2' x2='21' y2='2' stroke='%23155180' stroke-width='2'/%3E%3Ccircle cx='6' cy='2' r='2' fill='%23155180'/%3E%3Cline y1='9' x2='21' y2='9' stroke='%23155180' stroke-width='2'/%3E%3Ccircle cx='10' cy='9' r='2' fill='%23155180'/%3E%3Cline y1='16' x2='21' y2='16' stroke='%23155180' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='2' fill='%23155180'/%3E%3C/svg%3E%0A") center center / 21px no-repeat;
    mask: url("data:image/svg+xml,%0A%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='2' x2='21' y2='2' stroke='%23155180' stroke-width='2'/%3E%3Ccircle cx='6' cy='2' r='2' fill='%23155180'/%3E%3Cline y1='9' x2='21' y2='9' stroke='%23155180' stroke-width='2'/%3E%3Ccircle cx='10' cy='9' r='2' fill='%23155180'/%3E%3Cline y1='16' x2='21' y2='16' stroke='%23155180' stroke-width='2'/%3E%3Ccircle cx='16' cy='16' r='2' fill='%23155180'/%3E%3C/svg%3E%0A") center center / 21px no-repeat;
    background-color: currentColor;
}
a.catalog-filter-btn:hover,
a.catalog-filter-btn.active {
    background-color: #D10C03;
}

.catalog__sort_n {
    display: flex;
}
.catalog__sort_n > span {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.catalog__sort_n > span i {
    opacity: .2;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-mask: url("data:image/svg+xml,%0A%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 8.35355C3.84171 8.54882 4.15829 8.54882 4.35355 8.35355L7.53553 5.17157C7.7308 4.97631 7.7308 4.65973 7.53553 4.46447C7.34027 4.2692 7.02369 4.2692 6.82843 4.46447L4 7.29289L1.17157 4.46447C0.976311 4.2692 0.659728 4.2692 0.464466 4.46447C0.269204 4.65973 0.269204 4.97631 0.464466 5.17157L3.64645 8.35355ZM3.5 -2.18557e-08L3.5 8L4.5 8L4.5 2.18557e-08L3.5 -2.18557e-08Z' fill='black'/%3E%3C/svg%3E%0A") center center / 8px no-repeat;
    mask: url("data:image/svg+xml,%0A%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 8.35355C3.84171 8.54882 4.15829 8.54882 4.35355 8.35355L7.53553 5.17157C7.7308 4.97631 7.7308 4.65973 7.53553 4.46447C7.34027 4.2692 7.02369 4.2692 6.82843 4.46447L4 7.29289L1.17157 4.46447C0.976311 4.2692 0.659728 4.2692 0.464466 4.46447C0.269204 4.65973 0.269204 4.97631 0.464466 5.17157L3.64645 8.35355ZM3.5 -2.18557e-08L3.5 8L4.5 8L4.5 2.18557e-08L3.5 -2.18557e-08Z' fill='black'/%3E%3C/svg%3E%0A") center center / 8px no-repeat;
    background-color: #1b6d85;
}
.catalog__sort_n > span i:first-child {
    margin-left: 3px;
}
.catalog__sort_n > span i + i {
    transform: rotate(180deg);
}
.catalog__sort_n > span.asc i {
    opacity:1;
}
.catalog__sort_n > span.asc i + i {
    opacity: .3;
}
.catalog__sort_n > span.desc i + i {
    opacity:1;
}
.catalog__sort_n > span:first-child {
    flex: 0 0 66px;
    padding-left: 4px;
    box-sizing: border-box;
}

.sort-span {
    cursor: pointer;
}

.product-item-title-block {
    flex: 0 0 44%;
    padding-left: 20px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.catalog__content .product-item-title-block:after {
    display: none;
}
.product-item-title {
    padding-right: 17px;
    margin-right: 16px;
    position: relative;
}
.catalog__content .product-item-line-card .product-item-title a {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.product-item-title:after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    background: #999999;
    top: 50%;
    right: 0;
    margin-top: -6px;
}
.catalog__sort_n > span + span {
    flex: 0 0 46.5%;
    padding-left: 20px;
}
.news-item .sto-wr{
    flex-wrap: nowrap;
}
.catalog__sort_n > span + span + span{
    flex: 1;
    flex-grow: 1;
}
.prod-card-list-r {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}
.prod-card-list-r .product-item-amount-field-container {
    width: 140px;
    margin-bottom: 0;
}
.prod-card-list-r .product-item-amount-field-container .amount_inner {
    display: flex;
    align-items: center;
    padding: 0;
    width: auto;
    border: none;
    justify-content: flex-start;
}
.prod-card-list-r .product-item-amount-field-container .amount_inner a {
    position: relative;
    right: auto;
    flex:  0 0 32px;
    height: 32px;
    width: 32px;
    margin: 0;
    left: auto;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.prod-card-list-r .product-item-amount-field-container .amount_inner .product-item-amount-field-btn-plus:after {
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) center center / 10px no-repeat;
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) center center / 10px no-repeat;
    background: currentColor;
}
.prod-card-list-r .product-item-amount-field-container .amount_inner .product-item-amount-field-btn-minus:after {
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center center / 10px no-repeat;
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center center / 10px no-repeat;
    background: currentColor;
}

.prod-card-list-r .product-item-amount-field-container .amount_inner a:hover {
    background-color: #114771;
    color: #FFFFFF;
}

.prod-card-list-r .product-item-amount-field-container .amount_inner .product-item-amount-field {
    flex: 0 0 44px;
}
.prod-card-list-r .product-item-amount-field-container .quantity__measure {
    background: none;
    text-align: right;
    flex: 0 0 33px;
    width: 33px;
    height: auto;
}
header {
    position: relative;
    z-index: 1;
}
.serach-container-body-wr {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
}
.serach-container-body-wr.active {
    visibility: visible;
    opacity: 1;
}
header > .container.serach-container-body-wr > .row {
    padding: 0;
}
.serach-container-body {
    padding: 30px 25px 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.25);
}

.product-item-title-block .product-item-price-container {
    display: none !important;
    text-align: left !important;
    padding-top: 10px;
    font-size: 0;
}

.product-item-title-block .product-item-price-container .product-item-price-current {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    color: #155180;
}

@media all and (max-width: 991px) {
    .catalog__sort_n {
        display: none;
    }
    .product-item-line-list .product-item {
        padding: 10px 12px 15px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .product-item-line-list .product-item-title-block {
        flex: 1 1 auto;
        display: block;
        margin-bottom: 0;
    }

    .product-item-title {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 8px;
        text-align: left;
    }

    .product-item-title:after {
        display: none;
    }

    .product-item-title-block .product-item-price-container {
        display: block !important;
    }

    .catalog__content .product-line-item-info-right-container {
        padding-top: 16px;
        width: 100%;
    }

    .catalog__content .product-line-item-info-right-container .product-item-price-container {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .catalog__content .product-item .product-item-image-wrapper .product-item-image-original{
        display: block;
        height: 73px;
    }

    .product-item-image-alternative {
        display: none;
    }

    .catalog__content .product-item-line-card .product-item-info-container .product-item-button-container {
        margin-top: 0;
    }

    .bx_catalog_tile {
        margin-bottom: 19px;
    }

    .prod-card-list-r .product-item-amount-field-container .amount_inner a {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }

    .prod-card-list-r .btn_new-style--buy span {
        padding: 6px 10px 6px 50px;
    }
}


.pre-footer {
    position: relative;
    z-index: 1;
}
@media all and (max-width: 1190px) {
    .pre-footer .row .col-xs-4{
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .main__reviews {
        max-width: 370px;
        margin: 0 auto 10px;
    }

}

@media all and (max-width: 1024px) {
    #bx-panel ~ .header-menu .navbar__icons-item .search-form form{
        top: 45px;
    }
}
@media all and (max-width: 767px) {
    .pre-footer {
        padding: 20px 10px;
    }
}

@media all and (max-width: 600px) {
    #main__about ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .catalog__stock_item {
        flex-wrap: wrap;
        margin-right: 0 !important;
        align-items: center;
        padding: 10px;
        justify-content: space-between;
    }

    .catalog__stock_item .stock__name {
        width: 50%;
        order: 1;
        padding-bottom: 10px;
    }

    .catalog__stock_item .stock__name a {
        padding-left: 0;
    }

    .catalog__stock_item .stock__price {
        width: 40%;
        order: 3;
        padding-top: 3px;
    }

    .catalog__stock_item .qnt-show {
        order: 4;
        width: 160px;
    }

    .catalog__stock_item2 .sto-wr {
        margin: 0;
        padding: 3px 0 0;
        max-width: 100%;
        width: 160px;
    }

    .catalog__stock_item .stock__button {
        margin: 0;
        order: 2;
    }

    .catalog__stock_item .btn_new-style--buy span {
        padding: 10px 20px 12px 56px;
    }

    .catalog__stock_item2 .stop-point {
        margin-top: 0;
    }

    section#main__about, section#main__sale {
        padding-bottom: 40px;
    }
    .header-menu > .container > .row{
        padding-left: 10px;
        padding-right: 0;
    }
    .content__sidebar{
        margin-left: 10px;
        margin-right: 10px;
    }

}


.catalog__content .bx_catalog_tile_ul{

    /*display: none;*/
}


.has-subs + .sidebar__menu-items-inner-wr{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
}

.has-subs + .sidebar__menu-items-inner-wr .sidebar__menu-items{
    position: static;
    display: block;
    box-shadow: none;
}

.sidebar__menu.sidebar__menu-new .sidebar__menu-items ul{
    max-height: 390px;
}

.sidebar__menu span.menu-item {
    font-size: 16px !important;
    padding: 12px 9px 12px 22px !important;
}

.row-breadcrumb{
    display: flex;
    margin: -25px -30px 23px;
    justify-content: space-between;
    background: #EFEFEF;
    height: 31px;
    padding: 0 18px;
}

.row-breadcrumb .back-btn{
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #155180;
    text-transform: uppercase;
    line-height: 31px;
}

.row-breadcrumb .bx-breadcrumb .bx-breadcrumb-item:last-child a{
    opacity: .7;
}
.row-breadcrumb .bx-breadcrumb{
    margin: 7px 0;
}

.row-breadcrumb .bx-breadcrumb i{
    transform: rotate(180deg);
}

.row-breadcrumb .back-btn{
    padding-left: 22px;
    position: relative;

}
.row-breadcrumb .back-btn:after {
    width: 12px;
    height: 8px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    background: url(images/big-arrow.svg) 50% no-repeat;
}

.bx-blue .btn.btn-default{
    background-color: #155180;
    border-color: #155180;
}
.bx-blue .btn.btn-default:hover{
    background-color: #294F97;
    border-color: #294F97;
}

.product-item-detail-slider-left, .product-item-detail-slider-right{
    z-index: 10;
}

.product-item-detail-slider-images-container {
    z-index: 1;
}

.sidebar__menu-item .sidebar__menu-items-inner-wr .row-breadcrumb{
    display: flex;
    margin: -16px -12px 11px -36px;
    justify-content: space-between;
    background: #EFEFEF;
    /* height: 31px; */
    padding: 4px 18px;
    align-items: center;
}

.sidebar__menu-item .sidebar__menu-items-inner-wr .row-breadcrumb .bx-breadcrumb .bx-breadcrumb-item{
    margin-bottom: 0;
}

.certs-slider .swiper-slide a {
    display: flex;
    width: 100%;
    aspect-ratio: 7/10;
}

.certs-slider .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bx-touch .product-item {
    padding: 4px 8px 4px 4px;
}

.bx-no-touch .product-item-container.hover .product-item  {
    padding-bottom: 15px;
}

.about__reviews-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.about__reviews-head h5 {
    margin: 0;
    padding: 0;
}

.about__reviews-items {
    overflow: hidden;
}

.about__reviews-item img {
    width: 100%;
}

.popup-window-buttons .btn-sm {
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 8px;
}

@media screen and (max-width: 767.98px) {
    .about__reviews-head {
        margin-bottom: 16px;
    }

    .about__reviews-slider-controls {
        display: none;
    }

    .about__reviews-items {
        overflow: visible;
    }
}

.serach-container-body > a:hover {
    text-decoration: none;
}

.sidebar__menu #markfinder {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.3;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EBF0F9;
}


.tesk-modal-call .n-modal-form {
    border-radius: 20px;
}

.n-modal-form__el input[type=text] {
    border-radius: 8px;
}

.n-modal-form__el input[type="submit"] {
    border-radius: 8px;
}

.n-modal-form__el input[type="submit"]:hover {
    background-color: #D10C03 !important;
    opacity: 1;
}


.catalog__element-advantages-item,
.card_page .right_block,
.news-list__item,
.block-advantages {
    border-radius: 20px;
}

.catalog__element-advantages-item.--bl2 {
    padding: 8px !important;
    border: 1px solid #114771 !important;
}

.catalog__element-advantages-el.--arrow {
    border-radius: 16px;
}

.catalog-section-slider .product-item {
    border-radius: 20px;
    overflow: hidden;
}




.product-item-small-card .product-item-container .product-item-image-alternative {
    opacity: 1;
}

.catalog-h1 {
    gap: 12px;
}

@media screen and (max-width: 767.98px) {
    .catalog__element-advantages-item,
    .card_page .right_block,
    .news-list__item,
    .block-advantages {
        border-radius: 16px;
    }
    .catalog__element-advantages-el.--arrow {
        border-radius: 8px;
    }

    .catalog-section-slider .product-item {
        border-radius: 16px;
    }

    .product-item-detail-slider-images-container .product-item-detail-slider-image {
        display: none;
    }

    .product-item-detail-slider-images-container .product-item-detail-slider-image.active {
        display: block;
        opacity: 1;
    }

    .catalog__content .bx_pagination_page {
        display: flex;
        justify-content: center;
    }
}


.serach-container-body .catalog__stock_item.catalog__stock_item2 {
    width: 100%;
    flex: 0 0 100%;
}

.stock__name a {
    font-size: 12px;
}

.catalog__stock_item .stock__button {
    margin-right: 0;
}

.content__sidebar .sidebar__menu .sidebar__menu-items > li > a {
    font-size: 16px !important;
    padding: 12px 9px 12px 22px !important;
}

.sidebar__menu .menu-list>li:hover>.menu-item {
    background-color: transparent !important;
    text-decoration: underline;
}

.content__sidebar .sidebar__menu .sidebar__menu-items > li > a:hover {
    background-color: transparent !important;
    text-decoration: underline;
}

.news-list__text {
    margin-bottom: 16px;
}

.news-list__more-info.custom-btn {
    padding: 12px 24px;
    font-size: 14px;
}

.news-list__date-time {
    border-radius: 4px;
}

p.notice-area {
    border-radius: 20px;
    font-family: 'Inconsolata', sans-serif !important;
}

.head-pic-text>p:nth-child(2) {
    font-family: 'Inconsolata', sans-serif !important;

}

.leave-reques-but {
    border-radius: 8px;
}

.pink-label-2 {
    border-radius: 20px;
    padding: 25px 20px 25px 0 !important;
    overflow: hidden;
}

@media screen and (max-width: 767.98px) {
    .news-list__text {
        margin-bottom: 12px;
    }

    p.notice-area {
        border-radius: 16px;
    }

    .pink-label-2 {
        border-radius: 16px;
    }
}
