body {
    font: 80% Arial, sans-serif;
    color: black;
    background-color: black;
    background-image: url("../images/bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
        background-attachment: fixed !important;

}

a:link,
a:visited {
    color: #505050;
    text-decoration: underline;
}

a:hover {
    color: #505050;
    text-decoration: none;
}

.dotted {
    width: 100%;
    border-top: 1px dotted #E5E5E5;
    margin: 25px 0;
}

/* -------------------------------------------------------------------------- */

#container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: auto;
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 45px 35px;
}

@media screen and (max-width: 1100px) {
    #container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 670px) {
    #container {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 350px) {
    #container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* -------------------------------------------------------------------------- */


/* header */

#header {
    position: relative;
    width: 100%;
}

/* -------------------------------------------------------------------------- */

.header_logo {
    display: block;
    float: left;
    width: 144px;
}

.header_logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .header_logo {
        width: 110px;
    }
}

@media (max-width: 440px) {
    .header_logo {
        width: 80px;
    }
}

@media (max-width: 370px) {
    .header_logo {
        width: 55px;
    }
}

/* -------------------------------------------------------------------------- */

.header_menu {
    margin: 15px 0 15px 144px;
    font-size: 0;
}

.header_menu_group {
    display: inline-block;
}

.header_menu_item {
    display: inline-block;
    margin: 0 18px 4px 0;
    font-size: 13px;
    line-height: 1.5;
}

.header_menu a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header_menu a:hover {
    border-bottom-color: transparent;
}

@media (min-width: 760px) and (max-width: 1140px) {
    .header_menu_group {
        width: 25%;
    }

    .header_menu_item {
        display: block;
        margin-right: 0;
    }
}

@media (max-width: 900px) {
    .header_menu {
        margin-left: 130px;
    }
}

@media (max-width: 660px) {
    .header_menu_group {
        display: block;
    }
}

@media (max-width: 440px) {
    .header_menu {
        margin-left: 95px;
    }
    
    .header_menu_group {
        display: block;
    }
    
    .header_menu_item {
        margin-right: 10px;
    }
    
    .header_menu_item:last-child {
        margin-right: 0;
    }
}

@media (max-width: 370px) {
    .header_menu {
        margin-left: 70px;
    }
    
    .header_menu_item {
        font-size: 12px;
    }
}

/* -------------------------------------------------------------------------- */

.header_contacts_container {
    margin: 15px 0 25px 144px;
}

.header_contacts {
    float: left;
    width: 55%;
    margin: 0 0 0 0;
    text-align: center;
    color: #fff;
}

.header_contacts a {
    color: #fff;
    text-decoration: none;
}

.header_contacts a:hover {
    color: #b4b4b4;
}

/* -------------------------- */

.header_contacts_phone_container {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 15px 0;
}

.header_contacts_phone {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
}

.header_contacts_phone + .header_contacts_phone {
    margin-left: 24px;
}

.header_contacts_phone_code {
    color: #b4b4b4;
}

/* -------------------------- */

.header_contacts_feedback_container {
    display: inline-block;
    vertical-align: middle;
}

