/*! normalize.css v3.0.2 | MIT License | git.io/normalize */img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: 320px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff url(../images/body_bg_20170519.jpg);
}

a {
    color: #df0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

img.slick-loading {
    width: 16px !important;
    height: 11px !important;
    background: url(../images/slick_loading.gif) no-repeat;
    margin: auto;
}

iframe {
    max-width: 100%;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.sr-only,
.element-invisible {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.jmodedit {
    display: none !important;
}



/* Header */

#header_wrapper {
    /*background: #262626 url(../images/header_wrapper_bg.png) top center no-repeat;*/
    background: #262626 url(../images/footer_wrapper_bg_20160329.jpg) top center no-repeat;
    background-size: 1280px 134px;
}

#header {
    width: 1170px;
    height: 68px;
    margin: 0 auto;
    color: #fff;
    font-family: Arial, sans-serif;
}

#header a {
    color: #ffd32e;
}

#header .mission {
    float: right;
    width: 210px;
    margin: 3px 35px 0 0;
    font-size: 13px;
    line-height: 20px;
}

#header .mission p {
    margin: 0;
}

.logged-in #header .mission {
    margin-right: 5px;
}

#header .contacts {
    float: right;
    margin: 4px 20px 0 0;
    font-size: 16px;
}

#header .contacts p {
    line-height: 1.25em;
    margin: 0;
}

#header .contacts strong {
    color: #ffd32e;
    font-weight: normal;
}

#header .contacts a {
    color: #fff;
}

#header .contacts a:hover {
    text-decoration: none;
}

#header .contacts .phone {
    float: left;
    margin-right: 15px;
    margin-top: 11px;
}

#header .contacts .email {
    float: left;
    line-height: 3.75em;
}

.logged-in #header .contacts {
    margin-right: 10px;
}

#header .social.menu {
    float: right;
    margin: 19px 10px 0 0;
    width: 135px;
    text-align: center;
}

.logged-in #header .social.menu {
    margin-right: 5px;
}

@media (max-width: 1199px) {
    #header {
        width: 970px;
    }

    #header .mission {
        display: none;
    }

    #header .social.menu {
        width: 160px;
    }

    .logged-in #header .social.menu {
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    #header {
        width: 750px;
    }

    #header .contacts {
        display: none;
    }
}

@media (max-width: 767px) {
    #header {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 479px) {
    #header .social.menu {
        display: none;
    }
}



/* Social Links */

.social.menu {
    padding: 0;
    list-style-type: none;
}

.social.menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.social.menu li + li {
    margin-left: 5px;
}

.social.menu a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/cnc_sprites_20231122.png) 0 -105px;
}

.social.menu a.instagram {
    background-position: -30px -105px;
}

.social.menu a.vk {
    background-position: -60px -105px;
}

.social.menu a.youtube {
    background-position: -90px -105px;
}

.social.menu a.telegram {
    background-position: -125px -110px;
}

.social.menu a > img {
    display: none;
}



/* Logo */

.logo {
    width: 133px;
    height: 68px;
    display: inline-block;
}



/* Cart Module */

#jshop_module_cart {
    width: 220px;
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    color: #fff;
    font-size: 14px;
}

#jshop_module_cart .cart {
    display: block;
    color: #fff;
    text-decoration: none;
}

#jshop_module_cart .cart:after {
    content: "";
    display: table;
    clear: both;
}

#jshop_module_cart .cart_icon {
    display: inline-block;
    width: 48px;
    height: 47px;
    background: url(../images/cnc_sprites_20231122.png) -70px 0;
    float: left;
    margin-right: 10px;
}

#jshop_module_cart p {
    margin: 0;
    line-height: 1em;
}

#jshop_module_cart .qty,
#jshop_module_cart .price,
#jshop_module_cart .empty {
    white-space: nowrap;
}

#jshop_module_cart .qty {
    padding-top: 6px;
}

#jshop_module_cart .price {
    padding-top: 5px;
}

#jshop_module_cart .empty {
    padding-top: 20px;
}

@media (max-width: 1199px) {
    #jshop_module_cart {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #jshop_module_cart {
        width: 100px;
        margin-top: 5px;
        font-size: 12px;
        text-align: center;
    }

    #jshop_module_cart .cart_icon {
        display: block;
        width: 41px;
        height: 40px;
        background-position: -120px 0;
        float: none;
        margin: 0 auto 4px;
    }

    #jshop_module_cart .qty,
    #jshop_module_cart .empty {
        padding: 0;
    }

    #jshop_module_cart .price {
        display: none;
    }
}



/* My Account Menu */

#my-account-menu {
    position: relative;
    float: right;
    height: 100%;
}

#my-account-menu ul {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: rgba(239,239,239,0.95);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#F3EFEFEF,endColorstr=#F3EFEFEF)";
    border: 1px solid #dadada;
    z-index: 1;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
    box-shadow: 2px 2px 5px #999;
}

#my-account-menu ul a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    color: #272727;
    line-height: 1em;
    border: 1px solid transparent;
}

#my-account-menu ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 5px;
    width: 11px;
    height: 11px;
    background: url(../images/cnc_sprites_20231122.png) 0 0;
}

#my-account-menu ul a:hover {
    background: #C60505;
    background: -moz-linear-gradient(top,  #C60505 0%, #700000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C60505), color-stop(100%,#700000));
    background: -webkit-linear-gradient(top,  #C60505 0%,#700000 100%);
    background: -o-linear-gradient(top,  #C60505 0%,#700000 100%);
    background: -ms-linear-gradient(top,  #C60505 0%,#700000 100%);
    background: linear-gradient(to bottom,  #C60505 0%,#700000 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#C60505', endColorstr='#700000',GradientType=0 )";

    border: 1px solid #f46666;
    color: #fff;
    text-decoration: none;
}

#my-account-menu ul a:hover:before {
    background: url(../images/cnc_sprites_20231122.png) -15px 0;
}


#my-account-menu > a {
    position: relative;
    display: block;
    min-width: 40px;
    height: 100%;
    padding-top: 50px;
    line-height: 1em;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#my-account-menu > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 7px;
    left: 50%;
    margin-left: -20px;
}

#my-account-menu .my-account-icon {
    width: 90px;
}

#my-account-menu .my-account-icon:before {
    width: 55px;
    background: url(../images/cnc_sprites_20231122.png) -40px -65px;
}

#my-account-menu .login-icon {
    width: 40px;
}

#my-account-menu .login-icon:before {
    background: url(../images/cnc_sprites_20231122.png) 0 -65px;
}

@media (max-width: 991px) {
    #my-account-menu {
        display: none;
    }
}



/* Top Menu */

#nav_wrapper {
    clear: both;
    position: relative;
    border-bottom: 9px solid #1a1a1a;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6b6b6+0,e9e9e9+46,efefef+47,efefef+54,b7b7b7+100 */
    background: #b6b6b6; /* Old browsers */
    background: -moz-linear-gradient(top,  #b6b6b6 0%, #e9e9e9 46%, #efefef 47%, #efefef 54%, #b7b7b7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b6b6b6 0%,#e9e9e9 46%,#efefef 47%,#efefef 54%,#b7b7b7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b6b6b6 0%,#e9e9e9 46%,#efefef 47%,#efefef 54%,#b7b7b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#b7b7b7',GradientType=0 )"; /* IE6-9 */
}

#nav_wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 9px;
    bottom: -9px;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAJCAMAAADJhsaRAAAAUVBMVEUVFRUuLi45OTlnZWVPT05xc3MeHh+BgYBZWVhVVFNJSUhGRkUoKCgkIyQSEBClp6WRkJCJiYl6enpxcnJra2xsbGpgX2BLS0xAQEA1NTQdHR2jRqrzAAAAQUlEQVQI1y3ItxEAIRAEwT31aF4r8g8UDMaaanjKjVLAurvL3AYx08gv9DxCzIzCKg8TFvpEEmPcr7dHqXUYYdYBUYgB7devwOIAAAAASUVORK5CYII=);
}

#nav {
    width: 1170px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

#nav .search_form {
    margin-top: 12px;
    float: right;
}

#nav .nav {
    float: left;
    margin: 0;
    padding: 0;
}

#nav .nav > li {
    position: relative;
    display: inline-block;
}

#nav .nav > li + li:before {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    width: 1px;
    height: 33px;
    background: #d1d1d1;
}

#nav .nav > li > a {
    position: relative;
    display: block;
    height: 48px;
    padding: 15px 16px 0;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    font-size: 17px;
    line-height: 1em;
}

#nav .nav > li.active > a,
#nav .nav > li:hover > a {
    position: relative;
    background: #C30000;
    background: -moz-linear-gradient(top,  #C30000 0%, #750606 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C30000), color-stop(100%,#750606));
    background: -webkit-linear-gradient(top,  #C30000 0%,#750606 100%);
    background: -o-linear-gradient(top,  #C30000 0%,#750606 100%);
    background: -ms-linear-gradient(top,  #C30000 0%,#750606 100%);
    background: linear-gradient(to bottom,  #C30000 0%,#750606 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#C30000', endColorstr='#750606',GradientType=0 )";
    border: 1px solid #ff5c5c;
    color: #fff;
}

#nav .nav > li.active > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #ffffff transparent;
}

#nav li:hover > .nav-child {
    display: block;
}

#nav .nav-child {
    display: none;
    position: absolute;
    width: 200px;
    background: #eee;
    -webkit-box-shadow: 5px 5px 10px #999;
    -moz-box-shadow: 5px 5px 10px #999;
    box-shadow: 5px 5px 10px #999;
}

#nav .nav-child > li {
    display: block;
}

#nav .nav-child > li > a {
    display: block;
    padding: 7px 10px;
    color: #3F74BA;
    text-decoration: none;
}

#nav .nav-child > li > a:hover {
    background: #880429;
    color: #fff;
}

@media (max-width: 1199px) {
    #nav {
        width: 970px;
    }

    #nav .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #nav {
        display: none;
    }
}



/* Search Form */

.search_form .inputbox {
    border: 1px solid #636363;
    font-style: italic;
    color: #666;
    padding: 3px 10px;
    width: 190px;
    height: 24px;
    vertical-align: top;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

.search_form button {
    position: relative;
    width: 35px;
    height: 24px;
    padding: 0;
    vertical-align: top;
    margin-left: -1px;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search_form button:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    width: 11px;
    height: 11px;
    background: url(../images/cnc_sprites_20231122.png) -50px -25px;
}

@media (max-width: 1199px) {
    .search_form .inputbox {
        width: 130px;
    }
}



/* Expandable Menu */

.expandable_menu ul a {
    position: relative;
    padding-right: 25px !important;
}

.expandable_menu .toggleSubMenu {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 25px;
    height: 100%;
}

.expandable_menu .toggleSubMenu:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 14px;
    height: 14px;
    background: url(../images/cnc_sprites_20231122.png) -50px -50px;
}

