/* ==========================================================================
 * Boilerplate base styles
 * ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222; 
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
 * Fonts styles
 * ========================================================================== */
@font-face {
    font-family: "roboto__regular";
    src: url("/fonts/spec-army/roboto-regular-webfont/roboto-regular-webfont.eot"), url("/fonts/spec-army/roboto-regular-webfont/roboto-regular-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/spec-army/roboto-regular-webfont/roboto-regular-webfont.woff2") format("woff2"), url("/fonts/spec-army/roboto-regular-webfont/roboto-regular-webfont.woff") format("woff"), url("/fonts/spec-army/roboto-regular-webfont/roboto-regular-webfont.ttf") format("truetype"), url("/fonts/spec-army/roboto-regular-webfont/roboto-regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "roboto__bold";
    src: url("/fonts/spec-army/roboto-bold-webfont/roboto-bold-webfont.eot"), url("/fonts/spec-army/roboto-bold-webfont/roboto-bold-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/spec-army/roboto-bold-webfont/roboto-bold-webfont.woff2") format("woff2"), url("/fonts/spec-army/roboto-bold-webfont/roboto-bold-webfont.woff") format("woff"), url("/fonts/spec-army/roboto-bold-webfont/roboto-bold-webfont.ttf") format("truetype"), url("/fonts/spec-army/roboto-bold-webfont/roboto-bold-webfont.svg#robotobold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "cuprum__bold";
    src: url("/fonts/spec-army/cuprum__bold-webfont/cuprum__bold-webfont.eot"), url("/fonts/spec-army/cuprum__bold-webfont/cuprum__bold-webfont.eot#iefix") format("embedded-opentype"), url("/fonts/spec-army/cuprum__bold-webfont/cuprum__bold-webfont.woff2") format("woff2"), url("/fonts/spec-army/cuprum__bold-webfont/cuprum__bold-webfont.woff") format("woff"), url("/fonts/spec-army/cuprum__bold-webfont/cuprum__bold-webfont.ttf") format("truetype"), url("/fonts/spec-army/cuprum__bold-webfont/cuprum__bold-webfont.svg#cuprumbold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'zombies';
  src: url('/fonts/spec-army/Zombies/zombies.eot');
  src: url('/fonts/spec-army/Zombies/zombies.woff2') format('woff2'),
       url('/fonts/spec-army/Zombies/Zombies.woff') format('woff'),
       url('/fonts/spec-army/Zombies/Zombies.ttf') format('truetype'),
       url('/fonts/spec-army/Zombies/Zombies.svg#Zombies') format('svg'),
       url('/fonts/spec-army/Zombies/zombies.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'neuronangled_bold';
  src: url('/fonts/spec-army/NeuronAngled-Bold/neuronangled_bold.eot');
  src: url('/fonts/spec-army/NeuronAngled-Bold/neuronangled_bold.woff2') format('woff2'),
       url('/fonts/spec-army/NeuronAngled-Bold/NeuronAngled-Bold.woff') format('woff'),
       url('/fonts/spec-army/NeuronAngled-Bold/NeuronAngled-Bold.ttf') format('truetype'),
       url('/fonts/spec-army/NeuronAngled-Bold/NeuronAngled-Bold.svg#NeuronAngled-Bold') format('svg'),
       url('/fonts/spec-army/NeuronAngled-Bold/neuronangled_bold.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
 * Base styles
 * ========================================================================== */

/* Не показываем в режиме разработки ошибки и прочую информацию, которая может напугать покупателя. */
.diafan_errors,
[href^="#error"] {
    display: none;
}

PRE.test-data {
    position: absolute;
    top: 100px;
    left: 10px;
    z-index: 99999;
    background: #fff;
    color: #000;
    width: 500px;
    border: 3px solid #999;
    padding: 10px;
    box-sizing: border-box;
    opacity: .85;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

PRE.test-data:hover {
    /*opacity: 1;*/
}

.admin-visible {
    display: none;
}

.useradmin_panel ~ * .admin-visible,
.useradmin_panel ~ *.admin-visible {
    display: block;
}

BODY {
    overflow-y: scroll;
}

HTML, BUTTON, INPUT, SELECT, TEXTAREA {
    font: 14px/14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #000;
}

P, UL, LI, H1, H2, H3, H4, H5, H6 {
    margin: 0;
    padding: 0;
}

UL {
    list-style-type: none;
}

/* opera mobile fix */
A {
    text-decoration: underline;
}
A:hover {
    text-decoration: none;
}

A:focus {
    outline: 0;
}

IFRAME {
    border: 0;
}

/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */

.fw {
    width: 1180px;
    margin: auto;
}

@media (max-width: 1180px) {
    .fw {
        width: 940px;
    }
}


@media (max-width: 940px) {
    .fw {
        width: 748px;
    }
}

@media (max-width: 748px) {
    .fw {
        width: 470px;
    }
}

@media (max-width: 470px) {
    .fw {
        width: 300px;
    }
}
/*
*/

BODY {
    background: #e3e3e3;
}

.wrap-overflow {
    width: 100%;
    min-width: 300px;
    position: relative;
    overflow: hidden;
}

.top-panel {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/top-panel_bg.png");
    height: 30px;
}
.top-panel > .fw {
    position: relative;
}
.top-panel .sots-b {
    position: absolute;
    top: 6px;
    left: -4px;
}
@media (max-width: 940px) {
    .top-panel .sots-b {
        display: none;
    }
}
.top-panel .sots-b > UL {
    *zoom: 1;
}
.top-panel .sots-b > UL:before, .top-panel .sots-b > UL:after {
    content: " ";
    display: table;
}
.top-panel .sots-b > UL:after {
    clear: both;
}
.top-panel .sots-b > UL > LI {
    margin-left: 4px;
    float: left;
}
.top-panel .sots-b > UL > LI + LI {
    margin-left: 5px;
}
.top-panel .sots-b > UL > LI A {
    display: block;
    height: 19px;
}
.top-panel .sots-b > UL > LI.item-1 A {
    width: 19px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_top__vk.png") 0 0 no-repeat;
}
.top-panel .sots-b > UL > LI.item-2 A {
    width: 20px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_top__youtube.png") 0 0 no-repeat;
}
.top-panel .sots-b > UL > LI.item-3 A {
    width: 19px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_top__fb.png") 0 0 no-repeat;
}
.top-panel .sots-b > UL > LI.item-4 A {
    width: 20px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_top__insta.png") 0 0 no-repeat;
}
.top-panel .sots-b > UL > LI.item-5 A {
    width: 20px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_top__ok.png") 0 0 no-repeat;
}
.top-panel .top-nav {
    display: table;
    width: 623px;
    position: absolute;
    top: 0;
    left: 147px;
}
.top-panel .top-nav > UL {
    display: table-row;
}
.top-panel .top-nav > UL > LI {
    display: table-cell;
}
.top-panel .top-nav > UL > LI.active A {
    color: #fff568;
}
.top-panel .top-nav > UL > LI A {
    display: block;
    text-align: center;
    color: #989661;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-decoration: none;
    padding: 0 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media (max-width: 470px) {
    .top-panel .top-nav > UL > LI A {
        max-width: 280px;
    }
}
.top-panel .top-nav > UL > LI A:hover {
    color: #fff568;
}
@media (max-width: 748px) {
    .top-panel .top-nav .top-nav-title {
        display: block;
        background: url(/custom/custom27_09_2015_02_09/img/spec-army/top-nav-title.png);
        width: 28px;
        height: 14px;
        position: absolute;
        top: 8px;
        left: 11px;
        cursor: pointer;
    }
    .top-panel .top-nav > UL {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 200;
        background: #fcfcfc;
        border-bottom: 1px solid #828282;
        border-left: 1px solid #828282;
        border-right: 1px solid #828282;
        /*        border-radius: 0 0 1px 1px;*/
    }

    .top-panel .top-nav > UL > LI {
        display: block !important;
    }

    .top-panel .top-nav > UL > LI + LI {
        border-top: 1px solid #eeeeee;
    }

    .top-panel .top-nav > UL > LI A {
        text-align: left !important;
    }

    .top-panel .top-nav > UL > LI A:hover {
        color: #3a3a3a;
    }
}
@media (max-width: 1180px) {
    .top-panel .top-nav {
        left: 108px;
    }
}

@media (max-width: 940px) {
    .top-panel .top-nav {
        left: 0;
        width: 600px;
    }
}


.top-panel .account-b {
    position: absolute;
    top: 0;
    right: 0;
    cursor: default;
    padding-right: 20px;
    padding-left: 22px;
    padding-top: 9px;
    height: 30px;
    box-sizing: border-box;
}
.top-panel .account-b:after {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/account_ico-dropdown.png") 0 0 no-repeat;
    width: 8px;
    height: 5px;
    position: absolute;
    top: 13px;
    right: 1px;
}
.top-panel .account-b:before {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/account_ico-man.png") 0 0 no-repeat;
    width: 11px;
    height: 14px;
    position: absolute;
    top: 8px;
    left: 1px;
}

.top-panel .account-b .inner:before {
    content: '';
    display: block;
    width: 128px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.top-panel .account-b .acc-b-title {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
}
.top-panel .account-b .acc-b-content {
    display: none;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/top-panel_bg.png");
    position: absolute;
    top: 100%;
    right: 0;
    width: 160px;
    height: auto;
    padding-bottom: 6px;
    margin-top: 10px;
    z-index: 1000;
    border-radius: 2px;
}
.top-panel .account-b .acc-b-content:before {
    content: "";
    display: block;
    height: 10px;
    width: 160px;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.top-panel .account-b .acc-b-content:after {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/account_content-arrow.png") 0 0 no-repeat;
    width: 4px;
    height: 4px;
    position: absolute;
    top: -4px;
    right: 6px;
}
.top-panel .account-b .acc-b-content .prof-title {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    height: 37px;
    box-sizing: border-box;
    padding-top: 16px;
    padding-left: 9px;
    margin-left: 8px;
    margin-right: 9px;
    border-bottom: 1px solid rgba(119, 126, 105, 0.5);
    letter-spacing: 0.2px;
}

.lt-ie9 .top-panel .account-b .acc-b-content .prof-title {
    border-color: #505449;
}

.top-panel .account-b .acc-b-content .prof-hello {
    color: #fff568;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    padding-left: 19px;
    margin-left: 8px;
    margin-right: 9px;
    letter-spacing: 0.2px;
    border-bottom: 1px solid rgba(119, 126, 105, 0.5);
    padding-bottom: 7px;
}

.lt-ie9 .top-panel .account-b .acc-b-content .prof-hello {
    border-color: #505449;
}

.top-panel .account-b .acc-b-content .prof-menu {
    padding-left: 9px;
    margin-left: 8px;
    margin-right: 9px;
    border-bottom: 1px solid rgba(119, 126, 105, 0.5);
    padding-bottom: 11px;
    letter-spacing: 0.1px;
}

.lt-ie9 .top-panel .account-b .acc-b-content .prof-menu {
    border-color: #505449;
}

.top-panel .account-b .acc-b-content .prof-menu > UL {
    *zoom: 1;
}
.top-panel .account-b .acc-b-content .prof-menu > UL:before, .top-panel .account-b .acc-b-content .prof-menu > UL:after {
    content: " ";
    display: table;
}
.top-panel .account-b .acc-b-content .prof-menu > UL:after {
    clear: both;
}
.top-panel .account-b .acc-b-content .prof-menu > UL > LI {
    margin-top: 8px;
}
.top-panel .account-b .acc-b-content .prof-menu > UL > LI + LI {
    margin-top: 12px;
}
.top-panel .account-b .acc-b-content .prof-menu > UL > LI > A {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
.top-panel .account-b .acc-b-content .prof-exit {
    padding-left: 9px;
    margin-left: 8px;
    margin-right: 9px;
    border-bottom: 1px solid rgba(119, 126, 105, 0.5);
    padding-bottom: 10px;
    padding-top: 7px;
    letter-spacing: 0.1px;
}

.lt-ie9 .top-panel .account-b .acc-b-content .prof-exit {
    border-color: #505449;
}

.top-panel .account-b .acc-b-content .prof-exit > A {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

#main-header {
    background: #f9f9f8;
    height: 110px;
}

@media (max-width: 940px) {
    #main-header {
        height: 172px;
    }
}
@media (max-width: 748px) {
    #main-header {
        height: 211px;
    }
}
@media (max-width: 470px) {
    #main-header {
        height: 336px;
    }
}

#main-header > .fw {
    position: relative;
}
#main-header .logo {
    position: absolute;
    top: 21px;
    left: 0;
    width: 188px;
    height: 69px;
    z-index: 20;
}

@media (max-width: 940px) {
    #main-header .logo {
        top: 50px;
    }
}

@media (max-width: 748px) {
    #main-header .logo {
        top: 32px;
    }
}

@media (max-width: 470px) {
    #main-header .logo {
        left: 52px;
    }
}

#main-header .phone-b {
    position: absolute;
    z-index: 20;
}
#main-header .phone-b:before {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/header_phone-ico.png") 0 0 no-repeat;
    width: 11px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: -22px;
}
#main-header .phone-b.phone-b-1 {
    top: 31px;
    left: 368px;
}
@media (max-width: 1180px) {
    #main-header .phone-b.phone-b-1 {
        left: 269px;
    }
}
@media (max-width: 940px) {
    #main-header .phone-b.phone-b-1 {
        left: 292px;
    }
}
@media (max-width: 470px) {
    #main-header .phone-b.phone-b-1 {
        left: 78px;
        top: 197px;
    }
}
#main-header .phone-b.phone-b-1 A {
    font-size: 21px;
}
#main-header .phone-b.phone-b-2 {
    top: 31px;
    left: 679px;
}
@media (max-width: 1180px) {
    #main-header .phone-b.phone-b-2 {
        top: 31px;
        left: 524px;
    }
}
@media (max-width: 940px) {
    #main-header .phone-b.phone-b-2 {
        top: 91px;
        left: 292px;
    }
}
@media (max-width: 470px) {
    #main-header .phone-b.phone-b-2 {
        left: 78px;
        top: 252px;
    }
}

#main-header .phone-b.phone-b-2 A {
    font-size: 19px;
}
#main-header .phone-b .phone {
    line-height: 21px;
    white-space: nowrap;
    *zoom: 1;
}
#main-header .phone-b .phone:before, #main-header .phone-b .phone:after {
    content: " ";
    display: table;
}
#main-header .phone-b .phone:after {
    clear: both;
}
#main-header .phone-b .phone A {
    float: left;
    text-decoration: none;
}
#main-header .phone-b .phone .code {
    color: #c3bc7a;
}
#main-header .phone-b .phone .num {
    color: #7a8046;
    font-weight: 600;
    margin-left: 2px;
}
#main-header .phone-b .descr {
    font-size: 12px;
    line-height: 12px;
    color: #000;
    margin-top: 9px;
}
#main-header .phone-b .callback-btn {
    display: block;
    width: 174px;
    height: 26px;
    position: relative;
    position: absolute;
    top: 24px;
    left: -4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
@media (max-width: 940px) {
    #main-header .phone-b .callback-btn {
        top: 28px;
    }
}
#main-header .phone-b .callback-btn .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
#main-header .phone-b .callback-btn .normal,
#main-header .phone-b .callback-btn .hover,
#main-header .phone-b .callback-btn .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#main-header .phone-b .callback-btn .normal,
#main-header .phone-b .callback-btn .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#main-header .phone-b .callback-btn .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/header_btn_callback_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 #main-header .phone-b .callback-btn .normal {
    display: block;
}
#main-header .phone-b .callback-btn .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/header_btn_callback_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 #main-header .phone-b .callback-btn .hover {
    display: none;
}
#main-header .phone-b .callback-btn .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/header_btn_callback_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 #main-header .phone-b .callback-btn .active {
    display: none;
}
#main-header .phone-b .callback-btn.disable {
    cursor: default;
}
#main-header .phone-b .callback-btn:hover .normal {
    opacity: 1;
}
.lt-ie9 #main-header .phone-b .callback-btn:hover .normal {
    display: block;
}
#main-header .phone-b .callback-btn:hover .hover {
    opacity: 1;
}
.lt-ie9 #main-header .phone-b .callback-btn:hover .hover {
    display: block;
}
#main-header .phone-b .callback-btn:hover .active {
    opacity: 0;
}
.lt-ie9 #main-header .phone-b .callback-btn:hover .active {
    display: none;
}
#main-header .phone-b .callback-btn:active .normal {
    opacity: 1;
}
.lt-ie9 #main-header .phone-b .callback-btn:active .normal {
    display: block;
}
#main-header .phone-b .callback-btn:active .hover {
    opacity: 0;
}
.lt-ie9 #main-header .phone-b .callback-btn:active .hover {
    display: none;
}
#main-header .phone-b .callback-btn:active .active {
    opacity: 1;
}
.lt-ie9 #main-header .phone-b .callback-btn:active .active {
    display: block;
}
#main-header .phone-b .callback-btn .text {
    font-size: 11px;
    line-height: 19px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 -1px 0 #394429;
    text-align: center;
    text-transform: lowercase;
    padding-left: 3px;
    padding-right: 5px;
}
#main-header .phone-b .callback-btn .hover,
#main-header .phone-b .callback-btn .active {
    background-position: 3px 0;
}
#main-header .cart-b {
    position: absolute;
    top: 31px;
    right: 0;
    z-index: 20;
}
@media (max-width: 940px) {
    #main-header .cart-b {
        top: 59px;
    }
}
@media (max-width: 748px) {
    #main-header .cart-b {
        left: 49px;
        top: 126px;
        right: auto;
    }
}
@media (max-width: 470px) {
    #main-header .cart-b {
        left: 90px;
    }
}
#main-header .cart-b:before {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/card-b_ico-bag.png") 0 0 no-repeat;
    width: 32px;
    height: 42px;
    position: absolute;
    top: 3px;
    left: -35px;
}
#main-header .cart-b .title {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #7a8046;
    text-align: right;
    letter-spacing: 0.6px;
}
#main-header .cart-b .content {
    position: relative;
    width: 158px;
    margin-top: 3px;
}
#main-header .cart-b .content .cart-b-btn {
    display: block;
    width: 158px;
    height: 29px;
    position: relative;
    position: absolute;
    top: 0;
    right: -3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
#main-header .cart-b .content .cart-b-btn .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
#main-header .cart-b .content .cart-b-btn .normal,
#main-header .cart-b .content .cart-b-btn .hover,
#main-header .cart-b .content .cart-b-btn .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#main-header .cart-b .content .cart-b-btn .normal,
#main-header .cart-b .content .cart-b-btn .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#main-header .cart-b .content .cart-b-btn .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/header_btn_cart_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 #main-header .cart-b .content .cart-b-btn .normal {
    display: block;
}
#main-header .cart-b .content .cart-b-btn .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/header_btn_cart_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 #main-header .cart-b .content .cart-b-btn .hover {
    display: none;
}
#main-header .cart-b .content .cart-b-btn .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/header_btn_cart_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 #main-header .cart-b .content .cart-b-btn .active {
    display: none;
}
#main-header .cart-b .content .cart-b-btn.disable {
    cursor: default;
}
#main-header .cart-b .content .cart-b-btn:hover .normal {
    opacity: 1;
}
.lt-ie9 #main-header .cart-b .content .cart-b-btn:hover .normal {
    display: block;
}
#main-header .cart-b .content .cart-b-btn:hover .hover {
    opacity: 1;
}
.lt-ie9 #main-header .cart-b .content .cart-b-btn:hover .hover {
    display: block;
}
#main-header .cart-b .content .cart-b-btn:hover .active {
    opacity: 0;
}
.lt-ie9 #main-header .cart-b .content .cart-b-btn:hover .active {
    display: none;
}
#main-header .cart-b .content .cart-b-btn:active .normal {
    opacity: 1;
}
.lt-ie9 #main-header .cart-b .content .cart-b-btn:active .normal {
    display: block;
}
#main-header .cart-b .content .cart-b-btn:active .hover {
    opacity: 0;
}
.lt-ie9 #main-header .cart-b .content .cart-b-btn:active .hover {
    display: none;
}
#main-header .cart-b .content .cart-b-btn:active .active {
    opacity: 1;
}
.lt-ie9 #main-header .cart-b .content .cart-b-btn:active .active {
    display: block;
}
#main-header .cart-b .content .cart-b-btn .hover,
#main-header .cart-b .content .cart-b-btn .active {
    background-position: 4px 0;
}
#main-header .cart-b .content .cart-b-btn .text {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    text-shadow: 0 -1px 0 #394429;
    color: #fff;
}
#main-header .cart-b .content .cart-b-btn .text .separator {
    margin-left: 6px;
    margin-right: 6px;
}
#main-header .indissoluble-lent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#main-header .indissoluble-lent .item-1,
#main-header .indissoluble-lent .item-2,
#main-header .indissoluble-lent .item-3 {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/header_indissoluble-lent.png") 0 0 no-repeat;
    width: 152px;
    height: 110px;
    position: absolute;
    top: 0;
}
@media (max-width: 940px) {
    #main-header .indissoluble-lent .item-1,
    #main-header .indissoluble-lent .item-2,
    #main-header .indissoluble-lent .item-3 {
        background: url("/custom/custom27_09_2015_02_09/img/spec-army/lent_big-size.png") 100% 0 no-repeat;
        width: 247px;
        height: 172px;
        position: absolute;
        top: 0;
    }
}
@media (max-width: 748px) {
    #main-header .indissoluble-lent .item-1,
    #main-header .indissoluble-lent .item-2,
    #main-header .indissoluble-lent .item-3 {
        height: 211px;
    }
}
#main-header .indissoluble-lent .item-1 {
    left: 242px;
}
@media (max-width: 1180px) {
    #main-header .indissoluble-lent .item-1 {
        left: 185px;
    }
}

@media (max-width: 940px) {
    #main-header .indissoluble-lent .item-1 {
        left: 103px;
    }
}

@media (max-width: 748px) {
    #main-header .indissoluble-lent .item-1 {
        display: none;
    }

    #main-header .indissoluble-lent .item-2 {
        left: 407px;
    }
}

#main-header .indissoluble-lent .item-2 {
    left: 563px;
}
@media (max-width: 1180px) {
    #main-header .indissoluble-lent .item-2 {
        left: 438px;
    }
}
@media (max-width: 940px) {
    #main-header .indissoluble-lent .item-2 {
        left: 407px;
    }
}
@media (max-width: 470px) {
    #main-header .indissoluble-lent .item-2 {
        display: none;
    }
}

#main-header .indissoluble-lent .item-3 {
    left: 879px;
}
@media (max-width: 1180px) {
    #main-header .indissoluble-lent .item-3 {
        left: 688px;
    }
}
@media (max-width: 940px) {
    #main-header .indissoluble-lent .item-3 {
        display: none;
    }
}

