html {
    font-family: sans-serif;
    height: 100vh;
}

body {
    margin: 0;
    height: 100vh;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input.inputfile {
    width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

p {
    margin: 0 0 15px
}

ul,
ol {
    margin: 10px 0
}


/* Template styles
==============================================================================*/

html,
body {
    font: 14px/1.363636364 'Ubuntu', Arial, sans-serif;
    height: 100%;
    width: 100%;
    color: #555;
    background: #fcfcfc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rouble {
    font-family: 'rouble', sans-serif;
    text-transform: lowercase;
    line-height: 1em;
}

.rouble:after {
    content: "о";
    font-family: 'rouble', sans-serif;
}


/* H Group
-----------------------------------------------------------*/

h1,
.h1 {
    font-weight: normal;
    font-size: 24px;
    margin: 25px 0 15px;
}

h2,
.h2 {
    font-weight: normal;
    font-size: 18px;
    margin: 25px 0 18px;
    color: #333;
}

h3,
.h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 25px 0 15px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: normal;
    font-size: 18px;
    margin: 25px 0 15px;
}


/* Links
-----------------------------------------------------------*/

a {
    color: #ea2f30;
    text-decoration: underline;
}

a:visited {}

a:hover {
    text-decoration: none;
}

a:active {}

a:focus {
    outline: none;
}

html:not(.desktop) a[href^=tel] {
    text-decoration: underline;
    color: inherit;
}


/* Form tags styles-----------------------------------------------------------*/

input[type=text],
input[type=search],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
    position: relative;
    font: 11px 'Ubuntu', Arial, sans-serif;
    outline: none;
    padding: 4px;
    border: 1px solid #ccc;
    color: black;
    vertical-align: middle;
    overflow: hidden;
    background: #fff;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
}

textarea {
    overflow: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #aaaaaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #aaaaaa;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

input.placeholder,
textarea.placeholder,
select.placeholder {
    color: #aaaaaa;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input.placeholder:focus,
textarea.placeholder:focus,
select.placeholder:focus {
    color: transparent !important;
}

input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    color: black;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

select {
    padding: 0;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    position: relative;
    text-decoration: none;
    outline: none;
    padding: 4px 8px;
    border: 1px solid #ccc;
    font: 11px 'Ubuntu', Arial, sans-serif;
    display: inline-block;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {}


/* Meta classes
-----------------------------------------------------------*/

.hidden {
    display: none;
}

.show {
    display: block !important;
}

.visible {
    visibility: visible !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.no-border {
    border: none !important;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.disabled {
    cursor: default !important;
    filter: alpha(opacity=30);
}

.error {
    color: red !important;
}

input.error {
    outline: 1px solid red !important;
    outline-offset: -1px;
}

.va-top {
    vertical-align: top !important;
}

.red {
    color: #df2325;
}

.blue {
    color: blue;
}

.yellow {
    color: yellow;
}

.green {
    color: green;
}

.gray {
    color: gray;
}

.vsp_orange1 {
    color: #ffd307
}

.orange {
    color: orange;
}

.f-left,
.float-left,
.left {
    position: relative;
    float: left;
}

.f-right,
.float-right,
.right {
    position: relative;
    float: right;
}

.f-center,
.float-center {
    position: relative;
    float: none;
    margin: 0 auto;
    padding: 0 10px;
    width: 980px;
}

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

.t-left,
.text-left {
    text-align: left;
}

.t-right,
.text-right {
    text-align: right;
}

.t-justify,
.text-justify {
    text-align: justify;
}

.col {
    position: relative;
    margin: 0 0 11px;
    padding: 0;
    zoom: 1;
}

.pic-default {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAjAgMAAACbV6A9AAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAABHRSTlMNAAUJRVLypgAAAMxJREFUGNNdz7HNwjAQBeD3x/oLCkTFCB4hDRWCBdK8JIgULpFowgYWO9wcMIKX8AgUdAxAQThfGl7jrzi9O4NkD/jp+TIAC2MEqsIWU0TZAzqMIywPjDOXiDMrpJkOP3meyqv9UaFbg7Fm+zKuOcCSOW7OhcIkHAu7pR0F6f/tVOTBXwYmbWhyCj5qbxDAb3VbkC2yVrggTWVtLwnOCEnwI5ISd79H1LpdI9fy4/rQ8g9HO75bgFPaihxqJeODMRcG93Ys7KZxI28r4Qc6l0eAD7DptgAAAABJRU5ErkJggg==');
    min-height: 35px;
    min-width: 40px;
}

.col:after,
.f-row:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    zoom: 1;
}


/* Grid system
-----------------------------------------------------------*/

.f-row {
    margin: 0 -6px 0;
    padding: 0;
    zoom: 1;
}

@media (max-width: 991px) {
    .f-row {
        margin: 0;
    }
}

.f-row-item {
    float: left;
    margin-bottom: 12px;
    padding: 0 6px;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-33 {
    width: 33.3333%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-66 {
    width: 66.6667%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.full-width,
.w-100 {
    width: 100%;
}


/* Wrapper
-----------------------------------------------------------*/

#wrapper,
#header,
#content,
#footer,
.pie {
    position: relative
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    min-width: 320px;
}


/* Header
-----------------------------------------------------------*/

#header {
    background: #fff;
    margin-bottom: 12px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.teaser {
    background: url("/images/bck-tsr.jpg") repeat top center transparent;
    color: #FFFFFF;
    font-size: 20px;
    height: 45px;
    text-align: center;
    width: 100%;
}

.teaser__inner {
    display: inline-block;
    line-height: 45px;
}

.teaser__inner .btn_login {
    cursor: pointer;
    border-bottom: 2px dotted;
}

.teaser__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
    zoom: 1;
    z-index: 50;
}

.teaser__close:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background: #fff
}

.teaser__close:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #fff
}

@media only screen and (max-width: 768px) {
    .teaser {
        background: url("/images/bck-tsr-m.jpg") repeat top center transparent;
        height: 100%;
        background-size: cover;
    }
    .teaser__inner {
        font-size: 22px;
        padding: 5px 30px;
    }
}

@media only screen and (max-width: 658px) {
    .teaser__inner {
        line-height: 25px;
    }
}

@media only screen and (max-width: 400px) {
    .teaser__inner {
        line-height: 25px;
        font-size: 18px;
    }
}

.akciya-skidka-1000 {
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #ff0000;
    width: 300px;
    height: 100%;
    border: 2px outset red;
}

.header-center {
    position: relative;
    max-width: 1044px;
    margin: 0 auto;
    padding: 11px 10px 9px;
}

.top-line {
    box-sizing: content-box;
    padding-top: 3px;
    background: #eeeeee;
    border-bottom: 1px solid #dddddd;
    min-height: 20px;
    width: 100%;
}

.top-line__inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 13px;
}

.top-line__left-links {
    float: right;
}

.top-line__left-links a {
    color: #ea2f30;
    font-weight: 500;
}

.top-line__left-links .bonus-link {
    background: url("../img/card.png") no-repeat left center transparent;
    padding-left: 25px;
}

.top-line__left-links .bonus-link.pdr {
    padding-right: 6px;
}

.top-line .header-center-local-item {
    color: #ea2f30;
}


/* Container
-----------------------------------------------------------*/

#content {
    padding: 0 0 100px;
    zoom: 1;
    border-bottom: 5px solid transparent;
}

#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.columns {
    max-width: 1044px;
    margin: 0 auto;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.center {
    position: relative;
    max-width: 1044px;
    margin: 0 auto;
    padding: 0 10px;
}

.columns-main {
    float: left;
    width: 100%;
    position: relative;
}

.columns-main-content {
    margin: 0 0 0 206px;
    position: relative;
}


/* Sidebar
-----------------------------------------------------------*/

.columns-left {
    width: 193px;
    margin-left: -100%;
    float: left;
    position: relative;
}

.columns-right {
    width: 250px;
    margin-left: -254px;
    float: right;
    background: #808040;
    position: relative;
}


/* Footer
-----------------------------------------------------------*/

#footer {
    margin: -100px auto 0;
    clear: both;
    background: #282a2b;
    color: #fff;
}

.footer-center {
    position: relative;
    max-width: 1044px;
    margin: 0 auto;
    padding: 25px 10px 27px;
}


/* Style guide
-----------------------------------------------------------*/

.pic.f-left {
    margin: 4px 15px 10px 0
}

.pic.f-right {
    margin: 3px 0 10px 60px
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: left
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    text-align: left
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.fotorama,
.fotorama * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.note {
    border-left: 5px solid #ccc;
    margin-right: 100px;
    padding: 5px 0 5px 15px
}

.link-underline-dashed {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed #000
}

.link-underline-dashed:hover {
    text-decoration: none;
    border-bottom-color: transparent
}

.hint {
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px dotted #a1a092;
    line-height: 13px;
    cursor: pointer
}

abbr {
    font-weight: 700;
    font-style: normal
}

.hint-body {
    background: none repeat scroll 0 0 #FFF;
    border-radius: 6px;
    bottom: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    display: block;
    font-size: 12px;
    left: 50%;
    line-height: 14px;
    margin-bottom: 16px;
    margin-left: -71px;
    padding: 11px 11px 8px;
    position: absolute;
    width: 142px;
    z-index: 1;
    font-weight: 400;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.hint-body:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 100%;
    left: 50%;
    content: "";
    margin-left: 118px;
    margin-top: 0
}

.hint-body--w {
    margin-left: -142px;
    width: 284px
}

.hint:hover .hint-body {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-bottom: 6px
}

.hint-body-head {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
    display: block
}

.hint-body-p {
    display: block
}

.blockquote {
    padding: 5px 15px;
    margin: 15px 0;
    border-left: 5px solid #eee
}

.blockquote .small,
.blockquote footer,
.blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

.blockquote p {
    margin: 0 0 10px
}

.blockquote p:after {
    content: "»"
}

.blockquote p:before {
    content: "«"
}

.incut {
    background: none repeat scroll 0 0 #fefefe;
    font-size: 1.5em;
    line-height: 1.2;
    margin: 20px 0;
    padding: 15px 20px;
    border: 1px solid #ccc
}

.tabs {
    margin: 15px 0
}

.tabs-menu {
    position: relative
}

.tabs-menu-item {
    border: 1px solid #ccc;
    border-bottom: 0;
    position: relative;
    float: left;
    padding: 5px 15px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
    cursor: pointer;
    background: #fafafa
}

.tabs-content {
    border: 1px solid #ccc;
    padding: 15px;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px;
    border-radius: 0 4px 4px 4px
}

.tabs-content>div {
    display: none
}

.tabs-content>div.active {
    display: block
}

.tabs-menu-item.active {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 0;
    margin-top: -6px;
    padding: 8px 20px;
    top: 1px;
    cursor: default;
}

.guide-menu {
    position: fixed;
    left: 0;
    background: #fff
}

.guide-menu-item-link {
    color: #666;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: inline-block;
    background: none repeat scroll 0 0 #eee;
    padding: 2px 6px
}

.guide-menu-item-link:hover {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-left: 5px;
    margin-right: -5px
}

.guide-menu-item {
    padding: 4px 0 4px 3px;
    width: 200px;
    line-height: 16px;
    border-bottom: 1px solid #eee
}

.guide-menu-item:last-child {
    border-bottom: 0
}

@media only screen and (max-width: 1400px),
only screen and (max-device-width: 1400px) {
    .guide-menu {
        position: static;
        top: 0;
        left: 0;
        margin: 15px 0
    }
    .guide-menu-item {
        padding: 0;
        display: inline-block;
        border: 0;
        margin-right: 15px;
        margin-bottom: 5px;
        width: auto
    }
    .guide-menu-item-link {
        display: inline
    }
    .guide-menu-item-link:hover {
        margin: 0
    }
}

.guide-menu-item:first-child {
    border-top: 0
}

.feedback {
    margin: 20px 0;
}

.feedback-item {
    margin-bottom: 15px;
}

.feedback-item-left {
    position: relative;
    float: left;
    width: 145px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
    text-align: right;
}

.feedback-item-right {
    margin-left: 166px;
}

input.input-text,
.input-text {
    padding: 10px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.15) inset;
    background: #fafafa;
    font-size: 15px;
}

input.input-text.input-text--error,
.input-text.input-text--error {
    border-color: red;
}

input.input-text--bg,
.input-text--bg {
    background: #fff;
}

input.input-text--term {
    width: 480px;
}

textarea.input-text {
    resize: none;
    height: 90px;
}


/*stylized-switch*/

.switch {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    cursor: pointer;
    top: -1px;
    margin-right: 3px;
}

.switch input {
    vertical-align: middle;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
}

.switch input:not(:checked),
.switch input:checked {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    cursor: pointer;
}


/*not checked radio*/

.switch input[type=radio]:not(:checked)+i,
.switch input[type=radio]:checked+i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
}


/*not checked checkbox*/

.switch input[type=checkbox]:not(:checked)+i,
.switch input[type=checkbox]:checked+i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #ccc;
}


/*checked radio*/

.switch input[type=radio]:checked+i {
    background: #ccc;
    -webkit-box-shadow: 0 0 0 3px #fff inset;
    -moz-box-shadow: 0 0 0 3px #fff inset;
    box-shadow: 0 0 0 3px #fff inset;
}


/*checked checkbox*/

.switch input[type=checkbox]:checked+i {
    background: url("../img/ch.png") no-repeat 50% 50% #ccc;
}


/*hover radio*/

.switch input[type=radio]:checked+i:hover,
label:hover .switch input[type=radio]:checked+i {
    opacity: 0.85;
}

.switch input[type=radio]+i:hover,
label:hover .switch input[type=radio]+i {
    opacity: 0.85;
}


/*hover checkbox*/

.switch input[type=checkbox]:checked+i:hover,
label:hover .switch input[type=checkbox]:checked+i {
    opacity: 0.85;
}

.switch input[type=checkbox]+i:hover,
label:hover .switch input[type=checkbox]+i {
    opacity: 0.85;
}


/*end stylized-switch*/


/* Page styles
==============================================================================*/