.expandable_menu li.expanded > a > .toggleSubMenu:before {
    background-position: -80px -50px;
}

.expandable_menu li > ul {
    display: none;
}

.expandable_menu li.expanded > ul {
    display: block;
}



/* Mobile Menu */

#mobile-nav {
    display: none;
    width: 750px;
    margin: 0 auto;
}

#mobile-nav .nav-title {
    float: left;
    color: #333;
    text-shadow: 1px 1px #fff;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    font-size: 16px;
}

#mobile-nav .nav-toggle-container {
    float: right;
}

#mobile-nav .nav-toggle {
    position: relative;
    width: 44px;
    height: 34px;
    float: left;
    padding: 9px 10px;
    margin: 8px 0 8px 8px;
    background: none;
    background-size: initial;
    filter: none;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px #fff;
    -moz-box-shadow: 0 0 2px #fff;
    box-shadow: 0 0 2px #fff;
}

#mobile-nav .nav-toggle .search-icon,
#mobile-nav .nav-toggle .my-account-icon,
#mobile-nav .nav-toggle .login-icon {
    position: absolute;
    display: block;
    top: 4px;
    left: 9px;
    width: 24px;
    height: 24px;
    background: url(../images/cnc_sprites_20231122.png) -100px -140px;
}

#mobile-nav .nav-toggle .my-account-icon {
    background-position: -25px -40px;
}

#mobile-nav .nav-toggle .login-icon {
    background-position: 0 -40px;
}

#mobile-nav .nav-toggle .bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #333;
    -webkit-box-shadow: 0px 1px #fff;
    -moz-box-shadow: 0px 1px #fff;
    box-shadow: 0px 1px #fff;
}

#mobile-nav .nav-toggle .bar + .bar {
    margin-top: 4px;
}

#mobile-nav .nav-collapse {
    display: none;
    border-top: 1px solid #333;

}

#mobile-nav .nav-collapse > div {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #333;
    padding: 5px 0;
}

#mobile-nav .nav-collapse > div:last-child {
    border-bottom: none;
}

#mobile-nav .nav-collapse ul {
    margin: 0;
    padding: 0;
}

#mobile-nav .nav-collapse li {
    display: block;
}

#mobile-nav .nav-collapse a {
    display: block;
    color: #333;
    text-shadow: 1px 1px #fff;
    text-decoration: none;
    padding: 10px;
}

#mobile-nav .nav-collapse li li a {
    padding-left: 40px;
}

#mobile-nav .nav-collapse li li li a {
    padding-left: 70px;
}

#mobile-nav .nav-collapse li li li li a {
    padding-left: 100px;
}

#mobile-nav .nav-collapse li.active > a {
    font-weight: bold;
}

#mobile-nav .nav-collapse li.current > a {
    color: #fff;
    text-shadow: 1px 1px #333;

    background: #C30000;
    background: -moz-linear-gradient(top,  #C30000 0%, #750606 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C30000), color-stop(100%,#750606));
    background: -webkit-linear-gradient(top,  #C30000 0%,#750606 100%);
    background: -o-linear-gradient(top,  #C30000 0%,#750606 100%);
    background: -ms-linear-gradient(top,  #C30000 0%,#750606 100%);
    background: linear-gradient(to bottom,  #C30000 0%,#750606 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#C30000', endColorstr='#750606',GradientType=0 )";
}

#mobile-nav .expandable_menu li.current > a > .toggleSubMenu:before {
    background-position: -65px -50px;
}

#mobile-nav .expandable_menu li.current.expanded > a > .toggleSubMenu:before {
    background-position: -95px -50px;
}

#mobile-nav .nav-collapse > .search_form {
    position: relative;
    padding: 10px 0;
}

#mobile-nav .nav-collapse > .search_form .inputbox {
    width: 100%;
    height: 33px;
    padding: 3px 45px 3px 10px;
}

#mobile-nav .nav-collapse > .search_form button {
    position: absolute;
    right: 0;
    width: 45px;
    height: 33px;
}

#mobile-nav .nav-collapse .item-111 {
    display: none;
}

@media (max-width: 991px) {
    #mobile-nav {
        display: block;
    }
}

@media (max-width: 767px) {
    #mobile-nav {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}



/* Main wrapper */

#main_wrapper {
    clear: both;
    width: 1170px;
    padding: 25px 10px;
    margin: 0 auto 25px;
    border: 1px solid #dadada;
    border-top: 0;
    background: #fff;
}

@media (max-width: 1199px) {
    #main_wrapper {
        width: 970px;
    }
}

@media (max-width: 991px) {
    #main_wrapper {
        width: 750px;
    }
}

@media (max-width: 767px) {
    #main_wrapper {
        width: auto;
        margin: 0;
        border: 0;
    }
}



/* Footer */

#footer_wrapper {
    clear: both;
    background: #262626 url(../images/footer_wrapper_bg_20160329.jpg) top center no-repeat;
}

#footer {
    font-family: Arial, sans-serif;
    width: 1170px;
    margin: 0 auto;
    color: #fff;
}

#footer .container {
    padding: 15px 0 13px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAgMAAAAP2OW3AAAACVBMVEUAAAD///8AAABzxoNxAAAAAnRSTlMAQABPjKgAAAAMSURBVAjXY1BgEAAAAHQAMZdFbw8AAAAASUVORK5CYII=) bottom center repeat-x;
}

#footer .nav {
    float: right;
    padding: 0;
    margin: 20px 140px 0 0;
}

#footer .nav li {
    display: inline-block;
}

#footer .nav li + li:before {
    content: "|";
    display: inline-block;
    margin: 0 10px;
}

#footer .nav a {
    color: #fff;
}

#footer .contacts {
    float: right;
    text-align: right;
    font-size: 15px;
}

#footer .contacts p {
    line-height: 1.25em;
    margin: 0;
}

#footer .contacts p + p {
    margin-top: 0.5em;
}

#footer .contacts strong {
    color: #ffd32e;
}

#footer .contacts a {
    color: #fff;
}

#footer .contacts a:hover {
    text-decoration: none;
}

#footer .counters {
    text-align: center;
    clear: both;
}

#footer .law-links {
    text-align: center;
    padding: 10px 0;
}

#footer .law-links a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    padding: 5px 0;
}

#footer .law-links .separator {
    display: inline-block;
    margin: 0 10px;
}

#footer .law-links .separator:before {
    content: "|";
}

#footer .copy {
    text-align: center;
    padding: 10px 0;
}

@media (max-width: 1199px) {
    #footer {
        width: 970px;
    }

    #footer .nav {
        margin-right: 40px;
    }
}

@media (max-width: 991px) {
    #footer {
        width: 750px;
    }

    #footer .nav {
        display: none;
    }
}

@media (max-width: 767px) {
    #footer {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    #footer .container:first-child {
        display: none;
    }
}

@media (max-width: 575px) {
    #footer .law-links a {
        display: block;
    }

    #footer .law-links .separator {
        display: none;
    }
}



/* Content wrapper */

#content_wrapper {
    overflow: hidden;
}

#content_wrapper.with_sidebar {
    float: right;
    width: 868px;
}

@media (max-width: 1199px) {
    #content_wrapper.with_sidebar {
        width: 668px;
    }
}

@media (max-width: 991px) {
    #content_wrapper.with_sidebar {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
}



/* Sidebar */

#sidebar {
    float: left;
    width: 255px;
}

#sidebar .portlet {
    border: 1px solid #dadada;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

#sidebar .portlet + .portlet {
    margin-top: 25px;
}

#sidebar .portlet h3 {
    font-size: 20px;
    font-weight: normal;
    padding: 10px 15px 10px 15px;
    background: #272727;
    color: #fff;
    margin: 6px 5px;
}

#sidebar .portlet.sales h3 {
    background: #c30000;
}

#sidebar .portlet.services h3 {
    background: #008000;
}

#sidebar .portlet h3 > a {
    color: #fff;
}

@media (max-width: 991px) {
    #sidebar {
        width: 100%;
        float: none;
    }
}



/* Catalog Side Menu */

.shop_catalog2 ul  {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.shop_catalog2 ul ul {
    border-top: 1px solid #dadada;
    margin-top: 5px;
    padding-top: 5px;
}

.shop_catalog2 li.expanded + li {
    border-top: 1px solid #dadada;
    margin-top: 5px;
    padding-top: 5px;
}

.shop_catalog2 ul a {
    position: relative;
    display: block;
    padding: 9px 10px 10px 25px;
    color: #272727;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1em;
}

.shop_catalog2 ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 5px;
    width: 11px;
    height: 11px;
    background: url(../images/cnc_sprites_20231122.png) 0 0;
}

