@import url("common.css");
@import url("main.css?11");

body {
    background-attachment: fixed !important;
}

.zakaz_1_button
{
	cursor: pointer;
    font-weight: bold;
    padding: 3px;
    position: relative;
    top: 4px;
    border-bottom: 1px dashed silver;
    color: #679540;
    left: 143px;
    font-style: italic;
}

.phones .product_feed {
    margin-top: 13px;
}
.phones .product_feed {
    float: left;
    margin-top: 13px !important;
}

#inner-block {
    height: 55px;
    padding-left: 10px;
}

#inner-block #phone {
    margin-top: -7px;
    float: left;
    font-size: 190%;
    padding-right: 20px;
    padding-top: 6px;
}

#inner-block .search-form {
    margin-left: 280px;
}

#rightcol h1,
#rightcol .h1 {
    font-size: 250%;
    color: #ee4749;
    margin-bottom: 20px;
    line-height: 1em;
}

#rightcol h2,
#rightcol .h2 {
    font-size: 140%;
    font-weight: bold;
}

#rightcol h3,
#rightcol .h3 {
    font-size: 110%;
    font-weight: bold;
}

#rightcol h4,
#rightcol .h4 {
    font-size: 100%;
    font-weight: bold;
}

#rightcol h5 {
    font-size: 90%;
    font-weight: bold;
}

#rightcol .back {
    margin-top: 15px;
    font-size: 85%;
    color: gray;
}

#rightcol .back a:link,
#rightcol .back a:visited {
    color: gray;
    text-decoration: underline;
}

#rightcol .back a:hover {
    color: gray;
    text-decoration: none;
}

#rightcol .title {
    font-size: 140%;
    font-weight: bold;
}

#rightcol .till_block .title {
    margin-top: 6px;
    height: 4.2em;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 15px;
    line-height: 1.4;
}

.tab_item {
    display: none;
}

.tab_item.active {
    display: block;
}

.tab_item.active dd {
    margin: 5px 0;
}

.tab_item.active .fields td a.button {
    margin: 10px 0 0 0;
}

.btext ul,
.btext ol {
    margin-bottom: 10px;
}

.btext ul ul,
.btext ol ol {
    margin-top: 5px;
}

.delivery_ul li {
    margin-left: 0px !important;
}

.btext ul li {
    padding-left: 18px;
    background: url("../images/li_text.gif") no-repeat 0 8px;
    margin-bottom: 4px;
    margin-left: 10px;
}

.btext ol li {
    margin-left: 30px;
    margin-bottom: 4px;
}

.vert-align-top {
    vertical-align: top;
}

.vert-align-middle {
    vertical-align: middle;
}

.vert-align-bottom {
    vertical-align: bottom;
}

.pager {
    padding-top: 10px;
    border-top: 1px dotted #CFCFCF;
    clear: both;
}

.pager ul li {
    display: block;
    float: left;
    padding: 4px 8px;
    margin-right: 3px;
    border: 1px solid #CFCFCF;
}

.pager ul li.sel {
    background-color: #EFEFEF;
    font-weight: bold;
}

.pager div {
    float: left;
    color: #ee4749;
    padding: 3px 7px 0 7px;
}


/* per index page */

.pager_index {
    padding-top: 12px;
}

.pager_index ol {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background: url(../images/bg_pager_index.jpg) 0 0 repeat-x;
    background-size: 100% 100%;
    font-size: 0;
}

.pager_index ol li {
    display: inline-block;
    zoom: 1;
    color: #FFFFFF;
    font-size: 15px;
}

.pager_index ol li.item_pager div {
    padding: 12px 15px 10px;
    color: #FFFFFF !important;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none !important;
    background: url(../images/bg_pager_index_separator.png) left center no-repeat;
}

.pager_index ol li.item_pager div:hover,
.pager_index ol li.sel {
    background: url(../images/bg_sel_pager_index.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.pager_index ol li:hover+li div,
.pager_index ol li.sel div,
.pager_index ol li.sel+li div,
.pager_index ol li.first div {
    background: none;
}

.pager_index .prev,
.pager_index .next {
    background: url(../images/bg_index_page_prevnext.png) no-repeat;
    cursor: pointer;
}

.pager_index .prev {
    float: left;
    background-position: 0 -37px;
}

.pager_index .next {
    float: right;
    background-position: 0 0;
}

.pager_index .prev div,
.pager_index .next div {
    display: block;
    width: 44px;
    height: 37px;
}

.redlink a:link,
.redlink a:visited {
    color: #ee4749;
    text-decoration: underline;
}

.redlink a:hover {
    color: #ee4749;
    text-decoration: none;
}

.prompt {
    /*font-size: 85%;*/
    color: gray;
}

.error {
    padding: 7px 10px 7px 30px;
    background: url("../images/bullet_error.png") no-repeat 0px -2px;
    border: 1px solid red;
    font-size: 85%;
    color: red;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.spacer {
    overflow: hidden;
    height: 1px;
    border-bottom: 1px dotted gray;
    margin: 15px 0;
}


/* fancybox */

#tip7-title {
    text-align: center;
}

#tip7-title b {
    display: block;
}

#tip7-title div {
    font-size: 90%;
    color: gray;
    margin-top: 2px;
}


/* -------------- index ---------------- */


/* reviews */

#reviews-block {
    margin-bottom: 20px;
}

#reviews-block dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

#reviews-block dd {
    margin-bottom: 7px;
    color: #333333;
    font-size: 12px;
    line-height: 1.3em;
}

#reviews-block .date {
    padding-bottom: 11px;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 12px;
    color: #848484;
}

#reviews-block a:link,
#reviews-block a:visited {
    color: #ef484a;
    text-decoration: underline;
}

#reviews-block a:hover {
    color: #ef484a;
    text-decoration: none;
}

#reviews-block .more {
    font-size: 85%;
    color: #ee4749;
}

#reviews-block .more a:link,
.menu-box .more a:visited {
    color: #ee4749;
    text-decoration: underline;
}

#reviews-block .more a:hover {
    color: #ee4749;
    text-decoration: none;
}


/* phone */

#index-block {
    margin-bottom: 15px;
}

#index-about {
    padding-right: 20px;
    font-size: 95%;
}

#index-about p {
    line-height: 1.3em;
}

#index-block .slider_index {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    display: inline-block;
}

.flexslider {
    width: 90%;
    border: none;
    float: left;
    margin: 0 5%;
    padding-bottom: 55px;
}

.flexslider .slides li {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 189px;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    /*max-width: 988px;*/
    max-height: 362px;
    height: auto;
}

#certificat .flexslider .slides img {
    width: 100%;
    height: auto;
}

.flex-control-nav {
    position: absolute;
    bottom: 0px;
    border-radius: 10px;
}

.flex-control-nav li:first-child {
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.flex-control-nav li:nth-last-child(1) {
    padding-right: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.flex-control-nav li {
    margin: 0;
    padding: 6px 3px;
    background: #FFFFFF;
}

.flex-control-nav li a {
    width: 11px;
    height: 11px;
    font-size: 0;
    background-image: url(../images/slider_nav_btn.png) !important;
    background-repeat: no-repeat;
    background-position: 0 -11px;
}

.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover {
    background-position: 0 0;
}

.flexslider .flex-direction-nav a {
    /* width: 14px;
    height: 21px;
    margin-top: -10px;
    background: url(../images/slider_btn.png) no-repeat;*/
    background-image: url('../images/arrow_slider.png');
    width: 31px;
    height: 51px;
}

.flexslider .flex-direction-nav .flex-prev {
    background-position: 0 0;
    left: -50px;
}

.slider_catalog .flexslider .flex-direction-nav .flex-prev {
    left: -40px;
}

.flexslider .flex-direction-nav .flex-prev:hover {
    background-position: 0 100%;
}

.flexslider .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -50px;
}

.slider_catalog .flexslider .flex-direction-nav .flex-next {
    right: -40px;
}

.flexslider .flex-direction-nav .flex-next:hover {
    background-position: 100% 100%;
}


/* spec */

#index-spec {
    margin-bottom: 30px;
}


/* adv */

#index-adv {
    margin-top: -10px;
    margin-bottom: 50px;
}

#index-adv p img {
    width: 185px;
}


/* catalog */

#index-catalog .tabs {
    border-bottom: 1px solid #d6d6d6;
}

#index-catalog .tabs ul {
    height: 36px;
}