.breadcrumbs {
    color: #aaa;
    font-size: 13px;
    margin: 13px 0 13px;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs i {
    font-style: normal;
    margin: 0 3px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.header-center-logo {
    position: relative;
    float: left;
    margin-right: 34px;
    width: 228px;
    margin-left: -1px;
}

.header-center-logo img {
    vertical-align: middle;
    height: 57px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.header-center-local {
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top: 21px;
    width: 143px;
}

.header-center-local-item {
    display: inline;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #555;
    font-size: 11px;
    font-weight: 500;
    border-bottom: 1px dotted #6c6c6c;
}

.header-center-local-item-ico {
    position: relative;
    float: left;
    margin-left: -11px;
    margin-top: -1px;
    margin-right: 10px;
}

.header-center-local-item:hover {
    border-bottom-color: transparent;
}

.header-center-basket {
	cursor: pointer;
    position: relative;
    display: block;
    float: right;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 20px;
}

.header-center-basket-ico {
    margin-right: 11px;
    position: relative;
    margin-top: -5px;
    vertical-align: baseline;
}

.header-center-basket-ico-num {
    position: absolute;
    right: -9px;
    top: -8px;
    color: #fff;
    background: #ea2f30;
    font-size: 10px;
    font-weight: bold;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    font-style: normal;
    padding: 0 2px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
}

.header-center-sep {
    width: 1px;
    height: 36px;
    background: #ddd;
    overflow: hidden;
    float: right;
    margin: 10px 18px 0 27px;
}

.header-center-status {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted #999;
    color: #727272;
    font-size: 11px;
    float: right;
    margin-left: 30px;
    margin-top: 20px;
}

.header-center-status:hover {
    border-bottom-color: transparent;
}

.header-center-icons {
    position: relative;
    float: right;
    margin-left: 47px;
    margin-top: 17px;
}

.header-status-block {
    position: relative;
    float: right;
}

.header-center-icons-item {
    position: relative;
    margin-left: 27px;
    display: inline-block;
    cursor: pointer;
}

.header-center-icons-item:first-child {
    margin-left: 0;
}

.header-center-icons-item-num {
    position: absolute;
    right: -9px;
    top: -8px;
    color: #fff;
    background: #ea2f30;
    font-size: 10px;
    font-weight: bold;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    font-style: normal;
    padding: 0 2px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
}

.header-center-phone {
    position: relative;
    float: left;
    width: 166px;
}

.header-center-phone-item {
    color: #222;
    font-size: 20px;
    line-height: 1;
}

.header-center-phone-text {
    color: #999999;
    font-size: 11px;
}

.user-bar {
    position: relative;
    background: #222;
    /*-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);*/
    z-index: 300;
}

.user-bar-center {
    margin: 0 auto;
    max-width: 1044px;
    padding-left: 10px;
    padding-right: 10px;
}

.user-bar-center-search {
    position: relative;
    float: right;
    width: 210px;
    background: #444;
    height: 44px;
}

@media screen and (max-width: 1300px) {
    .user-bar-center-search {
        width: 205px
    }
}

input.user-bar-center-search-input {
    color: #fff;
    font-size: 13px;
    background: transparent;
    border: 0;
    padding: 14px;
    width: 85%;
    height: 44px;
}

input.user-bar-center-search-input:focus {
    box-shadow: none;
    color: #fff;
}

.user-bar-center-search-btn {
    padding: 0;
    border: 0;
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
    background: none;
}

.user-bar-center-menu {
    margin-right: -50px;
}

.user-bar-center-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-bar-center-menu-list-item {
    float: left;
}

.user-bar-center-menu-list-item-link {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    padding: 0 14px;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
    height: 44px;
    line-height: 44px;
    position: relative;
}

.user-bar-center-menu-list-item:first-child .user-bar-center-menu-list-item-link {
    margin-left: -17px;
}

.user-bar-center-menu-list-item-link:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
}

.user-bar-center-menu-list-item-link--red {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    height: 50px;
    margin-top: -3px;
    margin-bottom: -3px;
    line-height: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5e60+0,ea3031+100 */
    background: #ff5e60;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff5e60 0%, #ea3031 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5e60), color-stop(100%, #ea3031));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff5e60 0%, #ea3031 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff5e60 0%, #ea3031 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff5e60 0%, #ea3031 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff5e60 0%, #ea3031 100%);
    /* W3C */
    -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
    -ms-transition: color 0.2s ease-out, background 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background 0.2s ease-out;
    transition: color 0.2s ease-out, background 0.2s ease-out;
    position: relative;
}

.main-pic {
    text-align: center;
    margin: 12px auto;
    position: relative;
    max-height: 338px;
    overflow: hidden;
    max-width: 1024px;
}

.main-pic-mob {
    display: none !important;
    text-align: center;
    margin: 12px auto;
    position: relative;
    max-height: 338px;
    overflow: hidden;
    max-width: 480px;
}

.main-pic-slide,
.main-pic-slide-mob {
    position: relative;
    width: 100%;
}

.fixed-bar {
    position: fixed;
    top: -150px;
    left: 0;
    width: 100%;
    min-width: 1024px;
    background: #222;
    min-height: 44px;
    z-index: 900;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.fixed-bar--mod {
    top: 0 !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.fixed-bar-center {
    width: 1044px;
    margin: 0 auto;
    padding: 0 10px;
}

.fixed-bar-center-icons {
    position: relative;
    float: right;
    margin-left: 18px;
}

.fixed-bar-center-icons-item {
    position: relative;
    float: right;
    background: #333;
    border-left: 1px solid #444;
    height: 44px;
    width: 45px;
    text-align: center;
    line-height: 44px;
}

.fixed-bar-center-icons-item-ico {
    position: relative;
}

.fixed-bar-center-rss {
    position: relative;
    float: right;
    margin-left: 10px;
    padding-top: 7px;
}

.fixed-bar-center-rss-head {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-right: 6px;
}

input.fixed-bar-center-rss-input {
    vertical-align: baseline;
    border: 1px solid #fff;
    background: #fff;
    padding: 5px 9px;
    width: 131px;
    margin-left: 8px;
    font-size: 13px;
    height: 30px;
}

.fixed-bar-center-rss-btn {
    cursor: pointer;
    border: 0;
    height: 30px;
    padding: 0 10px 0 16px;
    line-height: 30px;
    background: #ea2f30;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: baseline;
}

.fixed-bar-center-rss-btn:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #444;
}

.fixed-bar-center-rss-btn-ico {
    margin-left: 8px;
}

.fixed-bar-center-catalog {
    float: left;
    height: 44px;
    padding-bottom: 0;
    padding-left: 9px;
    padding-top: 13px;
    position: static;
}

.fixed-bar--mod .fixed-bar-center-catalog:hover .fixed-bar-center-catalog-menu {
    display: block;
}

.fixed-bar-center-catalog-btn {
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px dotted #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.fixed-bar-center-catalog-btn:hover {
    border-bottom-color: transparent;
}

.fixed-bar-center-catalog-menu {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    background: rgba(244, 244, 244, .8);
    -pie-background: rgba(244, 244, 244, .8);
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
}

.fixed-bar-center-catalog-menu-list {
    margin: 0 auto;
    max-width: 1044px;
    padding: 0 10px;
    list-style: none;
    position: relative;
}

.fixed-bar-center-catalog-menu-list:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 31px;
    border-bottom: 5px solid #f4f4f4;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.fixed-bar-center-catalog-menu-list-item {
    float: left;
    position: relative;
}

.fixed-bar-center-catalog-menu-list-item-link {
    color: #222;
    display: block;
    font-size: 11px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    padding: 0 17px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.fixed-bar-center-catalog-menu-list-item-link:hover {
    background: none repeat scroll 0 0 #666;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.fixed-bar-center-catalog-menu-list-item:first-child .fixed-bar-center-catalog-menu-list-item-link {
    margin-left: -17px;
}

.fixed-bar-center-catalog-menu-list-item-link--red {
    color: #fff;
    background: #ea2f30;
}

.filter {
    position: relative;
    margin: 20px 0;
    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: 12px 0;
}

.filter-head {
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    margin: 7px 17px 7px 19px;
}

.filter-left {
    float: left;
    width: 22%;
    position: relative;
    padding-right: 12px;
    z-index: 903;
}

.easy_filter_form .filter-left {
    z-index: 1;
}

.easy_filter_form .filter-left:last-child {
    z-index: 0;
}

.filter-left-select {
    width: 100%;
}

select.filter-left-select {
    padding: 7px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-size: 13px;
    color: #aaaaaa;
    height: 34px;
}

.filter-left--w {
    width: 25%;
}

.btn {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    border: 0;
    height: 34px;
    line-height: 34px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4648+0,df2324+100 */
    background: #ff4648;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff4648 0%, #df2324 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4648), color-stop(100%, #df2324));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff4648 0%, #df2324 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff4648 0%, #df2324 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff4648 0%, #df2324 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff4648 0%, #df2324 100%);
    /* W3C */
    -pie-background: linear-gradient(to bottom, #ff4648 0%, #df2324 100%);
    /* W3C */
}

.filter-left:last-child {
    margin-right: 0;
    padding-right: 0;
}

.btn-ico {
    margin-left: 13px;
    vertical-align: baseline !important;
}

.btn:hover {
    opacity: 0.85;
}

.btn:active {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

.benefits {
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: -3px 0 14px;
    padding: 12px 0 0;
}

.benefits-item {
    display: inline-block;
    vertical-align: top;
    width: 167px;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    margin-bottom: 12px;
    text-decoration: none;
}

.benefits-item-pic {
    margin-bottom: 18px;
    height: 70px;
}

.spliter {
    display: block;
    height: 250px;
    background: url("../img/bg.png") no-repeat 50% 0 #f4f4f4;
    background-size: cover;
    text-decoration: none;
    color: #333;
    position: relative;
}

.spliter--mod {
    overflow: visible;
}

.spliter--bg {
    background: url("../img/bg1.png") no-repeat 50% 0 #f4f4f4;
}

.spliter--bg1 {
    background: url("../img/bg2.png") no-repeat 50% 0 #f4f4f4;
    height: 512px;
}

.spliter-head {
    position: absolute;
    top: 11px;
    left: 12px;
    right: 12px;
    border-left: 2px solid #f76768;
    color: #333;
    font-size: 15px;
    line-height: 18px;
    padding-left: 5px;
    text-align: left;
}

.spliter-pic {
    text-align: center;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 5px;
    height: 231px;
    line-height: 234px;
}

.spliter-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.spliter_popup-1,
.spliter_popup-2 {
    background: url("../img/girl-1.jpg") no-repeat scroll 0 0 transparent;
    border: 5px solid #fff;
    height: 400px;
    width: 710px;
}

.spliter_popup-2 {
    background: url("../img/girl-2.jpg") no-repeat scroll 0 0 transparent;
    ;
}

.spliter-head_popup {
    border: none;
    color: #000;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 16px !important;
    line-height: 1 !important;
    margin-left: 300px;
    margin-top: 70px;
    text-align: center;
    text-transform: uppercase;
}

.spliter-form_popup {
    margin-left: 340px;
    width: 330px;
    padding-top: 135px !important;
}

.spliter-form_popup .errorPlace {
    left: 360px;
    top: 30px;
}

.spliter-form-item_popup input.input-text {
    font-size: 20px;
    padding: 15px 25px;
}

.spliter-btn_popup {
    position: relative;
}

.spliter-btn_popup .btn-grey--red {
    font-size: 20px;
    margin-top: 5px;
    padding: 18px 0;
    width: 100%;
}

.spliter_popup-close {
    cursor: pointer;
    background: url("../img/popup-close.png");
    opacity: 0.5;
    height: 35px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 35px;
}

.btn-grey {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 18px;
    line-height: 17px;
    font-size: 13px;
    font-weight: 500;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbbbbb+0,a8a8a8+100 */
    background: #bbb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bbbbbb 0%, #a8a8a8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #a8a8a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbbbbb 0%, #a8a8a8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbbbbb 0%, #a8a8a8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbbbbb 0%, #a8a8a8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bbbbbb 0%, #a8a8a8 100%);
    /* W3C */
    -pie-background: linear-gradient(to bottom, #bbbbbb 0%, #a8a8a8 100%);
    /* W3C */
    min-width: 135px;
    border: 0;
}

.btn-grey:hover {
    opacity: 0.85;
}

.btn-grey:active {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

input[type="submit"].btn-grey--term {
    border: none;
    min-width: 70px;
    padding: 11px;
}

.salon-search {
    overflow: hidden;
    position: relative;
    height: 250px;
}

.salon-search-info {
    position: absolute;
    right: 14px;
    top: 12px;
    background: #fff;
    padding: 19px;
    width: 230px;
    padding-left: 29px;
}

.salon-search-info-head {
    border-left: 2px solid #f76768;
    color: #333;
    font-size: 18px;
    line-height: 18px;
    padding-left: 5px;
    margin-left: -7px;
    margin-bottom: 10px;
}

.salon-search-info-text {
    color: #333;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
    padding-right: 24px;
}

.btn--mod {
    padding: 0 17px;
    font-size: 13px;
}

.salon-search img {
    width: 100%;
    min-height: 250px;
}

.spliter-pic--h {
    height: 453px;
    line-height: 461px;
}

.spliter-pic--h1 {
    height: 183px;
    line-height: 183px;
}

.spliter-form {
    padding: 102px 12px 12px;
}

.spliter-form-item {
    margin-bottom: 17px;
}

.btn-grey--red {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4648+0,e02425+100 */
    background: #ff4648;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff4648 0%, #e02425 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4648), color-stop(100%, #e02425));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff4648 0%, #e02425 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff4648 0%, #e02425 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff4648 0%, #e02425 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff4648 0%, #e02425 100%);
    /* W3C */
    -pie-background: linear-gradient(to bottom, #ff4648 0%, #e02425 100%);
    /* W3C */
}

.carusel-wrap {
    margin: 9px 0 37px;
}

.carusel-wrap-center {
    margin: 0 auto;
    max-width: 1044px;
    padding: 0 10px;
}

.title-border {
    margin: 19px 0 15px;
    color: #333;
    font-size: 22px;
    line-height: 1.1;
    border-left: 2px solid #f76768;
    padding-left: 9px;
}

.title-border * {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: normal;
}

.f-row-item .f-row-item:last-child {
    margin-bottom: 0;
}

.carusel-wrap-line {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
}

.carusel-wrap-line-center {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.carusel-wrap-line-center-item {
    overflow: hidden;
}

.carusel-wrap-line-center-item-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 200000em;
}

.carusel-wrap-line-center-item-list-item {
    position: relative;
    float: left;
    border-right: 1px solid #ddd;
    width: 205px;
    height: 268px;
    padding: 15px 10px;
    text-align: center;
    margin-right: 0px;
}

.carusel-wrap-line-center-item-list-item-label {
    position: absolute;
    right: -2px;
    top: -1px;
    z-index: 101;
}

.carusel-wrap-line-center-item-list-item-pic {
    text-align: center;
    margin-bottom: 8px;
    height: 175px;
    line-height: 174px;
}

.carusel-wrap-line-center-item-list-item-pic img {
    max-height: 100%;
}

.carusel-wrap-line-center-item-list-item-name {
    margin-bottom: 8px;
    color: #333;
    font-size: 13px;
    overflow: hidden;
    line-height: 15px;
    max-height: 50px;
    padding-bottom: 2px;
    text-align: center;
}

.carusel-wrap-line-center-item-list-item-name a {
    color: #333;
    text-decoration: none;
}

.carusel-wrap-line-center-item-list-item-name a:hover {
    text-decoration: underline;
}

.carusel-wrap-line-center-item-list-item-name a:hover {
    text-decoration: underline;
}

.carusel-wrap-line-center-item-list-item-info {
    margin-bottom: 8px;
    color: #333;
    font-size: 11px;
    overflow: hidden;
    line-height: 8px;
    max-height: 13px;
    padding-bottom: 2px;
    text-align: center;
}

.carusel-wrap-line-center-item-list-item-info a {
    color: #aaa;
    text-decoration: none;
}

.carusel-wrap-line-center-item-list-item-price {
    display: inline-block;
    margin: 0 3px;
    color: #f76768;
    font-size: 15px;
    font-weight: bold;
}

.carusel-wrap-line-center-item-list-item-price span {
    font-size: 0.9em;
    font-weight: bold;
}

.carusel-wrap-line-center-item-list-item-price-old span {
    font-size: 0.9em;
    font-weight: normal;
}

.carusel-wrap-line-center-item-list-item-price-old i {
    text-decoration: line-through;
    font-style: normal;
}

.spliter .carusel-wrap-line-center-item-list-item-price {
    color: #ef3a3c;
}

.carusel-wrap-line-center-item-list-item-price-old {
    display: inline-block;
    margin: 0 3px;
    color: #8A8A8A;
    font-size: 13px;
    /*text-decoration: line-through;*/
}

.carusel-wrap-line-center-item-list-item-price-old-discount {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    font-size: 11px;
    background: #fc4244;
    padding: 1px 8px;
    margin: 0 3px;
}

.carusel-arr-left {
    position: absolute;
    top: 50%;
    left: -27px;
    margin-top: -7px;
}

.carusel-arr-left:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

.carusel-arr-right {
    position: absolute;
    top: 50%;
    right: -27px;
    margin-top: -7px;
}

.carusel-arr-right:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

.carusel-arr-right.inactive,
.carusel-arr-left.inactive {
    display: none;
}

.footer-center-left {
    position: relative;
    float: left;
    width: 223px;
    margin-right: 10px;
    padding-top: 2px;
}

.footer-center-left-logo {
    margin-bottom: 14px;
    text-align: center;
}

.footer-center-left-social {
    text-align: center;
    margin-bottom: 6px;
}

.footer-center-left-social-item {
    display: inline-block;
    margin: 0 4px;
    width: 24px;
    text-align: center;
}

.footer-center-left-social-item img {
    max-width: 100%;
}

.footer-center-menu {
    margin-left: 259px;
}

.footer-center-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-right: 40px;
}

.footer-center-menu-list-item {
    padding-right: 10px;
    margin-bottom: 4px;
    /*min-width: 169px;*/
}

.footer-center-menu-list-item-link {
    color: #eeeeee;
    font-size: 13px;
    font-weight: 300;
}

.footer-center-menu-list-header {
    /*background-image: url("../img/footer-menu-sprite.png");*/
    background-image: url("../img/footer-menu-sprite_black.png");
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-left: 20px;
}

.footer-center-menu-list-header._about {
    background-position: 0 2px;
}

.footer-center-menu-list-header._for-buyers {
    background-position: 0 -20px;
}

.footer-center-menu-list-header._pay-and-delivery {
    background-position: 0 -48px;
}

.footer-center-menu-list-header._partners {
    background-position: 0 -70px;
}

.footer-line {
    background: #fff;
}

.footer-line-center {
    margin: 0 auto;
    padding: 17px 10px 15px;
    max-width: 1044px;
}

.footer-line-center-copy {
    position: relative;
    float: left;
    font-size: 11px;
    color: #888;
    line-height: 12px;
    width: 147px;
    margin-right: 62px;
}

.footer-line-center-phone {
    position: relative;
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-top: 1px;
}

.footer-line-center-phone-item {
    color: #222;
    font-size: 22px;
    line-height: 1;
    margin-bottom: -3px;
}

.footer-line-center-phone-text {
    color: #999;
    font-size: 11px;
}

.footer-line-center-delivery {
    position: relative;
    float: right;
    margin-left: 60px;
    margin-top: 5px;
}

.footer-line-center-delivery-head {
    margin-right: 4px;
    display: inline-block;
    color: #888;
    font-size: 11px;
    font-weight: 500;
}

.footer-line-center-delivery-item {
    display: inline-block;
    margin-left: 12px;
}

.footer-line-center-delivery--mod {
    margin-left: 0;
}

.spliter-head-red {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    height: 43px;
    line-height: 40px;
    white-space: nowrap;
    background: url("../img/red-title.png") repeat-x 0 0;
    padding: 0 13px 0 23px;
}

.spliter-head-red:after {
    content: '';
    background: url("../img/red-title-bg.png") no-repeat 0 0;
    width: 40px;
    height: 43px;
    position: absolute;
    right: -40px;
    top: 0;
}

.spliter-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 15px;
}

.carusel-wrap-line-center-item-list-item-price .rouble {
    font-size: .9em;
}

.spliter-timer {
    position: relative;
    background: #fff;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    height: 40px;
    line-height: 20px;
    display: inline-block;
}

.spliter-timer-left {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #eeeeee;
    width: 42px;
    margin-right: 1px;
    height: 40px;
    padding-top: 7px;
    vertical-align: top;
}

.spliter-timer-right {
    display: inline-block;
    text-align: center;
    height: 40px;
    border-left: 1px solid #eeeeee;
    width: 40px;
    margin-left: 4px;
    font-family: 'Ubuntu', sans-serif;
    color: #aaaaaa;
    font-size: 11px;
    line-height: 10px;
    padding-top: 7px;
    vertical-align: top;
}

.spliter-timer-right b {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.spliter-timer-item {
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 30px;
    font-family: 'Ubuntu', sans-serif;
    color: #aaa;
    font-size: 11px;
    line-height: 10px;
    padding-top: 7px;
    vertical-align: top;
}

.spliter-timer-item b {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.spliter-timer-sep {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}

.spliter-info-price {
    margin-bottom: 8px;
}

.spliter-timer-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    display: none;
}

.spliter-timer-btn:hover {
    opacity: 1;
}

.spliter:hover .spliter-timer-btn {
    display: block;
}

.main-pic-pager {
    z-index: 100;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

.main-pic-pager span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 4px;
    cursor: pointer;
}

.main-pic-pager .cycle-pager-active {
    opacity: 1;
    cursor: default;
    filter: alpha(opacity=100);
}

.main-pic-prev {
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    z-index: 101;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    background: #FCFCFC;
    margin-top: -15px;
}

.main-pic-next {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    z-index: 101;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    background: #FCFCFC;
    margin-top: -15px;
}

.carusel-wrap:last-child {
    margin-bottom: 7px;
    margin-top: 17px;
}

.title-border--main {
    margin-top: 13px;
}

.top-cat {
    margin-bottom: -3px;
    margin-left: 10px;
}

.top-cat-item {
    display: inline-block;
    vertical-align: top;
    width: 197px;
    font-size: 13px;
    margin-bottom: 24px;
    text-align: left;
}

.top-cat-item-link {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.top-cat-item-link:hover {
    text-decoration: none;
}

.top-cat-item-link:hover .top-cat-item-text {
    text-decoration: underline;
}

.top-cat-item-pic {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 45px;
    margin-right: 3px;
    text-align: center;
}

.top-cat-item-pic img {
    vertical-align: middle;
    max-width: 100%;
}

.top-cat-item-text {
    width: 141px;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
}

.user-bar-center-menu-list-item:hover .user-bar-center-menu-list-item-sub {
    display: block;
}

.user-bar-center-menu-list-item-sub {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

.user-bar-center-menu-list-item-sub-center {
    width: 1023px;
    margin: 0 auto;
    padding: 21px 0;
}

.user-bar-center-menu-list-item-sub-center-head {
    margin-bottom: 11px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.user-bar-center-menu-list-item:hover .user-bar-center-menu-list-item-link--arr:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: -5px;
}

.user-bar-center-menu-list-item-sub-center-item {
    display: inline-block;
    font-size: 13px;
    margin-bottom: -4px;
    vertical-align: top;
    width: 207px;
}

.user-bar-center-menu-list-item-sub-center-item-link {
    color: #555;
    font-size: 13px;
    text-decoration: none;
}

.user-bar-center-menu-list-item-sub-center-item-link:hover {
    text-decoration: none;
}

.user-bar-center-menu-list-item-sub-center-item-pic {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-right: 6px;
    max-width: 45px;
}

.user-bar-center-menu-list-item-sub-center-item-text {
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    width: 130px;
}

.user-bar-center-menu-list-item-sub-center-item-link:hover .user-bar-center-menu-list-item-sub-center-item-text {
    text-decoration: underline;
}

.user-bar-center-menu-list-item-sub-center-item--w {
    width: 246px;
}

.user-bar-center-menu-list-item-sub-center-item--w .user-bar-center-menu-list-item-sub-center-item-text {
    width: 142px;
}

.user-bar-center-menu-list-item-sub-center-item--w1 {
    width: 136px;
}

.user-bar-center-menu-list-item-sub-center-item--w1 .user-bar-center-menu-list-item-sub-center-item-text {
    width: 68px;
}

.user-bar-center-menu-list-item-sub-center-sub {}

.user-bar-center-menu-list-item-sub-center-sub-item {
    text-decoration: none;
    color: #555;
    font-size: 13px;
    margin-right: 91px;
    display: inline;
}

.user-bar-center-menu-list-item-sub-center-sub-item:hover {
    text-decoration: underline;
}

.user-bar-center-menu-list-item-sub-center-sub-item:last-child {
    margin-right: 0;
}

.filter-side {
    margin-bottom: 15px;
    margin-top: 3px;
}

.filter-side-item {
    margin-bottom: 11px;
    padding: 13px 11px 10px 11px;
    background: #f7f7f7;
    border: 1px solid #dddddd;
}

.filter-side-item:last-child {
    margin-bottom: 0;
}

.filter-side-item li.root-section,
.filter-side-item .jq-selectbox__select-text,
.filter-side-item .option.selected {
    font-weight: bold
}

.filter-side-item-ch {
    margin-bottom: 7px;
    color: #555555;
    font-size: 11px;
    line-height: 13px;
    margin-left: 21px;
}

.filter-side-item-ch b {
    color: #333333;
}

.filter-side-item-ch:last-child {
    margin-bottom: 0;
}

.filter-side-item-ch-help {
    font-size: 10px;
    color: #ea2f30;
    cursor: pointer;
    text-decoration: none;
}

.filter-side-item-ch-input {
    margin-left: -21px;
    float: left;
}

.filter-side-item-head {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 500;
    margin-top: -5px;
}

.filter-side-item-select {
    width: 100%;
}

.filter-side-item-select--w1 {
    width: 66px;
    margin-left: 3px;
}

.filter-side-item-select--w2 {
    width: 50px;
    margin-left: 3px;
}

.filter-side-item-select--w3 {
    width: 80px;
}

.filter-side-item-nav {
    position: relative;
    margin-bottom: 7px;
    margin-top: 0;
}

.filter-side-item-nav-body {
    margin-left: 7px;
    padding-left: 9px;
    position: relative;
}

.popup-design-head {
    font-size: 22px;
    color: #333;
    margin-top: 19px;
}

.filter-side-item-nav-body:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    bottom: 5px;
    width: 1px;
    background: #ccc;
}

.filter-side-item-ch .switch {
    z-index: 1;
}

.filter-side-item-ch-pic {
    text-align: center;
    width: 30px;
    position: relative;
    float: right;
    margin-right: -6px;
    margin-top: -2px;
}

.filter-side-item-ch-pic img {
    vertical-align: middle;
    max-width: 100%;
}

.filter-side-item-col {
    margin-bottom: 9px;
    margin-right: -12px;
}

.btn--min {
    font-size: 11px;
    text-transform: none;
    height: auto;
    line-height: 19px;
    padding: 0 8px;
}

.filter-side-item-range {
    color: #aaaaaa;
    font-size: 11px;
    margin-right: -7px;
}

input.filter-side-item-range-input {
    color: #555555;
    font-size: 11px;
    text-align: center;
    width: 58px;
    background: #fff;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #dddddd;
    margin: 0 3px;
}

.sort {
    margin-bottom: 11px;
    background: #fff;
    border: 1px solid #dddddd;
    padding: 10px 5px 12px 12px;
    position: relative;
}

.sort .filter-side-item-select {
    width: 150px;
    height: 23px;
    margin-right: 10px;
}

.sort .filter-side-item-select.opened {
    z-index: 902 !important;
}

.sort .jq-selectbox__dropdown {
    right: 0
}

.sort .filter-side-item-ch-help {
    position: absolute;
    right: 7px;
    top: 15px;
}

.sort-right {
    position: relative;
    float: right;
    margin-left: 10px;
}

.filter-side-item-select--w {
    width: auto;
}

.sort-left {
    position: relative;
    float: left;
    width: 198px;
    font-size: 11px;
    color: #777777;
    margin-right: 10px;
    padding-top: 4px;
}

.sort-center {
    margin: 0 150px 0 215px;
    padding-top: 4px;
    white-space: nowrap;
}

.sort-center-head {
    margin-right: 10px;
    font-size: 11px;
}

.sort-center-ch {
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    color: #555555;
    margin-left: 21px;
    margin-right: 16px;
}

.top_filter_form {
    float: left;
    margin-right: 10px;
}

.catalog {
    margin-bottom: 20px;
    margin-right: -3px;
}

.catalog-item {
    position: relative;
    float: left;
    border: 1px solid #eeeeee;
    background: #fff;
    width: 25%;
    height: 340px;
    margin-bottom: -1px;
    margin-right: -1px;
}

.catalog-item:hover {
    z-index: 104;
}

.catalog-item-body {
    text-align: center;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    padding: 8px 10px 1px;
    min-height: 101%;
}

.catalog-item:hover .catalog-item-body {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    z-index: 102;
}

.carusel-wrap-line-center-item-list-item-pic-slide {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

.carusel-wrap-line-center-item-list-item-pic-slide:first-child {
    display: block;
}

.catalog-item-prev {
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 0;
    cursor: pointer;
    line-height: 16px;
    background: url("../img/arr-slide.png") no-repeat 0 0;
    width: 11px;
    height: 21px;
    margin-top: -2px;
    display: none;
}

.catalog-item-next {
    display: none;
    position: absolute;
    z-index: 101;
    top: 50%;
    right: 0;
    cursor: pointer;
    line-height: 16px;
    background: url("../img/arr-slide.png") no-repeat 100% 0;
    width: 11px;
    height: 21px;
    margin-top: -2px;
}

.catalog-item:hover .catalog-item-next,
.catalog_terminal .catalog-item-next {
    display: block;
}

.catalog-item:hover .catalog-item-prev,
.catalog_terminal .catalog-item-prev {
    display: block;
}

.catalog-item .carusel-wrap-line-center-item-list-item-pic {
    margin-bottom: 16px;
}

.catalog-item-body-info {
    padding: 14px 0;
}

.catalog-item:hover .catalog-item-body-info {
    display: block;
    overflow: hidden;
}

.catalog-item-body-info-btns {
    position: relative;
    margin: 13px 0 9px;
}

.btn--bold {
    font-weight: bold;
}

.btn-fav {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    min-width: 32px;
    margin: 0 6px 0 3px;
}

.ico-fav {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/ico-hearz.png") no-repeat 0 0;
    width: 19px;
    height: 16px;
}

.btn--mod1 {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.btn-fav:hover {
    opacity: 0.85;
}

.btn-fav:active {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

.catalog-item-body-info-list-item {
    border-bottom: 1px dotted #e5e5e5;
    line-height: 15px;
    text-align: left;
    width: 100%;
    float: left;
}

.catalog-item-body-info-list-item-left {
    float: left;
    vertical-align: bottom;
    color: #aaaaaa;
    font-size: 11px;
    position: relative;
    top: 4px;
}

.catalog-item-body-info-list-item-left span {
    background: #fff;
}

.catalog-item-body-info-list-item-right {
    float: right;
    vertical-align: bottom;
    color: #555555;
    font-size: 11px;
    text-align: right;
    position: relative;
    top: 4px;
    ;
}

.catalog-item-body-info-list-item-right span {
    background: #fff;
}

.catalog-item-body-info-list {
    /*margin-left: 21px;
    margin-right: 18px;*/
}

.catalog-item-body-label {
    position: absolute;
    top: -3px;
    left: 0;
    min-height: 50px;
    width: 100%;
    z-index: 101;
    right: 0;
    /*padding-left: 9px;*/
    padding-left: 5px;
    text-align: left;
}

.catalog-item-body-label-item {
    display: inline-block;
    margin-bottom: 5px;
    color: #8dc63f;
    font-size: 13px;
    line-height: 15px;
}

.catalog-item-body-label-item img {
    margin-right: 4px;
    position: relative;
    top: 3px;
}

.catalog-item-body-label-item--mod {
    padding-top: 8px;
    margin-left: 3px;
}

.catalog-item-body-label-item--fiolet {
    color: #8781bd;
}

.catalog-item-body-label-item--pink {
    color: #f06eaa;
}

.catalog-item-body-label-item--red {
    color: #ee3335;
}

.catalog-item-body-label-item-red-label {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 8px;
    background: url("/local/templates/liniilubvi_adaptive/img/percents_40x40.png") no-repeat left 1px top 0;
    width: 42px;
    height: 40px;
    padding-top: 1px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    /*font-weight: bold;*/
    line-height: 38px;
    vertical-align: middle;
}

.catalog-item-body-label-item-red-label.hitPrice {
    background: url("../img/hit-price_40x40.png") no-repeat 0 0;
}

.catalog-item-body-label-item-red-label.new {
    background: url(/local/templates/liniilubvi_adaptive/img/new_40x40.png);
    width: 40px;
    height: 40px;
}

.catalog-item-body-label-item-red-label.blackFriday {
    background: url("/local/templates/liniilubvi_adaptive/img/black.png");
    width: 40px;
    height: 40px;
}

.catalog-item-body-label-item-red-label.martAction {
    background: url(/local/templates/liniilubvi_adaptive/img/martAction_40x40.png);
    width: 40px;
    height: 40px;
}

.catalog-item-body-label-item-red-label.martAction.lst {
    position: absolute;
    left: 5px;
    top: 51px;
}

.catalog-item-body-label-item-red-label.skidka {
    background: url(/local/templates/liniilubvi_adaptive/img/skidka_40x40.png);
    width: 40px;
    height: 40px;
    color: #aaa;
}

.catalog-all {
    position: relative;
    margin-bottom: 20px;
}

.catalog-all-center {
    margin: 0 300px;
    text-align: center;
}

.btn-all {
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    line-height: 16px;
    padding: 3px 11px;
    background: #fff;
    color: #333333;
    font-size: 13px;
}

.btn-all:hover {
    text-decoration: underline;
}

.catalog-all-right {
    position: relative;
    float: right;
}

.pager {
    position: relative;
    text-align: center;
}

.pager-item {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #dddddd;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 21px;
    margin: 0 1px;
    color: #333333;
    font-weight: normal;
    font-size: 13px;
    background: #fff;
}

a.pager-item:hover {
    text-decoration: underline;
}

.pager-item--active {
    border-color: #dddddd;
    color: #b3b3b3;
    cursor: default;
    background: #f0f0f0;
}

.arr-l {
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url("../img/arr.png") no-repeat 0 0;
    margin-right: 2px;
    vertical-align: middle;
}

.arr-r {
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url("../img/arr.png") no-repeat 100% 0;
    margin-left: 2px;
    vertical-align: middle;
}

.line {
    overflow: hidden;
    clear: both;
    height: 1px;
    background: #eeeeee;
    margin: 0 0 15px;
}

.up-btn {
    position: fixed;
    z-index: 300;
    right: 78px;
    bottom: 45px;
    cursor: pointer;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: url("../img/arr-top.png") no-repeat 50% 50% #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.up-btn:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.view-history {
    margin-bottom: 24px;
    margin-top: 18px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.view-history-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 11px;
    line-height: 13px;
    width: 17%;
    margin: 0 -2px 10px;
    padding: 0 10px;
    white-space: normal;
}

.view-history-item:hover {
    text-decoration: underline;
}

.view-history-item-pic {
    margin-bottom: -5px;
    text-align: center;
    height: 104px;
}

.view-history-item-pic img {
    vertical-align: middle;
    max-height: 100%;
}

.title-border--main-first {
    margin-top: 44px;
    margin-bottom: 25px;
}

.ico-favorite {
    display: inline-block;
    width: 17px;
    height: 14px;
    cursor: pointer;
    vertical-align: middle;
    background: url("../img/ico-fav.png") no-repeat 0 0;
}

.catalog-item-label {
    position: absolute;
    right: 9px;
    top: 8px;
    z-index: 102;
}

.ico-favorite--active {
    background-position-x: -19px;
    /*background-position: 100% 0;*/
}

.basket {
    padding: 19px 20px 19px;
    border: 1px solid #eeeeee;
    background: #fff;
    margin-top: 2px;
}

.basket-head {
    margin-bottom: 15px;
    font-size: 17px;
    color: #333;
    position: relative;
}

.basket-head-num {
    display: inline-block;
    margin-right: 8px;
    -webkit-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    background: #eeeeee;
    font-size: 13px;
    font-weight: 500;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    vertical-align: baseline;
    top: -1px;
}

.basket-body {
    margin-top: 26px;
}

.basket-body-item {
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.basket-body-item:last-child {
    border-bottom: 0;
}

.basket-body-item-complect {
    position: absolute;
    top: 0;
    display: none;
}

.basket-body-item:hover .basket-body-item-complect {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    z-index: 101;
    width: 112%;
    padding: 10px 15px;
    margin-top: -10px;
    margin-left: -15px;
}

.basket-body-item-complect .basket-body-item {
    float: left;
}

.b-count-input {
    background: none;
    border: 0;
    width: 37px;
    text-align: center;
    color: #aaaaaa;
    font-size: 13px;
    padding: 0;
    position: relative;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    top: -1px;
}

.basket-body-item-left {
    position: relative;
    float: left;
    width: 140px;
    text-align: center;
}

.basket-body-item-complect-note {
    margin-top: 15px;
    margin-left: 10px;
    font-weight: 700;
}

.basket-body-item-left-pic {
    text-align: center;
    margin-bottom: 15px;
}

.basket-body-item-left-pic img {
    vertical-align: middle;
    max-width: 100%;
}

.basket-body-item-left-pic__set {
    margin-top: -168px;
}

.btn-del {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
    font-size: 11px;
}

.btn-del:hover {
    text-decoration: underline;
}

.ico-x {
    display: inline-block;
    margin-right: 7px;
    background: url("../img/x.png") no-repeat 0 0;
    width: 9px;
    height: 9px;
}

.basket-body-item-right {
    margin-left: 153px;
    padding-top: 4px;
}

.basket-body-item-right-head {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
}

.basket-body-item-right-head a {
    text-decoration: none;
    color: #333;
}

.basket-body-item-right-head a:hover {
    text-decoration: underline;
}

.basket-body-item-right-info {
    margin-bottom: 9px;
}

.basket-body-item-right-info-item {
    margin-bottom: 11px;
    color: #777777;
    font-size: 13px;
}

.basket-body-item-right-price {
    /*color: #ec3134;
    font-size: 15px;*/
}

.basket-body-item-right-price_box {
    margin-top: 50px
}

.basket-body-item-right-price-item {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #ec3134;
    margin-right: 7px;
}

.basket-body-item-right-price-item span {
    font-weight: normal;
    font-size: 12px;
}

.basket-body-item-right-price-old {
    color: #aaaaaa;
    font-size: 15px;
    text-decoration: line-through;
    display: inline-block;
}

.basket-body-item-right-price-old span {
    font-size: 12px;
}

.basket-body-item-right__bonus-info {
    display: none
}

.basket-form {
    margin-bottom: 23px;
}

.basket-form-item {
    margin-bottom: 11px;
}

.basket-form-item-label {
    font-size: 13px;
    margin-bottom: 5px;
    color: #777777;
}

.basket-form-item-btn {
    cursor: pointer;
    text-decoration: none;
    color: #ee3436;
    font-size: 13px;
    border-bottom: 1px dotted #ee3436;
    display: inline-block;
    margin-bottom: 3px;
}

.basket-form-item-btn:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.basket-form-radio {
    margin: 23px 0 46px;
}

.basket-form-radio-item {
    margin-bottom: 22px;
    margin-left: 29px;
    color: #000;
    font-size: 13px;
}

.basket-form-radio-item-input {
    position: relative;
    float: left;
    margin-left: -28px;
    margin-top: 2px;
}

.basket-tabs-content-item {
    display: none;
    margin-top: 20px;
}

.basket-tabs-content-item.active {
    display: block;
}

.basket-tabs-menu-item {
    border-bottom: 1px dotted;
    color: #ec3134;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
}

.basket-tabs-menu-item.active {
    color: #333333;
    border: none;
}

.basket-price {
    margin-bottom: 31px;
    margin-top: 23px;
}

.basket-price-item {
    margin-bottom: 16px;
}

.basket-price-item-head {
    text-align: right;
    width: 93px;
    color: #777777;
    font-size: 13px;
    display: inline-block;
    margin-right: 4px;
}

.basket-price-item-body {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: #000;
}

.basket-price-item-body span {
    font-size: 18px;
}

.basket-price-item-body--red {
    color: #f34244;
}

.basket-price-item-body--old {
    color: #aaaaaa;
    margin-left: 100px;
    text-decoration: line-through;
}

.basket-warn {
    color: #777777;
    font-size: 11px;
    line-height: 13px;
    margin: 15px 67px 20px 2px;
}

.btn-grey--big {
    font-size: 13px;
    padding: 13px 63px;
}

.basket-info {
    padding: 21px 27px 34px;
    background: #fff;
    border: 1px solid #eeeeee;
    color: #555;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 32px;
}

.basket-info p {
    margin: 0;
}

.basket-info-head {
    margin-bottom: 17px;
    font-size: 17px;
    font-weight: 500;
}

.basket-info-pic {
    position: relative;
    float: right;
    margin-left: 15px;
    margin-right: -7px;
    margin-top: 0;
    text-align: right;
    width: 320px;
    margin-bottom: 7px;
}

.basket-info-pic img {
    margin-left: 12px;
}

.js-hint {
    cursor: pointer;
}

#vtip {
    display: none;
    position: absolute;
    padding: 8px 10px;
    left: 5px;
    font-size: 11px;
    line-height: 14px;
    background-color: #fff;
    z-index: 9999999999999999;
    color: #555555;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    max-width: 200px;
}

.city-select-col-left.scroll-pane {
    height: 469px;
}

.city-select-col-right.scroll-pane {
    height: 469px;
}

.catalog-item-body-info-one-click {
    text-align: center;
    margin-bottom: 7px;
}

.catalog-item-body-info-one-click-link {
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
    color: #333;
    font-weight: bold;
    font-size: 11px;
}

.catalog-item-body-info-one-click-link:hover {
    text-decoration: none;
}

.popup {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    /* left: 15px;
     top: 15px;*/
}

.popup.popup_fixed {
    position: fixed !important;
}

.popup-design {
    font-size: 13px;
    line-height: 16px;
    color: #333;
    background: #fff;
    padding: 7px 21px 25px;
    width: 610px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}

.popup-design p {
    margin-bottom: 10px;
}

.js-show-filter-side-item-body {
    cursor: pointer;
}

.line--mod {
    margin: 14px 0;
}

.popup-design--mod {
    padding: 24px 27px 22px;
}

.popup-design--mod1 {
    padding: 16px 27px 22px;
    width: 505px;
}

.city-select {}

.city-select-top {
    position: relative;
    margin-bottom: 19px;
}

.btn-border {
    display: inline-block;
    line-height: 15px;
    cursor: pointer;
    text-decoration: none;
    color: #ef4142;
    font-size: 13px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 7px 0;
    margin-right: 10px;
}

.btn-border span {
    border-bottom: 1px dotted #ef4142;
}

.btn-border:hover span {
    border-bottom-color: transparent;
}

.btn-border--active {
    color: #777777;
    background: #eeeeee;
    padding: 7px 11px;
    cursor: default;
}

.btn-border--active span {
    border-bottom-color: transparent;
}

.city-select-head {
    margin-bottom: 21px;
    color: #777777;
    font-size: 18px;
}

.city-select-head-ico {
    display: inline-block;
    background: url("../img/local.png") no-repeat 0 0;
    width: 17px;
    height: 24px;
    vertical-align: middle;
    margin-right: 7px;
}

.city-select-input {
    margin-bottom: 27px;
}

.city-select-input-hint {
    color: #aaaaaa;
    font-size: 13px;
    margin-top: 4px;
}

.link-dotted {
    text-decoration: none;
    color: #f04e4f;
    border-bottom: 1px dotted #f04e4f;
    cursor: pointer;
}

.pro-pic-min-item.active {
    border-color: #ccc;
}

a.link-dotted:hover,
.link-dotted:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

input.input-text--fz18 {
    font-size: 18px;
    padding: 9px;
}

.city-select-col {
    position: relative;
}

.city-select-col-left {
    position: relative;
    float: left;
    width: 47%;
    padding-right: 15px;
}

.city-select-col-right {
    position: relative;
    float: right;
    width: 50%;
    padding-left: 10px;
}

.city-select-col-sep {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background: #eeeeee;
    overflow: hidden;
    margin-left: -11px;
}

.city-select-col-left-head {
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}

.city-select-col-left-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.city-select-col-left-list.scroll-pane {
    height: 449px;
}

.city-select-col-left-list-item:last-child {
    margin-bottom: 0;
}

.city-select-col-left-list-item {
    margin-bottom: -1px;
}

.city-select-col-left-list-item--mod {
    margin-left: 22px;
}

.city-select-col-left-list-item-head {
    float: left;
    margin-left: -20px;
    color: #777777;
    font-size: 18px;
    margin-top: 5px;
}

.pro {
    margin-bottom: 11px;
}

.pro-left {
    position: relative;
    float: left;
    width: 50%;
}

.pro-pic {}

.pro-pic-min {
    position: relative;
    float: left;
    width: 80px;
    /*margin-left: -100%;*/
}

.pro-pic-min-item {
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 11px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #efefef;
    background: #fff;
    cursor: pointer;
}

.pro-pic-min-item img {
    max-width: 100%;
    vertical-align: middle;
}

.pro-pic-big {
    position: relative;
    margin-left: 90px;
    margin-right: 15px;
    overflow: hidden;
}

.pro-pic-big-wrap {
    overflow: hidden;
    text-align: center;
    border: 1px solid #efefef;
    background: #fff;
    margin-bottom: 8px;
}

.pro-pic-big-wrap img {
    vertical-align: middle;
    max-width: 100%;
}

.pro-pic-big-wrap-item {
    display: none;
}

.pro-pic-big-wrap-item.active {
    display: block;
}

.btn-like {
    background: url("../img/ico-hearz-gray.png") no-repeat left center transparent;
    padding-left: 25px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #777777;
    font-size: 14px;
    line-height: 16px;
}

.btn-like:hover {
    background-image: url("../img/ico-hearz.png");
    text-decoration: underline;
}

.btn-like.active {
    background-image: url("../img/ico-hearz-red.png");
    color: #ee3335;
}

.btn-like-ico {
    margin-right: 3px;
}

.ico-favorite-min {
    display: inline-block;
    background: url("../img/ico-fav-min.png") no-repeat 0 0;
    vertical-align: middle;
    width: 13px;
    height: 12px;
}

.btn-like-ico {
    margin-right: 5px;
}

.btn-like.active .ico-favorite-min {
    background-position-x: -15px;
}

.catalog-item-body-label-item-table {
    display: table;
}

.catalog-item-body-label-item-table-left {
    display: table-cell;
}

.catalog-item-body-label-item-table-right {
    vertical-align: middle;
    display: table-cell;
    line-height: 12px;
    padding-left: 3px;
    font-size: 11px;
    font-weight: 500;
    padding-top: 1px;
}

.catalog-item-body-label--ps {
    left: 20px;
}

.pro-right {
    position: relative;
    float: right;
    width: 50%;
    margin-top: -8px;
    padding-left: 4px;
}

.title-border--mb {
    margin-bottom: 9px;
}

.pro-price {
    margin: 20px 0;
}

.pro-price-item {
    position: relative;
    float: left;
    color: #f24243;
    font-size: 32px;
    line-height: 1;
    margin-right: 10px;
}

.pro-price-item span {
    font-size: 18px;
    font-family: "CirceRegular", sans-serif;
}

.pro-right-text {
    margin-bottom: 23px;
}

.pro-price-old {
    float: left;
    line-height: 12px;
}

.pro-price-old-item {
    display: block;
    color: #aaaaaa;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    text-align: left;
}

.pro-price-old-text {
    display: block;
    color: #555555;
    font-weight: 500;
    font-size: 11px;
}

.pro-price-old-item i {
    font-size: 14px;
    font-style: normal;
}

.pro-price-old-item span {
    text-decoration: line-through;
}

.pro-right-col-left {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 6px;
}

.pro-btns {
    padding: 19px 20px 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 12px;
}

.btn--block {
    display: block;
    padding: 14px 18px;
}

.btn--mod_new {
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    border: none;
    box-shadow: none;
}

.btn--mod_new:active {
    box-shadow: none;
}

.pro-btns-one-click {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pro-btns-one-click-link {}

.pro-btns-one-click-link:hover {
    border-bottom-color: transparent;
}

.pro-right-col-right {
    position: relative;
    float: right;
    width: 50%;
    padding-left: 6px;
}

.pro-size {
    position: relative;
    background: #fff;
    margin-bottom: 13px;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    -webkit-box-shadow: 0px 1px 0px 0px #eeeeee inset;
    -moz-box-shadow: 0px 1px 0px 0px #eeeeee inset;
    box-shadow: 0 -3px 0 -2px #EEEEEE inset;
}

.pro-develery {
    padding: 13px 19px 9px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 12px;
}

.pro-develery-head {
    margin-bottom: 7px;
}

.pro-develery-item {
    margin-bottom: 6px;
    margin-left: 24px;
    margin-top: 12px;
}

.pro-develery-item a {
    text-decoration: none;
    color: #f04e4f;
    border-bottom: 1px dotted #f04e4f;
}

.pro-develery-item-min-text {
    color: #999999;
    font-size: 11px;
}

.pro-develery-item-ico {
    float: left;
    margin-left: -30px;
    text-align: center;
    width: 30px;
}

.ico-user-min {
    background: url("../img/ico-user-min.png") no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.ico-auto {
    background: url("../img/ico-auto.png") no-repeat 0 0;
    width: 19px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.pro-size-item {
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding: 9px;
    color: #555555;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.pro-size-item:nth-child(5n) {
    border-right: 0;
}

.pro-size-item.active {
    background: #eee;
    cursor: default;
    color: #777777;
}

.pro-right-col {
    padding-top: 15px;
}

.pro-right-col-right-top {
    text-align: right;
    position: absolute;
    top: -25px;
}

.social {
    color: #777777;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 12px;
}

.hit_text {
    color: #777777;
    font-size: 11px;
    line-height: 13px;
    padding-left: 2px;
    margin-bottom: 25px;
    display: inline-block;
}

.social-text {
    padding-left: 2px;
    margin-bottom: 5px;
}

.social .pluso-more {
    display: none !important;
}

.set {
    border: 1px solid #eeeeee;
    margin-bottom: 29px;
    background: #fff;
    padding: 19px 19px;
}

.set-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 19px;
    padding-bottom: 17px;
    position: relative;
}

.set-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.set-item-left {
    position: relative;
    float: left;
    width: 80px;
    text-align: center;
}

.set-item-left-pic {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFEF;
    cursor: pointer;
    display: inline-block;
    height: 80px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 80px;
}

.set-item-left-pic img {
    max-width: 100%;
    vertical-align: middle;
}

.set-item-left-price {
    color: #555555;
    font-size: 15px;
    margin-bottom: 4px;
}

.set-item-left-price .rouble {
    font-size: 0.9em;
}

.set-item-ico {
    position: relative;
    float: left;
    margin: 30px 12px;
}

.set-item-total {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 180px;
    padding-left: 15px;
    display: inline-block;
    margin-top: -65px;
}

.set-item:last-child .set-item-total {
    margin-top: -55px;
}

.set-item-total-head {
    color: #333;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 3px;
}

.set-item-total-price {
    color: #f76768;
    font-size: 15px;
    margin-bottom: 10px;
}

.set-item-total-price .rouble {
    font-size: 0.9em;
}

.info-tabs {
    border: 1px solid #eeeeee;
    padding: 16px 19px 14px;
    background: #fff;
    margin-bottom: 12px;
    min-height: 313px;
}

.info-tabs-menu {
    margin-bottom: 8px;
}

.info-tabs-menu:after {
    content: " ";
    display: table;
    clear: both;
}

.info-tabs-menu-item {
    cursor: pointer;
    display: inline-block;
    padding: 4px 22px;
    border: 1px solid #dddddd;
    background: #fcfcfc;
    text-decoration: none;
    color: #333;
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 16px;
}

.info-tabs-menu-item.active {
    cursor: default;
    background: #eeeeee;
    border-color: #dddddd;
}

.info-tabs-content {
    font-size: 13px;
}

.info-tabs-content-item {
    display: none;
}

.info-tabs-content-item.active {
    display: block;
}

.acardion-info {
    margin-left: 9px;
}

.acardion-info-item {
    padding-bottom: 3px;
}

.acardion-info-item.active {}

.acardion-info-item-head {
    padding-bottom: 0;
}

.acardion-info-item-head-link {
    cursor: pointer;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #555;
    font-weight: 500;
}

.acardion-info-item-head-link:before {
    content: "";
    float: left;
    margin-left: -7px;
    font-size: 12px;
    color: #aaaaaa;
    width: 3px;
    height: 5px;
    background: url("../img/arr-min.png") no-repeat 100% 0;
    display: inline-block;
    margin-top: 6px;
}

.acardion-info-item.active .acardion-info-item-head-link:before {
    background-position: 0 0;
    width: 5px;
    height: 3px;
    margin-left: -8px;
    margin-top: 8px;
}

.acardion-info-item-head-link:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.acardion-info-item-body {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 20px;
    padding-top: 4px;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
    outline: none;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 100%;
    background: none;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #f2f2f2;
    position: relative;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

.jspDrag {
    background: #cecece;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.info-tabs-content-item p:last-child {
    margin-bottom: 0;
}

.scroll-pane {
    height: 244px;
    overflow: auto;
}

.scroll-pane:focus,
.scroll-pane:active {
    outline: none;
}

.param {
    margin: 4px;
    padding: 0;
    list-style: none;
}

.param-item {
    margin-bottom: 9px;
    border-bottom: 1px dashed #cccccc;
}

.param-item-left {
    position: relative;
    float: left;
    width: 45%;
    color: #333;
    font-size: 13px;
}

.param-item-right {
    position: relative;
    float: right;
    width: 45%;
    text-align: right;
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.reviews {
    margin-left: 5px;
    padding-top: 5px;
    margin-top: 13px;
}

.reviews-item {
    margin-bottom: 31px;
    font-size: 13px;
    color: #333;
    line-height: 16px;
}

.reviews-item:last-child {
    margin-bottom: 0;
}

.reviews-item-foot {
    background: url("../img/sep.png") no-repeat scroll -13px 6px transparent;
    position: relative;
    color: #aaaaaa;
    font-size: 13px;
    padding-left: 4px;
    padding-top: 29px;
}

.scroll-pane--h {
    height: 205px;
}

.reviews-all {
    padding-left: 9px;
    margin-top: 7px;
}

.add-reviews {
    position: relative;
    float: right;
    padding-top: 5px;
}

#review_add {
    background-color: white;
    padding: 30px;
    width: 500px;
}

.line--mb {
    margin-bottom: 30px;
}

.dop-nav {
    margin-bottom: 41px;
    margin-top: 0;
}

.dop-nav-item {
    display: inline-block;
    padding: 4px 9px;
    text-decoration: none;
    color: #777777;
    font-size: 13px;
    background: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 3px;
}

.dop-nav-item:hover {
    text-decoration: underline;
}

.one-click {
    margin-top: 28px;
}

.one-click-left {
    position: relative;
    float: left;
    width: 80px;
}

.one-click-right {
    margin-left: 100px;
    padding-top: 6px;
}

.one-click-right-head {
    color: #f15455;
    font-size: 14px;
    margin-bottom: 5px;
}

.one-click-right-head a {
    text-decoration: none;
}

.one-click-right-head a:hover {
    text-decoration: underline;
}

.one-click-right-price {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.one-click-text {
    color: #555555;
    font-size: 13px;
    margin-bottom: 10px;
}

.one-click-form {
    margin-bottom: 7px;
}

.one-click-form-item {
    margin-bottom: 30px;
    position: relative;
}

.one-click-form-btns {
    position: relative;
    text-align: center;
}

.btn--middle {
    font-size: 13px;
    font-weight: 500;
    padding: 5px 43px;
    height: auto;
}

.one-click-form-item-ico {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ico-vopros {
    display: inline-block;
    background: url("../img/ico-vopros.png") no-repeat 0 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.header-center-local--right {
    float: right;
    margin-right: 42px;
    margin-top: 15px;
    width: auto;
}

.title-border--left {
    float: left;
    margin-left: -5px;
    margin-top: 16px;
}

.basket-body-item-right-info-item-title {
    display: inline-block;
    min-width: 49px;
}

.count {
    position: relative;
    display: inline-block;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #ddd;
    width: 66px;
    height: 24px;
    line-height: 21px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    margin-left: 3px;
}

.count-minus {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 6px;
    color: #aaaaaa;
    font-size: 16px;
    text-align: center;
    width: 10px;
    text-decoration: none;
}

.count-minus:hover,
.count-plus:hover {
    color: #ec3234;
}

.count-plus {
    text-align: center;
    width: 10px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 6px;
    color: #aaaaaa;
    font-size: 16px;
    text-decoration: none;
}

input.count-input {
    background: none;
    border: 0;
    width: 37px;
    text-align: center;
    color: #aaaaaa;
    font-size: 13px;
    padding: 0;
    position: relative;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    top: -1px;
}

input.count-input:focus {
    box-shadow: none;
}

.basket-form-radio-item-text {
    color: #aaaaaa;
    font-size: 13px;
    line-height: 16px;
    margin-top: 7px;
}

.basket-form-radio-item-text-item {
    margin-bottom: 7px;
}

.basket-form-radio-item-text-item:last-child {
    margin-bottom: 0;
}

.basket-form-radio-item-text-item-price {
    font-weight: 500;
    color: #333333;
    display: inline-block;
}

.text {
    font-size: 14px;
    margin-bottom: 32px;
}

.pic--mod.f-right {
    margin-top: 47px;
}

.header-center-icons-item-drop {
    position: absolute;
    top: 100%;
    left: -90%;
    width: 220px;
    background: #fff;
    padding: 16px 21px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    z-index: 800;
    margin-left: -110px;
    margin-top: 16px;
    cursor: default;
    text-align: left;
}

.mobile-bar-center .header-center-icons-item-drop {
    /*position: fixed;*/
    top: 0;
}

.header-center-icons-item-drop--mod {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    padding-left: 0;
    padding-right: 0;
    margin-left: -182px;
}

.header-center-icons-item-drop--mod .header-center-icons-item-drop-list-item {
    border-bottom: 1px solid #eeeeee;
    padding: 0 24px 11px;
    margin-bottom: 12px;
}

.header-center-icons-item-drop--mod .header-center-icons-item-drop-list-item-link {
    text-transform: uppercase;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.header-center-icons-item-drop--mod .header-center-icons-item-drop-list-item-link:hover {
    text-decoration: underline;
}

.header-center-icons-item-drop--mod .header-center-icons-item-drop-list-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.header-center-icons-item-drop .close {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    line-height: 1;
}

.header-center-icons-item-drop:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
}

.header-center-icons-item-drop--mod:before {
    display: none;
}

.header-center-icons-item-drop:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    margin-left: -5px;
}

.header-center-icons-item-drop--mod:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    width: 24px;
    height: 15px;
    border: 0;
    background: url("../img/arr-top1.png") no-repeat 0 0;
    margin-left: -12px;
}

.header-center-icons-item-drop-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.header-center-icons-item-drop-list-item {
    margin-bottom: 17px;
    line-height: 17px;
    font-size: 14px;
}

.header-center-icons-item-drop-list-item:last-child {
    margin-bottom: 0;
}

.header-center-icons-item-drop-list-item-link {
    text-decoration: none;
}

.header-center-icons-item-drop-list-item-link:hover {
    text-decoration: underline;
}

.nav-side {
    margin-bottom: 112px;
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 19px 19px 11px;
    margin-top: 4px;
}

.nav-side-head {
    margin-bottom: 12px;
    color: #aaaaaa;
    font-size: 13px;
}

.nav-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-side-list-item {
    margin-bottom: 12px;
    font-size: 13px;
}

.breadcrumbs--mod {
    margin-top: 0;
}

.orders {
    margin-bottom: 36px;
    margin-top: 17px;
}

.orders-nav {
    margin-bottom: 15px;
}

.orders-nav-head {
    margin-bottom: 6px;
    color: #aaaaaa;
    font-size: 13px;
}

.orders-nav-btns {
    margin-bottom: 15px;
}

.orders-nav-btns-item {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    padding: 3px 14px;
    text-align: center;
    min-width: 93px;
    border: 1px solid #dddddd;
    background: #fcfcfc;
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    margin-right: 3px;
}

.orders-nav-btns-item.active,
.orders-nav-btns-item.active:hover {
    background: #eeeeee;
    cursor: default;
    text-decoration: none;
}

.orders-nav-btns-item:hover {
    text-decoration: underline;
    color: #333;
}

.orders-item {
    margin-bottom: 13px;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 14px 17px 9px;
    font-size: 13px;
    color: #333;
}

.orders-item-left {
    position: relative;
    float: left;
    width: 363px;
}

.orders-item-head {
    margin-bottom: 9px;
    font-size: 18px;
    color: #333;
}

.orders-item-head-date {
    color: #aaaaaa;
    font-size: 13px;
}

.orders-item-list {
    margin: 18px 0 16px;
    padding: 0;
    list-style: none;
}

.orders-item-list-item {
    margin-bottom: 11px;
    border-bottom: 1px dashed #cccccc;
    line-height: 16px;
    font-size: 13px;
    color: #333333;
}

.orders-item-list-item-left {
    display: inline-block;
    vertical-align: bottom;
    width: 49%;
}

.orders-item-list-item-left b {
    font-weight: 500;
}

.orders-item-list-item-right-price {
    font-size: 18px;
    color: #f44647;
    display: inline-block;
}

.orders-item-list-item-right-price span {
    font-size: 14px;
}

.orders-item-list-item-right {
    text-align: right;
    display: inline-block;
    vertical-align: bottom;
    width: 47%;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    right: -7px;
}

.orders-item-price {
    margin-bottom: 8px;
    font-weight: 500;
    color: #7f7f7f;
    font-size: 18px;
}

.orders-item-price-item {
    color: #f5494a;
    display: inline-block;
}

.orders-item-price-item span {
    font-size: 14px;
    font-weight: normal;
}

.orders-item-right {
    position: relative;
    float: right;
    max-width: 386px;
}

.orders-item-head--green {
    color: #4dc252;
}

.orders-item-text {
    margin: 9px 0 12px;
}

.orders-item-text-red {
    display: inline-block;
    color: #f24243;
}

.btn--mr {
    margin-right: 7px;
}

.orders-item-sub-head {
    margin-bottom: 11px;
    color: #7f7f7f;
    font-size: 13px;
    margin-top: 10px;
}

.orders-item-pro {
    padding-bottom: 7px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
    color: #333;
    font-size: 13px;
}

.orders-item-pro:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.orders-item-pro-left {
    position: relative;
    float: left;
    width: 102px;
}

.orders-item-pro-right {
    margin-left: 109px;
}

.orders-item-pro-right-head {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.orders-item-pro-right-head a {
    text-decoration: none;
    color: #333;
}

.orders-item-pro-right-head a:hover {
    text-decoration: underline;
}

.orders-item-pro-right-left {
    position: relative;
    float: left;
    margin-right: 66px;
    width: 225px;
    margin-top: 0;
}

.orders-item-pro-right-right {
    position: relative;
    float: right;
    margin-top: 15px;
    padding-right: 14px;
}

.btn-rewiews {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #f24243;
    font-size: 13px;
    line-height: 14px;
}

.btn-rewiews:hover .link-dotted {
    border-bottom-color: transparent;
}

.ico-rew {
    background: url("../img/ico-rew.png") no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.orders-item-pro-right-left .orders-item-list {
    margin-bottom: 0;
}

.orders-item-head--red {
    color: #f54647;
}

.header-center-right {
    position: relative;
    float: right;
    margin-right: 16px;
    margin-top: 14px;
}

.header-center-right-ico {
    margin-top: -2px;
}

.ico-search {
    background: url("../img/new_icons/lupa.svg") no-repeat 0 0;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.ml-10px {}

.mobile-bar-container {
    height: 80px
}

.mobile-bar {
    position: relative;
    background: #fff;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ddd;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    z-index: 901;
}

.mobile-bar.fixed {
    position: fixed;
    top: 0;
}

.mobile-bar.fixed .icon_gumb.active {
    background: url(/local/templates/liniilubvi_adaptive/img/gamburger.svg);
    background-size: 100% 100%;
}

.mobile-bar-btn-catalog {
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.mobile-bar-btn-catalog:hover {
    text-decoration: none;
    border-bottom-color: transparent;
    color: #333;
}

.mobile-bar-left {
    position: relative;
    float: left;
    margin-top: 3px;
    padding-right: 9px;
    padding-top: 6px;
    padding-left: 3px;
    padding-bottom: 6px;
}

.mobile-bar-right {
    padding-top: 6px;
    padding-right: 3px;
    padding-bottom: 6px;
    padding-left: 0px;
    float: right;
}

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

.mobile-bar-center-icon {
    cursor: pointer;
    display: inline-block;
    margin: 0 24px;
    position: relative;
}

.icon_fav {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/new_icons/favorite.svg") no-repeat 0 0;
    background-size: 100% 100%;
}

.mobile-bar-center-icon-num {
    background: none repeat scroll 0 0 #EA2F30;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    padding: 0 2px;
    position: absolute;
    right: -16px;
    text-align: center;
    top: -17px;
}

.icon_help {
    width: 37px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/icon_help.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.icon_user {
    width: 35px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/icon_lk.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.icon_bas {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/new_icons/sumka.svg") no-repeat 0 0;
    background-size: 100% 100%;
}

.mobile-bar-center-icon:first-child {
    margin-left: 0;
}

.mobile-bar-center-icon:last-child {
    margin-right: 0;
}

.btn.pie .btn--ws {
    white-space: nowrap;
    display: block;
    padding: 0;
    width: 100%;
}

.spliter-mobile {
    display: block;
    margin-bottom: 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.spliter-mobile-pic {
    vertical-align: middle;
}

.rss {
    color: #fff;
    background: #222222;
    margin: 13px 0 24px;
}

.rss-center {
    max-width: 1044px;
    padding: 11px 10px 22px;
}

.rss-center-head {
    margin-bottom: 11px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.rss-center-body {
    margin: 0 -10px;
}

.rss-center-body-left {
    position: relative;
    float: left;
    padding: 0 10px;
    width: 33.33%;
}

input.rss-center-body-input {
    border: 1px solid transparent;
    background: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 11px;
    height: 43px;
}

.fixed-bar-center-rss-btn--mod {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    white-space: nowrap;
}

.fixed-bar-center-rss-btn--mod .sprite-i_0003_icon-send {
    width: 19px;
    height: 19px;
    background-size: 325px 33px;
    background-position: -86px -2px;
}

.sort-right--mod {
    margin-top: 13px;
    z-index: 300;
}

.line--mt {
    margin-top: 10px;
}

.cat-carusel {
    margin: 17px 20px;
    position: relative;
}

.cat-carusel-body {
    position: relative;
    overflow: hidden;
}

.cat-carusel-body-list {
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
    width: 20000em;
}

.cat-carusel-body-list-item {
    position: relative;
    text-align: center;
    float: left;
    width: 200px;
}

.cat-carusel-body-list-item .top-cat-item {
    white-space: nowrap;
    width: auto;
    margin: 0;
}

.cat-carusel-body-list-item .top-cat-item-text {
    width: auto;
}

.cat-carusel .carusel-arr-left {
    left: -20px;
}

.cat-carusel .carusel-arr-right {
    right: -20px;
}

.arr-cat-left {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: url("../img/arr-cat-carusel.png") no-repeat 0 0;
    width: 11px;
    height: 19px;
}

.arr-cat-right {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: url("../img/arr-cat-carusel.png") no-repeat 100% 0;
    width: 11px;
    height: 19px;
}

.filter-side-btn-wrap {
    text-align: center;
    margin: 22px 0;
}

.filter-side-btn-open {
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #ee3436;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px dotted #ee3436;
    margin-right: 16px;
}

.filter-side-btn-open:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.arr-red {
    background: url("../img/arr-red.png") no-repeat 0 0;
    display: inline-block;
    width: 6px;
    height: 11px;
    vertical-align: middle;
    margin-right: -16px;
    margin-left: 5px;
}

.filter-side-item-select--w2 .jq-selectbox__select {
    padding-left: 5px;
}

.pro-pic-wrap {
    float: left;
    width: 100%;
}

.pro-pic-big-text {
    text-align: center;
}


/* Icons
==============================================================================*/

[class*='sprite-'] {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/sprite.png");
}

.sprite-i_0000_icon_basket {
    width: 16px;
    height: 20px;
    background-position: -2px -2px
}

.sprite-i_0001_icon_fav {
    width: 21px;
    height: 20px;
    background-position: -22px -2px
}

.sprite-i_0002_icon_lk {
    width: 20px;
    height: 20px;
    background-position: -47px -2px
}

.sprite-i_0003_icon-send {
    width: 15px;
    height: 15px;
    background-position: -71px -2px
}

.sprite-i_0004_arr-r {
    width: 8px;
    height: 15px;
    background-position: -90px -2px
}

.sprite-i_0005_arr-l {
    width: 8px;
    height: 15px;
    background-position: -102px -2px
}

.sprite-i_0006_icon_view_light {
    width: 19px;
    height: 10px;
    background-position: -114px -2px
}

.sprite-i_0007_icon_search {
    width: 15px;
    height: 15px;
    background-position: -137px -2px
}

.sprite-i_0008_ico-lock {
    width: 16px;
    height: 20px;
    background-position: -156px -2px
}

.sprite-i_0009_icon_lk {
    width: 20px;
    height: 20px;
    background-position: -176px -2px
}

.sprite-i_0010_icon_help {
    width: 22px;
    height: 22px;
    background-position: -200px -2px;
    cursor: pointer;
}

.sprite-i_0011_icon_fav {
    width: 19px;
    height: 18px;
    background-position: -226px -2px
}

.sprite-i_0012_ico-mark {
    width: 13px;
    height: 20px;
    background: url("/local/templates/liniilubvi_adaptive/img/placeholder.png") no-repeat 0 2px;
}


/* Screens
==============================================================================*/

@media only screen and (max-width: 1090px),
only screen and (max-device-width: 1090px) {
    .carusel-arr-left {
        left: 0;
    }
    .carusel-arr-right {
        right: 0;
    }
}

@media only screen and (max-width: 1050px),
only screen and (max-device-width: 1050px) {
    .header-center-local {
        width: 90px;
    }
    .header-center-local-item-ico {
        margin-left: 1px;
    }
}

@media only screen and (max-width: 1024px),
only screen and (max-device-width: 1024px) {
    .header-center-local,
    .header-center-local-item {
        z-index: 999;
    }
    .header-center-local--right {
        float: left;
        margin-right: 0;
        margin-top: 21px;
    }
    .basket-body .filter-side-item-select--w1,
    .basket-body .count {
        margin-left: 0;
    }
    .basket-warn {
        margin-right: 0;
    }
    .columns-left--mod-open {
        margin: 0;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    .columns-left--mod {
        position: absolute;
        top: 0px;
        min-height: 101%;
        width: 326px;
        z-index: 900;
        display: block !important;
        left: 0;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        width: 300px !important;
    }
    .filter-side {
        background: #fff;
        -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
        padding: 23px 12px 23px 20px;
    }
    .view-history-item {
        font-size: 14px;
        line-height: 16px;
        width: 20%;
    }
    .catalog-all {
        margin-bottom: 9px;
    }
    .pager-item {
        font-size: 17px;
        height: 28px;
        line-height: 26px;
        width: 29px;
    }
    .btn-all {
        font-size: 17px;
        padding: 5px 14px;
    }
    .catalog-all-center {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .sort-center-ch:last-child {
        margin-right: 0;
    }
    .sort-center-ch {
        font-size: 13px;
    }
    .sort-center-head {
        font-size: 13px;
        margin-right: 4px;
    }
    .sort-center {
        margin-right: 0;
        white-space: normal;
        padding-top: 1px;
    }
    .columns {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }
    .columns-main-content {
        margin-left: 0;
    }
    .up-btn {
        right: 20px;
    }
    .footer-center-left-social-item {
        width: 60px;
        margin: 0;
    }
    .footer-center-left {
        width: 186px;
    }
    .footer-center-menu {
        margin-left: 240px;
    }
    #content {
        border-bottom: 16px solid transparent;
        padding-top: 56px;
    }
    .seo-text {
        font-size: 13px;
        line-height: 15px;
    }
    .carusel-wrap {
        margin-bottom: 22px;
    }
    .footer-line-center {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-center {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .carusel-wrap-line {
        padding-left: 20px;
        padding-right: 20px;
    }
    .carusel-wrap-center {
        padding-left: 20px;
        padding-right: 20px;
    }
    .jq-selectbox__trigger-arrow {
        top: 19px;
    }
    .jq-selectbox__select {
        height: 44px;
        line-height: 43px;
        font-size: 16px;
        padding-left: 16px;
        padding-right: 21px;
    }
    .filter {
        padding: 12px 8px;
    }
    .btn--ws {
        padding: 5px 20px;
        display: inline-block;
        width: auto;
        font-size: 18px;
        height: auto;
    }
    .filter-head {
        display: none;
    }
    .filter-left {
        width: 33.33%;
        padding: 0 9px;
    }
    .filter-left--w {
        float: none;
        clear: both;
        margin: 0 auto !important;
        width: auto;
        padding-top: 12px;
        text-align: center;
    }
    .main-pic {
        margin-top: 0;
        margin-bottom: 13px;
    }
    [class*='sprite-'].sprite-i_0012_ico-mark {
        background: url("/local/templates/liniilubvi_adaptive/img/placeholder.png") no-repeat 0 2px;
    }
    [class*='sprite-'] {
        background-image: url("../img/sprite-x2.png");
        background-size: 266px 26px;
    }
    .mob-hide,
    .mob-hide.fixed-bar {
        display: none;
        min-height: 0;
        min-width: 0;
        height: 0;
        width: 0;
    }
    .header-center {
        padding: 11px 20px 10px;
    }
    .center {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header {
        margin-bottom: 0;
        box-shadow: none;
        background: none repeat scroll 0 0 transparent;
    }
    .header-center-phone {
        width: auto;
        margin-left: -15px;
        float: right;
    }
    .header-center-phone-item {
        font-size: 26px;
        position: relative;
        top: 3px;
    }
    .header-center-logo {
        margin-right: 43px;
    }
    .pro-pic-big {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 920px),
only screen and (max-device-width: 920px) {
    /* subscribe */
    .new_subscribe_form {
        float: right;
        left: 0 !important;
        margin-right: 85px;
    }
    /* end subscribe */
    .rss-center {
        padding-left: 20px;
        padding-right: 20px;
    }
    .errorPlace {
        position: static !important;
        margin-bottom: 20px
    }
    .benefits-item {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 18px;
        width: 201px;
    }
    .benefits-item br {
        display: none;
    }
    .benefits {
        border: 0;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0px;
    }
    .spliter-btn .btn-grey {
        font-size: 18px;
        padding: 15px 18px;
    }
    .spliter-head {
        font-size: 24px;
        left: 22px;
        line-height: 1;
        top: 19px;
    }
    .salon-search {
        margin-bottom: 17px;
        height: auto;
    }
    .salon-search-info {
        padding: 22px 9px 22px 33px;
        right: 41px;
        top: 35px;
        width: 253px;
        font-size: 18px;
    }
    .salon-search-info-head {
        font-size: 24px;
        line-height: 1;
    }
    .salon-search-info-text {
        font-size: 18px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    .salon-search-info .btn--mod {
        font-size: 18px;
        height: auto;
        padding: 5px 20px;
    }
    .salon-search img {
        min-height: 0;
    }
}

@media only screen and (max-width: 900px),
only screen and (max-device-width: 900px) {
    /* subscribe */
    .new_subscribe_form p {
        color: #555 !important;
    }
    .new_form_block {
        background: none !important;
        ;
        text-align: center
    }
    .new_subscribe_form {
        display: inline-block;
        float: none;
        margin: 0
    }
    .new_subscr_button {
        color: #555 !important;
        border-color: #555 !important;
    }
    /* end subscribe */
    .basket-info {
        padding-bottom: 18px;
        margin-bottom: 1px;
    }
    .basket-warn-wrapper {
        margin: 6px 0 19px;
    }
    .basket-warn {
        margin: 0 326px 0 0;
        text-align: right;
    }
    .basket-mob-col {
        position: relative;
    }
    .basket-mob-col:before {
        background: none repeat scroll 0 0 #EEEEEE;
        bottom: -20px;
        content: "";
        left: 50%;
        position: absolute;
        top: -58px;
        width: 1px;
    }
    .basket-mob-col-left {
        position: relative;
        float: left;
        padding-right: 12px;
        width: 50%;
        margin-top: 8px;
    }
    .basket-mob-col-left .basket-form-radio {
        margin-top: 0;
        margin-bottom: 23px;
    }
    .basket-mob-col-right {
        position: relative;
        float: right;
        padding-left: 22px;
        width: 50%;
        margin-top: 8px;
    }
    .basket-form {
        margin-bottom: 0;
    }
    .basket-form-mob-left {
        position: relative;
        float: left;
        width: 50%;
        padding-right: 12px;
    }
    .basket-form-mob-right {
        position: relative;
        float: right;
        width: 50%;
        padding-left: 12px;
    }
    .basket-form-mob-right textarea.input-text {
        height: 112px;
    }
    .basket-body-item-left {
        width: 40%;
    }
    .basket-body-item-left-pic img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .basket-body-item-right {
        margin-left: 40%;
    }
    .basket-body-item-complect .basket-body-item-left {
        width: 140px
    }
    .basket-body-item-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 20px;
    }
    .basket-body-item-bottom .basket-body-item-bottom-left {
        flex-basis: 40%;
        flex-grow: 0;
        flex-shrink: 0;
        width: 40%;
    }
    .basket-body-item-bottom .basket-body-item-bottom-right {
        margin-left: 0;
        border-top: 1px solid #ddd;
        margin-top: 0;
        padding-top: 10px;
        display: flex;
        flex-basis: 60%;
        flex-grow: 0;
        flex-shrink: 0;
        justify-content: space-evenly;
    }
}

.basket-body-item-left-pic {
    margin-bottom: 30px;
    height: 121px;
}

.basket-body-item-right {
    margin-left: 108px;
    padding-right: 19px;
}

.basket-wrapper .f-row-item {
    float: none;
    width: auto;
}

.basket-body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.basket-body-item {
    float: left;
    width: 50%;
    border: 0;
    margin-bottom: 13px;
    padding-bottom: 0;
}

.basket-body-item-complect-note {
    width: 100%
}

.basket-body-item:nth-child(2n) {
    padding-left: 21px;
}

.basket-body-item:nth-child(2n) .basket-body-item-right {
    padding-right: 0;
}

.basket-body-item:nth-child(2n+1) {
    clear: both;
}

.basket-body {
    position: relative;
    margin-bottom: -19px;
}

.basket-body:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -69px;
    bottom: 0px;
    width: 1px;
    background: #eeeeee;
}

.basket-wrapper .js-all-height-item {
    height: auto !important;
}

.pro {
    margin-bottom: -9px;
}

.pro-left {
    padding-right: 6px;
}

.pro-pic .pro-develery {
    display: block;
}

.pro-right-col-right .pro-develery {
    margin-bottom: 30px;
}

.pro-right-col .social {
    display: block;
    text-align: center;
}

.pro-right-col-right .social {
    display: none;
}

.pro-size-item:nth-child(7n) {
    border-right: 0;
}

.pro-size-item {
    width: 14.285714286%;
    padding: 9px 4px;
}

.pro-size-item:nth-child(5n) {
    border-right: 1px solid #EEEEEE;
}

.pro-right-col-right {
    padding-left: 0;
    float: none;
    width: auto;
    margin-bottom: 10px;
}

.pro-right-col-left {
    padding-right: 0;
    width: auto;
    float: none;
    margin-bottom: 10px;
}

.pro-right-text {
    margin-bottom: 15px;
}

.pro-price {
    margin: 15px 0 33px;
}

.pro-right {
    padding-left: 7px;
    margin-top: 0;
}

.pro-right .title-border {
    margin-top: 0;
}

.catalog-item-body-label--ps {
    left: 12px;
}

.pro-pic-min {
    float: none;
    margin: 0;
    clear: both;
    overflow: hidden;
    width: auto;
    padding-top: 2px;
}

.catalog-item-body-label-like {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}

.catalog-item-body-label-like.v2 {
    display: inline-block;
    margin-right: 5px;
}

.catalog-item-body-label--ps.v2 {
    left: auto;
}

.pro-pic-big-text {
    display: none;
}

.pro-pic-min-item {
    float: left;
    margin: 0 11px 11px 0;
}

.pro-pic-min-item:last-child {
    margin-right: 0;
}

.pro-pic-big {
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width: 770px),
only screen and (max-device-width: 770px) {
    .header-center-local-item {
        left: 0;
        z-index: 999;
    }
    .info-tabs-menu-item {
        margin-bottom: 6px;
    }
    .info-tabs {
        min-height: 1px;
        margin-bottom: 0;
    }
    .catalog-item {
        width: 33.33%;
    }
}

@media only screen and (max-width: 700px),
only screen and (max-device-width: 700px) {
    .popup-design {
        width: 500px;
    }
    .view-history-item {
        width: 25%;
    }
    .sort-center {
        margin-left: 169px;
        padding-top: 2px;
    }
    .sort-left {
        width: auto;
        margin-right: 24px;
    }
    .footer-line-center-delivery {
        display: none;
    }
    .footer-line-center-phone-item {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .popup-design--mod,
    #review_add {
        width: 500px;
    }
    .spliter_popup-1,
    .spliter_popup-2 {
        width: 600px;
    }
    .spliter-form_popup {
        margin-left: 250px
    }
    .spliter-head_popup {
        margin-left: 230px
    }
}

@media only screen and (max-width: 650px),
only screen and (max-device-width: 650px) {
    .top-line__left-links {
        float: none;
        margin: 7px 0;
    }
    .dop-nav {
        margin-bottom: 0px;
    }
    .view-history {
        margin-bottom: 11px;
    }
    .line--mb--650 {
        margin-bottom: 21px;
    }
    .pic--mod.f-right {
        float: none;
        text-align: center;
        width: auto;
        margin: 20px 0;
    }
    .text {
        margin-bottom: 15px;
    }
    .text:last-child {
        margin-bottom: 0;
    }
    .basket-body-item:hover .basket-body-item-complect {
        width: 97%;
    }
}

@media only screen and (max-width: 639px),
only screen and (max-device-width: 639px) {
    .footer-center-left {
        float: none;
        width: auto;
        margin: 0;
        text-align: center;
        margin-bottom: 28px;
    }
    .footer-center-menu-list {
        width: 50%;
        margin: 0;
    }
    .footer-center-menu-list li {
        padding-right: 0;
        min-width: 0;
    }
    .footer-center-menu {
        margin-left: 0;
    }
    .filter {
        padding: 12px 11px;
        margin-bottom: 10px;
    }
    .filter-left {
        float: none;
        padding: 0;
        margin-bottom: 10px;
        width: auto;
    }
    .btn.pie.btn--ws {
        font-size: 13px;
        display: block;
        padding: 5px 10px;
        width: 100%;
    }
}

.complect-fn {
    display: block;
    position: absolute;
    top: 48px;
    left: 190px;
    font-size: 12px;
    text-align: left;
    width: 170px;
    color: #000;
}

@media only screen and (max-width: 630px),
only screen and (max-device-width: 630px) {
    .set {
        padding: 10px;
        margin-bottom: 23px;
    }
    .complect-fn {
        top: 65px;
        font-size: 12px;
    }
    .set-item-ico {
        width: 13px;
        margin: 30px 3px 0;
    }
    .pro {
        margin-bottom: -29px;
    }
    .set-item-total-wrap {
        /*float: left;*/
        /*width: 99px;*/
        /*margin-right: 12px;*/
        display: block;
        margin-bottom: 5px;
    }
    .set-item-total {
        margin-right: -7px;
        clear: both;
        float: none;
        padding: 0;
        width: auto;
        /*overflow: hidden;*/
        padding-top: 21px;
    }
    .set-item-total .btn--block {
        /*float: left;*/
        width: 167px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .btn--mod_new {
        clear: both;
        text-align: center;
        display: block;
    }
    .set-item-total-head {
        /*text-align: right;*/
        margin-bottom: -2px;
        margin-top: 6px;
    }
    .set-item-total-price {
        /*text-align: right;*/
        margin-bottom: 0;
    }
    .set-item {
        border: 0;
        display: none;
    }
    .set-item:first-child {
        display: block;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .header-center-logo {
        width: 34%;
        margin-right: 25px;
    }
    .header-center-local {
        margin-top: 15px;
    }
    .header-center-phone {
        margin-top: 4px;
    }
    .spliter_popup-1,
    .spliter_popup-2 {
        width: 500px;
    }
    .spliter-form_popup {
        width: 240px
    }
    .spliter-head_popup {
        top: 0;
    }
}

@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .basket-wrapper {
        margin-top: 17px;
    }
    .basket-body:before {
        display: none;
    }
    .basket-body-item {
        float: none;
        width: auto;
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 22px;
        padding-bottom: 14px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 10px;
    }
    .basket-body-item:last-child {
        border-bottom: 0;
        margin-bottom: 2px;
    }
    .basket-body {
        margin-top: 17px;
    }
    .basket-form-mob-left,
    .basket-form-mob-right {
        padding: 0;
        width: auto;
        float: none;
    }
    .basket-form-mob-right textarea.input-text {
        height: 90px;
    }
    .basket-form-mob-right {
        margin-bottom: -11px;
    }
    .basket-mob-col:before {
        display: none;
    }
    .basket-mob-col-left,
    .basket-mob-col-right {
        margin: 0;
        float: none;
        padding: 0;
        width: auto;
    }
    .basket-mob-col {
        margin-top: 21px;
    }
    .basket-mob-col-right {
        margin-top: 47px;
    }
    .basket-price {
        margin-bottom: 0;
    }
    .basket-price-item:last-child {
        margin-bottom: 0;
    }
    .basket-warn-wrapper {
        /*display: none;*/
        padding: 0 12px;
    }
    .basket-warn {
        margin: 15px 0 0;
        float: right;
    }
    .basket-warn:before {
        content: ' ';
        display: block;
    }
    .basket-info-pic {
        float: none;
        text-align: center;
        margin: 18px -9px 0;
        width: auto;
    }
    .basket-info-pic img {
        margin: 0 4px;
        max-width: 78px;
    }
    .basket-warn-wrapper-for-600 {
        text-align: center;
        margin: 6px 0 18px;
    }
    .basket-warn-wrapper-for-600 .basket-warn {
        text-align: left;
        width: 244px;
        margin: 0 auto 20px;
    }
    .basket-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 560px),
only screen and (max-device-width: 560px) {
    .mob-shift-top {
        position: static
    }
    .param-item-right {
        width: 50%;
    }
    .info-tabs {
        padding: 9px 7px 14px;
    }
    .pro-size {
        margin-bottom: 10px;
    }
    .pro-develery.hidden {
        display: none;
    }
    .pro-pic-min {
        text-align: center;
    }
    .pro-pic-min-item {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 4px 4px;
    }
    .pro-price {
        margin-bottom: 18px;
    }
    .pro-right .pro-pic {
        display: block;
        margin-bottom: 30px;
    }
    .pro-left {
        display: none;
    }
    .pro-price {
        text-align: center;
        margin-bottom: 18px;
    }
    .pro-price-item {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
    .pro-price-old {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .pro-right {
        padding: 0;
        margin-bottom: 11px;
        float: none;
        width: auto;
    }
    .pro-left {
        float: none;
        padding: 0;
        margin-bottom: 11px;
        width: auto;
    }
    .popup-design {
        width: 300px;
    }
    .popup-design .filter-side-item-select--w2 {
        margin: 10px auto;
        display: block !important;
    }
    .view-history-item {
        width: 33.33%;
        font-size: 14px;
    }
    .catalog-all {
        /* margin-bottom: -26px;*/
        height: 26px;
    }
    .pager-item {
        font-size: 15px;
        height: 28px;
        line-height: 26px;
        width: 29px;
    }
    .catalog-all-center {
        text-align: center;
        clear: both;
        position: relative;
        top: -75px;
    }
    .btn-all {
        font-size: 15px;
        padding: 5px 14px;
        bottom: 15px;
    }
    .catalog-all-right {
        /*float: none;*/
        text-align: center;
        width: 100%;
        margin-top: 66px;
    }
    .popup-design--mod1 {
        width: 300px;
    }
    .filter-side-btn-wrap {
        margin: 14px 0;
    }
    .jq-selectbox.dropdown.opened .jq-selectbox__dropdown {
        left: -10px !important;
        right: auto !important;
    }
    .jq-selectbox.dropdown.opened .jq-selectbox li {
        white-space: nowrap;
        overflow: hidden;
        /* width: calc(100% - 20px); */
        text-overflow: ellipsis;
    }
    .sort .filter-side-item-select {
        margin-top: 10px;
    }
    .sort-center-ch {
        font-size: 13px;
        margin-bottom: 9px;
    }
    .top_filter_form {
        margin-bottom: 5px;
    }
    .sort-right--show560 {
        display: block;
        width: 100%;
    }
    .sort-center-head {
        display: none;
    }
    .sort-center {
        margin-left: 0;
        clear: both;
        margin-top: 0;
        padding-top: 15px;
    }
    .cat-carusel {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .line--mt {
        margin-bottom: 10px;
    }
    .columns .title-border {
        margin-top: 12px;
        margin-bottom: 2px;
    }
    .sort-right--mod {
        display: none;
    }
    .columns {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 1px;
    }
    .catalog-item {
        width: 50%;
    }
    .catalog {
        margin-right: 0;
    }
    .footer-line-center {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-center {
        padding-left: 10px;
        padding-right: 10px;
    }
    .carusel-wrap-line {
        padding-left: 10px;
        padding-right: 10px;
    }
    .rss-center-head {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
        padding: 0 29px;
    }
    .rss-center-body {
        margin: 0;
    }
    .rss-center-body-left {
        float: none;
        padding: 0;
        margin-bottom: 12px;
        width: auto;
    }
    .rss-center {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 1px;
    }
    .carusel-wrap-center {
        padding-left: 10px;
        padding-right: 10px;
    }
    .benefits-item {
        width: 149px;
    }
    .salon-search-info {
        padding: 16px 9px 12px 21px;
        right: 17px;
        top: 16px;
        width: 186px;
    }
    .salon-search-info .btn--mod {
        font-size: 13px;
        padding: 0px 20px;
    }
    .spliter-head {
        font-size: 18px;
        line-height: 21px;
        top: 23px;
    }
    .center {
        padding-left: 10px;
        padding-right: 10px;
    }
    .icon_help {
        width: 23px;
        height: 23px;
    }
    .icon_user {
        width: 22px;
        height: 22px;
    }
    .mobile-bar-btn-catalog {
        font-size: 16px;
    }
    .popup-design--mod,
    #review_add {
        width: 300px;
    }
    .city-select-col-sep {
        display: none;
    }
    .city-select-col-left {
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 15px;
    }
    .city-select-col-right {
        float: none;
        padding: 0;
        width: auto;
    }
    input.input-text--fz18 {
        font-size: 12px;
    }
    .header-center-logo {
        width: 173px;
        margin-right: 0;
    }
    .header-center {
        padding: 11px 10px 14px;
    }
    .header-center-local {
        display: none;
    }
    .header-center-local--right {
        position: absolute;
        right: 0px;
    }
    .header-center-phone {
        float: left;
        margin-left: 8%;
        margin-top: 0;
    }
    .salon-search-info-head {
        font-size: 18px;
    }
    .salon-search-info-text {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .spliter-head.spliter-head_popup {
        top: 0;
    }
    .basket-mob-col:before {
        background: none;
    }
}

@media only screen and (max-width: 480px) {
    .main-pic {
        display: none !important;
    }
    .main-pic-mob {
        display: block !important;
    }
    .up-btn {
        bottom: 100px;
    }
}

@media only screen and (max-width: 417px),
only screen and (max-device-width: 417px) {
    .view-history-item {
        width: 50%;
    }
    .header-center-logo {
        width: 100%;
        text-align: center;
    }
    .header-center-phone {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .header-center-right {
        float: right;
    }
    .carusel-wrap-line-center,
    .carusel-wrap-line-center-item-list-item {
        border-color: transparent;
    }
    .title-border {
        margin-bottom: 10px;
        margin-top: 23px;
    }
    .seo-text .title-border {
        margin-bottom: 15px;
    }
    .title-border * {
        /* font-size: 18px;*/
    }
    .spliter-btn {
        display: none;
    }
    .spliter_popup-1,
    .spliter_popup-2 {
        width: 310px
    }
    .spliter-form_popup {
        margin-left: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .spliter-head_popup {
        margin: 4px 0 0;
        left: 7px;
        color: #fff;
        font-weight: bold;
        width: 119px;
        text-align: left;
    }
    .spliter-btn.spliter-btn_popup {
        display: block
    }
    .spliter-form-item_popup input.input-text {
        padding: 10px 20px
    }
    .orders-item-left {
        width: auto
    }
    .orders-item-pro-right-left {
        margin-right: 0;
        width: auto;
        float: none;
    }
}

@media only screen and (max-width: 400px),
only screen and (max-device-width: 400px) {
    .filter-side-item-select .jq-selectbox__select {
        padding-left: 6px;
    }
    .sort-left {
        margin-right: 0;
    }
    .catalog {
        margin-right: 0;
    }
    .catalog-item {
        width: 100%;
        margin-right: 0;
        height: 390px
    }
    .catalog-item-prev,
    .catalog-item-next {
        height: 200px !important;
    }
    .catalog .carusel-wrap-line-center-item-list-item-pic {
        height: 215px;
        line-height: 215px;
    }
}

.input-mobile-search {
    margin-right: 50px;
    height: 35px;
    font-size: 18px;
}

@media only screen and (max-width: 390px),
only screen and (max-device-width: 390px) {
    .complect-fn {
        position: relative;
        left: 10px;
        top: 10px;
        padding-bottom: 10px;
    }
    .sort .jq-selectbox__dropdown {
        right: auto
    }
}


/* Retina
==============================================================================*/

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    [class*='sprite-'] {
        background-image: url("../img/sprite-x2.png");
        background-size: 266px 26px;
    }
}

.switch input[type="radio"]:checked+i {
    background: #fff;
    border: 4px solid #ccc;
}

.position-relative {
    position: relative;
}

.geography-select-first {
    position: absolute;
    text-transform: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    top: 10px;
    left: 70px;
    background: #fff;
    padding: 16px 21px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    z-index: 800;
    margin-left: -110px;
    margin-top: 16px;
    text-align: left;
}

.geography-select-first:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
}

.geography-select-first:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    margin-left: -5px;
}

.cursor-pointer {
    cursor: pointer;
}

.geography-select-first__tooltip-item {
    width: 100%;
    display: block;
}

.geography-select-first__tooltip-item-50p {
    width: 50%;
    display: inline-block;
    vert-align: top;
    text-align: center;
    margin-top: 10px;
}

.geography-select-first__link {
    color: #EA2F30;
    border-bottom: 1px solid #EA2F30;
}

.display-none {
    display: none;
}

.filter-side-item:last-child {
    margin-bottom: 0;
}

.sticky_start {
    position: fixed;
    z-index: 101;
}

.sticky_stop {
    position: relative;
    z-index: 101;
}


/* подписка над футером */

.podpiska .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 720px) {
    .podpiska .container {
        width: 730px;
    }
}

@media (min-width: 1024px) {
    .podpiska .container {
        width: 950px;
    }
}

@media (max-width: 1080px) {
    .geography-select-first {
        left: 117px;
    }
}

@media (min-width: 1200px) {
    .podpiska .container {
        width: 950px;
    }
    .otstup-convert {
        padding-left: 10%;
        padding-right: 0px;
        width: 80%;
    }
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 720px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1024px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.width-podpiska {
    max-width: 1024px;
}

.podpicka-vverh {
    padding-top: 0px;
}

.razmerpodpiski {
    font-size: 18px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media only screen and (max-width: 2000px) {
    .otstup-convert {
        padding-left: 10%;
        padding-right: 0px;
        width: 83.3%;
    }
}

@media only screen and (max-width: 1200px) {
    .otstup-convert {
        padding-left: 10%;
        padding-right: 0px;
        width: 83.3%;
    }
}

@media only screen and (max-width: 992px) {
    .konvertik-podpiska {
        display: block;
    }
    .otstup-convert {
        padding-left: 10%;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 720px) {
    .konvertik-podpiska {
        display: none;
    }
    .otstup-convert {
        padding-left: 0%;
        padding-right: 0px;
        width: 66.66666667%;
    }
}

.podpiska {
    z-index: 50;
    position: relative;
    background: #EAEAEA;
    background-size: cover;
}

.podpiska-text {
    font: 1.3em/1.2em FuturaNewBookReg;
    padding-right: 8%;
}

.podpiska-text a {
    color: darkgray;
}

.podpiska-title {
    text-transform: uppercase;
    font-size: 1.4em;
    white-space: nowrap;
}

.podpiska .red-line {
    margin: 33px 0;
}

.podpiska_img {
    text-align: right;
    padding-right: 6%;
}

.subscr-form {
    font: 1.4em/1em 'Ubuntu', Arial, sans-serif;
}

.subscr-title {
    margin: 10px 0;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    padding-top: 0px;
}

.subscr-form__input {
    display: block;
    margin: 10px auto;
    background: rgba(255, 255, 255, 0.3) !important;
    width: 90%;
    height: 40px;
    padding-left: 16px !important;
    font-size: 0.6em;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.15) inset;
    border-radius: 2px;
}

.subscr-form__button {
    display: block;
    margin: 10px auto;
    width: 79%;
    height: 40px;
    text-transform: uppercase;
    font-size: 0.60em;
    background: #E92F30;
    color: #fff;
}

.subscr_error {
    font-size: 0.7em !important;
}

.townc-form__button {
    display: inline;
    margin: 0;
    width: 32%;
    height: 40px;
    font-size: 0.90em;
    background: #E92F30;
    color: #fff;
}

.townc-form__button2 {
    display: inline;
    margin: 0;
    width: 32%;
    height: 40px;
    font-size: 0.90em;
    background: #fff;
    color: #000;
}

@media (max-width: 1024px) {
    .subscr-title {
        padding: 0;
    }
    .podpiska-text {
        margin-bottom: 10px;
    }
}

@media (max-width: 720px) {
    .podpiska {
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .podpiska-text {
        text-align: center;
        margin-bottom: 10px;
    }
    .subscr-title {
        text-align: center;
    }
    .subscr-form__button {
        width: 42%;
    }
}

@media (max-width: 320px) {
    .subscr-form__button {
        width: 42%;
    }
    .jq-selectbox.dropdown.opened .jq-selectbox__dropdown {
        width: 295px !important;
    }
}

.retailrocket-subscribe-widget.retailrocket-theme-transparent input[type=button] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #f5f5f5;
    background: linear-gradient(to bottom, #ff5e60 0%, #ea3031 100%);
    font-size: 14px;
    height: 33px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    line-height: 17px;
}


/* end подписка над футером */

.seoTownList {
    position: absolute;
    top: -2999px;
}

.blink_topm {
    display: none;
}

.header-center-icons {
    margin-left: 140px;
}

.header-callback {
    color: #ea2f30;
    border-bottom: 1px dashed #ea2f30;
    font-size: 12px;
    text-decoration: none;
    text-transform: none !important;
}

.header-callback:hover {
    border: none;
}

.callback-btn {
    margin: 20px;
}

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

.dropdown_middle-weight {
    display: none;
}

.param-item.clearfix.pr {
    position: relative;
}

.param-item.clearfix:hover .dropdown_middle-weight {
    display: block;
}

#footer.footer_gray {
    background: url("/upload/medialibrary/61a/61a84d76d957f2c0991373a33896a5b4.png");
    color: #444;
}

#footer.footer_gray a {
    color: #444;
}

.user-bar_gray {
    background: url("/upload/medialibrary/45a/45ab3b3e72bbadc67dbdc33cce279d67.png");
}

.user-bar_gray .user-bar-center-menu-list-item-link {
    color: #444;
}

.user-bar_gray .user-bar-center-search {
    background-color: rgba(0, 0, 0, 0.1);
}

.user-bar_gray input.user-bar-center-search-input {
    color: #444;
}

.user-bar_gray input.user-bar-center-search-input::-webkit-input-placeholder {
    color: #444;
}

.user-bar_gray input.user-bar-center-search-input::-moz-placeholder {
    color: #444;
}

.user-bar_gray input.user-bar-center-search-input::-ms-input-placeholder {
    color: #444;
}

.user-bar_gray input.user-bar-center-search-input::-moz-placeholder {
    color: #444;
}

.user-bar_gray .user-bar-center-menu-list-item-link:hover {
    color: #fff;
}

.user-bar_gray .user-bar-center-menu-list-item-link--red {
    color: #fff;
    background-color: #fff;
    /*border: 1px solid #f8f8f8;*/
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.user-bar_gray .user-bar-center-menu-list-item-link--red:hover {
    color: #444;
}

.user-bar-center-menu-list .link-gift-certificates {
    display: none;
}

.user-bar_gray_cb {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.user-bar_gray_cb a,
.user-bar_gray_cb span {
    color: #444;
}

.user-bar_gray .fixed-bar-center-icons-item {
    background-color: transparent;
    border-left: 1px solid transparent;
}

.user-bar_gray .sprite-i_0000_icon_basket {
    width: 16px;
    background-position: -156px -2px;
}

.action-25 {
    color: #fff;
    background: red;
    display: inline-block;
    padding: 5px 10px;
}

.bonus-plus {
    background-color: #f4cccc;
    color: #e06a74;
    margin-left: 20px;
    padding: 3px;
}

.jq-selectbox.jqselect.filter-side-item-select-view {
    z-index: 201 !important;
}

.catalog-item-body-label-item-cosmo-label {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 8px;
    background: url(/local/templates/liniilubvi_adaptive/img/icons/cosmo-40x40.jpg) no-repeat;
    width: 40px;
    height: 40px;
    padding-top: 1px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    /* font-weight: bold; */
    line-height: 39px;
    vertical-align: middle;
}

.lp-block-menu {
    display: table;
    width: 100%;
    padding: 0;
}

.lp-block-menu__item {
    display: inline-block;
    float: left;
    width: 16.6%;
    border-top: 1px solid #dddddd;
    color: #555555;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 6px 10px;
}

.lp-block-menu__item.active {
    border-top: 5px solid #ff5e60;
}

@media screen and (max-width: 650px) {
    .lp-block-menu {
        display: block
    }
    .lp-block-menu__item {
        display: inline-block
    }
    .lp-block-menu__item {
        width: 50%;
    }
    .lp-block-menu__item.active {
        border-top: 1px solid #ff5e60;
    }
}


/* video */

.iframe-modal-bnr-video {
    width: 560px;
    height: 315px;
}

@media (max-width: 767px) {
    .iframe-modal-bnr-video {
        width: 300px;
        height: 165px;
    }
}

.header-terminal__buttons {
    position: absolute;
    left: 40%;
}


/* mob show/hide*/

.mob-show {
    display: none;
}

.mob-show-770 {
    display: none
}

.mob-show-770[class*='sprite-'] {
    display: none
}

.mob-show-560 {
    display: none;
}

.mob-show-600 {
    display: none;
}

.mob-show-630 {
    display: none;
}

.mob-show-650 {
    display: none;
}

.mob-show-920 {
    display: none;
}

.mob-show-900 {
    display: none;
}

.mob-show-1024 {
    display: none;
}

@media only screen and (max-width: 1024px),
only screen and (max-device-width: 1024px) {
    .mob-hide-1024 {
        display: none;
    }
    .mob-show-1024 {
        display: block;
    }
}

@media only screen and (max-width: 1024px),
only screen and (max-device-width: 1024px) {
    .mob-show {
        display: block;
    }
    .mob-show-fixed {
        position: fixed;
    }
}

@media only screen and (max-width: 920px),
only screen and (max-device-width: 920px) {
    .mob-hide-920 {
        display: none;
    }
    .mob-show-920 {
        display: block;
    }
}

@media only screen and (max-width: 900px),
only screen and (max-device-width: 900px) {
    .mob-hide-900 {
        display: none;
    }
    .mob-show-900 {
        display: block;
    }
}

@media only screen and (max-width: 770px),
only screen and (max-device-width: 770px) {
    .mob-show-770 {
        display: block;
    }
    .mob-hide-770 {
        display: none;
    }
    .mob-show-770[class*='sprite-'] {
        display: inline-block
    }
}

@media only screen and (max-width: 650px),
only screen and (max-device-width: 650px) {
    .mob-show-650 {
        display: block;
    }
    .mob-hide-650 {
        display: none;
    }
}

@media only screen and (max-width: 630px),
only screen and (max-device-width: 630px) {
    .mob-show-630 {
        display: block;
    }
    .mob-hide-630 {
        display: none;
    }
}

@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .mob-show-600 {
        display: block;
    }
    .mob-hide-600 {
        display: none;
    }
}

@media only screen and (max-width: 560px),
only screen and (max-device-width: 560px) {
    .mob-show-560 {
        display: block;
    }
    .mob-hide-560 {
        display: none;
    }
}

.akciya-skidka-1000 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #ff0000;
    width: 300px;
    height: 100%;
    border: 2px outset red;
}

.fz-26 {
    font-size: 26px
}

.fz-18 {
    font-size: 18px;
    line-height: 1.4
}

.mobile_menu__nav,
.forAddToCart {
    position: fixed !important;
    background-color: #fff;
    bottom: 0;
    margin: 0;
    left: 0;
    width: 100%;
    overflow: scroll;
}

.icon-back {
    height: 30px;
    position: absolute;
    margin-left: 10px;
}

.sub-nav__link {
    padding-left: 10px !important;
}

.USER3 {
    display: none;
}

div[id^="wait_"] {
    display: none !important;
}

.span-ref {
    cursor: pointer;
    text-decoration: underline;
}
.span-ref:hover,
.span-ref:focus,
.span-ref:active {
    text-decoration: none;
}