.header_contacts_feedback {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.header_contacts_feedback_button {
    display: inline-block;
    width: 225px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    text-shadow: 1px 1px 1px #910017;
    color: #fff;
    background: url('../images/btn_bg.png') no-repeat 0 0;
    cursor: pointer;
}

.header_contacts_feedback_button:hover {
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
}

.header_contacts_email {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

/* -------------------------- */

.header_address {
    float: right;
    width: 42%;
    margin: 0;
    color: #b4b4b4;
}

.header_address a {
    color: #b4b4b4;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header_address a:hover {
    border-bottom-color: transparent;
}

.header_address_title {
    font-size: 16px;
    font-weight: bold;
}

.header_address_text {
    margin: 5px 0 0 0;
    font-size: 13px;
    line-height: 1.3;
}

.header_address_time {
    margin: 5px 0 0 0;
    font-size: 11px;
    line-height: 1.3;
}

@media (max-width: 940px) {
    .header_contacts_feedback {
        display: block;
        margin: 0;
    }
    
    .header_contacts_email {
        display: block;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 900px) {
    .header_contacts_container {
        margin-left: 130px;
    }
    
    .header_contacts_phone {
        font-size: 18px;
    }
    
    .header_contacts_phone + .header_contacts_phone {
        margin: 0 0 0 15px;
    }
    
    .header_contacts_feedback {
        display: block;
        margin: 0;
    }
    
    .header_contacts_email {
        display: block;
    }
    
    .header_address {
        margin: 0;
    }
}

@media (max-width: 740px) {
    .header_contacts_phone {
        display: block;
    }
    
    .header_contacts_phone + .header_contacts_phone {
        margin: 5px 0 0 0;
    }
}

@media (max-width: 660px) {
    .header_contacts_container {
        clear: both;
        margin: 20px 0 20px 0;
    }
}

@media (max-width: 440px) {
    .header_contacts {
        float: none;
        width: auto;
    }
    
    .header_contacts_container {
        margin-top: 15px;
    }
    
    .header_contacts_phone_container {
        margin: 0 0 10px 0;
    }
    
    .header_contacts_phone {
        display: inline-block;
        font-size: 17px;
    }
    
    .header_contacts_phone + .header_contacts_phone {
        margin: 0 0 0 10px;
    }
    
    .header_contacts_feedback_container {
        margin: 0;
    }
    
    .header_contacts_feedback_button {
        font-size: 18px;
        transform: scale(0.85);
    }
    
    .header_address {
        float: none;
        width: auto;
        margin: 15px 0 0 0;
        text-align: center;
    }
    
    .header_address_title {
        display: none;
    }
    
    .header_contacts_email {
        margin: 5px 0 0 0;
        font-size: 16px;
    }
}

/* -------------------------------------------------------------------------- */

#header .middle_section {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: url(../images/bg_head_middle_section.jpg) 0 0 repeat-x;
    overflow: hidden;
}

#header .search {
    float: left;
    width: 330px;
    height: 28px;
    padding: 13px 33px 7px;
}

#header .search .search_form {
    width: 300px;
    height: 26px;
    background: #fff;
    border-radius: 15px;
    box-shadow: inset 0 1px 3px #ccc;
}

#header .search .search_form .search_input {
    margin: 4px 0 0 19px;
    width: 205px;
    color: #999999;
    border: none;
}

#header .search .search_form .search_input:focus {
    color: #505050;
}

#header .search .search_form .search_submit {
    display: block;
    float: right;
    width: 86px;
    height: 26px;
    cursor: pointer;
    text-decoration: none;
    margin-right: -27px;
    background: url(../images/bg_head_search_button.png) 0 0 no-repeat;
}

#header .search .search_form .search_submit:active {
    background-position: 0 -26px;
}

#header .search .search_form .search_submit span {
    display: block;
    color: #ffffff;
    padding: 6px 0 0 33px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#header .login_and_basket {
    float: right;
    width: 373px;
    height: 47px;
    background: url(../images/bg_basket.png) right 0 no-repeat;
    padding: 0px 22px 1px;
}

#header .login_and_basket .login {
    float: left;
    background: url(../images/bg_user_panel.png) 0 center no-repeat;
    padding-left: 20px;
    margin-top: 19px;
}

#header .login_and_basket .login a {
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #444444;
    margin-left: 1px;
}

#header .login_and_basket .login a:hover {
    color: #cb2a2b;
}

#header .login_and_basket .basket_panel {
    float: right;
    font-size: 13px;
    width: 177px;
    margin-top: 7px;
}

#header .login_and_basket .basket_panel .prod_in_basket {
    margin-left: 6px;
    text-decoration: none;
    display: block;
    color: #505050;
    font-size: 11px;
}

#header .login_and_basket .basket_panel .prod_in_basket .price_cart {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

#header .login_and_basket .basket_panel .basket_btn {
    float: left;
    width: 63px;
    font-weight: bold;
    padding-left: 39px;
    background: url(/design/muzdrive/images/korzina2.png) left -3px no-repeat;
    height: 20px;
    padding-top: 7px;
    /* margin-top: -7px;*/
}