#index-catalog .tabs ul li {
    display: block;
    float: left;
    height: 35px;
    margin-right: 2px;
    padding-bottom: 1px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

#index-catalog .tabs ul li a:link,
#index-catalog .tabs ul li a:visited {
    outline: none;
    display: block;
    line-height: 35px;
    padding: 0px 15px;
    text-decoration: none;
    background-color: #eeeeee;
    font-size: 120%;
    color: #535865;
    border: 1px solid #fff;
    border-bottom: 0 none;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

#index-catalog .tabs ul li a:hover,
#index-catalog .tabs ul li a.selected {
    background-color: #fff;
    color: #000;
    border: 1px solid #d6d6d6;
    border-bottom: 1px solid #fff;
}

#index-catalog .tabs_content {
    position: relative;
    clear: both;
    padding: 15px 15px 15px 15px;
    border: 1px solid #d6d6d6;
    border-top: 0 none;
    margin-bottom: 25px;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
}

#index-catalog .tabs_content .item {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 308px;
    padding: 0 10px 20px 0;
}

#index-catalog .tabs_content div[id^=page_] {
    display: none;
}

#index-catalog .tabs_content div[id^=page_]:first-child {
    display: block;
}

#index-catalog .tabs_content .item h3,
#index-catalog .tabs_content .item .h3 {
    margin-bottom: 7px;
    line-height: 1.2em;
}

#index-catalog .tabs_content .item .pic {
    width: 125px;
    float: left;
    position: relative;
}

#index-catalog .tabs_content .item .pic img {
    border: 2px solid #b7b7b7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#index-catalog .tabs_content .item .pic div[class^=flag],
#product-view .others_list .item .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;
}

#index-catalog .tabs_content .item .pic .action_flag,
#product-view .others_list .item .pic .action_flag {
    position: absolute;
    left: -12px;
    bottom: -7px;
    width: 55px;
    height: 55px;
    margin: 0;
}

#index-catalog .tabs_content .item .pic .action_flag img #product-view .others_list .item .pic .action_flag img {
    border: none;
}

#index-catalog .tabs_content .item .pic div+div {
    margin-bottom: 20px;
}

#index-catalog .tabs_content .item .pic div+div+div {
    margin-bottom: 40px;
}

#index-catalog .tabs_content .item .pic div.flag_hit,
#product-view .others_list .item .pic div.flag_hit {
    background-color: #e80800;
}

#index-catalog .tabs_content .item .pic div.flag_new,
#product-view .others_list .item .pic div.flag_new {
    background-color: #58941f;
}

#index-catalog .tabs_content .item .pic div.flag_sale,
#product-view .others_list .item .pic div.flag_sale {
    background-color: #f2b100;
}

#index-catalog .tabs_content .item .info {
    width: 160px;
    float: left;
    margin-left: 15px;
}


/* --- Покупка --- */

#index-catalog .tabs_content .item .info .basket,
#product-view .others_list .item .info .basket {
    float: left;
}

#index-catalog .tabs_content .item .info .buy_button.mini,
#product-view .others_list .item .info .basket .buy_button.mini {
    display: block;
    float: left;
    margin-left: -3px;
    width: 51px;
    height: 30px;
    text-decoration: none;
    background: url("../images/mini_basket_button_bg.png") no-repeat 0 0;
}

#index-catalog .tabs_content .item .info .buy_button.mini:hover,
#product-view .others_list .item .info .basket .buy_button.mini:hover {
    background-position: 0 -30px;
}


/* --- Цена товара --- */

#index-catalog .tabs_content .item .info .price {
    display: block;
    margin-left: -7px;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 1px #35642b;
}

#index-catalog .tabs_content .item .info .price .left_part,
#index-catalog .tabs_content .item .info .price .middle_part,
#index-catalog .tabs_content .item .info .price .right_part {
    height: 100%;
    float: left;
}

#index-catalog .tabs_content .item .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;
}

#index-catalog .tabs_content .item .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;
}

#index-catalog .tabs_content .item .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;
}

#index-catalog .tabs_content .item .info .anot {
    line-height: 1.2em;
    font-size: 85%;
}


/* last opinion */

#tab_opinions {
    margin: -15px -15px 0px -15px;
    background-color: white;
    padding: 15px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#tab_opinions h2,
#tab_opinions .h2 {
    margin-bottom: 20px;
}

#tab_opinions .op_item {
    margin-bottom: 20px;
    clear: both;
}

#tab_opinions .op_item .pic {
    float: left;
}

#tab_opinions .op_item .pic img {
    border: 2px solid #b7b7b7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#tab_opinions .op_item .info {
    margin-left: 125px;
    padding-left: 15px;
}

#tab_opinions .op_item .info h3,
#tab_opinions .op_item .info .h3 {
    margin-bottom: 10px;
}

#tab_opinions .op_item .info .opinion {
    padding: 10px;
    background-color: #efefef;
}

#tab_opinions .op_item .info .opinion dl dt {}

#tab_opinions .op_item .info .opinion dl dt span {
    font-size: 80%;
    color: gray;
}

#tab_opinions .op_item .info .opinion dl dd {
    font-size: 85%;
}


/* --- Цена товара --- */

#tab_opinions .op_item .price {
    display: block;
    margin-left: -28px;
    margin-right: 10px;
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 1px #35642b;
}

#tab_opinions .op_item .price .left_part,
#tab_opinions .op_item .price .middle_part,
#tab_opinions .op_item .price .right_part {
    height: 100%;
    float: left;
}

#tab_opinions .op_item .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;
}

#tab_opinions .op_item .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;
}

#tab_opinions .op_item .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;
}


/* -------------- reviews ---------------- */

#reviews-list dt {
    margin-bottom: 0px;
}

#reviews-list dt div {
    color: gray;
    font-size: 85%;
    font-style: italic;
    margin-bottom: -3px;
}

#reviews-list dd {
    margin-bottom: 25px;
    margin-top: 5px;
}

#review .date {
    color: gray;
    font-size: 85%;
    font-style: italic;
}


/* -------------- spec ---------------- */

#spec-list td {
    padding-bottom: 25px;
}

#spec-list h2,
#spec h2,
#spec-list h1.h2,
#spec h1.h2 {
    margin-bottom: 10px;
    color: black;
}

#spec-list .anot,
#spec .anot {
    color: gray;
    font-size: 85%;
}

#spec .text {
    margin: 15px 0 25px 0;
}


/* -------------- catalog ---------------- */

#catalog-nav {
    margin-bottom: 15px;
}

#catalog-nav li {
    display: inline;
    /*font-size: 85%;*/
    color: #000;
}

#catalog-nav li a:link,
#catalog-nav li a:visited {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}

#catalog-nav li a:hover {
    color: black;
    text-decoration: none;
}

#catalog-nav li a span {
    font-size: 100%;
}

#catalog-nav li span {
    font-size: 130%;
}

#catalog-nav li.sel {
    /*font-weight: bold;*/
    font-size: 100%;
}

#catalog-nav li.sel span {
    font-weight: normal;
    font-size: 100%;
}

#category-description,
.product_green_message {
    border: 1px dashed #8fcc5e;
    padding: 1px 15px;
    color: #000;
    background-color: #f6ffef;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 25px;
    border-radius: 3px;
}

#category-description p,
.product_green_message p {
    margin: 10px 0;
}

#catalog-category ul {
    margin: 10px 0 25px 0;
    padding-left: 20px;
}

#catalog-category>ul>li {
    font-size: 140%;
    /*padding-left: 14px;
    background: url("../images/catalog_category_bullet.gif") no-repeat 0 10px;*/
    margin-bottom: 10px;
    /*float: left;*/
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#catalog-category>ul>li .wrap_img_cat {
    display: inline-block;
    width: 150px;
    max-width: 50%;
    vertical-align: top;
}

#catalog-category>ul>li .wrap_cat_list_block {
    display: inline-block;
    max-width: 50%;
}

#catalog-category li a,
#catalog-category li img {
    vertical-align: top;
}

#catalog-category li img {
    max-width: 150px;
    text-align: center;
}

#catalog-category li li {
    font-size: 80%;
    padding-left: 12px;
    background: url("../images/catalog_category_bullet.gif") no-repeat 0 5px;
    margin-bottom: 10px;
}

#catalog-category li li li {
    font-size: 90%;
}

#catalog-category li li li li {
    font-size: 100%;
}

#catalog-category li span {
    color: gray;
}

