/********************************************************************* GLOBAL */
* {
    outline: 0px none;
    padding: 0px;
    margin: 0px;
}
html, body {
    min-height: 100%;
    width: 100%;
    font-size: 12px;
    font-family: "Tahoma", "Arial", "Sans-Serif", "Helvetica";
}
html, body, form, p, img {
    border: 0px none;
}
/*
a {
    color: #007DB7;
    text-decoration: underline;
}
a:hover {
    color: #379B00;
    text-decoration: underline;
}*/
.al     { text-align: left;   }
.ac     { text-align: center; }
.ar     { text-align: right;  }
.aj     { text-align: justify;  }
.at     { vertical-align: top; }
.ab     { vertical-align: bottom; }
.fl     { float: left;  }
.fr     { float: right; }
.hidden { display: none; }
.mask   {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.clear  {
    clear: both;
    font: 0px Tahoma;
    height: 0px;
    overflow: hidden;
}



/*********************************************************************** MAIN */
body {
    background: #ffffff;
}
#main {
    width: 100%;
    min-height: 100%;
}
#main-site{
    width: 980px;
    min-height: 500px;
    margin: 0px auto;
}

#main-site-topline {
    height: 25px;
    border-bottom: 3px solid #DBDBDB;
}
#main-site-topline .menu {
    display: block;
    float: left;
    margin: 3px 15px 0px 0px;
}
#main-site-topline > .cart {
    display: block;
    float: right;
    padding: 0px 0px 0px 50px;
    margin: 3px 0px 0px 0px;
    /*background: url(../images/head_cart_bg.png) 0px 0px no-repeat;*/
}
#main-site-topline > .cart > .title {
    display: block;
    padding: 0px 10px 0px 10px;
}
#main-site-topline > .cart > .content {
    display: block;
    padding: 5px 10px 0px 10px;
    color: #222222;
}


#main-site-head {
    /*height: 100px;*/
}
#main-site-head > .logo {
    display: block;
    float: left;
    background: url(../images/logo.jpg) 50% 50% no-repeat;
    width: 250px;
    height: 100px;
}
/*
#main-site-head > .phones {
    display: block;
    float: right;
}
#main-site-head > .phones > .title {
    display: block;
    padding: 0px 0px 2px 0px;
    font: bold 11px Tahoma;
}
#main-site-head > .phones > .item {
    display: block;
    font: italic 22px/20px Arial;
    text-align: right;
    text-shadow: 1px 1px 0px #CCCCCC;
}
#main-site-head > .phones > .item > span {
    display: block;
    float: left;
    padding: 2px 2px 0px 0px;
    font: bold 12px Tahoma;
    color: #888888;
    text-shadow: none;
}
#main-site-head .phones .callback {
    display: block;
    float: right;
    margin: 5px 0px 0px 0px;
    font-size: 11px;
    padding: 0px 10px 1px 10px;
    background: #CC0000;
    border-radius: 5px;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #AA0000;
}*/
#main-site-head .phones .callback_window {
    display: none;
    position: fixed;
    width: 300px;
    margin: 0;
    padding: 10px;
    background: #FFFFFF;
    color: #444444;
    box-shadow: 0px 0px 5px #AAAAAA;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    z-index: 5;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
}
#main-site-head .phones .callback_window .control {
    padding: 5px 0px 0px 0px;
}
#main-site-head .phones .callback_window .control label {
    display: block;
    color: #888888;
}
#main-site-head .phones .callback_window .control .txt {
    font-size: 12px;
    padding: 1px;
    color: #444444;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
}
#main-site-head .phones .callback_window .control textarea {
    padding: 1px;
    border: 1px solid #DDDDDD;
    color: #444444;
    font: 12px/14px Tahoma;
}
#main-site-head .phones .callback_window .close {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    color: #444444;
    background: url(../images/callback_close.png) 0px 0px no-repeat;
}
#main-site-head .phones .callback_window .loading_overlay {
    position: absolute;
    display: none;
    width: 300px;
    height: 210px;
    margin: 20px 0px 0px 0px;
    opacity: 0.7;
    background: #FFFFFF;
}
#main-site-head .phones .callback_window .loading_result {
    position: absolute;
    display: none;
    width: 250px;
    background: #FFFFFF;
    margin: 80px 0px 0px 25px;
    box-shadow: 0px 0px 2px #AAAAAA;
}



#main-site-head > .search {
    display: block;
    float: left;
    width: 460px;
   /* height: 40px; */
}
#main-site-head > .search .input {
    display: block;
    width: 340px;
    height: 30px;
    padding: 0px 4px 0px 22px;
    border: 1px solid #999;
    border-radius: 5px;
    line-height: 22px;
    color: #666666;
    background: url(../images/search_input_bg.png) 5px 50% no-repeat;
}
#main-site-head > .search .submit {
    display: block;
    cursor: pointer;
   /* border: 1px solid #228822;
    background: #33C733;
    text-align: center;
    border-radius: 5px;
    line-height: 22px;
    color: #FFFFFF;
    box-shadow: 2px 2px 2px #AAAAAA;*/
    text-decoration: none;

}
/*
#main-site-head > .search .submit span{
    display: block;
    width: 80px;
    height: 24px;
    border-radius: 5px;
    box-shadow: 0 0 8px #666666 inset;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #444444;
}
#main-site-head > .search .example {
    color: #888888;
    font-size: 11px;
    padding: 0px 0px 0px 2px;
}
#main-site-head > .search .example a {
    text-decoration: none;
    border-bottom: 1px dotted #007DB7;
}
#main-site-head > .search .example a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #379B00;
}*/
#search_hint {
    position: absolute;
    z-index: 10;
    width: 366px;
    padding: 5px 0px 0px 0px;
    margin-top: -5px;
    background: #FFFFFF;
    border: 1px solid #00AA00;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 2px 2px #CCCCCC;
}
#search_hint .search_hint_item {
    display: block;
    font-size: 11px;
    padding: 2px;
    margin: 2px 5px 2px 5px;
    background: #FFFFFF;
    height: 75px;
}
#search_hint .search_hint_item .image_frame {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    box-shadow: 0px 0px 2px #CCCCCC;
}
#search_hint .search_hint_item:hover {
    background: #F5F5F5;
}
#search_hint .search_hint_item a {
    display: block;
    float: left;
    width: 180px;
    padding: 0px 10px 0px 10px;
}
#search_hint .search_hint_item .price {
    width: 70px;
    float: right;
    color: #00AA00;
    text-align: right;
}
#search_hint .search_hint_item .price span {
    display: block;
    float: right;
    width: 25px;
    color: #666666;
}