#header .catalog_menu {
    position: relative;
    width: 100%;
    height: 27px;
    padding-top: 11px;
    background: url(../images/bg_head_menu_center.png) 0 0 repeat-x;
}

#header .catalog_menu .bg_left {
    left: -15px;
    background: url(../images/bg_head_menu_left.png) 0 0 no-repeat;
}

#header .catalog_menu .bg_right {
    right: -15px;
    background: url(../images/bg_head_menu_right.png) 0 0 no-repeat;
}

#header .catalog_menu .bg_left,
#header .catalog_menu .bg_right {
    position: absolute;
    top: 0;
    width: 15px;
    height: 44px;
}

#header .catalog_menu .item {
    display: inline;
    padding: 11px 0 13px;
    cursor: pointer;
}

#header .catalog_menu .item>a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 0 11px 0;
}

#header .catalog_menu .item>a span {
    padding: 0 6px 0 9px;
    border-left: 1px solid #4EA232;
}

#header .catalog_menu .item.first>a span {
    border-left: none;
    padding-left: 5px;
}

#header .catalog_menu .item.last>a span {
    padding-right: 6px;
}

#header .catalog_menu .item:hover,
#header .catalog_menu .item.active {
    background: url(../images/bg_catalog_menu.png) 1px 0 no-repeat;
}

#header .catalog_menu .item.first:hover {
    background-position: 0 0;
}

#header .catalog_menu .item .sub_item {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 9px 15px -5px #CCCCCC;
    background: #F3F3F3;
    cursor: auto;
    z-index: 1000;
}

#header .catalog_menu .item.hover .sub_item {
    display: block;
}

#header .catalog_menu .item .sub_item .left_block {
    width: 416px;
    padding: 20px 20px 30px 30px;
}

#header .catalog_menu .item .sub_item .right_block {
    position: relative;
    width: 449px;
    background: #F7F7F7;
    padding: 20px 30px 20px 20px;
    box-shadow: -2px 0 6px -1px #CCCCCC;
    border-left: 1px solid #CCCCCC;
    z-index: 10;
}

#header .catalog_menu .item .sub_item .right_block .bg_deals {
    position: relative;
    width: 132px;
    height: 21px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: -33px;
    padding: 7px 34px;
    text-transform: uppercase;
    background: url(../images/bg_deals.png) 0 0 no-repeat;
    z-index: 100;
}

#header .catalog_menu .item .sub_item .left_block .level_1 {
    margin: 12px 0 12px 0;
}

#header .catalog_menu .item .sub_item .left_block .level_2 {
    margin: 8px 0 3px 15px;
    line-height: 13px;
}

#header .catalog_menu .item .sub_item .left_block .column {
    float: left;
    width: 49%;
    margin-right: 2%;
}

#header .catalog_menu .item .sub_item .left_block .column.last {
    margin-right: 0;
}

#header .catalog_menu .item .sub_item .left_block .level_1>a {
    margin-bottom: 10px;
    text-decoration: underline;
    color: #505050;
    font-size: 12px;
    font-weight: bold;
}

#header .catalog_menu .item .sub_item .left_block .level_1 a:hover,
#header .catalog_menu .item .sub_item .left_block .level_2>a:hover {
    color: #eb4646;
    text-decoration: none;
}

#header .catalog_menu .item .sub_item .left_block .level_2>a {
    text-decoration: none;
    font-weight: normal;
}

#header .catalog_menu .item .sub_item .left_block .level_2.last {
    margin-bottom: 23px;
}

#header .catalog_menu .deals {
    margin-top: 17px;
}

#header .catalog_menu .deals .img {
    float: left;
    border: 2px solid #B7B7B7;
    border-radius: 3px;
}

#header .catalog_menu .deals .pic {
    position: relative;
    width: 125px;
    float: left;
}

