/* old */
.addingInfo{width:450px;height:75px;font-size:18px;color:#000000;position:fixed;background-color:#F1F1F1;border:1px solid #F1F1F1;margin-top:220px;padding:20px;box-shadow:0 0 10px rgba(0,0,0,0.5);line-height:23px;z-index:1000;}
@media (max-width: 500px) { .addingInfo{ width:360px; height: 100px; } }
.addingInfo a{text-decoration:none;color:rgb(255,88,0);border-bottom:1px dashed rgb(255,88,0);}
.addingInfo img{position:absolute;margin-left:455px;margin-top:-37px;cursor:pointer;}
/* end of old */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.circle {
    border-radius: 50%;
    background-color: #ffffff;
}

.circle.blue {
    background-color: #004690;
}

.circle.shadow {
    -webkit-box-shadow: 1px 1px 12px 0px rgba(176, 176, 176, 0.61);
    -moz-box-shadow:    1px 1px 12px 0px rgba(176, 176, 176, 0.61);
    box-shadow:         1px 1px 12px 0px rgba(176, 176, 176, 0.61);
}

.bt {
    border: 0px;
    background-color: #696969;
    padding: 6px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.bt.red {
    background-color: #ff0000;
    color: #ffffff;
}

.bt.white {
    background-color: #ffffff;
    color: #004690;
    border: 1px solid #004690;
    border-radius: 2px;
}

.bt.blue {
    background-color: #004690;
    color: #ffffff;
}

.bt.gray {
    background-color: #ffffff;
    color: #565656;
    border: 1px solid #565656;
    border-radius: 2px;
}

.bt.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

body, html, td, th, textarea, input {
    font-family: 'Ubuntu', sans-serif;
}

body {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
}

body.fix {

}

@media (max-width: 400px) {
    body.fix {
        height: 1px;
        overflow: hidden;
    }

    body.fix .to_bar,
    body.fix .header,
    body.fix .menu,
    body.fix .content,
    body.fix .footer,
    body.fix .footer_text {
        display: none;
    }
}

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

img {
    border: 0px;
}

.center {
    max-width: 1000px;
    min-width: 320px;
    margin: 0px auto;
}

.top_bar {
    min-width: 320px;
    background-color: #f9f9fb;
    height: 40px;
    color: #484848;
    font-size: 12px;
    font-weight: 500;
}

.top_bar .center > div {
    padding-top: 14px;
    padding-bottom: 14px;
}

.top_bar .city {
    float: left;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    min-width: 170px;
    background-image: url('../image/ico_city.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.top_bar .city a {
    padding-right: 10px;
    background-image: url('../image/ico_dot_1.png');
    background-repeat: no-repeat;
    background-position: right 6px;
}

@media (max-width: 500px) {
    .top_bar .city {
        min-width: auto;
        max-width: 160px;
        overflow: hidden;
    }
}

.top_bar .address {
    float: left;
    margin-right: 15px;
}

@media (max-width: 550px) {
    .top_bar .address {
        float: right;
        font-size: 10px;
    }

    .top_bar .address span {
        display: none;
    }
}

.top_bar .sub_menu {
    float: right;
    overflow: hidden;
}

@media (max-width: 700px) {
    .top_bar .sub_menu {
        display: none;
    }
}

.top_bar .sub_menu a {
    display: block;
    float: left;
    padding: 0px 10px;
    color: #484848;
}

.top_bar .sub_menu a:hover {
    color: #004690;
}

.header {
    height: 97px;
}

@media (max-width: 800px) {
    .header {
        height: 76px;
    }
}

.header .logo {
    float: left;
    padding: 0px 0px 0px 20px;
    margin-right: 30px;
}

@media (max-width: 800px) {
    .header .logo img {
        width: 127px;
        height: 74px;
    }
}

@media (max-width: 480px) {
    .header .logo {
        margin-right: 15px;
    }

    .header .logo img {
        width: 115px;
        height: 74px;
    }
}

.header .info {
    float: left;
    width: 180px;
    margin-right: 70px;
    font-size: 12px;
    padding-top: 19px;
}

.header .info .info_line {
    height: 27px;
    margin-bottom: 4px;
    overflow: hidden;
}

.header .info .info_line .circle {
    float: left;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    text-align: center;
}

.header .info .info_line .circle img {
    display: block;
    margin: 4px auto;
}

.header .info .info_line .info_text {
    height: 27px;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 995px) {
    .header .info {
        display: none;
    }
}

.header .phones {
    float: left;
    width: 230px;
    height: 97px;
    margin-right: 55px;
    overflow: hidden;
}

@media (max-width: 800px) {
    .header .phones {
        height: 76px;
    }
}

@media (max-width: 695px) {
    .header .phones {
        width: 185px;
        margin-right: 10px;
    }
}

@media (max-width: 570px) {
    .header .phones {
        width: 165px;
        margin-right: 10px;
    }
}

@media (max-width: 570px) {
    .header .phones {
        width: 135px;
        margin-right: 5px;
    }
}


.header .phones .circle {
    width: 45px;
    height: 45px;
    float: left;
    margin: 26px 13px 26px 5px;
}

.header .phones .circle img {
    display: block;
    margin: 10px auto;
}

@media (max-width: 800px) {
    .header .phones .circle {
        margin: 15px 13px 16px 5px;
    }
}

@media (max-width: 480px) {
    .header .phones .circle {
        display: none;
    }
}

.header .phones .phones_content {
    padding-top: 12px;
}

@media (max-width: 800px) {
    .header .phones .phones_content {
        padding-top: 7px;
    }
}

.header .phones .phones_content span {
    font-size: 12px;
    display: block;
    color: #a1a1a1;
    margin-bottom: 3px;
}

.header .phones .phones_content a {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

@media (max-width: 800px) {
    .header .phones .phones_content a {
        font-size: 14px;
        line-height: 16px;
    }
}

.header .phones .phones_content a:hover {
    color: #004690;
}

.header .phones .phones_content a.callback {
    font-size: 12px;
    color: #004690;
}

.header .basket {
    float: left;
    width: 200px;
    height: 97px;
    overflow: hidden;
}

@media (max-width: 800px) {
    .header .basket {
        height: 76px;
    }
}

@media (max-width: 585px) {
    .header .basket {
        width: 145px;
    }
}

@media (max-width: 480px) {
    .header .basket {
        width: 45px;
    }
}

.header .basket .circle {
    display: block;
    width: 45px;
    height: 45px;
    float: left;
    margin: 26px 13px 26px 5px;
    position: relative;
}

.header .basket .circle img {
    display: block;
    margin: 10px auto;
}

.header .basket .circle .circle {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -5px;
    right: 0px;
    color: #ffffff;
    font-size: 11px;
    line-height: 16px;
    font-style: normal;
    text-align: center;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

@media (max-width: 800px) {
    .header .basket .circle {
        margin: 15px 13px 16px 5px;
    }
}

@media (max-width: 570px) {
    .header .basket .circle {
        width: 32px;
        height: 32px;
        margin: 22px 7px 22px 5px;
    }

    .header .basket .circle img {
        width: 20px;
        height: 20px;
        margin: 6px auto;
    }

    .header .basket .circle .circle {
        width: 12px;
        height: 12px;
        font-size: 8px;
        line-height: 13px;
        top: -3px;
    }
}

.header .basket .basket_content {
    display: block;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 800px) {
    .header .basket .basket_content {
        padding-top: 21px;
        padding-bottom: 22px;
    }
}

@media (max-width: 480px) {
    .header .basket .basket_content {
        display: none;
    }
}

.header .basket .basket_content span {
    display: block;
    font-weight: bold;
    font-size: 12px;
}

@media (max-width: 800px) {
    .header .basket .basket_content span {
        font-size: 10px;
    }
}

.header .basket .basket_content span.black {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

@media (max-width: 800px) {
    .header .basket .basket_content span.black {
        font-size: 14px;
        line-height: 20px;
    }
}

.menu {
    clear: both;
    background-color: #004690;
    color: #ffffff;
    height: 54px;
    min-width: 320px;
}

.menu .main_level {
    display: block;
    float: left;
    position: relative;
}

.menu .main_level > a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 20px;
}

.menu .main_level:hover > a,
.menu a.active {
    background-color: #0075d9;
}

.menu .sub_level {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 2;
    font-size: 14px;
}

.menu .sub_level a {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    color: #3f3f3f;
    min-width: 150px;
    max-width: 250px;
    padding: 7px 17px;
    line-height: 18px;
}

.menu .sub_level a:hover {
    color: #004690;
}

.menu .main_level:hover .sub_level {
    display: block;
    -webkit-box-shadow: 1px 1px 12px 0px rgba(176, 176, 176, 0.61);
    -moz-box-shadow:    1px 1px 12px 0px rgba(176, 176, 176, 0.61);
    box-shadow:         1px 1px 12px 0px rgba(176, 176, 176, 0.61);
}

.menu a.mobile {
    display: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 20px;
}

.m_menu {
    background-color: #004690;
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 5;
    padding-bottom: 5px;
}

.m_menu > a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 20px;
}

.m_menu > a.active {
    background-color: #0075d9;
}

.m_menu .m_sub_level {
    padding: 5px 20px 10px 30px;
}

.m_menu .m_sub_level a {
    color: #ffffff;
    font-size: 12px;
    display: block;
    padding: 5px 0px 5px 0px;
}

@media (max-width: 995px) {
    .menu .main_level a {
        display: none;
    }

    .menu a.mobile {
        display: block;
        float: none;
        margin-right: 20px;
        background-image: url('../image/ico_menu_mobile.png');
        background-repeat: no-repeat;
        background-position: right center;
    }
}

.menu .search {
    float: right;
    width: 180px;
    padding: 15px 20px;
    position: relative;
    /* !!!! */
    display: none;
}

.menu .search input[type='text'] {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #6d6d6d;
    width: 135px;
    height: 24px;
    font-size: 14px;
    text-transform: lowercase;
    padding: 0px 30px 0px 8px;
}

.menu .search input[type='image'] {
    position: absolute;
    top: 20px;
    left: 170px;
}

@media (max-width: 995px) {
    .menu .search {
        display: none;
    }
}




.content {
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: 400px;
}

.content .pageToste {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #727284;
    padding: 0px 10px;
}

.content .pageToste a,
.content .pageToste span {
    padding: 0px 10px;
    color: #727284;
    text-decoration: underline;
}

.content .pageToste span {
    text-decoration: none;
}

.content h1 {
    color: #333;
    padding: 0px 20px;
    font-size: 24px;
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .content h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.content .contentText {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 20px;
    color: #333;
}

.content .contentText p {
    margin-bottom: 20px;
}

.content .contentText #yaMap {
    width: 480px;
}

.content .contentText table {
    border: 1px solid #8b8c8c;
}

.content .contentText table td {
    color: #333;
    border: 1px solid #8b8c8c;
    font-size: 16px;
}

.content .contentText ul li {
    background-image: url('../image/ico_dot_2.png');
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 18px;
    margin-bottom: 5px;
}

.content .contentText table tr:first-child td,
.content .contentText table tr th {
    background-color: #e8e8e8;
    font-weight: bold;
}

@media (max-width: 630px) {
    .content .contentText img {
        width: 100%;
        height: auto;
    }
}

.content .imgLeftFloat {
    margin: 0px 20px 20px 0px;
}

.content .imgRightFloat {
    margin: 0px 0px 20px 20px;
}

.content .selector {
    margin-bottom: 30px;
}

@media (max-width: 760px) {
    .content .selector {
        margin-right: 0px;
    }
}

.content .selector .selector_menu {
    overflow: hidden;
    position: relative;
    top: 1px;
}

.content .selector .selector_menu a {
    display: block;
    float: left;
    color: #000000;
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    margin-right: 3px;
    padding: 7px;
    width: 228px;
    text-align: center;
}

.content .selector .selector_menu a:last-child {
    margin-right: 0px;
}

@media (max-width: 755px) {
    .content .selector .selector_menu a {
        width: 29%;
    }
}

@media (max-width: 480px) {
    .content .selector .selector_menu a {
        width: 88px;
        font-size: 11px;
        margin-right: 2px;
    }
}

.content .selector .selector_menu a.active {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.content .selector .selector_content {
    border: 1px solid #e3e3e3;
    padding: 40px;
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 130px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .content .selector .selector_content {
        padding: 20px;
    }
}

.content .selector .selector_content.hide {
    display: none;
}

.content .selector .selector_content form {
    display: inline;
}

.content .selector .selector_content .selector_items {
    overflow: hidden;
    float: left;
    width: 480px;
}

@media (max-width: 1000px) {
    .content .selector .selector_content .selector_items {
        width: 100%;
        float: none;
    }
}

.content .selector .selector_content .selector_items .selector_item {
    float: left;
    width: 200px;
    height: 50px;
    margin-right: 30px;
    margin-bottom: 15px;
}

.content .selector .selector_content .selector_items .selector_item span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.content .selector .selector_content .selector_items .selector_item select {
    width: 197px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    font-size: 11px;
}

@media (max-width: 1000px) {
    .content .selector .selector_content .selector_items .selector_item {
        width: 100%;
        margin-right: 0px;
    }

    .content .selector .selector_content .selector_items .selector_item select {
        width: 100%;
    }
}


.content .selector .selector_content.by_auto {
    background-image: url('../image/selector_by_auto.jpg');
}

@media (max-width: 480px) {
    .content .selector .selector_content.by_auto {
        background-image: none;
    }
}

.content .selector .selector_content .selector_bt {
    display: block;
    width: 200px;
    border: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 13px;
    background-color: #004690;
    background-position: 5px center;
    background-repeat: no-repeat;
    margin: 13px 0px 29px 0px;
    cursor: pointer;
}

.content .selector .selector_content .selector_bt.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.content .selector .selector_content .selector_bt:last-child {
    margin-bottom: 0px;
}

@media (max-width: 480px) {
    .content .selector .selector_content .selector_bt {
        margin-left: auto;
        margin-right: auto;
    }
}

.content .selector .selector_content .selector_bt.bt_tire {
    padding-left: 50px;
    background-image: url('../image/ico_selector_tire.png');
}

.content .selector .selector_content .selector_bt.bt_wheels {
    padding-left: 50px;
    background-image: url('../image/ico_selector_wheels.png');
}

.content .selector .selector_content.select_tire {
    background-image: url('../image/selector_tire.jpg');
    background-position: left bottom;
}

.content .selector .selector_content.select_wheels {
    background-image: url('../image/selector_wheels.jpg');
    background-position: left bottom;
}

@media (max-width: 1000px) {
    .content .selector .selector_content {
        background-image: none !important;
    }
}

.content .selector .selector_content.select_tire .line,
.content .selector .selector_content.select_wheels .line {
    overflow: hidden;
}

@media (max-width: 1000px) {
    .content .selector .selector_content.select_wheels .line {
        margin-bottom: 5px;
    }
}

.content .selector .selector_content.select_tire .line .element,
.content .selector .selector_content.select_wheels .line .element {
    float: left;
    width: 140px;
    margin-bottom: 15px;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .content .selector .selector_content.select_tire .line .element,
    .content .selector .selector_content.select_wheels .line .element {
        float: none;
        width: 100%;
    }
}

.content .selector .selector_content.select_tire .line .element.brand,
.content .selector .selector_content.select_wheels .line .element.brand {
    width: 200px;
    /*margin-left: 10px;*/
}

.content .selector .selector_content.select_tire .line .element.brand select,
.content .selector .selector_content.select_wheels .line .element.brand select {
    width: 200px;
}

@media (max-width: 1000px) {
    .content .selector .selector_content.select_tire .line .element.brand,
    .content .selector .selector_content.select_wheels .line .element.brand {
        margin-left: 0px;
        width: 100%;
    }

    .content .selector .selector_content.select_tire .line .element.brand select,
    .content .selector .selector_content.select_wheels .line .element.brand select {
        width: 100%;
    }
}

.content .selector .selector_content.select_tire .line .sub,
.content .selector .selector_content.select_wheels .line .sub {
    font-size: 13px;
    line-height: 13px;
    width: 10px;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-top: 24px;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .content .selector .selector_content.select_tire .line .sub,
    .content .selector .selector_content.select_wheels .line .sub {
        display: none;
    }
}

.content .selector .selector_content.select_tire .line span,
.content .selector .selector_content.select_wheels .line span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.content .selector .selector_content.select_tire .line select,
.content .selector .selector_content.select_wheels .line select {
    width: 120px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    font-size: 11px;
}

@media (max-width: 1000px) {
    .content .selector .selector_content.select_tire .line select,
    .content .selector .selector_content.select_wheels .line select {
        width: 100%;
    }
}

.content .selector .selector_content.select_tire label {
    display: block;
    font-size: 11px;
    line-height: 18px;
    height: 16px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    float: left;
    width: 100px;
}

.content .selector .selector_content.select_tire label.hide {
    display: none;
}

.content .selector .selector_content.select_tire label input {
    width: 13px;
    height: 13px;
    vertical-align: text-bottom;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
}

.content .selector .selector_content.select_tire label.with_ico {
    background-position: 20px center;
}

.content .selector .selector_content.select_tire label.with_ico input {
    margin-right: 30px;
}

.content .selector .selector_content.select_tire label.ico_summer {
    background-image: url('../image/ico_summer.png');
}

.content .selector .selector_content.select_tire label.ico_winter {
    background-image: url('../image/ico_winter.png');
}

.content .selector .selector_content.select_tire label.ico_thorn {
    background-image: url('../image/ico_thorn.png');
}

.content .selector .selector_content.select_tire label.ico_velcro {
    background-image: url('../image/ico_velcro.png');
}

.content .selector .selector_content.select_tire .big_line {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
}

@media (max-width: 1000px) {
    .content .selector .selector_content.select_tire .big_line {
        margin-top: 0px;
    }
}

.content .selector .selector_content.select_tire .big_line .season {
    float: left;
    width: 215px;
    margin-left: 482px;
}

@media (max-width: 1000px) {
    .content .selector .selector_content.select_tire .big_line .season {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
}

.content .selector .selector_content.select_tire .big_line .button {
    float: left;
    width: 200px;
}

@media (max-width: 1000px) {
    .content .selector .selector_content.select_tire .big_line .button {
        width: 100%;
        text-align: center;
    }
}

.content .selector .selector_content.select_tire .big_line .with_winter {
    display: none;
}

.content .selector .selector_content.select_tire .big_line .with_winter.show {
    display: block;
}

.content .selector .selector_content.select_tire .big_line .button input {
    margin-top: 22px;
}

.content .selector .selector_content.select_wheels .big_line {
    clear: both;
    overflow: hidden;
    margin-top: 38px;
    margin-left: 490px;
}

@media (max-width: 1000px) {
    .content .selector .selector_content.select_wheels .big_line {
        margin-left: 0px;
        margin-top: 0px;
    }

    .content .selector .selector_content.select_wheels .big_line .elements {
        overflow: hidden;
    }
}

.content .selector .selector_content.select_wheels .big_line .element {
    float: left;
    width: 107px;
}

.content .selector .selector_content.select_wheels .big_line .element span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.content .selector .selector_content.select_wheels .big_line .element input {
    width: 70px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    font-size: 14px;
    padding: 0px 10px;
}

.content .selector .selector_content.select_wheels .big_line .button {
    float: left;
    width: 200px;
}

@media (max-width: 1000px) {
    .content .selector .selector_content.select_wheels .big_line .button {
        clear: both;
        float: none;
        width: 100%;
        text-align: center;
    }
}

.content .selector .selector_content.select_wheels .big_line .button input {
    margin-top: 14px;
}

.content .four_icons {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0px 20px;
}

@media (max-width: 1000px) {
    .content .four_icons {
        padding: 0px 5px;
    }
}

.content .four_icons a {
    width: 185px;
    padding-right: 54px;
    float: left;
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 480px) {
    .content .four_icons a {
        width: 155px;
        padding-right: 8px;
        font-size: 12px;
    }
}

.content .four_icons a span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.content .four_icons a img {
    float: left;
    margin-right: 20px;
}

@media (max-width: 480px) {
    .content .four_icons a img {
        margin-right: 6px;
    }
}

.content .rennab {
    background-image: url('../image/ny2020.jpg');
    background-position: top center;
    background-color: #134594;
    background-repeat: no-repeat;
    height: 233px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab { height: 108px; } }
@media (max-width: 535px) { .content .rennab { height: 98px; } }
@media (max-width: 470px) { .content .rennab { height: 88px; } }
@media (max-width: 370px) { .content .rennab { height: 78px; } }


.content .rennab2 {
    background-image: url('../image/luchcen.jpg');

    background-color: #e6e6e6;
    background-repeat: no-repeat;
    height: 233px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab2 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab2 {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab2 { height: 108px; } }
@media (max-width: 535px) { .content .rennab2 { height: 98px; } }
@media (max-width: 470px) { .content .rennab2 { height: 88px; } }
@media (max-width: 370px) { .content .rennab2 { height: 78px; } }


.content .rennab3 {
    background-image: url('../image/garant_ush.jpg');
    background-position: top right;
    background-color: #134594;
    background-repeat: no-repeat;
    height: 233px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab3 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab3 {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab3 { height: 108px; } }
@media (max-width: 535px) { .content .rennab3 { height: 98px; } }
@media (max-width: 470px) { .content .rennab3 { height: 88px; } }
@media (max-width: 370px) { .content .rennab3 { height: 78px; } }


.content .rennab4 {
    background-image: url('../image/sotrud.jpg');

    background-color: #fff;
    background-repeat: no-repeat;
    height: 90px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab4 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab4 {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab4 { height: 90px; } }
@media (max-width: 535px) { .content .rennab4 { height: 90px; } }
@media (max-width: 470px) { .content .rennab4 { height: 38px; } }
@media (max-width: 370px) { .content .rennab4 { height: 33px; } }


.content .rennab5 {
    background-image: url('../image/banner10.jpg');

    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 233px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab5 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab5 {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab5 { height: 108px; } }
@media (max-width: 535px) { .content .rennab5 { height: 98px; } }
@media (max-width: 470px) { .content .rennab5 { height: 88px; } }
@media (max-width: 370px) { .content .rennab5 { height: 78px; } }

.content .rennab6 {
    background-image: url('../image/autograph4.jpg');

    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 233px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab6 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab6 {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab6 { height: 108px; } }
@media (max-width: 535px) { .content .rennab6 { height: 98px; } }
@media (max-width: 470px) { .content .rennab6 { height: 88px; } }
@media (max-width: 370px) { .content .rennab6 { height: 78px; } }

.content .rennab7 {
    background-image: url('../image/gislaved.jpg');

    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 233px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab7 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab7 {
        margin: 0px 1% 10px 1%;
    }
}


@media (max-width: 580px) { .content .rennab7 { height: 108px; } }
@media (max-width: 535px) { .content .rennab7 { height: 98px; } }
@media (max-width: 470px) { .content .rennab7 { height: 88px; } }
@media (max-width: 370px) { .content .rennab7 { height: 78px; } }

.content .rennab8 {
    background-image: url('../image/shinmon.jpg');

    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 233px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab8 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab8 {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab8 { height: 108px; } }
@media (max-width: 535px) { .content .rennab8 { height: 98px; } }
@media (max-width: 470px) { .content .rennab8 { height: 88px; } }
@media (max-width: 370px) { .content .rennab8 { height: 78px; } }


.content .rennab9 {
    background-image: url('../image/banner_zim.jpg');

    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 233px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab9 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab9 {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab9 { height: 108px; } }
@media (max-width: 535px) { .content .rennab9 { height: 98px; } }
@media (max-width: 470px) { .content .rennab9 { height: 88px; } }
@media (max-width: 370px) { .content .rennab9 { height: 78px; } }

.content .rennab10 {
    background-image: url('../image/cordiant.jpg');

    background-color: #ffffff;
    background-repeat: no-repeat;
    height: 233px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab10 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab10 {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab10 { height: 108px; } }
@media (max-width: 535px) { .content .rennab10 { height: 98px; } }
@media (max-width: 470px) { .content .rennab10 { height: 88px; } }
@media (max-width: 370px) { .content .rennab10 { height: 78px; } }

.content .rennab11 {
    background-image: url('../image/shinrab.jpg');

    background-color: #fff;
    background-repeat: no-repeat;
    height: 90px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab11 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab11 {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab11 { height: 90px; } }
@media (max-width: 535px) { .content .rennab11 { height: 90px; } }
@media (max-width: 470px) { .content .rennab11 { height: 38px; } }
@media (max-width: 370px) { .content .rennab11 { height: 33px; } }


.content .rennab12 {
    background-image: url('../image/30shin.jpg');

    background-color: #fff;
    background-repeat: no-repeat;
    height: 90px;
    margin: 0px 14px 20px 12px;
}

@media (max-width: 650px) {
    .content .rennab12 {
        background-size: 100%;
    }
}

@media (max-width: 500px) {
    .content .rennab12 {
        margin: 0px 1% 10px 1%;
    }
}

@media (max-width: 580px) { .content .rennab12 { height: 90px; } }
@media (max-width: 535px) { .content .rennab12 { height: 90px; } }
@media (max-width: 470px) { .content .rennab12 { height: 38px; } }
@media (max-width: 370px) { .content .rennab12 { height: 33px; } }


.content .bn_line {
    overflow: hidden;
    padding: 0px 12px;
}

@media (max-width: 500px) {
    .content .bn_line {
        padding: 0px 1%;
    }
}

.content .bn_line .over {
    width: 105%;
    overflow: hidden;
}

.content .bn_line .bn {
    display: block;
    width: 232px;
    height: 233px;
    background-color: #f1f1f1;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.content .bn_line .bn ins {
    overflow: hidden;
    display: block;
    height: 233px;
    font-style: normal;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.content .bn_line .bn ins:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width: 480px) {
    .content .bn_line .bn {
        /*width: 150px;*/
        width: 46%;
        height: 150px;
    }
}

.content .bn_line .bn.wl {
    width: 470px;
}

@media (max-width: 995px) {
    .content .bn_line .bn.wl {
        width: 224px;
    }
}

.content .bn_line .bn span {
    display: block;
    white-space: nowrap;
    font-size: 18px;
    line-height: 30px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 2;
}

.content .bn_line .bn span:first-child {
    bottom: 50px;
    text-transform: uppercase;
}

.content .bn_line .bn span i {
    font-style: normal;
    color: #ffffff;
    background-color: #004690;
    padding: 5px 8px;
}

@media (max-width: 750px) {
    .content .bn_line .bn {
        margin-right: 2%;
    }

    .content .bn_line .bn.m_hide {
        display: none;
    }
}

@media (max-width: 480px) {
    .content .bn_line .bn.wl {
        /*width: 150px;*/
        width: 46%;
        height: 150px;
    }

    .content .bn_line .bn_1 {
        margin-left: 2px;
    }

    .content .bn_line .bn_2 {
        margin-right: 0px;
    }

    .content .bn_line .bn_4 {
        margin-left: 2px;
    }

    .content .bn_line .bn_5 {
        margin-right: 0px;
    }

    .content .bn_line .bn span {
        font-size: 13px;
        line-height: 26px;
    }

    .content .bn_line .bn span:first-child {
        margin-top: 84px;
    }
}

.content .bn_line .bn.bn_1 ins { background-image: url('../image/bn_1.jpg'); }
.content .bn_line .bn.bn_2 ins { background-image: url('../image/bn_2.jpg'); }
.content .bn_line .bn.bn_3 ins { background-image: url('../image/bn_3.jpg'); }
.content .bn_line .bn.bn_4 ins { background-image: url('../image/bn_4.jpg'); }
.content .bn_line .bn.bn_5 ins { background-image: url('../image/bn_5.jpg'); }
.content .bn_line .bn.bn_6 ins { background-image: url('../image/bn_6.jpg'); }

.content .special {
    margin-top: 10px;
    margin-bottom: 40px;
}

.content .special .special_title {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
}

.content .items_in_line {
    height: 345px;
    overflow: hidden;
    position: relative;
}

.content .items_in_line .scroll {
    width: 40px;
    height: 66px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 115px;
    cursor: pointer;
}

.content .items_in_line .scroll.left {
    background-image: url('../image/scroll_left.png');
    left: 0px;
}

.content .items_in_line .scroll.right {
    background-image: url('../image/scroll_right.png');
    right: 0px;
}

.content .items_in_line .items_line {
    width: 10000px;
    position: relative;
    left: 0px;
}

.content .items_in_line .items_line .one_item_in_line {
    float: left;
    width: 218px;
    height: 312px;
    border: 1px solid #e3e3e3;
    margin-right: 5px;
    position: relative;
    padding: 13px;
}

.content .items_in_line .items_line .one_item_in_line:hover {
    -webkit-box-shadow: 1px 1px 12px 0px rgba(176, 176, 176, 0.61);
    -moz-box-shadow:    1px 1px 12px 0px rgba(176, 176, 176, 0.61);
    box-shadow:         1px 1px 12px 0px rgba(176, 176, 176, 0.61);
}

@media (max-width: 500px) {
    .content .items_in_line .items_line .one_item_in_line {
        width: 210px;
    }
}

.content .items_in_line .items_line .one_item_in_line .image {
    text-align: center;
    height: 165px;
    overflow: hidden;
    margin-bottom: 10px;
}

.content .items_in_line .items_line .one_item_in_line .label {
    position: absolute;
    top: 13px;
    left: 13px;
}

.content .items_in_line .items_line .one_item_in_line .label div {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.content .items_in_line .items_line .one_item_in_line .label div span {
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: 17px;
}

.content .items_in_line .items_line .one_item_in_line .label div.red span {
    color: #ffffff;
    background-color: #ff0000;
}

.content .items_in_line .items_line .one_item_in_line .label div.green span {
    color: #ffffff;
    background-color: #00ac5d;
}

.content .items_in_line .items_line .one_item_in_line .part {
    color: #868686;
    font-size: 12px;
    margin-bottom: 9px;
}

.content .items_in_line .items_line .one_item_in_line .name {
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.content .items_in_line .items_line .one_item_in_line .name a {
    color: #000000;
}

.content .items_in_line .items_line .one_item_in_line .price_old {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
    color: #004690;
    text-decoration: line-through;
    height: 20px;
}

.content .items_in_line .items_line .one_item_in_line .buy {
    overflow: hidden;
    margin-bottom: 8px;
}

.content .items_in_line .items_line .one_item_in_line .buy .price {
    float: left;
    width: 120px;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}

.content .items_in_line .items_line .one_item_in_line .buy .bt {
    float: right;
    padding-left: 27px;
    background-image: url('../image/ico_bt_basket.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.content .items_in_line .items_line .one_item_in_line .stock {
    color: #868686;
    font-size: 12px;
}

.content .popular {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.content .popular .title {
    margin-bottom: 20px;
    font-weight: bold;
    padding: 0px 20px;
}

.content .popular .scroll {
    width: 32px;
    height: 56px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 0px;
    cursor: pointer;
}

.content .popular .scroll.left {
    background-image: url('../image/scroll_left_2.png');
    left: 0px;
}

.content .popular .scroll.right {
    background-image: url('../image/scroll_right_2.png');
    right: 0px;
}

.popular_in_line {
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
    height: 56px;
    overflow: hidden;
}

.content .popular .popular_line {
    width: 10000px;
    position: relative;
}

.content .popular .popular_line .one_popular_in_line {
    float: left;
    width: 85px;
    height: 66px;
    margin-right: 35px;
    position: relative;
    overflow: hidden;
}

.content .popular .popular_line .one_popular_in_line img {
    width: 85px;
    height: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.content .whome {
    margin-top: 40px;
    margin-bottom: 0px;
}

.content .whome .title {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
    padding: 0px 20px;
}

@media (max-width: 500px) {
    .content .whome .title {
        text-align: left;
    }
}

.content .whome .points {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0px 20px;
}

.content .whome .points .point {
    width: 305px;
    height: 50px;
    float: left;
    margin-right: 15px;
    margin-bottom: 45px;
}

@media (max-width: 500px) {
    .content .whome .points .point.m_hide {
        display: none;
    }

    .content .whome .points .point {
        width: 200px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .content .whome .points .point {
        width: 100%;
        margin-bottom: 0px;
    }
}

.content .whome .points .point .circle {
    float: left;
    width: 47px;
    height: 47px;
    margin-right: 10px;
    text-align: center;
    margin-top: 5px;
}

.content .whome .points .point .circle img {
    margin: 9px auto;
}

.content .whome .points .point .point_text {
    font-size: 13px;
    line-height: 19px;
    color: #484848;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
}

.content .whome .points .point strong {
    display: block;
    font-size: 16px;
    color: #000000;
}

@media (max-width: 500px) {
    .content .whome .points .point .point_text {
        font-size: 12px;
        line-height: 17px;
    }

    .content .whome .points .point strong {
        font-size: 14px;
        display: inline;
        padding-right: 5px;
    }
}

.content .whome .sub_text {
    text-align: center;
    padding: 0px 40px;
    line-height: 20px;
}

/* item list */

.item_list,
.item_info {
    margin: 0px 8px;
    position: relative;
}

.item_list.with_filter .item_list_content,
.item_info.with_filter .item_info_content {
    margin-left: 260px;
}

.item_list.with_filter .item_list_carselect {
    margin-left: 260px;
}

@media (max-width: 680px) {
    .item_list.with_filter .item_list_content,
    .item_info.with_filter .item_info_content {
        margin-left: 0px;
    }

    .item_list.with_filter .item_list_carselect {
        margin-left: 0px;
    }
}

.item_list .in_filter,
.item_info .in_filter {
    width: 235px;
    position: absolute;
    background-color: #ffffff;
    top: 0px;
}

@media (max-width: 680px) {
    .item_list .in_filter,
    .item_info .in_filter {
        display: none;
        z-index: 4;
        margin-top: 54px;
        width: auto;
        left: 0px;
        right: 0px;
        top: auto;
    }

    .item_list .in_filter.allways_show {
        display: block;
        margin-top: 0px;
        position: relative;
    }
}

.item_list .in_filter .in_filter_var,
.item_info .in_filter .in_filter_var {
    font-size: 14px;
}

.item_list .in_filter .in_filter_var a,
.item_info .in_filter .in_filter_var a {
    display: block;
    float: left;
    width: 114px;
    color: #565656;
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    padding: 5px 0px;
    text-align: center;
    position: relative;
    top: 1px;
}

.item_list .in_filter .in_filter_var a.active,
.item_info .in_filter .in_filter_var a.active {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.item_list .in_filter .in_filter_var a:first-child,
.item_info .in_filter .in_filter_var a:first-child {
    margin-right: 3px;
}

.item_list .in_filter .in_filter_content,
.item_info .in_filter .in_filter_content {
    border: 1px solid #e3e3e3;
    padding: 35px 15px 20px 15px;
}

.item_list .in_filter .in_filter_content .with_winter,
.item_info .in_filter .in_filter_content .with_winter {
    display: none;
}

.item_list .in_filter .in_filter_content .with_winter.show,
.item_info .in_filter .in_filter_content .with_winter.show {
    display: block;
}

.item_list .in_filter .in_filter_content.hide,
.item_info .in_filter .in_filter_content.hide {
    display: none;
}

.item_list .in_filter .in_filter_content.by_auto .line,
.item_info .in_filter .in_filter_content.by_auto .line {
    margin-bottom: 15px;
}

.item_list .in_filter .in_filter_content.by_auto .line span,
.item_info .in_filter .in_filter_content.by_auto .line span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.item_list .in_filter .in_filter_content.by_auto .line select,
.item_info .in_filter .in_filter_content.by_auto .line select {
    width: 200px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    font-size: 11px;
}

.item_list .in_filter .in_filter_content.by_size .line,
.item_info .in_filter .in_filter_content.by_size .line {
    margin-bottom: 15px;
}

.item_list .in_filter .in_filter_content.by_size .line .line_max {
    max-height: 400px;
    overflow: hidden;
    margin-top: 10px;
}

.item_list .in_filter .in_filter_content.by_size .line .line_max.scroll {
    overflow-y: auto;
}

.item_list .in_filter .in_filter_content.by_size .line span,
.item_info .in_filter .in_filter_content.by_size .line span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.item_list .in_filter .in_filter_content.by_size .line span + label,
.item_info .in_filter .in_filter_content.by_size .line span + label {
    margin-top: 10px;
}

.item_list .in_filter .in_filter_content.by_size .line select,
.item_info .in_filter .in_filter_content.by_size .line select {
    width: 200px;
    height: 24px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    font-size: 11px;
}

@media (max-width: 500px) {
    .item_list .in_filter .in_filter_content.by_size .line select,
    .item_info .in_filter .in_filter_content.by_size .line select {
        width: 100%;
    }
}

.item_list .in_filter .in_filter_content.by_size .line input[type='number'],
.item_info .in_filter .in_filter_content.by_size .line input[type='number'] {
    width: 188px;
    height: 22px;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    font-size: 12px;
    padding: 2px 5px;
}

.item_list .in_filter .in_filter_content.by_size .line label,
.item_info .in_filter .in_filter_content.by_size .line label {
    display: block;
    font-size: 11px;
    line-height: 18px;
    height: 16px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

.item_list .in_filter .in_filter_content.by_size .line label.hide,
.item_info .in_filter .in_filter_content.by_size .line label.hide {
    display: none;
}

.item_list .in_filter .in_filter_content.by_size .line label input,
.item_info .in_filter .in_filter_content.by_size .line label input {
    width: 13px;
    height: 13px;
    vertical-align: text-bottom;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
}

.item_list .in_filter .in_filter_content.by_size .line label.with_ico,
.item_info .in_filter .in_filter_content.by_size .line label.with_ico {
    background-position: 20px center;
}

.item_list .in_filter .in_filter_content.by_size .line label.with_ico input,
.item_info .in_filter .in_filter_content.by_size .line label.with_ico input {
    margin-right: 30px;
}

.item_list .in_filter .in_filter_content.by_size .line label.ico_summer,
.item_info .in_filter .in_filter_content.by_size .line label.ico_summer {
    background-image: url('../image/ico_summer.png');
}

.item_list .in_filter .in_filter_content.by_size .line label.ico_winter,
.item_info .in_filter .in_filter_content.by_size .line label.ico_winter {
    background-image: url('../image/ico_winter.png');
}

.item_list .in_filter .in_filter_content.by_size .line label.ico_thorn,
.item_info .in_filter .in_filter_content.by_size .line label.ico_thorn {
    background-image: url('../image/ico_thorn.png');
}

.item_list .in_filter .in_filter_content.by_size .line label.ico_velcro,
.item_info .in_filter .in_filter_content.by_size .line label.ico_velcro {
    background-image: url('../image/ico_velcro.png');
}

.item_list .in_filter .in_filter_content.by_size .line .showall,
.item_info .in_filter .in_filter_content.by_size .line .showall {
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
}

.item_list .in_filter .in_filter_content.by_size .line.price input,
.item_info .in_filter .in_filter_content.by_size .line.price input {
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    width: 41%;
    height: 24px;
    font-size: 14px;
    padding: 2px 1%;
}

.item_list .in_filter .in_filter_content.by_size .line.price input[name='price_from'],
.item_info .in_filter .in_filter_content.by_size .line.price input[name='price_from'] {
    float: left;
}

.item_list .in_filter .in_filter_content.by_size .line.price input[name='price_to'],
.item_info .in_filter .in_filter_content.by_size .line.price input[name='price_to'] {
    float: right;
    text-align: right;
}

.item_list .in_filter .in_filter_content.by_size .line.price .dash,
.item_info .in_filter .in_filter_content.by_size .line.price .dash {
    width: 12%;
    float: left;
    color: #e3e3e3;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

.item_list .in_filter .in_filter_content.by_size .line.price .box_slider,
.item_info .in_filter .in_filter_content.by_size .line.price .box_slider {
    margin-top: 20px;
}

.item_list .in_filter .in_filter_content .button,
.item_info .in_filter .in_filter_content .button {
    margin-top: 20px;
}

.item_list .in_filter .in_filter_content .button .bt,
.item_info .in_filter .in_filter_content .button .bt {
    width: 200px;
    height: 36px;
}

@media (max-width: 500px) {
    .item_list .in_filter .in_filter_content .button .bt,
    .item_info .in_filter .in_filter_content .button .bt {
        width: 100%;
    }
}

.item_list .in_filter .in_filter_article,
.item_info .in_filter .in_filter_article {
    border: 1px solid #e3e3e3;
    padding: 20px 15px 20px 15px;
    margin-top: 20px;
    overflow: hidden;
}

.item_list .in_filter .in_filter_article div,
.item_info .in_filter .in_filter_article div {
    font-size: 12px;
    margin-bottom: 5px;
}

.item_list .in_filter .in_filter_article input[type='text'],
.item_info .in_filter .in_filter_article input[type='text'] {
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    width: 48%;
    height: 30px;
    font-size: 14px;
    padding: 3px 10px;
    box-sizing: border-box;
    float: left;
}

.item_list .in_filter .in_filter_article input[type='submit'],
.item_info .in_filter .in_filter_article input[type='submit'] {
    width: 48%;
    height: 30px;
    box-sizing: border-box;
    float: right;
}

.item_list .item_list_content {
    min-height: 600px;
}

.item_list .item_list_content .head_of_items {
    overflow: hidden;
    line-height: 35px;
    margin-bottom: 20px;
}

.item_list .item_list_content .head_of_items .m_filter {
    display: none;
}

.item_list .item_list_content .head_of_items .m_filter a {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    margin-left: 8px;
    background-color: #f5f5f5;
    background-image: url('../image/ico_filter.png');
}

@media (max-width: 680px) {
    .item_list .item_list_content .head_of_items .m_filter {
        display: block;
    }
}

.item_list .item_list_content .head_of_items .sort {
    float: left;
    width: 60%;
    font-size: 14px;
}

@media (max-width: 680px) {
    .item_list .item_list_content .head_of_items .sort {
        display: none;
    }
}

.item_list .item_list_content .head_of_items .sort a {
    color: #a1a1a1;
    margin-right: 35px;
    background-image: url('../image/ico_sort_off.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
    white-space: nowrap;
}

.item_list .item_list_content .head_of_items .sort a.up {
    background-image: url('../image/ico_sort_on_up.png');
}

.item_list .item_list_content .head_of_items .sort a.down {
    background-image: url('../image/ico_sort_on_down.png');
}

.item_list .item_list_content .head_of_items .sort a.active {
    color: #565656;
}

.item_list .item_list_content .head_of_items .show {
    float: right;
    width: 32%;
    overflow: hidden;
}

.item_list .item_list_content .head_of_items .show a {
    display: block;
    width: 35px;
    height: 35px;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    margin-left: 8px;
}

.item_list .item_list_content .head_of_items .show a.var_plates {
    background-color: #f5f5f5;
    background-image: url('../image/ico_view_plates_off.png');
}

.item_list .item_list_content .head_of_items .show a.var_plates.active {
    background-color: #004690;
    background-image: url('../image/ico_view_plates_on.png');
}

.item_list .item_list_content .head_of_items .show a.var_list {
    background-color: #f5f5f5;
    background-image: url('../image/ico_view_list_off.png');
    margin-right: 22px;
}

.item_list .item_list_content .head_of_items .show a.var_list.active {
    background-color: #004690;
    background-image: url('../image/ico_view_list_on.png');
    margin-right: 0px;
}

@media (max-width: 400px) {
    .item_list .item_list_content .head_of_items .show a.var_list {
        margin-right: 5px;
    }
}

.item_list .item_list_content .list {
    border-top: 1px solid #e3e3e3;
    margin-bottom: 20px;
    min-height: 720px;
}

.item_list .item_list_content .list .no_items {
    margin: 30px 30px 700px 30px;
    text-align: center;
}

.item_list .item_list_content .list .unic_item {
    border: 1px solid #e3e3e3;
    border-top: 0px;
    padding: 25px 25px 25px 25px;
    position: relative;
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item {
        text-align: center;
    }
}

.item_list .item_list_content .list .unic_item:hover {
    -webkit-box-shadow: 1px 1px 12px 0px rgba(176, 176, 176, 0.61);
    -moz-box-shadow:    1px 1px 12px 0px rgba(176, 176, 176, 0.61);
    box-shadow:         1px 1px 12px 0px rgba(176, 176, 176, 0.61);
}

.item_list .item_list_content .list .unic_item .label {
    position: absolute;
    top: 25px;
    left: 25px;
    /*overflow: hidden;*/
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item .label {
        top: 12px;
        left: 12px;
    }
}

.item_list .item_list_content .list .unic_item .label div {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 4px;
    float: left;
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item .label div {
        font-size: 10px;
    }
}

.item_list .item_list_content .list .unic_item .label div span {
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: 17px;
}

.item_list .item_list_content .list .unic_item .label div.red span {
    color: #ffffff;
    background-color: #ff0000;
}

.item_list .item_list_content .list .unic_item .label div.green span {
    color: #ffffff;
    background-color: #00ac5d;
}

.item_list .item_list_content .list .unic_item .image {
    float: left;
    width: 200px;
    height: 240px;
    overflow: hidden;
    margin-right: 25px;
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item .image {
        float: none;
        margin: 0px auto;
    }
}

.item_list .item_list_content .list .unic_item .info {
    float: left;
    margin-right: 20px;
}

.item_list.with_filter .item_list_content .list .unic_item .info {
    max-width: 215px;
    margin-bottom: 20px;
}

@media (max-width: 1015px) {
    .item_list.with_filter .item_list_content .list .unic_item .info {
        float: none;
    }
}

@media (max-width: 400px) {
    .item_list.with_filter .item_list_content .list .unic_item .info {
        max-width: none;
        margin-right: 0px;
    }
}

.item_list .item_list_content .list .unic_item .info .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
}

.item_list .item_list_content .list .unic_item .info .param {
    font-size: 14px;
    line-height: 22px;
    color: #3f3f3f;
}

.item_list .item_list_content .list .unic_item .info .name a {
    color: #000000;
}

.item_list .item_list_content .list .unic_item:hover .info .name a {
    color: #004690;
}

.item_list .item_list_content .list .unic_item .buy {
    float: right;
    min-width: 210px;
}

@media (max-width: 1015px) {
    .item_list .item_list_content .list .unic_item .buy {
        float: none;
    }
}

.item_list .item_list_content .list .unic_item .buy .prices {
    margin-bottom: 15px;
    overflow: hidden;
}

.item_list .item_list_content .list .unic_item .buy .prices .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    float: left;
    margin-right: 10px;
}

.item_list .item_list_content .list .unic_item .buy .prices .price_old {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    color: #004690;
    text-decoration: line-through;
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item .buy .prices .price_old {
        float: right;
    }
}

.item_list .item_list_content .list .unic_item .buy .stock {
    font-size: 14px;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.item_list .item_list_content .list .unic_item .buy .stock .stock_0 { color: #37ac09; }
.item_list .item_list_content .list .unic_item .buy .stock .stock_2 { color: #ff6600; }

.item_list .item_list_content .list .unic_item .buy .quantity {
    width: 85px;
    height: 35px;
    overflow: hidden;
    float: left;
    margin: 0px 10px 15px 0px;
    background-color: #f3f3f5;
    border-radius: 3px;
}

.item_list .item_list_content .list .unic_item .buy .quantity div {
    width: 28px;
    height: 15px;
    float: left;
    text-align: center;
    padding: 10px 0px;
    line-height: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item_list .item_list_content .list .unic_item .buy .quantity input {
    width: 28px;
    height: 29px;
    float: left;
    text-align: center;
    padding: 3px 0px;
    border: 0px;
    background: none;
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item .buy .buy_button {
        float: right;
    }
}

.item_list .item_list_content .list .unic_item .buy .buy_button input {
    background-image: url('../image/ico_bt_basket.png');
    background-repeat: no-repeat;
    background-position: 12px center;
    padding: 10px 18px 10px 35px;
    font-size: 13px;
    border-radius: 3px;
    height: 35px;
}

.item_list .item_list_content .list .unic_item .buy .one_click_button {
    clear: both;
    font-size: 13px;
    margin-bottom: 15px;
}

.item_list .item_list_content .list .unic_item .buy .one_click_button a {
    display: block;
    line-height: 22px;
    width: 115px;
    text-align: center;
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item .buy .one_click_button a {
        margin: 0px auto;
    }
}

.item_list .item_list_content .list .unic_item .buy .credit_link {
    clear: both;
    font-size: 13px;
    text-transform: uppercase;
}

.item_list .item_list_content .list .unic_item .buy .credit_link a {
    text-decoration: underline;
}

.item_list .item_list_content .list .unic_item .buy .credit_link a:hover {
    text-decoration: none;
}

/* unic_item_plate */
.item_list .item_list_content .list.plates {
    overflow: hidden;
    border: 0;
    padding: 5px 0 0 5px;
    position: relative;
    left: -5px;
}

.item_list .item_list_content .list .unic_item_plate {
    width: 195px;
    height: 380px;
    border: 1px solid #e3e3e3;
    padding: 15px;
    position: relative;
    margin: 0px 10px 10px 0px;
    float: left;
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item_plate {
        width: 100%;
        height: 410px;
        margin-right: 0px;
        box-sizing: border-box;
    }
}


.item_list .item_list_content .list .unic_item_plate .label {
    position: absolute;
    top: 20px;
    left: 15px;
    /*overflow: hidden;*/
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item_plate .label {
        top: 12px;
        left: 12px;
    }
}

.item_list .item_list_content .list .unic_item_plate .label div {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 4px;
    float: left;
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item_plate .label div {
        font-size: 10px;
    }
}

.item_list .item_list_content .list .unic_item_plate .label div span {
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: 17px;
}

.item_list .item_list_content .list .unic_item_plate .label div.red span {
    color: #ffffff;
    background-color: #ff0000;
}

.item_list .item_list_content .list .unic_item_plate .label div.green span {
    color: #ffffff;
    background-color: #00ac5d;
}






.item_list .item_list_content .list .unic_item_plate .article {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 10px;
    color: #e3e3e3;
}

.item_list .item_list_content .list .unic_item_plate .image {
    text-align: center;
    position: relative;
}

.item_list .item_list_content .list .unic_item_plate .name {
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.item_list .item_list_content .list .unic_item_plate .columns {
    overflow: hidden;
}

.item_list .item_list_content .list .unic_item_plate .columns .column_left {
    float: left;
    width: 96px;
}

.item_list .item_list_content .list .unic_item_plate .columns .column_left.only {
    width: 100%;
}

.item_list .item_list_content .list .unic_item_plate .columns .column_right {
    float: right;
    width: 96px;
}

.item_list .item_list_content .list .unic_item_plate .columns .prices .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    line-height: 35px;
}

.item_list .item_list_content .list .unic_item_plate .columns .prices .price_old {
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #004690;
    text-decoration: line-through;
}

.item_list .item_list_content .list .unic_item_plate .columns .stock {
    font-size: 14px;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.item_list .item_list_content .list .unic_item_plate .columns .stock_0 { color: #37ac09; }
.item_list .item_list_content .list .unic_item_plate .columns .stock .stock_2 { color: #ff6600; }

.item_list .item_list_content .list .unic_item_plate .columns .quantity {
    width: 98px;
    height: 35px;
    overflow: hidden;
    margin: 0px 0px 15px 0px;
    background-color: #f3f3f5;
    border-radius: 3px;
}

.item_list .item_list_content .list .unic_item_plate .columns .quantity div {
    width: 31px;
    height: 15px;
    float: left;
    text-align: center;
    padding: 10px 0px;
    line-height: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.item_list .item_list_content .list .unic_item_plate .columns .quantity input {
    width: 34px;
    height: 29px;
    float: left;
    text-align: center;
    padding: 3px 0px;
    border: 0px;
    background: none;
}

.item_list .item_list_content .list .unic_item_plate .columns .buy_button input {
    background-image: url('../image/ico_bt_basket.png');
    background-repeat: no-repeat;
    background-position: 12px center;
    padding: 10px 18px 10px 35px;
    font-size: 13px;
    border-radius: 3px;
    height: 35px;
}

.item_list .item_list_content .list .unic_item_plate .one_click_button {
    float: right;
    width: 96px;
    font-size: 9px;
    line-height: 14px;
}

.item_list .item_list_content .list .unic_item_plate .one_click_button a {
    display: block;
    padding: 6px 9px;
}

.item_list .item_list_content .list .unic_item_plate .credit_link {
    float: left;
    width: 88px;
    font-size: 11px;
    line-height: 28px;
}

.item_list .item_list_content .list .unic_item_plate:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
}

.item_list .item_list_content .list .unic_item_plate:hover .article {
    color: #333;
}

.item_list .item_list_content .list .unic_item_plate .after_box {
    display: none;
    background-color: #ffffff;
    left: -1px;
    right: -1px;
    position: absolute;
    padding: 0 15px 15px 15px;
    z-index: 10;
    border: 1px solid #e3e3e3;
    border-top: 0px;
}

.item_list .item_list_content .list .unic_item_plate:hover .after_box {
    display: block;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.25);
}

/* end of unic_item_plate */

.item_info .item_info_content {
    min-height: 387px;
}

.item_info .unic_info {
    padding-top: 20px;
    position: relative;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

/*
.item_info .unic_info .label,
.unic_item .label,
.unic_item_plate .label {
	position: absolute;
	top: 15px;
	left: 13px;
	overflow: hidden;
	text-align: center;
}
 */

.item_info .unic_info .labels,
.unic_item .labels,
.unic_item_plate .labels {
    position: absolute;
    max-width: 320px;
    padding-left: 20px;
    z-index: 8;
}

.unic_item .labels,
.unic_item_plate .labels {
    padding-left: 0;
    max-width: 200px;
}

.item_info .unic_info .labels span,
.unic_item .labels span,
.unic_item_plate .labels span {
    display: inline;
    color: #ffffff;
    padding: 3px 10px;
    white-space: nowrap;
    margin: 0 5px 0 0;
    font-size: 14px;
    line-height: 18px;
    border-radius: 3px;
    cursor: default;
    position: relative;
}

.item_info .unic_info .labels span:hover small,
.unic_item .labels span:hover small,
.unic_item_plate .labels span:hover small {
    display: block;
}

.item_info .unic_info .labels span small,
.unic_item .labels span small,
.unic_item_plate .labels span small {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #000000;
    z-index: 10;
    left: 0;
    white-space: normal;
    width: 160px;
    padding: 10px;
    opacity: 0.85;
    border-radius: 5px;
}

.item_info .unic_info .labels span small:before,
.unic_item .labels span small:before,
.unic_item_plate .labels span small:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000000;
    position: absolute;
    left: 10%;
    transform: rotate(45deg);
    top: -5px;
}


.item_info .unic_info .label div,
.unic_item .label div,
.unic_item_plate .label div {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.item_info .unic_info .label div span,
.unic_item .label div span,
.unic_item_plate .label div span {
    display: block;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 4px 10px;
}

.item_info .unic_info .label div.red span {
    color: #ffffff;
    background-color: #ff0000;
}

.item_info .unic_info .label div.green span {
    color: #ffffff;
    background-color: #00ac5d;
}

.item_info .unic_info .image {
    width: 365px;
    height: 490px;
    float: left;
    overflow: hidden;
}

@media (max-width: 700px) {
    .item_info .unic_info .image {
        width: 100%;
        height: 350px;
        text-align: center;
        float: none;
    }

    .item_info .unic_info .image img {
        margin: auto !important;
    }
}

.item_info .unic_info .image .image_sub_text {
    position: relative;
    bottom: 45px;
    text-align: center;
    color: #004690;
}

@media (max-width: 700px) {
    .item_info .unic_info .image .image_sub_text {
        position: initial;
        bottom: 0px;
    }
}

.item_info .unic_info .info {
    width: 355px;
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 700px) {
    .item_info .unic_info .info {
        width: 94%;
        margin: 0px 3% 20px 3%;
        float: none;
    }
}

.item_info .unic_info .info .data {
    width: 210px;
    float: left;
}

@media (max-width: 700px) {
    .item_info .unic_info .info .data {
        width: 100%;
        float: none;
    }
}

.item_info .unic_info .info .data .param {
    font-size: 14px;
    border-bottom: 1px dotted #bdbdbd;
    margin-bottom: 10px;
}

.item_info .unic_info .info .data .param:after {
    content: "";
    display: table;
    clear: both;
}

.item_info .unic_info .info .data .param i {
    display: block;
    float: left;
    background-color: #ffffff;
    position: relative;
    top: 3px;
    padding-right: 5px;
    font-style: normal;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
}

.item_info .unic_info .info .data .param span {
    display: block;
    float: right;
    background-color: #ffffff;
    position: relative;
    top: 3px;
    padding-left: 5px;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
}

.item_info .unic_info .info .man_logo {
    width: 130px;
    height: 40px;
    text-align: center;
    float: right;
    margin-right: 10px;
    overflow: hidden;
}

@media (max-width: 700px) {
    .item_info .unic_info .info .man_logo {
        display: none;
    }
}

.item_info .unic_info .buy {
    width: 355px;
    float: right;
    overflow: hidden;
    margin-bottom: 110px;
}

@media (max-width: 700px) {
    .item_info .unic_info .buy {
        width: 94%;
        margin: 0px 3% 20px 3%;
        float: none;
    }
}

.item_info .unic_info .buy .prices {
    margin-bottom: 10px;
    overflow: hidden;
}

.item_info .unic_info .buy .prices .price {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

.item_info .unic_info .buy .prices .price_old {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    color: #004690;
    text-decoration: line-through;
}

.item_info .unic_info .buy .stock {
    font-size: 14px;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.item_info .unic_info .buy .stock .stock_0 { color: #37ac09; }
.item_info .unic_info .buy .stock .stock_2 { color: #ff6600; }

.item_info .unic_info .buy .quantity {
    width: 125px;
    height: 42px;
    overflow: hidden;
    float: left;
    margin: 0px 10px 15px 0px;
    background-color: #f3f3f5;
    border-radius: 3px;
}

.item_info .unic_info .buy .quantity div {
    width: 38px;
    height: 18px;
    float: left;
    text-align: center;
    padding: 12px 0px;
    line-height: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
}

.item_info .unic_info .buy .quantity input {
    width: 48px;
    height: 35px;
    float: left;
    text-align: center;
    padding: 3px 0px;
    border: 0px;
    background: none;
    font-size: 16px;
}

.item_info .unic_info .buy .buy_button input {
    background-image: url('../image/ico_bt_basket.png');
    background-repeat: no-repeat;
    background-position: 17px center;
    padding: 13px 22px 12px 43px;
    font-size: 15px;
    border-radius: 3px;
}

.item_info .unic_info .buy .line {
    overflow: hidden;
    margin-bottom: 10px;
}

.item_info .unic_info .buy .line:last-child {
    margin-bottom: 0px;
}

.item_info .unic_info .buy .one_click_button {
    clear: both;
    font-size: 15px;
    margin-bottom: 15px;
    float: left;
}

.item_info .unic_info .buy .one_click_button a {
    display: block;
    line-height: 27px;
    width: 145px;
    text-align: center;
}

.item_info .unic_info .buy .credit_link {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
}

.item_info .unic_info .buy .credit_link a {
    display: block;
    text-decoration: underline;
    line-height: 27px;
    width: 145px;
    text-align: center;
    padding: 7px 10px;
}

.item_info .unic_info .buy .credit_link a:hover {
    text-decoration: none;
}

.item_info .unic_info .delivery_box {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 315px;
    height: 60px;
    background-color: #f5f5f5;
    padding: 20px;
    font-size: 14px;
}

@media (max-width: 700px) {
    .item_info .unic_info .delivery_box {
        position: relative;
        width: auto;
    }
}

.item_info .unic_info .delivery_box.show {
    display: block;
}

.item_info .unic_info .delivery_box div {
    margin-bottom: 10px;
}

.item_info .unic_info .delivery_box div a {
    margin-left: 5px;
    cursor: help;
}

.item_info .item_menu a {
    display: block;
    float: left;
    padding: 20px 30px;
    color: #414141;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #e3e3e3;
    position: relative;
    top: 1px;
    background-color: #ebebeb;
    margin-right: 5px;
}

.item_info .item_menu a.active {
    background-color: #ffffff;
    color: #004690;
    border-bottom: 1px solid #ffffff;
}

.item_info .contentText {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}

/* one click */

.unic_oneclick .one_click_num {
    margin: 20px 0px;
}

.unic_oneclick .one_click_num input {
    width: 20px;
    text-align: center;
    margin: 0px 5px;
    vertical-align: middle;
}

.unic_oneclick .one_click_num a {
    text-decoration: none;
    color: #0175BE !important;
}

/* credit */

.credit_window{width:450px;height:300px;font-size:14px;color:#000000;position:fixed;background-color:#F1F1F1;border:1px solid #F1F1F1;padding:20px;box-shadow:0 0 10px rgba(0,0,0,0.5);line-height:16px;z-index:1000;top:240px;margin-left:200px;}
.credit_window a{text-decoration:none;color:rgb(255,88,0);border-bottom:1px dashed rgb(255,88,0);}
.credit_window img.window_close{position:absolute;top:-16px;right:-16px;cursor:pointer;}
.credit_window h2{font-size:18px;line-height:24px;margin-bottom:20px;}
.credit_window .cwf_one{margin-bottom:10px;}
.credit_window .cwf_one label{display:block;margin-bottom:5px;}
.credit_window .cwf_one input{width:400px;height:30px;font-size:16px;}
.credit_window .bt{padding:7px 20px !important;}

@media (max-width: 500px) {
    .credit_window{width:auto;top:50px; left: 15px; right: 15px; margin-left: 0px;}
    .credit_window .cwf_one input{width:90%;}
}

/* pager */

.pagination {
    margin: 0px auto 20px auto;
    text-align: center;
}

.pagination a {
    border: 0px;
    color: #000000;
}

.pagination .arrow {
    color: #b1b1b1;
    font-size: 25px;
    line-height: 32px;
    padding: 0px 16px 4px 15px;
}

.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pagination .active a {
    background-color: #004690;
    border-radius: 3px !important;
    color: #ffffff;
}

/* basket */

.content .basket_list {

}

.content .basket_list table {
    border: 0px;
    margin-bottom: 20px;
}

.content .basket_list th {
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    background-color: #ffffff;
    color: #8d8d8d;
    border: 0px;
    border-bottom: 1px solid #dadada;
}

.content .basket_list td {
    height: 85px;
    border: 0px;
    border-bottom: 1px solid #dadada;
    vertical-align: middle;
    color: #3f3f3f;
}

.content .basket_list td.delete {
    width: 50px;
    text-align: center;
}

.content .basket_list td.image {
    width: 50px;
    overflow: hidden;
}

@media (max-width: 500px) {
    .content .basket_list td.image {
        display: none;
    }
}

.content .basket_list td.name {
    font-size: 14px;
}

.content .basket_list td.name a {
    color: #004690;
    text-decoration: underline;
}

@media (max-width: 500px) {
    .content .basket_list th.name {
        display: none;
    }

    .content .basket_list td.name {
        font-size: 12px;
    }

    .content .basket_list td.name a {
        text-decoration: none;
    }
}

.content .basket_list td.name a:hover {
    text-decoration: none;
}

.content .basket_list td.price {
    width: 125px;
    font-size: 14px;
}

.content .basket_list td.quantity {
    width: 160px;
}

.content .basket_list td.quantity .box {
    width: 85px;
    height: 35px;
    overflow: hidden;
    background-color: #f3f3f5;
    border-radius: 3px;
}

.content .basket_list td.quantity .box div {
    width: 28px;
    height: 15px;
    float: left;
    text-align: center;
    padding: 10px 0px;
    line-height: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content .basket_list td.quantity .box input {
    width: 28px;
    height: 29px;
    float: left;
    text-align: center;
    padding: 3px 0px;
    border: 0px;
    background: none;
}

.content .basket_list td.sum {
    width: 90px;
}

@media (max-width: 500px) {
    .content .basket_list td.sum {
        font-size: 12px;
    }
}

.content .basket_list td.sum_total {
    font-size: 14px;
    text-align: right;
}

@media (max-width: 500px) {
    .content .basket_list td.sum_total {
        font-size: 12px;
    }
}

.content .basket_list td.sum_total span {
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
}

@media (max-width: 400px) {
    .content .basket_list td.sum_total span {
        display: block;
    }
}

.content .basket_list .bt_list {
    font-size: 12px;
    padding-left: 30px;
}

@media (max-width: 500px) {
    .content .basket_list .bt_list {
        padding-left: 10px;
        font-size: 10px;
    }
}

.content .basket_list .bt_list a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
}

@media (max-width: 500px) {
    .content .basket_list .bt_list a {
        margin-right: 10px;
    }
}

.content .basket_form {
    padding: 0px 30px;
    margin-bottom: 20px;
}

.content .basket_form .title {
    padding: 20px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #3f3f3f;
    letter-spacing: 0.5px;
}

.content .basket_form .line {
    overflow: hidden;
}

.content .basket_form .line .element {
    float: left;
    width: 225px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.content .basket_form .line .element span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.content .basket_form .line .element span i {
    color: #ff0000;
    font-style: normal;
    margin-left: 5px;
}

.content .basket_form .line .element input {
    border: 1px solid #c6c6c6;
    font-size: 14px;
    padding: 5px 10px;
    width: 205px;
}

.content .basket_form .line.delivery_more {
    display: none;
}

.content .basket_form .line.delivery_more.show {
    display: block;
}

.content .basket_form .line.delivery_more.delivery_3 .element {
    float: none;
}

.content .basket_form .line.delivery_more textarea {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    padding: 10px;
    width: 430px;
    height: 75px;
}

@media (max-width: 500px) {
    .content .basket_form .line.delivery_more textarea {
        width: 90%;
    }
}

.content .basket_form .notify {
    font-size: 10px;
}

.content .basket_form .notify i {
    color: #ff0000;
    font-style: normal;
    margin-right: 5px;
    font-size: 14px;
}

.content .basket_form .select_delivery {
    overflow: hidden;
    margin-bottom: 20px;
}

.content .basket_form .select_delivery div {
    width: 210px;
    float: left;
    font-size: 14px;
    padding-right: 25px;
}

.content .basket_form .select_delivery div label {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}

.content .basket_form .select_delivery div input {
    vertical-align: text-bottom;
    margin-top: 0px;
    height: 15px;
}

.content .basket_form .select_delivery div small {
    font-size: 11px;
    color: #565656;
    line-height: 16px;
    display: block;
    margin-left: 24px;
}

.content .basket_form .select_pay {
    overflow: hidden;
    margin-bottom: 20px;
}

.content .basket_form .select_pay label {
    display: block;
    width: 235px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding-top: 60px;
    cursor: pointer;
    background-position: 60px 0px;
    background-repeat: no-repeat;
}

.content .basket_form .select_pay label.hide {
    display: none;
}

.content .basket_form .select_pay label input {
    vertical-align: text-bottom;
    margin-top: 0px;
    height: 15px;
}

.content .basket_form .select_pay label.pay_0 {
    background-image: url('../image/ico_basket_pay_0.png');
}

.content .basket_form .select_pay label.pay_1 {
    background-image: url('../image/ico_basket_pay_1.png');
}

.content .basket_form .comment {
    margin-bottom: 20px;
}

.content .basket_form .comment textarea {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    padding: 10px;
    width: 430px;
    height: 75px;
}

@media (max-width: 500px) {
    .content .basket_form .comment textarea {
        width: 90%;
    }
}

.content .basket_form .confirm_ch {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}

.content .basket_form .confirm_ch div {
    margin-bottom: 10px;
}

.content .basket_form .confirm_ch input {
    vertical-align: text-bottom;
    margin: 0px 5px 0px 0px;
    height: 15px;
}

.content .basket_form .text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    max-width: 715px;
}

.content .basket_form .text p {
    margin-bottom: 15px;
}

.content .basket_form .button {

}

.content .basket_form .button .bt {
    font-size: 18px;
    margin-right: 40px;
    padding: 13px 10px;
}

@media (max-width: 500px) {
    .content .basket_form .button .bt {
        display: block;
        margin-bottom: 20px;
    }
}

/* footer */

.footer_text {
    background-color: #ececec;
    padding: 35px 0px 25px 0px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    min-width: 320px;
}

.footer_text .ft_left {
    float: left;
    width: 588px;
    padding-left: 7px;
}

@media (max-width: 995px) {
    .footer_text .ft_left {
        width: auto;
        padding: 0px 20px;
    }
}

.footer_text .ft_right {
    width: 365px;
    padding-top: 20px;
    padding-right: 7px;
    float: right;
}

.footer_text .ft_right div {
    margin-bottom: 25px;
}

@media (max-width: 995px) {
    .footer_text .ft_right {
        display: none;
    }
}

.footer_text p {
    margin-bottom: 15px;
}

.footer {
    background-color: #313131;
    padding: 40px 0px 20px 0px;
    color: #ffffff;
    min-width: 320px;
}

.footer a {
    color: #ffffff;
}

.footer .f_rows {
    overflow: hidden;
}

.footer .f_rows .f_row {
    width: 205px;
    padding-left: 30px;
    padding-right: 15px;
    float: left;
    margin-bottom: 20px;
}

.footer .f_rows .f_row a {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .f_row a span {
    color: #838383;
}

.footer .f_rows .f_row .small {
    font-size: 14px;
}

.footer .f_rows .f_row i {
    font-style: normal;
}

.footer .f_rows .f_row .address {
    margin-top: 20px;
    font-size: 16px;
}

.footer .f_rows .f_row .social {
    overflow: hidden;
    margin-top: 15px;
    margin-left: -5px;
}

.footer .f_rows .f_row .social a {
    float: left;
    margin-right: 10px;
}

@media (max-width: 750px) {
    .footer .f_rows .f_row {
        width: 190px;
    }

    .footer .f_rows .f_row.m_hide {
        display: none;
    }
}

.footer .line {
    clear: both;
    margin-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #959595;
}

.footer .f_text {
    width: 590px;
    float: left;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 18px;
}

.footer .f_counters {
    width: 285px;
    float: right;
    margin-right: 30px;
}

@media (max-width: 995px) {
    .footer .f_text {
        width: auto;
        float: none;
    }

    .footer .f_counters {
        margin-top: 20px;
        margin-left: 30px;
        float: none;
    }
}

/* geo */

.geoWindow {
    /*position: fixed;*/
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    z-index: 1000;
}

.geoWindow .geoDiv {
    margin: 0px auto;
    width: 90%;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    padding: 20px;
    position: relative;
    z-index: 1001;

    -webkit-box-shadow: 1px 1px 12px 0px rgba(165, 165, 165, 0.8);
    -moz-box-shadow:    1px 1px 12px 0px rgba(165, 165, 165, 0.8);
    box-shadow:         1px 1px 12px 0px rgba(165, 165, 165, 0.8);
}

.geoWindow .geoDiv .geoChangeClose {
    position: absolute;
    right: -17px;
    top: -17px;
}

.geoWindow .geoDiv .oneArea {
    width: 30%;
    margin-right: 3%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}

.geoWindow .geoDiv .area_title {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}

.geoWindow .geoDiv .area_title span {
    color: #004690;
    font-size: 12px;
    margin-left: 10px;
    border-bottom: 1px dotted #004690;
}

.geoWindow .geoDiv form {
    display: none;
}

@media (max-width: 400px) {
    .geoWindow {
        position: absolute;
        top: 0px;
        bottom: 0px;
        overflow: scroll;
    }

    .geoWindow .geoDiv {
        width: auto;
        border: 0px;
        padding: 20px 0px;

        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        overflow: scroll;
    }

    .geoWindow .geoDiv .geoChangeClose {
        position: fixed;
        right: 10px;
        top: 10px;
    }

    .geoWindow .geoDiv .oneArea {
        width: auto;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .geoWindow .geoDiv .area_title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .scrollupbut {
        background: rgba(0, 0, 0, 0) url("/template/ush2018/image/icon_top.png") no-repeat scroll 0 0;
        bottom: 50px;
        display: none;
        height: 40px;
        right: 10px;
        opacity: 0.5;
        position: fixed;
        text-indent: -9999px;
        width: 40px;
    }
}

.sl_scrollup {
    background: rgba(0,0,0,0) url('/template/ush2018/image/ico_sl_top.png') no-repeat scroll 0 0;
    bottom: 90px;
    display: none;
    height: 120px;
    right: 15px;
    opacity: 0.5;
    position: fixed;
    text-indent: -9999px;
    width: 70px;
}


.sl_maxbutton {
    background: rgba(0,0,0,0) url('/template/ush2018/image/max-messenger-sign-logo.svg') no-repeat scroll 0 0;
    bottom: 230px;
    height: 120px;
    right: 20px;
    opacity: 0.7;
    position: fixed;
    text-indent: -9999px;
    width: 55px;
}

.sl_callback {
    background: rgba(0,0,0,0) url('/template/ush2018/image/ico_sl_callback.png') no-repeat scroll 0 0;
    bottom: 20px;
    display: none;
    height: 120px;
    right: 15px;
    opacity: 0.5;
    position: fixed;
    text-indent: -9999px;
    width:70px
}

h3.with_page_tags {padding: 5px 20px;}
.page_tags {overflow:hidden; margin-bottom: 30px; padding: 0px 20px;}
.page_tags a {line-height: 30px;padding: 3px 10px;font-size: 16px;font-weight: bold;white-space: nowrap;}


.oneNews p {
    margin-bottom: 1em;
}



/*временный костыль*/

.item_list .item_list_content .list .unic_item .label2 {
    position: absolute;
    top: 27px;
    right: 20px;
    /*overflow: hidden;*/
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item .label2 {
        top: 450px;
        right: 12px;
    }
}

.item_list .item_list_content .list .unic_item .label2 div {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 4px;
    float: left;
}

@media (max-width: 400px) {
    .item_list .item_list_content .list .unic_item .label2 div {
        font-size: 10px;
    }
}

.item_list .item_list_content .list .unic_item .label2 div span {
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 10px;
    line-height: 17px;
}

.item_list .item_list_content .list .unic_item .label2 div.red2 span {
    color: #ff0000;
    background-color: #ffffff;
    border: 1px solid #ff0000;
    font-family: Bebas Neue;
}

.item_list .item_list_content .list .unic_item .label2 div.green2 span {
    color: #ffffff;
    background-color: #00ac5d;
}


.item_info .unic_info .label2 {
    position: absolute;
    top: 200px;
    right: 23px;
    /*overflow: hidden;*/
    text-align: center;
}


@media (max-width: 400px) {
    .item_info .unic_info .label2 {
        position: absolute;
        top: 550px;
        right: 23px;
        /*overflow: hidden;*/
        text-align: center;
    }
}


.item_info .unic_info .label2 div {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.item_info .unic_info .label2 div span {
    display: block;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 4px 10px;
}

.item_info .unic_info .label2 div.red2 span {
    color: #ff0000;
    background-color: #ffffff;
    border: 1px solid #ff0000;
    font-family: Bebas Neue;
    border-radius: 3px;
    padding: 4px 10px;
}

.item_info .unic_info .label2 div.green2 span {
    color: #ffffff;
    background-color: #00ac5d;
}


.telegram-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    right: 50px; /*отступ кнопки слева от экрана(right - справа)*/
  }

.telegram-button {
    position: fixed;
    right: -5px;
    bottom: 195px;
    transform: translate(-50%, -50%);
    background: #0088cc; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.telegram-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