#catalog-list .header {
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #CFCFCF;
}

#catalog-list .header .num {
    /*width: 200px;*/
    color: gray;
    font-size: 85%;
    vertical-align: middle;
}

#catalog-list .header td.sort {
    color: gray;
    text-align: right;
    vertical-align: middle;
}

#catalog-list .one_list {
    margin-top: 15px;
}

#catalog-list .one_list a {
    color: #ee4749;
    text-decoration: underline;
}

#catalog-list .one_list a:hover {
    text-decoration: none;
}

.catalog-item {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.till_block .catalog-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    min-width: 240px;
    max-width: 300px;
    border: 2px solid #58941f;
    margin-right: 2%;
}

@media (min-width: 1130px) {
    .till_block .catalog-item {
        width: 32%;
    }

    .till_block .catalog-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 660px) and (max-width: 730px), (min-width: 760px) and (max-width: 1129px) {
    .till_block .catalog-item {
        width: 49%;
    }

    .till_block .catalog-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 659px), (min-width: 731px) and (max-width: 760px) {
    .till_block .catalog-item {
        width: auto;
        margin-right: 0;
    }
}

.till_block .catalog-item .title {
    margin-left: 0;
    text-align: center;
}

.catalog-item .pic {
    width: 125px;
    position: relative;
}

.catalog-item div.imgbox {
    position: relative;
    float: left;
    width: 135px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.catalog-item td.pic {
    vertical-align: middle;
}

.catalog-item td.pic div.imgbox {
    margin-top: 0px;
}

.catalog-item td.info div#variant_price {
    margin-left: 0px;
}

.till_block .catalog-item .imgbox {
    float: none;
    margin-top: 0;
    width: 98%;
    text-align: center;
    height: 130px;
}

.catalog-item .imgbox img {
    border: 2px solid #b7b7b7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.till_block .catalog-item .imgbox img {
    border: 0;
    text-align: center;
}

.catalog-item .imgbox div[class^=flag] {
    position: absolute;
    font-size: 85%;
    color: white;
    bottom: 3px;
    right: 8px;
    height: 20px;
    line-height: 20px;
    padding: 0px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.catalog-item .imgbox div+div {
    margin-bottom: 20px;
}

.catalog-item .imgbox div+div+div {
    margin-bottom: 40px;
}

.catalog-item .imgbox div.flag_hit {
    background-color: #e80800;
}

.catalog-item .imgbox div.flag_new {
    background-color: #58941f;
}

.catalog-item .imgbox div.flag_sale {
    background-color: #f2b100;
}

.catalog-item .imgbox div.action_flag {
    position: absolute;
    left: -12px;
    bottom: -7px;
    width: 55px;
    height: 55px;
    margin: 0;
}

.catalog-item .imgbox div.action_flag img {
    width: 100%;
    height: 100%;
    border: none;
}


/*.catalog-item .info { padding-left: 15px; }*/

.catalog-item .title {
    margin: 3px 0 15px 155px;
}

.catalog-item .wrap_info {
    margin-left: 155px;
}

.till_block .catalog-item .wrap_info {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    min-width: 245px;
}

.catalog-item .wrap_info [class^='wrap_btn'] {
    display: inline-block;
    vertical-align: top;
}

.till_block .catalog-item .wrap_info .wrap_btn1 {
    order: 3;
    margin: 15px auto 10px auto;
}

.till_block .catalog-item .wrap_info .wrap_btn2 {
    text-align: center;
    margin: 10px 0 7px;
}

.catalog-item .wrap_info .anot {
    margin: 10px 0 5px 0;
    font-size: 95%;
    line-height: 1.2em;
}

.till_block .catalog-item .wrap_info .anot {
    margin: 0 10px;
    height: 112px;
    overflow: hidden;
}


/* --- Цена товара --- */

.catalog-item .price {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 1px #35642b;
}

.catalog-item .price .left_part,
.catalog-item .price .middle_part,
.catalog-item .price .right_part {
    height: 100%;
    float: left;
}

.catalog-item .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;
}

.catalog-item .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;
}

.catalog-item .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;
}


/* --- Покупка --- */

.catalog-item .basket {
    float: left;
}

.submit_feedback,
.catalog-item .buy_button {
    cursor: pointer;
    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;
    text-decoration: none;
}

.submit_feedback_s .left_part,
.submit_feedback_s .middle_part,
.submit_feedback_s .right_part,
.catalog-item .buy_button .left_part,
.catalog-item .buy_button .middle_part,
.catalog-item .buy_button .right_part {
    height: 100%;
    float: left;
}

.submit_feedback_s .left_part,
.catalog-item .buy_button .left_part {
    width: 11px;
    background: url("../images/small_buy_button_bg.png") no-repeat 0 0;
}

.submit_feedback_s .middle_part,
.catalog-item .buy_button .middle_part {
    display: inline-block;
    padding: 0 12px;
    background: url("../images/small_buy_button_bg.png") repeat-x 0 -31px;
}

.submit_feedback_s .right_part,
.catalog-item .buy_button .right_part {
    width: 11px;
    background: url("../images/small_buy_button_bg.png") no-repeat 0 -62px;
}

.submit_feedback_s :hover .left_part,
.catalog-item .buy_button:hover .left_part {
    background: url("../images/small_buy_button_bg_hover.png") no-repeat 0 0;
}

.submit_feedback_s :hover .middle_part,
.catalog-item .buy_button:hover .middle_part {
    background: url("../images/small_buy_button_bg_hover.png") repeat-x 0 -31px;
}

.submit_feedback_s :hover .right_part,
.catalog-item .buy_button:hover .right_part {
    background: url("../images/small_buy_button_bg_hover.png") no-repeat 0 -62px;
}


/* --- Наличие --- */

.catalog-item .info .available {
    float: left;
    margin: 6px 0 0 5px;
    padding-top: 2px;
    font-size: 85%;
    font-style: italic;
}

.catalog-item .wrap_info .available {
    display: inline-block;
    margin: 6px 0 0 5px;
    padding-top: 2px;
    font-size: 85%;
    font-style: italic;
    vertical-align: top;
}

.catalog-item .wrap_info .categ_gift {
    display: inline-block;
    float: none;
}


/*.till_block .catalog-item .wrap_info .categ_gift+.categ_gift{
    display: none;
}*/

.till_block .catalog-item .video_product_video a {
    margin-left: 0px;
}

.till_block .catalog-item .info .available.yes {
    width: 50%;
    margin-left: 0px;
}

.catalog-item .info .categ_gifts {
    display: inline-block;
}

.till_block .catalog-item .info .categ_gifts {
    display: block;
    clear: both;
    min-height: 28px;
    padding-top: 8px;
}

.catalog-item .info .available.yes {
    background: url("../images/item_available.png") no-repeat 0 0;
}

.catalog-item .video_product_video {
    display: inline-block;
    vertical-align: top;
}

.catalog-item .video_product_video a {
    float: left;
    margin: 8px 0 0 12px;
    font-size: 85%;
    font-style: italic;
    background: url("/design/muzdrive/images/muzdriveicoplay.png") no-repeat 0 0;
    cursor: pointer;
    padding-left: 20px;
    line-height: 16px;
    text-decoration: none;
}

.catalog-item .info .available .availability_text {
    display: inline-block;
    vertical-align: middle;
}

.catalog-item .info .anot {
    margin: 10px 0 5px 0;
    font-size: 95%;
    line-height: 1.2em;
}

#product-view .manufacture .code {
    display: inline-block;
    margin-left: 18px;
}

#product-view .manufacture {
    margin: -17px 0 20px 0;
    font-size: 11px;
}

#product-view .mtable {
    margin-bottom: 30px;
}

#product-view .mtable .pic {
    width: 405px;
}

#product-view .mtable .pic .main {
    margin-bottom: 10px;
    position: relative;
}

#product-view .mtable .pic .main a img {
    border: 3px solid #8fcc5e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 400px;
}

#product-view .mtable .pic .main div[class^=flag] {
    position: absolute;
    font-size: 95%;
    font-weight: bold;
    color: white;
    right: 0px;
    *right: -6px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    bottom: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#product-view .mtable .pic .main div+div {
    margin-bottom: 30px;
}

#product-view .mtable .pic .main div+div+div {
    margin-bottom: 60px;
}

#product-view .mtable .pic .main div.flag_hit {
    background-color: #e80800;
}

