* {
    margin: 0;
    padding: 0;
    /* user-select: none; */
}

html,
body,
.body-wrapper {
    height: 100%;
}

.body-innerwrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#sp-main-body {
    flex: 1 0 auto;
    padding: 30px 0;
}

#sp-footer {
    flex: 0 0 auto;
}

#sp-footer .sp-copyright {
    /* text-transform: uppercase; */
    font-size: 14px;
    display: block;
    line-height: 36px;
    white-space: nowrap;
    color: #fff;
}

body:not(.home-page) .article-details {
    font-size: 16px;
}

.sp-author {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
}

.sp-author img {
    height: 25px;
    margin-left: 15px;
}

::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 6px;
    height: 0px;
}

 ::-webkit-scrollbar-track {
    background-color: #dfdfdf;
}

 ::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 16px;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: #999999;
}

 ::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}

 ::-webkit-scrollbar {
    width: 5px;
}

::selection {
    background: #143739;
    color: #fff;
}

:focus {
    outline: 0;
}

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

a.btn {
    border: none;
    font-size: 14px;
    line-height: 46px;
    color: #282830;
    background-color: #eff0f0;
    padding: 0 30px;
    height: 46px;
    min-width: 160px;
    border-radius: 100px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

h1,
h2 {
    font-weight: 600;
    display: block;
}

h1 {
    font-size: 32px!important;
    font-weight: 600;
    margin: 1em 0;
}

h2 {
    font-size: 24px!important;
    margin: 1em 0;
}

svg {
    transition: all .3s;
}

#system-message-container {
    position: fixed;
    z-index: 99999;
    top: 15px;
    right: 15px;
    font-size: 11px;
    opacity: 0.95;
    font-weight: 500;
}

#system-message-container .alert-heading {
    font-size: 14px;
}

#system-message-container .alert {
    border-radius: 0!important;
    max-width: 400px;
    min-width: 250px;
    background: #f1f1f1;
}

.form-lock body {
    overflow: hidden!important;
}

.hidden {
    display: none!important;
}

.container {
    max-width: 1350px;
}

li.catalog {
    border-left: 1px solid rgba(255, 255, 255, .15);
    width: 234px;
}

li.catalog>a {
    padding-left: 62px;
    width: 100%;
}

li.catalog>a:before {
    content: "";
    position: absolute;
    display: block;
    top: 23px;
    left: 20px;
    background: url(/images/Catalog_menu.svg) 0 0 no-repeat;
    width: 15px;
    height: 12px;
}

.sp-menu-full.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

section#sp-slider {
    background-color: #fff;
}

