.mmenu {
    height: 25px;
    width: 100%;
    left: 0;
    right: 25px;
    top: 7px;
    position: absolute;
    margin: auto;
    z-index: 999;
    cursor: pointer;
    display: none;
	text-align: center;
}

.mmenu span {
    z-index: 999;
    display: block;
    height: 25px;
    margin: auto;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

@media (max-width: 380px) {
    .mmenu span {
        margin: 0 0 0 60px;
        text-align: left;
    }
}

.mmenu > div {
    text-align: left;
    height: 25px;
    width: 35px;
    margin: auto;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 0px;
}
.mmenu > div:after, .mmenu > div:before, .mmenu div > div {
    background: #fff;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    content: '';
	position: absolute;
	height: 20%;
	width: 100%;
}

.mmenu > div:after{bottom:0;}
.mmenu > div:before{top:0;}
.mmenu div > div {top:0;bottom:0;margin:auto;}
.mmenu.active > div:after,.mmenu.active > div:before{top:0;bottom:0;margin:auto;}
.mmenu.active > div:after{-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.mmenu.active > div:before{-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}
.mmenu.active div > div{display:none;}

.mcat {
    color: #444;
    border-bottom: 1px dashed;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    display: none;
}

.mcat:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 15px;
    width: 0;
}

.mcat.active:after {
    border-top: none;
    border-bottom: 7px solid;
}

html {-webkit-text-size-adjust:100%;}
body {
    min-width: 320px;
}

#header .catalog_menu {
    display: table;
    width: 100%;
    padding: 0;
}
#header .catalog_menu .item {
    display: table-cell;
    padding: 11px 0;
}
#header .catalog_menu .item > a span {
    display: block;
    text-align: center;
}
#header .catalog_menu .item .sub_item > table {
    width: 100%;
}
#product-view .mtable .info .free_shipping_block {
    max-width: 400px;
}
#special_block {
    margin: 30px auto;
    padding: 10px 30px 30px 30px;
    background: #ededed;
}

#special_block .bl1, 
#special_block .bl2, 
#special_block .bl3{
    float: left;
    width: 33.3%;
}

.wrap_spec_block{
    margin: 0;
    margin-left: 227px;
}

#special_block .bl_title{
    text-align: center;
    margin-bottom: 30px;
}

#special_block p{
    font-size: 14px;
}

#special_block .bl_title p:first-child{
    font-size: 20px;
}    

#special_block .bl1 p, 
#special_block .bl2 p, 
#special_block .bl3 p{
    margin: 0px;
}    

#special_block .bl1 p{
    text-align: left;
    padding-left: 33px;
}
#special_block .bl2 p{
    text-align: left;
    padding-left: 40px;
}

#special_block #product_feedback{
    display: inline-block;
    padding: 0px !important;
    border-left: 0;
    border-radius: 0;
    background: url(../images/feedback.png) 0px 0px no-repeat;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF !important;
    width: 233px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    background-position: 0px -66px;
    font-style: italic;
    text-shadow: 1px 1px 1px #910017;
}

#special_block .bl2 {
    background: url(/design/muzdrive/images/pochta.png);
    background-repeat: no-repeat;
    background-position-y: 4px;
}
#special_block .bl1 {
    background: url(/design/muzdrive/images/tele.png);
    background-repeat: no-repeat;
    background-position-y: 4px;
}

@media (max-width: 940px) {
    #special_block .bl1,
    #special_block .bl2 {
        width: 50%;
    }
    
    #special_block .bl3 {
        width: 100%;
        margin: 20px 0 0 0;
    }
}

@media (max-width: 480px) {
    #special_block .bl_title {
        margin-bottom: 0;
    }
    
    #special_block .bl1,
    #special_block .bl2,
    #special_block .bl3 {
        width: 100%;
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 1100px) {
    #rightcol img {
        max-width: 100%;
        height: auto !important;
    }
    
    #header .catalog_menu .item > a span {
        padding: 0 5px 0 8px;
    }
    
    #body {
        padding: 20px 15px;
    }
    
    #body > table {
        table-layout: fixed;
    }
    
    #leftcol {
        width: 180px;
    }
    
    #index-block .slider_index, .flexslider {
        max-width: 100%;
    }
    
    #rightcol iframe {
        max-width: 100%;
    }
    
    #fancybox-wrap {
        left: 0 !important; right: 0;
        margin: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #fancybox-wrap, #fancybox-content, #product_in_cart {
        max-width: 100%;
    }
    
    #fancybox-title {
        max-width: 100%;
        margin-left: 20px !important;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #review table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    #certificat {
        width: 169px;
    }
    
    #certificat .flexslider, #certificat .flexslider .slides li{
        min-width: 169px;
    }
}