/*

#main-site-menu {
    margin: 10px 0px 0px 0px;
}
*/
#main-site-menu > .button {
    display: block;
    float: left;
    /*border: 1px solid #d9d9d9;
    border-width: 1px 1px 0px 1px;
    border-radius: 5px 5px 0px 0px;
    padding: 4px 1px 0px 1px;
    background: #FFFFFF;*/
}
/*
#main-site-menu > .button > .buttonbg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    background: url(../images/menu_button_bg.png) 0px 0px repeat-x;
}
#main-site-menu > .button > .buttonbg > .main {
    display: block;
    position: relative;
    margin: 0px 10px 4px 10px;
    color: #222222;
    font: bold 11px Arial;
    text-decoration: none;
}

#main-site-menu > .button:hover,
#main-site-menu > .button.selected {
    margin-top: -10px;
    border: 1px solid #22BB22;
    border-width: 1px 1px 0px 1px;
    background: url(../images/menu_button_hbg.png) 0px 0px repeat-x;
} *//*
#main-site-menu > .button:hover > .buttonbg,
#main-site-menu > .button.selected > .buttonbg {
    height: 55px;
    text-shadow: 1px 1px 1px #FFFFFF;
    background: none;
}
#main-site-menu > .button:hover > .buttonbg > .main,
#main-site-menu > .button.selected > .buttonbg > .main {
    color: #000000;
}*/
#main-site-menu > .button > .submenu {
    position: absolute;
    display: block;
    visibility: hidden;
    background: #FFFFFF;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px -2px;
    border-top: 3px solid #4C494A;
    box-shadow: 0px 3px 5px #222222;
    z-index: 5;
}
#main-site-menu > .button:hover > .submenu {
    visibility: visible;
}
#main-site-menu > .button > .submenu a {
    display: block;
    white-space: nowrap;
    margin: 6px 15px 6px 15px;
}
/*
#main-site-foot {
    display: block;
    height: 100px;
    margin: 30px 0px 0px 0px;
    border-top: 3px solid #DBDBDB;
}
#main-site-foot .menu {
    padding: 0px 10px 0px 0px;
}
*/


/********************************************************************* PAGING */
.paging {
    height: 20px;
    clear: both;
    text-align: center;
}
.paging table {
    margin: 0px auto;
}
.paging a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px 2px 0px 2px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #7A7A7A;
    background: #F5F5F5;
}
.paging a.selected {
    background: #333333;
    border: 1px solid #f2f2f2;
    color: #FFFFFF;
}
.paging a.larr {
    margin: 0px 2px 0px 0px;
    background: #FFFFFF url(../images/page_larr.gif) 50% 50% no-repeat;
}
.paging a.rarr {
    margin: 0px 0px 0px 2px;
    background: #FFFFFF url(../images/page_rarr.gif) 50% 50% no-repeat;
}



/******************************************************************* MESSAGES */
#message {
    cursor: pointer;
    margin-top: 5px;
}
#message .error {
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #EEAAAA;
    background: #FFDDDD;
    color: #AA0000;;
}
#message .result {
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #55CC55;
    background: #DDFFDD;
    color: #009900;
}



/********************************************************************** INDEX */
.button_large_section {
    display: block;
    background: #66c757;
    border-radius: 8px;
    box-shadow: 4px 4px 0px #CCCCCC;
    color: #FFFFFF;
    text-decoration: none;
}
.button_large_section:hover {
    color: #FFFFCC;
    text-decoration: none;
}
.button_large_section .title {
    display: block;
    height: 50px;
    width: 120px;
    padding: 0px 20px 0px 80px;
    box-shadow: inset 0px 0px 15px #444444;
    border-radius: 8px;
    font: italic 20px/45px Arial;
    text-align: center;
    text-shadow: 1px 1px 0px #444444;
    text-decoration: none;
}
.button_large_section .payment {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: -25px 0px 0px 0px;
    background: url(../images/button_large_payment.png) 0px 0px no-repeat;
}
.button_large_section .garantee {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: 5px 0px 0px 0px;
    background: url(../images/button_large_garantee.png) 0px 0px no-repeat;
}
.button_large_section .delivery {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: -8px 0px 0px 5px;
    background: url(../images/button_large_delivery.png) 0px 0px no-repeat;
}
.button_large_section .location {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: -15px 0px 0px 5px;
    background: url(../images/button_large_location.png) 0px 0px no-repeat;
}
.button_large_section .discount {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: -15px 0px 0px 5px;
    background: url(../images/button_large_discount.png) 0px 0px no-repeat;
}