#header .catalog_menu .deals .pic div[class^=flag] {
    position: absolute;
    font-size: 85%;
    color: white;
    right: -4px;
    bottom: 3px;
    height: 20px;
    line-height: 20px;
    padding: 0px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#header .catalog_menu .deals .pic div+div {
    margin-bottom: 20px;
}

#header .catalog_menu .deals .pic div+div+div {
    margin-bottom: 40px;
}

#header .catalog_menu .deals .pic div.flag_hit {
    background-color: #e80800;
}

#header .catalog_menu .deals .pic div.flag_new {
    background-color: #58941f;
}

#header .catalog_menu .deals .pic div.flag_sale {
    background-color: #f2b100;
}

#header .catalog_menu .deals .pic .action_flag {
    position: absolute;
    left: -12px;
    bottom: -9px;
    width: 55px;
    height: 55px;
    margin: 0;
}

#header .catalog_menu .deals .pic .action_flag img {
    width: 100%;
    height: 100%;
    border: none;
}

#header .catalog_menu .deals .info {
    margin-left: 140px;
}

#header .catalog_menu .deals .info .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #505050;
    margin-bottom: 17px;
}


/* --- ���� ������ --- */

#header .catalog_menu .deals .info .price {
    display: block;
    float: left;
    margin-left: -5px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 1px #35642b;
}

#header .catalog_menu .deals .info .price .left_part,
#header .catalog_menu .deals .info .price .middle_part,
#header .catalog_menu .deals .info .price .right_part {
    height: 100%;
    float: left;
}

#header .catalog_menu .deals .info .price .price_left_part {
    width: 18px;
    /*background: url("../images/small_price_bg.png") no-repeat 0 0;*/
    background: url(../images/btn_price.png) no-repeat 0 0;
}

#header .catalog_menu .deals .info .price .price_middle {
    display: inline-block;
    padding: 0 1px 0 4px;
    /*background: url("../images/small_price_bg.png") repeat-x 0 -31px;*/
    background: url("../images/btn_price.png") repeat-x 0px -87px;
}

#header .catalog_menu .deals .info .price .price_right_part {
    width: 18px;
    /*background: url("../images/small_price_bg.png") no-repeat 0 -62px;*/
    background: url("../images/btn_price.png") no-repeat 100% -172px;
}


/* --- ������� --- */

#header .catalog_menu .deals .info .buy_button {
    display: block;
    float: left;
    margin-left: -3px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-style: italic;
    color: white !important;
    text-shadow: 1px 1px 1px #910017;
}

#header .catalog_menu .deals .info .buy_button .left_part,
#header .catalog_menu .deals .info .buy_button .middle_part,
#header .catalog_menu .deals .info .buy_button .right_part {
    height: 100%;
    float: left;
}

#header .catalog_menu .deals .info .buy_button .left_part {
    width: 11px;
    background: url("../images/small_buy_button_bg.png") no-repeat 0 0;
}

#header .catalog_menu .deals .info .buy_button .middle_part {
    display: inline-block;
    padding: 0 12px;
    background: url("../images/small_buy_button_bg.png") repeat-x 0 -31px;
}

#header .catalog_menu .deals .info .buy_button .right_part {
    width: 11px;
    background: url("../images/small_buy_button_bg.png") no-repeat 0 -62px;
}

#header .catalog_menu .deals .info .buy_button:hover .left_part {
    background: url("../images/small_buy_button_bg_hover.png") no-repeat 0 0;
}

#header .catalog_menu .deals .info .buy_button:hover .middle_part {
    background: url("../images/small_buy_button_bg_hover.png") repeat-x 0 -31px;
}

#header .catalog_menu .deals .info .buy_button:hover .right_part {
    background: url("../images/small_buy_button_bg_hover.png") no-repeat 0 -62px;
}

#header .catalog_menu .deals .info .basket a {
    color: #EE4749;
}


/* body */

#body {
    position: relative;
    min-height: 500px;
    padding: 20px 35px 45px 20px;
    background-color: white;
}

#leftcol {
    width: 195px;
}

#rightcol {
    padding-left: 35px;
}