#main-nav {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-1_bg.png") 50% 0 no-repeat;
    height: 55px;
    width: 100%;
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 500;
    display: none;
}
#main-nav > .fw {
    display: table;
    width: 940px;
    box-sizing: border-box;
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 5px;
}
#main-nav > .fw .level-1 {
    display: table-row;
}
#main-nav > .fw .level-1 > LI {
    display: table-cell;
}
#main-nav > .fw .level-1 > LI.separator {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-1_separator.png") 0 11px no-repeat;
    width: 2px;
    height: 21px;
}
#main-nav > .fw .level-1 > LI:hover .ff-fix > A,
#main-nav > .fw .level-1 > LI:hover .ff-fix > SPAN {
    color: #fff568;
}
#main-nav > .fw .level-1 > LI.active:first-child .ff-fix > A:before,
#main-nav > .fw .level-1 > LI.active:first-child .ff-fix > SPAN:before {
    display: none;
}
#main-nav > .fw .level-1 > LI.active .ff-fix > A,
#main-nav > .fw .level-1 > LI.active .ff-fix > SPAN {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-1_active-bg.png") 0 2px repeat-x;
    position: relative;
}
#main-nav > .fw .level-1 > LI.active .ff-fix > A:before,
#main-nav > .fw .level-1 > LI.active .ff-fix > SPAN:before {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-1_active-bg.png") 0 0 repeat-x;
    position: absolute;
    top: 2px;
    left: -1px;
    width: 1px;
    height: 35px;
}
#main-nav > .fw .level-1 > LI.active .ff-fix > A:after,
#main-nav > .fw .level-1 > LI.active .ff-fix > SPAN:after {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-1_active-arrow.png") 0 0 no-repeat;
    width: 12px;
    height: 7px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -6px;
}
#main-nav > .fw .level-1 > LI .ff-fix {
    position: relative;
}
#main-nav > .fw .level-1 > LI .ff-fix > A,
#main-nav > .fw .level-1 > LI .ff-fix > SPAN {
    display: block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    line-height: 39px;
    height: 43px;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 -1px 0 #12280a;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-weight: 600;
    white-space: nowrap;
}
#main-nav > .fw .level-1 > LI .ff-fix > SPAN {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 {
    position: absolute;
    top: 43px;
    right: -9px;
    width: 940px;
    z-index: 200;
    display: none;
    overflow: hidden;
    padding-bottom: 15px;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col {
    float: right;
    background: rgba(75, 86, 58, 0.89);
    box-sizing: border-box;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    padding-top: 16px;
    margin-bottom: -9000px;
    padding-bottom: 9000px;
}
.lt-ie9 #main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col {
    background: #576147;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col.col-1 {
    width: 308px;
    /*  background-image: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-2_separator.png");
  background-position: 0 0;*/
    background-repeat: repeat-y;
    padding-left: 17px;
    padding-right: 16px;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col.col-2 {
    width: 322px;
    background-image: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-2_separator.png");
    background-position: 100% 0;
    background-repeat: repeat-y;
    padding-left: 17px;
    padding-right: 16px;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col.col-3 {
    width: 309px;
    background-image: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-2_separator.png");
    background-position: 100% 0;
    background-repeat: repeat-y;
    padding-left: 15px;
    padding-right: 16px;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI.active > A {
    color: #fff568;
    background: rgba(53, 59, 45, 0.89);
}
.lt-ie9 #main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI.active > A {
    background: #393f30;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI.active > A .arrow .ico_hover {
    opacity: 1;
}
.lt-ie9 #main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI.active > A .arrow .ico_hover {
    display: block;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A {
    display: block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 23px;
    padding-right: 6px;
    position: relative;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A:hover {
    color: #fff568;
    background: rgba(53, 59, 45, 0.89);
}
.lt-ie9 #main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A:hover {
    background: #393f30;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A:hover .arrow .ico_hover {
    opacity: 1;
}
.lt-ie9 #main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A:hover .arrow .ico_hover {
    display: block;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A .arrow {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -6px;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A .arrow .ico,
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A .arrow .ico_hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A .arrow .ico {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-2_arrow.png") 0 0 no-repeat;
    width: 8px;
    height: 11px;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A .arrow .ico_hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-2_arrow_hover.png") 0 0 no-repeat;
    width: 8px;
    height: 11px;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.lt-ie9 #main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI > A .arrow .ico_hover {
    display: none;
}
#main-nav > .fw .level-1 > LI .ff-fix .level-2 > .col > LI.separator {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/main-menu_level-2_separator_horiz.png") 0 0 repeat-x;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.index-slider {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_bg.jpg") 50% 0 no-repeat;
    height: 300px;
}
.index-slider > .fw {
    position: relative;
    height: 100%;
}
.index-slider .slides > UL > LI {
    position: absolute;
    top: 0;
    left: 0;
}
.index-slider .slides > UL > LI.active {
    z-index: 200;
}
.index-slider .slides > UL > LI.active .title,
.index-slider .slides > UL > LI.active .btn-silver,
.index-slider .slides > UL > LI.active .img-wrap {
    opacity: 1;
}
.lt-ie9 .index-slider .slides > UL > LI.active .title, .lt-ie9
.index-slider .slides > UL > LI.active .btn-silver, .lt-ie9
.index-slider .slides > UL > LI.active .img-wrap {
    display: block;
}
.index-slider .slides > UL > LI.active .img-wrap {
    top: 10px;
    left: 481px;
}
@media (max-width: 1180px) {
    .index-slider .slides > UL > LI.active .img-wrap {
        top: 10px;
        left: 388px;
    }
}
@media (max-width: 748px) {
    .index-slider .slides > UL > LI.active .img-wrap {
        top: 10px;
        left: 228px;
    }
}
@media (max-width: 470px) {
    .index-slider .slides > UL > LI.active .img-wrap {
        top: 10px;
        left: 90px;
    }
}
.index-slider .slides > UL > LI.active .img-wrap IMG {
    max-width: 217px;
    max-height: 263px;
}
.index-slider .slides > UL > LI.next-active {
    z-index: 100;
}
.index-slider .slides > UL > LI.next-active .img-wrap {
    top: 47px;
    left: 610px; /* 75 разница */
    width: 158px;
    height: 186px;
    line-height: 186px;
    opacity: 0.4;
    /*  -webkit-filter: blur(2px);
  filter: blur(2px);*/
}
@media (max-width: 1180px) {
    .index-slider .slides > UL > LI.next-active .img-wrap {
        left: 512px;
    }
}
@media (max-width: 748px) {
    .index-slider .slides > UL > LI.next-active .img-wrap {
        left: 352px;
    }
}
@media (max-width: 470px) {
    .index-slider .slides > UL > LI.next-active .img-wrap {
        left: 280px;
    }
}

.lt-ie9 .index-slider .slides > UL > LI.next-active .img-wrap {
    display: none;
}
.index-slider .slides > UL > LI.next-active .img-wrap IMG {
    max-width: 158px;
    max-height: 186px;
}
.index-slider .slides > UL > LI .title A {
    color: #fff;
    text-decoration: none;
}
.index-slider .slides > UL > LI .title {
    font: 38px/43px roboto__bold;
    color: #fff;
    position: absolute;
    top: 34px;
    left: 0;
    white-space: nowrap;
    max-width: 660px;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.lt-ie9 .index-slider .slides > UL > LI .title {
    display: none;
}
.index-slider .slides > UL > LI .title .item-name {
    font-size: 34px;
}
@media (max-width: 748px) {
    .index-slider .slides > UL > LI .title,
    .index-slider .slides > UL > LI .title .item-name {
        font-size: 22px;
        line-height: 31px;
    }

    .index-slider .slides > UL > LI .title {
        z-index: 200;
    }
}


/* решается проблема firefox, в которой можно кликнуть на элемент слайда, которого уже нет на экране */
.index-slider .slides > UL > LI .title,
.index-slider .slides > UL > LI .btn-silver {
    visibility: hidden;
}

@media (max-width: 748px) {
    .index-slider .slides > UL > LI .title {
        background: rgba(0,0,0,.35);
        padding: 7px 10px;
        border-radius: 5px;
    }
}

@media (max-width: 470px) {
    .index-slider .slides > UL > LI .title {
        background: rgba(0,0,0,.45);
    }
}

.index-slider .slides > UL > LI.active .title,
.index-slider .slides > UL > LI.active .btn-silver {
    visibility: visible;
}

.index-slider .slides > UL > LI .btn-silver {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_btn_center.png") 0 0 repeat-x;
    height: 50px;
    box-sizing: border-box;
    padding-top: 3px;
    padding-left: 14px;
    padding-right: 16px;
    position: absolute;
    top: 193px;
    left: 9px;
    z-index: 200;
    font: 19px/39px roboto__regular;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #000;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
@media (max-width: 470px) {
    .index-slider .slides > UL > LI .btn-silver {
        text-shadow: 0 0 5px #000;
        padding-left: 11px;
        padding-right: 13px;
        font-size: 15px;
    }
}
.lt-ie9 .index-slider .slides > UL > LI .btn-silver {
    display: none;
}
.index-slider .slides > UL > LI .btn-silver:before, .index-slider .slides > UL > LI .btn-silver:after {
    content: "";
    display: block;
    position: absolute;
}
.index-slider .slides > UL > LI .btn-silver:before {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_btn_left.png") 100% 0 no-repeat;
    width: 9px;
    height: 50px;
    top: 0;
    right: 100%;
}
.index-slider .slides > UL > LI .btn-silver:after {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_btn_right.png") 0 0 no-repeat;
    width: 10px;
    height: 50px;
    top: 0;
    left: 100%;
}
.index-slider .slides > UL > LI .img-wrap {
    position: absolute;
    top: 40px;
    left: 383px;
    width: 217px;
    height: 263px;
    text-align: center;
    line-height: 263px;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
@media (max-width: 470px) {
    .index-slider .slides > UL > LI .img-wrap {
        left: 50px;
    }
}
.lt-ie9 .index-slider .slides > UL > LI .img-wrap {
    display: none;
}
.index-slider .slides > UL > LI .img-wrap IMG {
    display: inline-block;
    max-width: 30px;
    max-height: 30px;
    vertical-align: middle;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.index-slider .nav-arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
}
.index-slider .nav-arrows .arrow {
    height: 40px;
    background: #2b2d25;
    width: 41px;
    cursor: pointer;
    float: left;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.index-slider .nav-arrows .arrow:hover {
    background-color: #4c5042;
}
.index-slider .nav-arrows .arrow.left, .index-slider .nav-arrows .arrow.right {
    background-repeat: no-repeat;
}
.index-slider .nav-arrows .arrow.left {
    background-image: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_arrow_to-left.png");
    background-position: 12px 11px;
}
.index-slider .nav-arrows .arrow.right {
    background-image: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_arrow_to-right.png");
    background-position: 15px 11px;
}
.index-slider .nav-arrows .separator {
    width: 2px;
    height: 21px;
    background-image: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_arrow_separator.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 40px;
}
.index-slider .bullets {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 470px) {
    .index-slider .bullets {
        text-align: center;
        left: auto;
        right: 0;
        width: 218px;
    }
}
.index-slider .bullets UL {
    display: inline-block;
}
.index-slider .bullets UL > LI {
    float: left;
    width: 17px;
    height: 17px;
    position: relative;
}
.index-slider .bullets UL > LI .ico,
.index-slider .bullets UL > LI .ico-hover {
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
.index-slider .bullets UL > LI .ico {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_bullet.png") 0 2px no-repeat;
    opacity: 1;
}
.lt-ie9 .index-slider .bullets UL > LI .ico {
    display: block;
}
.index-slider .bullets UL > LI .ico-hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_bullet_active.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .index-slider .bullets UL > LI .ico-hover {
    display: none;
}
.index-slider .bullets UL > LI + LI {
    margin-left: 6px;
}
.index-slider .bullets UL > LI.active .ico {
    opacity: 0;
}
.lt-ie9 .index-slider .bullets UL > LI.active .ico {
    display: none;
}
.index-slider .bullets UL > LI.active .ico-hover {
    opacity: 1;
}
.lt-ie9 .index-slider .bullets UL > LI.active .ico-hover {
    display: block;
}
.index-slider .goods-list {
    position: absolute;
    top: 31px;
    right: 0;
    z-index: 300;
}
@media (max-width: 940px) {
    .index-slider .goods-list {
        display: none;
    }
}
.index-slider .goods-list > LI {
    width: 239px;
    height: 51px;
    position: relative;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
}
.index-slider .goods-list > LI + LI {
    margin-top: 43px;
}
.index-slider .goods-list > LI A {
    display: block;
    padding-left: 88px;
    color: #fff;
    text-shadow: 0 -1px 0 #252825;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    text-decoration: none;
}
.index-slider .goods-list > LI A:hover {
    color: #fff568;
}
.index-slider .goods-list > LI A:before, .index-slider .goods-list > LI A:after {
    content: "";
    display: block;
    position: absolute;
}
.index-slider .goods-list > LI A:before {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_goods-list_item_bg_corners_left.png") 0 0 no-repeat;
    width: 13px;
    height: 57px;
    top: -3px;
    left: -3px;
}
.index-slider .goods-list > LI A:after {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_goods-list_item_bg_corners_right.png") 0 0 no-repeat;
    width: 13px;
    height: 57px;
    top: -3px;
    right: -3px;
}
.index-slider .goods-list > LI.item-1 {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_goods-list_item-1_bg.png") 0 0 no-repeat;
}
.index-slider .goods-list > LI.item-2 {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_goods-list_item-2_bg.png") 0 0 no-repeat;
}
.index-slider .goods-list > LI.item-3 {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/slider_goods-list_item-3_bg.png") 0 0 no-repeat;
}
.index-slider .goods-list > LI IMG {
    position: absolute;
}
.index-slider .goods-list > LI .text {
    display: table-cell;
    height: 51px;
    vertical-align: middle;
}

.main-content {
    background: #e3e3e3;
}
.main-content .fw {
    *zoom: 1;
    background: #fff;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    position: relative;
}
.main-content .fw:before, .main-content .fw:after {
    content: " ";
    display: table;
}
.main-content .fw:after {
    clear: both;
}
/*.main-content .fw:before {
    content: "";
    display: block;
    height: 20px;
    width: 940px;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    bottom: 100%;
    left: -1px;
    background: #fff;
}*/
.main-content .fw .shadow_left,
.main-content .fw .shadow_right {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
}
.main-content .fw .shadow_left {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/content-bg_left.png") 100% 0 repeat-y;
    right: 100%;
}
.main-content .fw .shadow_right {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/content-bg_right.png") 0 0 repeat-y;
    left: 100%;
}

.main-content .fw > .left {
    float: left;
    width: 222px;
    padding-bottom: 35px;
    position: relative;
}
@media (max-width: 1180px) {
    .main-content .fw > .left {
        padding-bottom: 15px;
    }
}
@media (max-width: 748px) {
    .main-content .fw > .left {
        width: auto;
        float: none;
        padding-bottom: 0;
        overflow: hidden;
    }
    .main-content .fw > .center .banner-b {
        margin-top: 0px !important;
    }
}
@media (max-width: 470px) {
    .main-content .fw > .left {
        overflow: hidden;
    }
}

.main-content .fw > .right {
    float: right;
    width: 222px;
    padding-bottom: 35px;
    position: relative;
}

@media (max-width: 1180px) {
    .main-content .fw > .right {
        float: left;
        clear: left;
    }
}

@media (max-width: 748px) {
    .main-content .fw > .right {
        display: none;
    }
}

.main-content .fw > .right .speed-search {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 24px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    box-sizing: border-box;
    width: 239px;
    padding-top: 8px;
}
/*.main-content .fw > .right .speed-search:before {
    content: "";
    display: block;
    width: 239px;
    height: 20px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    bottom: 100%;
    left: 0;
}*/
.main-content .fw > .right .speed-search > .title {
    font-size: 21px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
}
.main-content .fw > .right .speed-search > .content {
    margin-top: 31px;
}
.main-content .fw > .right .speed-search > .content .inp-line + .inp-line {
    margin-top: 21px;
}
.main-content .fw > .right .speed-search > .content .inp-line .inp-text {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 202px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    width: 202px;
}
.main-content .fw > .right .speed-search > .content .inp-line .inp-text.focus, .main-content .fw > .right .speed-search > .content .inp-line .inp-text.filled {
    color: #555;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .inp-line .inp-text {
    padding-top: 7px;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1000;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .original {
    position: relative;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .original SELECT {
    position: absolute;
    top: 0;
    left: -9999px;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful {
    position: relative;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .title {
    font-size: 14px;
    line-height: 14px;
    color: #707070;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    height: 31px;
    padding-top: 8px;
    padding-left: 13px;
    padding-right: 37px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .title:before {
    content: "";
    display: block;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/select__arrow_to-down.png) 0 0 no-repeat;
    width: 31px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -1px;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap {
    border: 1px solid #dadada;
    box-shadow: 2px 3.5px 5px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .space-vert {
    margin-top: 2px;
    margin-bottom: 0px;
    overflow: hidden;
}

.touch .main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .space-vert {
    overflow-y: scroll;
}

.touch .main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-inform {
    margin-top: 0 !important;
}

.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap {
    height: 100%;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list {
    border-radius: 3px;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI {
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #646938;
    cursor: pointer;
    padding: 9px 20px 8px 11px;
    position: relative;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI + LI {
    margin-top: 3px;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI + LI:before {
    content: "";
    display: block;
    height: 1px;
    width: 180px;
    background: #f0f0f0;
    position: absolute;
    top: -2px;
    left: 11px;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI.active, .main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI:hover {
    background: #525b43 -webkit-linear-gradient(bottom, #7A8151 0%, #515B43 30%, #7A8151 100%);
    background: #525b43 linear-gradient(to top, #7A8151 0%, #515B43 30%, #7A8151 100%);
    color: #fff200;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-margin {
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
}

.touch .main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-margin {
    display: none;
}

.touch .space-vert {
    height: 172px !important;
}

.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-wrap {
    width: 13px;
    height: 100%;
    position: relative;
    background: #acacac;
    background: #fff;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-wrap .scroll {
    position: absolute;
    top: 0;
    left: 0;
    height: 47px;
    width: 10px;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 6px;
}
.touch .main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-wrap .scroll .ico {
    height: 140px;
}
.main-content .fw > .right .speed-search > .content .inp-line .select-wrap .beautiful .content .items-wrap .scroll-wrap .scroll .ico {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/select_ledge.png);
    height: 47px;
    width: 6px;
    margin-left: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.main-content .fw > .right .speed-search > .content .marks {
    margin-top: 20px;
}
.main-content .fw > .right .speed-search > .content .marks > .title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #707070;
}
.main-content .fw > .right .speed-search > .content .marks > .content {
    margin-top: 15px;
    *zoom: 1;
}
.main-content .fw > .right .speed-search > .content .marks > .content:before, .main-content .fw > .right .speed-search > .content .marks > .content:after {
    content: " ";
    display: table;
}
.main-content .fw > .right .speed-search > .content .marks > .content:after {
    clear: both;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox {
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 21px;
    clear: left;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox INPUT[type="checkbox"] {
    position: absolute;
    left: -100px;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .marks > .content .checkbox INPUT[type="checkbox"] {
    left: 0;
    top: 4px;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox INPUT[type="checkbox"]:checked + .ico .active {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .marks > .content .checkbox INPUT[type="checkbox"]:checked + .ico .active {
    display: block;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico {
    position: absolute;
    top: 0;
    left: 0;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico {
    display: none;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico,
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico .normal,
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico .active {
    display: block;
    height: 21px;
    width: 24px;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico .normal,
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico .active {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico .normal {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/checkbox.png) 0 0 no-repeat;
    z-index: 100;
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico .normal {
    display: block;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico .active {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/checkbox_checked.png) 0 0 no-repeat;
    z-index: 200;
    opacity: 0;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .marks > .content .checkbox .ico .active {
    display: none;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox .text-wrap {
    display: block;
    line-height: 21px;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox .text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .marks > .content .checkbox .text {
    padding-left: 19px;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox + .checkbox {
    margin-top: 8px;
}
.main-content .fw > .right .speed-search > .content .marks > .content .checkbox LABEL {
    cursor: pointer;
    color: #555;
    font-size: 14px;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn {
    position: relative;
    height: 36px;
    margin-top: 26px;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn {
    display: block;
    width: 208px;
    height: 36px;
    position: relative;
    position: absolute;
    top: 0;
    left: -3px;
    cursor: pointer;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .normal,
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .hover,
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .normal,
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/search-btn_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .speed-search-btn .btn .normal {
    display: block;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/search-btn_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .speed-search-btn .btn .hover {
    display: none;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/search-btn_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .speed-search-btn .btn .active {
    display: none;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn.disable {
    cursor: default;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn:hover .normal {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .speed-search-btn .btn:hover .normal {
    display: block;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn:hover .hover {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .speed-search-btn .btn:hover .hover {
    display: block;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn:hover .active {
    opacity: 0;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .speed-search-btn .btn:hover .active {
    display: none;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn:active .normal {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .speed-search-btn .btn:active .normal {
    display: block;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn:active .hover {
    opacity: 0;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .speed-search-btn .btn:active .hover {
    display: none;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn:active .active {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .speed-search > .content .speed-search-btn .btn:active .active {
    display: block;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-shadow: 0 -1px 0 #414937;
    padding-top: 7px;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .hover,
.main-content .fw > .right .speed-search > .content .speed-search-btn .btn .active {
    background-position: 3px 0;
}
.main-content .fw > .right .speed-search > .content .speed-search-btn INPUT[type="submit"] {
    position: absolute;
    top: 0;
    left: -999px;
}
.main-content .fw > .right .last-view {
    margin-top: 25px;
    padding-left: 0;
}
@media (max-width: 1180px) {
    .main-content .fw > .right .last-view {
        padding-left: 19px;
        margin-top: 20px;
    }
}
.main-content .fw > .right .last-view .title {
    font-size: 23px;
    line-height: 27px;
    font-weight: 600;
    color: #000;
}
.main-content .fw > .right .last-view .content {
    position: relative;
    height: 290px;
}
.main-content .fw > .right .last-view .content .list {
    margin-top: 28px;
}
.main-content .fw > .right .last-view .content .list > LI {
    width: 154px;
    position: relative;
    float: left;
}
.main-content .fw > .right .last-view .content .list > LI + LI {
    margin-left: 15px;
}
.main-content .fw > .right .last-view .content .list > LI.newline {
    float: left;
}
.main-content .fw > .right .last-view .content .list > LI.with-transparent {
    opacity: 0.35;
}
.main-content .fw > .right .last-view .content .list > LI.disable-hover * {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.main-content .fw > .right .last-view .content .list > LI.disable-hover .outer:hover {
    z-index: auto;
}
.main-content .fw > .right .last-view .content .list > LI.disable-hover .outer:hover .inner {
    border-color: #d5d7c4;
}
.main-content .fw > .right .last-view .content .list > LI.disable-hover .outer:hover .inner .name {
    text-decoration: underline;
}
.main-content .fw > .right .last-view .content .list > LI .outer {
    position: relative;
}
.main-content .fw > .right .last-view .content .list > LI .outer:hover {
    z-index: 999;
}/*
.main-content .fw > .right .last-view .content .list > LI .outer:hover .inner {
    border-color: transparent;
}*/
.main-content .fw > .right .last-view .content .list > LI .outer .outer-wrap {
    position: absolute;
    left: -10px;
    top: -3px;
    width: 165px;
    height: 100%;
    border: 3px solid #929b6e;
    border-radius: 3px;
    padding-bottom: 52px;
    background: #fff;
    display: none;
    box-shadow: 0 5px 19px rgba(87, 96, 42, 0.5);
}

.main-content .fw > .right .last-view .content .list > LI .error,
.main-content .fw > .right .last-view .content .list > LI .error_message {
    position: static;
    top: 0;
    left: 0;
    text-align: center;
    box-shadow: none;
    width: auto;
    height: auto;

    font-size: 13px;
    line-height: 18px;
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 3px;
}
.main-content .fw > .right .last-view .content .list > LI .error A,
.main-content .fw > .right .last-view .content .list > LI .error_message A {
    color: #406618;
}

.main-content .fw > .right .last-view .content .list > LI .outer .inner {
    border-radius: 2px;
    border: 1px solid #d5d7c4;
    z-index: 200;
    position: relative;
    background: #fff;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s;
    border-radius: 2px;
    padding-bottom: 15px;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .img-wrap {
    text-align: center;
    height: 169px;
    line-height: 169px;
    margin-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .img-wrap A {
    text-decoration: none;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .img-wrap IMG {
    max-width: 136px;
    max-height: 169px;
    vertical-align: middle;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .marks {
    display: block;
    position: absolute;
    top: 8px;
    left: -4px;
    text-decoration: none;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .marks SPAN + SPAN {
    margin-top: 5px;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .marks .new,
.main-content .fw > .right .last-view .content .list > LI .outer .inner .marks .hit,
.main-content .fw > .right .last-view .content .list > LI .outer .inner .marks .sale {
    display: block;
    float: left;
    clear: left;
    font: 14px/14px cuprum__bold;
    color: #fff;
    height: 20px;
    box-sizing: border-box;
    padding: 2px 8px 0;
    text-transform: lowercase;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .marks .new {
    background: #d54e1e;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .marks .hit {
    background: #28c928;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .marks .sale {
    background: #c8c602;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .brand {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .name {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    padding-left: 7px;
    padding-right: 7px;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .name A {
    color: #406618;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .price {
    position: relative;
    height: 16px;
    margin-top: 15px;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .price .old {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #7a7a7a;
    text-decoration: line-through;
    position: absolute;
    top: -6px;
    right: 10px;
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .price .new {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 0;
    left: 8px;
}

.main-content .fw > .right .last-view .content .list > LI .outer .inner .availability {
    font-size: 14px;
    line-height: 14px;
    position: static;
    margin-top: 10px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    /*    display: none;*/
}

/*@media (max-width: 748px) {
    .main-content .fw > .right .last-view .content .list > LI .outer .inner .availability {
        display: none !important;
    }
}*/

.main-content .fw > .right .last-view .content .list > LI .outer .inner .availability.no {
    color: #d53b2e;
    bottom: -28px
}
.main-content .fw > .right .last-view .content .list > LI .outer .inner .availability.wait {
    color: #bcc8c8;
    line-height: 18px;

    line-height: 15px;
    font-size: 13px;
    bottom: -40px;
}

/**/

.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart A {
    text-decoration: none;
    color: #fff;
}

.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart {
    background-color: #c53b3b;
    background-image: -webkit-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: -o-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: linear-gradient(to bottom, #d14747 0%, #b82e2e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD14747', endColorstr='#FFB82E2E', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;

    display: block;
    width: 116px;
    height: 33px;
    line-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 37px;
    position: static;
    margin-top: 10px;
    margin-left: 18px;
    z-index: 300;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}

.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .text {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/add-to-cart-ico.png) 13px 8px no-repeat;
}

.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:hover,
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:focus,
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:active:focus {
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:active {
    background-image: none;
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart {
    display: block;
    width: 137px;
    height: 38px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: -38px;
    left: 6px;
    z-index: 300;
    display: none;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.items-search_not-found {
    margin-top: 25px;
    margin-left: 18px;
    margin-right: 18px;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart A {
    text-decoration: none;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .normal,
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .hover,
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .normal,
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .normal {
    display: block;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .hover {
    display: none;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .active {
    display: none;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart.disable {
    cursor: default;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:hover .normal {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:hover .normal {
    display: block;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:hover .hover {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:hover .hover {
    display: block;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:hover .active {
    opacity: 0;
}
.lt-ie9 .main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:hover .active {
    display: none;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:active .normal {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:active .normal {
    display: block;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:active .hover {
    opacity: 0;
}
.lt-ie9 .main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:active .hover {
    display: none;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:active .active {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart:active .active {
    display: block;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 -1px 0 #394429;
    text-align: left;
    padding-left: 42px;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .text:first-letter {
    text-transform: uppercase;
}
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .hover,
.main-content .fw > .right .last-view .content .list > LI .outer .btn_to-cart .active {
    background-position: 3px 0;
}
*/


.main-content .fw > .right .last-view .content .list > LI {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: left 0.8s, opacity 0.8s;
    transition: left 0.8s, opacity 0.8s;
}
.main-content .fw > .right .last-view .content .list > LI + LI {
    margin-left: 0;
}
.main-content .fw > .right .last-view .content .list > LI.active {
    z-index: 400;
}
.main-content .fw > .right .last-view .content .list > LI.item-1 {
    left: 0;
}
.main-content .fw > .right .last-view .content .list > LI.item-2 {
    left: 25px;
}
.main-content .fw > .right .last-view .content .list > LI.item-3 {
    left: 46px;
}
.main-content .fw > .right .last-view .content .list > LI.item-4 {
    left: 25px;
}

@media (max-width: 1180px) {
    .main-content .fw > .right .last-view .content .list > LI.item-2,
    .main-content .fw > .right .last-view .content .list > LI.item-4 {
        left: 23px;
    }
}

.main-content .fw > .right .last-view .content .list > LI.item-4.with-transparent {
    opacity: .05;
}
.main-content .fw > .right .last-view .content .arrows {
    position: absolute;
    top: 116px;
    left: 0;
    width: 100%;
    z-index: 400;
}
.main-content .fw > .right .last-view .content .arrows .left,
.main-content .fw > .right .last-view .content .arrows .right {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 20px;
    height: 28px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-content .fw > .right .last-view .content .arrows .left:hover,
.main-content .fw > .right .last-view .content .arrows .right:hover {
    opacity: 0.5;
}
.main-content .fw > .right .last-view .content .arrows .left {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/last-review_arrow_to-left.png") 50% 50% no-repeat;
    left: -3px;
}
.main-content .fw > .right .last-view .content .arrows .right {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/last-review_arrow_to-right.png") 50% 50% no-repeat;
    right: 19px;
}
@media (max-width: 1180px) {
    .main-content .fw > .right .last-view .content .arrows .right {
        right: 0;
    }
}
.main-content .fw > .right .last-view + .video-b {
    margin-top: 28px;
}
@media (max-width: 1180px) {
    .main-content .fw > .right .last-view + .video-b {
        margin-top: 25px;
    }
}

.main-content .fw > .right .video-b {
    margin-top: 25px;
    padding-left: 0;
}
@media (max-width: 1180px) {
    .main-content .fw > .right .video-b {
        padding-left: 19px;
        padding-bottom: 5px;
    }
}
@media (max-width: 940px) {
    .main-content .fw > .right .video-b {

    }
}
.main-content .fw > .right .video-b > .title {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}
.main-content .fw > .right .video-b > .content .video-list {
    margin-top: 28px;
}

.main-content .fw > .right .video-b > .content .video-list IFRAME {
    width: 202px !important;
    height: 109px !important;
}

.main-content .fw > .right .video-b > .content .video-list > LI {
    width: 202px;
}

.main-content .fw > .right .video-b > .content .video-list > LI + LI {
    margin-top: 11px;
    border-top: 1px solid #eee;
    padding-top: 14px;
}
@media (max-width: 940px) {
    .main-content .fw > .right .video-b > .content .video-list > LI + LI {
        display: none
    }
}

.main-content .fw > .right .video-b > .content .video-list > LI .link {
    width: 202px;
    margin-top: 3px;
    line-height: 18px;
}
.main-content .fw > .right .video-b > .content .video-list > LI .link A {
    font-size: 14px;
    line-height: 20px;
    color: #406618;
}
.main-content .fw > .right .video-b > .content .show-all {
    padding: 0 16px 0 0;
    margin-top: 16px;
}
.main-content .fw > .right .video-b > .content .show-all A {
    color: #406618;
    font-size: 14px;
    line-height: 20px;
}
.main-content .fw > .center {
    position: relative;
    width: 697px;
    padding-bottom: 25px;
    margin-left: 234px;

    overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
}
.main-content .fw > .center.center__no-bars {
    width: 100%;
    margin-left: 0;
    padding: 0;
}
/*@media (max-width: 940px) {
    .main-content .fw > .center {
        width: 506px;
        overflow: visible;
    }
}*/

@media (max-width: 940px) {
    .main-content .fw > .center {
        width: 505px;
        margin-left: 222px;
        /*overflow: visible;*/
        padding-left: 17px;
        padding-right: 1px;
    }
}

@media (max-width: 748px) {
    .main-content .fw > .center {
        width: 100%;
        box-sizing: border-box;
        overflow: visible;
        padding-left: 12px;
        padding-right: 12px;
        clear: left;
        margin-left: 0;
    }
}
.index-page .main-content .fw > .center {
    width: 661px;
    margin-left: 231px;
    padding-left: 23px;
    padding-right: 23px;
}

@media (max-width: 1180px) {
    .index-page .main-content .fw > .center {
        padding-left: 17px;
        padding-right: 20px;

        margin-left: 239px;
    }
}
@media (max-width: 940px) {
    .index-page .main-content .fw > .center {
        padding-left: 16px;
        padding-right: 0;
        width: 493px;

        margin-left: 222px;
    }
}
@media (max-width: 748px) {
    .index-page .main-content .fw > .center {
        clear: left;
        margin-left: 0;
        width: 100%;
        box-sizing: border-box;
        padding-left: 13px;
        padding-right: 13px;
    }
}

.main-content .fw > .center .advantages-b {
    margin-top: 21px;
    overflow: hidden;
}
@media (max-width: 748px) {
    .main-content .fw > .center .advantages-b {
        display: none;
    }
}

.main-content .fw > .center .advantages-b > .list > LI {
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #646938;
    font-weight: 600;
}
.main-content .fw > .center .advantages-b > .list > LI.item-1 {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/advantages_item-1_ico.png") 2px 3px no-repeat;
    padding-left: 89px;
    padding-top: 17px;
    min-height: 66px;
    width: 199px;
    box-sizing: border-box;
}
@media (max-width: 940px) {
    .main-content .fw > .center .advantages-b > .list > LI.item-1 {
        padding-left: 70px;
        width: 173px;
    }
}
.main-content .fw > .center .advantages-b > .list > LI.item-2 {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/advantages_item-2_ico.png") 39px 1px no-repeat;
    padding-left: 118px;
    padding-top: 17px;
    min-height: 65px;
    width: 210px;
    box-sizing: border-box;
}
@media (max-width: 940px) {
    .main-content .fw > .center .advantages-b > .list > LI.item-2 {
        background-position: 0 1px;
        padding-left: 61px;
        width: 145px;
    }
}
.main-content .fw > .center .advantages-b > .list > LI.item-3 {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/advantages_item-3_ico.png") 27px 11px no-repeat;
    padding-left: 126px;
    padding-top: 17px;
    min-height: 62px;
    width: 248px;
    box-sizing: border-box;
}
@media (max-width: 940px) {
    .main-content .fw > .center .advantages-b > .list > LI.item-3 {
        background-position: 0 11px;
        padding-left: 86px;
        width: 170px;
    }
}
.main-content .fw > .center .advantages-b > .list > LI.separator {
    background: #b9b9b9;
    width: 2px;
    height: 51px;
    margin-top: 10px;
}
@media (max-width: 940px) {
    .main-content .fw > .center .advantages-b > .list > LI.separator {
        display: none;
    }
}
.main-content .fw > .center .banner-b {
    margin-top: 25px;
}
.main-content .fw > .center .banner-b A {
    display: block;
}
.main-content .fw > .center .banner-b A + A {
    margin-top: 15px;
}
.main-content .fw > .center .banner-b A IMG {
    display: block;
    width: 662px;
}
@media (max-width: 940px) {
    .main-content .fw > .center .banner-b A IMG {
        display: block;
        width: 100%;
        height: auto;
    }
}
.main-content .fw > .center .banner-b .mp-banner IMG {
    width: auto;
    height: auto;
}
.main-content .fw > .center .items-b {
    position: relative;
}
.main-content .fw > .center .items-b.new-receipts {
    margin-top: 25px;
}
.main-content .fw > .center .items-b.new-pop-items {
    margin-top: 28px;
}

@media (max-width: 940px) {
    .main-content .fw > .center .items-b .content > .list > LI.newline {
        clear: none !important;
        margin-left: 15px !important;
    }
    .main-content .fw > .center .items-b .content > .list > LI:nth-child(3n + 1) {
        margin-left: 0 !important;
        clear: left !important;
    }
    .main-content .fw > .center .items-b .content > .list > LI:nth-child(n + 7) {
        display: none;
    }
    .main-content .fw > .center .items-b .content > .list > LI:first-child {
        clear: none !important;
    }
}

@media (max-width: 748px) {
    .main-content .fw > .center .items-b .content > .list > LI {
        width: 140px !important;
    }
}

@media (max-width: 470px) {
    .main-content .fw > .center .items-b .content > .list > LI {
        width: 272px !important;
        margin-left: 0 !important;
    }
    .main-content .fw > .center .items-b .content > .list > LI + LI {
        margin-top: 10px !important;
    }
}

.main-content .fw > .center .items-b .title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}
.main-content .fw > .center .items-b .showmore {
    font-size: 14px;
    line-height: 16px;
    color: #406618;
    position: absolute;
    top: 2px;
    right: 4px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
@media (max-width: 470px) {
    .main-content .fw > .center .items-b .showmore {
        display: none;
    }
}
.main-content .fw > .center .items-b .content {
    *zoom: 1;
    margin-top: 27px;
}
@media (max-width: 470px) {
    .main-content .fw > .center .items-b .content {
        margin-top: 15px;
    }
}
.main-content .fw > .center .items-b .content:before, .main-content .fw > .center .items-b .content:after {
    content: " ";
    display: table;
}
.main-content .fw > .center .items-b .content:after {
    clear: both;
}

.main-content .fw > .center .items-b .content > .list > LI .error {
    position: static;
    top: 0;
    left: 0;
    text-align: center;
    box-shadow: none;
    width: auto;
    height: auto;

    font-size: 13px;
    line-height: 18px;
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 3px;
}
.main-content .fw > .center .items-b .content > .list > LI .error A {
    color: #406618;
}

.main-content .fw > .center .items-b .content > .list > LI {
    width: 154px;
    position: relative;
    float: left;
    margin-top: 15px;
}
.main-content .fw > .center .items-b .content > .list > LI + LI {
    margin-left: 15px;
}
@media (max-width: 940px) {
    .main-content .fw > .center .items-b .content > .list > LI + LI {
        margin-left: 11px;
    }

    .main-content .fw > .center .items-b .content > .list > LI + LI + LI + LI {
        display: none;
    }
}
.main-content .fw > .center .items-b .content > .list > LI.newline {
    float: left;
    margin-left: 0;
    clear: left;
}
/*@media (max-width: 940px) {
    .main-content .fw > .center .items-b .content > .list > LI.newline {
        margin-left: 15px;
        clear: none;
    }
}*/
.main-content .fw > .center .items-b .content > .list > LI.newline:first-child,
.main-content .fw > .center .items-b .content > .list > LI.newline:first-child + LI,
.main-content .fw > .center .items-b .content > .list > LI.newline:first-child + LI + LI,
.main-content .fw > .center .items-b .content > .list > LI.newline:first-child + LI + LI + LI {
    margin-top: 0;
}
@media (max-width: 940px) {
    .main-content .fw > .center .items-b .content > .list > LI.newline:first-child + LI + LI + LI {
        margin-top: 15px;
    }
    .main-content .fw > .center .items-b.new-receipts .content > .list > LI:nth-child(n+4) {
        display: none;
    }
}
.main-content .fw > .center .items-b .content > .list > LI.with-transparent {
    opacity: 0.35;
}
.main-content .fw > .center .items-b .content > .list > LI.disable-hover * {
    cursor: default;
}
.main-content .fw > .center .items-b .content > .list > LI.disable-hover .outer:hover {
    z-index: auto;
}
.main-content .fw > .center .items-b .content > .list > LI.disable-hover .outer:hover .outer-wrap {
    display: none;
}
.main-content .fw > .center .items-b .content > .list > LI.disable-hover .outer:hover .btn_to-cart {
    display: none;
}
.main-content .fw > .center .items-b .content > .list > LI.disable-hover .outer:hover .inner {
    border-color: #d5d7c4;
}
.main-content .fw > .center .items-b .content > .list > LI.disable-hover .outer:hover .inner .name {
    text-decoration: underline;
}
.main-content .fw > .center .items-b .content > .list > LI .outer {
    position: relative;
}
.main-content .fw > .center .items-b .content > .list > LI .outer:hover {
    z-index: 999;
}/*
.main-content .fw > .center .items-b .content > .list > LI .outer:hover .inner {
    border-color: transparent;
}*/
.main-content .fw > .center .items-b .content > .list > LI .outer .outer-wrap {
    position: absolute;
    left: -10px;
    top: -3px;
    width: 165px;
    height: 100%;
    border: 3px solid #929b6e;
    border-radius: 3px;
    padding-bottom: 52px;
    background: #fff;
    display: none;
    box-shadow: 0 5px 19px rgba(87, 96, 42, 0.5);
}
@media (max-width: 748px) {
    .main-content .fw > .center .items-b .content > .list > LI .outer .outer-wrap {
        width: 154px;
        display: none !important;
    }
}
@media (max-width: 470px) {
    .main-content .fw > .center .items-b .content > .list > LI .outer .outer-wrap {
        width: 288px;
    }
}

.main-content .fw > .center .items-b .content > .list > LI.no-buy-btn .outer .outer-wrap {
    padding-bottom: 0;
}

.main-content .fw > .center .items-b .content > .list > LI .outer .inner {
    border-radius: 2px;
    border: 1px solid #d5d7c4;
    z-index: 200;
    position: relative;
    background: #fff;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s;
    border-radius: 2px;
    padding-bottom: 15px;
}

@media (max-width: 748px) {
    .main-content .fw > .center .items-b .content > .list > LI .outer .inner {
        border: 1px solid #d5d7c4 !important;
    }
}

.main-content .fw > .center .items-b .content > .list > LI .outer .inner .img-wrap {
    text-align: center;
    height: 169px;
    line-height: 169px;
    margin-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .img-wrap A {
    text-decoration: none;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .img-wrap IMG {
    max-width: 136px;
    max-height: 169px;
    vertical-align: middle;
}
@media (max-width: 748px) {
    .main-content .fw > .center .items-b .content > .list > LI .outer .inner .img-wrap IMG {
        max-width: 124px;
    }
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .marks {
    display: block;
    position: absolute;
    top: 8px;
    left: -4px;
    text-decoration: none;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .marks SPAN + SPAN {
    margin-top: 5px;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .marks .new,
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .marks .hit,
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .marks .sale {
    display: block;
    float: left;
    clear: left;
    font: 14px/14px cuprum__bold;
    color: #fff;
    height: 20px;
    box-sizing: border-box;
    padding: 2px 8px 0;
    text-transform: lowercase;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .marks .new {
    background: #d54e1e;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .marks .hit {
    background: #28c928;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .marks .sale {
    background: #c8c602;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .brand {
    font-size: 13px;
    line-height: 16px;
    /*min-height: 16px;*/
    color: #000;
    margin-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .name {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    padding-left: 7px;
    padding-right: 7px;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .name A {
    color: #406618;
    word-wrap: break-word;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .price {
    position: relative;
    height: 16px;
    margin-top: 15px;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .price .old {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #7a7a7a;
    text-decoration: line-through;
    position: absolute;
    top: -6px;
    right: 10px;
}
@media (max-width: 470px) {
    .main-content .fw > .center .items-b .content > .list > LI .outer .inner .price .old {
        position: static;
        display: inline;
        margin-left: 8px;
    }
}

.main-content .fw > .center .items-b .content > .list > LI .outer .inner .price .new {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 0;
    left: 8px;
}
@media (max-width: 470px) {
    .main-content .fw > .center .items-b .content > .list > LI .outer .inner .price .new {
        position: static;
        display: inline;
        margin-left: 8px;
    }
}


/**/

.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart A {
    text-decoration: none;
    color: #fff;
}

.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart {
    background-color: #c53b3b;
    background-image: -webkit-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: -o-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: linear-gradient(to bottom, #d14747 0%, #b82e2e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD14747', endColorstr='#FFB82E2E', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;

    display: block;
    width: 116px;
    height: 33px;
    line-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 37px;

    position: static;
    margin-top: 10px;
    margin-left: 18px;
    z-index: 300;
    /*    display: none;*/
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}
@media (max-width: 748px) {
    .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart {
        margin-left: 11px;
    }
}
@media (max-width: 470px) {
    .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart {
        margin-left: 77px;
    }
}


.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .text {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/add-to-cart-ico.png) 13px 8px no-repeat;
}

.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:hover,
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:focus,
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:active:focus {
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:active {
    background-image: none;
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



/*
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart A {
    text-decoration: none;
}

.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart {
    display: block;
    width: 137px;
    height: 38px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: -38px;
    left: 6px;
    z-index: 300;
    display: none;
}

@media (max-width: 748px) {
    .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart {
        display: none !important;
    }
}
@media (max-width: 470px) {
    .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart {
        left: 64px;
    }
}

.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .normal,
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .hover,
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .normal,
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .normal {
    display: block;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .hover {
    display: none;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .active {
    display: none;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart.disable {
    cursor: default;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:hover .normal {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:hover .normal {
    display: block;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:hover .hover {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:hover .hover {
    display: block;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:hover .active {
    opacity: 0;
}
.lt-ie9 .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:hover .active {
    display: none;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:active .normal {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:active .normal {
    display: block;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:active .hover {
    opacity: 0;
}
.lt-ie9 .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:active .hover {
    display: none;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:active .active {
    opacity: 1;
}
.lt-ie9 .main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart:active .active {
    display: block;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 -1px 0 #394429;
    text-align: left;
    padding-left: 42px;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .text:first-letter {
    text-transform: uppercase;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .hover,
.main-content .fw > .center .items-b .content > .list > LI .outer .btn_to-cart .active {
    background-position: 3px 0;
}
*/



.main-content .fw > .center .block-separator {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/block-separator.png") 0 0 no-repeat;
    width: 666px;
    height: 23px;
}
@media (max-width: 940px) {
    .main-content .fw > .center .block-separator {
        background: url("/custom/custom27_09_2015_02_09/img/spec-army/block-separator-2.png") 0 0 no-repeat;
        width: 493px;
        height: 23px;
    }
}
@media (max-width: 748px) {
    .main-content .fw > .center .block-separator {
        background: url("/custom/custom27_09_2015_02_09/img/spec-army/block-separator-3.png") 0 0 no-repeat;
        width: 443px;
        height: 23px;
    }
}
@media (max-width: 470px) {
    .main-content .fw > .center .block-separator {
        background: url("/custom/custom27_09_2015_02_09/img/spec-army/block-separator-4.png") 0 0 no-repeat;
        width: 270px;
        height: 23px;
    }
}

.foot-nav {
    background: #f3f2ea;
}
.foot-nav > .fw {
    overflow: hidden;
}
.foot-nav .list {
    *zoom: 1;
    margin-top: 25px;
    margin-bottom: 29px;
    min-height: 140px;
}
.foot-nav .list:before, .foot-nav .list:after {
    content: " ";
    display: table;
}
.foot-nav .list:after {
    clear: both;
}
.foot-nav .list > LI {
    width: 179.16667px;
    float: left;
}
@media (max-width: 1180px) {
    .foot-nav .list > LI {
        width: 144.16667px;
    }
}

.foot-nav .list > LI + LI {
    margin-left: 20px;
}
@media (max-width: 1180px) {
    .foot-nav .list > LI + LI {
        margin-left: 15px;
    }
}
@media (max-width: 940px) {
    .foot-nav .list > LI + LI {
        margin-left: 45px;
    }

    .foot-nav .list > LI:first-child,
    .foot-nav .list > LI + LI + LI + LI {
        margin-left: 103px;
    }
    .foot-nav .list > LI + LI + LI + LI {
        clear: left;
        margin-top: 20px;
    }
    .foot-nav .list > LI + LI + LI + LI + LI {
        clear: none;
        margin-left: 45px;
    }
}
@media (max-width: 748px) {
    /*    .foot-nav .list > LI:first-child,
        .foot-nav .list > LI + LI + LI + LI {
            margin-left: 77px;
        }*/

    .foot-nav .list > LI {
        margin-left: 20px !important;
        clear: none !important;
    }

    .foot-nav .list > LI:nth-child(2n+1) {
        clear: left !important;
        margin-left: 77px !important;
    }

    .foot-nav .list > LI + LI + LI {
        margin-top: 20px;
    }
}

@media (max-width: 470px) {
    .foot-nav .list > LI {
        margin-left: 8px !important;
        width: 140px;
    }

    .foot-nav .list > LI:nth-child(2n+1) {
        margin-left: 8px !important;
    }
}

.foot-nav .list > LI > .title {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.foot-nav .list > LI > .level-2 {
    margin-left: 11px;
    margin-top: 9px;
}
.foot-nav .list > LI > .level-2 > LI + LI {
    margin-top: 10px;
}
.foot-nav .list > LI > .level-2 > LI.active A {
    text-decoration: none;
}
.foot-nav .list > LI > .level-2 > LI A {
    color: #406618;
    font-size: 13px;
    line-height: 16px;
}

#main-footer {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/footer_bg.jpg") 0 0 repeat-x;
    height: 125px;
}
@media (max-width: 470px) {
    #main-footer {
        background: #3e4531;
        height: 290px;
    }
}

#main-footer > .fw {
    position: relative;
}
#main-footer .copyright {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    top: 23px;
    left: 0;
}
@media (max-width: 748px) {
    #main-footer .copyright {
        overflow: hidden;
        height: 20px;
    }
}
@media (max-width: 470px) {
    #main-footer .copyright {
        overflow: visible;
    }
}
#main-footer .phone {
    position: absolute;
    top: 22px;
    left: 348px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/footer_phone-ico.png") 0 2px no-repeat;
    padding-left: 20px;
}
@media (max-width: 1180px) {
    #main-footer .phone {
        left: 269px;
    }
}
@media (max-width: 470px) {
    #main-footer .phone {
        left: 0px;
        top: 136px;
    }
}
#main-footer .phone:before {
    content: "";
    display: block;
    background: #f3f3ed;
    border-right: 1px solid #1b2019;
    position: absolute;
    top: 2px;
    left: -55px;
    width: 1px;
    height: 64px;
    opacity: 0.3;
}
@media (max-width: 1180px) {
    #main-footer .phone:before {
        left: -24px;
    }
}
@media (max-width: 470px) {
    #main-footer .phone:before {
        display: none;
    }
}
.lt-ie9 #main-footer .phone:before {
    background: #686c5f;
    border-right-color: #2f3526;
}
#main-footer .phone .phones-list {
    text-align: right;
    padding-right: 4px;
    word-spacing: 1px;
}
#main-footer .phone .phones-list > LI {
    color: #fff;
    font-size: 19px;
    line-height: 19px;
    font-weight: 600;
}
#main-footer .phone .phones-list > LI + LI {
    margin-top: 4px;
}
#main-footer .phone .phones-list > LI A {
    color: #fff;
    text-decoration: none;
}
#main-footer .phone .phones-list > LI .code {
    font-weight: 400;
    color: #c3bc7a;
}
#main-footer .phone .callback-btn {
    display: block;
    width: 174px;
    height: 26px;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#main-footer .phone .callback-btn .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
#main-footer .phone .callback-btn .normal,
#main-footer .phone .callback-btn .hover,
#main-footer .phone .callback-btn .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#main-footer .phone .callback-btn .normal,
#main-footer .phone .callback-btn .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#main-footer .phone .callback-btn .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/footer_btn_callback_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 #main-footer .phone .callback-btn .normal {
    display: block;
}
#main-footer .phone .callback-btn .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/footer_btn_callback_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 #main-footer .phone .callback-btn .hover {
    display: none;
}
#main-footer .phone .callback-btn .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/footer_btn_callback_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 #main-footer .phone .callback-btn .active {
    display: none;
}
#main-footer .phone .callback-btn.disable {
    cursor: default;
}
#main-footer .phone .callback-btn:hover .normal {
    opacity: 1;
}
.lt-ie9 #main-footer .phone .callback-btn:hover .normal {
    display: block;
}
#main-footer .phone .callback-btn:hover .hover {
    opacity: 1;
}
.lt-ie9 #main-footer .phone .callback-btn:hover .hover {
    display: block;
}
#main-footer .phone .callback-btn:hover .active {
    opacity: 0;
}
.lt-ie9 #main-footer .phone .callback-btn:hover .active {
    display: none;
}
#main-footer .phone .callback-btn:active .normal {
    opacity: 1;
}
.lt-ie9 #main-footer .phone .callback-btn:active .normal {
    display: block;
}
#main-footer .phone .callback-btn:active .hover {
    opacity: 0;
}
.lt-ie9 #main-footer .phone .callback-btn:active .hover {
    display: none;
}
#main-footer .phone .callback-btn:active .active {
    opacity: 1;
}
.lt-ie9 #main-footer .phone .callback-btn:active .active {
    display: block;
}
#main-footer .phone .callback-btn .text {
    text-transform: lowercase;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 0 -1px 0 #394429;
    line-height: 11px;
    text-align: center;
    padding-left: 3px;
    padding-right: 5px;
    padding-top: 4px;
    color: #fff;
}
#main-footer .phone .callback-btn .hover,
#main-footer .phone .callback-btn .active {
    background-position: 3px 0;
}
#main-footer .job-time {
    position: absolute;
    top: 21px;
    left: 665px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
}
@media (max-width: 1180px) {
    #main-footer .job-time {
        left: 510px;
    }
}
@media (max-width: 748px) {
    #main-footer .job-time {
        display: none;
    }
}
#main-footer .job-time:before, #main-footer .job-time:after {
    top: 3px;
}
#main-footer .job-time:before {
    content: "";
    display: block;
    background: #f3f3ed;
    border-right: 1px solid #1b2019;
    position: absolute;
    left: -63px;
    width: 1px;
    height: 64px;
    opacity: 0.3;
}
@media (max-width: 1180px) {
    #main-footer .job-time:before {
        left: -23px;
    }
}
.lt-ie9 #main-footer .job-time:before {
    background: #686c5f;
    border-right-color: #2f3526;
}
#main-footer .job-time:after {
    content: "";
    display: block;
    background: #f3f3ed;
    border-right: 1px solid #1b2019;
    position: absolute;
    right: -55px;
    width: 1px;
    height: 64px;
    opacity: 0.3;
}
@media (max-width: 1180px) {
    #main-footer .job-time:after {
        right: -31px;
    }
}
@media (max-width: 940px) {
    #main-footer .job-time:after {
        display: none;
    }
}
.lt-ie9 #main-footer .job-time:after {
    background: #686c5f;
    border-right-color: #2f3526;
}
#main-footer .job-time > .title {
    font-weight: 600;
}
#main-footer .job-time > .content {
    word-spacing: 3px;
    margin-top: 1px;
}
#main-footer .job-time > .mail A {
    color: #fff;
}
#main-footer .developer {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    text-align: right;
    position: absolute;
    top: 20px;  
    right: 0;
  

/*  
    top: 15px;
    background: #3b432e;
    padding: 4px 7px;
    border-radius: 5px;
    text-align: center;*/
}
@media (max-width: 940px) {
    #main-footer .developer {
        top: 88px;
        left: 0;
        right: auto;
    }
    #main-footer .developer .title,
    #main-footer .developer .content {
        display: inline-block;
    }
    #main-footer .developer .content {
        margin-left: 3px;
    }
}
@media (max-width: 470px) {
    #main-footer .developer {
        top: 220px;
        background: none;
        padding: 0;
    }
    #main-footer .developer .title,
    #main-footer .developer .content {
        /*display: block;*/
        text-align: left;
    }
    #main-footer .developer .content {
        margin-left: 0;
    }
}
#main-footer .developer > .content A {
    color: #fff;
}
#main-footer .sots-b {
    position: absolute;
    top: 65px;
    right: -3px;
}
@media (max-width: 940px) {
    #main-footer .sots-b {
        top: 24px;
    }
}
@media (max-width: 748px) {
    #main-footer .sots-b {
        width: auto;
        top: 54px;
        right: auto;
        left: 0;
    }
}
@media (max-width: 470px) {
    #main-footer .sots-b {
        top: 93px;
    }
}
#main-footer .sots-b > .title {
    font-size: 14px;
    line-height: 14px;
    float: left;
    color: #fff;
    margin-top: 7px;
}
@media (max-width: 940px) {
    #main-footer .sots-b > .title {
        display: none;
    }
}
#main-footer .sots-b > .content {
    float: left;
    margin-left: 6px;
}
@media (max-width: 748px) {
    #main-footer .sots-b > .content {
        margin-left: 0;
    }
}
#main-footer .sots-b > .content .list > LI {
    float: left;
}
@media (max-width: 940px) {
    #main-footer .sots-b > .content .list > LI + LI + LI {
        clear: left;
    }
    #main-footer .sots-b > .content .list > LI + LI + LI + LI {
        clear: none;
    }
}
@media (max-width: 748px) {
    #main-footer .sots-b > .content .list > LI + LI + LI {
        clear: none;
    }
    .invis-748 {
        display: none;
    }
}
#main-footer .sots-b > .content .list > LI A {
    display: block;
}
#main-footer .sots-b > .content .list > LI.item-1 A {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_footer__vk.png") 0 0 no-repeat;
    width: 23px;
    height: 26px;
}
#main-footer .sots-b > .content .list > LI.item-2 A {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_footer__youtube.png") 0 0 no-repeat;
    width: 24px;
    height: 26px;
}
#main-footer .sots-b > .content .list > LI.item-3 A {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_footer__fb.png") 0 0 no-repeat;
    width: 24px;
    height: 26px;
}
#main-footer .sots-b > .content .list > LI.item-4 A {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_footer__insta.png") 0 0 no-repeat;
    width: 24px;
    height: 26px;
}
#main-footer .sots-b > .content .list > LI.item-5 A {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_footer__ok.png") 0 0 no-repeat;
    width: 24px;
    height: 26px;
}

/* CATALOG PAGE */
.inner-slider > UL > LI.item-1 {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/inner-slider_photo-1.jpg") 50% 0 no-repeat;
    height: 114px;
}

.main-content > .fw > .left .find-b {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    /*border-right: 1px solid #e5e5e5;*/
    box-sizing: border-box;
    background: #f3f4f0;
}

@media (max-width: 1180px) {
    .main-content > .fw > .left .find-b {
        height: 52px;
    }
}

@media (max-width: 748px) {
    .main-content > .fw > .left .find-b {
        position: relative;
        width: auto;
        float: right;
    }
}

@media (max-width: 470px) {
    .main-content > .fw > .left .find-b {
        position: relative;
        width: auto;
        float: right;
    }
}

.main-content > .fw > .left .find-b INPUT[type="text"] {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 148px;
    height: 30px;
    background-color: #FFF;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 19px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 2px 3.5px 7px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 9px;
    left: 20px;
    color: #c2c2c2;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
@media (max-width: 1180px) {
    .main-content > .fw > .left .find-b INPUT[type="text"] {
        top: 10px;
    }
}
@media (max-width: 748px) {
    .main-content > .fw > .left .find-b INPUT[type="text"] {
        right: 66px;
        left: auto;
        top: 14px;
    }
}
@media (max-width: 470px) {
    .main-content > .fw > .left .find-b INPUT[type="text"] {
        right: 125px;
    }
}

.lt-ie9 .main-content > .fw > .left .find-b INPUT[type="text"] {
    padding-top: 7px;
}
.main-content > .fw > .left .find-b INPUT[type="text"].focus, .main-content > .fw > .left .find-b INPUT[type="text"].filled {
    color: #555;
}
.main-content > .fw > .left .find-b .btn_find {
    display: block;
    width: 33px;
    height: 30px;
    position: relative;
    position: absolute;
    top: 9px;
    left: 167px;
    cursor: pointer;
}
@media (max-width: 1180px) {
    .main-content > .fw > .left .find-b .btn_find {
        top: 10px;
    }
}
@media (max-width: 748px) {
    .main-content > .fw > .left .find-b .btn_find {
        right: 34px;
        left: auto;
        top: 14px;
    }
}
@media (max-width: 470px) {
    .main-content > .fw > .left .find-b .btn_find {
        right: 94px;
        left: auto;
    }
}

.main-content > .fw > .left .find-b .btn_find INPUT[type="submit"] {
    position: absolute;
    left: -9999px;
}

.main-content > .fw > .left .find-b .btn_find .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.main-content > .fw > .left .find-b .btn_find .normal,
.main-content > .fw > .left .find-b .btn_find .hover,
.main-content > .fw > .left .find-b .btn_find .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-content > .fw > .left .find-b .btn_find .normal,
.main-content > .fw > .left .find-b .btn_find .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-content > .fw > .left .find-b .btn_find .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/find-b_btn.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .main-content > .fw > .left .find-b .btn_find .normal {
    display: block;
}
.main-content > .fw > .left .find-b .btn_find .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/find-b_btn_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .main-content > .fw > .left .find-b .btn_find .hover {
    display: none;
}
.main-content > .fw > .left .find-b .btn_find .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/find-b_btn_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .main-content > .fw > .left .find-b .btn_find .active {
    display: none;
}
.main-content > .fw > .left .find-b .btn_find.disable {
    cursor: default;
}
.main-content > .fw > .left .find-b .btn_find:hover .normal {
    opacity: 1;
}
.lt-ie9 .main-content > .fw > .left .find-b .btn_find:hover .normal {
    display: block;
}
.main-content > .fw > .left .find-b .btn_find:hover .hover {
    opacity: 1;
}
.lt-ie9 .main-content > .fw > .left .find-b .btn_find:hover .hover {
    display: block;
}
.main-content > .fw > .left .find-b .btn_find:hover .active {
    opacity: 0;
}
.lt-ie9 .main-content > .fw > .left .find-b .btn_find:hover .active {
    display: none;
}
.main-content > .fw > .left .find-b .btn_find:active .normal {
    opacity: 1;
}
.lt-ie9 .main-content > .fw > .left .find-b .btn_find:active .normal {
    display: block;
}
.main-content > .fw > .left .find-b .btn_find:active .hover {
    opacity: 0;
}
.lt-ie9 .main-content > .fw > .left .find-b .btn_find:active .hover {
    display: none;
}
.main-content > .fw > .left .find-b .btn_find:active .active {
    opacity: 1;
}
.lt-ie9 .main-content > .fw > .left .find-b .btn_find:active .active {
    display: block;
}
.main-content > .fw > .right .filter-b {
    margin-top: 30px;
    padding-left: 16px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
.main-content > .fw > .right .filter-b > .title {
    font-size: 21px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.2px;
    text-indent: 3px;
    padding-top: 27px;
}
.main-content > .fw > .right .filter-b > .title:before {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/filter-b_dropdown-ico.png") 0 0 no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 29px;
    left: 187px;
}
.main-content > .fw > .right .filter-b > .content {
    *zoom: 1;
    padding-top: 30px;
}
.main-content > .fw > .right .filter-b > .content:before, .main-content > .fw > .right .filter-b > .content:after {
    content: " ";
    display: table;
}
.main-content > .fw > .right .filter-b > .content:after {
    clear: both;
}
.main-content > .fw > .right .filter-b > .content > .group + .group {
    margin-top: 27px;
}
.main-content > .fw > .right .filter-b > .content > .group > .title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #707070;
    margin-left: 3px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content {
    margin-top: 16px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list {
    *zoom: 1;
    margin-left: 3px;
    margin-right: 17px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list:before, .main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list:after {
    content: " ";
    display: table;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list:after {
    clear: both;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI + LI {
    margin-top: 8px;
    float: left;
    clear: left;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox {
    position: relative;
    float: left;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 21px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox INPUT[type="checkbox"] {
    position: absolute;
    left: -100px;
}
.lt-ie9 .main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox INPUT[type="checkbox"] {
    left: 0;
    top: 4px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox INPUT[type="checkbox"]:checked + .ico .active {
    opacity: 1;
}
.lt-ie9 .main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox INPUT[type="checkbox"]:checked + .ico .active {
    display: block;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico {
    position: absolute;
    top: 0;
    left: 0;
}
.lt-ie9 .main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico {
    display: none;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico,
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico .normal,
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico .active {
    display: block;
    height: 21px;
    width: 24px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico .normal,
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico .active {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico .normal {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/checkbox.png) 0 0 no-repeat;
    z-index: 100;
    opacity: 1;
}
.lt-ie9 .main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico .normal {
    display: block;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico .active {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/checkbox_checked.png) 0 0 no-repeat;
    z-index: 200;
    opacity: 0;
}
.lt-ie9 .main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .ico .active {
    display: none;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .text-wrap {
    display: block;
    line-height: 21px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}
.lt-ie9 .main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox .text {
    padding-left: 19px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .checkbox-list > LI .checkbox LABEL {
    cursor: pointer;
    color: #555;
    font-size: 14px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .text-range {
    *zoom: 1;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .text-range:before, .main-content > .fw > .right .filter-b > .content > .group > .content .text-range:after {
    content: " ";
    display: table;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .text-range:after {
    clear: both;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .text-range .text-range__to,
.main-content > .fw > .right .filter-b > .content > .group > .content .text-range .text-range__do,
.main-content > .fw > .right .filter-b > .content > .group > .content .text-range .text-range__currency {
    font-size: 14px;
    line-height: 14px;
    color: #555;
    float: left;
    margin-top: 6px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .text-range .text-range__to {
    margin-left: 2px;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .text-range .inp-text {
    float: left;
}
.main-content > .fw > .right .filter-b > .content > .group > .content .text-range .inp-text INPUT[type="text"] {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 64px;
    height: 25px;
    box-sizing: border-box;
    border: 2px solid #a7a064;
    border-radius: 6px;
    text-align: center;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    background: #fff;
    color: #555;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}
.lt-ie9 .main-content > .fw > .right .filter-b > .content > .group > .content .text-range .inp-text INPUT[type="text"] {
    padding-top: 4px;
}
.main-content > .fw > .center .breadcrumbs {
    font-size: 14px;
    line-height: 48px;
    font-weight: 600;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/breadcrumbs-b_shadow-bottom-repeat.png");
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    position: relative;
}
@media (max-width: 1180px) {
    .main-content > .fw > .center .breadcrumbs {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5 !important;
        border-top: 1px solid #e5e5e5 !important;

    }
}

.main-content > .fw > .center .breadcrumbs:before {
    display: block;
    content: '';

    height: 100%;
    width: 1px;
    background: #e5e5e5;
    padding-bottom: 1px;

    position: absolute;
    top: 0;
    left: -1px;
}

.main-content > .fw > .center .breadcrumbs > UL {
    *zoom: 1;
    padding-left: 19px;
    overflow: hidden;
}
@media (max-width: 940px) {
    .main-content > .fw > .center .breadcrumbs > UL {
        padding-left: 16px;
    }
}
.main-content > .fw > .center .breadcrumbs > UL:before, .main-content > .fw > .center .breadcrumbs > UL:after {
    content: " ";
    display: table;
}
@media (max-width: 940px) {
    .main-content > .fw > .center .breadcrumbs > UL:before, .main-content > .fw > .center .breadcrumbs:after {
        display: none;
    }
}
.main-content > .fw > .center .breadcrumbs > UL:after {
    clear: both;
}
.main-content > .fw > .center .breadcrumbs > UL > LI {
    float: left;
}
.main-content > .fw > .center .breadcrumbs > UL > LI.active {
    position: relative;
    z-index: 200;
}
.main-content > .fw > .center .breadcrumbs > UL > LI H1 {
    font-size: 14px;
    line-height: 48px;
    font-weight: 600;
}
@media (max-width: 940px) {
    .main-content > .fw > .center .breadcrumbs > UL > LI H1 {
        font-size: 12px;
    }
}
.main-content > .fw > .center .breadcrumbs > UL > LI A {
    font-size: 12px;
    color: #406618;
    font-weight: 400;
    position: relative;
    z-index: 200;
}
.main-content > .fw > .center .breadcrumbs > UL > LI.separator {
    width: 22px;
    height: 49px;
    position: relative;
    padding-right: 9px;
}
@media (max-width: 940px) {
    .main-content > .fw > .center .breadcrumbs > UL > LI.separator {
        width: 22px;
        height: 49px;
        position: relative;
        padding-right: 6px;
    }
}
.main-content > .fw > .center .breadcrumbs > UL > LI.separator:before {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/breadcrumbs-b_separator.png") 0 0 no-repeat;
    width: 107px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.main-content > .fw > .center .sort-b {
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    position: relative;
    *zoom: 1;
}

@media (max-width: 1180px) {
    .main-content > .fw > .center .sort-b {
        border-right: 0;
    }
}

.main-content > .fw > .center .sort-b:before, .main-content > .fw > .center .sort-b:after {
    content: " ";
    display: table;
}
@media (max-width: 940px) {
    .main-content > .fw > .center .sort-b {
        overflow: hidden;
    }

    .main-content > .fw > .center .sort-b:after {
        display: none;
    }
}
.main-content > .fw > .center .sort-b:after {
    clear: both;
}
/*.main-content > .fw > .center .sort-b:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    padding-bottom: 1px;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}*/
@media (max-width: 940px) {
/*    .main-content > .fw > .center .sort-b:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 1px;
        width: 1px;
        height: 100%;
        background: #e5e5e5;
    }*/
}
.main-content > .fw > .center .sort-b > .title {
    font-size: 12px;
    line-height: 12px;
    color: #898989;
    float: left;
    width: 95px;
    white-space: nowrap;
    letter-spacing: 0.2px;
    margin-top: 13px;
}
.main-content > .fw > .center .sort-b > .content {
    float: right;
    width: 573px;
}
@media (max-width: 940px) {
    .main-content > .fw > .center .sort-b > .content {
        float: right;
        width: 380px;
    }
}
@media (max-width: 748px) {
    .main-content > .fw > .center .sort-b > .content {
        width: auto;
        clear: both;
        float: none;
        padding-top: 1px;
    }
}
.main-content > .fw > .center .sort-b > .content > UL {
    *zoom: 1;
}
.main-content > .fw > .center .sort-b > .content > UL:before, .main-content > .fw > .center .sort-b > .content > UL:after {
    content: " ";
    display: table;
}
.main-content > .fw > .center .sort-b > .content > UL:after {
    clear: both;
}
.main-content > .fw > .center .sort-b > .content > UL > LI {
    float: left;
    margin-right: 26px;
    margin-top: 7px;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .title {
    color: #000;
    font-size: 12px;
    line-height: 24px;
    float: left;
    white-space: nowrap;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows {
    width: 66px;
    float: left;
    margin-left: 12px;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .separator,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right {
    float: left;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right {
    position: relative;
    cursor: pointer;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left .ico,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left .ico_active,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right .ico,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right .ico_active {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left .ico,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right .ico {
    opacity: 1;
}
.lt-ie9 .main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left .ico, .lt-ie9
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right .ico {
    display: block;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left .ico_active,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right .ico_active {
    opacity: 0;
}
.lt-ie9 .main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left .ico_active, .lt-ie9
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right .ico_active {
    display: none;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left.active .ico,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right.active .ico {
    opacity: 0;
}
.lt-ie9 .main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left.active .ico, .lt-ie9
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right.active .ico {
    display: none;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left.active .ico_active,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right.active .ico_active {
    opacity: 1;
}
.lt-ie9 .main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left.active .ico_active, .lt-ie9
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right.active .ico_active {
    display: block;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left {
    width: 32px;
    height: 29px;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left .ico,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left .ico_active {
    width: 32px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left .ico {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sort-arrows_left.png") 0 0 no-repeat;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .left .ico_active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sort-arrows_left_active.png") 0 0 no-repeat;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .separator {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sort-arrows_separator.png") 0 0 no-repeat;
    width: 2px;
    height: 29px;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right {
    width: 32px;
    height: 29px;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right .ico,
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right .ico_active {
    width: 32px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right .ico {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sort-arrows_right.png") 0 0 no-repeat;
}
.main-content > .fw > .center .sort-b > .content > UL > LI > .arrows .right .ico_active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sort-arrows_right_active.png") 0 0 no-repeat;
}
.main-content > .fw > .center .inner-short-items {
    margin-left: 19px;
    margin-right: 18px;
    margin-top: 29px;
}
@media (max-width: 940px) {
    .main-content > .fw > .center .inner-short-items {
        margin-left: 0;
    }
}
@media (max-width: 470px) {
    .main-content > .fw > .center .inner-short-items {
        margin-right: 0;
    }
}
.main-content > .fw > .center .inner-short-items .i-s-i-list {
    *zoom: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.main-content > .fw > .center .inner-short-items .i-s-i-list .error-wrap {
    text-align: center;
    float: left;
    clear: left;
    width: 100%;
}

.main-content > .fw > .center .inner-short-items .i-s-i-list .error_message,
.main-content > .fw > .center .inner-short-items .i-s-i-list .error {
    /*
        top: 175px !important;
        right: 0 !important;
        height: auto !important;
        */
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 131px !important;
    text-align: center;

    color: #000 !important;
    font-size: 14px !important;
    line-height: 21px !important;

    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 0;
    padding-bottom: 0;
}

.main-content > .fw > .center .inner-short-items .i-s-i-list .error_message A,
.main-content > .fw > .center .inner-short-items .i-s-i-list .error A {
    color: #406618 !important;
}

.main-content > .fw > .center .inner-short-items .i-s-i-list:before, .main-content > .fw > .center .inner-short-items .i-s-i-list:after {
    content: " ";
    display: table;
}
.main-content > .fw > .center .inner-short-items .i-s-i-list:after {
    clear: both;
}
.i-s-i-list .items-list-line > LI {
    *zoom: 1;
}
.i-s-i-list .items-list-line > LI:before, .i-s-i-list .items-list-line > LI:after {
    content: " ";
    display: table;
}
.i-s-i-list .items-list-line > LI:after {
    clear: both;
}
.i-s-i-list .items-list-line > LI.separator {
    height: 1px;
    background: #e5e5e5;
    margin-top: 19px;
    margin-bottom: 19px;
}
.i-s-i-list .items-list-line > LI .left {
    width: 180px;
    float: left;
}
@media (max-width: 470px) {
    .i-s-i-list .items-list-line > LI .left {
        width: 100% !important;
    }
}
.i-s-i-list .items-list-line > LI .left .img-wrap {
    width: 189px;
    height: 189px;
    /*border: 1px solid #d5d7c4;*/
    position: relative;
    border-radius: 2px;
}
@media (max-width: 470px) {
    .i-s-i-list .items-list-line > LI .left .img-wrap {
        width: 100%;
    }
}
.i-s-i-list .items-list-line > LI .left .img-wrap .img-href {
    display: block;
    height: 100%;
    height: 100%;
    text-align: center;
    line-height: 189px;
    border-radius: 2px;
    overflow: hidden;
}
.i-s-i-list .items-list-line > LI .left .img-wrap .img-href IMG {
    vertical-align: middle;
    display: inline-block;
    max-width: 189px;
    max-height: 189px;
}
.i-s-i-list .items-list-line > LI .left .img-wrap .marks {
    display: block;
    position: absolute;
    top: 13px;
    left: -4px;
    text-decoration: none;
}
.i-s-i-list .items-list-line > LI .left .img-wrap .marks SPAN + SPAN {
    margin-top: 5px;
}
.i-s-i-list .items-list-line > LI .left .img-wrap .marks .new,
.i-s-i-list .items-list-line > LI .left .img-wrap .marks .hit,
.i-s-i-list .items-list-line > LI .left .img-wrap .marks .sale {
    display: block;
    float: left;
    clear: left;
    font: 14px/14px cuprum__bold;
    color: #fff;
    height: 20px;
    box-sizing: border-box;
    padding: 2px 8px 0;
    text-transform: lowercase;
}
.i-s-i-list .items-list-line > LI .left .img-wrap .marks .new {
    background: #d54e1e;
}
.i-s-i-list .items-list-line > LI .left .img-wrap .marks .hit {
    background: #28c928;
}
.i-s-i-list .items-list-line > LI .left .img-wrap .marks .sale {
    background: #c8c602;
}
.i-s-i-list .items-list-line > LI .center {
    float: left;
    width: 343px;
}
.i-s-i-list .items-list-line > LI .center .title {
    margin-top: 10px;
}
.i-s-i-list .items-list-line > LI .center .title A {
    color: #406618;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}
.i-s-i-list .items-list-line > LI .center .text {
    color: #000;
    font-size: 13px;
    line-height: 21px;
    margin-top: 10px;
}
.i-s-i-list .items-list-line > LI .center .text A {
    color: #406618;
}
.i-s-i-list .items-list-line > LI .center .ico-nav {
    *zoom: 1;
}
.i-s-i-list .items-list-line > LI .center .ico-nav:before, .i-s-i-list .items-list-line > LI .center .ico-nav:after {
    content: " ";
    display: table;
}
.i-s-i-list .items-list-line > LI .center .ico-nav:after {
    clear: both;
}
.i-s-i-list .items-list-line > LI .center .ico-nav A {
    color: #406618;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: block;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}
.i-s-i-list .items-list-line > LI .center .ico-nav A.youtube:before {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/inner-short-card_ico_youtube.png") 0 0 no-repeat;
    width: 28px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: -40px;
}
.i-s-i-list .items-list-line > LI .right {
    float: right;
    width: 111px;
    position: relative;
}
.i-s-i-list .items-list-line > LI .right .availability {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.i-s-i-list .items-list-line > LI .right .availability.no {
    color: #d53b2e;
}
.i-s-i-list .items-list-line > LI .right .availability.yes {
    color: #48a841;
}
.i-s-i-list .items-list-line > LI .right .availability.wait {
    color: #bcc8c8;
    line-height: 16px;
    font-size: 13px;
}
.i-s-i-list .items-list-line > LI .right .availability.no {
    line-height: 18px;
}
.i-s-i-list .items-list-line > LI .right .buy-price .old,
.i-s-i-list .items-list-line > LI .right .buy-price .new {
    white-space: nowrap;
    display: block;
}
.i-s-i-list .items-list-line > LI .right .buy-price .old {
    font-size: 18px;
    line-height: 18px;
    color: #7a7a7a;
    text-decoration: line-through;
}
.i-s-i-list .items-list-line > LI .right .buy-price .new {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}
/**/

.i-s-i-list .items-list-line > LI .right .buy-btn A {
    text-decoration: none;
    color: #fff;
}

.i-s-i-list .items-list-line > LI .right .buy-btn {
    background-color: #c53b3b;
    background-image: -webkit-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: -o-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: linear-gradient(to bottom, #d14747 0%, #b82e2e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD14747', endColorstr='#FFB82E2E', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;

    display: block;
    width: 116px;
    height: 33px;
    line-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 37px;
    z-index: 300;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}

.i-s-i-list .items-list-line > LI .right .buy-btn .text {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/add-to-cart-ico.png) 13px 8px no-repeat;
}

.i-s-i-list .items-list-line > LI .right .buy-btn:hover,
.i-s-i-list .items-list-line > LI .right .buy-btn:focus,
.i-s-i-list .items-list-line > LI .right .buy-btn:active:focus {
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.i-s-i-list .items-list-line > LI .right .buy-btn:active {
    background-image: none;
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.i-s-i-list .items-list-line > LI .right .error {
    margin-top: 6px;
}

/*
.i-s-i-list .items-list-line > LI .right .buy-btn {
    display: block;
    width: 118px;
    height: 38px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.i-s-i-list .items-list-line > LI .right .buy-btn .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}

.i-s-i-list .items-list-line > LI .right .buy-btn INPUT {
    position: absolute;
    left: -9999px;
}

.i-s-i-list .items-list-line > LI .right .buy-btn .normal,
.i-s-i-list .items-list-line > LI .right .buy-btn .hover,
.i-s-i-list .items-list-line > LI .right .buy-btn .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.i-s-i-list .items-list-line > LI .right .buy-btn .normal,
.i-s-i-list .items-list-line > LI .right .buy-btn .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.i-s-i-list .items-list-line > LI .right .buy-btn .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/inner-short-card_btn_buy.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .i-s-i-list .items-list-line > LI .right .buy-btn .normal {
    display: block;
}
.i-s-i-list .items-list-line > LI .right .buy-btn .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/inner-short-card_btn_buy_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .i-s-i-list .items-list-line > LI .right .buy-btn .hover {
    display: none;
}
.i-s-i-list .items-list-line > LI .right .buy-btn .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/inner-short-card_btn_buy_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .i-s-i-list .items-list-line > LI .right .buy-btn .active {
    display: none;
}
.i-s-i-list .items-list-line > LI .right .buy-btn.disable {
    cursor: default;
}
.i-s-i-list .items-list-line > LI .right .buy-btn:hover .normal {
    opacity: 1;
}
.lt-ie9 .i-s-i-list .items-list-line > LI .right .buy-btn:hover .normal {
    display: block;
}
.i-s-i-list .items-list-line > LI .right .buy-btn:hover .hover {
    opacity: 1;
}
.lt-ie9 .i-s-i-list .items-list-line > LI .right .buy-btn:hover .hover {
    display: block;
}
.i-s-i-list .items-list-line > LI .right .buy-btn:hover .active {
    opacity: 0;
}
.lt-ie9 .i-s-i-list .items-list-line > LI .right .buy-btn:hover .active {
    display: none;
}
.i-s-i-list .items-list-line > LI .right .buy-btn:active .normal {
    opacity: 1;
}
.lt-ie9 .i-s-i-list .items-list-line > LI .right .buy-btn:active .normal {
    display: block;
}
.i-s-i-list .items-list-line > LI .right .buy-btn:active .hover {
    opacity: 0;
}
.lt-ie9 .i-s-i-list .items-list-line > LI .right .buy-btn:active .hover {
    display: none;
}
.i-s-i-list .items-list-line > LI .right .buy-btn:active .active {
    opacity: 1;
}
.lt-ie9 .i-s-i-list .items-list-line > LI .right .buy-btn:active .active {
    display: block;
}
.i-s-i-list .items-list-line > LI .right .buy-btn .text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 -1px 0 #394429;
    text-align: left;
    padding-left: 22px;
}
.i-s-i-list .items-list-line > LI .right .buy-btn .text:first-letter {
    text-transform: uppercase;
}
.i-s-i-list .items-list-line > LI .right .buy-btn .hover,
.i-s-i-list .items-list-line > LI .right .buy-btn .active {
    background-position: 2px 0;
}
*/


.pagination-wrap {
    text-align: center;
    margin-top: 10px;
    display: block !important;
}
.main-content > .fw > .center .pagination-wrap .pagi {
    display: inline-block;
    color: #959595;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-content > .fw > .center .pagination-wrap .pagi A {
    color: #486c21;
}
.main-content > .fw > .center .pagination-wrap .pagi .back {
    display: inline-block;
    margin-right: 16px;
}
.main-content > .fw > .center .pagination-wrap .pagi .next {
    display: inline-block;
    margin-left: 16px;
}
.main-content > .fw > .center .pagination-wrap .pagi .pages {
    display: inline-block;
    color: #486c21;
}
.main-content > .fw > .center .pagination-wrap .pagi .pages > UL > LI {
    display: inline-block;
}
.main-content > .fw > .center .pagination-wrap .pagi .pages > UL > LI.active {
    padding: 0 8px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 3px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #959595;
    margin-left: 3px;
    margin-right: 3px;
}
.main-content > .fw > .center .pagination-wrap .pagi .pages > UL > LI.dotted {
    padding: 0 9px;
}
.main-content > .fw > .center .pagination-wrap .pagi .pages > UL > LI A {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 3px;
    margin-right: 3px;
}

/* GOOD PAGE */
.main-content > .fw > .right .find-b + .last-view {
    margin-top: 28px;
}
.main-content .text-information {
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 25px;
}
@media (max-width: 940px) {
    .main-content .text-information {
        margin-left: 3px;
    }
}
@media (max-width: 748px) {
    .main-content .text-information {
        margin-left: 0;
        margin-right: 0;
    }
}
.main-content .text-information .t-i-title {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}
.main-content .text-information .t-i-content .card-content {
    margin-top: 26px;
    padding-bottom: 50px;
}
.main-content .text-information .t-i-content .first-info {
    *zoom: 1;
}
@media (max-width: 940px) {

}

.main-content .text-information .t-i-content .first-info .error,
.main-content .text-information .t-i-content .first-info .error_message {
    width: 107px;
    height: auto;
    right: 0;
    top: 168px;
    /*    padding: 5px 13px !important;*/
    text-align: center;
    font-size: 14px !important;
    line-height: 21px !important;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info .error,
    .main-content .text-information .t-i-content .first-info .error_message {
        top: 218px;
        line-height: 18px !important;
        /*        padding: 6px 10px !important;*/
    }
}
.main-content .text-information .t-i-content .first-info .error_message A,
.main-content .text-information .t-i-content .first-info .error A {
    color: #406618 !important;
}


.main-content .text-information .t-i-content .first-info:before, .main-content .text-information .t-i-content .first-info:after {
    content: " ";
    display: table;
}
.main-content .text-information .t-i-content .first-info:after {
    clear: both;
}
.main-content .text-information .t-i-content .first-info > .left {
    float: left;
    width: 320px;
}
.main-content .text-information .t-i-content .first-info > .left .img-slider {
    width: 317px;
    position: relative;
}
@media (max-width: 940px) {
    .main-content .text-information .t-i-content .first-info > .left {
        width: 317px;
        margin-left: 67px;
    }
    .main-content .text-information .t-i-content .first-info > .left .img-slider {

    }
}
@media (max-width: 748px) {
    .main-content .text-information .t-i-content .first-info > .left {
        margin-left: 60px;
    }
    .main-content .text-information .t-i-content .first-info > .left .img-slider {

    }
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .left {
        width: 100%;
        margin-left: 0;
    }
    .main-content .text-information .t-i-content .first-info > .left .img-slider {
        margin-left: 0;
        width: 100%;
    }
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img {
    width: 317px;
    height: 198px;
    line-height: 288px;
    border: 1px solid #d5d7c4;
    box-sizing: border-box;
    position: relative;
}
@media (max-width: 940px) {
    .main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img {
        line-height: 196px;
    }
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img {
        width: 100%;
    }
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .gallery-links {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .img-href {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .img-href .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    text-align: center;
    /*opacity: 0;*/
    /*-webkit-transition: opacity 0.8s;*/
    /*transition: opacity 0.8s;*/
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .img-href .img-wrap.show {
    /*opacity: 1;*/
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .img-href .img-wrap > IMG {
    vertical-align: middle;
    max-width: 317px;
    max-height: 198px;
}
@media (max-width: 940px) {
    .main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .img-href .img-wrap > IMG {
        max-height: 190px;
        max-width: 310px;
    }
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .marks {
    display: block;
    position: absolute;
    top: 8px;
    right: -5px;
    text-decoration: none;
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .marks > SPAN + SPAN {
    margin-top: 5px;
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .marks .new,
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .marks .hit,
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .marks .sale {
    display: block;
    float: right;
    clear: right;
    font: 14px/14px cuprum__bold;
    color: #fff;
    height: 20px;
    box-sizing: border-box;
    padding: 2px 8px 0;
    text-transform: lowercase;
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .marks .new {
    background: #d54e1e;
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .marks .hit {
    background: #28c928;
}
.main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .marks .sale {
    background: #c8c602;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images {
    margin-top: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .left,
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right {
    width: 15px;
    height: 48px;
    border: 1px solid #d9dbca;
    position: relative;
    cursor: pointer;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .left .ico,
.main-content .text-information .t-i-content .first-info > .left .preview-images > .left .ico_empty,
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right .ico,
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right .ico_empty {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .left .ico,
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right .ico {
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .left .preview-images > .left .ico, .lt-ie9
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right .ico {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .left .ico_empty,
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right .ico_empty {
    opacity: 0;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .left .preview-images > .left .ico_empty, .lt-ie9
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right .ico_empty {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .left:hover .ico,
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right:hover .ico {
    opacity: 0.5;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .left.empty,
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right.empty {
    cursor: default;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .left.empty .ico,
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right.empty .ico {
    opacity: 0;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .left .preview-images > .left.empty .ico, .lt-ie9
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right.empty .ico {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .left.empty .ico_empty,
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right.empty .ico_empty {
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .left .preview-images > .left.empty .ico_empty, .lt-ie9
.main-content .text-information .t-i-content .first-info > .left .preview-images > .right.empty .ico_empty {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images .left {
    float: left;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .left .preview-images .left {
        position: absolute;
        left: 0;
        background-color: #fff;
    }
}
.main-content .text-information .t-i-content .first-info > .left .preview-images .left .ico {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/card_slider_arrow_left.png") 50% 50% no-repeat;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images .left .ico_empty {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/card_slider_arrow_left_hover.png") 50% 50% no-repeat;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images .left + .list-wrap {
    margin-left: 5px;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images .right {
    float: right;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .left .preview-images .right {
        position: absolute;
        right: 0;
        background-color: #fff;
    }
}
.main-content .text-information .t-i-content .first-info > .left .preview-images .right .ico {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/card_slider_arrow_right.png") 50% 50% no-repeat;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images .right .ico_empty {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/card_slider_arrow_right_hover.png") 50% 50% no-repeat;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .list-wrap {
    float: left;
    width: 277px;
    overflow: hidden;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .left .preview-images > .list-wrap {
        width: 269px;
    }
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .list-wrap > .list {
    width: 9999px;
    margin-left: -11px;
    *zoom: 1;
    /*-webkit-transition: margin-left 0.6s;*/
    /*transition: margin-left 0.6s;*/
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .list-wrap > .list:before, .main-content .text-information .t-i-content .first-info > .left .preview-images > .list-wrap > .list:after {
    content: " ";
    display: table;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .list-wrap > .list:after {
    clear: both;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .list-wrap > .list > LI {
    float: left;
    box-sizing: border-box;
    width: 85px;
    height: 50px;
    border: 1px solid #d9dbca;
    margin-left: 11px;
    text-align: center;
}
.main-content .text-information .t-i-content .first-info > .left .preview-images > .list-wrap > .list > LI IMG {
    cursor: pointer;
    max-width: 83px;
    max-height: 48px;
}
.main-content .text-information .t-i-content .first-info > .right {
    width: 321px;
    /*height: 225px;*/
    min-height: 250px;
    position: relative;
    float: right;
}
@media (max-width: 940px) {
    .main-content .text-information .t-i-content .first-info > .right {
        float: left;
        margin-top: 20px;
        margin-left: 68px;
        min-height: 280px;
    }
}
@media (max-width: 748px) {
    .main-content .text-information .t-i-content .first-info > .right {
        margin-left: 60px;
    }
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .right {
        margin-left: 0;
        width: 100%;
        min-height: 250px;
        min-height: 300px;
    }
}

.main-content .text-information .t-i-content .first-info > .right .availability {
    width: 145px;
    height: 28px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 600;
    color: #48a841;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 28px;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .right .availability {
        width: 122px;
        left: 151px;
    }
}

.main-content .text-information .t-i-content .first-info > .right .availability.no {
    color: #d53b2e;
}
.main-content .text-information .t-i-content .first-info > .right .availability.wait {
    color: #bcc8c8;
    font-size: 12px;
    line-height: 12px;
    padding-top: 2px;
    height: 26px;
}

.main-content .text-information .t-i-content .first-info > .right .availability.wait.nextday {
    padding-top: 0px;
    height: 28px;
    line-height: 28px;
}

.avail-two-source {}

.avail-two-source ~ .marking-num {
    width: auto !important;
    min-width: 137px !important;
    padding-left: 5px;
    padding-right: 5px;
    right: auto !important;
    left: 0 !important;
}
.avail-two-source ~ .price {
    top: 131px !important;
}

.avail-two-source ~ .size {
    top: 227px !important;
}

@media (max-width: 470px) {
    .avail-two-source ~ .size {
        top: 227px !important;
    }
}

.avail-two-source ~ .developer {
    left: auto !important;
    right: 0;
}

.storehouse {}

.storehouse .availability-descr {
    width: 173px;
    height: 28px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 74px;
    left: 0;
    text-align: center;
    line-height: 28px;
}
@media (max-width: 470px) {
    .storehouse .availability-descr {
        width: 140px;
        font-size: 12px;
    }
}

.main-content .text-information .t-i-content .first-info > .right .storehouse .availability {
    top: 74px;
    left: 174px;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .right .storehouse .availability {
        width: 132px;
        left: 141px;
    }
}

.internet-shop {}

.internet-shop .availability-descr {
    width: 173px;
    height: 28px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 38px;
    left: 0;
    text-align: center;
    line-height: 28px;
}
@media (max-width: 470px) {
    .internet-shop .availability-descr {
        width: 140px;
        font-size: 12px;
    }
}

.main-content .text-information .t-i-content .first-info > .right .internet-shop .availability {
    top: 38px;
    left: 174px;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .right .internet-shop .availability {
        width: 132px;
        left: 141px;
    }
}

.main-content .text-information .t-i-content .first-info > .right .marking-num {
    width: 173px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
}

.main-content .text-information .t-i-content .first-info > .right .price .price-title {
    font-size: 12px;
    left: 0px;
    color: #777;
    line-height: 12px;
    font-weight: 600;
    position: absolute;
    top: -14px;
    left: 0;
}


.main-content .text-information .t-i-content .first-info > .right .price {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
}
.main-content .text-information .t-i-content .first-info > .right .price .new {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 940px) {
    .main-content .text-information .t-i-content .first-info > .right .price .new {
        line-height: 37px;
    }
}
.main-content .text-information .t-i-content .first-info > .right .price .old {
    font-size: 24px;
    line-height: 24px;
    color: #7a7a7a;
    text-decoration: line-through;
    position: absolute;
    top: -1px;
    left: 180px;
}

.main-content .text-information .t-i-content .first-info > .right .price .old {
    top: -13px;
    left: 134px;
    font-size: 16px;
    line-height: 16px;
}

.main-content .text-information .t-i-content .first-info > .right .developer {
    position: absolute;
    /*top: 280px;*/
    top: 240px;
    left: 0;
    font-size: 12px;
    *zoom: 1;
    max-width: 142px;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .right .developer {
        top: 231px;
    }
    .main-content .text-information .t-i-content .first-info > .right .with-size .developer {
        top: 263px;
    }
    .main-content .text-information .t-i-content .first-info > .right .developer .title {
        padding-bottom: 2px;
    }
}

.main-content .text-information .t-i-content .first-info > .right .developer:before, .main-content .text-information .t-i-content .first-info > .right .developer:after {
    content: " ";
    display: table;
}
.main-content .text-information .t-i-content .first-info > .right .developer:after {
    clear: both;
}
.main-content .text-information .t-i-content .first-info > .right .developer .title {
    display: inline-block;
    color: #000;
    font-style: italic;
    margin-right: 2px;
}
.main-content .text-information .t-i-content .first-info > .right .developer .content {
    display: inline-block;
}
.main-content .text-information .t-i-content .first-info > .right .developer .content A {
    color: #406618;
}
.main-content .text-information .t-i-content .first-info > .right .size {
    *zoom: 1;
    position: absolute;
    top: 173px;
    left: -1px;
}
.main-content .text-information .t-i-content .first-info > .right .size:before, .main-content .text-information .t-i-content .first-info > .right .size:after {
    content: " ";
    display: table;
}
.main-content .text-information .t-i-content .first-info > .right .size:after {
    clear: both;
}
.main-content .text-information .t-i-content .first-info > .right .size > .title {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    float: left;
    margin-top: 16px;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content {
    float: left;
    margin-left: 17px;
    margin-top: 6px;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .right .size > .content {
        float: left;
        margin-left: 10px;
    }
}

.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1000;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .original {
    position: relative;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .original SELECT {
    position: absolute;
    top: 0;
    left: -9999px;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful {
    position: relative;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .title {
    font-size: 14px;
    line-height: 14px;
    color: #707070;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    height: 31px;
    padding-top: 8px;
    padding-left: 13px;
    padding-right: 37px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .title:before {
    content: "";
    display: block;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/select__arrow_to-down.png) 0 0 no-repeat;
    width: 31px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -1px;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap {
    border: 1px solid #dadada;
    box-shadow: 2px 3.5px 5px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .space-vert {
    margin-top: 2px;
    margin-bottom: 0px;
    overflow: hidden;
}

.touch .main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .space-vert {
    overflow-y: scroll;
}

.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.touch .main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform {
    margin-top: 0 !important;
}

.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap {
    height: 100%;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list {
    border-radius: 3px;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI {
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #646938;
    cursor: pointer;
    padding: 9px 20px 8px 11px;
    position: relative;
    font-weight: bold;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI + LI {
    margin-top: 3px;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI + LI:before {
    content: "";
    display: block;
    height: 1px;
    width: 193px;
    background: #f0f0f0;
    position: absolute;
    top: -2px;
    left: 11px;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI.active, .main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI:hover {
    background: #525b43 -webkit-linear-gradient(bottom, #7A8151 0%, #515B43 30%, #7A8151 100%);
    background: #525b43 linear-gradient(to top, #7A8151 0%, #515B43 30%, #7A8151 100%);
    color: #fff200;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI.param_not_avalible.active, .main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list > LI.param_not_avalible:hover {
    background: #525b43 -webkit-linear-gradient(bottom, #7A8151 0%, #515B43 30%, #7A8151 100%);
    background: #97A87C linear-gradient(to top, #CFD79E 0%, #899C6E 30%, #CBD39A 100%);
    color: #fff200;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-margin {
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
}

.touch .main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-margin {
    display: none;
}

.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-wrap {
    width: 13px;
    height: 100%;
    position: relative;
    background: #acacac;
    background: #fff;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-wrap .scroll {
    position: absolute;
    top: 0;
    left: 0;
    height: 47px;
    width: 10px;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 6px;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-wrap .scroll .ico {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/select_ledge.png);
    height: 47px;
    width: 6px;
    margin-left: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.touch .main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful .content .items-wrap .scroll-wrap .scroll .ico {
    height: 140px;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful > .title {
    font-size: 12px;
    color: #000;
    padding-right: 43px;
    height: 30px;
    max-width: 126px;
}
.main-content .text-information .t-i-content .first-info > .right .size > .content .select-wrap .beautiful > .title:before {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/select__arrow_to-down_card.png") 0 0 no-repeat;
}
.beautiful .content .items-wrap .scroll-inform-wrap .scroll-inform .items-list li.param_not_avalible {
    color: #C6C7C0!important;
    font-weight: normal!important;
}
.main-content .text-information .t-i-content .first-info > .right .counter-btn {
    position: absolute;
    top: 177px;
    left: 1px;
}
.main-content .text-information .t-i-content .first-info > .right .counter-btn > .title {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    float: left;
    margin-top: 12px;
    display: none;
}
.main-content .text-information .t-i-content .first-info > .right .counter-btn > .content {
    float: left;
    margin-left: 21px;
    position: relative;
}
.main-content .text-information .t-i-content .first-info > .right .counter-btn > .content INPUT[type="text"] {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    background-color: #FFF;
    border: 1px solid #cdcdcd;
    width: 50px;
    height: 33px;
    text-align: center;
    color: #000;
    font-size: 12px;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .counter-btn > .content INPUT[type="text"] {
    padding-top: 10px;
    height: 23px;
}
.main-content .text-information .t-i-content .first-info > .right .counter-btn > .content .arrows {
    position: absolute;
    top: 0px;
    right: 0;
}
.main-content .text-information .t-i-content .first-info > .right .counter-btn > .content .arrows .top {
    width: 22px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    position: absolute;
    left: 0;
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
}
.main-content .text-information .t-i-content .first-info > .right .counter-btn > .content .arrows .bottom {
    width: 22px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    position: absolute;
    left: -75px;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    text-align: center;
}

.main-content .text-information .t-i-content .first-info > .right .counter-btn > .content .arrows .top,
.main-content .text-information .t-i-content .first-info > .right .counter-btn > .content .arrows .bottom {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.main-content .text-information .t-i-content .first-info > .right .counter-btn > .content .arrows .top:hover,
.main-content .text-information .t-i-content .first-info > .right .counter-btn > .content .arrows .bottom:hover {
    background: #e3e3e3;
}

.main-content .text-information .t-i-content .first-info > .right .bundle {
    display: block;
    padding-top: 370px;
    color: #454545;
}

@media (max-width: 940px) {
    .main-content .text-information .t-i-content .first-info > .right .bundle {
       padding-top: 240px;
    }
}

@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .right .bundle {
        padding-bottom: 20px;
    }    
}
.bundle__item {
    margin: 0 0 7px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #ebebeb;
}
.bundle__item-name {
    margin: 0 0 3px 0;
    font-weight: bold;
}

/**/

.main-content .text-information .t-i-content .first-info > .right .good-buy-btn {
    display: block;
    width: 116px;
    height: 33px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 300;
    display: block;

    background-color: #c53b3b;
    background-image: -webkit-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: -o-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: linear-gradient(to bottom, #d14747 0%, #b82e2e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD14747', endColorstr='#FFB82E2E', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;

    display: block;
    line-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 37px;
    color: #fff;
    border-radius: 4px;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .right .good-buy-btn {
        top: 134px;
        right: 0;
        left: auto;
    }
}

.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .text {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/add-to-cart-ico.png) 13px 8px no-repeat;
}

.main-content .text-information .t-i-content .first-info > .right .good-buy-btn:hover,
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn:focus,
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn:active:focus {
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn:active {
    background-image: none;
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


/*
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn {
    display: block;
    width: 137px;
    height: 38px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 227px;
    left: 187px;
    z-index: 300;
    display: block;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .right .good-buy-btn {
        top: 274px;
        left: -2px;
    }
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .normal,
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .hover,
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .normal,
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .good-buy-btn .normal {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .good-buy-btn .hover {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .good-buy-btn .active {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn.disable {
    cursor: default;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn:hover .normal {
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .good-buy-btn:hover .normal {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn:hover .hover {
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .good-buy-btn:hover .hover {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn:hover .active {
    opacity: 0;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .good-buy-btn:hover .active {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn:active .normal {
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .good-buy-btn:active .normal {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn:active .hover {
    opacity: 0;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .good-buy-btn:active .hover {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn:active .active {
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .good-buy-btn:active .active {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 -1px 0 #394429;
    text-align: left;
    padding-left: 42px;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .text:first-letter {
    text-transform: uppercase;
}
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .hover,
.main-content .text-information .t-i-content .first-info > .right .good-buy-btn .active {
    background-position: 3px 0;
}
*/


.main-content .text-information .t-i-content .good-tabs {
    margin-top: 50px;
    position: relative;
}
@media (max-width: 940px) {
    .main-content .text-information .t-i-content .good-tabs {
        overflow: hidden;
    }
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .good-tabs {
        margin-top: 0;
    }
}
.main-content .text-information .t-i-content .good-tabs .i-like {
    position: absolute;
    top: 7px;
    right: 0;
}
@media (max-width: 470px) {
    .main-content .text-information .t-i-content .good-tabs .i-like {
        display: none;
    }
}
.main-content .text-information .t-i-content .good-tabs .titles {
    border-bottom: 1px solid #e5e5e5;
}
.main-content .text-information .t-i-content .good-tabs .titles > UL {
    *zoom: 1;
}
.main-content .text-information .t-i-content .good-tabs .titles > UL:before, .main-content .text-information .t-i-content .good-tabs .titles > UL:after {
    content: " ";
    display: table;
}
.main-content .text-information .t-i-content .good-tabs .titles > UL:after {
    clear: both;
}
.main-content .text-information .t-i-content .good-tabs .titles > UL > LI {
    padding-top: 11px;
    height: 28px;
    float: left;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    color: #406618;
    text-decoration: underline;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-content .text-information .t-i-content .good-tabs .titles > UL > LI:hover {
    text-decoration: none;
}
.main-content .text-information .t-i-content .good-tabs .titles > UL > LI.active {
    color: #898989;
    font-weight: 600;
    border-color: #e5e5e5;
    border-radius: 2px 2px 0 0;
    cursor: default;
    padding-left: 14px;
    padding-right: 14px;
    text-decoration: none;
}
.main-content .text-information .t-i-content .good-tabs .titles > UL > LI.active + LI {
    border-left: 0;
}
.main-content .text-information .t-i-content .good-tabs .titles > UL > LI + LI:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    height: 14px;
    width: 1px;
    background: #e5e5e5;
}
.main-content .text-information .t-i-content .good-tabs .titles > UL > LI.active:before {
    display: none;
}
.main-content .text-information .t-i-content .good-tabs .titles > UL > LI.active + LI:before {
    display: none;
}
.main-content .text-information .t-i-content .good-tabs .contents > UL > LI {
    *zoom: 1;
    padding-top: 6px;
    display: none;
}
.main-content .text-information .t-i-content .good-tabs .contents > UL > LI:before, .main-content .text-information .t-i-content .good-tabs .contents > UL > LI:after {
    content: " ";
    display: table;
}
.main-content .text-information .t-i-content .good-tabs .contents > UL > LI:after {
    clear: both;
}
.main-content .text-information .t-i-content .good-tabs .contents > UL > LI.active {
    display: block;
}
.main-content .text-information .t-i-content .good-tabs .contents .youtube {
    margin-top: 20px;
    padding-top: 7px;
}
@media (max-width: 940px) {
    .main-content .text-information .t-i-content .good-tabs .contents .youtube IFRAME {
        width: 100%;
    }
}
.main-content .text-information .t-i-content .related-items-b {
    margin-top: 29px;
}
.main-content .text-information .t-i-content .related-items-b > .content {
    padding-bottom: 5px;
}

.text-style {
    font-size: 13px;
    line-height: 21px;
}
.text-style P {
    margin-top: 20px;
    margin-bottom: 20px;
    text-indent: 26px;
}
.text-style A {
    color: #406618;
}
.text-style UL {
    margin-top: 21px;
    margin-bottom: 20px;
}

.rev-text-style {
    font-size: 13px;
    line-height: 21px;
}
.rev-text-style > *:first-child {
    margin-top: 0;
}
.rev-text-style P {
    margin: 7px 0;
    text-indent: 0;
}
.rev-text-style A {
    color: #406618;
}
.rev-text-style UL {
    margin: 10px 0;
}

.good-reviews-b {
    width: 617px;
}
@media (max-width: 940px) {
    .good-reviews-b {
        width: auto;
    }
}
.good-reviews-b .list-reviews {
    margin-top: 24px;
    margin-bottom: 0;
}
.good-reviews-b .list-reviews .list-reviews {

    /*margin-top: 10px;*/
}
.good-reviews-b .list-reviews > LI {
    margin-top: 10px;
}
.good-reviews-b .list-reviews > LI + LI {
    margin-top: 25px;
}
.good-reviews-b .list-reviews > LI .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}
.good-reviews-b .list-reviews > LI .content {
    margin-top: 12px;
}
.good-reviews-b .list-reviews > LI.separator {
    background: #e5e5e5;
    height: 1px;
    margin-top: 21px;
}
.good-reviews-b .pagination-wrap {
    margin-top: 0 !important;
}
.good-reviews-b .add-review-form {
    margin-top: 42px;
    margin-bottom: 30px;
}
.good-reviews-b .add-review-form .a-r-f_title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
}
.good-reviews-b .add-review-form .a-r-f_content {
    margin-top: 21px;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line + .inp-line {
    margin-top: 21px;
}
@media (max-width: 470px) {
    .good-reviews-b .add-review-form .a-r-f_content .inp-line + .inp-line {
        margin-top: 10px;
    }
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .inp-text {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 202px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    width: 202px;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .inp-text.focus, .good-reviews-b .add-review-form .a-r-f_content .inp-line .inp-text.filled {
    color: #555;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .inp-text {
    padding-top: 7px;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .elem-textarea {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 202px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    width: 202px;
    height: 130px;
    resize: none;
    padding-top: 7px;
    width: 100%;
}

.user_order {
    width: 100%;
}

.user_order TH,
.user_order TD {
    padding: 4px;
    border: 1px solid #e5e5e5;
}

.a-r-f_content .errors,
.a-r-f_content .error_message {
    padding: 2px 10px !important;
    left: 1px !important;
}
.a-r-f_content .form-main-error {
    width: auto;
    height: auto;
}

.a-r-f_content [class^="comments_form_param"] {

}

.a-r-f_content .p-item__item_text-error {
    font: 12px/29px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #000;
    float: left;
    margin-left: 17px;
    text-transform: lowercase;
    cursor: default;
}
@media (max-width: 470px) {
    .a-r-f_content .p-item__item_text-error {
        margin-left: 2px;
    }
}

.a-r-f_content [class^="comments_form_param"] INPUT[type="text"] {
    float: left;
}

.good-reviews-b .pages > UL {
    margin-bottom: 0 !important;
}

.good-reviews-b .add-review-form .a-r-f_content .inp-line .elem-textarea.focus, .good-reviews-b .add-review-form .a-r-f_content .inp-line .elem-textarea.filled {
    color: #555;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .elem-textarea {
    padding-top: 7px;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm {
    display: block;
    width: 158px;
    height: 29px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    margin-top: -2px;
    margin-left: -4px;
    cursor: pointer;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .normal,
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .hover,
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .normal,
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .normal {
    display: block;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .hover {
    display: none;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .active {
    display: none;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm.disable {
    cursor: default;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:hover .normal {
    opacity: 1;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:hover .normal {
    display: block;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:hover .hover {
    opacity: 1;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:hover .hover {
    display: block;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:hover .active {
    opacity: 0;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:hover .active {
    display: none;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:active .normal {
    opacity: 1;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:active .normal {
    display: block;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:active .hover {
    opacity: 0;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:active .hover {
    display: none;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:active .active {
    opacity: 1;
}
.lt-ie9 .good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm:active .active {
    display: block;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .hover,
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .active {
    background-position: 4px 0;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .text {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    text-shadow: 0 -1px 0 #394429;
    color: #fff;
    font-weight: 600;
}
.good-reviews-b .add-review-form .a-r-f_content .inp-line .btn_form-subm .text .separator {
    margin-left: 6px;
    margin-right: 6px;
}

/* NEWS LIST PAGE */
.news-list-wrap {
    margin-top: 25px;
    margin-left: 18px;
    margin-right: 18px;
}
.news-list-wrap .news-list > LI {
    margin-top: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 26px;
}
.news-list-wrap .news-list > LI + LI {
    margin-top: 24px;
}
.news-list-wrap .news-list > LI > .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
}
.news-list-wrap .news-list > LI > .title A {
    color: #406618;
}
.news-list-wrap .news-list > LI > .date {
    font-size: 12px;
    line-height: 12px;
    color: #7a7a7a;
    margin-top: 4px;
}
.news-list-wrap .news-list > LI > .content {
    font-size: 13px;
    line-height: 21px;
    color: #000;
    margin-top: 8px;
}

.news-list-wrap .news-list > LI > .content > *:first-child,
.news-list-wrap .news-list > LI > .content > .useradmin_contener > *:first-child {
    margin-top: 0;
}

.news-list-wrap .news-list > LI > .content A {
    color: #406618;
}
.news-list-wrap ~ .pagination-wrap {
    margin-top: 28px !important;
}

/* FULL NEWS PAGE */
.fullnews-text-style {
    font-size: 13px;
    line-height: 21px;
}
@media (max-width: 940px) {
    .fullnews-text-style IMG {
        max-width: 100%;
        height: auto;
    }
}

.fullnews-text-style TABLE.green-border TD,
.fullnews-text-style TABLE.green-border TH {
    border: 1px solid #d5d7c4;
    padding: 2px;
}

.fullnews-text-style > *:first-child {
    margin-top: 0;
}
.fullnews-text-style P {
    margin: 21px 0;
    text-indent: 0;
}
.fullnews-text-style H1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 27px;
    margin-bottom: 22px;
}
.fullnews-text-style H2 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 26px;
    margin-bottom: 22px;
}
.fullnews-text-style H3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-top: 29px;
    margin-bottom: 22px;
}
.fullnews-text-style A {
    color: #406618;
}
.fullnews-text-style A.phone-in-text {
    color: #000;
    text-decoration: none;
}
.fullnews-text-style UL {
    margin: 10px 0;
}


.t-i-content .fullnews {
    color: #000;
    margin-top: 33px;
    position: relative;
}
.t-i-content .fullnews.article-b {
    margin-top: 0;
}
.t-i-content .fullnews .fn-date {
    font-size: 12px;
    line-height: 12px;
    color: #7a7a7a;
    margin-top: 0px;
    position: absolute;
    top: -17px;
    right: 0;
}

/* CONTACTS PAGE */
.contacts-text {
    margin-top: 30px;
}

.two-col_beside-map {
    *zoom: 1;
}
.two-col_beside-map:before, .two-col_beside-map:after {
    content: " ";
    display: table;
}
.two-col_beside-map:after {
    clear: both;
}
.two-col_beside-map > .left {
    float: left;
    width: 356px;
}
.two-col_beside-map > .left .img-wrap {
    border: 2px solid #a7a064;
    border-radius: 2px;
    overflow: hidden;
    width: 352px;
    height: 352px;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/contacts-map.jpg) 0 0 no-repeat;
}
.two-col_beside-map > .left .img-wrap IMG {
    width: 352px;
    height: 352px;
}

@media (max-width: 470px) {
    .two-col_beside-map > .left .img-wrap {
        border: 2px solid #a7a064;
        border-radius: 2px;
        overflow: hidden;
        width: 271px;
        height: 271px;
        background: url(/custom/custom27_09_2015_02_09/img/spec-army/contacts-map.jpg) 0 0 no-repeat;
    }
    .two-col_beside-map > .left .img-wrap IMG {
        width: 271px;
        height: 271px;
    }
}

.two-col_beside-map > .right {
    float: right;
    width: 285px;
}
@media (max-width: 940px) {
    .two-col_beside-map > .right {
        margin-top: 25px;
        float: left;
    }
}
.two-col_beside-map > .right > *:first-child {
    margin-top: 2px;
}
.two-col_beside-map > .right .phones-list {
    margin: 22px 0 0 0;
}
.two-col_beside-map > .right .phones-list > LI {
    line-height: 23px;
}
.two-col_beside-map > .right .phones-list > LI > .title {
    display: inline-block;
}
.two-col_beside-map > .right .phones-list > LI > .content {
    display: inline-block;
    font-size: 18px;
    margin-left: 2px;
}
.two-col_beside-map > .right .phones-list > LI > .content .code {
    font-size: 16px;
}
.two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts {
    *zoom: 1;
    margin: 4px 0;
}
.two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts:before, .two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts:after {
    content: " ";
    display: table;
}
.two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts:after {
    clear: both;
}
.two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts > LI {
    float: left;
}
.two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts > LI + LI {
    margin-left: 4px;
}
.two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts > LI A {
    display: block;
    height: 19px;
}
.two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts > LI.item-1 A {
    width: 19px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_top__vk.png") 0 0 no-repeat;
}
.two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts > LI.item-2 A {
    width: 20px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_top__youtube.png") 0 0 no-repeat;
}
.two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts > LI.item-3 A {
    width: 19px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_top__fb.png") 0 0 no-repeat;
}
.two-col_beside-map > .right .groups-wrap > .content .sots-list_contacts > LI.item-4 A {
    width: 20px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/sots_contacts__insta.png") 0 0 no-repeat;
}

.another-contacts-info {
    margin-top: 25px;
}
.another-contacts-info .metro-path {
    margin-top: -4px;
}

.contacts-feedback {
    margin-top: 28px;
    margin-bottom: 20px;
    padding-top: 28px;
    padding-left: 5px;
    border-top: 1px solid #e5e5e5;
}
.contacts-feedback > .title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
}
.contacts-feedback > .content {
    margin-top: 31px;
    width: 615px;
}
.contacts-feedback > .content .inp-line + .inp-line {
    margin-top: 21px;
}
.contacts-feedback > .content .inp-line .inp-text {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 202px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    width: 220px;
}
.contacts-feedback > .content .inp-line .inp-text.focus, .contacts-feedback > .content .inp-line .inp-text.filled {
    color: #555;
}
.lt-ie9 .contacts-feedback > .content .inp-line .inp-text {
    padding-top: 7px;
}
.contacts-feedback > .content .inp-line .elem-textarea {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 202px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    height: 130px;
    resize: none;
    padding-top: 7px;
    width: 100%;
}
@media (max-width: 940px) {
    .contacts-feedback > .content .inp-line .elem-textarea {
        max-width: 450px;
    }
}
@media (max-width: 748px) {
    .contacts-feedback > .content .inp-line .elem-textarea {
        max-width: 434px;
    }
}
@media (max-width: 470px) {
    .contacts-feedback > .content .inp-line .elem-textarea {
        max-width: 263px;
    }
}
.contacts-feedback > .content .inp-line .elem-textarea.focus, .contacts-feedback > .content .inp-line .elem-textarea.filled {
    color: #555;
}
.lt-ie9 .contacts-feedback > .content .inp-line .elem-textarea {
    padding-top: 7px;
}
.contacts-feedback > .content .inp-line .btn_form-subm {
    display: block;
    width: 158px;
    height: 29px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    margin-top: -2px;
    margin-left: -4px;
    cursor: pointer;
}
.contacts-feedback > .content .inp-line .btn_form-subm .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.contacts-feedback > .content .inp-line .btn_form-subm .normal,
.contacts-feedback > .content .inp-line .btn_form-subm .hover,
.contacts-feedback > .content .inp-line .btn_form-subm .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contacts-feedback > .content .inp-line .btn_form-subm .normal,
.contacts-feedback > .content .inp-line .btn_form-subm .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.contacts-feedback > .content .inp-line .btn_form-subm .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .contacts-feedback > .content .inp-line .btn_form-subm .normal {
    display: block;
}
.contacts-feedback > .content .inp-line .btn_form-subm .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .contacts-feedback > .content .inp-line .btn_form-subm .hover {
    display: none;
}
.contacts-feedback > .content .inp-line .btn_form-subm .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .contacts-feedback > .content .inp-line .btn_form-subm .active {
    display: none;
}
.contacts-feedback > .content .inp-line .btn_form-subm.disable {
    cursor: default;
}
.contacts-feedback > .content .inp-line .btn_form-subm:hover .normal {
    opacity: 1;
}
.lt-ie9 .contacts-feedback > .content .inp-line .btn_form-subm:hover .normal {
    display: block;
}
.contacts-feedback > .content .inp-line .btn_form-subm:hover .hover {
    opacity: 1;
}
.lt-ie9 .contacts-feedback > .content .inp-line .btn_form-subm:hover .hover {
    display: block;
}
.contacts-feedback > .content .inp-line .btn_form-subm:hover .active {
    opacity: 0;
}
.lt-ie9 .contacts-feedback > .content .inp-line .btn_form-subm:hover .active {
    display: none;
}
.contacts-feedback > .content .inp-line .btn_form-subm:active .normal {
    opacity: 1;
}
.lt-ie9 .contacts-feedback > .content .inp-line .btn_form-subm:active .normal {
    display: block;
}
.contacts-feedback > .content .inp-line .btn_form-subm:active .hover {
    opacity: 0;
}
.lt-ie9 .contacts-feedback > .content .inp-line .btn_form-subm:active .hover {
    display: none;
}
.contacts-feedback > .content .inp-line .btn_form-subm:active .active {
    opacity: 1;
}
.lt-ie9 .contacts-feedback > .content .inp-line .btn_form-subm:active .active {
    display: block;
}
.contacts-feedback > .content .inp-line .btn_form-subm .hover,
.contacts-feedback > .content .inp-line .btn_form-subm .active {
    background-position: 4px 0;
}
.contacts-feedback > .content .inp-line .btn_form-subm .text {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    text-shadow: 0 -1px 0 #394429;
    color: #fff;
    font-weight: 600;
}
.contacts-feedback > .content .inp-line .btn_form-subm .text .separator {
    margin-left: 6px;
    margin-right: 6px;
}

/* POP-UP PAGE */
.pop-up-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    /*display: none */
    min-width: 300px;
}
.pop-up-wrap .pop-up__mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5);
    min-width: 300px;
}
.lt-ie9 .pop-up-wrap .pop-up__mask {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/black_trans_50.png);
}
.pop-up-wrap .pop-up {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3000;
    width: 470px;
    background: #fff;
    /*margin-left: -280px */
    margin-left: -261px;
    margin-top: 174px;
    padding: 24px 26px 26px;
    border-radius: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pop-up-wrap .pop-up__title {
    font: 24px/24px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    color: #000;
    cursor: default;
    letter-spacing: 0.4px;
}
.pop-up-wrap .pop-up__close, .one_click_all_cart__close {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 20;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/pop-up__close.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.one_click_all_cart__close {
    z-index: 5009;
}
.pop-up-wrap .pop-up__close:hover, .one_click_all_cart__close:hover {
    background-color: #a7a064;
}
.pop-up-wrap .pop-up-content {
    margin-top: 9px;
    overflow: hidden;
    height: 100%;
}
.pop-up-wrap .p-item_text {
    clear: left;
    margin-top: 13px;
}
.pop-up-wrap .p-item__title {
    font: 13px/13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #000;
    cursor: default;
}
.pop-up-wrap .p-item__item {
    overflow: hidden;
    margin-top: 5px;
}
.pop-up-wrap .p-item__item > INPUT[type="phone"],
.pop-up-wrap .p-item__item > INPUT[type="text"] {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 202px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    width: 271px;
    box-sizing: border-box;
    float: left;
}

.pop-up-wrap .p-item__item > INPUT[type="phone"].error_input,
.pop-up-wrap .p-item__item > INPUT[type="text"].error_input {
    border-color: #ff0000;
}

.pop-up-wrap .p-item__item > INPUT[type="phone"].focus, 
.pop-up-wrap .p-item__item > INPUT[type="text"].focus, 
.pop-up-wrap .p-item__item > INPUT[type="phone"].filled,
.pop-up-wrap .p-item__item > INPUT[type="text"].filled {
    color: #555;
}
.lt-ie9 .pop-up-wrap .p-item__item > INPUT[type="phone"],
.lt-ie9 .pop-up-wrap .p-item__item > INPUT[type="text"] {
    padding-top: 7px;
}
.pop-up-wrap .p-item__item_text-error {
    font: 12px/29px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #000;
    float: left;
    margin-left: 17px;
    text-transform: lowercase;
    cursor: default;
}
.pop-up-wrap .p-item__item_correct-mail {
    float: left;
    clear: left;
    margin-top: 5px;
    font: 14px/15px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #000;
    cursor: default;
    display: none;
}
.pop-up-wrap .p-item_textarea {
    clear: left;
    margin-top: 13px;
}
.pop-up-wrap .p-item__item > TEXTAREA {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 202px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #707070;
    font-size: 14px;
    line-height: 17px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    width: 202px;
    height: 130px;
    resize: none;
    padding-top: 7px;
    width: 469px;
    height: 83px;
    box-sizing: border-box;
}
.pop-up-wrap .p-item__item > TEXTAREA.focus, .pop-up-wrap .p-item__item > TEXTAREA.filled {
    color: #555;
}
.lt-ie9 .pop-up-wrap .p-item__item > TEXTAREA {
    padding-top: 7px;
}
.pop-up-wrap .btn-submit_green {
    display: block;
    width: 158px;
    height: 29px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    margin-top: 21px;
    margin-left: -4px;
    cursor: pointer;
}
.pop-up-wrap .btn-submit_green .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.pop-up-wrap .btn-submit_green .normal,
.pop-up-wrap .btn-submit_green .hover,
.pop-up-wrap .btn-submit_green .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pop-up-wrap .btn-submit_green .normal,
.pop-up-wrap .btn-submit_green .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.pop-up-wrap .btn-submit_green .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .pop-up-wrap .btn-submit_green .normal {
    display: block;
}
.pop-up-wrap .btn-submit_green .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .pop-up-wrap .btn-submit_green .hover {
    display: none;
}
.pop-up-wrap .btn-submit_green .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .pop-up-wrap .btn-submit_green .active {
    display: none;
}
.pop-up-wrap .btn-submit_green.disable {
    cursor: default;
}
.pop-up-wrap .btn-submit_green:hover .normal {
    opacity: 1;
}
.lt-ie9 .pop-up-wrap .btn-submit_green:hover .normal {
    display: block;
}
.pop-up-wrap .btn-submit_green:hover .hover {
    opacity: 1;
}
.lt-ie9 .pop-up-wrap .btn-submit_green:hover .hover {
    display: block;
}
.pop-up-wrap .btn-submit_green:hover .active {
    opacity: 0;
}
.lt-ie9 .pop-up-wrap .btn-submit_green:hover .active {
    display: none;
}
.pop-up-wrap .btn-submit_green:active .normal {
    opacity: 1;
}
.lt-ie9 .pop-up-wrap .btn-submit_green:active .normal {
    display: block;
}
.pop-up-wrap .btn-submit_green:active .hover {
    opacity: 0;
}
.lt-ie9 .pop-up-wrap .btn-submit_green:active .hover {
    display: none;
}
.pop-up-wrap .btn-submit_green:active .active {
    opacity: 1;
}
.lt-ie9 .pop-up-wrap .btn-submit_green:active .active {
    display: block;
}
.pop-up-wrap .btn-submit_green .hover,
.pop-up-wrap .btn-submit_green .active {
    background-position: 4px 0;
}
.pop-up-wrap .btn-submit_green .text {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    text-shadow: 0 -1px 0 #394429;
    color: #fff;
    font-weight: 600;
}
.pop-up-wrap .btn-submit_green .text .separator {
    margin-left: 6px;
    margin-right: 6px;
}
.pop-up-wrap .btn-submit_green INPUT[type="button"] {
    position: absolute;
    top: 0;
    left: -9999px;
}
.pop-up-wrap .pop-up .inval INPUT[type=text],
.pop-up-wrap .pop-up .inval TEXTAREA {
    border-color: #d3504e;
}
.pop-up-wrap .pop-up .inval-email INPUT[type="text"] {
    border-color: #d3504e;
}
.pop-up-wrap .pop-up .inval-email .p-item__item_correct-mail {
    display: block;
}

.pop-up-wrap#pop-up_cart .pop-up {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -261px;
    margin-top: -174px;
}

#pop-up-product-amount {
    text-align: center;
    width: 36px;
}

.one_click_all_cart__shadow {
    content: "";
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4000;
    background: rgba(0,0,0,0.5);
}


/*--------------*/
.pop-up-wrap#pop-up_fastView .pop-up {
    width: 830px;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    margin: 0;
}

#pop-up_fastView .first-info {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
}
#pop-up_fastView .card-content {
    position: relative;
    padding-bottom: 25px;
}
#pop-up_fastView .first-info > .left {
    float: none;
    display: table-cell;
    padding-right: 25px;
    width: 100%;
    margin: 0;
}
#pop-up_fastView .first-info > .right {
    float: none;
    display: table-cell;
}

#pop-up_fastView .first-info > .left .img-slider,
#pop-up_fastView .first-info > .left .img-slider .medium-img {
    width: auto;
    height: auto;
}
#pop-up_fastView .first-info > .left .img-slider .medium-img .img-href {
    position: static;
}
#pop-up_fastView .first-info > .left .img-slider .medium-img .img-href .img-wrap {
    position: relative;
    height: 400px;
    min-height: 237px;
    max-height: none;
    overflow: hidden;

    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#pop-up_fastView .first-info > .left .img-slider .medium-img .img-href .img-wrap.loading {
    background: url('/custom/custom27_09_2015_02_09/img/spec-army/spin.svg') scroll no-repeat 50% 50%;
    background-size: 50px;
}
#pop-up_fastView .first-info > .left .img-slider .medium-img .img-href .img-wrap:not(:first-child) {
    display: none !important;
}
#pop-up_fastView .first-info > .left .img-slider .medium-img .img-href .img-wrap > IMG {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
}


/* ------------- */


.pop-up-wrap#pop-up_fastView .pop-up-content {
    overflow: visible;
    position: relative;
}
.pop-up-wrap#pop-up_fastView .main-content {
    background: #ffffff;
}

.pop-up-wrap#pop-up_fastView .first-info .one_click_all_cart {
    top: auto;
    bottom: -50px;
    right: 220px;
    border: 1px solid #ccc;
}
.pop-up-wrap#pop-up_fastView .first-info .one_click_all_cart .error_message, .main-content .text-information .t-i-content .first-info .one_click_all_cart .error_message {
    width: auto;
    font-size: 11px !important;
    line-height: 1.2 !important;
    text-align: left;
    position: static;
}
.pop-up-wrap#pop-up_fastView .first-info .one_click_all_cart:before {
    top: auto;
    bottom: 66px;
    left: auto;
    right: -10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pop-up-wrap#pop-up_fastView .first-info .one_click_all_cart textarea.textarea_decor {
    height: 50px !important;
}
.pop-up-wrap#pop-up_fastView #show_cart_one_click {
    display: none !important;
}
.pop-up-wrap#pop-up_fastView [class*="amount_in_cart"] {
    position: absolute !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background-color: #fff;
    opacity: 0.95;
}

.fast-view-button-box {
    position: absolute;
    margin-top: -22px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 23px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    text-transform: uppercase;
    line-height: 23px;
    color: #fff;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: background 0.4s, opacity 0.4s, visibility 0s;
    -moz-transition: background 0.4s, opacity 0.4s, visibility 0s;
    -o-transition: background 0.4s, opacity 0.4s, visibility 0s;
    transition: background 0.4s, opacity 0.4s, visibility 0s;
}
.fast-view-button-box:hover {
    background: rgba(0, 0, 0, 0.65);
}
.touch .fast-view-button-box {
    opacity: 1;
    visibility: visible;
}

.js_shop:hover .fast-view-button-box,
.js_shop_form:hover .fast-view-button-box {
    visibility: visible;
    opacity: 1;
}

.fast-view-button {
    display: inline-block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/icon-zoom.png") 0 7px no-repeat;
    padding-left: 15px;
    min-height: 15px;
}


@media (max-width: 940px) {
    .pop-up-wrap#pop-up_cart .pop-up {
        margin-left: -226px;
    }
}

@media (max-width: 748px) {
    .pop-up-wrap#pop-up_cart .pop-up {
        margin-left: -226px;
    }
}

@media (max-width: 580px) {
    .pop-up-wrap#pop-up_cart .pop-up {
        margin-left: -133px;
    }

    .pop-up-wrap#pop-up_cart .pop-up__title {
        font-size: 15px;
    }

    .pop-up-wrap .pop-up-buttons a.btn-close {
        margin-bottom: 10px;
    }
}

@media (max-width: 470px) {
    .pop-up-wrap#pop-up_cart .pop-up {
        margin-left: -133px;
    }
}

.pop-up-wrap .pop-up-buttons a {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.pop-up-wrap .pop-up-buttons a.btn-close {
    /*    color: #000000;
        margin-top: -2px;
        margin-right: 15px;*/
}

.pop-up-wrap .pop-up-product-info-price {
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
}
.pop-up-wrap .pop-up-product-info-price-sign {
    display: inline-block;
    color: #b2b2b2;
    margin: 0 5px;
    font-size: 18px;
    font-weight: normal;
}
.pop-up-wrap .pop-up-product-info-price-sum {
    color: #000000;
    font-weight: bold;
}

.pop-up-wrap .pop-up-product {
    padding: 22px 0;
    margin: 22px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.pop-up-wrap .pop-up-product:after {
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
    clear: both;
}
.pop-up-wrap .pop-up-product-image {
    width: 85px;
    height: 85px;
    float: left;
    overflow: hidden;
    border: 5px solid #ebebeb;
    text-align: center;
}
.pop-up-wrap .pop-up-product-image a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 85px;
}
.pop-up-wrap .pop-up-product-image img {
    width: 100%;
}
.pop-up-wrap .pop-up-product-info {
    padding-left: 110px;
}
.pop-up-wrap .pop-up-product-info-title {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.2;
}
.pop-up-wrap .pop-up-product-info-title a {
    color: #406618;
}

.pop-up-wrap .pop-up-product-info-add-cost {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}
.pop-up-wrap .pop-up-product-info-add-cost li {
    margin-right: 3px;
    padding: 0;
    list-style: none;
}
.pop-up-product-amount form {
    display: inline-block;
}
.pop-up-product-amount-plus, .pop-up-product-amount-minus {
    color: #665950;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 959px) {
    .pop-up-wrap .pop-up {
        width: 400px;
        margin-left: -226px;
    }
}
@media (max-width: 580px) {
    .pop-up-wrap .pop-up {
        width: 234px;
        margin-left: -133px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (max-width: 580px) {
    .pop-up-wrap .pop-up__title {
        white-space: nowrap;
        font-size: 19px;
        line-height: 24px;
    }
}
@media (max-width: 580px) {
    .pop-up-wrap .pop-up__close, .one_click_all_cart__close {
        width: 18px;
        height: 24px;
        background-size: 12px 12px;
        right: -18px;
        top: 0;
    }
}
@media (max-width: 959px) {
    .pop-up-wrap .p-item__item > INPUT[type="phone"],
    .pop-up-wrap .p-item__item > INPUT[type="text"] {
        width: 210px;
    }
}
@media (max-width: 580px) {
    .pop-up-wrap .p-item__item > INPUT[type="phone"],
    .pop-up-wrap .p-item__item > INPUT[type="text"] {
        width: 189px;
    }
}
@media (max-width: 580px) {
    .pop-up-wrap .p-item__item_text-error {
        clear: left;
        margin-left: 0;
        line-height: 27px;
    }
}
@media (max-width: 959px) {
    .pop-up-wrap .p-item__item > TEXTAREA {
        width: 400px;
    }
}
@media (max-width: 580px) {
    .pop-up-wrap .p-item__item > TEXTAREA {
        width: 233px;
    }
}

/* POP-UP SEND PAGE */
.pop-up-wrap .message-send_wrap {
    margin-top: 8px !important;
    /*height: 100%;*/
    height: 317px;
    position: relative;
}

.pop-up-wrap .error_message, .error {
    position: static;
    padding: 0;
    box-shadow: none;
    margin: 0;
    background-color: transparent;
    opacity: 1;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.pop-up-wrap .message-send {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -37px;
}
.pop-up-wrap .mes-send__title {
    font: 24px/24px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    color: #000;
    cursor: default;
    letter-spacing: 0.4px;
    text-align: center;
}
.pop-up-wrap .mes-send__descr {
    margin-top: 17px;
    color: #000;
    font: 13px/13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    text-align: center;
    cursor: default;
}
.pop-up-wrap [id^="result_div_id"] {
    height: 100%;
}

@media (max-width: 580px) {
    .pop-up-wrap .mes-send__title {
        white-space: nowrap;
        font-size: 19px;
        line-height: 19px;
    }
}
@media (max-width: 580px) {
    .pop-up-wrap .mes-send__descr {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (max-width: 580px) {
    .pop-up-wrap .mes-send__descr .br-iphone {
        display: inline;
    }
}

.js-click INPUT {
    position: absolute;
    left: -9999px;
}

.js-click-cart INPUT {
    position: absolute;
    left: -9999px;
}

.label-click {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.label-click INPUT {
    position: absolute;
    left: -9999px;
}


/* CONTACT FEEDBACK PAGE */
.contacts-feedback .message-send_wrap {
    margin-top: 8px !important;
    height: 278px;
    position: relative;
}

.contacts-feedback .error_message, .error {
    position: static;
    padding: 0;
    box-shadow: none;
    margin: 0;
    background-color: transparent;
    opacity: 1;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.contacts-feedback .message-send {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -37px;
}
.contacts-feedback .mes-send__title {
    font: 24px/24px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    text-transform: uppercase;
    color: #000;
    cursor: default;
    letter-spacing: 0.4px;
    text-align: center;
}
.contacts-feedback .mes-send__descr {
    margin-top: 17px;
    color: #000;
    font: 13px/13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    text-align: center;
    cursor: default;
}
.contacts-feedback [id^="result_div_id"] {
    height: 100%;
}

.js-click INPUT {
    position: absolute;
    left: -9999px;
}


/* CATALOG CATEGORY LIST */
.catalog-category-list + .items-wrap .sort-b,
.cat-descr-b + .sort-b,
.cat-descr-b + .items-wrap .sort-b {
    border-top: 1px solid #e5e5e5;
}

.cat-descr-b + .items-wrap .sort-b {
    margin-top: 8px;
}

.cat-descr-b + .sort-b {
    margin-top: 30px;
}
.catalog-category-list > .content > UL {
    margin-left: 18px;
    margin-top: 19px;
    margin-bottom: 30px;
    *zoom: 1;
    overflow: hidden;
}
@media (max-width: 940px) {
    .catalog-category-list > .content > UL {
        margin-left: 26px;
    }
}
@media (max-width: 748px) {
    .catalog-category-list > .content > UL {
        margin-left: 13px;
    }
}
.catalog-category-list > .content > UL:before, .catalog-category-list > .content > UL:after {
    content: " ";
    display: table;
}
.catalog-category-list > .content > UL:after {
    clear: both;
}
.catalog-category-list > .content > UL > LI {
    margin-left: 14px;
    float: left;
    width: 211px;
    margin-top: 17px;
}
@media (max-width: 748px) {
    .catalog-category-list > .content > UL > LI {
        width: 200px;
    }
}
@media (max-width: 470px) {
    .catalog-category-list > .content > UL > LI {
        margin-left: 21px !important;
    }
    .catalog-category-list > .content > UL > LI + LI {
        margin-top: 17px !important;
    }
}
.catalog-category-list > .content > UL > LI:first-child,
.catalog-category-list > .content > UL > LI:first-child + LI,
.catalog-category-list > .content > UL > LI:first-child + LI + LI {
    margin-top: 0;
}
.catalog-category-list > .content > UL > LI.newline {
    margin-left: 0;
    clear: left;
}
@media (max-width: 940px) {
    .catalog-category-list > .content > UL > LI.newline {
        clear: none;
        margin-left: 14px;
    }
    .catalog-category-list > .content > UL > LI:nth-child(2n+1) {
        clear: left;
        margin-left: 0;
    }
    .catalog-category-list > .content > UL > LI:nth-child(3) {
        margin-top: 17px !important;
    }
}
.catalog-category-list > .content > UL > LI .img-wrap {
    width: 211px;
    height: 211px;
    box-sizing: border-box;
    border: 1px solid #d5d7c4;
    border-radius: 2px;
}
@media (max-width: 748px) {
    .catalog-category-list > .content > UL > LI .img-wrap {
        width: 200px;
        height: 200px;
        box-sizing: border-box;
        border: 1px solid #d5d7c4;
        border-radius: 2px;
    }
}
.catalog-category-list > .content > UL > LI .img-wrap A {
    display: block;
    width: 209px;
    line-height: 209px;
    text-align: center;
}
.catalog-category-list > .content > UL > LI .img-wrap A IMG {
    vertical-align: middle;
    max-width: 209px;
    max-height: 209px;
}
@media (max-width: 748px) {
    .catalog-category-list > .content > UL > LI .img-wrap A IMG {
        vertical-align: middle;
        max-width: 178px;
        max-height: 178px;
    }
}
.catalog-category-list > .content > UL > LI .name {
    text-align: center;
    margin-top: 9px;
}
.catalog-category-list > .content > UL > LI .name A {
    color: #406618;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}


/* cart styles */
.cart_table .cart {
    width: 100%;
}

.cart_table .cart .cart_name {
    max-width: 210px;
}
.cart_table .cart td.cart_name a {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.cart_table .cart_name__article {
    font-size: 12px;
    margin-top: 10px;
}

.cart_table .cart TH {
    line-height: 17px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.cart_table .cart TH,
.cart_table .cart TD {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 0;
}
.cart_table .cart tr {
    border-bottom: 1px solid #ececec;
}

.cart_table .cart tr:last-child {
    border-bottom: none;
}
.cart_table .cart td {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
}
.cart_table .cart.cart_delivery_table td {
    vertical-align: top;
}
.cart_table .cart.cart_delivery_table .cart_check {
    padding-right: 14px;
}
.cart_table .cart th {
    padding: 10px 20px 10px 0;
    color: #7b7b7b;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}
.cart_table td.cart_price, .cart_table td.cart_summ {
    text-align: center;
    font-weight: bold;
}
.cart_table .cart_count {
    text-align: center;
}

.cart_table tr.cart_delivery_group_row:not(.last) {
    border-bottom: none;
}
.cart_table tr.cart_delivery_group_row:not(.first) td {
    padding-top: 0;
}
.cart_table tr.cart_delivery_group_row:not(.last) td {
    padding-bottom: 5px;
}
.cart_table tr.cart_delivery_group_row.last {

}

.cart_table .cart_count NOBR {
    display: inline-block;
}

.cart_table .cart_count INPUT[type="text"] {
    text-align: center;
}

.cart_table .js_cart_remove INPUT[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -999px;
}
.cart_table .cart_remove span {
    width: 32px;
    height: 31px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/icon-remove.png") scroll no-repeat 0 0;
}
/**/
.cart_table .cart_count__container {
    background: url('/custom/custom27_09_2015_02_09/img/spec-army/cart-count.png') scroll no-repeat 0 0;
    width: 87px;
    height: 37px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.cart_table .cart_count__price {
    color: #7b7b7b;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.cart_table .cart_count INPUT[type="text"] {
    display: inline-block;
    float: none;
    line-height: 37px;
}

.cart_table .cart_count INPUT[type="text"] {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 87px;
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
}
.lt-ie9 .cart_table .cart_count INPUT[type="text"] {

}
.cart_table .cart_count_plus, .cart_table .cart_count_minus {
    position: absolute;
    height: 37px;
    width: 20px;
    padding: 0;
    top: 0;
}
.cart_table .cart_count_plus {
    right: 4px;
}
.cart_table .cart_count_minus {
    left: 4px;
}

.cart_table .cart_delivery_group_name, .cart_table .cart_payment_group_name {
    font-size: 14px;
    color: #406618;
    font-weight: bold;
    margin-bottom: 12px;
}
.cart_payment_group_name {
    width: 30%;
}
.cart_table .cart_delivery_text, .cart_table .payment_text {
    color: #bcae76;
    font-size: 12px;
    font-style: italic;
    margin: 0;
    line-height: 1.4;
}
.cart_table .payment__disabled, .cart_table .payment__disabled .payment_text, .cart_table .delivery__disabled, .cart_table .delivery__disabled .cart_delivery_text {
    color: #ccc;
}
.cart_table .payment {
    margin-bottom: 7px;
}
.cart_table .payment label, .cart_table td:not(.delivery__disabled) label {
    cursor: pointer;
}
.cart_table .payment.payment__disabled label {
    cursor: default;
}
.cart_table .payment__radio {
    float: left;
}
.cart_table .payment__info {
    margin-left: 24px;
}

.cart-bottom {
    display: table;
    table-layout: auto;
    width: 100%;
    height: 167px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

    background: -moz-linear-gradient(top, rgba(241,243,245,1) 0%, rgba(241,243,245,0) 6%, rgba(241,243,245,0) 94%, rgba(241,243,245,1) 100%);
    background: -webkit-linear-gradient(top, rgba(241,243,245,1) 0%,rgba(241,243,245,0) 6%,rgba(241,243,245,0) 94%,rgba(241,243,245,1) 100%);
    background: linear-gradient(to bottom, rgba(241,243,245,1) 0%,rgba(241,243,245,0) 6%,rgba(241,243,245,0) 94%,rgba(241,243,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f5', endColorstr='#f1f3f5',GradientType=0 );
}
.cart-bottom__row {
    display: table-row;
}
.cart-bottom__col {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cart-bottom__col:first-child {
    text-align: left;
}
.cart-bottom__col:last-child {
    text-align: right;
}
.cart-bottom .btn_some_green {
    margin: 10px 0 0 0;
    position: relative;
    display: inline-block;
    width: 130px;
    overflow: hidden;
    height: 34px;
}
.cart-bottom .btn_some_green .text {
    line-height: 28px;
    font-size: 16px;
    font-family: Arial, sans-serif;
}
.cart-bottom .btn_some_green .normal {
    background-size: 100% 100%;

}
.cart-bottom .btn_some_green .hover {
    background-size: 123px 28px;
}
.cart-bottom .btn_some_green .active {
    background-size: 123px 28px;
    background-position: 4px -1px;
}

.cart-bottom__total {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    margin-left: 70px;
    text-align: left;
    vertical-align: middle;
}
.cart-bottom__total i {
    color: #7b7b7b;
    font-weight: normal;
    font-style: italic;
    margin-right: 10px;
}
.cart-bottom__total-sum {
    font-size: 18px;
}

.cart-bottom .btn-oneclick-solid {
    margin: 4px 0 0 0;
}

.cart-information {
    padding: 50px 0 50px 110px;
    background: url('/custom/custom27_09_2015_02_09/img/spec-army/icon-info.png') scroll no-repeat 0 50%;
    color: #989898;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}
.cart-information p {
    margin: 7px 0;
}


/*
.cart_form input[type=text],
.cart_form input[type=tel],
.cart_form input[type=email] {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    height: 30px !important;
    line-height: 30px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    padding-left: 9px !important;
    padding-right: 9px !important;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 2px 3.5px 7px rgba(0, 0, 0, 0.1);
    color: #555;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    margin-top: 1px !important;
    /* margin-top: 3px !important; */
/*width: 400px
}
*/

.lt-ie9 .cart_form input[type=text],
.lt-ie9 .cart_form input[type=tel],
.lt-ie9 .cart_form input[type=email] {
    padding-top: 7px;
}

.cart__coupon-block {
    max-width: 180px;
    position: relative;
    display: inline-block;
}
.cart__coupon-block .form-field {
    width: 180px;
}
.cart__coupon-block input[type="submit"] {
    width: 28px;
    height: 33px;
    border: none;
    background: url('/custom/custom27_09_2015_02_09/img/spec-army/icon-submit.png') scroll no-repeat 0 0;
    position: absolute;
    top: 4px;
    right: 2px;
}

.textarea_decor {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 7px;
    outline: none !important;
    height: 100px !important;
    line-height: 17px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    padding-left: 9px !important;
    padding-right: 9px !important;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 2px 3.5px 7px rgba(0, 0, 0, 0.1);
    color: #555;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    margin-top: 3px !important;
    resize: none;
}
.form-field {
    height: 36px;
    box-sizing: border-box;
    width: auto;
    border: 1px solid #e1e1df;
    background: #f3f3ef;
    border-radius: 36px;

    padding: 0 20px;

    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #444444;
}
textarea.form-field {
    height: 154px;
    border-radius: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.form-field:focus {
    outline: none;
}
.form-field::-webkit-input-placeholder {
    color: #c2c2c2;
    font-style: italic;
}
.form-field:-moz-placeholder { /* Firefox 18- */
    color: #c2c2c2;
    font-style: italic;
}
.form-field::-moz-placeholder {  /* Firefox 19+ */
    color: #c2c2c2;
    font-style: italic;
}
.form-field:-ms-input-placeholder {
    color: #c2c2c2;
    font-style: italic;
}


.form-field.form-field-address {
    height: 60px;
    box-sizing: border-box;
}

.cart_form {
    max-width: 615px;
    margin: 0 auto;
    padding-bottom: 45px;
}
.cart_form .form-field {
    width: 100% !important;
    margin: 0 !important;
}

.order_form_param__item {
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-bottom: 30px;

}
.order_form_param__item.half {
    width: 50%;
    padding-right: 20px;
}
.order_form_param__item.half.half__right {
    padding-left: 20px;
    padding-right: 0;
}

.order_form_param__item [class^="order_form_param"] {
    margin: 0 !important;
    padding: 0 !important;
}
.cart_form .order_form_param__item .infofield {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 15px;
}
.cart_form .order_form_param__item .infofield span {
    margin-left: 5px;
}

.order_form_p__location {
    padding-left: 24px;
    background: url('/custom/custom27_09_2015_02_09/img/spec-army/icon-sign.png') scroll no-repeat 0 center;
    line-height: 25px;
    margin-bottom: 5px;
}
.order_form_p__index {
    margin-bottom: 5px;
    width: 120px;
}
#addr_index_show.active span {
    color: #406618;
    border-bottom: 1px dotted #406618;
    cursor: pointer;
}

@media (max-width: 470px) {
    .cart_form input[type=text], .cart_form input[type=email], .cart_form textarea {
        width: 100% !important;
    }
}

.one_click_all_cart .textarea_decor {
    width: 359px;
}

[class^="order_form_param"] {
    margin-top: 10px;
}

.cart_form [class^="order_form_param"] {
    margin-top: 2px;
}

.order_form_param1 {
    margin-top: 0 !important;
}

.order_form_param1 .infofield {
    padding-top: 0 !important;
}

/**/
.btn_some_green {
    display: block;
    width: 158px;
    height: 29px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    margin-top: 21px;
    margin-left: -4px;
    cursor: pointer;
}
.btn_some_green .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.btn_some_green .normal,
.btn_some_green .hover,
.btn_some_green .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.btn_some_green .normal,
.btn_some_green .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.btn_some_green .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .btn_some_green .normal {
    display: block;
}
.btn_some_green .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .btn_some_green .hover {
    display: none;
}
.btn_some_green .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .btn_some_green .active {
    display: none;
}
.btn_some_green.disable {
    cursor: default;
}
.btn_some_green:hover .normal {
    opacity: 1;
}
.lt-ie9 .btn_some_green:hover .normal {
    display: block;
}
.btn_some_green:hover .hover {
    opacity: 1;
}
.lt-ie9 .btn_some_green:hover .hover {
    display: block;
}
.btn_some_green:hover .active {
    opacity: 0;
}
.lt-ie9 .btn_some_green:hover .active {
    display: none;
}
.btn_some_green:active .normal {
    opacity: 1;
}
.lt-ie9 .btn_some_green:active .normal {
    display: block;
}
.btn_some_green:active .hover {
    opacity: 0;
}
.lt-ie9 .btn_some_green:active .hover {
    display: none;
}
.btn_some_green:active .active {
    opacity: 1;
}
.lt-ie9 .btn_some_green:active .active {
    display: block;
}
.btn_some_green .hover,
.btn_some_green .active {
    background-position: 4px 0;
}
.btn_some_green .text {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    text-shadow: 0 -1px 0 #394429;
    color: #fff;
    font-weight: 600;
}
.btn_some_green .text .separator {
    margin-left: 6px;
    margin-right: 6px;
}
.btn_some_green INPUT[type="button"] {
    position: absolute;
    top: 0;
    left: -9999px;
}
/**/

.btn-oneclick-solid {
    display: block;
    width: 171px;
    height: 44px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    margin-top: 21px;
    cursor: pointer;
}
@media (max-width: 940px) {
    .oneclick-wrap {
        margin-left: 64px;
    }
}
@media (max-width: 748px) {
    .oneclick-wrap {
        margin-left: 60px;
    }
}
@media (max-width: 470px) {
    .oneclick-wrap {
        margin-left: 0;
    }
}

.cart_order .oneclick-wrap {
    margin-left: 0;
}

.btn-oneclick-solid .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.btn-oneclick-solid .normal,
.btn-oneclick-solid .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-oneclick-solid .normal,
.btn-oneclick-solid .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.btn-oneclick-solid .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn-oneclick-solid.png") 0 0 no-repeat;
    opacity: 1;
}
.btn-oneclick-solid .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn-oneclick-solid_hover-el.png") 50% 7px no-repeat;
    opacity: 0;
}
.btn-oneclick-solid .text {
    text-align: center;
    font-size: 12px;
    line-height: 37px;
    text-shadow: 0 1px 0 #f16b09;
    color: #fff;
    font-weight: 600;
}
.first-info .btn-oneclick-solid .text {
    text-shadow: none;
}
.btn-oneclick-solid INPUT[type="button"] {
    position: absolute;
    top: 0;
    left: -9999px;
}

/* firstinfo oneclick */

.first-info .btn-oneclick-solid .normal,
.first-info .btn-oneclick-solid .hover {
    display: none;
}

.first-info .btn-oneclick-solid A {
    text-decoration: none;
    color: #fff;
}

.first-info .btn-oneclick-solid {
    background-color: #c53b3b;
    background-image: -webkit-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: -o-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: linear-gradient(to bottom, #d14747 0%, #b82e2e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD14747', endColorstr='#FFB82E2E', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;

    display: block;
    height: 33px;
    width: auto;
    padding-left: 55px;
    padding-right: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    float: right;
}
.first-info .btn-oneclick-solid .text {
    line-height: 34px !important;
}
@media (max-width: 470px) {
    .first-info .btn-oneclick-solid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.first-info .btn-oneclick-solid:hover,
.first-info .btn-oneclick-solid:focus,
.first-info .btn-oneclick-solid:active:focus {
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.first-info .btn-oneclick-solid:active {
    background-image: none;
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* end firstinfo oneclick */

/* cart oneclick */

.cart_order_step-1 .btn-oneclick-solid .normal,
.cart_order_step-1 .btn-oneclick-solid .hover {
    display: none;
}

.cart_order_step-1 .btn-oneclick-solid A {
    text-decoration: none;
    color: #fff;
}

.cart_order_step-1 .btn-oneclick-solid {
    background-color: #c53b3b;
    background-image: -webkit-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: -o-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: linear-gradient(to bottom, #d14747 0%, #b82e2e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD14747', endColorstr='#FFB82E2E', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;

    display: block;
    height: 33px;
    width: auto;
    padding-left: 55px;
    padding-right: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    float: left;
}
.cart_order_step-1 .btn-oneclick-solid .text {
    line-height: 34px !important;
}
@media (max-width: 470px) {
    .cart_order_step-1 .btn-oneclick-solid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.cart_order_step-1 .btn-oneclick-solid:hover,
.cart_order_step-1 .btn-oneclick-solid:focus,
.cart_order_step-1 .btn-oneclick-solid:active:focus {
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.cart_order_step-1 .btn-oneclick-solid:active {
    background-image: none;
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.cart_order_step-1 .oneclick-wrap {
    float: left;

}
.cart_order_step-1 .cart-nav-link-wrap {
    float: left;
    margin-left: 10px;
}

/* end cart oneclick */



.oneclick-wrap {
    position: relative;
}

.first-info .error {
    z-index: 1100;
    top: 265px;
    padding: 1px 13px !important;
}

.first-info .oneclick-wrap {
    position: absolute;
    top: 158px;
    left: auto;
    right: 0;
}

.oneclick-wrap A {
    color: #406618 !important;
}

.oneclick-cart-table {
    margin: 7px 0;
}

.oneclick-cart-table TD {
    padding-left: 3px;
    padding-right: 3px;
}

.one_click_all_cart {
    border: 1px solid #e1e1df;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 21px;
    padding-bottom: 23px;
    z-index: 2000;
    margin-top: 9px;
}

.first-info .one_click_all_cart {
    left: auto;
    right: 40px;
    float: right;
    clear: both;
}
.first-info .one_click_all_cart:before {
    right: 30px;
    left: auto;
}

@media (max-width: 940px) {
    .one_click_all_cart {
        position: relative;
        width: 100%;
        max-width: 308px;
    }
}
@media (max-width: 748px) {
    .one_click_all_cart {
        /*        width: 470px;*/
    }
}

.one_click_all_cart:before {
    content: '';
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/oneclick-wrap-arrow.png") 0 0 no-repeat;
    width: 14px;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 15px;
}


.one_click_all_cart .infofield {
    margin-bottom: 5px;
    padding-top: 0;
    font-size: 14px;
    line-height: 14px;
}

.one_click_all_cart .textarea_decor {
    margin-top: 0 !important;
}

@media (max-width: 940px) {
    .one_click_all_cart .textarea_decor {
        width: 100%;
    }
}

.one_click_all_cart .oneclick-title {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/**/

.cart_order .common-error {
    width: auto !important;
    height: auto !important;
    top: -5px;
}
.cart_order .infofield {
    padding-top: 2px;
}

.cart_order .payment_text {
    font-style: italic;
}
@media (max-width: 470px) {
    .cart_order .payment_text {
        line-height: 18px;
        margin-top: 5px;
    }

    .payment {
        line-height: 18px;
    }
}


.cart_order .payments-wrap {
    margin-top: 20px;
}

.cart_order .payments {

}

.cart_order .payments .payment {
    margin-top: 7px;
}

.payments-icons {
    margin: 25px 0 0 0;
}
.payments-icons__item {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 25px 25px 0;
    width: 290px;
    height: 50px;
    cursor: pointer;

    box-sizing: border-box;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background-position: 10px center;
    background-repeat: no-repeat;
}
.payments-icons__item input[type="radio"] {
    display: none;
}
.payments-icons__item:hover {
    background-color: #ebebeb;
}
.payments-icons__item.active {
    /* border: 1px solid #00cc00; */
    background-color: rgba(0,200,0,0.2);
}
.payments-icons__name {
    line-height: 50px;
    display: inline-block;
    margin-left: 10px;
}
.payments-icons__item.icon .payments-icons__name {
    display: none;
}
.payments-btn {
    display: inline-block;
    padding: 0 15px;
    height: 33px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #c53b3b;
    background-image: -webkit-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: -o-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: linear-gradient(to bottom, #d14747 0%, #b82e2e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD14747', endColorstr='#FFB82E2E', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;

    line-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    color: #fff;
    border-radius: 4px;
    min-width: 200px;
}

.payments-btn:hover,
.payments-btn:focus {
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.payments-btn:active {
    background-image: none;
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media (max-width: 470px) {
    .cart_order .payments .payment {
        margin-top: 13px;
    }
}

.main-content .fw > .center .items-b .content > .list > LI .outer .inner .availability {
    font-size: 14px;
    line-height: 14px;
    position: static;
    margin-top: 10px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    /*    display: none;*/
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .availability.no {
    color: #d53b2e;
    bottom: -28px
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .availability.wait {
    color: #bcc8c8;
    line-height: 15px;
    font-size: 13px;
    bottom: -40px;
}

.useradmin_panel {
    z-index: 2999 !important;
}



/* USER SETTING PAGE */

.inp-text_decor {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 202px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    width: 220px;
}
.inp-text_decor.focus, .inp-text_decor.filled {
    color: #555;
}
.lt-ie9 .inp-text_decor {
    padding-top: 7px;
}

.elem-textarea_decor {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 202px;
    height: 29px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    width: 202px;
    height: 130px;
    resize: none;
    padding-top: 7px;
    width: 100%;
}
.elem-textarea_decor.focus, .elem-textarea_decor.filled {
    color: #555;
}
.lt-ie9 .elem-textarea_decor {
    padding-top: 7px;
}



.btn_form-subm_decor {
    display: block;
    width: 158px;
    height: 29px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    margin-top: -2px;
    margin-left: -4px;
    cursor: pointer;
}
.btn_form-subm_decor .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.btn_form-subm_decor .normal,
.btn_form-subm_decor .hover,
.btn_form-subm_decor .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.btn_form-subm_decor .normal,
.btn_form-subm_decor .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.btn_form-subm_decor .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .btn_form-subm_decor .normal {
    display: block;
}
.btn_form-subm_decor .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .btn_form-subm_decor .hover {
    display: none;
}
.btn_form-subm_decor .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .btn_form-subm_decor .active {
    display: none;
}
.btn_form-subm_decor.disable {
    cursor: default;
}
.btn_form-subm_decor:hover .normal {
    opacity: 1;
}
.lt-ie9 .btn_form-subm_decor:hover .normal {
    display: block;
}
.btn_form-subm_decor:hover .hover {
    opacity: 1;
}
.lt-ie9 .btn_form-subm_decor:hover .hover {
    display: block;
}
.btn_form-subm_decor:hover .active {
    opacity: 0;
}
.lt-ie9 .btn_form-subm_decor:hover .active {
    display: none;
}
.btn_form-subm_decor:active .normal {
    opacity: 1;
}
.lt-ie9 .btn_form-subm_decor:active .normal {
    display: block;
}
.btn_form-subm_decor:active .hover {
    opacity: 0;
}
.lt-ie9 .btn_form-subm_decor:active .hover {
    display: none;
}
.btn_form-subm_decor:active .active {
    opacity: 1;
}
.lt-ie9 .btn_form-subm_decor:active .active {
    display: block;
}
.btn_form-subm_decor .hover,
.btn_form-subm_decor .active {
    background-position: 4px 0;
}
.btn_form-subm_decor .text {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    text-shadow: 0 -1px 0 #394429;
    color: #fff;
    font-weight: 600;
}
.btn_form-subm_decor .text .separator {
    margin-left: 6px;
    margin-right: 6px;
}

/* btn 2 */
.btn_form-subm_decor2 {
    display: block;
    width: 128px;
    height: 29px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    margin-top: -2px;
    margin-left: -4px;
    cursor: pointer;
}
.btn_form-subm_decor2 .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.btn_form-subm_decor2 .normal,
.btn_form-subm_decor2 .hover,
.btn_form-subm_decor2 .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.btn_form-subm_decor2 .normal,
.btn_form-subm_decor2 .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.btn_form-subm_decor2 .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_normal_2.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .btn_form-subm_decor2 .normal {
    display: block;
}
.btn_form-subm_decor2 .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_hover_2.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .btn_form-subm_decor2 .hover {
    display: none;
}
.btn_form-subm_decor2 .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/btn_form-subm_active_2.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .btn_form-subm_decor2 .active {
    display: none;
}
.btn_form-subm_decor2.disable {
    cursor: default;
}
.btn_form-subm_decor2:hover .normal {
    opacity: 1;
}
.lt-ie9 .btn_form-subm_decor2:hover .normal {
    display: block;
}
.btn_form-subm_decor2:hover .hover {
    opacity: 1;
}
.lt-ie9 .btn_form-subm_decor2:hover .hover {
    display: block;
}
.btn_form-subm_decor2:hover .active {
    opacity: 0;
}
.lt-ie9 .btn_form-subm_decor2:hover .active {
    display: none;
}
.btn_form-subm_decor2:active .normal {
    opacity: 1;
}
.lt-ie9 .btn_form-subm_decor2:active .normal {
    display: block;
}
.btn_form-subm_decor2:active .hover {
    opacity: 0;
}
.lt-ie9 .btn_form-subm_decor2:active .hover {
    display: none;
}
.btn_form-subm_decor2:active .active {
    opacity: 1;
}
.lt-ie9 .btn_form-subm_decor2:active .active {
    display: block;
}
.btn_form-subm_decor2 .hover,
.btn_form-subm_decor2 .active {
    background-position: 4px 0;
}
.btn_form-subm_decor2 .text {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    text-shadow: 0 -1px 0 #394429;
    color: #fff;
    font-weight: 600;
}
.btn_form-subm_decor2 .text .separator {
    margin-left: 6px;
    margin-right: 6px;
}
/* btn 2 end */

.subm-acc-b-btn {
    margin-left: 4px;
    margin-top: 10px;
}

.usersettings_form .infofield:first-child {
    margin-top: 0;
}

.usersettings_form .infofield {
    margin-top: 13px;
    font: 13px/13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #000;
    cursor: default;
    margin-bottom: 5px;
}

.usersettings_form .inp-wrap {
    margin-top: 21px;
}

.usersettings_form .error_message,
.usersettings_form .error {
    width: auto;
    height: auto;
}


.reminding_form .infofield:first-child {
    margin-top: 0;
}

.reminding_form .infofield {
    margin-top: 13px;
    font: 13px/13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #000;
    cursor: default;
    margin-bottom: 5px;
}

.reminding_form .inp-wrap {
    margin-top: 21px;
}

.reminding_form .error_message,
.reminding_form .error {
    width: auto;
    height: auto;
}



.inp-text_account {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;

    height: 29px;
    background-color: #FFF;
    border: 1px solid #DADADA;
    border-radius: 2px;
    box-shadow: inset 1px 1.7px 5px rgba(0, 0, 0, 0.17);
    color: #707070;
    font-size: 14px;
    line-height: 14px;
    padding-left: 7px;
    padding-right: 7px;
    box-sizing: border-box;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    width: 144px;
    box-sizing: border-box;
    float: left;
}

.lt-ie9 .inp-text_account {
    padding-top: 7px;
}

.inp-text_account .error_input {
    border-color: #ff0000;
}

.inp-text_account .focus, .inp-text_account .filled {
    color: #555;
}
.lt-ie9 .inp-text_account {
    padding-top: 7px;
}


.account-b .inp-wrap {
    overflow: hidden;
    margin-top: 7px;
    margin-left: 8px;
}

.account-b .n-m-comp {
    margin-top: 7px;
    margin-left: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.account-b .n-m-comp INPUT[type="checkbox"] {
    position: relative;
    top: 1px;
    cursor: pointer;
}

.account-b .n-m-comp LABEL {
    margin-left: 1px;
    cursor: pointer;
}

.account-b .prof-menu-auth {
    border-top: 1px solid rgba(119, 126, 105, 0.5);
    margin-top: 7px;
}

.lt-ie9 .account-b .prof-menu-auth {
    border-color: #505449;
}

.captcha-inp-line {
    margin-top: 10px;
}

.rem-captcha {
    margin-top: 20px;
}

.rem-captcha .cap-inp-text {
    margin-left: 2px;
    width: 110px;
}


.registration_form .infofield {
    margin-top: 13px;
    font: 13px/13px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #000;
    cursor: default;
    margin-bottom: 5px;
}

.btn-form-subm-wrap {
    margin-top: 22px;
}

.top-panel .account-b .acc-b-content .errors,
.top-panel .account-b .acc-b-content .error,
.top-panel .account-b .acc-b-content .error_message {
    height: auto;
    width: auto;
}


.search-photo-list {
    margin-top: 20px;
}

.search-photo-list .photo_images {
    overflow: hidden;
}

.search-photo-list .photo_item {
    float: left;
    margin-left: 20px;
}

.search-photo-list .photo_item.newline {
    margin-left: 0;
    clear: left;
}

.search-photo-list .photo_item .photo_image {
    height: 155px;
    text-align: center;
    line-height: 155px;
}

.search-photo-list .photo_item .photo_image IMG {
    vertical-align: middle;
}

.slider-search-res-img {
    max-width: 136px !important;
    max-height: 155px !important;
    width: auto !important;
    height: auto !important;
}

.search-result .shop_list {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 0;
}

.search-result .js_shop_list .inner-short-items {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.search-result .i-s-i-list {
    margin-bottom: 0;
}

.search-result .search_list {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 19px;
}

.search-form-wrap .search-btn {
    margin-top: 10px;
}

.search-result .news-list-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.short-video-list__item IFRAME {
    width: 100% !important;
    height: 373px !important;
}

.mp-banner {
    border: 2px solid #000;
    border-radius: 3px;
    padding: 15px 13px;
}
@media (max-width: 470px) {
    .mp-banner {
        padding: 15px 8px;
    }
}

.mp-banner.important {
    border-color: #d84f1e;
}

.mp-banner.warning {
    border-color: #dcc702;
}

.mp-banner.information {
    border-color: #737a4d;
}

.mp-banner .title {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.mp-banner .description {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
}

.mp-banner .description P {
    text-indent: 0;
    margin: 10px 0;
}


/**/
.cat-descr-b {
    border: 1px solid #d5d7c4;
    border-radius: 3px;
    padding: 15px 13px;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 13px;
    line-height: 18px;
    margin-top: 38px;
}
@media (max-width: 940px) {
    .cat-descr-b {
        margin-left: 0;
        display: none;
    }
}

.cat-descr-b.important {
    border-color: #d84f1e;
}

.cat-descr-b.warning {
    border-color: #dcc702;
}

.cat-descr-b.information {
    border-color: #737a4d;
}

.cat-descr-b P {
    text-indent: 0;
    margin: 10px 0;
}

.cat-descr-b UL {
    text-indent: 0;
    margin: 10px 0;
    padding-left: 17px;
    list-style-type: disc;
}

/**/


.main-content .text-information .t-i-content .first-info > .right .shop_waitlist {
    position: absolute;
    top: 229px;
    left: 0;
    background: transparent;
    padding: 0;
    display: block !important;
}

@media (max-width: 940px) {
    .main-content .text-information .t-i-content .first-info > .right .shop_waitlist {
        top: 177px;
    }
}

@media (max-width: 470px) {
    .main-content .text-information .t-i-content .first-info > .right .shop_waitlist {
        top: 176px;
    }
}

.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .title {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    padding-bottom: 0 !important;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .content {
    position: relative;
    margin-top: 7px;
}
@media (max-width: 940px) {
    .main-content .text-information .t-i-content .first-info > .right .shop_waitlist .content {
        margin-top: 2px;
    }
}

.main-content .text-information .t-i-content .first-info > .right .shop_waitlist INPUT[type="email"] {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 168px;
    height: 30px;
    background-color: #FFF;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 13px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 2px 3.5px 7px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0;
    /*left: 20px;*/
    color: #c2c2c2;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .shop_waitlist INPUT[type="email"] {
    padding-top: 7px;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist INPUT[type="email"].focus, .main-content .text-information .t-i-content .first-info > .right .shop_waitlist INPUT[type="email"].filled {
    color: #555;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    text-shadow: 0 -1px 0 #394429;
    text-align: center;
    text-transform: lowercase;
    padding-left: 3px;
    padding-right: 5px;
}

.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .error_waitlist {
    width: 174px;
    left: 0;
    top: 34px;
    right: auto;
}

.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find {
    display: block;
    width: 33px;
    height: 30px;
    position: relative;
    position: absolute;
    top: 0px;
    left: 167px;
    cursor: pointer;
}

.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find INPUT[type="button"] {
    position: absolute;
    left: -9999px;
}

.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .normal,
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .hover,
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .normal,
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/find-b_btn_2.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .normal {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/find-b_btn_hover_2.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .hover {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/find-b_btn_active_2.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find .active {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find.disable {
    cursor: default;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:hover .normal {
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:hover .normal {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:hover .hover {
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:hover .hover {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:hover .active {
    opacity: 0;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:hover .active {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:active .normal {
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:active .normal {
    display: block;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:active .hover {
    opacity: 0;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:active .hover {
    display: none;
}
.main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:active .active {
    opacity: 1;
}
.lt-ie9 .main-content .text-information .t-i-content .first-info > .right .shop_waitlist .btn_find:active .active {
    display: block;
}

.js-set-error {
    left: 5px;
    margin: 0!important;
}

.cart_form .errors,
.registration_form .errors,
.reminding_form .errors {
    padding: 2px 10px !important;
}

.cart_img img {
    max-width: 100%;
    width: auto !important;
}

.cart_img {

}
.cart_img div {
    margin-left: 3px;
    width: 65px;
    overflow: hidden;
}

.cart_img IMG[src$="empty-cap.png"] {
    width: 136px !important;
    height: 94px !important;
    max-width: none !important;

}

.subscription .errors,
.subscribtion_form .errors
{
    padding: 2px 10px !important;
    width: auto;
    height: auto;
    z-index: 200;
}

.subscription .search-btn,
.subscribtion_form .search-btn {
    margin-top: 10px;
}

.reg-subscr {
    margin-top: 13px;
}

.subscribtion_form INPUT[type="checkbox"],
.reg-subscr INPUT[type="checkbox"] {
    position: relative;
    top: 1px;
    cursor: pointer;
}

.subscribtion_form LABEL,
.reg-subscr LABEL {
    margin-left: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cart-checkbox-group {
    /*margin-top: 20px;*/
}

.cart-checkbox-group .reg-subscr {
    margin-top: 9px;
    margin-bottom: 7px;
}

.cart-checkbox-group [class^="order_form_param"] {
    margin-top: 6px;
}

.cart_form .errors {
    z-index: 200;
}

.error.true,
.errors.true {
    color: #48a841;
}

.registration_message {
    font-weight: 600;
}

.reminding_result {
    position: static;
    float: left;
    width: auto;
    height: auto;
}

.main-page-text__outer {
    border-top: 1px solid #ccc;
    clear: both;
}

.main-page-text__inner {
    border: 1px solid #ccc;
    clear: both;
    padding: 30px;
    padding-bottom: 40px;
}

.main-page-text {
    padding: 0;
    clear: both;
    border-left: 18px solid #f3f2ea;
    border-top: 18px solid #f3f2ea;
    border-right: 18px solid #f3f2ea;
}

.main-page-text .title {}
.main-page-text .content {}
.main-page-text .content P,
.main-page-text .content UL {
    margin: 10px 0;
}
.main-page-text H1 {
    margin-top: 0;
    margin-bottom: 22px;
}
.main-page-text H2 {
    margin-top: 20px;
    margin-bottom: 17px;
}
.main-page-text H1,
.main-page-text H2 {
    font-size: 26px;
    line-height: 1.1em;
}
@media (max-width: 470px) {
    .main-page-text H1,
    .main-page-text H2 {
        font-size: 18px;
        line-height: 1.1em;
    }
}

.display-none {
    display: none;
}

.index-slider LI.next-active A {
    cursor: default;
}

.brands-b {
    clear: both;
    padding: 0 20px;
    margin-bottom: 30px;
    position: relative;
    left: -3px;
    /*    width: 902px;*/
}
.index-page .brands-b {
    /*margin-bottom: 50px;    */
}
.brands-b .title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}
.brands-b .content {
    margin-top: 17px;
    overflow: hidden;
}
.brands-b .content UL {}
.brands-b .content UL > LI {
    float: left;
    margin-left: 3px;
    margin-top: 3px;
}
.brands-b .content UL > LI A {
    display: block;
    color: #406618;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.sitemap-wrap {}

.sitemap-wrap P {
    margin-top: 2px;
    margin-bottom: 2px;
}

#order_delivery_table {
    min-height: 300px;
}
#order_delivery_table.loading {
    background: transparent url('/custom/custom27_09_2015_02_09/img/spec-army/spin.svg') no-repeat center;
}

.delivery-user-city {
    font-size: 15px;
    line-height: 21px;
}
.delivery-user-city__title {
    color: #7b7b7b;
}
.delivery-user-city__name {
    display: inline-block;
    min-width: 20px;
    padding-left: 24px;
    background: url('/custom/custom27_09_2015_02_09/img/spec-army/icon-sign.png') scroll no-repeat 0 center;
}
.delivery-user-city__name.loading {
    background: transparent url('/custom/custom27_09_2015_02_09/img/spec-army/spin.svg') no-repeat 0 center;
    background-size: contain;
}
.delivery-user-city__change-button {
    display: inline-block;
    margin-left: 24px;
    font-size: 12px;
    line-height: 13px;
    color: #ff0000;
    border-bottom: 1px dotted #ff0000;
    cursor: pointer;
}
.delivery-user-city__change-button:hover {
    border-bottom: none;
}
.delivery-user-city__change-popup {
    display: none;
    position: absolute;
    width: 300px;
    padding: 10px 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.15);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.15);
    margin-top: -12px;

}
.delivery-user-city__change-popup div {
    margin: 10px 0;
}
.delivery-user-city__change-popup__close {
    color: #ff0000;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    border-bottom: 1px dotted #ff0000;
}
.delivery-user-city__change-popup__close:hover {
    border-bottom: none;
}
.delivery-user-city__change-popup .form-field {
    width: 100%;
}

.cart-delivery {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.15);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.15);
}

.search_name {
    color: #406618;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.shop_block_coupon {
    margin-top: 20px;
    position: relative;
}

.coupon-text {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    height: 30px !important;
    line-height: 30px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    padding-left: 9px !important;
    padding-right: 9px !important;
    box-sizing: border-box;
    width: 130px;
    border-radius: 3px;
    box-shadow: inset 2px 3.5px 7px rgba(0, 0, 0, 0.1);
    color: #555;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    margin-top: 3px !important;

    margin-left: 5px;
}

.lt-ie9 .coupon-text {
    padding-top: 7px;
}


.shop_block_coupon .errors {
    width: auto;
    height: auto;
    top: 100%;
}

.add-review-form .bbcode_toolbar {
    margin-bottom: 10px !important;
    margin-top: 20px;
}
@media (max-width: 470px) {
    .add-review-form .bbcode_toolbar {
        margin-top: 12px;
    }
}

.add-review-form .bbcode_smiles {
    width: 26px !important;
    height: 26px !important;
}

.add-review-form .bbcode_smiles {
    cursor: pointer;
}

.add-review-form .bbcode_smiles > DIV {
    cursor: auto;
}
.comm-text-style {
    word-wrap: break-word;
}
.comm-text-style UL {
    list-style-type: disc;
    padding: 0 0 0 30px;
    margin: 10px 0;
}
.comm-text-style UL BR {
    display: none;
}
.comm-text-style UL > LI BR {
    display: inline;
}

.comm-text-style OL {
    padding: 0 0 0 30px;
    margin: 10px 0;
}
.comm-text-style OL BR {
    display: none;
}
.comm-text-style OL > LI BR {
    display: inline;
}

.js .cart_recalc INPUT[type="submit"] {
    display: none;
}


/* ==========================================================================
 * Helper classes
 * ========================================================================== */
.nobr {
    white-space: nowrap;
}

.curd {
    cursor: default;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

/* ==========================================================================
 * Print styles
 * ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.ui-menu{position:absolute;}
.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;
    cursor:pointer;min-height:0;}
.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}
.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}
.ui-menu-icons{position:relative}
.ui-menu-icons .ui-menu-item{padding-left:2em}
.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}
.ui-menu .ui-menu-icon{left:auto;right:0}
.ui-widget-content{
    border:1px solid #aaaaaa;background:#ffffff 50% 50% repeat-x;color:#222222;
}
.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}
.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}
.ui-autocomplete{
    position:absolute;top:0;left:0;cursor:default;
}

.ui-autocomplete.ui-widget-content.ui-autocomplete-spec {
    border: 1px solid #e1e1df;
    background: #f3f3ef;
    padding: 10px 0;
    max-height: 250px;
    font-family: Arial, Helvetica, sans-serif;
}
.ui-autocomplete.ui-widget-content.ui-autocomplete-spec .ui-menu-item a {
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    font-size: 13px;
}
.ui-autocomplete.ui-widget-content.ui-autocomplete-spec .ui-menu-item a .hint {
    color: #777;
    font-size: 11px;
}
.ui-autocomplete.ui-widget-content.ui-autocomplete-spec .ui-menu-item a .important {
    font-weight: bold;
}

@media (max-width: 470px) {
    .ui-autocomplete {
        width: 256px !important;
    }
}

.naiden{
    overflow: hidden;
    padding: 5px;
    border: 1px solid transparent;
    display: block;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    color: #646938;
    padding: 9px 20px 8px 11px;
    border-bottom: 1px solid #eee;
}
.ui-autocomplete.ui-widget-content{
    padding: 5px;
    z-index: 1000;
    border: 1px solid #dadada;
    box-shadow: 2px 3.5px 5px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
}
.naiden img {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 5px;
}
.naiden .searchword,
.naiden .searchprice {
    font-weight: bold;
}
.naiden .searchword {
    color: #ff0000;
}
.naiden b{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.naiden:hover{
    background: #525b43 -webkit-linear-gradient(bottom, #7A8151 0%, #515B43 30%, #7A8151 100%);
    background: #525b43 linear-gradient(to top, #7A8151 0%, #515B43 30%, #7A8151 100%);
    color: #fff200;

}

.naiden a:hover,.naiden:hover a{
    background: none;
    border: none;
    color: #fff200;
}

.votes_block LABEL[for^="votes_radio"],
.votes_block LABEL[for^="votes_userversion"] {
    color: #555;
    cursor: pointer;
}

.votes_block {
    /*    display: none;*/
    margin: 28px 0 28px 0 !important;
}

/*.useradmin_panel ~ * .votes_block {
    display: block;
}*/

.votes_block {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.votes_block .title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}

.vote-send {
    margin-top: 17px;
}

.vote-send,
.vote-results {
    float: left;
}

.vote-send .results {
    float: left;
}

.vote-radio {
    margin: 5px 0;
}

.votes_block .rem-captcha {
    margin-top: 15px;
}

.votes_block .question-title {
    margin: 15px 0;
    font-weight: 600;
}

.votes_count {
    margin: 15px 0;
}

.votes_answer {
    margin: 8px 0;
}

.votes_line {
    height: 10px;
    background: #707741;
    margin-top: 4px;
}

.votes-block-item:nth-child(n+2) {
    border-top: 1px dashed #e5e5e5;
    margin-top: 16px;
}

.votes-wrap {
    overflow: hidden;
}

.votes-list {
    width: 240px;
    float: left;
}

.votes-image {
    width: 400px;
    height: 200px;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/votes-right.jpg);
    float: right;
}


/* 3 colomns */
.i-s-i-list .items-list-line {
    overflow: hidden;
    padding-bottom: 1px;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/items-list-border-bottom.png) 0 100% no-repeat;
    float: left;
    clear: left;
}
.i-s-i-list .items-list-line + .items-list-line {
    overflow: hidden;
    margin-top: 20px;
}
@media (max-width: 940px) {
    .i-s-i-list .items-list-line {
        background: none;
        padding-bottom: 0;
        margin-top: 0 !important;
    }
}
.i-s-i-list .items-list-line > LI {
    width: 191px;
    float: left;
    border: 1px solid #D5D7C3;
    padding: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: -2000em;
    padding-bottom: 2000em;
}

@media (max-width: 940px) {
    .i-s-i-list .items-list-line > LI {
        margin-bottom: 15px;
        padding-bottom: 10px;
        box-sizing: border-box;
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 748px) {
    .i-s-i-list .items-list-line > LI {
        padding-right: 12px;
    }
}

.i-s-i-list .items-list-line > LI.js_shop:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}

.i-s-i-list .items-list-line > LI.separator {
    display: none;
}

.i-s-i-list .items-list-line > LI .left {
    float: left;
    clear: left;
    width: 191px;
}

.i-s-i-list .items-list-line > LI .center {
    float: left;
    width: 191px;
    clear: left;
}
@media (max-width: 940px) {
    .i-s-i-list .items-list-line > LI .center {
        clear: none;
        float: right;
        width: 261px;
    }
}
@media (max-width: 748px) {
    .i-s-i-list .items-list-line > LI .center {
        width: 191px;
    }
}
@media (max-width: 470px) {
    .i-s-i-list .items-list-line > LI .center {
        width: 100%;
    }
    .i-s-i-list .items-list-line > LI .right {
        width: 100% !important;
    }
}

.i-s-i-list .items-list-line > LI .right {
    float: left;
    position: relative;
    clear: left;
    padding-bottom: 10px;
    margin-top: 20px;
    text-align: left;
    width: 191px;
}
@media (max-width: 940px) {
    .i-s-i-list .items-list-line > LI .right {
        clear: none;
        float: right;
        width: 261px;
    }
}
@media (max-width: 748px) {
    .i-s-i-list .items-list-line > LI .right {
        width: 191px;
    }
}

.i-s-i-list .items-list-line > LI .left .img-wrap {
    /*margin-left: 21px;*/
    margin-left: 1px;
}

.i-s-i-list .items-list-line > LI .right .availability {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
}

.i-s-i-list .items-list-line > LI .right {
    text-align: left;
}

.i-s-i-list .items-list-line > LI .right .buy-price {

}

.i-s-i-list .items-list-line > LI .right .buy-btn {
    position: relative;
    top: 0;
    left: 36px;
    float: left;
    clear: left;
}
@media (max-width: 940px) {
    .i-s-i-list .items-list-line > LI .right .buy-btn {
        left: 70px;
    }
}
@media (max-width: 470px) {
    .i-s-i-list .items-list-line > LI .right .buy-btn {
        left: 68px;
    }
}

.i-s-i-list .items-list-line > LI .right .buy-price .old,
.i-s-i-list .items-list-line > LI .right .buy-price .new {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}

.i-s-i-list .items-list-line > LI .right .buy-price .old {
    margin-bottom: 1px;
}

.i-s-i-list .items-list-line > LI .right .buy-price {
    margin-top: 0;
    float: right;
}

.i-s-i-list .items-list-line > LI .right .buy-btn {
    margin-top: 10px;
    clear: both;
}
@media (max-width: 940px) {
    .i-s-i-list .items-list-line > LI .right .buy-btn {
        margin-top: 15px;
        clear: both;
    }
}

.i-s-i-list .items-list-line > LI .right .availability {
    text-align: left;
    float: left;
}

.price-block-0 {}
.price-block-0 .availability {
    top: 5px !important;
}

.price-block-1 {}
.price-block-1 .availability {
    top: -7px !important;
}

.price-block-2 {}
.price-block-2 .availability {
    top: 13px !important;
}

.price-block-3 {}
.price-block-3 .availability {
    top: 3px !important;
}

.price-block-4 {}
.price-block-4 .buy-price {
    position: relative;
    top: 8px;
}
.price-block-4 .availability {
    top: -3px !important;
}

.price-block-5 {}
.price-block-5 .buy-price {
    position: relative;
    top: 4px;
}
.price-block-5 .availability {
    top: 3px !important;
}

#scroller {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 130px;
    padding: 10px 14px 10px 28px;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/to-top-arrow.png) 12px 10px #acaf8e no-repeat;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -ms-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

#scroller:hover {
    background-color: #aba85b;
}

@media (max-width: 1400px) {
    #scroller {
        display: none !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    #scroller {
        right: 30px;
    }
}


@media screen and (max-width: 1195px) {
    #scroller {
        display: none !important;
    }
}

.votes-list .captcha-inp-line .input-title {
    margin-bottom: 4px;
    display: block;
}


.rows-showmore-btn_wrap {
    display: block;
    text-align: center;
    line-height: 23px;
    margin-bottom: 2px;
}

#rows-showmore-btn {
    display: inline-block;
    color: #406618;
    font-size: 21px;
    cursor: pointer;
    padding: 8px 15px 8px;
    background-color: #f3f2ea;
    border-radius: 4px;
    transition: background-color .4s;
}

#rows-showmore-btn:hover {
    background-color: #f3f2bc;
}

#rows-showmore-btn:hover {
    text-decoration: none;
}

#infscr-loading {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    text-align: center;
    display: block;
    /* margin-top: 10px !important; */
}

#infscr-loading IMG {
    display: inline-block;
}

/*
 * Custom votes - with images
*/

.vote-image {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.vote-image IMG {
    max-width: 100%;
    max-height: 100%;
}

.vote-radio.with-image {
    margin-top: 10px;
}

.rows-showmore-btn_wrap + .rows-showmore-btn_wrap {
    display: none;
}

.shop_list_all-cat {
    margin-top: 19px !important;
}

.shop_list_all-cat + .shop_list_all-cat {
    margin-top: 0;
}

.shop_list .block_header {
    background: #f3f2ea !important;
}

.block_header A {
    color: #406618;
    font-size: 18px;
    line-height: 21px;
}

/* CART NEW STYLES */

.cart-nav-link + .cart-nav-link {
    margin-left: 5px;
}

.cart-nav-link {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: 0;

    display: inline-block;
    color: #406618;
    font-size: 21px;
    line-height: 21px;
    cursor: pointer;
    padding: 8px 15px 8px;
    background-color: #f3f2ea;
    border-radius: 4px;
    transition: background-color .4s;
    text-decoration: none;
    border: 0;
}

.cart-nav-link:hover {
    background-color: #f3f2bc;
}

.inner-short-items .error {
    height: auto;
}

.cart-navigation {
    margin: 25px 0 35px 0;
}

.cart-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
}
.cart-navigation ul li {
    margin: 0 48px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 70px;
    white-space: nowrap;
}
.cart-navigation ul li:last-child {
    margin-right: 0;
}
.cart-navigation ul li a {
    text-decoration: none;
}
.cart-navigation__title {
    font: 14px/18px Arial;
    font-weight: bold;
    margin-left: -14px;
}
.cart-navigation ul li.enabled:not(.active) a:not(:hover) .cart-navigation__title span {
    text-decoration: underline;
}
.cart-navigation ul li.active a {
    cursor: default;
}
.cart-navigation ul li.disabled .cart-navigation__title {
    color: #b1b1b1;
}
.cart-navigation__title i {
    color: #b1b1b1;
    font-style: normal;
}
.cart-navigation__icon {
    display: block;
    position: relative;
    width: 42px;
    height: 41px;
    background-image: url("/custom/custom27_09_2015_02_09/img/spec-army/icons-steps.png");
    background-repeat: no-repeat;
    margin: 0 auto 12px auto;
}
.cart-navigation ul li.step1 .cart-navigation__icon {
    background-position: -42px -1px;
}
.cart-navigation ul li.step11 .cart-navigation__icon {
    background-position: -84px -1px;
}
.cart-navigation ul li.step12 .cart-navigation__icon {
    background-position: -126px -1px;
}
.cart-navigation ul li.enabled.step .cart-navigation__icon {
    background-position: 0 100%;
}
.cart-navigation ul li.enabled.step1 .cart-navigation__icon {
    background-position: -42px 100%;
}
.cart-navigation ul li.enabled.step11 .cart-navigation__icon {
    background-position: -84px 100%;
}
.cart-navigation ul li.enabled.step12 .cart-navigation__icon {
    background-position: -126px 100%;
}

.cart-navigation__icon:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    background-image: url('/custom/custom27_09_2015_02_09/img/spec-army/cart-dash.png');
    background-repeat: no-repeat;
    background-position: 0 100%;
    top: 50%;
    right: 100%;
    margin: -3px 10px 0 0;
}
.cart-navigation ul li.enabled .cart-navigation__icon:before {
    background-position: 0 0;
}
.cart-navigation ul li:first-child .cart-navigation__icon:before {
    display: none;
}

.one_click_all_cart {
    display: none !important;
}
@media (max-width: 470px) {
    .one_click_all_cart {
        box-sizing: border-box;
    }
}

.oneclick-visible {
    display: block !important;
}

#show_cart_one_click {
    padding-bottom: 4px;
}

.oneclick-wrap + .cart-nav-link-wrap {
    /*padding-bottom: 328px;*/
}
@media (max-width: 940px) {
    .oneclick-wrap + .cart-nav-link-wrap {
        padding-bottom: 0;
    }
}
.cart-nav-link-wrap P {
    overflow: hidden;
}
.cart-nav-link.prev {
    float: left;
    margin-left: 0px;
}
.cart-nav-link.next {
    float: right;
    margin-right: 0px;
}


.main-menu_left {
    background: #4e563c url(/custom/custom27_09_2015_02_09/img/spec-army/mm-bg.jpg);
    position: relative;
    margin-bottom: 19px;
}
@media (max-width: 748px) {
    .main-menu_left {
        width: 222px;
    }
}
@media (max-width: 470px) {
    .main-menu_left {
        margin-top: 60px;
    }
}
.main-menu_left:before {
    content: '';
    display: block;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-shadow.png);
    height: 19px;
    width: 221px;
    position: absolute;
    top: 100%;
    left: 0;
}

.main-menu_left .pad-bottom {
    height: 12px;
    position: relative;
}
@media (max-width: 748px) {
    .main-menu_left .pad-bottom {
        height: 9px;
        position: relative;
    }
}
.main-menu_left .pad-bottom:before {
    content: '';
    display: block;
    background: rgba(255,255,255,.25);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.main-menu_left .pad-bottom:after {
    content: '';
    display: block;
    background: rgba(0,0,0,.2);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main-menu_left > .title {
    height: 66px;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 23px;
    padding-left: 19px;
    position: relative;
}
@media (max-width: 748px) {
    .main-menu_left > .title {
        padding-top: 16px;
        padding-left: 10px;
        padding-bottom: 8px;
        height: auto;
        overflow: hidden;
    }
    .main-menu_left > .title .title-inner {
        background: url(/custom/custom27_09_2015_02_09/img/spec-army/top-nav-title.png) 7px 4px no-repeat;
        padding-top: 0;
        padding-left: 46px;
        height: auto;
        cursor: pointer;
        float: left;
    }
    /*
    .main-menu_left > .title {
        background: url(/custom/custom27_09_2015_02_09/img/spec-army/top-nav-title.png) 20px 19px no-repeat;
        padding-top: 16px;
        padding-left: 62px;
        height: 41px;
    }*/
}

.main-menu_left > .list {}

@media (max-width: 748px) {
    .main-menu_left > .list {
        display: none;
    }
}

.main-menu_left > .list > LI {}
.main-menu_left > .list > LI > .item {
    font: 600 13px/16px Arial;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
}
.main-menu_left > .list > LI > .item:hover {
    background: rgba(100,105,78,.7);
}
.main-menu_left > .list > LI.active > .item.with-inner {
    background: rgba(56, 57, 50, .7);
}
.main-menu_left > .list > LI.active > .item A {
    color: #a1a07e;
}
.main-menu_left > .list > LI > .item.with-inner A:before {
    content: '';
    display: block;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_to-down.png);
    position: absolute;
    top: 11px;
    right: 9px;
    width: 12px;
    height: 7px;
    opacity: 1;
}
.main-menu_left > .list > LI > .item.with-inner.show A:before {
    opacity: 0;
}
.main-menu_left > .list > LI > .item.with-inner A:after {
    content: '';
    display: block;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_to-up.png);
    position: absolute;
    top: 11px;
    right: 9px;
    width: 12px;
    height: 7px;
    opacity: 0;
}
.main-menu_left > .list > LI > .item.with-inner.show A:after {
    opacity: 1;
}
.main-menu_left > .list > LI > .item A {
    color: #fff;
    text-decoration: none;
    display: block;
    padding-left: 19px;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 6px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
}
.main-menu_left > .list > LI > .item A:hover {
    color: #eddd01;
}

.main-menu_left > .list > LI.sep {
    height: 2px;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item__separator.png);
    cursor: pointer;
    position: relative;
}

.main-menu_left > .title:before,
.main-menu_left > .list > LI > .item:before,
.main-menu_left > .list > LI.sep:before,
.main-menu_left > .title:after,
.main-menu_left > .list > LI > .item:after,
.main-menu_left > .list > LI.sep:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
}
.main-menu_left > .title:before,
.main-menu_left > .list > LI > .item:before,
.main-menu_left > .list > LI.sep:before {
    background: rgba(255,255,255,.25);
    right: 0;
}
.main-menu_left > .title:after,
.main-menu_left > .list > LI > .item:after,
.main-menu_left > .list > LI.sep:after {
    background: rgba(0,0,0,.2);
    left: 0;
}


.main-menu_left .level-2,
.main-menu_left .level-3,
.main-menu_left .level-4,
.main-menu_left .level-5,
.main-menu_left .level-6 {
    background: #343a27;
    position: relative;
    overflow: hidden;
}
.main-menu_left .level-2:before,
.main-menu_left .level-3:before,
.main-menu_left .level-4:before,
.main-menu_left .level-5:before,
.main-menu_left .level-6:before {
    content: '';
    display: block;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_level-2-shadow.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 100%;
}
.main-menu_left .level-2 > LI,
.main-menu_left .level-3 > LI,
.main-menu_left .level-4 > LI,
.main-menu_left .level-5 > LI,
.main-menu_left .level-6 > LI {

}
.main-menu_left .level-3 > LI > .item,
.main-menu_left .level-2 > LI > .item,
.main-menu_left .level-4 > LI > .item,
.main-menu_left .level-5 > LI > .item,
.main-menu_left .level-6 > LI > .item {
    font: 600 13px/16px Arial;
    position: relative;
}

.main-menu_left .level-2 > LI > .item A {
    padding-left: 33px;
}

.main-menu_left .level-2 > LI > .item A,
.main-menu_left .level-3 > LI > .item A,
.main-menu_left .level-4 > LI > .item A,
.main-menu_left .level-5 > LI > .item A,
.main-menu_left .level-6 > LI > .item A {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-top: 9px;
    padding-bottom: 6px;
    padding-right: 25px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.main-menu_left .level-2 > LI > .item A:before,
.main-menu_left .level-3 > LI > .item A:before,
.main-menu_left .level-4 > LI > .item A:before,
.main-menu_left .level-5 > LI > .item A:before,
.main-menu_left .level-6 > LI > .item A:before {
    content: '';
    display: block;
    position: absolute;
    left: 19px;
    top: 14px;
}

.main-menu_left .level-2 > LI > .item A:before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-2.png) 100% 0 no-repeat;
    width: 6px;
    height: 5px;
}

.main-menu_left .level-2 > LI > .item A:after,
.main-menu_left .level-3 > LI > .item A:after,
.main-menu_left .level-4 > LI > .item A:after,
.main-menu_left .level-5 > LI > .item A:after,
.main-menu_left .level-6 > LI > .item A:after {
    content: '';
    display: block;
    position: absolute;
    left: 19px;
    top: 14px;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main-menu_left .level-2 > LI > .item A:after {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-2_hover.png) 100% 0 no-repeat;
    width: 6px;
    height: 5px;
}

.main-menu_left .level-2 > LI.active > .item A:before,
.main-menu_left .level-2 > LI > .item.with-inner A:before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-2_active.png) 100% 0 no-repeat;
    width: 6px;
    height: 5px;
}

.main-menu_left .level-2 > LI.active > .item A:before,
.main-menu_left .level-3 > LI.active > .item A:before,
.main-menu_left .level-4 > LI.active > .item A:before,
.main-menu_left .level-5 > LI.active > .item A:before,
.main-menu_left .level-5 > LI.active > .item A:before,
.main-menu_left .level-2 > LI > .item.with-inner A:before,
.main-menu_left .level-3 > LI > .item.with-inner A:before,
.main-menu_left .level-4 > LI > .item.with-inner A:before,
.main-menu_left .level-5 > LI > .item.with-inner A:before,
.main-menu_left .level-6 > LI > .item.with-inner A:before {
    content: '';
    display: block;
    position: absolute;
    left: 19px;
    top: 14px;
}
.main-menu_left .level-2 > LI > .item:hover A:after,
.main-menu_left .level-3 > LI > .item:hover A:after,
.main-menu_left .level-4 > LI > .item:hover A:after,
.main-menu_left .level-5 > LI > .item:hover A:after,
.main-menu_left .level-6 > LI > .item:hover A:after {
    opacity: 1;
}
.main-menu_left .level-2 > LI.active > .item A,
.main-menu_left .level-3 > LI.active > .item A,
.main-menu_left .level-4 > LI.active > .item A,
.main-menu_left .level-5 > LI.active > .item A,
.main-menu_left .level-6 > LI.active > .item A {
    color: #a1a07e;
}
.main-menu_left .level-2 > LI > .item:hover A,
.main-menu_left .level-3 > LI > .item:hover A,
.main-menu_left .level-4 > LI > .item:hover A,
.main-menu_left .level-5 > LI > .item:hover A,
.main-menu_left .level-6 > LI > .item:hover A {
    color: #eddd01;
}
.main-menu_left .level-2 > LI.active > .item.with-inner,
.main-menu_left .level-3 > LI.active > .item.with-inner,
.main-menu_left .level-4 > LI.active > .item.with-inner,
.main-menu_left .level-5 > LI.active > .item.with-inner,
.main-menu_left .level-6 > LI.active > .item.with-inner {
    background: rgba(56, 57, 50, .7);
}
.main-menu_left .level-2 > LI > .item.with-inner A .arrow,
.main-menu_left .level-3 > LI > .item.with-inner A .arrow,
.main-menu_left .level-4 > LI > .item.with-inner A .arrow,
.main-menu_left .level-5 > LI > .item.with-inner A .arrow,
.main-menu_left .level-6 > LI > .item.with-inner A .arrow {
    content: '';
    display: block;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_to-down.png);
    position: absolute;
    top: 11px;
    right: 9px;
    width: 12px;
    height: 7px;
    opacity: 1;
}
.main-menu_left .level-2 > LI > .item.with-inner.show A .arrow,
.main-menu_left .level-3 > LI > .item.with-inner.show A .arrow,
.main-menu_left .level-4 > LI > .item.with-inner.show A .arrow,
.main-menu_left .level-5 > LI > .item.with-inner.show A .arrow,
.main-menu_left .level-6 > LI > .item.with-inner.show A .arrow {
    opacity: 0;
}
.main-menu_left .level-2 > LI > .item.with-inner A .arrow_active,
.main-menu_left .level-3 > LI > .item.with-inner A .arrow_active,
.main-menu_left .level-4 > LI > .item.with-inner A .arrow_active,
.main-menu_left .level-5 > LI > .item.with-inner A .arrow_active,
.main-menu_left .level-6 > LI > .item.with-inner A .arrow_active {
    content: '';
    display: block;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_to-up.png);
    position: absolute;
    top: 11px;
    right: 9px;
    width: 12px;
    height: 7px;
    opacity: 0;
}
.main-menu_left .level-2 > LI > .item.with-inner.show A .arrow_active,
.main-menu_left .level-3 > LI > .item.with-inner.show A .arrow_active,
.main-menu_left .level-4 > LI > .item.with-inner.show A .arrow_active,
.main-menu_left .level-5 > LI > .item.with-inner.show A .arrow_active,
.main-menu_left .level-6 > LI > .item.with-inner.show A .arrow_active {
    opacity: 1;
}
.main-menu_left .level-2 > LI.sep,
.main-menu_left .level-3 > LI.sep,
.main-menu_left .level-4 > LI.sep,
.main-menu_left .level-5 > LI.sep,
.main-menu_left .level-6 > LI.sep {
    height: 2px;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item__separator.png);
    cursor: pointer;
    position: relative;
}
.main-menu_left .level-2 > LI.sep:last-child,
.main-menu_left .level-3 > LI.sep:last-child,
.main-menu_left .level-4 > LI.sep:last-child,
.main-menu_left .level-5 > LI.sep:last-child,
.main-menu_left .level-6 > LI.sep:last-child {
    margin-bottom: 8px;
}



.main-menu_left .level-3 > LI > .item A {
    padding-left: 38px;
}

.main-menu_left .level-4 > LI > .item A {
    padding-left: 43px;
}

.main-menu_left .level-5 > LI > .item A {
    padding-left: 48px;
}

.main-menu_left .level-6 > LI > .item A {
    padding-left: 53px;
}

.main-menu_left .level-3 > LI > .item A:before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3.png) 100% 0 no-repeat;
    width: 11px;
    height: 5px;
}
.main-menu_left .level-4 > LI > .item A:before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3.png) 100% 0 no-repeat;
    width: 16px;
    height: 5px;
}
.main-menu_left .level-5 > LI > .item A:before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3.png) 100% 0 no-repeat;
    width: 21px;
    height: 5px;
}
.main-menu_left .level-6 > LI > .item A:before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3.png) 100% 0 no-repeat;
    width: 26px;
    height: 5px;
}
.main-menu_left .level-3 > LI > .item A:after {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3_hover.png) 100% 0 no-repeat;
    width: 11px;
    height: 5px;
}
.main-menu_left .level-4 > LI > .item A:after {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3_hover.png) 100% 0 no-repeat;
    width: 16px;
    height: 5px;
}
.main-menu_left .level-5 > LI > .item A:after {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3_hover.png) 100% 0 no-repeat;
    width: 21px;
    height: 5px;
}
.main-menu_left .level-6 > LI > .item A:after {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3_hover.png) 100% 0 no-repeat;
    width: 26px;
    height: 5px;
}
.main-menu_left .level-3 > LI.active > .item A:before,
.main-menu_left .level-3 > LI > .item.with-inner A:before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3_active.png) 100% 0 no-repeat;
    width: 11px;
    height: 5px;
}
.main-menu_left .level-4 > LI.active > .item A:before,
.main-menu_left .level-4 > LI > .item.with-inner A:before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3_active.png) 100% 0 no-repeat;
    width: 16px;
    height: 5px;
}
.main-menu_left .level-5 > LI.active > .item A:before,
.main-menu_left .level-5 > LI > .item.with-inner A:before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3_active.png) 100% 0 no-repeat;
    width: 21px;
    height: 5px;
}
.main-menu_left .level-6 > LI.active > .item A:before,
.main-menu_left .level-6 > LI > .item.with-inner A:before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3_active.png) 100% 0 no-repeat;
    width: 26px;
    height: 5px;
}

.optim-text-wrap {
    border: 1px solid #ccc;
    clear: both;
    padding: 30px;
    padding-bottom: 40px;
}

.optim-text-content {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.optim-text-content-before {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/index-text-bg.png) 0 0 repeat-x;
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.optim-text-btn {
    text-align: center;
}

.optim-text-btn .btn_some_green {
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 940px) {
    .shop_block_coupon .js_shop_form {
        height: 33px;
    }

    .shop_block_coupon .js_shop_form:before,
    .shop_block_coupon .js_shop_form:after {

    }

    .shop_block_coupon .js_shop_form:before {}
    .shop_block_coupon .js_shop_form:after {}
}

@media (max-width: 470px) {
    .shop_block_coupon .js_shop_form {
        height: auto;
    }
    .shop_block_coupon .js_shop_form .btn_some_green {
        margin-left: 0 !important;
        clear: left;
        margin-top: 10px !important;
    }
}

@media (max-width: 470px) {
    .cart_table .cart {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 270px;
    }

    .cart_table TABLE TR,
    .cart_table TABLE TD,
    .cart_table TABLE TH {
        padding: 2px;
        width: 242px;
        height: auto !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cart_table TABLE {
        *zoom: 1;
    }
    .cart_table TABLE:before, .cart_table TABLE:after {
        content: " ";
        display: table;
    }
    .cart_table TABLE:after {
        clear: both;
    }

    .cart_table TABLE TR,
    .cart_table TABLE TD,
    .cart_table TABLE TH {
        display: block;
        float: left;
        clear: left;
    }
    .cart_table TABLE > TBODY > TR:first-child {
        clear: none;
        width: 270px;
        text-align: left;
    }

    .text-style TABLE TR,
    .text-style TABLE TD,
    .text-style TABLE TH {
        min-height: 20px;
    }

    .cart_table .cart .cart_name {
        max-width: none;
        width: 242px;
    }

    .cart_table .cart .cart_img,
    .cart_table .cart .cart_price,
    .cart_table .cart .cart_count,
    .cart_table .cart .cart_summ,
    .cart_table .cart .cart_remove,
    .cart_table .cart .cart_name {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cart_price,
    .cart_count,
    .cart_summ {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .cart_remove {
        padding-top: 10px !important;
    }

    .cart_name {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .cart_img {
        padding-bottom: 5px !important;
        text-align: center;
    }

    .cart_count_minus, .cart_count_plus {
        display: block !important;
    }

    .cart_table THEAD {
        display: none;
    }

    .cart_img div {
        margin-left: 0;
        display: inline-block;
    }

    .cart_last_tr .cart_count,
    .cart_last_tr .cart_price,
    .cart_last_tr .cart_last_td {
        display: none;
    }

    .cart_table .cart TR TD {
        border-left: 1px solid #616646;
        border-right: 1px solid #616646;
    }

    .cart_table .cart TR TD:first-child {
        border-top: 1px solid #616646;
    }

    .cart_table .cart TR TD:last-child {
        border-bottom: 1px solid #616646;
    }

    .cart_delivery_title__ + .cart_last_th {
        display: none;
    }

    .cart .cart_last_tr TD {
        border-color: #e5e5e5 !important;
    }

    .cart_old_price:before {
        display: inline;
        content: 'Старая цена: ';
        text-decoration: none;
    }

    .cart_price:before {
        text-align: left !important;
        content: 'Цена: ';
    }

    .cart_table .cart_summ:before {
        display: inline;
        content: 'В сумме: ';
    }

    .cart_table .cart_summ {
        font-weight: 400;
    }

    .cart_table .cart_last_tr .cart_summ:before {
        content: '';
    }

    .cart_table .cart_last_tr .cart_summ {
        font-weight: 600;
    }
}

@media (max-width: 748px) {
    .head_td.head_1 {
        display: none;
    }
}

@media (max-width: 940px) {
    .head_td.head_4 .user_name {
        display: none;
    }

    .useradmin_panel .user_info {
        min-width: 70px !important;
    }
}

.text-information IFRAME {
    width: 100%;
}

.besidecol {
    margin-top: 45px;
}

.besidecol .inp-text_decor {
    width: 204px;
    margin-top: 15px;
}

.besidecol .subscr-b-title {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.unis-inp-line {
    width: 100%;
    padding: 5px 0 0 0px;
    height: 45px;
}

.unis-title {
    width: 100%;
    padding: 13px 0 10px 0;
    vertical-align: top;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21.6px;
    color: rgb(51, 51, 51);
    text-align: center;
    line-height: 1.25em;
}

.unis-table-wrap {
    padding-right: 20px;
}

@media (max-width: 1180px) {
    .unis-table-wrap {
        padding-left: 20px;
        padding-right: 0;
    }
}

@media (max-width: 940px) {
    .besidecol {
        padding-left: 19px;
    }

    .unis-table-wrap {
        padding-right: 0;
        padding-left: 19px;
    }

}


/* low price block */

.items-b-lowprice {
    position: relative;
}
.items-b-lowprice.new-receipts {
    margin-top: 17px;
}
.items-b-lowprice.new-pop-items {
    margin-top: 28px;
}

.items-b-lowprice .content {
    text-align: center;
}

.items-b-lowprice .content > UL {
    display: inline-block;
    text-align: left;
}

@media (max-width: 940px) {
    .items-b-lowprice .content > .list > LI.newline {
        clear: none !important;
        margin-left: 15px !important;
    }
    .items-b-lowprice .content > .list > LI:nth-child(3n + 1) {
        margin-left: 0 !important;
        clear: left !important;
    }
    .items-b-lowprice .content > .list > LI:nth-child(n + 7) {
        display: none;
    }
    .items-b-lowprice .content > .list > LI:first-child {
        clear: none !important;
    }
}

@media (max-width: 748px) {
    .items-b-lowprice .content > .list > LI {
        width: 140px !important;
    }
}

@media (max-width: 470px) {
    .items-b-lowprice .content > .list > LI {
        width: 272px !important;
        margin-left: 0 !important;
    }
    .items-b-lowprice .content > .list > LI + LI {
        margin-top: 10px !important;
    }
}

.items-b-lowprice .title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
}
.items-b-lowprice .showmore {
    font-size: 14px;
    line-height: 16px;
    color: #406618;
    position: absolute;
    top: 2px;
    right: 4px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
@media (max-width: 470px) {
    .items-b-lowprice .showmore {
        display: none;
    }
}
.items-b-lowprice .content {
    *zoom: 1;
    margin-top: 27px;
}
@media (max-width: 470px) {
    .items-b-lowprice .content {
        margin-top: 15px;
    }
}
.items-b-lowprice .content:before, .items-b-lowprice .content:after {
    content: " ";
    display: table;
}
.items-b-lowprice .content:after {
    clear: both;
}

.items-b-lowprice .content > .list > LI .error {
    position: static;
    top: 0;
    left: 0;
    text-align: center;
    box-shadow: none;
    width: auto;
    height: auto;

    font-size: 13px;
    line-height: 18px;
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 3px;
}
.items-b-lowprice .content > .list > LI .error A {
    color: #406618;
}

.items-b-lowprice .content > .list > LI {
    width: 154px;
    position: relative;
    float: left;
    margin-top: 15px;
}
.items-b-lowprice .content > .list > LI + LI {
    margin-left: 15px;
}
@media (max-width: 940px) {
    .items-b-lowprice .content > .list > LI + LI {
        margin-left: 11px;
    }

    .items-b-lowprice .content > .list > LI + LI + LI + LI {
        display: none;
    }
}
.items-b-lowprice .content > .list > LI.newline {
    float: left;
    margin-left: 0;
    clear: left;
}
/*@media (max-width: 940px) {
    .items-b-lowprice .content > .list > LI.newline {
        margin-left: 15px;
        clear: none;
    }
}*/
.items-b-lowprice .content > .list > LI.newline:first-child,
.items-b-lowprice .content > .list > LI.newline:first-child + LI,
.items-b-lowprice .content > .list > LI.newline:first-child + LI + LI,
.items-b-lowprice .content > .list > LI.newline:first-child + LI + LI + LI {
    margin-top: 0;
}
@media (max-width: 940px) {
    .items-b-lowprice .content > .list > LI.newline:first-child + LI + LI + LI {
        margin-top: 15px;
    }
    .items-b-lowprice.new-receipts .content > .list > LI:nth-child(n+4) {
        display: none;
    }
}
.items-b-lowprice .content > .list > LI.with-transparent {
    opacity: 0.35;
}
.items-b-lowprice .content > .list > LI .outer {
    position: relative;
}
.items-b-lowprice .content > .list > LI .outer:hover {
    z-index: 999;
}
.items-b-lowprice .content > .list > LI .outer .outer-wrap {
    position: absolute;
    left: -10px;
    top: -3px;
    width: 165px;
    height: 100%;
    border: 3px solid #929b6e;
    border-radius: 3px;
    padding-bottom: 52px;
    background: #fff;
    display: none;
    box-shadow: 0 5px 19px rgba(87, 96, 42, 0.5);
}
@media (max-width: 748px) {
    .items-b-lowprice .content > .list > LI .outer .outer-wrap {
        width: 154px;
        display: none !important;
    }
}
@media (max-width: 470px) {
    .items-b-lowprice .content > .list > LI .outer .outer-wrap {
        width: 288px;
    }
}

.items-b-lowprice .content > .list > LI.no-buy-btn .outer .outer-wrap {
    padding-bottom: 0;
}

.items-b-lowprice .content > .list > LI .outer .inner {
    border-radius: 2px;
    border: 1px solid #d5d7c4;
    z-index: 200;
    position: relative;
    background: #fff;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s;
    border-radius: 2px;
    padding-bottom: 15px;
}

@media (max-width: 748px) {
    .items-b-lowprice .content > .list > LI .outer .inner {
        border: 1px solid #d5d7c4 !important;
    }
}

.items-b-lowprice .content > .list > LI .outer .inner .img-wrap {
    text-align: center;
    height: 169px;
    line-height: 169px;
    margin-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}
.items-b-lowprice .content > .list > LI .outer .inner .img-wrap A {
    text-decoration: none;
}
.items-b-lowprice .content > .list > LI .outer .inner .img-wrap IMG {
    max-width: 136px;
    max-height: 169px;
    vertical-align: middle;
}
@media (max-width: 748px) {
    .items-b-lowprice .content > .list > LI .outer .inner .img-wrap IMG {
        max-width: 124px;
    }
}
.items-b-lowprice .content > .list > LI .outer .inner .marks {
    display: block;
    position: absolute;
    top: 8px;
    left: -4px;
    text-decoration: none;
}
.items-b-lowprice .content > .list > LI .outer .inner .marks SPAN + SPAN {
    margin-top: 5px;
}
.items-b-lowprice .content > .list > LI .outer .inner .marks .new,
.items-b-lowprice .content > .list > LI .outer .inner .marks .hit,
.items-b-lowprice .content > .list > LI .outer .inner .marks .sale {
    display: block;
    float: left;
    clear: left;
    font: 14px/14px cuprum__bold;
    color: #fff;
    height: 20px;
    box-sizing: border-box;
    padding: 2px 8px 0;
    text-transform: lowercase;
}
.items-b-lowprice .content > .list > LI .outer .inner .marks .new {
    background: #d54e1e;
}
.items-b-lowprice .content > .list > LI .outer .inner .marks .hit {
    background: #28c928;
}
.items-b-lowprice .content > .list > LI .outer .inner .marks .sale {
    background: #c8c602;
}
.items-b-lowprice .content > .list > LI .outer .inner .brand {
    font-size: 13px;
    line-height: 16px;
    /*min-height: 16px;*/
    color: #000;
    margin-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
}
.items-b-lowprice .content > .list > LI .outer .inner .name {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    padding-left: 7px;
    padding-right: 7px;
}
.items-b-lowprice .content > .list > LI .outer .inner .name A {
    color: #406618;
    word-wrap: break-word;
}
.items-b-lowprice .content > .list > LI .outer .inner .price {
    position: relative;
    height: 16px;
    margin-top: 15px;
}
.items-b-lowprice .content > .list > LI .outer .inner .price .old {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #7a7a7a;
    text-decoration: line-through;
    position: absolute;
    top: -6px;
    right: 10px;
}
@media (max-width: 470px) {
    .items-b-lowprice .content > .list > LI .outer .inner .price .old {
        position: static;
        display: inline;
        margin-left: 8px;
    }
}

.items-b-lowprice .content > .list > LI .outer .inner .price .new {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 0;
    left: 8px;
}
@media (max-width: 470px) {
    .items-b-lowprice .content > .list > LI .outer .inner .price .new {
        position: static;
        display: inline;
        margin-left: 8px;
    }
}

.items-b-lowprice .content > .list > LI .outer .btn_to-cart A {
    text-decoration: none;
}

.items-b-lowprice .content > .list > LI .outer .btn_to-cart {
    display: block;
    width: 137px;
    height: 38px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-top: 10px;
    left: 6px;
    z-index: 300;
}

@media (max-width: 748px) {
    .items-b-lowprice .content > .list > LI .outer .btn_to-cart {
        display: none !important;
    }
}
@media (max-width: 470px) {
    .items-b-lowprice .content > .list > LI .outer .btn_to-cart {
        left: 64px;
    }
}

.items-b-lowprice .content > .list > LI .outer .btn_to-cart .text {
    position: relative;
    z-index: 100;
    white-space: nowrap;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .normal,
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .hover,
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .normal,
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .normal {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_normal.png") 0 0 no-repeat;
    opacity: 1;
}
.lt-ie9 .items-b-lowprice .content > .list > LI .outer .btn_to-cart .normal {
    display: block;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .hover {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_hover.png") 0 0 no-repeat;
    opacity: 0;
}
.lt-ie9 .items-b-lowprice .content > .list > LI .outer .btn_to-cart .hover {
    display: none;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/short-card_btn_add-to-cart_active.png") 0 0 no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.lt-ie9 .items-b-lowprice .content > .list > LI .outer .btn_to-cart .active {
    display: none;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart.disable {
    cursor: default;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart:hover .normal {
    opacity: 1;
}
.lt-ie9 .items-b-lowprice .content > .list > LI .outer .btn_to-cart:hover .normal {
    display: block;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart:hover .hover {
    opacity: 1;
}
.lt-ie9 .items-b-lowprice .content > .list > LI .outer .btn_to-cart:hover .hover {
    display: block;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart:hover .active {
    opacity: 0;
}
.lt-ie9 .items-b-lowprice .content > .list > LI .outer .btn_to-cart:hover .active {
    display: none;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart:active .normal {
    opacity: 1;
}
.lt-ie9 .items-b-lowprice .content > .list > LI .outer .btn_to-cart:active .normal {
    display: block;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart:active .hover {
    opacity: 0;
}
.lt-ie9 .items-b-lowprice .content > .list > LI .outer .btn_to-cart:active .hover {
    display: none;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart:active .active {
    opacity: 1;
}
.lt-ie9 .items-b-lowprice .content > .list > LI .outer .btn_to-cart:active .active {
    display: block;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 -1px 0 #394429;
    text-align: left;
    padding-left: 42px;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .text:first-letter {
    text-transform: uppercase;
}
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .hover,
.items-b-lowprice .content > .list > LI .outer .btn_to-cart .active {
    background-position: 3px 0;
}


.items-b-lowprice .content > .list > LI .outer .inner .availability {
    font-size: 14px;
    line-height: 14px;
    position: static;
    margin-top: 10px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    /*    display: none;*/
}
.items-b-lowprice .content > .list > LI .outer .inner .availability.no {
    color: #d53b2e;
    bottom: -28px
}
.items-b-lowprice .content > .list > LI .outer .inner .availability.wait {
    color: #bcc8c8;
    line-height: 15px;
    font-size: 13px;
    bottom: -40px;
}

.lowprice-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;

    width: 536px;
    margin-left: -268px;
    margin-top: -220px;

    display: none;

    /* display: none !important;*/
}

@media (max-width: 470px) {
    .lowprice-popup {

    }
}

.lowprice-popup__content {
    position: relative;
    z-index: 3000;
    background: #fff;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.lowprice-popup__shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 2000;
}

.lowprice-popup__close {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 3000;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/pop-up__close.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.lowprice-popup__close:hover {
    background-color: #a7a064;
}


.video-instruction-list {
    margin: 5px 0 10px !important;
    padding: 0;
    list-style-type: circle;
}

.video-instruction-list > LI {

}

.video-instruction-list > LI > A {

}

.video-instruction-title {
    font-weight: 600;
    margin-bottom: 5px !important;
    text-indent: 0 !important;
    margin-top: 18px !important;
}

.video-instruction-wrap {
    border: 4px solid #e5e5e5;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}



.videoinfo-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;

    width: 536px;
    margin-left: -268px;
    margin-top: -179px;

    display: none;

    /* display: none !important;*/
}

@media (max-width: 748px) {
    .videoinfo-popup {
        width: 400px;
        margin-left: -200px;
        margin-top: -123px;
    }
}

@media (max-width: 470px) {
    .videoinfo-popup {
        width: 230px;
        margin-left: -115px;
        margin-top: -123px;
    }
}

.vi-content IFRAME {
    width: 100%;
    height: 315px;
}

@media (max-width: 748px) {
    .vi-content IFRAME {
        height: 205px;
    }
}

@media (max-width: 470px) {
    .vi-content IFRAME {
        height: 125px;
    }
}

.videoinfo-popup__content {
    position: relative;
    z-index: 3000;
    background: #fff;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.videoinfo-popup__shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 2000;
}

.videoinfo-popup__close {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 3000;
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/pop-up__close.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.videoinfo-popup__close:hover {
    background-color: #a7a064;
}

.vi-title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    color: #000;
    margin-bottom: 27px;
}

.vi-content {


}

IFRAME[name="google_conversion_frame"] {
    position: absolute;
    bottom: 0;
    left: -9999px;
}


.car-items-b {
    position: relative;
}
.car-items-b .content {
    overflow: hidden;
    position: relative;
    height: 360px;
    margin-left: 35px;
    margin-right: 35px;
}
BODY .main-content .fw > .center .car-items-b .content > .list > LI:nth-child(n) {
    margin-top: 0;
    margin-left: 15px !important;
    width: 136px;
}
.main-content .fw > .center .car-items-b .content > .list > LI .outer .inner .img-wrap IMG {
    max-width: 121px;
}
.main-content .fw > .center .car-items-b .content > .list > LI .outer .btn_to-cart {
    margin-left: 10px;
    width: 115px;
}
@media (max-width: 940px) {
    BODY .main-content .fw > .center .car-items-b .content > .list > LI:nth-child(n) {
        width: 199px !important;
    }
}
@media (max-width: 748px) {
    BODY .main-content .fw > .center .car-items-b .content > .list > LI:nth-child(n) {
        width: 179px !important;
    }
}
@media (max-width: 470px) {
    BODY .main-content .fw > .center .car-items-b .content > .list > LI:nth-child(n) {
        width: 204px !important;
    }
}
.car-items-b .content .list {
    width: 9999px;
    position: absolute;
    top: 0;
    left: -15px;
}
.main-content .fw > .center .items-b .content > .list > LI .outer .inner .name {
    max-height: 72px;
    overflow: hidden;
}
.car-items-b .arrows {
    position: relative;
}
.car-items-b .arrows .left:hover,
.car-items-b .arrows .right:hover {
    opacity: .5;
}

.car-items-b .arrows .left,
.car-items-b .arrows .right {
    position: absolute;
    top: 155px;
    width: 20px;
    height: 50px;
    border: 1px solid #406618;
    z-index: 2900;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.car-items-b .arrows .left.disable,
.car-items-b .arrows .right.disable {
    cursor: default;
    opacity: .4;
    border-color: #ccc;
}

.car-items-b .arrows .left {
    left: 0;
    background: url('/custom/custom27_09_2015_02_09/img/spec-army/car-arr_l.png') 50% 50% no-repeat;
}
.car-items-b .arrows .right {
    right: 0;
    background: url('/custom/custom27_09_2015_02_09/img/spec-army/car-arr_r.png') 50% 50% no-repeat;
}

.main-content .text-information .t-i-content .car-items-b > .content {
    width: 589px;
}

.main-content .text-information .t-i-content .cart_order .car-items-b > .content {
    width: 1042px; /*373px;*/
    margin-left: 38px;
}

.no-bars .text-information {
    margin-left: 0;
    margin-right: 0;
}

.no-bars .car-items-b {
    margin-left: 28px;
    margin-right: 28px;
    /*margin-bottom: 30px;*/
    margin-top: 40px !important;
}
.no-bars .cart-information {
    padding-left: 138px;
    padding-right: 28px;
    background-position: 28px 50%;
    display: none;
}
.no-bars .cart-bottom__row .cart-bottom__col:first-child {
    padding-left: 28px;
}
.no-bars .cart-bottom__row .cart-bottom__col:last-child {
    padding-right: 28px;
}
/*.no-bars .cart_table {
    padding-left: 28px;
    padding-right: 28px;
}*/
.no-bars .delivery-user-city {
    padding-left: 28px;
    padding-right: 28px;
}
.no-bars .brands-b {
    padding-left: 28px;
    padding-right: 28px;
    margin-top: 30px;
}
.no-bars {}
.no-bars {}
.no-bars {}

@media (max-width: 1180px) {
    .main-content .text-information .t-i-content .cart_order .car-items-b > .content {
        width: 740px; /*373px;*/
    }
    .main-content .text-information .t-i-content .cart_order .car-items-b > .content {
        margin-left: 68px;
    }
}

@media (max-width: 940px) {
    .main-content .text-information .t-i-content .car-items-b > .content {
        width: 413px; /*373px;*/
    }
    .main-content .text-information .t-i-content .cart_order .car-items-b > .content {
        margin-left: 31px;
        width: 627px;
    }
    BODY .main-content .fw > .center .car-items-b .content > .list > LI:nth-child(n) {
        display: block !important;
        clear: none !important;
    }
    .no-bars .cart-bottom__br {
        display: block !important;
    }

    .cart-bottom__total {
        margin-top: 15px;
        margin-left: 0;
    }
}
@media (max-width: 748px) {
    .main-content .text-information .t-i-content .car-items-b > .content {
        width: 373px; /**/
    }
    .main-content .text-information .t-i-content .cart_order .car-items-b > .content {
        margin-left: 20px;
        width: 373px;
    }
    /*    .cart-bottom__col {
            display: block;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .cart-bottom__col {
            text-align: center !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }*/
    .oneclick-wrap {
        display: inline-block;
    }
    .no-bars .car-items-b .arrows .left {
        left: -15px;
    }
    .no-bars .car-items-b .arrows .right {
        right: -15px;
    }

    .cart-bottom {
        position: relative;
        height: 187px;
    }
    .cart-bottom__col {
        display: block;
        position: absolute;
    }
    .cart-bottom__col:nth-child(1) {
        top: 15px;
        left: 0;
    }
    .cart-bottom__col:nth-child(2) {
        bottom: 15px;
        width: 100%;
        text-align: center;
    }
    .cart-bottom__col:nth-child(3) {
        top: 15px;
        right: 0;
    }
    .cart-navigation ul li {
        margin-right: 28px;
    }
    .cart-navigation__icon:before {
        width: 38px;
    }
    .delivery-user-city__change-popup {
        width: 210px;
    }
    .ui-autocomplete.ui-widget-content.ui-autocomplete-spec {
        width: 210px;
    }
}
.registrationFields-sep {
    height: 12px;
}
.no-bars .fn-content > P {
    margin-left: 28px;
    margin-right: 28px;
}
.no-bars .cart-bottom__br {
    display: none;
}
.cart_table_form {
    padding-left: 28px;
    padding-right: 28px;
}

.center__no-bars .pay-res {
    padding-left: 28px;
    padding-right: 28px;
}

#formForSubmit {
    padding-left: 28px;
    padding-right: 28px;
}
@media (max-width: 470px) {
    .car-items-b .btn_to-cart {
        margin-left: 43px !important;
    }
    .main-content .text-information .t-i-content .car-items-b > .content {
        width: auto;
    }
    .main-content .text-information .t-i-content .cart_order .car-items-b > .content {
        width: 204px;
        margin-left: 19px;
    }
    .cart-navigation ul li {
        display: block;
        text-align: center;
        width: auto;
        margin-right: 0;
    }
    .cart-navigation__icon:before {
        display: none;
    }
    .cart-navigation ul li + LI {
        margin-top: 15px;
    }
    .cart-navigation__icon {
        margin: 0 auto 7px auto;
    }
    .cart-navigation ul li a {
        display: inline-block;
    }
    .cart-bottom {
        height: 190px;
        margin-top: 30px;
    }
    .cart-bottom__col:nth-child(3) {
        padding-left: 23px !important;
    }
    .cart-bottom__col:nth-child(3) {
        left: auto;
        right: 0;
        top: 15px;
        padding-right: 23px !important;
    }
    .cart-bottom .btn_some_green {
        width: 115px;
    }
    .cart-bottom .btn_some_green .hover,
    .cart-bottom .btn_some_green .active {
        background-size: 108px 28px;
    }
    .delivery-user-city__change-popup {
        left: 23px;
    }
    .ui-autocomplete-spec {
        width: 207px !important;
    }
    .cart_delivery_title__ ~ TH {
        display: none !important;
    }
    .cart_table .cart tr {
        border-bottom: 0 !important;
    }
    .one_click_all_cart {
        max-width: 243px;
        padding-left: 11px;
        padding-right: 11px;
    }
    .cart_delivery_group_row TD {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .cart_delivery_group_name {
        /*        padding-left: 10px;
                padding-right: 10px;*/
    }
    .__cart_delivery.delivery__disabled ~ .cart_summ {
        text-indent: -999px
    }
    .cart_table tr.cart_delivery_group_row:not(.first) td {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .cart_table tr.cart_delivery_group_row:not(.last) td {
        padding-bottom: 0;
    }
    .cart_table .cart TR TD:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    .__cart_delivery {
        padding-left: 10px !important;
    }
    .empty-td {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-size: 1px;
        line-height: 1px;
        /*        display: none !important; */
    }
    .cart_payment_group_name {
        margin-bottom: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 0 !important;
    }
    .cart_payment_group_name + TD {
        display: none !important;
    }
    .cart_check {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .empty-td ~ .cart_check {
        padding-bottom: 0 !important;
    }
    /*    .cart_table_form {
            padding-bottom: 20px;
        }*/
    .cart_order .btn-oneclick-solid {
        width: 120px;
        top: 2px;
    }
    .cart_order .btn-oneclick-solid .normal,
    .cart_order .btn-oneclick-solid .hover,
    .cart_order .btn-oneclick-solid .active {
        -webkit-background-size: 120px 44px;
        background-size: 120px 44px;
    }
    .order_form_param__item.half {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.delivery-user-city__change-popup {
    z-index: 300;
    /*    display: none;*/
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.red-btn:hover,
.red-btn:focus,
.red-btn:active:focus {
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.red-btn:active {
    background-image: none;
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.reg-subscr LABEL {
    font-size: 15px;
    line-height: 21px;
}
.cart_form [class^="order_form_param"] {
    position: relative;
    line-height: 16px;
}
.one_click_all_cart {
    z-index: 3000;
}

.cart_img {
    width: 75px;
}

.cart_form .order_form_param__item .errors {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.cart__coupon-block .error {
    width: auto !important;
    height: auto !important;
    line-height: 16px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* red button common style */

.red-btn A {
    text-decoration: none;
    color: #fff;
}

.red-btn {
    background-color: #c53b3b;
    background-image: -webkit-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: -o-linear-gradient(top, #d14747 0%, #b82e2e 100%);
    background-image: linear-gradient(to bottom, #d14747 0%, #b82e2e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD14747', endColorstr='#FFB82E2E', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    text-decoration: none;

    display: block;
    height: 33px;
    line-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;

    position: static;
    margin-top: 10px;
    margin-left: 18px;
    z-index: 300;
    /*    display: none;*/
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.red-btn:hover,
.red-btn:focus,
.red-btn:active:focus {
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.red-btn:active {
    background-image: none;
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: -o-linear-gradient(top, #cc3333 0%, #a32929 100%);
    background-image: linear-gradient(to bottom, #cc3333 0%, #a32929 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



/* btn green common style */

.green-btn A {
    text-decoration: none;
    color: #fff;
}

.green-btn {
    background-color: #c53b3b;
    background-image: -webkit-linear-gradient(top, #c2be92 0%, #606437 100%);
    background-image: -o-linear-gradient(top, #c2be92 0%, #606437 100%);
    background-image: linear-gradient(to bottom, #c2be92 0%, #606437 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2be92', endColorstr='#606437', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    text-decoration: none;

    display: block;
    height: 33px;
    line-height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;

    position: static;
    margin-top: 10px;
    margin-left: 18px;
    z-index: 300;
    /*    display: none;*/
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.green-btn:hover,
.green-btn:focus,
.green-btn:active:focus {
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cfcc7b 0%, #787b29 100%);
    background-image: -o-linear-gradient(top, #cfcc7b 0%, #787b29 100%);
    background-image: linear-gradient(to bottom, #cfcc7b 0%, #787b29 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC3333', endColorstr='#FFA32929', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.green-btn:active {
    background-image: none;
    background-color: #b82e2e;
    background-image: -webkit-linear-gradient(top, #cfcc7b 0%, #787b29 100%);
    background-image: -o-linear-gradient(top, #cfcc7b 0%, #787b29 100%);
    background-image: linear-gradient(to bottom, #cfcc7b 0%, #787b29 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcc7b', endColorstr='#787b29', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



.p-btns_left,
.p-btns_right {
    width: 49%;
    overflow: hidden;
}

.p-btns_left {
    float: left;
}
.p-btns_right {
    float: right;
}

.order-delivery-warning {
    color: red;
}

.order-delivery-warning B {
       
}

.one_click_all_cart .textarea_decor {
    height: 80px !important;
}


/*
 * NEW MENU WITH SECTIONS
*/

.main-menu_sections {
    margin-top: 25px;
}
.main-menu_sections UL {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.main-menu_sections .mobile-btn {
    display: none;
}
.main-menu_sections .main-menu-content {
    width: 219px;
}
.main-menu_sections .main-menu-content .menu-first {
    width: 219px;
    margin-bottom: 21px;
    position: relative;
}
.main-menu_sections .main-menu-content .menu-first:before {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-shadow.png") 0 0 no-repeat;
    width: 221px;
    height: 19px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -5px;
}
.main-menu_sections .main-menu-content .menu-first > UL {
    position: relative;
    z-index: 100;
    border-radius: 0 7px 7px 7px;
    background: #636848 url("/custom/custom27_09_2015_02_09/img/spec-army/mm-bg.jpg") 0 0 no-repeat;
    border-right: 2px solid #a3a593;
}
.main-menu_sections .main-menu-content .menu-first > UL:before {
    content: "";
    display: block;
    background: rgba(57, 58, 55, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 7px 7px 7px;
}
.main-menu_sections .main-menu-content .menu-first > UL > LI {
    position: relative;
    z-index: 100;
}
.main-menu_sections .main-menu-content .menu-first > UL > LI:not(.sep) {
    padding-top: 9px;
    padding-bottom: 9px;
}
.main-menu_sections .main-menu-content .menu-first > UL > LI.sep {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-item__separator.png") 0 0 repeat-x;
    height: 2px;
}
.main-menu_sections .main-menu-content .menu-first > UL > LI .title {
    text-align: center;
}
.main-menu_sections .main-menu-content .menu-first > UL > LI .title A {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.main-menu_sections .main-menu-content .menu-first > UL > LI .title A:hover {
    text-decoration: none;
}
.main-menu_sections .main-menu-content .menu {
    width: 219px;
}
.main-menu_sections .main-menu-content .menu .active_child .level-3,
.main-menu_sections .main-menu-content .menu .active_child .level-4,
.main-menu_sections .main-menu-content .menu .active_child .level-5 {
    display: block;
}
.main-menu_sections .main-menu-content .menu .level-1 > LI.sep,
.main-menu_sections .main-menu-content .menu .level-2 > LI.sep,
.main-menu_sections .main-menu-content .menu .level-3 > LI.sep,
.main-menu_sections .main-menu-content .menu .level-4 > LI.sep,
.main-menu_sections .main-menu-content .menu .level-5 > LI.sep {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-item__separator.png") 0 0 repeat-x;
    height: 2px;
    cursor: pointer;
    position: relative;
    z-index: 300;
}
.main-menu_sections .main-menu-content .menu .level-1 > LI > .title A,
.main-menu_sections .main-menu-content .menu .level-2 > LI > .title A,
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.main-menu_sections .main-menu-content .menu .level-2 UL,
.main-menu_sections .main-menu-content .menu .level-3 UL,
.main-menu_sections .main-menu-content .menu .level-4 UL,
.main-menu_sections .main-menu-content .menu .level-5 UL {
    display: none;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.empty,
.main-menu_sections .main-menu-content .menu .level-3 > LI.empty,
.main-menu_sections .main-menu-content .menu .level-4 > LI.empty,
.main-menu_sections .main-menu-content .menu .level-5 > LI.empty {
    height: 8px;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.empty:after,
.main-menu_sections .main-menu-content .menu .level-3 > LI.empty:after,
.main-menu_sections .main-menu-content .menu .level-4 > LI.empty:after,
.main-menu_sections .main-menu-content .menu .level-5 > LI.empty:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.with-inner > UL,
.main-menu_sections .main-menu-content .menu .level-3 > LI.with-inner > UL,
.main-menu_sections .main-menu-content .menu .level-4 > LI.with-inner > UL,
.main-menu_sections .main-menu-content .menu .level-5 > LI.with-inner > UL {
    position: relative;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.with-inner > UL:before,
.main-menu_sections .main-menu-content .menu .level-3 > LI.with-inner > UL:before,
.main-menu_sections .main-menu-content .menu .level-4 > LI.with-inner > UL:before,
.main-menu_sections .main-menu-content .menu .level-5 > LI.with-inner > UL:before {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-item_level-2-shadow.png") 0 0 repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.active > UL:before,
.main-menu_sections .main-menu-content .menu .level-3 > LI.active > UL:before,
.main-menu_sections .main-menu-content .menu .level-4 > LI.active > UL:before,
.main-menu_sections .main-menu-content .menu .level-5 > LI.active > UL:before {
    opacity: 1;
}
.main-menu_sections .main-menu-content .menu .level-1 {
    position: relative;
}
.main-menu_sections .main-menu-content .menu .level-1:before {
    content: "";
    display: block;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-shadow.png") 0 0 no-repeat;
    width: 221px;
    height: 19px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -5px;
}
.main-menu_sections .main-menu-content .menu .level-1 + .level-1 {
    margin-top: 21px;
}
.main-menu_sections .main-menu-content .menu .level-1 > LI {
    background: #636848 url("/custom/custom27_09_2015_02_09/img/spec-army/mm-bg.jpg") 0 0 repeat-y;
    border-radius: 0 7px 7px 7px;
    border-right: 2px solid #a3a593;
    border-left: 2px solid #4f533a;
    position: relative;
}
.main-menu_sections .main-menu-content .menu .level-1 > LI > .title {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
}
.main-menu_sections .main-menu-content .menu .level-1 > LI > .title:before {
    content: "";
    display: block;
    background: rgba(57, 58, 55, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 7px 0 0;
}
.main-menu_sections .main-menu-content .menu .level-1 > LI > .title A {
    position: relative;
    z-index: 100;
    text-decoration: underline;
    font-size: 16px;
    line-height: 21px;
    display: inline;
    padding-top: 0;
    padding-bottom: 8px;
}
.main-menu_sections .main-menu-content .menu .level-1 > LI > .title A:hover {
    text-decoration: none;
}
.main-menu_sections .main-menu-content .menu .level-2 {
    padding-bottom: 7px;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI {
    position: relative;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI:not(.sep):after {
    content: "";
    display: block;
    background: rgba(101, 105, 80, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI:not(.sep):hover:after {
    opacity: 1;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI:hover > .title A {
    position: relative;
    z-index: 200;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI > .title A:hover {
    color: #e8dc34;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.with-inner > .title A .arrow,
.main-menu_sections .main-menu-content .menu .level-2 > LI.with-inner > .title A .arrow_active {
    content: "";
    display: block;
    position: absolute;
    z-index: 300;
    top: 11px;
    right: 7px;
    width: 12px;
    height: 7px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.with-inner > .title A .arrow {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_to-down.png") 0 0 no-repeat;
    opacity: 1;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.with-inner > .title A .arrow_active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_to-up.png") 0 0 no-repeat;
    opacity: 0;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.with-inner.active > .title A .arrow {
    opacity: 0;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.with-inner.active > .title A .arrow_active {
    opacity: 1;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.active > .title A {
    position: relative;
    z-index: 200;
    color: #9f9f7f;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.active > .title A:hover {
    color: #e8dc34;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI.active > .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b3c36;
    opacity: 1;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI > .title {
    position: relative;
    z-index: 200;
}
.main-menu_sections .main-menu-content .menu .level-2 > LI > .title A {
    padding-left: 18px;
    padding-right: 23px;
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.main-menu_sections .main-menu-content .menu .level-3 {
    background: #3b3c36;
}
.main-menu_sections .main-menu-content .menu .level-3,
.main-menu_sections .main-menu-content .menu .level-4,
.main-menu_sections .main-menu-content .menu .level-5 {
    position: relative;
    z-index: 200;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title {
    position: relative;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A {
    position: relative;
    z-index: 100;
    padding-right: 22px;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title:after,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title:after,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI.active > .title A,
.main-menu_sections .main-menu-content .menu .level-4 > LI.active > .title A,
.main-menu_sections .main-menu-content .menu .level-5 > LI.active > .title A {
    color: #9f9f7f;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI.active > .title A:hover,
.main-menu_sections .main-menu-content .menu .level-4 > LI.active > .title A:hover,
.main-menu_sections .main-menu-content .menu .level-5 > LI.active > .title A:hover {
    color: #e8dc34;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI.with-inner > .title A .arrow,
.main-menu_sections .main-menu-content .menu .level-3 > LI.with-inner > .title A .arrow_active,
.main-menu_sections .main-menu-content .menu .level-4 > LI.with-inner > .title A .arrow,
.main-menu_sections .main-menu-content .menu .level-4 > LI.with-inner > .title A .arrow_active,
.main-menu_sections .main-menu-content .menu .level-5 > LI.with-inner > .title A .arrow,
.main-menu_sections .main-menu-content .menu .level-5 > LI.with-inner > .title A .arrow_active {
    content: "";
    display: block;
    position: absolute;
    z-index: 300;
    top: 11px;
    right: 7px;
    width: 12px;
    height: 7px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI.with-inner > .title A .arrow,
.main-menu_sections .main-menu-content .menu .level-4 > LI.with-inner > .title A .arrow,
.main-menu_sections .main-menu-content .menu .level-5 > LI.with-inner > .title A .arrow {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_to-down.png") 0 0 no-repeat;
    opacity: 1;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI.with-inner > .title A .arrow_active,
.main-menu_sections .main-menu-content .menu .level-4 > LI.with-inner > .title A .arrow_active,
.main-menu_sections .main-menu-content .menu .level-5 > LI.with-inner > .title A .arrow_active {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_to-up.png") 0 0 no-repeat;
    opacity: 0;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI.with-inner.active > .title A .arrow,
.main-menu_sections .main-menu-content .menu .level-4 > LI.with-inner.active > .title A .arrow,
.main-menu_sections .main-menu-content .menu .level-5 > LI.with-inner.active > .title A .arrow {
    opacity: 0;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI.with-inner.active > .title A .arrow_active,
.main-menu_sections .main-menu-content .menu .level-4 > LI.with-inner.active > .title A .arrow_active,
.main-menu_sections .main-menu-content .menu .level-5 > LI.with-inner.active > .title A .arrow_active {
    opacity: 1;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A {
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A:before, .main-menu_sections .main-menu-content .menu .level-3 > LI > .title A:after,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A:before,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A:after,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A:before,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A:after {
    content: "";
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    top: 11px;
    left: 17px;
    height: 5px;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A:before,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A:before,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A:before {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3.png") 100% 0 no-repeat;
    opacity: 1;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A:after,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A:after,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A:after {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/mm-item_arrow_level-3_hover.png") 100% 0 no-repeat;
    opacity: 0;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A:hover,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A:hover,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A:hover {
    color: #e8dc34;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A:hover:before,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A:hover:before,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A:hover:before {
    opacity: 0;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A:hover:after,
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A:hover:after,
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A:hover:after {
    opacity: 1;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A {
    padding-left: 33px;
}
.main-menu_sections .main-menu-content .menu .level-3 > LI > .title A:before, .main-menu_sections .main-menu-content .menu .level-3 > LI > .title A:after {
    width: 6px;
}
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A {
    padding-left: 42px;
}
.main-menu_sections .main-menu-content .menu .level-4 > LI > .title A:before, .main-menu_sections .main-menu-content .menu .level-4 > LI > .title A:after {
    width: 11px;
    left: 17px;
}
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A {
    padding-left: 50px;
}
.main-menu_sections .main-menu-content .menu .level-5 > LI > .title A:before, .main-menu_sections .main-menu-content .menu .level-5 > LI > .title A:after {
    width: 16px;
    left: 17px;
}

@media (min-width: 749px) {
    .main-menu_sections .main-menu-content {
        display: block !important;
    }
}

@media (max-width: 749px) {
    .main-menu_sections {
        margin-left: 13px;
        float: left;
        margin-bottom: 18px;
    }
    .find-b {
        margin-top: 12px;
    }
    .main-menu_sections .mobile-btn {
        display: block;
        background: url("/custom/custom27_09_2015_02_09/img/spec-army/menu-mobile-btn.png") 0 0 no-repeat;
        width: 219px;
        height: 34px;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .main-menu_sections .mobile-btn .text {
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        font: 600 16px/34px Arial;
        text-shadow: 0 -1px 0 #454a3b;
        background: url("/custom/custom27_09_2015_02_09/img/spec-army/menu-burger.png") 0 10px no-repeat;
        padding-left: 26px;
    }
    .main-menu_sections .main-menu-content * {
        border-radius: 0 !important;
        border-right: 0 !important;
        border-left: 0 !important;
    }
    .main-menu_sections .main-menu-content {
        background: #313426;
        border-right: 2px solid #a3a593;
        border-left: 2px solid #4f533a;
        overflow: hidden;
        border-radius: 7px;
        display: none;
    }
}

@media (max-width: 470px) {
    .main-content > .fw > .left .find-b {
        left: 32px !important;
    }
    .main-menu_sections {
        margin-left: 38px;
        float: left;
        margin-top: 75px;
        margin-bottom: 17px;
    }
}

.ulogin_block__title {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    margin: 7px 0 5px 0;
}

.ajax-shadow {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0, 0.2);
    z-index: 5000;
    display: none;
}
.ajax-loading {
    width: 50px;
    height: 50px;
    background: transparent url('/custom/custom27_09_2015_02_09/img/spec-army/spin.svg') no-repeat center;
    background-size: cover;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    display: none;
    z-index: 5000;
}

.shop-search-list {
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.shop-search__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 45px 5px 0;
    font-size: 12px;

    max-width: 400px;
}

.el-select {
    margin-top: 15px;
}

.shop-search__item .input-title {
    display: block;
    font-weight: bold;
    margin: 0 0 7px 0;
}

.shop-search__item__checkbox {
    display: inline-block;
    margin: 0 15px 5px 0;
}
.shop-search__item__checkbox label {
    cursor: pointer;
}

.shop-search__item input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 3px;
}


.el-select {
    /*margin-left: 36px;*/
    position: relative;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.el-select > .title {
    float: left;
    position: relative;
    cursor: pointer;
}
.el-select > .title > .name {
    font-weight: bold;
}
.el-select > .title > .dropdown {
    position: absolute;
    top: 100%;
    left: -4px;
    width: 155px;
    background: #fbfbfb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 17px;
    padding-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 8px;
    cursor: default;
    display: none;
    z-index: 20;
}
.el-select > .title > .dropdown.scroll {
    max-height: 300px;
    overflow-y: scroll;
    width: 157px;
}
.el-select > .title > .dropdown:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 19px;
    height: 6px;
    width: 100%;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/dropdown_arrow.png") 0 100% no-repeat;
    width: 13px;
    height: 10px;
    margin-bottom: -0px;
}
.el-select > .title > .dropdown > UL > LI + LI {
    margin-top: 10px;
}
.el-select > .result {
    position: relative;
    float: left;
    color: #000;
    margin-left: 4px;
    cursor: pointer;
}
.el-select > .result .ico {
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/catalog-filters__arrow_to-bottom.png") 50% 50% no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    right: -12px;
    cursor: pointer;
}
.el-select.filled > .result .ico {
    right: -15px !important;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/catalog-filters__close-ico.png") 50% 50% no-repeat;
}
.el-select.active > .result .ico {
    right: -12px;
    background: url("/custom/custom27_09_2015_02_09/img/spec-army/catalog-filters__arrow_to-top.png") 50% 50% no-repeat;
}

.header__delivery-user-city {
    font-weight: bold;
    font-size: 11px;
    position: relative;
    top: 38px;
    width: 100%;
    text-align: right;
    z-index: 20;
}
@media (max-width: 470px) {
    .header__delivery-user-city {
        top: 165px;
        text-align: center;
    }
}
.header__delivery-user-city__name {
    color: #406618;
    text-decoration: none;
    border-bottom: 1px dotted #406618;
    cursor: pointer;
    min-width: 20px;
    display: inline-block;
}
.header__delivery-user-city__name.loading {
    background: transparent url('/custom/custom27_09_2015_02_09/img/spec-army/spin.svg') no-repeat 0 center;
    background-size: contain;
    border-bottom: none;
}

/*.shop-search-list {
    display: none;
}*/

.shop_search_article INPUT[type="text"] {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
    width: 148px;
    height: 30px;
    background-color: #FFF;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 19px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 2px 3.5px 7px rgba(0, 0, 0, 0.1);
    border: 1px solid #DADADA;
    color: #c2c2c2;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.search-list-submit {
    display: none;
}

.shop-search__item-filters {
    margin-top: 14px;
    display: inline-block;
    margin-right: 25px;
    color: #898989;
}

.phone-warning {
    color: #f00;
    margin-top: 3px;
    font-size: 12px;
    margin-left: 20px;
}

.cart_one_click_form .phone-warning {
    margin-left: 0px;
}

.foundation-title {
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width: 940px) {
    .pop-up-wrap#pop-up_fastView .pop-up {
        width: 600px;
        top: 20px;
    }
    .pop-up-wrap#pop-up_fastView .main-content .text-information {
        margin: 0;
    }
    .pop-up-wrap#pop-up_fastView .main-content .text-information .t-i-content .first-info {
        margin: auto;
    }

    #pop-up_fastView .first-info {
        display: block;
    }
    #pop-up_fastView .first-info > .left {
        display: block;
        padding-right: 0;
    }
    #pop-up_fastView .first-info > .right {
        display: block;
        margin: 20px auto 0 auto;
        max-width: 100%;
    }

    #pop-up_fastView .main-content .text-information .t-i-content .first-info > .left .img-slider {
        margin: 0;
    }
}

@media (max-width: 749px) {
    .pop-up-wrap#pop-up_fastView .pop-up {
        width: 460px;

    }
    .pop-up-wrap#pop-up_fastView .main-content .text-information .t-i-content .first-info {
        padding-left: 11px;
    }
    
}

@media (max-width: 470px) {
    .pop-up-wrap#pop-up_fastView .pop-up {
        width: 267px;

    }

    .pop-up-wrap#pop-up_fastView .main-content .text-information .t-i-content .first-info {
        padding-left: 0;
    }

    .pop-up-wrap#pop-up_fastView .pop-up-content {
        margin-top: 0;
    }

    .pop-up-wrap#pop-up_fastView .main-content .text-information .t-i-content .card-content {
        margin-top: 10px;
    }
}

.registration_form .ulogin_block__title {
    display: none;
}

.cart-docs {
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 20px;
}

@media (max-width: 470px) {
    .cart-docs {
        margin-top: 5px;
    }
}

.feedback-docs {
    font-size: 12px;
    line-height: 14px;
    color: #888;
    margin-top: 10px;
}

.feedback-docs * {
    color: #888 !important;
}

.inner-docs {
    font-size: 12px;
    line-height: 14px;
    color: #888;
    margin-top: 10px;
}

.inner-docs * {
    color: #888 !important;
}

.reg-docs {
    font-size: 12px;
    line-height: 14px;
    color: #888;
    margin-top: 10px;
}

.reg-docs * {
    color: #888 !important;
}

.comments-docs {
    font-size: 12px;
    line-height: 14px;
    color: #888;
    margin-top: 10px;
}

.comments-docs * {
    color: #888 !important;
}

.subscr-docs {
    font-size: 12px;
    line-height: 14px;
    color: #888;
    margin-top: 10px;
    text-align: center;
}

.subscr-docs * {
    color: #888 !important;
}

.oneclick-docs {
    font-size: 12px;
    line-height: 14px;
    color: #888;
    margin-top: 10px;
}

BODY .oneclick-docs * {
    color: #888 !important;
}

.img-slider .img-wrap IMG {
    cursor: pointer;
}

.dimensions-param {
    margin-bottom: 20px;
}

.goods-slider {
    margin-top: 15px;
}

.back-counter {
    background: url(/custom/custom27_09_2015_02_09/img/spec-army/back-counter-bg-min.jpg) 50% 50% no-repeat;
    max-width: 661px;
    width: 100%;
    height: 230px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #e5f400;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
}

.back-counter .title {
    font: 22px/28px roboto__bold;
    text-transform: uppercase;
    padding-top: 36px;
}

.back-counter .title A {
    color: #e5f400;
}

.back-counter .value {
    font: 600 50px/50px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    margin-top: 10px;
}

.back-counter .link {
    margin-top: 20px;
}

.back-counter .link A {
    color: #fff;
    font: 600 18px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.good-tabs .back-counter {
    height: 210px;
    margin-top: 15px;
}

.good-tabs .back-counter .title {
    padding-top: 28px;
}

.subscription-form {
    margin-top: 50px;
}

@media (max-width: 940px) {
    .back-counter .title {
        font-size: 16px;
        line-height: 21px;
        padding-top: 47px;
    }
    .back-counter .title * {
        font-size: 17px !important;
    }
    
    .back-counter .value {
        font-size: 36px;
        line-height: 36px;
    }
    .good-tabs .back-counter .title {
        padding-top: 39px;
    }
}
@media (max-width: 748px) {}
@media (max-width: 470px) {
    .back-counter {
        letter-spacing: 0;
    }
    
    .back-counter .title {
        font-size: 14px;
        line-height: 21px;
        padding-top: 46px;
    }
    .back-counter BR {
        display: none;
    }
    .back-counter .title * {
        font-size: 15px !important;
    }
    
    .back-counter .value {
        font-size: 22px;
        line-height: 22px;
    }
    .good-tabs .back-counter .title {
        padding-top: 38px;
    }
    
    .good-tabs .back-counter BR {
        display: none;
    }
    
    .back-counter .link A {
        font: 600 16px/16px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    }
}

.back-counter + .goods-slider {
    margin-top: 20px;
}

.back-counter + .goods-slider .title {
    line-height: 23px;
}

.banner-b IMG {
    width: 100%;
}

.loterry-mobile {
    display: none;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 470px) {
    .loterry-pc {
        display: none;
    }
}
@media only screen and (max-width: 470px) {
    .loterry-mobile {
        display: block;
    }
}

.loterry-mobile .image {
    text-align: center;
}
.loterry-mobile .title {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    margin-top: 20px;
}
.loterry-mobile .description {
    margin-top: 15px;
}
.loterry-mobile .text {}
.loterry-mobile .text P {}
.loterry-mobile .star-text {}
.loterry-mobile .star-text UL {}
.loterry-mobile .star-text UL > LI {}

.loterry-pc IMG {
    width: 100%;
}

.pickpoint_info {
    margin-top: 3px;
}
.pickpoint_info.disabled {
    opacity: 0.3;
}
.pickpoint_info a {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#pickpoint_address {
    font-size: 13px;
    margin-top: 5px;
}
#vk_groups iframe{
    padding-top: 30px;
}





/* Feedback get price form */
.feedback-hidden-link{
    min-height: 90px;
    width: 95%;
    background-image: url(/custom/custom27_09_2015_02_09/img/spec-army/optovikam/feedback_btn.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.feedback-hidden{
    display: none;
}

.feedback-hidden .elem-textarea{
    max-width: 450px;
}

.opt-main{
    font-size: 16px;
}
.opt-main h2{
    text-align: center;
    font-size: 40px !important;
    padding: 20px 0;
}
.opt-main h3{
    text-align: center;
    font-size: 25px !important;
    padding: 20px 0;
}
.opt-main h4{
    font-size: 20px !important;
    padding: 10px 0;
}
.opt-main li{
    padding: 10px 0;
}
.opt-plus{
    max-width: 100px;
    padding-right: 10px;
}

.opt-lightbox{
    text-align: center;
    margin: 20px 0;
}
.opt-lightbox img{
    max-height: 150px;
}
.opt-lightbox a{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: 10px 20px;
    color: black;
    line-height: 1.2;
    
}
.opt-lightbox a img,
.opt-lightbox a span{
    display: block;
    margin: auto;
    max-width: 170px;
}
.opt-lightbox a span{
    padding-top: 10px;
}
.opt-partners{ text-align: center; margin: 20px 0; }
.opt-partners img{ width: 27%; }

.text-center{ text-align: center; }

.opt-main p{ text-indent: 40px !important; }
.opt-main ul.star li{ padding-left: 40px;}
.opt-main ul.star span.star{ padding-right: 20px; }

.opt-plus-wrapper p{
    margin-left: -30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#vk_title{
    text-align: center;
    margin-top: 20px;
}

.card-content .shop_form .error {
    position: absolute !important;
    top: 295px !important;
    padding: 0 4px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,1);
}

.card-content .shop_form.with-size .error {
    top: 339px !important;
}


/*-Gallery width fix */

@media (min-width: 941px) {
    
    .main-content .medium-img,    
    .main-content .text-information .t-i-content .first-info > .left .img-slider,
    .card-content .left {
        width: 460px !important;        
    }
    .main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img .img-href .img-wrap > IMG{
        max-width: 455px !important;
        max-height: 285px !important;
    }
    
    .main-content .text-information .t-i-content .first-info > .left .img-slider .medium-img{
        height: 290px !important;
    }
    
    .card-content .right{width: 190px !important;}
    
    .previews-slider ul li,
    .previews-slider ul,
    .previews-slider{
        height: 85px !important;
    }
    
    /* .previews-slider ul li {
        line-height: 85px !important;
    } */
    
    .previews-slider ul li img{
        max-height: 83px !important;
        max-width: 147px !important;
    }


}

/*- Size fixes -*/

@media (max-width: 941px) {
    .avail-two-source ~ .price {
        top: 131px !important;
    }

    .avail-two-source ~ .size {
        top: 236px !important;
    }
    
    .card-content .shop_form .error {
        top: 167px !important;
    }
    
    .card-content .shop_form.with-size .error {
        top: 168px !important;
    }
}

@media (max-width: 470px) {
    .avail-two-source ~ .size {
        top: 219px !important;
    }
}

/*-Right column fix-*/

@media (min-width: 941px) {
    
    .main-content .text-information .t-i-content .first-info > .right .internet-shop .availability{
        left: 0 !important;
        top: 68px !important;
        height: 22px;
        line-height: 10px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .internet-shop .availability.yes,
    .main-content .text-information .t-i-content .first-info > .right .internet-shop .availability.no,
    .main-content .text-information .t-i-content .first-info > .right .internet-shop .availability.wait.nextday{
        line-height: 22px !important;
    }
    
    .main-content .text-information .t-i-content .first-info > .right .availability,
    .internet-shop .availability-descr{
        width: 185px !important;
    }
    
    .storehouse .availability-descr{
        top: 100px !important;
        width: 185px !important;
    }
    
    .main-content .text-information .t-i-content .first-info > .right .storehouse .availability{
        left: 0 !important;
        top: 130px !important;
        height: 22px !important;
        line-height: 10px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .storehouse .availability.yes,
    .main-content .text-information .t-i-content .first-info > .right .storehouse .availability.no,
    .main-content .text-information .t-i-content .first-info > .right .storehouse .availability.wait.nextday{
        line-height: 22px !important;
    }
    
    .main-content .text-information .t-i-content .first-info > .right .price{
        top: 180px !important;
        left: 10px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .price .new{
        width: 100%;
        text-align: center;
    }
    .main-content .text-information .t-i-content .first-info > .right .counter-btn{
        top: 229px !important;
        left: 20px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .counter-btn > .content INPUT[type="text"]{
        height: 23px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .counter-btn > .content .arrows .bottom,
    .main-content .text-information .t-i-content .first-info > .right .counter-btn > .content .arrows .top{
        height: 23px !important;
        line-height: 23px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .good-buy-btn{
        top: 266px !important;
        right: 0px;
    }
    .main-content .text-information .t-i-content .first-info > .right .with-size .good-buy-btn {
        top: 306px !important;
    }
    .first-info .oneclick-wrap{
        top: 260px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .btn-oneclick-solid{
        width: 170px !important;
        right: 0;
        top: 24px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .with-size + .oneclick-wrap .btn-oneclick-solid {
        top: 65px;
    }
    .main-content .text-information .t-i-content .first-info > .right .developer{
        top: 355px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .with-size .developer{
        top: 390px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .with-avail .developer{
        top: 380px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .size{
        /*top: 210px !important;*/
        top: 245px !important;
    }
    .main-content .text-information .t-i-content .first-info > .right .with-size .size {
        top: 260px !important;
    }
    
    .main-content .text-information .t-i-content .first-info > .right .with-avail .size {
        top: 285px !important;
    }

}

.goods-vertical{
    padding-top: 20px;
}

.first-info .developer .title{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
}

.goods-vertical.last-view{
    display: block !important;
}
.right-good-slider .slick-track{
    transform: none !important;
    width: 134px !importantl
}
.right-good-slider .slick-arrow{
    display: none !important;
}
.right-good-slider .slick-track{
    width: 134px !important;
}
.right-good-slider .slick-slide{
    margin: 5px 0;
}



/*
     */
/*
*/