.block_text_general {
    font: 12px/16px Tahoma;
    color: #444444;
}
.block_text_general h1 {
    float: left;
    font: 22px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
    padding: 0px 0px 0px 0px;
}
.block_text_general p {
    text-align: justify;
    padding: 10px 0px 0px 0px;
}
.block_text_general .title {
    height: 28px;
    border-bottom: 1px solid #CCCCCC;
}
.block_text_general .title.green h1 {
    border-bottom: 3px solid #00AA00;
}
.block_text_general .title.red h1 {
    border-bottom: 3px solid #DD0000;
}
.block_text_general .title.blue h1 {
    border-bottom: 3px solid #4444FF;
}


.catalog_path {
    margin: 2px 0px 0px 0px;
    font-size: 11px;
    color: #868686;
}
.catalog_path a {
    color: #868686;
    border-bottom: 1px solid rgba(134,134,134,.5);
}

/******************************************************************* PRODUCTS */
.product_small {
    display: block;
}
.product_small .image {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    box-shadow: 0px 0px 3px #BBBBBB;
    padding: 10px;
}/*
.product_small .name {
    display: block;
    font-size: 18px;
}*/
.product_small .code {
    display: block;
    float: right;
    width: 320px;
    font-size: 12px;
    color: #888888;
}
.product_small .rating {
    display: block;
    float: right;
    width: 320px;
    height: 16px;
    margin: 2px 0px 5px 0px;
}
.product_small .description {
    display: block;
    float: right;
    width: 320px;
    min-height: 50px;
    max-height: 95px;
    overflow: hidden;
    color: #444444;
    font: 12px/16px Tahoma;
}
/*
.product_small .buyblock {
    display: block;
    float: right;
    width: 500px;
    height: 30px;
    margin: 10px 0px 0px 20px;
    padding: 5px 0px 0px 0px;
    border-top: 1px dotted #CCCCCC;
}
.product_small .buyblock .price {
    display: block;
    float: right;
    font: 22px Arial;
    padding: 0px 10px 0px 0px;
}
.product_small .buyblock .price span {
    color: #666666;
    font: italic 20px Arial;
}
.product_small .buyblock .oldprice {
    display: block;
    float: right;
    font: 18px Arial;
    color: #CC0000;
    padding: 4px 10px 0px 0px;
    text-decoration: line-through;
}
.product_small .buyblock .oldprice span {
    color: #CC0000;
    font: 12px Arial;
}

.product_small .buyblock .buy {
    display: block;
    float: right;
    background: #33C733;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #AAAAAA;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #228822;
    margin: 0px 10px 0px 0px;
}
.product_small .buyblock .buy span {
    display: block;
    padding: 5px 20px 6px 20px;
    box-shadow: inset 0px 0px 8px #666666;
    border-radius: 8px;
    font: bold 13px Arial;
    text-align: center;
    text-shadow: 1px 1px 0px #444444;
    text-decoration: none;
}
.product_small .buyblock .more {
    display: block;
    float: right;
    background: #209DD7;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #AAAAAA;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #206DB7;
}
.product_small .buyblock .more span {
    display: block;
    padding: 5px 10px 6px 10px;
    box-shadow: inset 0px 0px 8px #666666;
    border-radius: 8px;
    font: bold 13px Arial;
    text-align: center;
    text-shadow: 1px 1px 0px #444444;
    text-decoration: none;
}
*/
/*
.product_best {
    display: block;
    margin: 10px 0px 0px 0px;
}
.product_best .image {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    overflow: hidden;
    background: #F5F5F5;
}
.product_best .name {
    display: block;
    float: right;
    width: 125px;
    font: 12px Arial;
    max-height: 46px;
    overflow: hidden;
}
.product_best .price {
    display: block;
    float: right;
    width: 125px;
    margin: 10px 0px 0px 0px;
    font: 22px Arial;
    color: #00AA00;
}
.product_best .price span {
    color: #666666;
    font: italic 20px Arial;
}
.product_best_sep {
    clear: both;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px dotted #CCCCCC;
}
*/


.product_event {
    display: block;
    float: left;
    width: 175px;
    padding: 5px;
    border: 1px solid #CC0000;
    box-shadow: 0px 0px 5px #CCCCCC;
}
.product_event .image {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0px auto;
    overflow: hidden;
    background: #F5F5F5;
}
.product_event .overlay {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    z-index: 1;
    margin: -5px 0px 0px -5px;
    background: url(../images/overlay_event.png) 0px 0px no-repeat;
}
.product_event .name {
    display: block;
    height: 30px;
    font: 12px Arial;
    overflow: hidden;
    text-align: center;
}
.product_event .price {
    display: block;
    font: 22px Arial;
    color: #00AA00;
    text-align: center;
}
.product_event .price span {
    color: #666666;
    font: italic 20px Arial;
}
.product_event .oldprice {
    display: block;
    margin: 5px 0px 0px 0px;
    font: bold 14px Arial;
    color: #CC0000;
    text-decoration: line-through;
    text-align: center;
}
.product_event .oldprice span {
    color: #666666;
    font: italic 12px Arial;
}