.shop_catalog2 ul a:hover {
    background: #C60505;
    background: -moz-linear-gradient(top,  #C60505 0%, #700000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C60505), color-stop(100%,#700000));
    background: -webkit-linear-gradient(top,  #C60505 0%,#700000 100%);
    background: -o-linear-gradient(top,  #C60505 0%,#700000 100%);
    background: -ms-linear-gradient(top,  #C60505 0%,#700000 100%);
    background: linear-gradient(to bottom,  #C60505 0%,#700000 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#C60505', endColorstr='#700000',GradientType=0 )";

    border: 1px solid #f46666;
    color: #fff;
    text-decoration: none;
}

.shop_catalog2 ul a:hover:before {
    background: url(../images/cnc_sprites_20231122.png) -15px 0;
}

.shop_catalog2 ul .active > a {
    font-weight: bold;
}

.shop_catalog2 ul ul a {
    padding-left: 45px;
}

.shop_catalog2 ul ul a:before {
    left: 25px;
}

.shop_catalog2 ul ul ul a {
    padding-left: 65px;
}

.shop_catalog2 ul ul ul a:before {
    left: 45px;
}

.shop_catalog2 ul ul ul ul a {
    padding-left: 85px;
}

.shop_catalog2 ul ul ul ul a:before {
    left: 65px;
}

.shop_catalog2.expandable_menu > h3 {
    position: relative;
    padding-right: 25px !important;
    line-height: 24px;
}

.shop_catalog2.expandable_menu > h3 > .toggleSubMenu:before {
    top: 15px;
    background-position: -65px -50px;
}

.shop_catalog2.expandable_menu.expanded > h3 > .toggleSubMenu:before {
    background-position: -95px -50px;
}

.shop_catalog2.expandable_menu li > a:hover > .toggleSubMenu:before {
    background-position: -65px -50px;
}

.shop_catalog2.expandable_menu li.expanded > a:hover > .toggleSubMenu:before {
    background-position: -95px -50px;
}

.shop_catalog2.expandable_menu > ul {
    display: none;
}

.shop_catalog2.expandable_menu.expanded > ul {
    display: block;
}

@media (max-width: 991px) {
    .shop_catalog2 {
        display: none;
    }
}



/* Bestsellers */

.portlet .bestseller_products .block_item:first-child {
    padding-top: 10px;
}

.portlet .bestseller_products .block_item {
    display: block;
    padding: 15px 10px;
    margin: 0;
    text-align: left;
}

.portlet .bestseller_products .block_item:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

.portlet .bestseller_products .block_item + .block_item {
    border-top: 1px solid #dadada;
}

.portlet .bestseller_products .image_block img {
    max-width: 60px;
    border: 1px solid #dadada;
    vertical-align: top;
    padding: 0;
    float: right;
}

.portlet .bestseller_products .buttons {
    display: none;
}

.portlet .bestseller_products .name {
    margin-right: 70px;
    margin-bottom: 15px;
}

.portlet .bestseller_products .name a {
    color: #333;
    text-decoration: none;
}

.portlet .bestseller_products .jshop_price {
    margin-right: 70px;
    color: #df0000;
    font-size: 14px;
}



/* Breadcrumbs */

.breadcrumb {
    padding: 5px 20px 10px 0 !important;
    border-bottom: 1px solid #dadada;
    margin: 0 0 5px 20px !important;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb a {
    color: #333;
    text-decoration: none !important;
}

.breadcrumb .divider {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url(../images/cnc_sprites_20231122.png) 0 -15px;
    margin: 0 5px;
}

.breadcrumb .divider img {
    display: none;
}

.breadcrumb > li:first-child {
    display: none;
}

@media (max-width: 767px) {
    .breadcrumb {
        padding-right: 10px !important;
        margin-left: 10px !important;
    }
}



/* Slick.js theme styles */

.slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    opacity: .75;
}

.slick-arrow:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/cnc_sprites_20231122.png) -60px -140px;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    background-position: -80px -140px;
}

.slick-arrow:hover,
.slick-arrow:focus {
    opacity: 1;
}

.slick-arrow.slick-disabled {
    opacity: .25;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 5px;
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    outline: none;
    background: #000;
    border-radius: 50%;
    opacity: 0.25;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    opacity: 1;
}

.slick-dots li.slick-active button {
    opacity: .75;
}



/* Homepage */

#homepage_slideshow {
    padding-bottom: 30px;
    margin-bottom: 40px;
    background: url(../images/exclusive_shadow.png) center bottom no-repeat;
}

#homepage_slideshow.slick-initialized {
    display: block;
}

#homepage_slideshow .slick-dots {
    padding: 0;
    margin: 0;
    bottom: 0;
}

#homepage_slideshow .slick-dots li {
    margin: 0 5px;
}

#homepage_slideshow .slick-dots li button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;
}

#homepage_slideshow .slick-dots li button:before {
    font-size: 12px;
}

.homepage_banner {
    display: none;
    position: relative;
    outline: none;
    background-color: #e9e9e9;
}

.homepage_banner:first-child {
    display: block;
}

.homepage_banner:before {
    content: "";
    display: block;
    padding-bottom: 44.47%;
}

.homepage_banner > a,
.homepage_banner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popular_cutters {
    margin-bottom: 30px;
}

.latest_products {
    margin-bottom: 30px;
}

.latest_news {
    margin-top: 30px;
}

@media (max-width: 767px) {
    #homepage_slideshow {
        background: none;
    }
}



/* Advertisement labels */

.ad-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255,255,255,.64);
    color: rgba(0,0,0,.48);
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    backdrop-filter: blur(.6px);
    padding: 2px 20px 2px 6px;
    border-radius: 6px;
    cursor: pointer;
    z-index: 100;
}

.ad-label:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 3px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='000000' fill-opacity='0.48' d='M8 14c3.723 0 6-2.277 6-6s-2.277-6-6-6-6 2.277-6 6 2.277 6 6 6ZM7 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2 6a1 1 0 1 1-2 0V8a1 1 0 0 1 2 0v3Z'%3E%3C/path%3E%3C/svg%3E");
}

.ad-label-popup {
    display: none;
    position: absolute;
    width: 270px;
    padding: 10px 16px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 16px 1px rgba(0,0,0,.2);
}

.ad-label-popup:before {
    content: "";
    position: absolute;
    top: -12px;
    right: 20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
}

body .ad-label-popup p {
    margin: 0;
    line-height: 1.333;
}

body .ad-label-popup p + p {
    margin-top: 10px;
}


/* Content Area */

.content-area {
    background: #fff;
    min-height: 400px;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6
{
    font-weight: bold;
    color: #000;
    line-height: 1.25em;
}

.content-area h1 {
    font-size: 26px;
    margin: 0.53em 0;
}

.content-area .h1-like {
    font-size: 26px;
    font-weight: bold;
    margin: 0.53em 0;
}

.content-area h2 {
    font-size: 20px;
    margin: 0.7em 0;
}

.content-area h3 {
    font-size: 16px;
    margin: 0.87em 0;
}

.content-area p {
    margin: 1em 0;
    line-height: 1.25em;
}

.content-area ul {
    margin: 1em 0;
    padding-left: 40px;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAG1BMVEUAAAD/rzH/rzH/rzH/rzH/rzH/rzH/rzH/rzFQiORtAAAACXRSTlMAPek42tLJdWzUl6DsAAAAJ0lEQVQI12NwZhVgYBAyVmRgYFQ2AjJLOByALCEBBiFDoFgwmwADADQ8AvTv4MdXAAAAAElFTkSuQmCC);
}

.content-area ol {
    margin: 1em 0;
    padding-left: 40px;
    list-style-type: decimal;
}

.content-area li {
    line-height: 1.25em;
    margin-bottom: 1em;
}

.content-area a {
    text-decoration: underline;
}

.content-area hr {
    display: block;
    border: none;
    border-top: 1px solid #dadada;
}

.content-area table {
    margin: 1em 0;
    border: 1px solid #dadada;
}

.content-area th {
    padding: 5px 10px;
    background: #fff;
    color: #333;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
    line-height: 1.25em;
}

.content-area th.even,
.content-area th:nth-child(even) {
    background: #fffbea;
}

.content-area td {
    padding: 5px 10px;
    background: #fff;
    color: #333;
    border-bottom: 1px solid #dadada;
    vertical-align: top;
    line-height: 1.25em;
}

.content-area td.even,
.content-area td:nth-child(even) {
    background: #fffbea;
}

.content-area .table1 th {
    border: 1px solid #dadada;
    background: #fffbea;
}

.content-area .table1 td {
    border: 1px solid #dadada;
}

.content-area .table1 td.even,
.content-area .table1 td:nth-child(even) {
    background: #fff;
}

.content-area .table_container {
    overflow: auto;
    margin: 1em 0;
}

.content-area .table_container > table {
    margin: 0;
}

.content-area blockquote,
.content-area .blockquote-like {
    border-left: 5px solid #df0000;
    background: #fff5ce;
    padding: 20px;
    font-style: italic;
    margin: 1em 40px;
}

.content-area input[type=text],
.content-area input[type=password],
.content-area select,
.content-area textarea {
    border: 1px solid #999;
    font-family: inherit;
    font-size: 13px;
    padding: 2px;
    color: #000;
    background: #fff;
}

.content-area .frame {
    border: 1px solid #dadada;
}

.content-area .frame > h1,
.content-area .frame > h2,
.content-area .frame > h3,
.content-area .frame_header {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;
    padding: 10px 20px;
    background: #272727;
    color: #fff;
    margin: 6px 5px;
}

.content-area .frame_header {
    overflow: hidden;
}

.content-area .frame_header > h1,
.content-area .frame_header > h2,
.content-area .frame_header > h3 {
    float: left;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    margin: 0;
}

.content-area .frame_content {
    padding: 10px 20px;
}

.content-area .frame_content > p:first-child {
    margin-top: 0;
}

@media (max-width: 991px) {
    .content-area {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .content-area .frame_header > h1,
    .content-area .frame_header > h2,
    .content-area .frame_header > h3 {
        float: none;
    }

    .content-area .frame_content {
        padding-left: 10px;
        padding-right: 10px;
    }
}



/* Forms */

.form_row {
    margin: 10px 0;
}

.form_row label {
    display: block;
    margin-bottom: 2px;
}

.form_row .inputbox {
    width: 100%;
}



/* Buttons */

input[type=button],
input[type=submit],
button,
.retailrocket .btn,
.btn {
    display: inline-block;
    background: url(../images/btn_bg.png) center no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/cncshop/images/btn_bg.png', sizingMethod='scale')";
    background-color: #b90000;
    border: 1px solid #ff7979;
    padding: 6px 15px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.4);
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}

.btn.btn-mini {
    padding: 3px 8px;
    font-size: 13px;
}

input[type=button].gray,
input[type=submit].gray,
button.gray,
.btn.gray {
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/cncshop/images/btn_gray_bg.png', sizingMethod='scale')";
    background-image: url(../images/btn_gray_bg.png) ;
    background-color: #484848;
    border-color: #bebebe;
}

input[type=button].yellow,
input[type=submit].yellow,
button.yellow,
.btn.yellow {
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/cncshop/images/btn_yellow_bg.png', sizingMethod='scale')";
    background-image: url(../images/btn_yellow_bg.png) ;
    background-color: #fbe456;
    border-color: #ffd675;
    color: #333;
    text-shadow: 0 1px #fff;
}

input[type=button][disabled],
input[type=submit][disabled],
button[disabled],
.btn[disabled],
.btn.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

button.back:before,
.btn.back:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../images/cnc_sprites_20231122.png) -10px -15px;
    margin-right: 10px;
}

button.forward:after,
.btn.forward:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../images/cnc_sprites_20231122.png) -20px -15px;
    margin-left: 10px;
}

.alert button.close {
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;
}

button.slick-arrow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;
}




/* JoomShopping */

table.jshop {
    margin: 0;
    border: none;
}

table.jshop th {
    padding: 0;
    background: transparent;
    color: inherit;
    border: none;
}