#product-view .mtable .pic .main div.flag_new {
    background-color: #58941f;
}

#product-view .mtable .pic .main div.flag_sale {
    background-color: #f2b100;
}

#product-view .mtable .pic .main div.action_flag {
    position: absolute;
    left: -20px;
    bottom: -13px;
    width: 95px;
    height: 95px;
    margin: 0;
}

#product-view .mtable .pic .main div.action_flag img {
    border: none;
}

#product-view .mtable .pic .other {
    position: relative;
    margin-right: -15px;
    width: 110%;
    overflow: hidden;
}

#product-view .mtable .pic .other a {
    float: left;
    display: block;
    padding: 0 23px 10px 0;
}

#product-view .mtable .pic .other a img {
    border: 2px solid #b7b7b7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 185px;
}

#product-view .mtable .info {
    padding-left: 15px;
}


/* --- Цена товара --- */

#product-view .mtable .info .price {
    display: block;
    float: left;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 1px #35642b;
}

.price .price_left_part,
.price .price_middle,
.price .price_right_part {
    height: 100%;
    float: left;
}

.price .price_left_part {
    width: 21px;
    /*background: url("../images/price_bg_left.png") no-repeat 0 0;*/
    background: url("../images/btn_price.png") no-repeat 0 -36px;
}

.price .price_middle {
    display: inline-block;
    padding: 0 8px;
    /*background: url("../images/price_bg_center.png") repeat-x 0 0;*/
    background: url("../images/btn_price.png") repeat-x 0 -123px;
}

.price .price_right_part {
    width: 13px;
    /*background: url("../images/price_bg_right.png") no-repeat 0 0;*/
    background: url("../images/btn_price.png") no-repeat 100% 100%;
}


/* --- Покупка --- */

.submit_feedback_s,
#product-view .mtable .info .buy_button {
    display: block;
    float: left;
    margin-left: -3px;
    height: 44px;
    line-height: 44px;
    font-size: 21px;
    font-style: italic;
    color: white !important;
    text-shadow: 1px 1px 1px #910017;
    text-decoration: none;
}

.submit_feedback_s {
    margin-left: 0;
    margin-top: 10px;
    cursor: pointer;
    line-height: 44px;
    height: 44px !important;
    font-size: 21px;
    background-image: none !important;
}

#product-view .buy_button .left_part,
#product-view .buy_button .middle_part,
#product-view .buy_button .right_part {
    height: 100%;
    float: left;
}

.submit_feedback_s .left_part,
#product-view .buy_button .left_part {
    width: 14px;
    background: url("../images/buy_button_bg.png") no-repeat 0 0;
}

.submit_feedback_s .middle_part {
    width: 151px;
    text-align: center;
}

.submit_feedback_s .middle_part,
#product-view .buy_button .middle_part {
    display: inline-block;
    padding: 0 12px;
    background: url("../images/buy_button_bg.png") repeat-x 0 -45px;
}

.submit_feedback_s .right_part,
#product-view .buy_button .right_part {
    width: 14px;
    background: url("../images/buy_button_bg.png") no-repeat 0 -90px;
}

.submit_feedback_s:hover .left_part,
#product-view .buy_button:hover .left_part {
    background: url("../images/buy_button_bg_hover.png") no-repeat 0 0;
}

.submit_feedback_s:hover .middle_part,
#product-view .buy_button:hover .middle_part {
    background: url("../images/buy_button_bg_hover.png") repeat-x 0 -45px;
}

.submit_feedback_s:hover .right_part,
#product-view .buy_button:hover .right_part {
    background: url("../images/buy_button_bg_hover.png") no-repeat 0 -90px;
}


/* --- Оплата --- */

.product_payment {
    margin: 38px 0 33px;
    display: block;
    width: 100%;
    float: left;
}

.product_payment .visa_card,
.product_payment .master_card,
.product_payment .payment_text {
    display: inline-block;
    vertical-align: middle;
}

.product_payment .visa_card {
    width: 80px;
    height: 26px;
    background: url("../images/visa_card.png") no-repeat 0 0;
}

.product_payment .master_card {
    margin: 0 16px 0 8px;
    width: 48px;
    height: 29px;
    background: url("../images/master_card.png") no-repeat 0 0;
}

.product_payment .payment_text {
    font-size: 12px;
}


/* --- Наличие товара --- */

.availability_icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("../images/availability_icon.png") no-repeat;
}

#product-view .mtable .info .available span {
    display: inline-block;
    vertical-align: middle;
    ;
}

#product-view .mtable .info .availability_icon {
    margin: -3px 0 0 3px;
}

#product-view .mtable .info .availability_text {
    margin-right: 15px;
}

#product-view .mtable .info .available.yes .availability_text {
    margin-right: 0;
}

.available.yes .availability_icon {
    background-position: 0 0;
}

.available.no .availability_icon {
    background-position: 0 -16px;
}

#product-view .mtable .info .available {
    display: block;
    line-height: 47px;
    font-size: 12px;
    font-style: italic;
}

#product-view .mtable .info .available.yes {}


/* --- Доставка товара --- */

#product-view .mtable .info .free_shipping_block {
    overflow: hidden;
    margin-bottom: 32px;
    background: #f2f2f2;
    border: 1px dashed #e2e2e2;
    border-radius: 5px;
}

#product-view .mtable .info .free_shipping {
    display: block;
    float: left;
    border-right: 1px dashed #e2e2e2;
    width: 138px;
    padding: 17px 8px 16px 71px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    background: #fff url(../images/bg_free_shipping.png) 16px 17px no-repeat;
}

#product-view .mtable .info .free_shipping:hover {
    color: #ee4749;
}


/* -- Ссылка на акции у товара -- */

.product_action_link {
    display: block;
    float: left;
    padding: 6px 25px 6px 54px;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    background: url(../images/birthday_action_percent.png) 13px 1px no-repeat;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #ee4749 !important;
    border-right: 1px solid #BBBBBB;
    margin-right: 25px;
}

.product_action_link:hover {
    color: #ee4749
}

.product_kak_link {
    display: block;
    float: left;
    padding: 0px !important;
    border-left: 0;
    border-radius: 0;
    background: url(../images/kak.png) 0px 0px no-repeat;
    font-weight: normal;
    font-size: 16px;
    line-height: 46px;
    width: 395px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 19px;
    font-style: italic;
    color: white !important;
    text-shadow: 1px 1px 1px #910017;
}

.product_green_message {
    float: left;
    clear: both;
}

.product_feedback_form {
    display: block;
    font-weight: normal;
    font-size: 16px;
    clear: both;
    padding: 20px 0px 3px 0px;
    position: relative;
    float: left;
    width: 100%;
}

.product_feed #feedback_form_list {
    width: 275px;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 10;
    top: 66px;
}

.product_feed:hover #feedback_form_list {
    opacity: 1;
    visibility: visible;
}

.product_feedback_form .product_feedback {
    display: block;
    float: left;
    padding: 0px !important;
    border-left: 0;
    border-radius: 0;
    background: url(../images/feedback.png) 0px 0px no-repeat;
    font-weight: normal;
    line-height: 46px;
    color: #FFFFFF !important;
    width: 233px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 21px;
    font-style: italic;
    text-shadow: 1px 1px 1px #9a9a9a;
}

.product_feed:hover .product_feedback {
    background-position: 0px -61px;
    text-shadow: 1px 1px 1px #910017;
}

.product_feedback_form .product_feedback_text {
    display: block;
    float: left;
    padding: 8px 25px 6px 50px;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    background: url(../images/esli.png) 14px 9px no-repeat;
    color: #999999 !important;
    width: 185px;
    font-size: 12px;
    font-style: italic;
}

.product_benefits_block {
    margin-bottom: 20px;
    clear: both;
    display: inline-block;
    float: left;
}

.product_benefits_block .benefits_block {
    display: inline-block;
    float: left;
    margin: 5px 27px 5px 0px;
    /*margin-right: 40px;*/
    max-width: 200px;
    position: relative;
}

.product_benefits_block .benefits_block:last-child {
    margin-right: 0;
}

.product_benefits_block .benefits_block>div {
    cursor: pointer;
}

.product_benefits_block .benefits_block>div p {
    float: left;
    margin: 4px 0px;
}

.product_benefits_block .benefits_block>div p.image_block {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}

#tooltip {
    display: none;
}