.svg {
    top: 0;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.svg-phone {
    margin: 0 12px 0 0;
    min-width: 9px;
    min-height: 12px;
    background-image: url(/images/Phone_black.svg);
}

.phone {
    display: flex;
}

.address {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.phone a {
    color: #222;
    white-space: nowrap;
    position: relative;
    margin: 4px 0;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

.header-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-contact_item {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

.header-contact_item:first-child {
    padding-left: 0;
}

.header-contact_item:last-child {
    padding-right: 0;
}

#sp-search .search {
    position: relative;
}

.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 16px;
    border: none;
    background: 0 0;
    font-size: 0;
}

.search-input:focus,
.search-input {
    padding: 0 44px 0 17px;
    height: 40px;
    font-size: .933em;
    line-height: 40px;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.svg-search {
    min-width: 16px;
    min-height: 16px;
}

.svg-search.svg-black {
    background-image: url(/images/Search_black_sm.svg);
}

.social-links {
    list-style: none;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.social-links .social-link_item {
    font-size: 12px;
    margin: 0;
}

.social-links .social-link_item a {
    color: #000;
}

.social-links .social-link_item a:focus,
.social-links .social-link_item a:hover {
    color: #143739;
}

.social-links .social-link_item a span {
    margin-right: 5px;
}

.show_cart {
    text-align: center;
}

.show_cart a {
    float: none!important;
}

.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img,
.vm-categories-wall-img {
    display: inline-block;
}

.page-title,
.sp-module-title {
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0 15px 0;
    font-size: 24px!important;
    margin: 1em 0;
    font-weight: 600;
}

#sp-bottom .sp-module-title {
    text-align: left;
    font-size: 18px!important;
    font-weight: 500;
    padding: 0;
    color: #fff;
}

.vm-categories-wall-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    margin: 0;
}

.vm-categories-wall-spacer>a {
    position: relative;
}

.vm-categories-wall-catname {
    padding: 15px;
    background-color: #143739;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.category-view .category a:before,
.vm-categories-wall-spacer>a:before {
    content: 'Перейти';
    position: absolute;
    top: 50%;
    top: calc(50% - 45px);
    left: 30px;
    height: 45px;
    right: 30px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(20, 55, 57, 0.9);
    transition: transform 250ms ease-in-out;
    transform: scale(0);
}

.category-view .category a:hover:before,
.vm-categories-wall-spacer>a:hover:before {
    transform: scale(1);
}

.orderby-displaynumber {
    display: none;
}

.vm-categories-menu .vm-categories-menu-spacer {
    padding-left: 80px;
    min-height: 60px;
    margin-bottom: 30px;
}

.vm-categories-menu .menu_img {
    display: block;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.vm-categories-menu-catname {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.vm-subcategories-menu-spacer {
    padding: 5px 0;
}

.vm-subcategories-menu-catname a {
    font-size: 13px;
    color: #000;
}

.vm-subcategories-menu-catname a:hover,
.vm-categories-menu-spacer:hover .vm-categories-menu-catname {
    color: #143739;
}

.category-view .category a {
    display: block;
}

.category-view .category .spacer {
    padding: 0!important;
}

.category-view .category .category_name {
    background: #143739;
    padding: 15px;
    background-color: #143739;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.category-view .category img {
    width: 100%;
    height: 350px;
    object-position: center;
    object-fit: cover;
}

.row {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    margin-right: -15px!important;
    margin-left: -15px!important;
}

.sp-megamenu-parent>li.active>a {
    background-color: #123133;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '-';
}

.breadcrumb-item a:hover {
    color: #143739!important;
}

.catmodule .sp-module-content>.menu>li {
    border: 0;
}

.catmodule .sp-module-content>.menu>li a {
    border: 1px solid #f2f2f2;
    border-bottom-width: 0;
    background: #f8f8f9;
    position: relative;
    display: block;
    padding: 11px 31px 13px 17px;
    text-decoration: none;
    text-align: left;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.catmodule .sp-module-content>.menu>li a:hover {
    background: #fff;
}

.catmodule .sp-module-content>.menu>li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: transparent;
    display: block;
}

.catmodule .sp-module-content>.menu>li a:hover:before {
    background: #143739;
}

.catmodule .sp-module-content>.menu>li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    top: 19px;
    text-align: right;
    color: #888;
    position: absolute;
    right: 16px;
    margin: -3px 0 0 0;
    width: 12px;
    height: 8px;
    display: block!important;
}

#sp-left .sp-module-title,
#sp-right .sp-module-title {
    padding: 13px 19px 14px;
    border: 1px solid #f2f2f2;
    background-color: #143739;
    color: #fff;
    margin: 0;
    font-size: 16px!important;
    text-align: left;
}

div[class*="-view"] .row {
    padding: 0 15px;
}

.spacer.product-container {
    text-align: center;
    background: #fff;
    overflow: hidden;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    padding: 20px 19px 26px 20px!important;
    box-shadow: 0px 0px 0px 1px #f2f2f2 inset;
    border: 0;
    margin: -1px -1px 0px 0px;
}

.spacer.product-container:hover {
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.category-view .vm-product-media-container,
.category-view .vm-product-media-container a {
    min-width: 70px;
    height: 170px;
    line-height: 170px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    zoom: 1;
    display: block;
}

.category-view .vm-product-media-container {
    margin: 0 auto 10px;
    position: relative;
}

.category-view .vm-product-media-container img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.vm-product-descr-container-0 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 50;
    -webkit-box-orient: vertical;
    white-space: normal;
    min-height: auto;
}

.vm-product-descr-container-0 a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.vm-product-descr-container-0 a:focus,
.vm-product-descr-container-0 a:hover {
    color: #143739;
}

.product-price {
    float: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    color: #000;
}

.featured-view .spacer span,
.discontinued-view .spacer span,
.latest-view .spacer span,
.topten-view .spacer span,
.recent-view .spacer span,
.related-products-view .spacer span,
.browse-view .row .product .spacer span {
    color: #000;
    font-size: 18px;
}

.item-stock {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 5px;
}

.item-stock i.fas {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-right: 5px;
}

.item-stock .fa-times-circle {
    color: #CCCCCC;
}

.item-stock .fa-check {
    color: #37AC09;
}

.item-stock .stock-value {
    color: #000!important;
    font-size: 12px!important;
}

.quantity-box,
.quantity-controls,
.vm-page-counter {
    display: none!important;
}

span.addtocart-button span.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
span.addtocart-button span.addtocart-button-disabled {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    margin: 0;
    border: 1px solid;
    border-radius: 2px;
    padding: 7px 18px 9px;
    overflow: hidden;
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    background-color: #143739;
    border-color: #143739;
    color: #fff;
}

.vm-pagination {
    float: none;
}

.pagination {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.page-link {
    border: 0;
    font-weight: 600;
    border-radius: 2px!important;
    margin-left: 0;
}

.page-item.active .page-link {
    background: #143739;
    pointer-events: none;
}

.page-link:hover,
.page-link:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    background: none;
    color: #143739!important;
}

.item_main_info {
    margin: 0px 0 30px;
    padding: 30px;
    border: 1px solid #f2f2f2;
    position: relative;
}

.productdetails-sku {
    font-size: 13px;
    color: #666;
    line-height: 18px;
    text-align: right;
    margin-bottom: 15px;
}

.productdetails-name {
    font-size: 16px;
    font-weight: 600;
}

.productdetails-short-description {
    font-size: 13px;
    margin-top: 10px;
}

.productdetails-view .spacer-buy-area {
    padding-left: 0;
    margin: 15px 0;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

.item_main_info .product-price {
    text-align: left;
    font-size: 26px;
    line-height: 20px;
    padding-right: 5px;
}

.price_txt {
    color: #7d7d7d;
    font-size: 12px;
    line-height: 18px;
    padding-top: 15px;
    margin-bottom: 15px;
}

.vm-product-descr-container-1 {
    min-height: auto;
}

.product-description .page-title {
    text-align: left;
}

.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited {
    width: auto;
    padding: 0 20px!important;
    height: 3.125em;
    font-size: 14px!important;
    -webkit-border-radius: 1.5625em;
    -moz-border-radius: 1.5625em;
    border-radius: 1.5625em;
    background-color: #111111;
    color: #ffffff!important;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.vm-button-correct:hover {
    background-color: #292929;
    color: #ffffff!important;
    text-decoration: none;
}

.offcanvas-module .phone a,
.offcanvas-module .social-links .social-link_item a {
    color: #fff;
}

.offcanvas-module .svg-phone {
    filter: invert(1);
}


/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    body.ltr.offcanvs-position-right .body-wrapper {
        height: auto;
    }
    #sp-header .logo {
        width: 100%;
        height: auto;
        justify-content: center;
    }
    #sp-left .sp-module-title,
    #sp-right .sp-module-title {
        border: 0;
    }
}

@media (max-width: 768px) {
    #sp-left {
        margin-bottom: 30px;
    }
    #sp-left .catmodule .sp-module-title {
        background-image: url('/images/touchscreen.png');
        background-size: 32px;
        background-position: 98% 50%;
        background-repeat: no-repeat;
    }
    .vm-categories-wall-catwrapper {
        width: 100%;
    }
    .vm-categories-wall-img {
        height: 250px;
    }
    #sp-footer,
    #sp-footer .sp-copyright {
        text-align: center;
    }
    #sp-bottom .sp-module-title {
        margin-bottom: 15px!important;
    }
    .offcanvas-module .header-contacts {
        flex-direction: column;
        align-items: flex-start;
    }
    .offcanvas-module .header-contact_item {
        padding: 15px 30px 0 30px;
    }
    .offcanvas-module .address {
        text-align: left;
        margin-bottom: 10px;
    }
    #sp-navigation .sp-megamenu-wrapper {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    #sp-header-fixed {
        padding-bottom: 15px;
        background-color: #fff;
        box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.13);
    }
    #sp-header-fixed.header-sticky {
        position: fixed;
        top: 0;
        z-index: 999;
    }
    a.continue_link,
    a.showcart {
        width: 100%!important;
        display: block!important;
    }
    #fancybox-wrap {
        width: 90%!important;
    }
    #fancybox-content {
        width: 100%!important;
    }
    #fancybox-content h4 {
        font-size: 14px!important;
    }
    .category-view .category {
        margin-bottom: 15px;
    }
    #sp-navigation #sp-cart {
        margin-left: -15px;
    }
    #sp-navigation .fc-button {
        display: flex!important;
        align-items: center;
    }
    #sp-navigation a.fc-link {
        min-width: 160px;
    }
    #sp-navigation .fc-sublink {
        font-size: 10px!important;
        text-align: left!important;
        color: #fff;
    }
}

@media (max-width: 480px) {}