table.jshop td {
    padding: 0;
    background: transparent;
    color: inherit;
    border: none;
}

table.jshop th.even,
table.jshop th:nth-child(even),
table.jshop td.even,
table.jshop td:nth-child(even) {
    background: transparent;
}

.jshop.cart  {
    margin: 30px 0 15px;
    border: 1px solid #dadada;
}

.jshop.cart th {
    padding: 10px;
    background: #fff;
    color: #262626;
    border-bottom: 1px solid #dadada;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.jshop.cart td {
    padding: 10px;
    background: #fff !important;
    color: #262626 !important;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #dadada;
    vertical-align: middle;
}

.jshop.cart th.even,
.jshop.cart td.even {
    background: #fffbea !important;
}

.jshop.cart .jshop_img {
    max-width: 102px;
    float: left;
    border: 1px solid #dadada;
    padding: 0;
}

.jshop.cart .product_details {
    margin: 10px 0 0 110px;
    text-align: left;
}

.jshop.cart .product_name {
    color: #262626;
    font-weight: bold;
    text-decoration: none;
}

.jshop.cart input[type=text] {
    text-align: center;
    font-style: italic;
}

.jshop.cart .price_col, .jshop.cart .subtotal_col, .jshop.cart .qty_col {
    font-style: italic;
}

.jshop.cart .price_col .value,
.jshop.cart .subtotal_col .value {
    white-space: nowrap;
}

.jshop.cart .hidden_label {
    display: none;
}

.jshop.cart .hidden_label:after {
    content: ":";
}

.cart_reload {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/cnc_sprites_20231122.png) -140px -40px;
    vertical-align: middle;
    cursor: pointer;
}

.jshop_subtotal {
    margin-bottom: 15px !important;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.jshop_subtotal .total {
    font-weight: normal;
}

.jshop_subtotal .name {
    width: 70%;
}

.jshop_subtotal .value {
    width: 30%;
    color: #df0000;
    text-align: left;
    vertical-align: bottom;
}

.cart_remove_item {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/cnc_sprites_20231122.png) -140px -65px;
}

#coupon-form {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #dadada;
    background: #fffbea;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
}

#coupon-form .inputbox {
    font-size: 16px;
}

#coupon-form button {
    font-size: 14px;
    padding: 4px 10px;
}

.jshop.checkout .jshop.cart {
    margin-top: 10px;
}

.jshop.checkout .jshop_subtotal .name {
    width: 85%;
}

.jshop.checkout .jshop_subtotal .value {
    width: 15%;
}

.list_attribute {
    padding: 5px 0;
}

p.jshop_cart_attribute {
    margin: 0.5em 0;
}

#order_add_info {
    width: 485px;
}

#jshop_menu_order {
    border: none;
    border-bottom: 1px solid #dadada;
    padding: 5px 0 10px 0;
    margin: 0 0 0 20px;
}

.jshop_order_step {
    display: inline-block;
}

.jshop_order_step + .jshop_order_step:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url(../images/cnc_sprites_20231122.png) 0 -15px;
    margin: 0 10px;
}

.jshop_order_step.active {
    font-weight: bold;
}

.jshop_order_step a {
    font-size: inherit;
    text-decoration: none;
    color: #333;
}

#active_step {
    vertical-align: baseline;
}

div.jshop_register {
    padding: 0;
}

.privacy_statement_checkbox {
    position: relative;
    padding: 10px 5px 10px 25px;
}

.privacy_statement_checkbox input {
    position: absolute;
    top: 12px;
    left: 5px;
}

.requiredtext {
    display: none;
}

.fielderror {
    background-color: #ffe0e0 !important;
}

.jshop_list_category .category,
.jshop.list_product .product {
    width: 192px;
    text-align: center;
    float: left;
    margin: 0 0 20px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.jshop_list_category .category .image + div,
.jshop.list_product .product .image + div {
    padding: 12px 10px 5px;
    background: #dadada;
    background: -moz-linear-gradient(top,  #dadada 0%, #ffffff 40%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(40%,#ffffff));
    background: -webkit-linear-gradient(top,  #dadada 0%,#ffffff 40%);
    background: -o-linear-gradient(top,  #dadada 0%,#ffffff 40%);
    background: -ms-linear-gradient(top,  #dadada 0%,#ffffff 40%);
    background: linear-gradient(to bottom,  #dadada 0%,#ffffff 40%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff',GradientType=0 )";
}

.jshop_list_category .category .image,
.jshop.list_product .product .image {
    position: relative;
    width: 100%;
    padding: 0;
    border: 1px solid #dadada;
    background: #fff;
}

.jshop_list_category .category .image:after,
.jshop.list_product .product .image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.jshop_list_category .category .image img,
.jshop.list_product .product .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    border: none;
}

.jshop_list_category .category .image a,
.jshop.list_product .product .image a {
    position: absolute;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

.jshop_list_category .category .image a:after,
.jshop.list_product .product .image a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -75%;
    z-index: 2;
    width: 50%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
}

.jshop_list_category .category:hover .image a:after,
.jshop.list_product .product:hover .image a:after {
    left: 125%;
}

.jshop_list_category .category .name {
    margin-bottom: 10px;
    min-height: 3.75em;
    line-height: 1.25em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jshop_list_category .category .name a {
    text-decoration: none;
    color: #333;
}

.jshop_list_category .category .btn {
    display: block;
    margin-bottom: 5px;
}

.jshop_list_category .category_short_description {
    display: none;
}

.box_products_sorting,
.box_products_count_to_page {
    display: inline-block;
    margin-bottom: 2px;
    white-space: nowrap;
}

.box_products_sorting .arrow_up,
.box_products_sorting .arrow_down {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/cnc_sprites_20231122.png) -120px -40px;
    cursor: pointer;
}

.box_products_sorting .arrow_down {
    background-position: -120px -55px;
}

.box_products_sorting select,
.box_products_count_to_page select {
    color: #666;
    font-style: italic;
}

#sort_count {
    margin-bottom: 20px;
}

.jshop.list_product .name {
    padding: 0 !important;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jshop.list_product .name a {
    text-decoration: none;
    color: #333;
}

.jshop.list_product .jshop_price {
    margin-bottom: 7px;
    color: #df0000;
}

.jshop.list_product .no_price {
    margin-bottom: 7px;
    line-height: 1.3;
}

.jshop.list_product .description {
    display: none;
}

.jshop.list_product .product .btn {
    display: block;
    margin-bottom: 5px;
}

.jshop.list_product .product .buttons {
    padding-top: 2px;
}

.jshop.list_product .image_block {
    padding: 0;
}

.jshop .not_available {
    color: #df0000;
    margin: 0;
}

.jshop.list_product .not_available {
    padding: 6px 0;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.jshop_list_category .category,
.jshop.list_product .product {
    margin-left: 9px;
    margin-right: 9px;
}

.jshop_list_category,
.jshop.list_product {
    margin: 0 -9px;
}

.jshop_list_category .clearfix-1,
.jshop.list_product .clearfix-1,
.jshop_list_category .clearfix-2,
.jshop.list_product .clearfix-2,
.jshop_list_category .clearfix-3,
.jshop.list_product .clearfix-3 {
    display: none;
}

.jshop_list_category .clearfix-4,
.jshop.list_product .clearfix-4 {
    display: block;
}

.jshop .product_label {
    z-index: 2;
}

.category_description {
    margin-top: 30px;
}

.related_header {
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
}

.productfull {
    line-height: 1.25em;
}

.productfull .jshop_prod_attributes select {
    vertical-align: top;
}

.productfull .jshop_prod_attributes td {
    padding-bottom: 5px;
}

.productfull .jshop_prod_attributes .attributes_title {
    padding-top: 3px;
    padding-right: 5px;
}

.productfull .prod_free_attribs td {
    padding-bottom: 5px;
}

.productfull .prod_free_attribs .name {
    padding-top: 3px;
    padding-right: 5px;
}

.productfull .price_prod_qty_list_head {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.productfull .price_prod_qty_list {
    margin-top: 0;
}

.productfull .extra_fields_head {
    font-weight: bold;
    font-size: 16px;
    margin: 1em 0 5px;
}

.productfull .extra_fields {
    width: 100%;
    margin: 0;
}

.productfull .extra_fields_value {
    background: #fffbea;
}

.productfull .extra_fields .extra_fields_group {
    font-weight: normal;
}

.productfull .prod_images {
    float: left;
    width: 362px;
    max-width: 100%;
}

.productfull .image_middle {
    width: 100%;
    text-align: center;
}

#list_product_image_middle {
    line-height: 0;
    position: relative;
}

#list_product_image_middle.image-loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.3) url(../images/slick_loading.gif) center no-repeat;
}

#list_product_image_middle > a,
#list_product_image_middle > #main_image {
    border: 1px solid #dadada;
    display: inline-block;
    max-width: 100%;
}

#list_product_image_middle > a > img {
    display: block;
}

#list_product_image_thumb {
    margin: 0 -14px;
}

#list_product_image_thumb > div {
    margin-top: 20px;
}

#list_product_image_thumb .image_thumb {
    display: none;
    position: relative;
    margin: 0 14px;
    width: 102px;
    height: 102px;
    outline: none;
}

#list_product_image_thumb .image_thumb:first-child,
#list_product_image_thumb .slick-initialized .image_thumb {
    display: block;
}

#list_product_image_thumb .image_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #dadada;
}

#list_product_image_thumb .image_thumb .slick-loading {
    border: 0;
}

#list_product_image_thumb .image_thumb .slick-lazyload-error {
    width: 100%;
    height: 100%;
}

#list_product_image_thumb .slick-arrow {
    opacity: 1;
    padding: 5px;
}

#list_product_image_thumb .slick-arrow:before {
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(195,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(195,0,0,0.5);
    box-shadow: 0 0 5px rgba(195,0,0,0.5);
}

#list_product_image_thumb .slick-prev {
    left: 15px;
    z-index: 1;
}

#list_product_image_thumb .slick-next {
    right: 15px;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .productfull .prod_images {
        width: 302px;
    }

    #list_product_image_thumb .image_thumb {
        width: 82px;
        height: 82px;
    }
}

.object2vr_player {
    position: relative;
    width: 640px;
    height: 480px;
    margin: 0 auto;
}

.object2vr_player .mfp-close {
    top: -40px;
    right: -13px;
    color: #fff;
}

.open_object2vr_player {
    cursor: pointer;
}

#list_product_video_thumb a {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

#list_product_video_thumb img {
    display: block;
}