.txt-field div {
    float: left;
    height: 29px;
    width: 11px;
    background-image: url("../images/txt_field_corners.png");
    background-repeat: no-repeat;
}

.txt-field input {
    float: left;
    height: 17px;
    padding: 3px;
    border: none;
    border-top: 3px solid #8ac75a;
    border-bottom: 3px solid #8ac75a;
    color: gray;
}

.txt-field .front {
    background-position: 0 0;
}

.txt-field .end {
    background-position: -11px 0;
}

.button {
    display: block;
    height: 29px;
    float: left;
    padding-right: 16px;
    background: url("../images/button_b2.png") no-repeat right;
    cursor: pointer;
    white-space: nowrap;
}

.button span {
    display: block;
    line-height: 29px;
    padding-left: 16px;
    background: url("../images/button_b1.png") no-repeat left;
}

.button:link,
.button:visited,
.button:hover {
    color: white;
    text-decoration: none;
}

.menu-box-title {
    color: #ee4749;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0px;
    /*line-height: 1em;*/
}

.menu-box {
    /* padding: 15px 13px 10px 13px;*/
    margin-bottom: 50px;
    /* border: 2px solid #8fcc5e;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;*/
    border: none;
}

.menu-box h3,
.menu-box .h3 {
    color: #ee4749;
    font-size: 16px;
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 10px;
    /* text-transform: uppercase;*/
}

.menu-box ul li {
    padding-bottom: 5px;
    /* padding-left: 14px;
    font-size: 110%;
    
    background: url("../images/menu_box_bullet_green.png") no-repeat 5px 7px;
    line-height: 1em;*/
    font-size: 14px;
}

.menu-box ul li,
.menu-box ul li a {
    color: #000;
}

.menu-box ul li span {
    /* color: #8fcc5e;
    font-size: 80%;*/
    font-weight: normal;
}

.menu-box ul li span.strong {
    font-weight: bold;
    color: #000000;
    font-size: 100%;
}


/*.menu-box ul li a:link, .menu-box ul li a:visited {
    color: #505050;
    text-decoration: none;
}
*/

.menu-box ul li a:hover {
    /* color: black; */
    text-decoration: none;
}

.menu-box .more {
    padding-top: 7px;
    font-size: 85%;
    color: #000;
}

ul.brend_link + .more {
    margin-top: -15px;
    padding: 15px;
    background-color: #f3f3f3;
}

.menu-box .more a:link,
.menu-box .more a:visited {
    color: #000;
    text-decoration: underline;
}

.menu-box .more a:hover {
    color: #ee4749;
    text-decoration: none;
}

.menu-box-cat {
    /*border-color: #568730; */
}

.menu-box-cat ul li {
    margin-bottom: 10px;
    color: gray;
    /*font-weight: bold;*/
}


/*.menu-box-cat ul li a:link,
.menu-box-cat ul li a:visited,
.menu-box-cat ul li a:hover { color: #1B5F00; }
*/

.menu-box-cat ul li a {
    color: #000;
    text-decoration: underline;
}

.menu-box ul.brend_link {
    padding: 15px;
    background-color: #f3f3f3;
}

#phone {
    font: italic 240% Arial, Times, serif;
    color: gray;
}

#phone span {
    color: #b0b0b0;
    font-size: 80%;
}

/* ------------------------------------------------------------ */

/* footer */

#footer {
    position: relative;
    padding: 25px 40px 35px 40px;
    background-color: #eee;
}

.footer_section_top {
    width: 100%;
}

.footer_section_bottom {
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 480px) {
    #footer {
        padding: 25px 20px 35px 20px;
    }
}

/* ------------------------------------------------------------ */

.footer_mobile_menu {
    display: none;
    margin: 0 0 10px 0;
    font-size: 0;
}

.footer_mobile_menu_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
    font-size: 13px;
}

/* ---------------------------- */

.footer_menu {
    float: left;
    width: 50%;
    margin: 0;
}

.footer_menu_column {
    float: left;
    max-width: 30%;
    margin-right: 10%;
}

.footer_menu_column:last-child {
    margin-right: 0;
}