@media screen and (min-width: 1001px) {
    #header .catalog_menu .item {       
        display: table-cell !important;
    }
}

@media screen and (max-width: 1000px) {
    #header .catalog_menu {
        display: block;
    }
    
    #header .catalog_menu .item .sub_item {
        display: none !important;
    }
    
    #header .bottom_section {
        position: relative;
    }
    
    .mmenu {
        display: block;
    }
    
    #header .catalog_menu {
        padding-top: 38px;
        height: auto;
        background-color: #7aa656;
        -webkit-columns: auto 130px;
        -moz-columns: auto 130px;
        columns: auto 130px; 
    }
    #header .catalog_menu .item {        
        display: none;
        padding: 0;
    }
    #header .catalog_menu .item:hover {
        background: #9cc17c;
    }
    #header .catalog_menu .item > a {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        padding: 7px 0;
    }
    #header .catalog_menu .item > a span, #header .catalog_menu .item.first > a span {
        padding: 0 15px;
        border: none;
    }
    #header .catalog_menu .item > a span { 
        text-align: left;
    }
    table.contacts, #product-view .mtable {
        table-layout: fixed;
    }
    #product-view .mtable .pic, #product-view .mtable .info {
        display: block;
        width: auto;
        padding-left: 0;
    }
    .feedback {
        width: 270px;
        max-width: 100%;
    }
    .product_video {
        max-width: 100%;
    }
    #product-view .mtable .pic .other {
        width: 100%;
    }
    #product-view .mtable .pic .main {
        margin-right: 20px;
    }
    #product-view .mtable .info {
        padding-top: 10px;
    }
    #product-view .social {
        margin-top: 0;
    }
    #product-view .social:after {content:'';display:block;clear:both;}    
    #compare > table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 900px) {
    #header .search {
        width: 250px;
        padding: 13px 15px 7px;
    }
    #header .search .search_form {
        width: 220px;
    }
    #header .search .search_form .search_input {
        width: 130px;
    }
    #header .login_and_basket {
        width: 350px;
        padding: 1px 25px 1px 0;    
    }    
    .table_ic, .table_ic_six {
        table-layout: fixed;
        width: 100%;
        margin-left: 0;
    }
    .table_ic td div, .table_ic_six td div {
        width: auto;
        font-size: 12px;
        word-wrap: break-word;
    }
    .cuadro {
        width: auto !important;
    }
    #index-catalog .tabs ul {
        height: auto;
    }
    #index-catalog .tabs ul li {
        float: none;
    }
    #index-catalog .tabs ul li a:link, #index-catalog .tabs ul li a:visited {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    #index-catalog .tabs ul li a:hover, #index-catalog .tabs ul li a.selected {
        border: 1px solid #d6d6d6;
    }
    #index-catalog .tabs ul li {
        padding-bottom: 3px;
    }
}

@media screen and (min-width: 731px) {
    .menu-box, .menu-box-title {
        display: block !important;
    }
}