.productfull .prod_code {
    margin: 10px 20px 0 0;
    text-align: right;
    color: #666;
}

.productfull .prod_buy_block {
    width: 410px;
    float: right;
}

.productfull .prod_qty_block {
    margin: 15px 0 30px;
    text-align: center;
}

.productfull .prod_qty_input input {
    color: #666;
    font-style: italic;
    text-align: center;
    width: 35px;
}

.productfull .prod_attrs_block {
    margin-bottom: 20px;
}

.productfull .prod_attr_block {
    margin-bottom: 10px;
}

.productfull .prod_attr_label {
    margin-bottom: 2px;
}

.productfull .prod_attr_input .prod_attr_img {
    display: none;
}

.productfull .prod_attr_input select {
    width: 100%;
    color: #666;
    font-style: italic;
}

.productfull .prod_price_and_buttons_block {
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background: #dadada;
    background: -moz-linear-gradient(top,  #dadada 0%, #ffffff 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(50%,#ffffff));
    background: -webkit-linear-gradient(top,  #dadada 0%,#ffffff 50%);
    background: -o-linear-gradient(top,  #dadada 0%,#ffffff 50%);
    background: -ms-linear-gradient(top,  #dadada 0%,#ffffff 50%);
    background: linear-gradient(to bottom,  #dadada 0%,#ffffff 50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff',GradientType=0 )";
}

.productfull .prod_price {
    text-transform: uppercase;
    font-size: 20px;
}

.productfull .no_price {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.productfull #old_price,
.productfull #block_price {
    display: block;
    text-transform: none;
    font-size: 22px;
    font-weight: normal;
    margin: 20px 0;
}

.productfull #old_price {
    text-decoration: line-through;
}

.productfull #block_price {
    color: #df0000;
}

.productfull .prod_buttons {
    margin-top: 0;
}

.productfull .prod_buttons input[type=submit],
.productfull .prod_buttons button {
    display: block;
    width: 210px;
    margin: 0 auto 10px;
}

#product_deferred_payment_button {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.4px;
    padding-left: 5px;
    padding-right: 5px;
}

#product_deferred_payment_info_link {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #333;
}

.product_request_buttons button {
    display: block;
    width: 200px;
    margin: 10px auto;
}

#product_transdata {
    clear: left;
    width: 300px;
    text-align: center;
    font-style: italic;
}

#product_details_tabs {
    margin: 25px 0;
}

.productfull .ui-widget {
    font-size: 1em;
}

.productfull .ui-widget-header {
    border: none;
    background: transparent;
}

.productfull .ui-tabs .ui-tabs-nav {
    padding: 0;
}

.productfull .ui-tabs {
    padding: 0;
    border: none;
}

.productfull .ui-tabs-panel {
    border: 1px solid #dadada;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 20px;
}

.productfull .ui-widget-header .ui-state-default {
    background: #fff;
    border-color: #dadada;
    margin-right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 3px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
    max-width: 100%;
}

.productfull .ui-widget-header .ui-state-active {
    background: #FFDA33;
    background: -moz-linear-gradient(top,  #FFDA33 0%, #FFBF21 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFDA33), color-stop(100%,#FFBF21));
    background: -webkit-linear-gradient(top,  #FFDA33 0%,#FFBF21 100%);
    background: -o-linear-gradient(top,  #FFDA33 0%,#FFBF21 100%);
    background: -ms-linear-gradient(top,  #FFDA33 0%,#FFBF21 100%);
    background: linear-gradient(to bottom,  #FFDA33 0%,#FFBF21 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDA33', endColorstr='#FFBF21',GradientType=0 )";
    border-color: #f9cdad;
    margin-top: 0;
    padding-top: 2px;
    padding-bottom: 2px !important;
}

.productfull .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    outline: none;
    color: #333;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productfull .not_available {
    text-transform: uppercase;
    margin: 10px 0;
}

#product_details_tabs p {
    margin: 0;
}

#product_details_tabs p + p {
    margin-top: 1em;
}

table.jshop_pagination {
    border: none;
    margin: 0;
}

table.jshop_pagination td {
    border: none;
    background: none;
    padding: 0;
}

.jshop_category_tables .category_title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
}

.jshop_category_tables .short_description,
.jshop_category_table .short_description {
    margin: 0 0 20px 0;
}

.jshop_category_tables .jshop_img,
.jshop_category_table .jshop_img {
    float: left;
    margin: 0 10px 10px 0;
    width: 125px;
    padding: 0;
    border: 1px solid #dadada;
}

.jshop_products_table .table_container {
    clear: both;
    margin: 0 0 20px 0;
    overflow: auto;
}

.jshop_products_table table {
    width: 100%;
    margin: 0;
}

.jshop_products_table td  {
    border: 1px solid #dadada;
    font-size: 13px;
}

.jshop_products_table td:nth-child(even) {
    background: inherit;
}

.jshop_products_table th {
    border: 1px solid #dadada;
    background-color: #fffbea;
    font-size: 12px;
}

.jshop_products_table .row1 td {
    background-color: #f7f7f7;
}

.jshop_products_table tr > .name,
.jshop_products_table tr > .desc {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jshop_products_table tr > .extra_field,
.jshop_products_table tr > .attr,
.jshop_products_table tr > .qty,
.jshop_products_table tr > .price,
.jshop_products_table tr > .add_to_cart {
    text-align: center;
}

.jshop_products_table tr > .qty,
.jshop_products_table tr > .add_to_cart {
    width: 1%;
}

.jshop_products_table td.price .value {
    white-space: nowrap;
    color: #df0000;
}

.jshop_products_table .no_price {
    text-align: center;
    vertical-align: middle;
    font-style: italic;
}

.jshop_products_table form {
    margin: 0;
    padding: 0;
}

.jshop_products_table td.qty input {
    width: 30px;
    text-align: center;
}

.jshop_products_table td.add_to_cart button {
    position: relative;
    width: 36px;
    padding: 2px 8px;
    font-size: 13px;
    text-indent: -9999px;
}

.jshop_products_table .buy_button:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/cnc_sprites_20231122.png) -30px -20px;
}

.jshop_products_table .productsubscribe_button:before {
    content: "";
    position: absolute;
    display: block;
    margin-left: -2px;
    width: 22px;
    height: 16px;
    background: url(../images/cnc_sprites_20231122.png) -125px -90px;
}

.jshop_products_table .productsubscribe_button_container label {
    display: block;
    padding-top: 3px;
    font-size: 11px;
    line-height: 1em;
}

.jshop_products_table .hidden_label {
    display: none;
}

.jshop_products_table .hidden_label:after {
    content: ":";
}

.jshop_products_table .not_available,
.jshop_products_table .productsubscribe_already_subscribed {
    font-size: 11px;
    line-height: 1em;
    color: inherit;
}

.jshop_cart_buttons .left {
    float: left;
    width: 280px;
}

.jshop_cart_buttons .right {
    float: right;
    width: 250px;
}

.jshop_cart_buttons p {
    margin: 10px 0 0;
}

#table_payments {
    border: none;
    margin: 0;
}

#table_payments td {
    border: none;
    padding: 5px 0;
}

#table_payments .jshop_payment_method {
    padding-left: 30px;
}

#table_shippings {
    border: none;
    margin: 0;
}

#table_shippings td {
    border: none;
    padding: 5px 0;
}

#table_shippings label {
    font-weight: bold;
}

#table_shippings .shipping_details td {
    padding: 0 !important;
}

#shipping_passport_block input[type=text] {
    width: 200px;
}

#tr_payment_pm_yandexmoney .radio,
#tr_payment_pm_yoomoney .radio {
    margin-left: 0 !important;
    border: none;
}

#tr_payment_pm_yandexmoney .radio td,
#tr_payment_pm_yoomoney .radio td {
    background: #fffbea;
    padding: 5px;
    border: none;
    vertical-align: middle;
}

#tr_payment_pm_yandexmoney .radio td > img,
#tr_payment_pm_yoomoney .radio td > img {
    max-width: none;
}

.attachments {
    margin-bottom: 20px;
}

.attachment {
    margin-bottom: 7px;
}

.attachment a {
    position: relative;
    display: inline-block;
    padding-left: 23px;
}

.attachment a:before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/cnc_sprites_20231122.png) -30px 0;
}

.attachment-url a:before {
    background-position: -50px 0;
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.form-popup {
    position: relative;
    padding: 6px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7b7b7+0,efefef+50,efefef+51,b7b7b7+100 */
    background: #b7b7b7; /* Old browsers */
    background: -moz-linear-gradient(top, #b7b7b7 0%, #efefef 50%, #efefef 51%, #b7b7b7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b7b7b7 0%,#efefef 50%,#efefef 51%,#b7b7b7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b7b7b7 0%,#efefef 50%,#efefef 51%,#b7b7b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
}

.form-popup .mfp-close {
    text-indent: -9999px;
    width: 21px;
    height: 21px;
    background: url(../images/cnc_sprites_20231122.png) -140px -65px;
    opacity: 1;
    top: -12px;
    right: -12px;
}

.form-popup .form-input {
    padding: 5px 5px 4px;
    border: 1px solid #636363;
    color: #000;
    background: #fff;
    font-family: inherit;
    font-size: 14px;
}

.form-popup-header {
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    padding: 10px 20px;
    background: #272727;
    color: #fff;
    margin-bottom: 20px;
}

.form-popup-body,
.form-popup-footer {
    padding: 0 20px;
    margin: 20px 0;
}

.form-popup-body p {
    margin: 0 0 20px;
}

.form-popup-body .form-row {
    margin-bottom: 20px;
}

.form-popup-body .form-row:before,
.form-popup-body .form-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-popup-body .form-row:after {
    clear: both;
}

.form-popup-body label {
    float: left;
    font-weight: bold;
    padding: 5px 5px 0 0;
    width: 33%;
}

.form-popup-body label:after {
    content: ":";
}

.form-popup-body .form-checkbox {
    float: none;
    font-weight: normal;
    padding: 0;
    width: auto;
}

.form-popup-body .form-checkbox:after {
    content: none;
}

.form-popup-body .form-input {
    width: 67%;
}

.form-popup-footer .buttons {
    text-align: right;
}

.privacy-policy-message {
    max-width: 400px;
    margin-top: 20px;
    font-size: 11px;
    text-align: left;
}

.form-popup .privacy-policy-message {
    max-width: none;
    text-align: center;
}

#deferredPaymentForm label {
    width: 25%;
}

#deferredPaymentForm .form-input {
    width: 75%;
}

#productSubscribeForm label {
    width: 15%;
}