.product_benefits_block .benefits_block>div .product_tooltip {
    background-color: rgb(255, 255, 255);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.5);
    color: #000;
    padding: 15px 20px 15px 20px;
    position: absolute;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.dark-tooltip.dark.medium.south>div:nth-child(1) p {
    float: left;
    margin: 4px 0px;
    display: inline-block;
    clear: both;
}

.dark-tooltip.dark.medium.south>div:nth-child(1)>p:nth-child(1) {
    max-width: 330px;
    text-align: left;
    float: left;
}

.dark-tooltip.dark.medium.south>div:nth-child(1)>p.txtp {
    max-width: 330px;
    text-align: left;
    float: left;
}

.dark-tooltip.dark.medium.south>div:nth-child(1) p img {
    max-width: 100%;
}

.dark-tooltip.dark.medium.south>div:nth-child(1) p.title {
    position: absolute;
    float: right;
    background: url(../images/p-title_1.png) 0px 0px repeat-x, url(../images/p-title_2.png) bottom right no-repeat;
    font-weight: normal!important;
    font-size: 14px!important;
    color: #fff!important;
    padding: 0px 10px;
    line-height: 25px;
    right: -6px;
    bottom: 0px;
    padding-bottom: 8px;
}

.dark-tooltip.dark.medium.south>div a {
    text-decoration: none;
}

.dark-tooltip.dark.medium.south>div a span {
    color: #505050;
    /* font-size: 25px; */
}

.dark-tooltip.dark.medium.south>div a span.dost {
    color: #505050;
    /* font-size: 25px; */
}

#product-view .mtable .info .choice {
    float: left;
    padding-left: 15px;
}

#product-view .mtable .info .variants {
    margin-bottom: 5px;
}

#product-view .mtable .info .basket a:link,
#product-view .mtable .info .pre_order a:link,
#product-view .mtable .info .basket a:visited,
#product-view .mtable .info .pre_order a:visited {
    color: #ee4749;
    text-decoration: underline;
}

#product-view .mtable .info .basket a:hover,
#product-view .mtable .info .pre_order a:hover {
    color: #ee4749;
    text-decoration: none;
}

#product-view .mtable .info .tech {
    font-size: 85%;
    margin-bottom: 10px;
    padding-right: 10px;
}

#product-view .mtable .info .tech h3 {
    margin-bottom: 10px;
}

#product-view .mtable .info .tech li {
    list-style: none;
    margin-bottom: 2px;
    _border: 1px solid white;
    color: gray;
}

#product-view .mtable .info .tech li div.param {
    background: url("../images/item_spec_dot.gif") repeat-x bottom;
}

#product-view .mtable .info .tech li span {
    background-color: white;
    padding-right: 2px;
}

#product-view .mtable .info .tech li div.value {
    float: right;
    margin-top: -17px;
    background-color: white;
    padding: 2px;
    color: black;
}


/* --- Сравнение и предзаказ --- */

.compare_preorder {
    margin-bottom: 15px;
    font-style: italic;
    line-height: 14px;
}

#product-view .mtable .info .compare {
    float: left;
}

#product-view .mtable .info .compare a {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    color: black;
    text-decoration: none;
}

#product-view .mtable .info .compare a .add_to_compare_text {
    text-decoration: underline;
}

#product-view .mtable .info .compare a:hover .add_to_compare_text {
    text-decoration: none;
}

#product-view .mtable .info .compare a .compare_icon {
    display: inline-block;
    width: 12px;
    height: 13px;
    margin-right: 4px;
    background: url("../images/compare_icon.png") no-repeat 0 0;
}


/* --- Отзывы и описание --- */

#product-view .switch,
#product-view .mtable .info .switch {
    margin-bottom: 10px;
}

#product-view .switch a,
#product-view .mtable .info .switch a {
    float: left;
    padding: 4px 26px 4px 18px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
}

#product-view .switch a.description,
#product-view .mtable .info .switch a.description {
    border-radius: 3px 0 0 3px;
}

#product-view .switch a.opinions,
#product-view .mtable .info .switch a.opinions {
    position: relative;
    border-radius: 0 3px 3px 0;
    padding: 4px 31px 4px 29px;
}

#product-view .switch a.opinions span,
#product-view .mtable .info .switch a.opinions span {
    display: inline-block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #ee4749;
    position: absolute;
    top: -10px;
    right: -10px;
}

#product-view .switch a.opinions.sel span,
#product-view .mtable .info .switch a.opinions.sel span {
    display: none;
}

#product-view .switch a:link,
#product-view .switch a:visited,
#product-view .switch a:hover,
#product-view .mtable .info .switch a:link,
#product-view .mtable .info .switch a:visited,
#product-view .mtable .info .switch a:hover {
    text-decoration: none;
    color: black;
}

#product-view .switch a.sel,
#product-view .mtable .info .switch a.sel {
    cursor: default;
    background: url("../images/switch_buttons_back.png") 0 0 repeat-x;
    color: white;
    border: none;
    border-top: 1px solid #a2d67a;
    border-bottom: 1px solid #79a555;
}

#product-opinions dl {
    margin: 5px 0 0 5px;
}

#product-opinions dl dt {
    padding-top: 10px;
}

#product-opinions dl dt span {
    font-size: 80%;
    color: gray;
}

#product-opinions dl dd {
    padding-bottom: 10px;
    font-size: 85%;
    border-bottom: 1px dotted #DFDFDF;
}

#product-opinions .add-form {
    background-color: #DFDFDF;
    padding: 13px;
    margin-top: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#product-opinions .add-form h3 {
    margin-bottom: 10px;
}

#product-opinions .add-form .fields {
    font-size: 85%;
}

#product-opinions .add-form .button {
    margin-top: 15px;
    font-size: 110%;
    font-weight: bold;
}

#product-view .others_list {
    margin-bottom: 25px;
    display: none;
    border: 1px solid #d6d6d6;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
}

#product-view .others_list.active {
    display: block;
}

#product-view .others_list h2,
#product-view .others_list .h2 {
    font-size: 150%;
    font-weight: normal;
    padding-bottom: 3px;
    margin-bottom: 7px;
    border-bottom: 2px solid #8fcc5e;
}

#product-view .others_list .item {
    width: 30%;
    padding: 0 10px 10px 0;
}

#product-view .others_list .item h3,
#product-view .others_list .item .h3 {
    margin-bottom: 8px;
}

#product-view .others_list .item .pic {
    width: 100px;
    float: left;
    position: relative;
}

#product-view .others_list .item .pic a img {
    border: 2px solid #b7b7b7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#product-view .others_list .item .info {
    margin-left: 115px;
    padding-top: 2px;
}


/* --- Цена товара --- */

#product-view .others_list .item .info .price {
    display: block;
    margin-left: -5px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 1px #35642b;
    float: left;
}


/*#product-view .others_list .item .info .basket{
    float: left;
}*/

#product-view .others_list .item .info .price .left_part,
#product-view .others_list .item .info .price .middle_part,
#product-view .others_list .item .info .price .right_part {
    height: 100%;
    float: left;
}

#product-view .others_list .item .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 5px 0;
}

#product-view .others_list .item .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 0 -87px;
}

#product-view .others_list .item .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;
}

#product-view .others_list .item .info .anot {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 85%;
    line-height: 1.2em;
    color: gray;
}

#product-view .others_list .item .info .wrap_btn {
    overflow: hidden;
}

#product-view .photo_txt {
    color: gray;
    font-size: 80%;
    padding-left: 3px;
    line-height: 1.2em;
    margin-top: -5px;
}


/* --- Видео --- */

.product_video {
    position: relative;
    width: 400px;
    /*height: 208px;*/
    overflow: hidden;
}

.product_video_container {
    /*display: none;*/
}

.product_video .video_button {
    display: block;
    width: 50px;
    height: 34px;
    position: absolute;
    /* top: 89px;
    left: 110px;*/
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -25px;
    background: url("../images/play_button.png") no-repeat 0 0;
}

.product_video:hover .video_button {
    background-position: 0 -34px;
}

#product-view .social {
    margin-top: 30px;
    display: none;
}

#product-view .social p {
    margin-bottom: 10px;
    font-size: 85%;
    color: gray;
}

#product-view .social .btn {
    margin-bottom: 10px;
    float: left;
    margin-left: 10px;
}


/* -------------------------------------------------- */

#product_in_cart {
    width: 600px;
    background-color: #efefef;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#product_in_cart>.header {
    /*background-color: #efefef;*/
    padding: 15px;
    font-size: 32px;
    color: #777;
    text-align: center;
}