@media screen and (max-width: 730px) {
    #rightcol h1 {
        font-size: 24px;
        line-height: 1.2;
        margin-top: 20px;
    }
    
    #rightcol h2 {
        font-size: 16px;
        line-height: 1.2;
    }
    
    #header .middle_section {
        height: 85px;
        background-color: #fff;
        position: relative;
    }
    
    #header .search {
        padding: 13px 15px 0;
        position: absolute;
        left: 0; right: 0;
        bottom: 3px;
        margin: auto;
    }
    
    #header .login_and_basket {
        float: none;
        padding: 0px 25px 1px 15px;
        width: auto;
    }
    
    #body > table, 
    #body > table > tbody, 
    #body > table > tbody > tr, 
    #body> table > tbody > tr > td {
        display: block;
        width: auto;
    }
    
    .menu-box ul {
        -webkit-columns: auto 130px;
        -moz-columns: auto 130px;
        columns: auto 130px;
    }
    
    .mcat {
        display: block;        
    }
    
    .menu-box, 
    .menu-box-title, 
    #reviews-block, 
    #index-block .slider_index, 
    .flexslider {
        display: none;
    }
    
    #rightcol {
        padding-left: 0;
    }
    
    #index-about {
        padding-right: 0;
    }
    
    #index-catalog .tabs_content .item {
        width: auto;
    }
    
    #index-catalog .tabs_content .item > div {
        width: auto !important;
    }
    
    #index-catalog .tabs_content .item .info {
        float: none;
        margin-left: 147px;
        overflow: hidden;
        width: auto;
    }
    
    #index-catalog .tabs_content .item .info .price {
        margin-left: 0;
    }
    
    #spec-list table {
        table-layout: fixed;
    }
    
    #spec-list table td {
        display: block;
        width: auto !important;
        padding-bottom: 10px;
    }
    
    #rightcol iframe {
        height: 250px !important;
    }
    
    #product-view .social .btn iframe {
        height: 20px !important;
    }
    
    #product-view .others_list .item .pic {
        float: none;
    }
    #product-view .others_list .item .info {
        margin-left: 0;
    }
    .btext p {
        overflow: hidden;
    }
    #basket {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #basket > table {
        min-width: 500px;
    }
    #basket .info .title {
        font-size: 14px;
    }
    #login .remind {
        white-space: nowrap;
    }
    .table_ic_six + p, .table_ic_six + p + p {
        text-align: center;
    }
    .wrap_spec_block{
    margin-left: auto;
   }
}
@media screen and (max-width: 670px) {	
	#product-view .social{
		display:none;
	}
	
	#product-view .mtable .pic .main,
	#product-view .mtable .pic .other{
		text-align:center;
	}
	
	#product-view .mtable .pic .other a{
		float:none;
		display:index-block;
		vertical-align:top;
	}
	
	.preim_main div.preim_block {
		width: 33.33%!important;
	}
    
    .nbud {
        margin-left: 0;
        margin-top: 0;
        position: static;
    }
    
    #sitemap {
        width: auto;
        padding-top: 0;
    }
    
    #catalog-list .header .num, #catalog-list .header .sort {
        display: block;
        width: auto;
        text-align: left;
    }
    #catalog-list .header .sort {
        margin-top: 10px;
    }
}

@media screen and (max-width: 550px) {
    #review table .fancybox img {
        width: 70px;
    }
    
    #review table span[style="font-size: xx-large;"] {
        display: inline-block;
        font-size: 16px !important;
        width: 70px !important;
    }
    
    #spec table {
        table-layout: fixed;
    }
    
    #spec table td {
        display: block;
        width: auto !important;
    }
}

@media screen and (max-width: 430px) {
    #header .login_and_basket {
        background-position: 165px 0;
        padding: 1px 15px 3px;
    }
    #header .login_and_basket .basket_panel {
        width: 40%;
        margin-top: 0px;
        /*text-align: right;*/
    }
	#header .login_and_basket .basket_panel .prod_in_basket .price_cart{
		font-size:11px;
	}
    #header .login_and_basket .basket_panel .basket_btn {
        float: none;
        width: auto;
    }
    #index-catalog .tabs_content .item .pic {
        float: none;
        display: inline-block;
    }
    #index-catalog .tabs_content .item .info {
        margin-left: 0;
        margin-top: 5px;
    }
    #tab_opinions .op_item .pic {
        float: none;
    }
    #tab_opinions .op_item .info {
        margin-left: -15px;
    }
    #catalog-list .header .sort strong {
        display: block;
        margin-bottom: 4px;
    }
    #catalog-list .header .sort select {
        float: left;
        margin-right: 10px;
    }
    .catalog-item .pic, .catalog-item .info {
        display: block;
        padding-left: 0;
    }
    #rightcol .title {
        font-size: 14px;
    }
    #brands-list li {
        font-size: 12px;
    }
    #product-view .mtable .info .free_shipping {
        padding: 25px 8px 20px 71px;
        width: 100%;
    }
    #product-view .mtable .info .price {
        float: none;
        margin-bottom: 10px;
    }
    .product_payment .payment_text {
        margin-top: 5px;
    }
    #product-view .mtable .pic .main {
        margin-right: 0;
        max-width: 100%;
    }
    .feedback_form {
        padding: 15px;
    }    
    #product-view .mtable .pic .other a img {
        width: 110px;
    }
    #product-view .others_list .item .info .price {
        font-size: 14px;
    }
    #product_in_cart .product .pic, #product_in_cart .product .info {
        display: block;
        width: auto;
        padding-left: 0;
    }
    #product_in_cart > .footer .buttons a {
        margin: 3px 0;
    }
    #product_in_cart > .footer .total {
        text-align: left;
    }
    #sitemap_page, #catalog-category ul {
        padding-left: 0;
    }
    #registration input {
        width: 150px;
    }
    #product-view .mtable .info .available{
    position: relative;
    bottom: 88px;
    line-height: 20px;
    text-align: center;
}