.product_cart {
}
.product_cart .image {
    display: block;
    float: left;
    width: 160px;
    height: 160px;
    overflow: hidden;
    background: #F5F5F5;
    box-shadow: 0px 0px 3px #BBBBBB;
}
.product_cart .name {
    display: block;
    font-size: 12px;
}
.product_cart .code {
    display: block;
    padding: 10px 0px 0px 0px;
    font-size: 12px;
    color: #888888;
}
.product_cart .value {
    font-size: 15px;
    color: #000000;
}
.product_cart .value .unit {
    display: block;
    float: right;
    width: 24px;
    color: #666666;
    font-size: 11px;
    padding: 4px 0px 0px 0px;
    text-align: right;
}
.product_cart .count {
    width: 25px;
    border: 1px solid #CCCCCC;
    text-align: center;
}
.product_cart .delete {
    display: inline-block;
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 0px 0px;
    color: #CC0000;
    background: url(../images/cart_delete.png) 0% 50% no-repeat;
}
.product_cart .line {
    border-bottom: 1px dotted #CCCCCC;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}
.product_cart .total {
    font-weight: bold;
    font-size: 15px;
}


.product_detail {
    display: block;
}
.product_detail .product_detail_main .image {
    display: block;
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 3px #BBBBBB;
}
.product_detail .product_detail_main .thumnails {
    display: block;
    float: left;
    width: 300px;
}
.product_detail .product_detail_main .thumnails a {
    display: block;
    float: left;
    box-shadow: 0px 0px 1px #BBBBBB;
}
/*
.product_detail .product_detail_main .code {
    display: block;
    float: right;
    width: 650px;
    font-size: 12px;
    color: #888888;
}

.product_detail .product_detail_main .buyblock {
    display: block;
    float: right;
    width: 650px;
    height: 50px;
}

.product_detail .product_detail_main .buyblock .oldprice {
    display: block;
    float: left;
    font: 24px Arial;
    color: #CC0000;
    padding: 9px 10px 0px 0px;
    text-decoration: line-through;
}
.product_detail .product_detail_main .buyblock .oldprice span {
    color: #CC0000;
    font: italic 12px Arial;
}
.product_detail .product_detail_main .buyblock .price {
    display: block;
    float: left;
    font: 40px Arial;
    color: #00AA00;
    padding: 0px 10px 0px 0px;
}
.product_detail .product_detail_main .buyblock .price span {
    color: #666666;
    font: italic 28px Arial;
}

.product_detail .product_detail_main .buyblock .buy {
    display: block;
    float: left;
    background: #33C733;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #AAAAAA;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #228822;
}*/
.additional_buyblock {
    display: block;
    height: 50px;
    padding: 10px 0px 0px 0px;
}
.additional_buyblock .price {
    display: block;
    float: left;
    font: 40px Arial;
    color: #00AA00;
    padding: 0px 10px 0px 0px;
}
.additional_buyblock .price span {
    color: #666666;
    font: italic 28px Arial;
}
.additional_buyblock .oldprice {
    display: block;
    float: left;
    font: 24px Arial;
    color: #CC0000;
    padding: 9px 10px 0px 0px;
    text-decoration: line-through;
}
.additional_buyblock .oldprice span {
    color: #CC0000;
    font: italic 12px Arial;
}

.additional_buyblock .buy {
    display: block;
    float: left;
    background: #33C733;
    border-radius: 8px;
    box-shadow: 2px 2px 2px #AAAAAA;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #228822;
}
.additional_buyblock .buy span {
    display: block;
    padding: 10px 30px 11px 30px;
    box-shadow: inset 0px 0px 8px #666666;
    border-radius: 8px;
    font: bold 18px Arial;
    text-align: center;
    text-shadow: 1px 1px 0px #444444;
    text-decoration: none;
}



.product_detail .product_detail_main .infoblock {
    display: block;
    float: right;
    width: 650px;
    padding: 20px 0px 0px 0px;
}
.product_detail .product_detail_main .infoblock .cell {
    display: block;
    font-size: 12px;
    line-height: 15px;
}
.product_detail .product_detail_main .infoblock .cell .name {
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
}/*
.product_detail .product_detail_main .infoblock .cell .icon1 {
    padding: 8px 0px 8px 40px;
    background: url(../images/button_small_delivery.png) 0px 50% no-repeat;
}
.product_detail .product_detail_main .infoblock .cell .icon2 {
    padding: 8px 0px 8px 35px;
    background: url(../images/button_small_garantee.png) 0px 50% no-repeat;
}
.product_detail .product_detail_main .infoblock .cell .icon3 {
    padding: 8px 0px 8px 35px;
    background: url(../images/button_small_payment.png) 0px 50% no-repeat;
}*/
.product_detail .product_detail_main .infoblock .cell li {
    margin: 0px 0px 0px 16px;
    margin-bottom: 5px;
}


.product_detail .product_spec {
    margin: 30px 30px 0px 0px;
}
.product_detail .product_spec .product_spec_header {
    height: 50px;
    margin-top: 30px;
    border-bottom: 3px solid #4c494a;
}
.product_detail .product_spec .product_spec_header .desc_header {
    display: block;
    float: left;
    width: 200px;
    height: 49px;
    padding: 0px 20px 0px 20px;
    border: 1px solid #4c494a;
    border-width: 1px 1px 0px 1px;
    border-radius: 4px 4px 0px 0px;
    font-size: 15px;
    line-height: 48px;
    font-weight: 700;
    color: #262626;
    text-align: center;
    text-decoration: none;
}
.product_detail .product_spec .product_spec_header .desc_header.selected {
    height: 59px;
    border: 1px solid #494648;
    border-width: 1px 1px 0px 1px;
    background: url(../images/desc_button_hbg.png) 0px 0px repeat-x;
    color: #ffffff;
    font-size: 12px;
    line-height: 58px;
    font-weight: 700;
    margin-top: -10px;
}
.product_detail .product_spec .product_spec_body .desc_body {
    display: block;
    min-height: 150px;
    padding: 10px 0px 0px 0px;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
}

.product_detail .product_spec .params_list {
    width: 100%;
    border-collapse: collapse;
}
.product_detail .product_spec .params_list th {
    padding: 5px;
    text-align: left;
    border: 0px none;
}
.product_detail .product_spec .params_list td {
    padding: 5px;
    border: 1px solid #CCCCCC;
}
.product_detail .product_spec .params_list .name {
    background: #F0F0F0;
    width: 40%;
}

.product_detail .product_spec .comments_form {
}
.product_detail .product_spec .comments_form .control {
    padding: 10px 0px 0px 0px;
}
.product_detail .product_spec .comments_form .control label {
    display: block;
    padding: 0px 0px 2px 0px;
}
.product_detail .product_spec .comments_form .control .txt {
    border: 1px solid #333333;
    font-size: 15px;
    padding: 5px;
}
.product_detail .product_spec .comments_form .control textarea {
    width: 420px;
    height: 88px;
    border: 1px solid #333333;
    font-size: 15px;
    resize: vertical;
}

.product_detail .product_spec .comment_item {
    display: block;
    background: #FFFFEE;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #F0F0E0;
}
.product_detail .product_spec .comment_item .header {
    display: block;
    height: 20px;
    border-bottom: 1px dotted #D5D5C5;
}
.product_detail .product_spec .comment_item .header .author {
    display: block;
    float: left;
    padding-left: 20px;
    font-weight: bold;
}
.product_detail .product_spec .comment_item .header .date {
    display: block;
    float: right;
    color: #888888;
}
.product_detail .product_spec .comment_item .body {
    display: block;
}
.product_detail .product_spec .comment_item .body .title {
    color: #AAAAAA;
    text-decoration: underline;
}
.product_detail .product_spec .comment_item .body .positive {
    padding: 5px 0px 0px 0px;
}
.product_detail .product_spec .comment_item .body .negative {
    padding: 5px 0px 0px 0px;
}
.product_detail .product_spec .comment_item .body .overall {
    padding: 5px 0px 0px 0px;
}


.rating_stars {
    width: 96px;
    height: 16px;
    background: url(../images/rate_off.png) 0px 0px no-repeat;
}
.rating_stars .stars_on {
    height: 16px;
    float: left;
    background: url(../images/rate_on.png) 0px 0px no-repeat;
}



/********************************************************************* FILTER */
.catalog_filter {

}
.catalog_filter .filter_item {
    padding: 0px 0px 20px 0px;
}

.catalog_filter .filter_item .filter_value {
    padding: 2px 0px 0px 0px;
}
.catalog_filter .filter_item .filter_value input {
    float: left;
    margin: 3px 0px 0px 0px;
}
.catalog_filter .filter_item .filter_value a {
    margin: 0px 0px 0px 7px;
}
.catalog_filter .filter_item .filter_value span {
    font-size: 11px;
    color: #888888;
}

.catalog_orders {
    position: relative;
    float: left;
    width: 140px;
    height: 16px;
    overflow: hidden;
}
.catalog_orders:hover {
    overflow: visible;
}
.catalog_orders .catalog_orders_list {
    display: block;
    position: absolute;
    z-index: 1;
    padding: 5px;
    box-shadow: 0px 0px 4px #888888;
    background: #FFFFFF;
}
.catalog_orders .catalog_orders_list a {
    display: block;
    height: 24px;
    font: 12px/24px Arial;
    margin: 0px 5px 0px 5px;
    white-space: nowrap;
}

.catalog_subcategory {
    display: block;
    float: left;
    width: 196px;
    height: 200px;
    margin: 20px 0px 0px 0px;
}
.catalog_subcategory .image_frame {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0px auto;
    box-shadow: 0px 0px 2px #CCCCCC;
}
.catalog_subcategory .image_frame:hover {
    box-shadow: 0px 0px 5px #CCCCCC;
}
.catalog_subcategory .name {
    display: block;
    margin: 5px 10px 0px 10px;
    text-align: center;
    height: 34px;
    overflow: hidden;
}



/*********************************************************************** FORM */
.form {
    font-size: 12px;
}
.form .control {
    padding: 3px 0px 3px 0px;
}
.form .control label {
    display: block;
    padding: 0px 0px 1px 0px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}
.form .control label span {
    font-size: inherit;
    color: #AAAAAA;
}
.form .txt {
    padding: 2px;
    border: 1px solid #333333;
    font-size: 15px;
    padding: 5px;
}
.form .txt:focus {
    border: 1px solid #999;
}
.form .cbx {
    float: left;
    margin: 1px 3px 1px 1px;
}
.form select {
    padding: 1px;
    font: inherit;
    border: 1px solid #CCCCAA;
}
.form select:focus {
    border: 1px solid #999;
}
.form .submit {
    cursor: pointer;
    font: inherit;
    border: 1px solid #CCCCCC;
    background: #EEEEEE;
    padding: 1px 7px 1px 7px;
}
/*
.form .submit:hover {
    border: 1px solid #99CC99;
    background: #EEFFEE;
}*/



/*********************************************************************** NEWS */
/*.block_news {
    line-height: 11px;
}
.block_news .item {
    margin: 10px 0px 0px 0px;
    line-height: 11px;
}
.news_item {
    display: block;
    margin: 10px 0px 0px 0px;
}
.news_item .news_image {
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
    border: 3px solid #EEEEEE;
}
.news_item .news_title {
    display: block;
    margin: 0px 0px 0px 10px;
}
.news_item .news_info{
    display: block;
    margin: 0px 0px 5px 10px;
    font-size: 11px;
    color: #888888;
}
*/

/* new style 21.06.2018 */

html,body{
    font-family: 'Open Sans', sans-serif, "Tahoma", "Arial", "Sans-Serif", "Helvetica";
}
a {
    color: #333;
    text-decoration: none;
}
a:hover,
a:focus{
    color: #666;
}
.image a,
.product_item{
    border: none;
}

.clearfix:before,
.clearfix:after{
    content: '';
    display: table;
    clear: both;
}

.container{
    max-width: 980px;
    margin: 0 auto;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.header_top{
    padding: 7px 0;
    background: #f2f2f2;
    line-height: 18px;
}

.header_top br{
    display: none;
}

.header_top a{
    color: #666;
    font-size: 12px;
    text-decoration: none;
    margin-right: 10px;
    border-bottom: none;
}

.header_top a:hover{
    border-bottom: 1px solid rgba(51,51,51,.25);
}

#main-site-head > .logo img{
    max-width: 100%;
}

#main-site-head .phones{
    margin-bottom: 10px;
}
#main-site-head .phone_html li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 100%;
}
#main-site-head .phone_html li:last-child{
    display: none;
}
#main-site-head .phone_html a{
    font-size: 15px;
    font-weight: 700;
}