.footer_menu_item {
    margin-bottom: 6px;
    font-size: 13px;
}

.footer_menu_item a {
    text-decoration: none;
    color: #666;
}

.footer_menu_item a:hover {
    color: #eb4646;
}

/* ---------------------------- */

.footer_address {
    float: left;
    width: 25%;
    font-size: 14px;
    line-height: 1.4;
}

/* ---------------------------- */

.footer_phone {
    float: right;
    text-align: center;
}

.footer_phone_item {
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}

.footer_phone_item + .footer_phone_item {
    margin-top: 10px;
}

.footer_phone_item a {
    text-decoration: none;
    color: #000;
}

.footer_phone_item a:hover {
    color: #777;
}

.footer_phone_item span {
    color: #777;
}

/* ---------------------------- */

.footer_guarant {
    float: left;
    width: 50%;
    margin: 20px 0 0 0;
    font-size: 11px;
    color: #a7a7a7;
}

.footer_guarant a {
    color: #000;
}

/* ---------------------------- */

@media (max-width: 900px) {
    .footer_menu {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .footer_menu_column {
        width: 30%;
        margin-right: 5%;
    }
    
    .footer_address {
        width: 50%;
    }
    
    .footer_phone {
        width: 50%;
    }
    
    .footer_guarant {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .footer_menu {
        display: none;
    }
    
    .footer_mobile_menu {
        display: block;
    }
    
    .footer_mobile_menu_item {
        width: 33.33%;
    }
    
    .footer_address {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }
    
    .footer_phone {
        width: 100%;
    }
    
    .footer_guarant {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer_mobile_menu_item {
        width: 50%;
    }
}

/* ------------------------------------------------------------ */

#product_feedback_2 {
    display: inline-block;
    width: 170px;
    margin-top: 16px;
    padding: 0px !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #910017;
    color: #fff !important;
    background: red;
    background-position: 0px 0px;
    cursor: pointer;
    border-left: 0;
    border-radius: 0;
    -webkit-transform: skewX(-13deg);
    -moz-transform: skewX(-13deg);
    -o-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg)
}

#product_feedback_2:hover {
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
}

/* ------------------------------------------------------------ */

.footer_search {
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 4px 0 0 0;
}

.footer_search_form {
    width: 280px;
    height: 26px;
    background: #fff;
    border-radius: 15px;
    box-shadow: inset 0 1px 3px #ccc;
}

.footer_search_input {
    margin: 4px 0 0 19px;
    width: 205px;
    color: #999;
    border: none;
}

.footer_search_submit {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-decoration: none;
    margin: 6px 10px;
    background: url('../images/icon_footer_search.png') 0 0 no-repeat;
}

/* ------------------------------------------------------------ */

.footer_social {
    display: inline-block;
    margin: 15px 20px 0 20px;
}

.footer_social_btn {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 30px;
    margin: 4px 2px;
}

.footer_social_btn._vk {
    background: url(../images/vk30.png) no-repeat;
    background-position: 0px 0px;
}

.footer_social_btn._in {
    background: url(../images/inst30.png) no-repeat;
    background-position: 0px 0px;
}

/* ------------------------------------------------------------ */

.footer_market {
    display: inline-block;
    margin: 15px 0 0 0;
}

.footer_market_title {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.footer_market_link {
    display: inline-block;
    vertical-align: middle;
}

.footer_market_link img {
    display: block;
}

a.footer_market_button {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin: 0 0 0 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #910017;
    color: #fff !important;
    background: red;
    background-position: 0px 0px;
    cursor: pointer;
    border-left: 0;
    border-radius: 0;
    -webkit-transform: skewX(-13deg);
    -moz-transform: skewX(-13deg);
    -o-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg)
}

a.footer_market_button:hover {
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
}

/* ------------------------------------------------------------ */

.footer_mobile_view {
    margin: 15px 0;
    color: #ee4749;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}

/* ------------------------------------------------------------ */

#copyrights {
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
    color: #a7a7a7;
}