#product_in_cart .product {
    position: relative;
    padding: 15px 15px 25px 15px;
}

#product_in_cart .product .pic {
    width: 125px;
}

#product_in_cart .product .pic img {
    border: 2px solid #B7B7B7;
    border-radius: 3px 3px 3px 3px;
}

#product_in_cart .product .info {
    padding-left: 15px;
}

#product_in_cart .product .title {
    margin-bottom: 11px;
    font-size: 130%;
    font-weight: bold;
    color: #505050;
}

#product_in_cart .product .info .price_sku {
    margin: 9px 0px 10px 0px;
}


/* --- Цена товара --- */

#product_in_cart .price {
    display: block;
    float: left;
    margin-left: -10px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 1px #35642b;
}

#product_in_cart .price .left_part,
#product_in_cart .price .middle_part,
#product_in_cart .price .right_part {
    height: 100%;
    float: left;
}

#product_in_cart .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 0px 0;
}

#product_in_cart .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 0 -87px;
}

#product_in_cart .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;
}

#product_in_cart .product .info .sku {
    float: left;
    margin-left: 7px;
    margin-top: 7px;
    color: #777777;
    font-size: 85%;
}

#product_in_cart .product .info .gifts {
    float: left;
    margin-left: 7px;
    margin-top: 4px;
    color: #ee4749;
    font-size: 125%;
}

#product_in_cart .product .info .gifts p {
    margin-top: -5px;
    margin-left: 25px;
}

#product_in_cart .product .info .anot {}

#product_in_cart>.footer {
    /*background-color: #efefef;*/
    padding: 15px;
}

#product_in_cart>.footer .total {
    margin-bottom: 12px;
    text-align: right;
    font-size: 13px;
    /*font-weight: bold;*/
    color: #777;
}

#product_in_cart>.footer .buttons {
    /*float: right;*/
}

#product_in_cart>.footer a.button:link,
#product_in_cart>.footer a.button:visited {
    background: url("../images/button_b2.png") no-repeat scroll right center;
    display: block;
    float: right;
    height: 29px;
    padding-right: 16px;
    white-space: nowrap;
    width: 139px;
}

#product_in_cart>.footer a.button span {
    background: url("../images/button_b1.png") no-repeat scroll left center;
    display: block;
    line-height: 29px;
    padding-left: 16px;
    text-align: center;
}

#product_in_cart>.footer a.button.close_modal {
    background: none;
    float: left;
    color: #777;
    font-weight: bold;
    text-decoration: underline;
}


/* -------------------------------------------------- */

#product_pre_order {
    width: 600px;
    background: #fff;
}

#product_pre_order>.header {
    background-color: #efefef;
    padding: 15px;
    font-size: 140%;
    color: #555;
}

#product_pre_order .product {
    position: relative;
    padding: 15px 15px 25px 15px;
}

#product_pre_order .product .pic {
    width: 125px;
}

#product_pre_order .product .pic img {
    border: 2px solid #B7B7B7;
    border-radius: 3px 3px 3px 3px;
}

#product_pre_order .product .info {
    padding-left: 15px;
}

#product_pre_order .product .title {
    margin-bottom: 15px;
    font-size: 130%;
    font-weight: bold;
    color: #505050;
}

#product_pre_order .product .info .price_sku {
    margin: 15px 0px 10px 0px;
}

#product_pre_order .product .info .price {
    background: #8FCC5E url("../images/item_price_corner.png") no-repeat 100% 0;
    color: white;
    float: left;
    font-size: 160%;
    font-style: italic;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-left: -15px;
    padding: 2px 17px 2px 10px;
}

#product_pre_order .product .info .sku {
    float: left;
    margin-left: 7px;
    margin-top: 7px;
    color: #777777;
    font-size: 85%;
}

#product_pre_order .product .info .anot {}

#product_pre_order .form {
    padding: 15px;
    border-top: 2px solid #efefef;
}

#product_pre_order .form table {
    width: 100%;
}

#product_pre_order .form table td {
    padding: 5px 0;
}

#product_pre_order .form table td.field {
    width: 170px;
    text-align: right;
    padding: 8px 10px 0 0;
}

#product_pre_order>.footer {
    background-color: #efefef;
    padding: 15px;
}

#product_pre_order>.footer .total {
    margin-bottom: 12px;
    text-align: right;
    font-size: 110%;
    font-weight: bold;
    color: #555555;
}

#product_pre_order>.footer .buttons {
    float: right;
}

#product_pre_order>.footer a.button:link,
#product_pre_order>.footer a.button:visited {
    background: url("../images/button_b2.png") no-repeat scroll right center;
    display: block;
    float: left;
    height: 29px;
    padding-right: 16px;
    white-space: nowrap;
}

#product_pre_order>.footer a.button span {
    background: url("../images/button_b1.png") no-repeat scroll left center;
    display: block;
    line-height: 29px;
    padding-left: 16px;
}

#product_pre_order>.footer .success {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: #555555;
}


/* -------------------------------------------------- */


/* search */

#search-info {
    margin-bottom: 20px;
    font-size: 120%;
}


/* brands */

#brands-list {
    margin-top: 25px;
}

#brands-list td {
    width: 33%;
    padding-right: 20px;
}

#brands-list li {
    margin-bottom: 8px;
    font-size: 110%;
}

#brands-list li a {
    font-weight: bold;
}

#brands-list li span {
    color: gray;
    font-size: 85%;
}


/* basket */

#basket {
    margin: 20px 0 30px 0;
}

#basket th {
    text-align: left;
    font-size: 85%;
    padding: 5px 0;
    color: gray;
    background-color: #E5E5E5;
}

#basket td {
    padding: 10px 0;
    border-top: 1px dotted #DFDFDF;
}

#basket .pic {
    width: 115px;
}

#basket .pic img {
    border: 2px solid #b7b7b7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#basket .info {
    padding-right: 20px;
}

#basket .info .title {
    margin-bottom: 2px;
}

#basket .info .code {
    font-size: 80%;
    color: gray;
    margin-bottom: 5px;
}

#basket .info .anot {
    font-size: 85%;
}

#basket .price {
    width: 100px;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
}

#basket .cnt {
    width: 70px;
    text-align: center;
}

#basket .cnt input {
    width: 25px;
}

#basket .sum {
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
}

#basket .delete {
    width: 25px;
    text-align: left;
}

#basket .continue {
    font-size: 110%;
    font-weight: bold;
}

#basket .amount_txt {
    font-size: 130%;
    font-weight: bold;
    text-align: right;
}

#basket .amount_num {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}

#basket .delivery_free {
    text-align: right;
    margin-bottom: 20px;
    margin-top: -3px;
    padding-right: 35px;
    font-size: 85%;
    line-height: 1.2em;
}

#basket .delivery_free strong {
    font-size: 110%;
}

#basket .delivery_free a {
    text-decoration: none;
}

#basket .delivery_free a:hover {
    color: gray;
}


/*#delivery,*/

#delivery,
#order-info,
#payment {
    padding: 20px;
    margin-top: 7px;
    margin-bottom: 30px;
    background-color: #efefef;
    border-radius: 5px;
}

#delivery {
    padding-left: 10px;
}

/* ------------------------------------------------------------------ */

.cart_delivery {
    float: left;
    width: 48%;
}

.cart_client {
    float: right;
    width: 48%;
}

@media (max-width: 800px) {
    .cart_delivery {
        float: none;
        width: auto;
        margin: 0 0 40px 0;
    }

    .cart_client {
        float: none;
        width: auto;
    }
}

/* ------------------------------------------------------------------ */

.delivery_item_radio {
    width: 30px;
    padding-top: 2px;
}

.delivery_item_title {
    font-size: 18px;
    line-height: 1.3;
}

.delivery_item_text {
    font-size: 13px;
    line-height: 1.3;
}

.delivery_item_text p {
    margin: 5px 0 15px 0;
}

/* order page */

#order {
    margin-top: 20px;
    position: relative;
}

#order .order h1 {
    margin-bottom: 0px;
}

.order {
    margin-bottom: 30px;
}

.order .status {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 20px;
}

.order .items {
    width: 55%;
    padding-right: 20px;
}

.order .items td {
    padding: 8px 2px;
    border-top: 1px dotted #DFDFDF;
}

.order .items .title div {
    font-size: 80%;
    color: gray;
}