#main-site-head .phones > *:not(div){
    display: inline-block;
    vertical-align: middle;
}
#main-site-head .phones .callback{
    color: #333;
    border-bottom: 1px dotted rgba(51,51,51,.5);
    font-size: 15px;
}

#main-site-head .cart{
    float: right;
   /* width: 100px;*/
}


#main-site-menu{
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: #333;
    margin: 10px 0;
}

#main-site-head > .search{
    margin-top: 24px;
    margin-left: 30px;
    margin-right: 10px;
}

#main-site-menu .buttonbg a{
    padding: 12px 15px 12px;
    border: 0;
    font-size: 18px;
    line-height: 1.15;
    color: #fff;
    font-weight: 600;
    text-align: center;
    transition: all 0.15s;
    display: block;
    position: relative;
}
#main-site-menu .buttonbg a:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #5b5b5b;
}
#main-site-menu > .button .buttonbg:first-child a{
    border-radius: 6px 0 0 6px;
}
#main-site-menu .buttonbg a:hover{
    background: #242424;
    color: #fff;
}
.section{
    margin-top: 40px;
    margin-bottom: 40px;
}
.title{
    font-size: 32px;
    margin-bottom: 18px;
    line-height: 1.1;
    font-weight: 400;
    color: #000;
    display: block;
}