#copyrights a:link,
#copyrights a:visited {
    color: #545454;
    text-decoration: underline;
}

#copyrights a:hover {
    color: black;
    text-decoration: none;
}

/* ------------------------------------------------------------ */

@media (max-width: 520px) {
    .footer_search_form {
        margin: 0 auto;
    }
    
    .footer_social {
        margin: 15px 0 0 0;
        text-align: center;
    }
    
    .footer_market {
        margin: 15px 0 0 0;
        text-align: center;
    }
    
    #copyrights {
        margin-top: 20px;
    }
}

/* ------------------------------------------------------------ */

#sitemap {
    float: left;
    width: 11%;
    color: #a7a7a7;
    font-size: 85%;
    text-align: center;
    padding-top: 8px;
}

#sitemap a {
    padding-left: 15px;
    background: url("../images/sitemap.png") no-repeat 0 3px;
}

#sitemap a:link,
#sitemap a:visited {
    color: #a7a7a7;
    text-decoration: underline;
}

#sitemap a:hover {
    color: #a7a7a7;
    text-decoration: none;
}

/* ------------------------------------------------------------ */

#footer .basket_panel {
    float: right;
    font-size: 13px;
    width: 179px;
    margin-top: 5px;
    padding: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding-top: 17px;
}

#footer .basket_panel:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#footer .basket_panel .prod_in_basket {
    margin-left: 6px;
    text-decoration: none;
}

#footer .basket_panel .basket_btn {
    float: left;
    width: 70px;
    font-weight: bold;
    padding-left: 29px;
    background: url(/design/muzdrive/images/korzina2.png) left -3px no-repeat;
    padding-top: 7px;
    height: 27px;
    padding-left: 39px;
    width: 60px;
    margin-top: -7px;
}

/* ------------------------------------------------------------ */

#footer .footer_line {
    width: 100%;
    margin: 25px 0 26px;
    border-top: 1px solid #DDDDDD;
}

/* ------------------------------------------------------------ */

#goTop {
    width: 83px;
    height: 67px;
    background: url(../images/up.png) 0 center no-repeat;
    position: fixed;
    bottom: -100px;
    right: 50px;
}

.info_h {
    text-align: center;
}

.nalll,
.beznalll,
.banklll {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50px auto;
    padding-left: 60px;
    margin-bottom: 1em;
}

.nalll {
    background-image: url("/img/icons/ff2.png");
    min-height: 50px;
}

.beznalll {
    background-image: url("/img/icons/ff3.png");
    min-height: 60px;
}

.banklll {
    background-image: url("/img/icons/ff1.png");
    min-height: 40px;
}

.uuyeuieu {
    border-collapse: collapse;
    margin-bottom: 2em;
    max-width: 100%;
}

.uuyeuieu td {
    border: 2px solid #ccc;
    padding: 10px;
    text-align: center;
}

.uuyeuieu tr:first-child td {
    background-color: #64983a;
    color: white;
    white-space: nowrap;
}

div#fancybox-outer {
    background: transparent;
}

div#fancybox-bg-n {
    top: -17px;
}

div#fancybox-bg-e {
    right: -17px;
}

div#fancybox-bg-s {
    bottom: -17px;
}

div#fancybox-bg-w {
    left: -17px;
}

a#fancybox-close {
    background: url('../images/btn_close_fancy.png')0 0 no-repeat;
    width: 17px;
    height: 17px;
}


#vk_comments {
    margin-left: -15px;
    /*width: 290px !important;*/
}

/*Политика*/

.polit .politMessage {
    line-height: 30px;
    margin: 0;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.polit .politСontent {
    padding: 0 20px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.polit {
    width: 100%;
    background-color: #f8eed7;
    background-repeat: repeat-x;
    height: 30px;
    background: #dbe6ed;
    padding: 0;
    bottom: 0;
    position: fixed;
}

.politClose {
    margin-right: 100px;
    margin-top: -25px;
    float: right;
    color: black;
}

.x-mark {
    width: 15px;
    height: 15px;
    position: relative;
    top: 4px;
}


/*Политика конец*/