#productSubscribeForm .form-input {
    width: 85%;
}

.message-container > div {
    padding: 10px;
    margin-bottom: 20px;
}

.message-container .error {
    border: 1px solid #f00;
    color: #f00;
    background-color: #fcc;
}

.message-container .success {
    border: 1px solid #008000;
    color: #008000;
    background-color: #ccffcc;
}

.message-container p {
    margin: 0;
    font-weight: bold;
}

.message-container p + p {
    margin-top: 1em;
}

.content-area .quick-checkout-form-block .block-title {
    padding: 0 0 5px;
    margin: 0 0 20px;
    background: none;
    color: #333;
    border-bottom: 1px solid #dadada;
}

.content-area .quick-checkout-form-block form:first-child .block-title {
    margin-top: 0;
}

.quick-checkout-form-block .star {
    color: #df0000;
}

.quick-checkout-form-block form {
    margin-bottom: 40px;
}

.quick-checkout-form-block form:last-child {
    margin-bottom: 10px;
}

.quick-checkout-form-block .payment-block {
    overflow: hidden;
}

.quick-checkout-form-block .payment-main-block {
    float: left;
    width: 403px;
    margin: 0 5px 10px;
    border: 1px solid #ccc;
}

.quick-checkout-form-block .payment-main-block:nth-of-type(2n+1) {
    clear: left;
}

.quick-checkout-form-block .payment-main-block.active {
    border-color: #df0000;
}

.quick-checkout-form-block .payment-label-block {
    overflow: hidden;
}

.quick-checkout-form-block .payment-label-block label {
    display: block;
    padding: 10px;
}

.quick-checkout-form-block .payment-label-block input[name=payment_method_radio] {
    float: left;
    margin: 9px 5px 0 0;
    outline: none;
}

.quick-checkout-form-block .payment-label-block .payment-image {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}

.quick-checkout-form-block .payment-label-block .payment-name {
    display: block;
    line-height: 17px;
    padding: 7px 0 8px;
    margin-left: 20px;
}

.quick-checkout-form-block .payment-label-block .payment-image + .payment-name {
    margin-left: 55px;
}

.quick-checkout-form-block .payment-main-block.disabled .payment-image {
    opacity: 0.5;
    cursor: not-allowed;
}

.quick-checkout-form-block .payment-main-block.disabled .payment-name {
    color: #ccc;
    cursor: not-allowed;
}

.quick-checkout-form-block .payment-main-block.disabled .payment-description-block {
    display: none !important;
}

.quick-checkout-form-block .jshop_payment_method {
    padding: 0 10px 0 30px;
}

.quick-checkout-form-block .jshop_payment_method p {
    margin: 0 0 1em;
}

.quick-checkout-shipping-form-row {
    margin-bottom: 20px;
}

#shipping_passport_form .inputbox {
    width: 250px;
}

.quick-checkout-shipping-form-label {
    margin-bottom: 5px;
}

.quick-checkout-help-block {
    color: #737373;
    font-style: italic;
    font-size: 13px;
    margin: 0 0 1em;
}

.quick-checkout-help-block p {
    margin: 0 0 1em;
}

.quick-checkout-shipping-form-row .quick-checkout-help-block {
    margin-top: 5px;
}

.quick-checkout-form-block .shipping-block {
    overflow: hidden;
}

.quick-checkout-form-block .shipping-main-block {
    float: left;
    width: 265px;
    margin: 0 5px 10px;
    border: 1px solid #ccc;
}

.quick-checkout-form-block .shipping-main-block.active {
    border-color: #df0000;
}

.quick-checkout-form-block .shipping-main-block:nth-of-type(3n+1) {
    clear: left;
}

.quick-checkout-form-block .shipping-label-block {
    text-align: center;
}

.quick-checkout-form-block .shipping-label-block label {
    display: block;
    padding: 10px;
}

.quick-checkout-form-block .shipping-image {
    display: block;
    height: 60px;
    margin: 0 auto 5px;
}

.quick-checkout-form-block .shipping-label-block input[name=sh_pr_method_id] {
    outline: none;
}

.quick-checkout-form-block .shipping-description-block {
    padding: 0 10px;
}

.quick-checkout-form-block .checkout-small-cart {
    margin-bottom: 10px;
}

.quick-checkout-form-block .user-comment-block {
    margin-bottom: 10px;
}

.quick-checkout-form-block .user-comment-block label {
    display: block;
}

#quickCheckoutForm .privacy_statement_checkbox {
    display: block;
    margin: 10px 0 15px;
}

.jshop.list_product .old_price {
    text-decoration: line-through;
}

.mfp-wrap button {
    filter: none;
}

.list_product .review_mark {
    text-align: center;
}

.stars_no_active {
    display: inline-block;
    vertical-align: text-top;
}

.count_commentar {
    font-size: smaller;
    margin-bottom: 10px;
}

.rating_and_hits {
    text-align: center;
    margin: 0 0 15px 0;
}

.review_header,
.review_write_header {
    margin: 20px 0 10px;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 1px solid #dadada;
}

.review_item {
    margin: 10px 0 10px 20px;
    padding: 10px;
    border: 1px solid #dadada;
}

#jshop_review_write {
    margin-left: 20px;
}

#jshop_review_write .inputbox {
    width: 180px;
    max-width: 100%;
}

.review_list_pagination {
    text-align: center;
}

.jshop .login_block {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-bottom: 1em;
}

.jshop .register_block {
    width: 50%;
    float: left;
    padding-left: 20px;
    border-left: 1px dashed #dadada;
    margin-bottom: 1em;
}

.jshop .login_block .small_header,
.jshop .register_block .small_header {
    font-weight: bold;
    margin-bottom: 10px;
}

.text_pay_without_reg {
    border: 1px solid #dadada;
    background-color: #fffbea;
    padding: 10px;
    margin-bottom: 20px;
}

.reset-confirm .remind-link {
    display: inline-block;
    margin-top: 10px;
}

.reset-confirm .btn-primary {
    margin-right: 10px;
}

.jshop_profile_data {
    margin-bottom: 30px;
}

.jshop_profile_data > div {
    margin-bottom: 10px;
}

.myorders_list table {
    width: 100%;
    margin: 30px 0 10px;
    border: none;
}

.myorders_list td  {
    border: 1px solid #dadada;
    text-align: center;
}

.myorders_list td:nth-child(even) {
    background: inherit;
}

.myorders_list th {
    border: 1px solid #dadada;
    background-color: #fffbea;
}

.myorders_list .row1 td {
    background-color: #f7f7f7;
}

.myorders_list td.price .value {
    white-space: nowrap;
}

.myorders_list .hidden_label {
    display: none;
}

.myorders_list .hidden_label:after {
    content: ":";
}

.myorders_list tr.total td {
    border: none;
    padding-top: 10px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.myorders_list tr.total td:first-child {
    text-align: right;
}

.myorders_list tr.total td.price .value {
    color: #df0000;
}

.myorder .order_status_details {
    margin: 30px 0;
    border: 1px solid #df0000;
    padding: 0 15px;
    background: #ffcccc;
}

.myorder .customer_info {
    font-size: 12px;
    margin-top: 30px;
    width: 100%;
}

.myorder .customer_info td {
    width: 50%;
    border: 1px solid #dadada;
}

.myorder .customer_info h3 {
    background: #fffbea;
    border-bottom: 1px solid #dadada;
    padding: 10px;
    margin: 0;
    color: inherit;
    font-size: 16px;
    text-align: center;
}

.myorder .customer_info .content {
    padding: 5px;
}

.myorder .customer_info p {
    margin: 5px;
}

.myorder .customer_info p > span {
    display: block;
}

.myorder .customer_info p > .name {
    font-weight: bold;
}

.myorder .customer_info p > .value {
    min-height: 1.25em;
}

.myorder .customer_info p > .value:empty:before {
    content: "\2014";
}

.myorder .jshop_subtotal .name {
    width: 80%;
}

.jshop_order_attributes {
    padding-left: 10px;
    margin: 5px 0;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}

#mxcpr a {
    color: #333;
}

.jshop.list_product.slick-slider {
    margin: 0 20px;
}

.retailrocket-widget .jshop.list_product:not(.slick-slider) {
    width: 9999px;
}

.retailrocket-widget .jshop.list_product:not(.slick-slider):after {
    content: "";
    display: block;
    clear: both;
}

.jshop.list_product.slick-slider .product,
.retailrocket-widget .jshop.list_product .product {
    margin: 0 7px 0 8px;
}

.jshop.list_product .slick-arrow:before {
    width: 30px;
    height: 30px;
    background: url(../images/cnc_sprites_20231122.png) 0 -140px;
}

.jshop.list_product.slick-slider .slick-prev {
    left: -30px;
}

.jshop.list_product.slick-slider .slick-next {
    right: -30px;
}

.jshop.list_product.slick-slider .slick-next:before {
    background-position: -30px -140px;
}

.jshop.list_product.slick-slider .product_label {
    margin-top: 0;
}

.retailrocket-widget .frame {
    margin: 30px 0;
}

.retailrocket.retailrocket-widget {
    line-height: normal;
}

.retailrocket-widget[data-retailrocket-morebutton=false] .product .button_detail {
    display: none;
}


@media (max-width: 1199px) {
    .jshop_list_category .category,
    .jshop.list_product .product {
        margin-left: 12px;
        margin-right: 12px;
    }

    .jshop_list_category,
    .jshop.list_product {
        margin: 0 -12px;
    }

    .jshop_list_category .clearfix-3,
    .jshop.list_product .clearfix-3 {
        display: block;
    }

    .jshop_list_category .clearfix-4,
    .jshop.list_product .clearfix-4 {
        display: none;
    }

    .jshop.list_product.slick-slider .product {
        margin: 0 7px;
    }

    .productfull .prod_buy_block {
        width: 285px;
    }

    .quick-checkout-form-block .payment-main-block {
        width: 303px;
    }

    .quick-checkout-form-block .shipping-main-block {
        width: 303px;
    }

    .quick-checkout-form-block .shipping-main-block:nth-of-type(3n+1) {
        clear: none;
    }

    .quick-checkout-form-block .shipping-main-block:nth-of-type(2n+1) {
        clear: left;
    }
}