.category_hit{
    float: right;
    text-align: center;
    width: 15%;
}

.category_hit .product_best img{
    max-width: 80%;
}
@media(min-width: 979px){
    .category_hit .product_best{
        width: 100%;
        float: none;
    }
    .category_hit .title{
        font-size: 20px;
    }
}

.product_best{
    width: 20%;
    height: 300px;
    float: left;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.product_best:hover{
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.31);
}
.product_best .oldprice{
    padding: 10px 0px 0px 0px;
    color: #ff0000;
    text-decoration: line-through;
}
.product_best .details{
    margin-top: 10px;
    color: #ffffff;
    background: #000000;
}

.product_item{
    display: block;
    text-decoration: none!important;
}

.product_item .name,
.product_small .name{
    font-size: 14px;
    border-bottom: 1px solid rgba(51,51,51,.25);
    color: #333;
}
.product_small .name{
    font-size: 15px;
}

.product_item .name:hover,
.product_small .name:hover{
    color: #666;
}


.product_item .price{
    color: #333;
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    margin-top: 10px;
}
/* news */
.block_news .item{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
.block_news .image {
    display: inline-block;
    width: 70px;
    vertical-align: top;
    margin-right: 20px;
}
.block_news .new_info{
    width: calc(100% - 100px);
    display: inline-block;
}
.title_new{
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    border: none;
}
.new_info p{
    margin-top: 10px;
    margin-bottom: 10px;
}


.product_detail_main{
    position: relative;
}

.product_category_logo img{
    max-width: 70%;
}
.product_category_logo{
    float: right;
    margin-top: -100px;
    text-align: center;
}


.product_small .buyblock .buy,
.product_detail .product_spec .comments_form .control .submit,
.product_detail .product_detail_main .buyblock .buy,
#main-site-head > .search .submit,
.form .submit{
    background: #333;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.15s;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}
.product_detail .product_detail_main .buyblock .buy {
    background: #009900;
}

.product_detail .product_spec .comments_form .control textarea{
    padding: 10px;
    width: 610px;
}
.product_detail .product_spec .comments_form .control .submit{
    padding: 15px 20px;
    margin-top: 0;
}
.product_detail .product_detail_main .buyblock .buy{
    font-size: 20px;
    margin-top: 0;
    vertical-align: middle;
}
.product_small .buyblock .buy:hover,
.product_detail .product_spec .comments_form .control .submit:hover,
.product_detail .product_detail_main .buyblock .buy:hover,
#main-site-head > .search .submit:hover,
.form .submit:hover{
    background: #4a4a4a;
}

#main-site-head > .search .submit{
    margin: 0;
}

.product_right{
    float: right;
    width: calc(100% - 240px);
}

.product_detail_main .product_right{
    width: calc(100% - 330px);
}

.product_right .price{
    color: #333;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 10px;
}
.product_right .oldprice{
    color: #cc0000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-decoration: line-through;
}
.product_right .product_size_holder {
    display: block;
    width: 450px;
    padding: 10px 0px 0px 0px;
}
.product_right .product_color_holder {
    display: block;
    width: 450px;
    padding: 10px 0px 0px 0px;
}
.product_right .product_color_holder .header {
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.product_right .product_color_holder .color_item {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0px 0px;
    border-radius: 100px;
    border: 2px solid #dddddd;
    overflow: hidden;
}



.product_right .product_size {
    display: block;
    float: left;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin: 5px 10px 0px 0px;
    border: 2px solid #dddddd;
    text-align: center;
    background: #f5f5f5;
}
.product_right .product_size.outofstock {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: line-through;
    border: 2px solid #eeeeee;
    background: #ffffff;
}
.product_right .product_size.selected {
    border: 2px solid #44aa44;
    background: #eeffee;
}



.product_small .image img{
    width: 100%;
}

.product_small .image:hover{
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.31);
}
.product_stok {
    font-size: 15px;
    color: #666;
    margin: 5px 0;
}
.product_stok.stok{
    color: #ab6130;
}

.category_title{
    margin-top: 10px;
}

.category_info{
    padding: 14px;
    margin: 10px 0 30px;
    border-radius: 4px;
    background: #f7f7f7;
}
.category_img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.categories_text{
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.similar_product{
    margin-top: 20px;
}

.product_detail .product_spec .comments_form .control label{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}
.block_price{
    display: inline-block;
    margin-right: 10px;
    margin-top: -10px;
    vertical-align: middle;
}
.block_price .price{
    font-size: 18px;
}
.block_price .newprice{
    font-size: 32px;
    color: #f00;
}
/* footer */

.footer{
    position: relative;
    background: #f2f2f2;
    color: #333;
    font-size: 12px;
    border-top: 4px solid #e6e6e6;
    padding: 30px 0;
    margin-top: 30px;
}

#main-site-foot > div{
    float: left;
    width: 23%;
    min-height: 1px;
}
#main-site-foot > div.logo{
    width: 30%;
}
#main-site-foot > div.logo img{
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.footer_title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: block;
}
.footer .submenu{
    display: none;
}
.footer a{
    color: #333;
    border-bottom: 1px solid rgba(51,51,51,.4);
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}