.order .items .price {
    width: 100px;
    text-align: right;
}

.order .items .total {
    font-size: 125%;
    font-weight: bold;
    text-align: right;
}

.order .info {
    padding: 10px 15px;
    background-color: #EFEFEF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.order .info td {
    padding: 6px 0;
}

.order .info .field {
    font-size: 85%;
    font-weight: bold;
    padding-right: 5px;
}

#payment {
    position: relative;
    padding: 10px 25px;
}

#payment td {
    padding: 12px 0;
    border-bottom: 1px dotted #CFCFCF;
}

#payment .method {
    width: 500px;
    padding-right: 20px;
}

#payment .method h3 {
    margin-bottom: 10px;
}

#payment .method .descr {
    font-size: 85%;
}

#yamarket {
    position: relative;
    text-align: right;
    font-size: 85%;
    margin: -20px 0 50px 0;
}

#yamarket .c1 {
    float: right;
}

#yamarket .c2 {
    float: right;
    padding-right: 10px;
}

#yamarket a:link,
#yamarket a:visited {
    color: #EE4749;
    text-decoration: underline;
}

#yamarket a:hover {
    color: #EE4749;
    text-decoration: none;
}


/* compare */

#compare td {
    width: 33%;
    padding-right: 20px;
}

#compare .remove {
    font-size: 85%;
    margin-bottom: 5px;
}

#compare .pic {
    margin: 5px 0;
}

#compare .price {
    font-size: 130%;
    font-weight: bold;
}

#compare .param {
    padding: 5px 0;
    border-bottom: 1px dotted gray;
}

#compare .description {
    font-size: 85%;
    padding-top: 15px;
}


/* registration */

#registration input {
    width: 200px;
}


/* account */

#account {
    padding-bottom: 25px;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 25px;
}

#account .status {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 20px;
}

#account input {
    width: 200px;
}

#account-orders .order {
    margin-bottom: 40px;
}


/* login, remind */

#remind input {
    width: 200px;
}

#login input {
    width: 200px;
}

#login .remind {
    padding-left: 10px;
    font-size: 85%;
}


/* site map */

#sitemap_page {
    padding-left: 30px;
}

#sitemap_page ul li {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

#sitemap_page ul li a {
    color: black;
}

#sitemap_page ul ul {
    margin: 3px 0 6px 20px;
}

#sitemap_page ul li li {
    font-size: 90%;
    margin-bottom: 3px;
}

#sitemap_page ul li li a {
    color: #505050;
}

#sitemap_page ul li li li {
    font-weight: normal;
    margin-bottom: 0px;
}

#sitemap_page ul li li li li li {
    font-size: 100%;
}


/* contacts */

#gmap {
    width: 98%;
    height: 300px;
    border: 2px solid gray;
}

.marker-html h4 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 3px;
}

.marker-html div {
    color: gray;
    font-size: 85%;
    line-height: 1em;
}

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    /*background: rgba(0, 0, 0, 0.5) !important;*/
    background-color: #efefef;
    /*border-bottom: 1px solid #aaa;*/
    border-radius: 10px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    background-clip: padding-box;
    color: #000;
}

.modal-box .title_form {
    text-align: center;
    color: #ee4749;
    font-size: 32px;
    margin-top: 23px;
    margin-bottom: 30px;
}

.modal-box p.coment_form {
    color: #000;
    font-size: 13px;
    margin: 30px 0 35px;
}

.modal-box header,
.modal-box .modal-header {
    text-align: center;
    padding: 16px 20px 12px 20px;
    font-size: 24px;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4,
.modal-box header .h3 {
    margin: 0;
    text-transform: uppercase;
}

.modal-box .modal-body {
    padding: 0 20px 20px 20px;
    /*text-align: center; */
    font-size: 19px;
}

.modal-box .modal-body .feedback_error {
    color: red;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) !important;
}

a.close {
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    color: #bbb;
    background: url(../images/btn_close_fancy.png);
    width: 17px;
    height: 17px;
    display: block;
    cursor: pointer;
}

a.close:hover {
    /*background: url(../images/popup_close_hover.jpg);*/
}

@media (min-width: 32em) {
    .modal-box {
        width: 50%;
        max-width: 500px;
    }
}

.feedback_form {
    width: 100%;
    /*background: url(../images/form_bg.png);*/
    /*padding:15px 30px;*/
    padding: 0px;
    /*border: 2px solid #bbbbbb;*/
    background-repeat: repeat;
}

.feedback_form .form_input>td {
    margin-bottom: 10px;
}

.feedback_form .form_head,
.feedback_form .form_text {
    font-size: 32px;
    line-height: 24px;
    text-align: center;
    color: #ee4749;
    padding-bottom: 25px;
}

.modal-box .modal-body .feedback_form.feedback_form_0 p {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.feedback_form.feedback_form_0 .submit_feedback_s .middle_part {
    font-style: normal;
}

.feedback_form .form_text {
    font-size: 14px;
    line-height: 16px;
}

.feedback_name_wrap,
.feedback_phone_wrap,
.feedback_mail_wrap,
.feedback_product_wrap,
.submit_feedback_s {
    /*    background: url(../images/feedback_submit.png)  no-repeat;
    margin-top: 10px;
    width: 203px;
    height: 35px;*/
}

.feedback_phone_wrap {
    /*background-position: 0 -35px;*/
    width: 90%;
}

.feedback_mail_wrap {
    background-position: 0 -107px;
}

.feedback_product_wrap {
    background-position: 0 -143px;
}

.submit_feedback_s {
    display: block;
    background-position: 0 -70px;
}

#feedback_name,
#feedback_phone {
    width: 152px;
    margin-left: 40px;
    margin-top: 5px;
    height: 23px;
    font-size: 16px;
    border: none;
    background: transparent;
}

#feedback_name:focus,
#feedback_phone:focus {
    outline: 0;
}

.tab_content .feedback_form {
    margin-bottom: 20px;
}

blockquote {
    background: none repeat scroll 0 0 #f7f7f7;
    border-left: 2px solid #568730;
    padding-left: 10px;
    display: block;
    line-height: 1.5em;
    color: #000;
    margin-top: 10px;
    padding: 10px;
}

#products-description ul li,
#index-about ul li,
#brand-description ul li,
#review ul li {
    list-style: square;
    margin: 0px;
    padding: 0px;
}

#products-description ul,
#products-description ol,
#index-about ul,
#brand-description ul,
#review ul {
    margin-left: 15px;
}

#products-description h2 {
    margin-top: 12px;
}

#rightcol {
    padding-left: 30px;
    max-width: 1200px;
}

#rightcol_2 {
    width: 169px;
    padding: 0px;
    margin: 0px;
    padding-left: 35px;
}

.slider_catalog {
    width: 100%;
    /*float: left;*/
    display: inline-block;
    padding-bottom: 20px;
}

.slider_catalog .flexslider {
    /* width: 100%;
    height: auto;
    border: none;
    float: left;
    margin: 0 0px 0 0;*/
}

.slider_catalog .flexslider .slides li {
    position: relative;
    width: 100%;
    height: auto;
}

.slider_catalog .flexslider .slides li .slide {
    display: block;
    width: 100%;
    height: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.categ_benefits_block {
    display: block;
    padding: 15px 4px 15px 4px;
    /* float: left; */
    width: 189px;
    overflow: hidden;
    margin: 0 auto;
}

.categ_benefits_block .categ_gift_block {
    display: block;
    width: 115%;
    float: left;
    padding: 5px 0px 25px 0px;
}

.categ_benefits_block .categ_gift_block .image_block {
    float: left;
    padding: 0px 0px;
    margin: 0px;
}

.categ_benefits_block .categ_gift_block p {
    float: left;
    padding: 0px 0px;
    margin: 0px;
    max-width: 115px;
    font-size: 12px;
    padding-top: 14px;
    padding-left: 10px;
}

#cert-ram {
    margin-bottom: 20px;
    /*border: 2px solid #568730;*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

@media (max-width: 730px) {
    #cert-ram {
        display: none;
    }
}

#certificat {
    padding: 15px 3px 15px 3px;
    /* float: left; */
    width: 189px;
    overflow: hidden;
    margin: 0 auto;
}

#certificat h2,
#certificat .h2 {
    font-size: 13px;
    text-align: center;
    margin: 0px 0px 9px 0px;
    line-height: 1;
}