@media (max-width: 991px) {
    .jshop_list_category .category,
    .jshop.list_product .product {
        width: 212px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .jshop_list_category,
    .jshop.list_product {
        margin: 0 -12px;
    }

    .jshop.list_product.slick-slider {
        width: 648px;
        margin: 0 auto;
    }

    .quick-checkout-form-block .payment-main-block {
        width: 333px;
    }

    .quick-checkout-form-block .shipping-main-block {
        width: 333px;
    }
}

@media (max-width: 767px) {
    .jshop_list_category .category,
    .jshop.list_product .product {
        float: none;
        width: 222px;
        margin-left: auto;
        margin-right: auto;
    }

    .jshop_list_category,
    .jshop.list_product {
        margin: 0;
    }

    .jshop_list_category .clearfix-1,
    .jshop.list_product .clearfix-1 {
        display: block;
    }

    .productfull .prod_images {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .productfull .prod_buy_block {
        width: auto;
        float: none;
    }

    #product_transdata {
        width: auto;
    }

    .productfull .prod_code {
        margin: 0;
        text-align: center;
    }

    .productfull .ui-tabs-panel {
        padding: 10px;
        overflow: auto;
    }

    .jshop_cart_buttons .left {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    .jshop_cart_buttons .right {
        float: none;
        width: auto;
    }

    .jshop.cart {
        display: block;
        border: none;
    }

    .jshop.cart tbody {
        display: block;
    }

    .jshop.cart tr {
        display: block;
        margin-bottom: 30px;
    }

    .jshop.cart th {
        display: none;
    }

    .jshop.cart td {
        display: block;
        border: 1px solid #dadada;
        border-top: none;
    }

    .jshop.cart td:first-child {
        border-top: 1px solid #dadada;
    }

    .jshop.cart .jshop_img {
        float: none;
        margin-bottom: 5px;
    }

    .jshop.cart .product_details {
        margin: 0;
        text-align: center;
    }

    .jshop.cart .hidden_label {
        display: inline;
    }

    #coupon-form .jshop {
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
    }

    #coupon-form label,
    #coupon-form .inputbox,
    #coupon-form button {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    div.jshop_register {
        width: 100%;
    }

    .jshop_register table,
    .jshop_payment_method table {
        display: block;
        border-bottom: none;
    }

    .jshop_register tbody,
    .jshop_payment_method tbody {
        display: block;
    }

    .jshop_register tr,
    .jshop_payment_method tr {
        display: block;
    }

    .jshop_register td,
    .jshop_payment_method td {
        display: block;
        width: 100% !important;
    }

    #comjshop.checkout .inputbox {
        width: 100% !important;
    }

    #tr_payment_pm_yandexmoney .radio tr,
    #tr_payment_pm_yoomoney .radio tr {
        display: table-row;
    }

    #tr_payment_pm_yandexmoney .radio td,
    #tr_payment_pm_yoomoney .radio td {
        display: table-cell;
        width: auto !important;
    }

    #tr_payment_pm_yandexmoney .radio td:first-child,
    #tr_payment_pm_yoomoney .radio td:first-child {
        width: 1px !important;
    }

    .jshop_products_table table,
    .jshop_products_table tbody,
    .jshop_products_table tr,
    .jshop_products_table td {
        display: block;
    }

    .jshop_products_table thead {
        display: none;
    }

    .jshop_products_table table {
        border: none;
    }

    .jshop_products_table tr {
        margin-bottom: 20px;
    }

    .jshop_products_table td {
        border: 1px solid #dadada;
        border-top: none;
        text-align: center;
    }

    .jshop_products_table td:first-child {
        border-top: 1px solid #dadada;
    }

    .jshop_products_table td:empty {
        display: none;
    }

    .jshop_products_table td.name {
        background-color: #fffbea;
        font-weight: bold;
        text-align: center;
    }

    .jshop_products_table td.desc {
        text-align: center;
    }

    .jshop_products_table td.qty,
    .jshop_products_table td.add_to_cart {
        width: 100%;
    }

    .jshop_products_table td.add_to_cart button {
        width: auto;
        text-indent: 0;
    }

    .jshop_products_table td.add_to_cart button:before {
        position: static;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 3px;
    }

    .jshop_products_table .hidden_label {
        display: inline;
    }

    .jshop_products_table .not_available,
    .jshop_products_table .productsubscribe_already_subscribed {
        font-size: inherit;
        line-height: inherit;
    }

    .jshop_products_table .not_available {
        color: #df0000;
    }

    .jshop_products_table .productsubscribe_button_container label {
        display: none;
    }

    .jshop .login_block {
        width: 100%;
        float: none;
        padding-right: 0;
        border-bottom: 1px dashed #dadada;
    }

    .jshop .register_block {
        width: 100%;
        float: none;
        padding-left: 0;
        border-left: none;
    }

    .myorders_list table,
    .myorders_list tbody,
    .myorders_list tr,
    .myorders_list td {
        display: block;
    }

    .myorders_list thead {
        display: none;
    }

    .myorders_list tr {
        margin-bottom: 20px;
    }

    .myorders_list td {
        border: 1px solid #dadada;
        border-top: none;
        text-align: center;
        font-size: 13px;
    }

    .myorders_list td:first-child {
        border-top: 1px solid #dadada;
    }

    .myorders_list td.num {
        background-color: #fffbea;
        font-weight: bold;
        text-align: center;
    }

    .myorders_list tr.total {
        margin-bottom: 10px;
    }

    .myorders_list tr.total td {
        padding-top: 0;
    }

    .myorders_list tr.total td:first-child {
        display: none;
    }

    .myorders_list .hidden_label {
        display: inline;
    }

    .myorder .customer_info,
    .myorder .customer_info tbody,
    .myorder .customer_info tr,
    .myorder .customer_info td {
        display: block;
        width: auto;
    }

    .myorder .customer_info td {
        border: none;
    }

    .myorder .customer_info td > div {
        border: 1px solid #dadada;
    }

    .myorder .billing_info {
        margin-bottom: 20px;
    }

    .jshop.list_product.slick-slider {
        width: 236px;
        margin: 0 auto;
    }

    .jshop.list_product.slick-slider .product {
        float: left;
    }

    .quick-checkout-form-block .payment-main-block {
        width: auto;
        float: none;
    }

    .quick-checkout-form-block .shipping-main-block {
        width: auto;
        float: none;
    }

    .form-popup .mfp-close {
        top: -6px;
        right: -6px;
    }

    .form-popup-body,
    .form-popup-footer {
        padding: 0 10px;
    }

    .form-popup-body label {
        display: block;
        float: none;
        width: auto !important;
        padding: 0;
        margin-bottom: 5px;
    }

    .form-popup-body label:after {
        content: none;
    }

    .form-popup-body .form-input {
        width: 100% !important;
    }

    .form-popup-footer .buttons {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .box_products_sorting,
    .box_products_count_to_page {
        display: block;
    }

    .box_products_sorting select {
        width: 125px;
    }

    .jshop_category_tables .attachments,
    .jshop_category_table .attachments {
        clear: left;
    }
}



/* Numbered lists in law documents like 1, 1.1, 2.2.1... */

ol.law {
    position: relative;
    counter-reset: item;
    padding: 0 0 0 50px;
}

ol.law > li {
    display: block;
}

ol.law > li:before {
    counter-increment: item;
    content: counters(item, ".") ". ";
    position: absolute;
    left: 0;
}

ol.law_root > li > ol.law,
ol.law_root > li > p.no-indent {
    margin-left: -50px;
}

ol.law_root ol.law  ol.law {
    padding-left: 60px;
}

ol.law_root > li:before,
ol.law_root > li > p:first-child,
.law__item_bold:before,
.law__item_bold > p:first-child {
    font-weight: bold;
}

ol.law_root > li > p:first-child {
    margin-top: 2em;
}



/* Cyrillic lists */

ol.cyrillic {
    position: relative;
    padding: 0 0 0 20px;
}

ol.cyrillic > li {
    display: block;
}

ol.cyrillic > li::before {
    position: absolute;
    left: 0;
}

ol.cyrillic > li:nth-child(1)::before { content: 'а)'; }
ol.cyrillic > li:nth-child(2)::before { content: 'б)'; }
ol.cyrillic > li:nth-child(3)::before { content: 'в)'; }
ol.cyrillic > li:nth-child(4)::before { content: 'г)'; }
ol.cyrillic > li:nth-child(5)::before { content: 'д)'; }
ol.cyrillic > li:nth-child(6)::before { content: 'е)'; }
ol.cyrillic > li:nth-child(7)::before { content: 'ж)'; }



/* Decimal lists like 1), 2), 3) ... */

ol.decimal {
    position: relative;
    counter-reset: item;
    padding: 0 0 0 25px;
}

ol.decimal > li {
    display: block;
}

ol.decimal > li:before {
    counter-increment: item;
    content: counter(item) ") ";
    position: absolute;
    left: 0;
}



/* Dashed lists */

ul.dashed {
    position: relative;
    padding: 0 0 0 20px;
}

ul.dashed > li {
    display: block;
}

ul.dashed > li::before {
    content: '—';
    position: absolute;
    left: 0;
}



/* Indent paragraphs */

p.indent {
    text-indent: 40px;
}



/* Alerts */

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    position: relative;
    line-height: 1.25em;
}
.alert,
.alert h4 {
    color: #c09853;
}
.alert h4 {
    font-weight: bold;
    margin: 0 0 5px;
}
.alert .close {
    position: absolute;
    top: 3px;
    right: 6px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-success h4 {
    color: #468847;
}
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-info h4 {
    color: #3a87ad;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}



/* Pagination */

.pagination {
    margin: 18px 0;
}
.pagination ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    font-size: 13px;
    padding: 3px 10px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999;
    cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.pagination .counter {
    float: right;
    font-size: 13px;
    margin: 5px 0;
}



/* Tooltip */

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}



/* ChronoForms */

.chrono_credits {
    display: none;
    text-align: right;
    font-size: 9px;
}

.chrono_credits a {
    color: #333;
}

.chronoform .gcore-form-row {
    margin-bottom: 20px;
}

.chronoform .gcore-label-top,
.chronoform .gcore-label-left {
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}

.chronoform .gcore-input {
    display: block;
}

.chronoform .gcore-sub-label {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-top: 3px;
}

.chronoform .help-block {
    font-size: 12px;
    color: #999;
}

.chronoform .gtooltip {
    z-index: 1000;
}

.system-message .message {
    padding-left: 10px !important;
}

.system-message .message ul {
    padding-left: 30px !important;
    margin-left: 0 !important;
    list-style: disc outside none !important;
}

.system-message .message li {
    margin: 10px 0 !important;
}



/* Callback From */

#chronoform-callback input[type=text] {
    width: 250px;
}

#chronoform-callback input[name=captcha] {
    width: 170px;
    margin-bottom: 5px;
}