#product-view .mtable .info {
    padding-top: 35px;
}
#product-view .mtable .info .price_block.basket{
    text-align: center;
}
#product-view .mtable .info .price{
        display: inline;
}
.product_payment{
    text-align: center;
    margin-top: 0px;
}
.product_action_link{
    padding: 6px 0px 6px 32px;
    background: url(../images/birthday_action_percent.png) 0px 1px no-repeat;
    border-right: none;
        margin-right: 0;
}
.product_payment .master_card{
    margin: 0;
}
.product_payment .payment_text{
    width: 100%;
    text-align: center;
}
.product_benefits_block .benefits_block{
    float: none;
    width: 32%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.product_benefits_block .benefits_block > div p.image_block,
.product_feedback_form .product_feedback {
    float: none;
    margin: auto;
}

.product_benefits_block .benefits_block > div p {
    float: none;
}

.wrap_others_list_title li{
        width: 94.5%;
}
.wrap_others_list_title li.active{
    width: 94%;
}
#product-view .others_list{
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
}
#product-view .mtable .info .buy_button{
    float: none;
}
#product-view .mtable .info .basket a:link{
    display: inline-block;
}

}

@media screen and (max-width: 780px) {
    #header .info_h {
        float: left;
        height: 36px;
        padding: 0px 0 0px;
        width: 100%;
        margin-top: 3px;
    }
}
@media screen and (max-width: 730px){
.product_benefits_block {
    margin-bottom: 20px;
    clear: both;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.product_benefits_block .benefits_block {
    float: none;
}
.product_benefits_block .benefits_block > div.product_range_block > .product_tooltip {
    max-width: 240px;
    min-width: 240px;
    top: -287px;
    left: -16px;
}
.product_benefits_block .benefits_block > div.product_range_block > .product_tooltip:after {
    left: 33px;
}

}
@media screen and (max-width: 405px) {
    .product_benefits_block .benefits_block {
        float: left;
    }
    .product_benefits_block .benefits_block > div.free_shiping_block > .product_tooltip {
        max-width: 238px;
        top: -87px;
        left: -15px;
        text-align: center;
        padding-bottom: 15px;
    }
    .product_benefits_block .benefits_block > div.free_shiping_block > .product_tooltip:after {
        left: 30px;
    }
    .product_benefits_block .benefits_block > div.product_guarantee_block > .product_tooltip {
        max-width: 240px;
        top: -185px;
        left: -15px;
    }

    .product_benefits_block .benefits_block > div.product_guarantee_block > .product_tooltip:after {
        left: 26px;
    }
}
@media screen and (max-width: 445px) {
    .product_kak_link {
        background: url(../images/kak.png) -10px 0px no-repeat;
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .product_kak_link {
        font-size: 16px;
    }
    
    #product-view .switch a, 
    #product-view .mtable .info .switch a,
    #product-view .switch a.opinions,
    #product-view .mtable .info .switch a.opinions {
        padding: 4px 15px 4px 15px;
    }
}

@media screen and (max-width: 350px) {
    .product_kak_link {
        background: url(../images/kak.png) -14px 0px no-repeat;
        font-size: 14px;
    }
    
    .preim_main div.preim_block {
        width: 50%!important;
    }
    
    #cert-ram, #pictures{
        display: none;
    }
    
    .wrap_others_list_title li{
        width: 93.5%;
    }
    
    .wrap_others_list_title li.active{
        width: 92%;
    }
}