.footer a:hover{
    border-color: #333;
}

.phone_html{
    list-style: none;
}

#catalog_category_products_list{
    width: 600px;
    margin-left: 20px;
}

#catalog_category_filter{
    width: 210px;
}
.catalog_filter {
    background: #f2f2f2;
    position: relative;
    padding: 16px;
    border-radius: 4px;
    background: #f7f7f7;
    margin-bottom: 20px;
}

.catalog_filter .filter_item .filter_name {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
}
#main-site-head .cart{
    margin-top: 7px;
}
#main-site-head .cart .manager{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 7px;
    padding: 1px 7px 3px 7px;
    height: 20px;
    color: #009900;
    border: 1px solid #00cc00;
    border-radius: 20px;
}
.basket {
    position: relative;
    font-size: 0;
    height: 50px;
    padding-left: 60px;
}
.basket-title {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 4px;
    transition: all 0.15s;
    color: #333;
    border-bottom: 1px dotted rgba(51,51,51,.5);
}

.basket-value {
    text-align: center;
    font-size: 14px;
    color: #000;
}

.basket-icon {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
}

.icon-cart{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.basket-items {
    position: relative;
    top: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    z-index: 11;
    left: 2px;
}

.slider{
    position: relative;
    overflow: hidden;
}
.slider_item img{
    max-width: 100%;
    margin: auto;
}
.slick-arrow{
    position: absolute;
    text-indent: -999999px;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.slick-arrow:before{
    content: '';
    margin: auto;
    background: url(../images/arrows.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slick-next{
    right: -15px;
}
.slick-prev{
    left: -15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.price_grid {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.price_grid .headline{
    background: #fff5bb;
}
.price_grid .headline1 * {
    background: #f4fff4;
}
.price_grid td,
.price_grid th {
    padding: 4px;
    border: 1px solid #cccccc;
}
.price_grid td.image_frame {
    padding: 0px;
}
.price_grid td.image_frame img {
    float: left;
}
.price_grid tr:nth-child(2n) {
    background: #f8f8f8;
}
.price_grid tr:nth-child(2n+1) {
    background: #f0f0f0;
}


.price_orders_grid {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.price_orders_grid .headline{
    background: #fff5bb;
}
.price_orders_grid .headline1 * {
    background: #f4fff4;
}
.price_orders_grid th {
    font-weight: bold;
    font-size: 15px;
}
.price_orders_grid td,
.price_orders_grid th {
    padding: 4px 10px 4px 10px;
    border: 1px dotted #cccccc;
    border-bottom: 2px solid #aaaaaa;
}
.price_orders_grid tr:nth-child(2n) {
    background: #f8f8f8;
}
.price_orders_grid tr:nth-child(2n+1) {
    background: #f0f0f0;
}
.price_orders_grid tr:hover { background: #FFFFBB; }


.dealer_menu {
    display: flex;
    flex-flow: column wrap;
    float: right;
    width: 450px;
    height: 40px;
    padding: 5px 20px 5px 20px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
}
.dealer_menu br {
    display: none;
}
.dealer_menu a:hover {
    color: #7777cc;
    text-decoration: underline;
}


.dealer_main_menu {
    width: 300px;
    margin-top: -45px;
    text-align: right;
}
.dealer_main_menu a {
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    background: #ffc336;
}
.dealer_main_menu a:hover {
    background: #ffd346;
}


.mob_menu_btn{
    display: none;
}



.dropdown_menu {
    position: absolute;
    z-index: 10;
    width: calc(100% - 12px);
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    padding: 5px;
    max-height: 200px;
    overflow-y: auto;
    background: #ffffff;
}
.dropdown_menu > .menu_item {
    display: block;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
}
.dropdown_menu > .menu_item:hover {
    background: #f5f5f5;
}

@media(max-width: 979px){
    *{
        box-sizing: border-box;
    }
    #main-site,
    .container{
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    body{
        overflow-x: hidden;
    }
    .product_best{
        width: 33.3333%;
    }
    img{
        max-width: 100%;
        height: auto!important;
    }
    .product_spec_body img{
        height: auto!important;
    }
    #main-site-head > .search{
        width: 290px;
    }
    #main-site-head > .search .input{
        width: auto;
    }
    .product_detail .product_detail_main .infoblock{
        width: calc(100% - 320px);
    }
    .category_hit{
        width: 100%;
        margin-top: 20px;
    }
    #main-site-head .phones .callback_window .control .txt{
        width: 100%!important;
    }
}

@media(max-width: 767px) {
    .mob_menu_btn{
        width: 30px;
        height: 30px;
        float: right;
        margin-top: 7px;
        display: block;
        position: relative;
    }
    .mob_menu_btn.close {
        z-index: 10000;
        position: fixed;
        top: 29px;
        right: 10px;
    }
    #main-site-menu > .button {
        width: 100%;
        float: none;
    }
    #main-site-menu > .button > .submenu {
        position: relative;
        display: none;
        box-shadow: none;
        border: none;
    }
    #main-site-menu .buttonbg a:after {
        display: none;
    }
    .catalog_subcategory{
        width: 50%;
        margin: 0;
        margin-bottom: 10px;
        height: auto;
    }
    .catalog_subcategory:nth-child(2n){
        clear: both;
    }
    .category_img {
        width: 110px;
    }
    .categories_text h1{
        font-size: 16px;
    }

    .catalog_subcategory .name {
        height: inherit;
    }
    .catalog_subcategory .image_frame {
        max-width: 100%;
    }
    .product_best{
        width: 50%;
    }
    .product_best:nth-of-type(2n+1){
        clear: left;
    }
    #main-site-foot > div{
        width: 100%!important;
        margin-bottom: 10px;
    }
    .header_top{
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 100;
        padding: 36px 6px 20px;
    }
    .header_top a{
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
    #main-site-head > .logo{
        float: none;
        text-align: center;
        height: 60px;
        margin-bottom: 10px;
        display: inline-block;
        width: calc(100% - 30px);
    }
    #main-site-head > .search{
        width: 100%;
        margin: 0;
    }
    #main-site-head > .search .input{
        width: 100%;
    }
    .title{
        font-size: 24px;
    }
    .comments_form form > div,
    .product_detail .product_spec .comments_form .control textarea{
        width: 100%;
    }
    .product_detail_main .product_right,
    .product_detail .product_detail_main .infoblock,
    .product_detail .product_detail_main .infoblock .cell,
    .product_detail .product_detail_main .image,
    .product_detail_main .fl,
    .product_category_logo{
        width: 100%!important;
        float: none;
    }
    .product_detail .product_detail_main .image {
        height: inherit;
        margin-bottom: 10px;
    }
    .product_detail .product_detail_main .thumnails {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }
    .product_detail .product_detail_main .thumnails:before,
    .product_detail .product_detail_main .thumnails:after{
        content: '';
        display: table;
        clear: both;
    }
    .product_detail .product_detail_main .image img{
        margin: auto;
        display: block;
    }
    iframe{
        max-width: 100%;
    }
    .product_category_logo {
        margin-top: 10px;
    }
    .product_detail .product_detail_main .infoblock .cell{
        margin-bottom: 20px;
    }
    .product_detail .product_detail_main .infoblock{
        clear: both;
    }
    .product_detail .product_spec{
        margin: 0;
    }
    #cart_index_block .table_cart > tbody > tr > td,
    #cart_index_block .table_cart > tbody > tr,
    #cart_index_block .table_cart > tbody,
    #cart_index_block .table_cart{
        display: block;
        width: 100%;
    }
    .pci{
        width: initial!important;
        padding-right: 10px;
    }
    .cpnm,
    #cart_index_block .form{
        padding: 0!important;
    }
    .pci .image{
        width: 60px;
        height: 60px;
    }

    #main-site-head .phone_html li,
    #main-site-head .phones .callback{
        display: block;
        margin-bottom: 10px;
    }
    #main-site-head .phones .callback{
        border:none;
    }
    #main-site-head{
        position: relative;
    }
    #main-site-head .cart{
        position: absolute;
        right: 0;
        top: 79px;
        margin-top: 0;
    }
    #catalog_category_content {
        padding: 0!important;
    }
    #main-site-menu .buttonbg a{
        /*padding: 12px 9px 12px;*/
        padding: 6px 10px;
        text-align: left;
        border-bottom: 1px solid #fff;
        border-radius: 0!important;
    }
    #main-site-menu > .button:last-child .buttonbg a {
        border-bottom: none;
    }
    #catalog_category_filter,
    #catalog_category_products_list{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    #wb_wnd_modal_box_content{
        max-width: 450px;
        width: 95%!important;
        height: initial!important;
        float: none!important;
        padding: 10px!important;
        margin: auto;
    }
    #wb_wnd_modal_box {
        display: block;
        margin-left: auto!important;
        margin-right: auto;
    }
    #wb_wnd_modal_box_content:before,
    #wb_wnd_modal_box_content:after{
        content: '';
        display: table;
        clear: both;
    }
    #wb_wnd_modal_box a{
        background-image: none!important;
        padding: 0!important;
    }
    .form .txt{
        width: 100%!important;
    }
    .block_price {
        margin-top: 0;
    }
    .product_right .product_size_holder {
        width: 100%;
    }
    .product_right .product_color_holder {
        width: 100%;
    }
    .product_small .image {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 10px;
    }
    .product_small .image img {
        width: auto;
        margin: auto;
        display: block;
    }
    .product_small .name {
        margin-top: 10px;
    }
    .product_small{
        width: 50%;
        float: left;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .product_right {
        width: 100%;
        float: none;
    }

    .product_small + .clear{
        display: none;
    }
    .catalog_orders ~ .product_small:nth-child(4n){
        clear: both;
        display: block;
    }
    .catalog_filter:empty{
        display: none;
    }
    table.page_static,
    table.page_static > tr,
    table.page_static > tr > td,
    table.page_static > tbody{
        display: block;
    }
    div.page_static table{
        width: 100%!important;
        overflow-y: auto;
    }
}

@media(max-width: 424px){
    .product_small,
    .product_right {
        width: 100%;
        float: none;
    }
}