#chronoform-callback  textarea {
    width: 400px;
    max-width: 100%;
    height: 100px;
}



/* Blog */

.blog .item {
    border: 1px solid #dadada;
    background-color: #fffbea;
    margin-bottom: 20px;
}

.blog .item h2 {
    font-weight: normal;
    margin-top: 0;
}

.blog .item-image {
    width: 250px;
    height: 250px;
    float: left;
}

.blog .item-image img {
    width: 100%;
    height: 100%;
}

.blog .item-desc {
    position: relative;
    overflow: hidden;
    height: 250px;
    padding: 10px 20px;
}

.blog .readmore {
    position: absolute;
    width: 100%;
    padding: 30px 20px 10px;
    margin: 0;
    bottom: 0;
    right: 0;
    text-align: right;
    background: none;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbea+0,fffbea+30,fffbea+100&0+0,1+30,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,251,234,0) 0%, rgba(255,251,234,1) 30%, rgba(255,251,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,251,234,0) 0%,rgba(255,251,234,1) 30%,rgba(255,251,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,251,234,0) 0%,rgba(255,251,234,1) 30%,rgba(255,251,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffbea', endColorstr='#fffbea',GradientType=0 )"; /* IE6-9 */
}

.article-info-term {
    display: none;
}

.article-info {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}

.article-info dd {
    margin-left: 0;
}

.item-page .page-header h2 {
    font-size: 26px;
    margin: 0.53em 0;
}

.moduletable.frame > .frame {
    padding: 10px 20px;
    margin: 0;
}

.moduletable.frame .frame {
    border: none;
}

.news-newsflash .item {
    border: 1px solid #dadada;
    background-color: #fffbea;
    margin-bottom: 20px;
}

.news-newsflash .item-title {
    margin: 0;
}

.news-newsflash .item-image {
    width: 150px;
    height: 150px;
    float: left;
}

.news-newsflash .item-image img {
    width: 100%;
    height: 100%;
}

.news-newsflash .item-desc {
    position: relative;
    overflow: hidden;
    height: 150px;
    padding: 10px 20px;
}

.news-newsflash .readmore {
    position: absolute;
    width: 100%;
    padding: 30px 20px 10px;
    margin: 0;
    bottom: 0;
    right: 0;
    text-align: right;
    background: none;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffbea+0,fffbea+30,fffbea+100&0+0,1+30,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,251,234,0) 0%, rgba(255,251,234,1) 30%, rgba(255,251,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,251,234,0) 0%,rgba(255,251,234,1) 30%,rgba(255,251,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,251,234,0) 0%,rgba(255,251,234,1) 30%,rgba(255,251,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffbea', endColorstr='#fffbea',GradientType=0 )"; /* IE6-9 */
}

@media (max-width: 767px) {
    .blog .item h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .blog .article-info,
    .blog .content_rating {
        display: none;
    }

    .blog .item-image {
        width: 150px;
        height: 150px;
    }

    .blog .item-desc {
        height: 150px;
    }
}

@media (max-width: 479px) {
    .blog .item-image,
    .news-newsflash .item-image {
        float: none;
        margin: 10px auto 0;
    }

    .blog .item-image {
        width: 250px;
        height: 250px;
    }

    .news-newsflash .item-image {
        width: 214px;
        height: 214px;
    }

    .blog .item-desc,
    .news-newsflash .item-desc {
        height: auto;
        padding: 10px;
    }

    .blog .readmore,
    .news-newsflash .readmore {
        position: static;
        padding: 0;
    }
}



/* Iframe form */

.mfp-iframe-form {
    max-width: 650px;
    margin: auto;
    position: relative;
    min-height: 150px;
    background: #f9f9f9 url(../images/slick_loading.gif) center no-repeat;
}

.mfp-iframe-form .mfp-iframe {
    width: 100%;
}



/* Machine request button */

.machine-request-button {
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: -15px;
    text-transform: none;
    background: #c30000;
    border: none;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .machine-request-button {
        float: none;
        margin-top: 5px;
        margin-bottom: 0;
        margin-right: 0;
        display: block;
    }
}

@media (max-width: 479px) {
    .machine-request-button {
        width: 100%;
    }
}



/* Big pictures */

.big-pictures {
    margin: 0 -20px;
}

.big-pictures__item {
    position: relative;
    float: left;
    width: 409px;
    margin: 12px 12px 36px;
    -webkit-box-shadow: 0 12px 12px #cecece;
    -moz-box-shadow: 0 12px 12px #cecece;
    box-shadow: 0 12px 12px #cecece;
}

.big-pictures__item:before {
    content: "";
    display: block;
    padding-bottom: 61.12%;
}

.big-pictures__item:nth-child(2n+1) {
    clear: left;
}

.big-pictures__item img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.big-pictures__item-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.big-pictures__item-more {
    display: none;
    width: 140px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -70px;
}

.big-pictures__item.hover .big-pictures__item-link {
    background: rgba(0,0,0,0.7);
}

.big-pictures__item.hover .big-pictures__item-more {
    display: block;
}

@media (max-width: 1199px) {
    .big-pictures__item {
        width: 309px;
    }
}

@media (max-width: 991px) {
    .big-pictures__item {
        width: 339px;
    }
}

@media (max-width: 767px) {
    .big-pictures {
        margin: 0 -10px;
        padding: 0 12px;
    }

    .big-pictures__item {
        float: none;
        width: auto;
        max-width: 409px;
        margin-left: auto;
        margin-right: auto;
    }
}



/* Important info */

.important-info {
    color: #df0000;
    border: 1px solid #df0000;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: italic;
}

.important-info p {
    margin: 1em 0;
}



/* Contacts page */

.item-page.kontakty p {
    line-height: 1.5;
}



/* Video frame styles */

.video-frame {
    max-width: 100%;
    position: relative;
    margin: 0 0 24px;
}

.video-frame:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.video-frame iframe,
.video-frame .mce-object-preview.mce-object-iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



/* Simple fade transition for Magnific Popup */

.mfp-bg {
    z-index: 100001;
}

.mfp-wrap {
    z-index: 100002;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}



/* Novofon callback widget */

body.hide-novofon .comagic-c-buttons__active-icon-callback {
    display: none!important;
}

.comagic-c-mobile .comagic-c-mobile__footer .comagic-c-mobile__footer__submit-form .comagic-c-mobile__submit-form__btn-send,
.comagic-c-callback .comagic-c-callback__content .comagic-c-callback__form .comagic-c-callback__form__inputs-wrapper .comagic-c-callback__form-field__send-button {
    background-image: none;
}



/* Cleversite widget */

#cleversite_widget_app .clever-widget.clever-widget-pack {
    --chat-button-index: 99989;
    --call-button-index: 99988;
    --widget-index: 99990;
    --notify-index: 99990;
}

#cleversite_widget_app .clever-widget .clever-mobile-button__main,
#cleversite_widget_app .clever-widget .clever-mobile-button__multichat {
    --block-size: 50px;
    --multichat-button-size: 50px;
}

#cleversite_widget_app .clever-widget .clever-standard-button-template--size-60 {
    --size: 50px;
}

#cleversite_widget_app .clever-widget .clever-mobile-button {
    top: auto;
    left: auto;
    bottom: 26px;
    right: 19px;
}



/* Dev version label */

#dev-corner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
}

#dev-corner:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: rgba(195, 0, 0, 0.7) transparent transparent transparent;
}

#dev-corner:after {
    content: "DEV";
    position: absolute;
    top: 9px;
    left: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



/* Cookie Banner */

.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
    max-height: calc(100vh - 2 * 10px);
    padding: 10px;
    background: #fff6cc;
    color: #000;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .35);
    z-index: 11000;
}

.cookie-banner a {
    text-decoration: underline;
}

.cookie-banner__buttons button {
    width: 100%;
    padding: 3px 8px;
    font-size: 13px;
}

.cookie-banner__buttons button + button {
    margin-top: 10px;
}

.cookie-banner__text {
    text-align: justify;
    margin-bottom: 7px;
}

.cookie-banner__adv-settings {
    display: none;
    flex-direction: column;
    max-height: inherit;
}

.cookie-banner[data-page=settings] {
    padding: 0;
}

.cookie-banner[data-page=settings] .cookie-banner__adv-main {
    display: none;
}

.cookie-banner[data-page=settings] .cookie-banner__adv-settings {
    display: flex;
}

.cookie-banner__header {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
}

.cookie-banner__adv-settings .cookie-banner__buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .1);
}

.cookie-banner__adv-settings .cookie-banner__buttons button {
    width: auto;
}

.cookie-banner__adv-settings .cookie-banner__buttons button + button {
    margin: 0 0 0 10px;
}

.cookie-banner__categories {
    flex-shrink: 1;
    height: 100%;
    overflow: auto;
    padding: 0 10px;
}

.cookie-banner__category:first-child {
    border-top: 1px solid #dadada;
}

.cookie-banner__category {
    padding: 10px 0 13px;
    border-bottom: 1px solid #dadada;
}

.cookie-banner__category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.cookie-banner__plus-minus {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: #007bff;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.cookie-banner__plus-minus span {
    position: absolute;
    background: #fff;
    border-radius: 1px;
}

.cookie-banner__plus-minus span:first-of-type {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%;
}

.cookie-banner__plus-minus span:last-of-type {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%;
}

.cookie-banner__category-header.expanded .cookie-banner__plus-minus span:first-of-type {
    display: none;
}

.cookie-banner__category-name {
    flex: 1 0;
    font-size: 16px;
    line-height: 24px;
}

.cookie-banner__category-toggle {
    color: #007bff;
    text-align: right;
}

.cookie-banner__category-desc {
    display: none;
    font-style: italic;
    color: #555;
    margin-top: 10px;
}

.cookie-banner__category-header.expanded ~ .cookie-banner__category-desc {
    display: block;
}

.cookie-banner__toggle-switch {
    font-size: 11px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
}

.cookie-banner__toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-banner__toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #adb5bd;
    transition: .4s;
    border-radius: 30px;
}

.cookie-banner__toggle-slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.27em;
    bottom: 0.25em;
    background-color: #adb5bd;
    transition: .4s;
}

input:checked + .cookie-banner__toggle-slider {
    background-color: #007bff;
    border: 1px solid #007bff;
}

input:focus + .cookie-banner__toggle-slider {
    box-shadow: 0 0 1px #007bff;
}

input:checked + .cookie-banner__toggle-slider:before {
    transform: translateX(1.4em);
    background-color: #fff;
}