#certificat .flexslider {
    width: 100%;
    min-width: 189px;
    height: auto;
    border: none;
    /*float: left;*/
    margin: 0 16px 0 0;
    padding-bottom: 20px;
}

#certificat .flexslider .slides li {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 189px;
}

#pictures {
    text-align: center;
}

#pictures img {
    width: 183px;
    height: auto;
}

@media (max-width: 730px) {
    #pictures {
        display: none;
    }
}

.categ_gift {
    background: url(/design/muzdrive/images/ico_gift.png) 0px 0px no-repeat;
    float: left;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0px 4px 0px 11px;
}

.categ_tooltip {
    background-color: rgb(255, 255, 255);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.5);
    color: #000;
    opacity: 0;
    padding: 15px 20px 15px 20px;
    position: absolute;
    text-decoration: none;
    visibility: hidden;
    width: 350px;
    z-index: 10;
    max-width: 251px;
    top: -271px;
    left: -138px;
    height: 230px;
}

.categ_tooltip:after {
    content: '';
    position: absolute;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    left: 146px;
}

.categ_gift:hover .categ_tooltip {
    opacity: 1;
    visibility: visible;
}

div.categ_tooltip>p:nth-child(2) {
    display: block;
    text-align: center;
}

.categ_tooltip img {
    width: auto;
    height: 173px;
    text-align: center;
    margin: auto;
    display: block;
}

.categ_tooltip p.title {
    position: absolute;
    float: right;
    background: url(../images/p-title_1.png) 0px 0px repeat-x, url(../images/p-title_2.png) bottom right no-repeat;
    font-weight: normal!important;
    font-size: 14px!important;
    color: #fff!important;
    padding: 0px 10px;
    line-height: 25px;
    right: -8px;
    bottom: 0px;
    padding-bottom: 8px;
}

.info_h {
    float: right;
    height: 36px;
    padding: 0px 0 0px;
    width: 43%;
    margin-top: 3px;
}


/*.info_h*/

.phones .product_feed {
    float: left;
    margin-top: 3px;
}


/*.info_h*/

.phones .product_feed #product_feedback {
    display: block;
    float: left;
    padding: 0px !important;
    border-left: 0;
    border-radius: 0;
    background: url(../images/btn_bg.png) 0px 0px no-repeat;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF !important;
    width: 225px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    background-position: 0px 0px;
    /*font-style: italic;*/
    text-shadow: 1px 1px 1px #910017;
}

.info_h .shop_h {
    float: right;
    margin-top: 3px;
}

.modal-box .modal-body .feedback_form tbody {
    margin: 0 auto;
    display: inline-block;
}

.modal-box .modal-body .feedback_form .form_text {
    color: black;
}

.modal-box .modal-body .feedback_form h2 {
    color: black;
    margin-top: 10px;
}

.modal-box .modal-body .feedback_form p {
    margin: 0px 0;
}

.modal-box .modal-body .feedback_name_wrap,
.modal-box .modal-body .feedback_mail_wrap,
.modal-box .modal-body .feedback_txt_wrap,
.modal-box .modal-body .feedback_product_wrap,
.modal-box .modal-body .feedback_phone_wrap,
.modal-box .modal-body .submit_feedback_s {
    /*text-align: center;*/
    /*display: inline-block;*/
}

.modal-box .modal-body .submit_feedback_s {
    display: block;
    float: none;
    width: 203px;
    margin-left: auto;
    margin-right: auto;
}

.modal-box .modal-body .feedback_phone {
    width: 152px;
    max-width: 260px;
    /* width: 60%; */
    margin-left: 30px;
    margin-top: 5px;
    height: 35px;
    font-size: 16px;
    border: none;
    /* background: transparent; */
    padding-left: 5px;
    -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
}
.input_modal {
    height: 35px !important;
    font-size: 16px !important;
    border: none !important;
     background: white !important;    padding-left: 5px !important;
    -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35) !important;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35) !important;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35) !important;
}

.form_input .form_text {
    padding-bottom: 0px;
    padding-top: 10px;
}

.feedback_txt_wrap {
    margin-top: 20px;
    /*width: 203px;*/
    vertical-align: top;
}

.feedback_txt_wrap .label {
    vertical-align: top;
}

.feedback_txt_wrap textarea {
    margin-left: 30px;
}

.feedback_form_0 div .label {
    display: inline-block;
    width: 120px;
}

.modal-box .modal-body .feedback_txt_wrap textarea {
    /*background: #fff url(../images/feedback_submit.png) 0 -193px no-repeat;*/
    /*width: 149px;*/
    /*padding-left: 46px;*/
    padding-top: 8px;
    height: 70px;
    font-size: 16px;
    border: none;
    font-family: Arial, sans-serif;
    margin-bottom: 0px;
    box-shadow: inset -1px 1px 6px rgba(125, 125, 125, 0.9);
    border-radius: 2px;
    max-width: 260px;
    width: 60%;
}

img.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.strong {
    font-weight: bold;
}

.tab_item.active dt {
    background-color: #efefef;
    padding: 10px 0px 0 10px;
}

.tab_item.active dd {
    margin: 0px 0 15px 0px;
    background-color: #efefef;
    padding: 10px 10px;
}

.tab_item.active dt .date {
    font-size: 80%;
    color: gray;
}

.tab_item.active dt .strong {
    text-transform: capitalize;
}

.wrap_others_list_title {
    position: relative;
}

.wrap_others_list_title li {
    display: inline-block;
    padding: 12px 10px 10px 8px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #eee;
    color: #535865;
    font-weight: bold;
    ;
    font-size: 15px;
    cursor: pointer;
}

.wrap_others_list_title li.active {
    border: 1px solid #d6d6d6;
    border-bottom: none;
    /*position: absolute;*/
    top: -1px;
    background-color: #fff;
    position: relative;
}

.wrap_others_list_title li.active:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.ico_switch {
    margin-right: 14px;
}

.ico_switch li[class*='_btn'] {
    display: inline-block;
    background-image: url('../images/ico_switch.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
    cursor: pointer;
}

.ico_switch li.list_btn {
    background-position: 0 100%;
    margin-right: 10px;
}

.ico_switch li.list_btn.active {
    background-position: 0 0;
}

.ico_switch li.till_btn {
    background-position: 100% 0;
}

.ico_switch li.till_btn.active {
    background-position: 100% 100%;
}

.ico_switch,
.ico_switch+p {
    display: inline-block;
    color: #808080;
}

.sort_block span {
    display: none;
}

.sort select {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: window;
    -o-appearance: none;
    -khtml-appearance: none;
    appearance: none;
    border: 0;
}

/* --------------------------------------------------------------------------- */

.order_submit_button,
.order_submit_button span {
    display: inline-block;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}

.order_submit_button {
    background-image: url('../images/bg_btn_orderinfo_form_right.png');
    background-position: 100% 0;
}

.order_submit_button span {
    background-position: 0% 0;
    background-image: url('../images/bg_btn_orderinfo_form.png');
}

.order_submit_button:hover {
    transform: scale(1.04);
}

/* --------------------------------------------------------------------------- */

.order_form_row {
    margin: 0 0 25px 0;
}

.order_form_row:last-child {
    margin-bottom: 0;
}

.order_form_field_title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.order_form_prompt {
    padding-top: 20px;
}

.order_form input[type='text'] {
    height: 32px;
    -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
    border: 0;
    width: 99%;
    padding-left: 5px;
}

.order_form input[type='text']:focus,
.order_form textarea:focus {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
}

.order_form textarea {
    -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
    border: 0;
    width: 99%;
}

/* --------------------------------------------------------------------------- */

form input[type='text'].data-error {
    border: 1px solid #f00;
}

.center {
    text-align: center;
}

ul li.point_page {
    border: 0;
}

/* --------------------------------------------------------------------------- */


/*Политика*/

.polit .politMessage {
    line-height: 30px;
    margin: 0;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.polit .politСontent {
    padding: 0 20px;
    position: relative;
}

.polit {
    width: 100%;
    background-color: #f8eed7;
    background-repeat: repeat-x;
    height: 30px;
    background: #dbe6ed;
    padding: 0;
}

.politClose {
    margin-right: 100px;
    margin-top: -25px;
    float: right;
    color: black;
}

.x-mark {
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 670px) {
    .polit {
        height: 100px;
    }
}

@media screen and (max-width: 670px) {
    .politClose {
        margin-right: 0px;
        margin-top: -20px;
    }
}


/*Политика конец*/
