@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic|Roboto+Condensed:400,400italic,700,700italic&subset=latin,cyrillic-ext);
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    line-height: 1;
    margin: 0
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0
}

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

/*
html {
    min-height: 100%;
    min-width: 980px;
    height: 100%;
    width: 100%
}
*/

body {
    font-family: 'Roboto', Tahoma, Geneva, sans-serif;
    background-color: #fcfcfc;
    background-size: cover;
    position: relative;
    min-height: 100%;
  /*  min-width: 980px; */
    font-size: .9em;
    font-size: calc(13px - -0.1vw);
    color: #4c4c4c;
    height: 100%;
    width: 100%
}

html.mobile body {
    font-size: 13px
}

html.mobile body * {
    max-height: 99999999px
}

body.has-system-messages {
    overflow: hidden !important
}

body>iframe {
    display: none
}

.content-modal {
    padding: 4rem
}

.mceEditor,
.mceEditor * {
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

#editor-xtd-buttons {
    display: none
}

.loading {
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 16px;
    min-height: 16px
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.half {
    float: left;
    width: 50%
}

.uppercase {
    text-transform: uppercase
}

.nowrap {
    white-space: nowrap
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    line-height: 0;
    display: table;
    content: ''
}

.clearfix:after {
    clear: both
}

.hide,
.hidden {
    display: none
}

.hide-text {
    background-color: transparent;
    color: transparent;
    text-shadow: none;
    border: 0;
    font: 0/0 a
}

hr {
    background-color: transparent;
    border-top: 1px solid #e0e0e0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    margin: 2em 0;
    height: 1px;
    padding: 0;
    width: 100%
}

 ::selection {
    background-color: #795981;
    color: #fff
}

a {
    text-decoration: underline;
    color: #0083df;
    outline: 0
}

a:hover {
    text-decoration: none
}

.link-dotted {
    display: inline !important;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    line-height: 1;
    color: #0083df;
    outline: 0
}

.link-dotted:before {
    background-image: linear-gradient(to right, #0083df 75%, rgba(0, 0, 0, 0) 76%);
    background-repeat: repeat-x;
    background-position: left;
    background-size: 4px 1px;
    position: absolute;
    content: '';
    height: 1px;
    bottom: 0;
    right: 0;
    left: 0
}

.link-dotted:hover:before {
    background-image: none;
    background: #0083df
}

.arrows {
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #0083df;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 1.2em;
    display: block;
    color: #fff;
    padding: .7em;
    margin: 1em 0
}

.arrows:hover {
    background-color: #0075c7
}

.arrows:before,
.arrows:after {
    content: '\f10c' !important;
    font-family: Flaticon;
    font-weight: normal;
    font-size: inherit;
    position: absolute;
    margin-top: .7em;
    color: inherit;
    left: 17%;
    top: 0
}

.arrows:after {
    content: '\f10a' !important;
    right: 17%;
    left: auto
}

@media all and (max-width:1180px) {
    .arrows.arrows-sm:before {
        left: 7%
    }
    .arrows.arrows-sm:after {
        right: 7%
    }
}

.blue {
    border-color: #0083df;
    color: #0083df
}

.red {
    border-color: #df0000;
    color: #df0000
}

.red.link-dotted:before {
    background-image: linear-gradient(to right, #df0000 75%, rgba(0, 0, 0, 0) 76%)
}

.red.link-dotted:hover:before {
    background: #df0000
}

.green {
    border-color: #47a000;
    color: #47a000
}

.green.link-dotted:before {
    background-image: linear-gradient(to right, #47a000 75%, rgba(0, 0, 0, 0) 76%)
}

.green.link-dotted:hover:before {
    background: #47a000
}

.orange {
    border-color: #f37e00;
    color: #f37e00
}

.orange.link-dotted:before {
    background-image: linear-gradient(to right, #f37e00 75%, rgba(0, 0, 0, 0) 76%)
}

.orange.link-dotted:hover:before {
    background: #f37e00
}

.grey {
    border-color: #636363;
    color: #636363
}

.grey.link-dotted:before {
    background-image: linear-gradient(to right, #636363 75%, rgba(0, 0, 0, 0) 76%)
}

.grey.link-dotted:hover:before {
    background: #636363
}

.bg-blue {
    border-color: #0083df;
    background: #0083df;
    color: #fff
}

.bg-red {
    border-color: #df0000;
    background: #df0000;
    color: #fff
}

.bg-green {
    border-color: #47a000;
    background: #47a000;
    color: #fff
}

.bg-orange {
    border-color: #f37e00;
    background: #f37e00;
    color: #fff
}

.bg-grey {
    border-color: #636363;
    background: #636363;
    color: #fff
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 1.5em 0 1em 0;
    padding: 0 0 0 .07em;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5
}

h2,
.h2 {
    font-size: 1.6rem
}

h3,
.h3 {
    font-size: 1.4rem
}

h4,
.h4 {
    font-size: 1.2rem
}

h5,
.h5 {
    font-size: 1.1rem
}

h6,
.h6 {
    font-size: 1rem
}

.home-page h1 {
    position: absolute;
    left: -900000px
}

.content-modal h1 {
    margin-top: 0
}

p {
    line-height: 1.5;
    margin: .5em 0
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

small,
.small {
    font-size: .8em
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

.content ul,
.content ol {
    margin: .5em 0 .5em 1.8em
}

.spoiler-content {
    overflow: auto
}

.spoiler-content>p:first-child {
    margin-top: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .9em;
    width: 100%
}

table tr th {
    font-family: 'Roboto Condensed', sans-serif;
    border-right: 1px solid #fff;
    background-color: #5a5a5a;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 1em
}

table tr th:last-child {
    border-right: 0
}

table tr td {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle;
    padding: .8em 1em
}

table.add-top-line>tbody>tr:first-child>td,
table.add-top-line>tr:first-child>td {
    border-top: 1px solid #e0e0e0
}

table.vertical-top>tbody>tr>td,
table.vertical-top>tr>td {
    vertical-align: top
}

table tr:nth-child(even) td {
    background-color: #efefef
}

table tr td:last-child {
    border-right: 0
}

table.highlighting-column tr:hover td:not(.no-hover-row),
table.highlighting-column td.hover:not(.no-hover-col) {
    background-color: #fbffe4 !important
}

table.highlighting tr:hover td:not(.no-hover-row) {
    background-color: #fbffe4 !important
}

table.table-small th,
table.table-small td {
    padding: .5em .8em;
    font-size: .9em
}

table td.sm-padding {
    padding: .1em .5em
}

form .row,
form>div,
form>.half>div,
form>.kladr-wrap>div {
    margin: .5em 0
}

label {
    cursor: pointer
}

label>span,
span.label {
    display: inline-block;
    min-width: 160px;
    width: 17%
}

.half label>span,
.half span.label {
    width: 34%
}

@media all and (max-width:1180px) {
    .half label>span,
    .half span.label {
        min-width: 0;
        width: 28%
    }
}

.kladr-wrap.half {
    margin: 0
}

label.large>span {
    min-width: 200px;
    width: 25%
}

.label-description {
    white-space: normal;
    margin-top: .3em;
    font-size: .8em;
    line-height: 1;
    display: block;
    color: #757575
}

.star {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    color: #df0000;
    width: auto
}

input[type="text"],
input[type="captcha"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.input,
textarea,
.textarea,
select,
.select {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #fff;
    border: 1px solid #cacaca;
    -webkit-border-radius: 0;
    vertical-align: middle;
    -moz-border-radius: 0;
    padding: .6em 1.1em;
    *overflow: visible;
    position: relative;
    border-radius: 0;
    text-align: left;
    font-size: .9em;
    max-width: 100%;
    color: #666;
    width: 200px;
    width: calc(200px+2vw);
    margin: 0
}

textarea,
.textarea {
    vertical-align: top;
    line-height: 1.5;
    resize: vertical;
    height: 100px
}

textarea.message-from-user {
    height: 86px;
    width: 100%
}

select,
.select {
    padding-left: .85em;
    padding-right: 0
}

input[type="text"]:focus,
input[type="captcha"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.input:focus,
textarea:focus,
.textarea:focus,
select:focus,
.select:focus {
    -webkit-box-shadow: 0 0 2px rgba(83, 120, 148, 0.5);
    -moz-box-shadow: 0 0 2px rgba(83, 120, 148, 0.5);
    box-shadow: 0 0 2px rgba(83, 120, 148, 0.5);
    color: #282828
}

input.valid[type="text"],
input.valid[type="captcha"],
input.valid[type="password"],
input.valid[type="datetime"],
input.valid[type="datetime-local"],
input.valid[type="date"],
input.valid[type="month"],
input.valid[type="time"],
input.valid[type="week"],
input.valid[type="number"],
input.valid[type="email"],
input.valid[type="url"],
input.valid[type="search"],
input.valid[type="tel"],
input.valid[type="color"],
.input.valid,
textarea.valid,
.textarea.valid,
select.valid,
.select.valid {
    border: 1px solid #47a000
}

input.error[type="text"],
input.error[type="captcha"],
input.error[type="password"],
input.error[type="datetime"],
input.error[type="datetime-local"],
input.error[type="date"],
input.error[type="month"],
input.error[type="time"],
input.error[type="week"],
input.error[type="number"],
input.error[type="email"],
input.error[type="url"],
input.error[type="search"],
input.error[type="tel"],
input.error[type="color"],
.input.error,
textarea.error,
.textarea.error,
select.error,
.select.error {
    border: 1px solid #c50000
}

input[type="radio"],
.input[type="radio"],
input[type="checkbox"],
.input[type="checkbox"] {
    vertical-align: middle !important;
    width: auto !important
}

label.checkbox {
    display: inline-block;
    padding-left: 1.85em;
    position: relative
}

label.checkbox:before {
    background-color: #fff;
    border: 1px solid #cacaca;
    position: absolute;
    height: 1.1em;
    width: 1.1em;
    content: '';
    left: 0;
    top: 0
}

label.checkbox input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    left: 0
}

label.checkbox input+span {
    min-width: 0;
    width: auto
}

label.checkbox input:checked+span:before {
    background: #fff;
    position: absolute;
    height: .6em;
    content: '';
    width: .4em;
    left: .85em;
    z-index: 1;
    top: 0
}

label.checkbox input:checked+span:after {
    border-bottom: .3em solid #47a000;
    border-right: .3em solid #47a000;
    transform: rotate(37deg);
    position: absolute;
    height: .9em;
    content: '';
    width: .3em;
    top: -.25em;
    z-index: 2;
    left: .5em
}

label.checkbox.dont-label {
    padding-left: 1.1em
}

label.checkbox.dont-label span {
    min-width: 0
}

button,
.button,
input[type="submit"],
input[type="button"] {
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    padding: .64em 1.5em .63em 1.5em;
    transition: all .2s ease-in-out;
    background-color: #eaeaea;
    text-transform: uppercase;
    border: 2px solid #ccc;
    -webkit-border-radius: 0;
    vertical-align: middle;
    -moz-border-radius: 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 0;
    font-size: .9em;
    cursor: pointer;
    line-height: 1;
    color: #717171;
    margin: 0
}

button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #ccc
}

.button-block {
    display: block !important
}

.button-blue {
    background-color: #0083df !important;
    border: 2px solid #7bc8ff !important;
    color: #fff !important
}

.button-blue:hover {
    background-color: #0075c7 !important;
    border-color: #0075c7 !important
}

.button-red {
    background-color: #df0000 !important;
    border: 2px solid #fe8484 !important;
    color: #fff !important
}

.button-red:hover {
    background-color: #c50000 !important;
    border-color: #c50000 !important
}

.button-green {
    background-color: #47a000 !important;
    border: 2px solid #a2e46d !important;
    color: #fff !important
}

.button-green:hover {
    background-color: #3d8900 !important;
    border-color: #3d8900 !important
}

.button-orange {
    background-color: #ec7b00 !important;
    border: 2px solid #fdc78d !important;
    color: #fff !important
}

.button-orange:hover {
    background-color: #d97100 !important;
    border-color: #d97100 !important
}

.button-icon-left {
    padding-left: 4.1em
}

.button-icon-right {
    padding-right: 4.1em
}

.button-icon-left i,
.button-icon-right i {
    -webkit-transition: inherit;
    background-color: #757575;
    border: 2px solid #c5c5c5;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    text-align: center;
    position: absolute;
    font-size: 1.2em;
    min-width: 26px;
    max-width: 70px;
    padding: .4em 0;
    margin: -2px;
    width: 2.5em;
    bottom: 0;
    top: 0
}

.button-icon-left i {
    border-right: 0;
    left: 0
}

.button-icon-right i {
    border-left: 0;
    right: 0
}

.button-icon-left:hover i,
.button-icon-right:hover i {
    background-color: #6d6d6d;
    border-color: #6d6d6d
}

input[disabled],
button[disabled],
textarea[disabled] {
    cursor: no-drop;
    opacity: .7
}

 ::-webkit-input-placeholder {
    -webkit-text-fill-color: #ccc !important;
    color: #ccc !important
}

 :-ms-input-placeholder {
    color: #ccc !important
}

 ::-moz-placeholder {
    color: #ccc !important
}

 :-moz-placeholder {
    color: #ccc !important
}

label.error {
    display: inline-block !important;
    background-color: #c50000;
    margin: 3.3em 0 0 0;
    position: absolute;
    padding: .3em 1em;
    font-size: .8em;
    color: #fff;
    z-index: 5
}

label.error:empty {
    display: none !important
}

label.error:before {
    border-color: transparent transparent #c50000 transparent;
    border-width: 0 6px 6px 6px;
    margin: -6px 0 0 5px;
    border-style: solid;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 0;
    top: 0
}

.stepper {
    vertical-align: middle;
    display: inline-block;
    position: relative
}

.stepper label.error {
    left: 0
}

.stepper .stepper-input {
    -moz-appearance: textfield;
    padding-right: 20px;
    padding-left: .7em;
    display: table;
    width: 55px;
    z-index: 3
}

input[name="zip"],
input[name="d_zip"] {
    -moz-appearance: textfield
}

input[name="zip"]::-webkit-outer-spin-button,
input[name="d_zip"]::-webkit-outer-spin-button,
input[name="zip"]::-webkit-inner-spin-button,
input[name="d_zip"]::-webkit-inner-spin-button,
.stepper .stepper-input::-webkit-inner-spin-button,
.stepper .stepper-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.stepper .stepper-arrow {
    background-color: #fff;
    border: 1px solid #cacaca;
    text-align: center;
    position: absolute;
    line-height: 1.5;
    font-size: .8em;
    cursor: pointer;
    max-width: 70px;
    min-width: 20px;
    display: block;
    color: #666;
    height: 50%;
    z-index: 4;
    width: 2em;
    right: 0
}

.stepper .stepper-arrow:hover {
    background-color: #f5f5f5;
    color: #3e5c7d
}

.stepper .stepper-arrow.up {
    top: 0
}

.stepper .stepper-arrow.down {
    border-top: 0;
    bottom: 0
}

.stepper .stepper-input.valid~span {
    border-color: #47a000
}

.stepper .stepper-input.error~span {
    border-color: #c50000
}

#scroll-to-top {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: rgba(0, 0, 0, .8);
    padding: .7em .8em;
    position: fixed;
    cursor: pointer;
    color: #fff;
    z-index: 100;
    bottom: 20px;
    opacity: .6;
    right: 20px
}

#scroll-to-top:hover {
    opacity: 1
}

@media all and (max-width:980px) {
    #scroll-to-top {
        display: none
    }
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    user-select: none;
    display: block
}

.irs-line {
    outline: none !important;
    position: relative;
    overflow: hidden;
    display: block
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    width: 11%;
    left: 0
}

.irs-line-mid {
    width: 82%;
    left: 9%
}

.irs-line-right {
    width: 11%;
    right: 0
}

.irs-bar {
    position: absolute;
    display: block;
    width: 0;
    left: 0
}

.irs-bar-edge {
    position: absolute;
    display: block;
    left: 0;
    top: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    width: 0;
    left: 0
}

.irs-slider {
    position: absolute;
    cursor: default;
    display: block;
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    position: absolute;
    cursor: default;
    display: block;
    left: 0
}

.irs-max {
    position: absolute;
    cursor: default;
    display: block;
    right: 0
}

.irs-from,
.irs-to,
.irs-single {
    white-space: nowrap;
    position: absolute;
    cursor: default;
    display: block;
    left: 0;
    top: 0
}

.irs-grid {
    position: absolute;
    display: none;
    height: 20px;
    width: 100%;
    bottom: 0;
    left: 0
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    background: #333;
    position: absolute;
    height: 8px;
    width: 1px;
    left: 0;
    top: 0
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    white-space: nowrap;
    text-align: center;
    position: absolute;
    font-size: .85em;
    padding: 0 .3em;
    line-height: 1;
    color: #777;
    bottom: 0;
    left: 0
}

.irs-disable-mask {
    background: rgba(0, 0, 0, 0.0);
    position: absolute;
    cursor: default;
    display: block;
    height: 100%;
    width: 102%;
    z-index: 2;
    left: -1%;
    top: 0
}

.irs-disabled {
    opacity: .4
}

.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40)
}

.irs-hidden-input {
    border-color: transparent !important;
    border-style: solid !important;
    position: absolute !important;
    background: none !important;
    line-height: 0 !important;
    z-index: -9999 !important;
    display: block !important;
    outline: none !important;
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    width: 0 !important;
    left: 0 !important;
    top: 0 !important
}

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url('../images/bg_slider_sprites.png') repeat-x
}

.irs {
    height: 40px
}

.irs-with-grid {
    height: 60px
}

.irs-line {
    height: 8px;
    top: 25px
}

.irs-line-left {
    background-position: 0 -30px;
    height: 8px
}

.irs-line-mid {
    background-position: 0 0;
    height: 8px
}

.irs-line-right {
    background-position: 100% -30px;
    height: 8px
}

.irs-bar {
    background-position: 0 -60px;
    height: 8px;
    top: 25px
}

.irs-bar-edge {
    background-position: 0 -90px;
    height: 8px;
    width: 11px;
    top: 25px
}

.irs-shadow {
    background: #333;
    opacity: .15;
    height: 1px;
    top: 34px
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15)
}

.irs-slider {
    background-position: 0 -120px;
    height: 22px;
    width: 22px;
    top: 17px
}

.irs-slider.state_hover,
.irs-slider:hover {
    background-position: 0 -150px
}

.irs-min,
.irs-max {
    background: rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 3px;
    font-size: 10px;
    color: #999;
    top: 0
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc
}

.irs-from,
.irs-to,
.irs-single {
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    font-size: 10px;
    color: #fff
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999
}

.irs-grid-pol {
    background: #99a4ac
}

.irs-grid-text {
    color: #99a4ac
}

.jspContainer {
    position: relative;
    overflow: hidden
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    background-color: #ccc;
    position: absolute;
    bottom: 5px;
    width: 10px;
    right: 5px;
    top: 5px
}

.jspHorizontalBar {
    background-color: #ccc;
    position: absolute;
    height: 10px;
    bottom: 5px;
    right: 5px;
    left: 5px
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    position: relative
}

.jspDrag {
    background-color: gray;
    position: relative;
    cursor: pointer;
    left: 0;
    top: 0
}

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

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

.jspArrow.jspDisabled {
    background: #39251a;
    cursor: default
}

.jspVerticalBar .jspArrow {
    height: 10px
}

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

.jspVerticalBar .jspArrow:focus {
    outline: 0
}

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

.hierarchy ul {
    list-style: none;
    margin: .9em 0;
    padding: 0
}

.hierarchy ul li {
    border-left: 1px solid #e0e0e0;
    padding: 4px 0 4px 15px;
    vertical-align: top;
    position: relative
}

.hierarchy ul ul {
    font-size: .95em
}

.hierarchy ul>li:last-child {
    border-left-color: rgba(255, 255, 255, 0)
}

.hierarchy ul li:before {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    height: 11px;
    content: '';
    width: 8px;
    left: -1px;
    top: 0
}

.hierarchy ul li a,
.hierarchy li>span {
    position: relative;
    line-height: 1;
    color: #555
}

.hierarchy ul li.active>a {
    text-decoration: none;
    color: #47a000
}

.hierarchy ul li a:after {
    border-color: transparent transparent transparent #ccc;
    border-width: 3px 0 3px 4px;
    border-style: solid;
    position: absolute;
    content: '';
    left: -8px;
    height: 0;
    width: 0;
    top: 7px
}

.hierarchy ul li.active>a:after {
    border-color: transparent transparent transparent #47a000
}

.hierarchy ul li a:hover:after {
    border-color: transparent transparent transparent #c50000
}

.gugo-captcha .gugo-captcha-wrap .gugo-captcha-img {
    background-color: #fff;
    border: 1px solid #cacaca;
    position: relative;
    margin: 0 0 5px 0;
    min-width: 160px;
    max-width: 160px;
    display: block;
    padding: 2px;
    width: 160px
}

.gugo-captcha .gugo-captcha-wrap .gugo-captcha-img .gugo-captcha-update {
    background-color: #fff;
    position: absolute;
    padding: 3px 5px;
    font-size: 10px;
    cursor: pointer;
    color: #3892ff;
    width: auto;
    right: 1px;
    top: 1px
}

.gugo-captcha .gugo-captcha-wrap .gugo-captcha-img .gugo-captcha-update:hover {
    color: #2c3851
}

.gugo-captcha .gugo-captcha-wrap .gugo-captcha-img img {
    width: 100%
}

.progressbar {
    background-color: #f5f5f5;
    border: 1px solid #d8d7d3;
    display: block;
    padding: 1px;
    height: 20px;
    width: 100%
}

.progressbar>div {
    background-image: url('../images/bg_lines_dark.png');
    background-color: #a2e5c7;
    display: block;
    height: 16px
}

.readmore {
    margin: .5em 0
}

.readmore a {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    font-size: .8em
}

.readmore a span {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: normal;
    font-style: italic
}

.readmore a:hover span {
    text-decoration: none
}

.readmore a i {
    vertical-align: middle;
    font-size: .8em
}

.date {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: normal;
    font-style: normal;
    font-size: .9em;
    margin: .5em 0;
    color: #ec7b00
}

.date i {
    vertical-align: middle;
    margin: 0 .3em 0 0;
    font-size: 1.25em
}

.tooltipster-default {
    font-family: 'Roboto Condensed', sans-serif;
    background: #3f3746;
    text-align: center;
    color: #fff
}

.tooltipster-default .tooltipster-content {
    padding: .4rem 1rem;
    line-height: 1.5;
    font-size: .9rem;
    overflow: hidden
}

.tooltipster-icon {
    margin-left: .4em;
    cursor: help
}

.tooltipster-base {
    pointer-events: none;
    position: absolute;
    overflow: visible;
    line-height: 0;
    font-size: 0;
    z-index: 110;
    width: auto;
    padding: 0;
    left: 0;
    top: 0
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    text-align: center;
    position: absolute;
    display: block;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    position: absolute;
    display: block;
    height: 0;
    width: 0
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-right: 9px solid transparent !important;
    border-left: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-right: 9px solid transparent !important;
    border-left: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    margin: 0 auto;
    right: 0;
    left: 0
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-bottom: 8px solid transparent !important;
    border-top: 8px solid transparent !important;
    border-left: 8px solid;
    margin-top: -7px;
    right: -7px;
    top: 50%
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-bottom: 9px solid transparent !important;
    border-top: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-bottom: 8px solid transparent !important;
    border-top: 8px solid transparent !important;
    border-right: 8px solid;
    margin-top: -7px;
    left: -7px;
    top: 50%
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-bottom: 9px solid transparent !important;
    border-top: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px
}

.tooltipster-fade {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    -webkit-backface-visibility: hidden;
    transition-property: transform;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0)
}

.tooltipster-grow-show {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.tooltipster-swing {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    -webkit-transform: rotateZ(4deg);
    transition-property: transform;
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    opacity: 0
}

.tooltipster-swing-show {
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    transform: rotateZ(0);
    opacity: 1
}

.tooltipster-fall {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -ms-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    top: 0
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    left: -40px
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

.tooltipster-content-changing {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: .5
}

.kladr-error {
    color: #cf0000
}

#kladr_autocomplete ul {
    background-color: #fff;
    border: 1px solid #cacaca;
    overflow-x: hidden;
    position: absolute;
    max-height: 420px;
    overflow-y: auto;
    min-width: 200px;
    font-size: .9em;
    display: block;
    color: #777;
    z-index: 9999;
    padding: 0;
    margin: 0
}

#kladr_autocomplete li {
    text-overflow: ellipsis;
    list-style-type: none;
    white-space: nowrap;
    display: list-item;
    padding: .5em 1em;
    overflow: hidden;
    margin: 0
}

#kladr_autocomplete li+li {
    border-top: 1px solid #ededed
}

#kladr_autocomplete li:hover {
    background-color: #f2f2f2;
    cursor: pointer
}

#kladr_autocomplete li.active {
    background-color: #e9e9e9
}

#kladr_autocomplete a {
    text-decoration: none;
    color: #777
}

#kladr_autocomplete strong {
    color: #47a000
}

.pagination {
    background-image: url('../images/bg_lines_dark.png');
    font-family: 'Roboto Condensed', sans-serif;
    background-position: left 0 bottom -34px;
    border-top: 1px solid #ccc;
    background-repeat: repeat-x;
    font-weight: normal;
    padding: 0 0 5px 0;
    text-align: left;
    line-height: 1;
    font-size: 1em;
    color: #8d8d8d;
    margin: 2em 0
}

.pagination ul {
    background-color: #f5f5f5;
    vertical-align: top;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: -1px;
    list-style: none
}

.pagination ul li a {
    border-right: 1px solid #d8d7d3;
    border-left: 1px solid #d8d7d3;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
    padding: .7em 1em;
    min-width: 30px;
    display: block
}

.pagination ul li a:hover {
    background-color: #eee;
    color: #444
}

.pagination ul li.active a,
.pagination ul li.disabled a {
    background-color: inherit;
    color: inherit
}

.pagination ul li i {
    font-size: .9em
}

.pagination ul li:first-child a {
    border-left: 0
}

.pagination ul li:last-child a {
    border-right: 0
}

.system-messages,
.system-messages .bg {
    position: fixed;
    overflow: auto;
    padding: 5rem;
    z-index: 1005;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.system-messages .bg {
    background-color: rgba(0, 0, 0, 0.85);
    padding-bottom: 10000px;
    margin-bottom: -10000px;
    position: absolute;
    cursor: pointer
}

.system-messages .item {
    padding: 2em 2em 2em 140px;
    background-color: #333;
    border: 5px solid #f5f5f5;
    position: relative;
    min-height: 120px;
    font-size: 1.1rem;
    margin: 3rem auto;
    color: #fff;
    z-index: 1005;
    width: 860px
}

.system-messages .item>i {
    position: absolute;
    font-size: 75px;
    display: block;
    left: 30px
}

.system-messages .item>.h2 {
    margin: 0 0 .5rem 0
}

.system-messages .item>.close {
    display: block !important
}

.system-messages .item.message {
    box-shadow: 0 0 60px 15px rgba(71, 160, 0, 0.4);
    background-color: #47a000
}

.system-messages .item.error {
    box-shadow: 0 0 60px 15px rgba(223, 0, 0, 0.4);
    background-color: #df0000
}

.system-messages .item.warning {
    box-shadow: 0 0 60px 15px rgba(243, 126, 0, 0.4);
    background-color: #f37e00
}

.system-messages .item.notice {
    box-shadow: 0 0 60px 15px rgba(0, 131, 223, 0.4);
    background-color: #0083df
}

.system-messages .item.info {
    box-shadow: 0 0 60px 15px rgba(71, 160, 0, 0.4);
    background-color: #f5f5f5;
    max-width: 1400px;
    min-width: 860px;
    font-size: 1rem;
    color: inherit;
    padding: 3rem;
    width: 80%
}

.popup {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background-color: #fcfcfc;
    padding: 0;
    margin: 0
}

.popup * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.popup .popup-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: .8rem 2rem;
    position: relative;
    font-size: 1.1rem
}

.popup .popup-content {
    padding: .8rem 2rem;
    font-size: .9rem
}

.popup .popup-button {
    border-top: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: .8rem 2rem;
    position: relative;
    text-align: right
}

.popup .popup-button>div {
    display: block !important;
    padding: .8rem 0 0 2rem;
    position: absolute;
    text-align: left;
    font-size: .9rem;
    width: 52%;
    left: 0;
    top: 0
}

.popup .popup-button>div .green {
    display: inline-block;
    padding-top: .4em;
    font-size: .9rem
}

.popup label.error {
    white-space: normal;
    max-width: 200px
}

.popup .label-description {
    max-width: 140px
}

#lightbox-close {
    right: -14px;
    top: -14px
}

#lightbox-content>div {
    max-height: 90vh
}

.wk-slideshow {
    position: relative;
    overflow: hidden;
    margin: 3em 0;
    width: 100%
}

.wk-slideshow li.slices {
    overflow: hidden
}

.wk-slideshow li.slices img {
    max-width: 100%;
    width: 100%
}

.wk-slideshow .next,
.wk-slideshow .prev {
    z-index: 102
}

.wk-slideshow .nav {
    position: absolute;
    z-index: 102;
    bottom: .7em;
    left: 1.5em;
    padding: 0;
    margin: 0
}

.wk-slideshow .nav span {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
    height: .6em;
    width: .6em
}

.wk-slideshow .nav span:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

.wk-slideshow .nav .active span {
    background-color: #fff
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0 {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    -ms-touch-action: pan-Y;
    position: relative
}

.owl-carousel .owl-stage:after {
    visibility: hidden;
    line-height: 0;
    display: block;
    content: ".";
    clear: both;
    height: 0
}

.owl-carousel .owl-stage-outer {
    -webkit-transform: translate3d(0, 0, 0);
    position: relative;
    overflow: hidden
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    cursor: hand
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    user-select: none;
    min-height: 1px;
    float: left
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    display: block;
    width: 100%
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-dots {
    display: none !important
}

@media all and (max-width:980px) {
    .owl-carousel .owl-nav {
        display: none !important
    }
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    background: url('/media/widgetkit/widgets/slideshow/styles/default/images/buttons.png') 0 50px no-repeat;
    display: none !important;
    position: absolute;
    color: transparent;
    margin-top: -25px;
    line-height: 0;
    height: 50px;
    width: 50px;
    font: 0/0 a;
    top: 50%
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    display: block !important
}

.owl-carousel .owl-nav .owl-next {
    background-position: 0 0;
    right: 0
}

.owl-carousel .owl-nav .owl-prev {
    background-position: 0 -50px;
    left: 0
}

.image-float-right {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 0 1em 1em;
    padding: 1px;
    float: right
}

.image-float-left {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 1em 1em 0;
    padding: 1px;
    float: left
}

.image-float-none {
    margin: 1em 0 0 0;
    float: none
}

.weekdays {
    display: table;
    height: 3px;
    width: 100%
}

.weekdays i,
.weekdays span,
.weekdays b {
    border-left: 3px solid #fff;
    background-color: #bcbcbc;
    display: table-cell;
    width: 14.285%;
    height: 3px
}

.weekdays i {
    background-color: #d27c7c
}

.weekdays span {
    background-color: #d2af7c
}

.price {
    background-image: url('../images/bg_lines_dark.png');
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #ff3d3d;
    white-space: nowrap;
    text-align: center;
    position: relative;
    font-size: 1.1em;
    margin: .5em 4px;
    padding: .5em 0;
    line-height: 1;
    display: block;
    color: #f0c0b0
}

.price:before,
.price:after {
    background-color: inherit;
    position: absolute;
    display: block;
    content: '';
    bottom: 2px;
    width: 2px;
    left: -3px;
    top: 2px
}

.price:after {
    right: -3px;
    left: auto
}

.price span {
    color: #fff
}

.price strike span {
    color: inherit
}

.price.price-large {
    text-transform: uppercase;
    font-size: 1.1em;
    padding: .85em;
    color: #fff;
    margin: 0
}

.price.price-large span {
    font-size: 1.3em
}

.price.price-large:before,
.price.price-large:after {
    display: none
}

.price.price-gray {
    background-color: #b3b1b1;
    color: #dcdcdc
}

.bonuses {
    background-image: url('/templates/light/images/bg_bonuses.jpg');
    box-shadow: inset 0 0 70px -5px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 1.2em 0;
    font-size: 2rem;
    color: #fff;
    padding: 1em
}

.bonuses-price {
    background-color: #f1f1f1;
    padding: .35em 1em;
    position: absolute;
    margin-top: .8em;
    font-size: .8rem;
    color: #c03636
}

.bonuses-price:before {
    border-color: transparent transparent #f1f1f1 transparent;
    border-width: 0 6px 6px 6px;
    margin: -6px 0 0 5px;
    border-style: solid;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 0;
    top: 0
}

.bonuses-price a {
    color: #c03636
}

.rating {
    display: block
}

div.rating-cancel,
div.star-rating {
    background: transparent;
    vertical-align: top;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 16px;
    float: left;
    width: 16px;
    padding: 0
}

div.star-rating,
div.star-rating a {
    background-image: url('../images/bg_stars.png');
    background-repeat: no-repeat;
    background-position: 0 0
}

div.rating-cancel a,
div.star-rating a {
    display: block;
    height: 11px;
    width: 12px
}

div.star-rating-on a {
    background-position: 0 -11px
}

div.star-rating-hover a {
    background-position: 0 -11px
}

div.star-rating-readonly a {
    cursor: default !important
}

div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

.rating-large div.star-rating,
.rating-large div.star-rating a {
    background-image: url('../images/bg_stars_large.png');
    background-position: 0 -34px
}

.rating-large div.rating-cancel,
.rating-large div.star-rating,
.rating-large div.rating-cancel a,
.rating-large div.star-rating a {
    height: 17px;
    width: 18px
}

.rating-large div.star-rating-on a {
    background-position: 0 0
}

.rating-large div.star-rating-hover a {
    background-position: 0 -17px
}

.rating .stars-active,
.rating .stars-no-active {
    background-image: url('../images/bg_stars.png');
    background-position: 0 0;
    height: 11px
}

.rating .stars-no-active {
    background-position: 0 -22px
}

.rating.rating-large .stars-active,
.rating.rating-large .stars-no-active {
    background-image: url('../images/bg_stars_large.png');
    height: 17px
}

.rating.rating-large .stars-no-active {
    background-position: 0 -34px
}

.product-label {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #cf0000;
    text-transform: uppercase;
    margin: -2.5em 0 0 1em;
    border-color: #cf0000;
    border-radius: 2em;
    position: absolute;
    padding: .5em 1em;
    font-size: .8em;
    color: #fff;
    z-index: 2
}

.product-label:before {
    border-color: transparent #cf0000 transparent transparent;
    -webkit-transform: rotate(-7deg);
    border-top-left-radius: 2em 0;
    -moz-transform: rotate(-7deg);
    border-width: 0 1.3em 2.2em 0;
    -ms-transform: rotate(-7deg);
    border-right-color: inherit;
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    border-style: solid;
    position: absolute;
    z-index: -1;
    content: '';
    height: .3em;
    width: .2em;
    top: 55%;
    left: 0
}

.ean {
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    font-weight: 700
}

.order-discount {
    background-color: #47a000;
    margin: 1em 0 !important;
    position: relative;
    padding: .5em 1em;
    font-size: 1.1em;
    color: #fff
}

.order-discount:before {
    border-color: transparent transparent #48a000 transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    position: absolute;
    content: '';
    top: -10px;
    left: 1em;
    height: 0;
    width: 0
}

.to-cart-animation {
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: 0 0 4em 4em #47a000;
    background-color: #47a000;
    text-transform: uppercase;
    border: 1px solid #47a000;
    border-radius: 100%;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    line-height: 65px;
    font-size: .65rem;
    z-index: 10000;
    color: #fff;
    height: 65px;
    width: 65px
}

.to-cart-animation:before {
    border: 7px solid #47a000;
    border-radius: 100%;
    position: absolute;
    display: block;
    bottom: -3px;
    content: '';
    right: -3px;
    left: -3px;
    top: -3px
}

.to-cart-animation.compare {
    box-shadow: 0 0 4em 4em #0083df;
    background-color: #0083df;
    border: 1px solid #0083df
}

.to-cart-animation.compare:before {
    border-color: #0083df
}

.wrap-main {
    padding-bottom: 320px;
    position: relative;
    min-height: 100%;
    z-index: 2
}

.container {
    overflow-x: hidden;
    padding-right: 1%;
    padding-left: 1%;
   /* min-width: 980px; */
    margin: 0 auto;
    width: 100%
}

@media all and (min-width:1100px) {
    .container {
        width: 96%
    }
}

@media all and (min-width:1400px) {
    .container {
        width: 92%
    }
}

@media all and (min-width:1600px) {
    .container {
        width: 86%
    }
}

@media all and (min-width:1800px) {
    .container {
        width: 80%
    }
}

.wrap-content {
    overflow: auto;
    padding: .1em
}

.aside-left-wrap.has-left-aside .wrap-content-right {
    padding-left: 2.8%;
    margin-left: 240px;
    overflow: hidden
}

@media all and (min-width:1300px) {
    .aside-left-wrap.has-left-aside .wrap-content-right {
        padding-left: 3%
    }
}

@media all and (min-width:1600px) {
    .aside-left-wrap.has-left-aside .wrap-content-right {
        padding-left: 3.2%
    }
}

.aside-left {
    min-width: 240px;
    max-width: 240px;
    width: 240px;
    float: left
}

.aside-right-wrap.has-right-aside .wrap-content {
    padding-right: 2.8%;
    margin-right: 200px;
    overflow: auto
}

@media all and (min-width:1300px) {
    .aside-right-wrap.has-right-aside .wrap-content {
        padding-right: 3%
    }
}

@media all and (min-width:1600px) {
    .aside-right-wrap.has-right-aside .wrap-content {
        padding-right: 3.2%
    }
}

.aside-right {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
    float: right
}

#top-line {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    background-color: #333;
    position: fixed;
    z-index: 1000;
    height: 50px;
    right: 0;
    left: 0;
    top: 0
}

#top-line.mobile {
    position: absolute
}

@media all and (max-width:1000px) {
    #top-line {
        position: absolute
    }
}

.top-line-block.cart {
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    position: relative;
    text-align: left;
    min-width: 225px;
    overflow: hidden;
    height: 50px;
    float: right;
    width: 17%
}

.top-line-block.cart a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border-right: 1px solid #5f5f5f;
    transition: all .2s ease-in-out;
    border-left: 1px solid #5f5f5f;
    padding: 10px 4em 0 2em;
    text-decoration: none;
    position: relative;
    text-align: left;
    overflow: hidden;
    font-size: .9em;
    line-height: 1;
    display: block;
    color: #bbb;
    height: 50px
}

.top-line-block.cart a:hover {
    background-color: #4c4c4c
}

.top-line-block.cart a .cart-icon {
    -webkit-border-radius: 100%;
    -webkit-transition: inherit;
    background-color: #5ed400;
    -moz-border-radius: 100%;
    padding: 5px 0 0 3px;
    -moz-transition: inherit;
    -o-transition: inherit;
    border-radius: 100%;
    transition: inherit;
    position: absolute;
    font-weight: 600;
    overflow: hidden;
    font-size: 28px;
    color: #333;
    height: 36px;
    width: 36px;
    right: .8em;
    top: 7px
}

.top-line-block.cart a:hover .cart-icon {
    color: #4c4c4c
}

.top-line-block.cart a:hover .cart-icon i {
    -webkit-animation: cartmove .5s ease-in-out both;
    -moz-animation: cartmove .5s ease-in-out both;
    animation: cartmove .5s ease-in-out both
}

@keyframes cartmove {
    0 {
        margin-left: 0
    }
    50% {
        margin-left: 50px
    }
    51% {
        margin-left: -50px
    }
    99% {
        margin-left: 0
    }
}

.top-line-block.cart a.empty .cart-icon {
    background-color: #ff3d3d
}

.top-line-block.cart a .title {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 1.1em;
    color: #fff
}

.top-line-block.compare {
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    position: relative;
    text-align: left;
    min-width: 190px;
    overflow: hidden;
    height: 50px;
    float: right;
    width: 15%
}

.top-line-block.compare a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-left: 1px solid #5f5f5f;
    padding: 10px 2em 0 2em;
    text-decoration: none;
    position: relative;
    text-align: left;
    overflow: hidden;
    font-size: .9em;
    line-height: 1;
    display: block;
    color: #bbb;
    height: 50px
}

.top-line-block.compare a:hover {
    background-color: #4c4c4c
}

.top-line-block.compare a .title {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 1.1em;
    color: #fff
}

.top-line-block.login {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    text-align: left;
    overflow: hidden;
    height: 50px;
    float: left
}

.top-line-block.login a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border-right: 1px solid #5f5f5f;
    transition: all .2s ease-in-out;
    border-left: 1px solid #5f5f5f;
    padding: 1.2em 2em 0 1.4em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    text-align: left;
    overflow: hidden;
    font-size: 1em;
    line-height: 1;
    display: block;
    color: #bbb;
    height: 50px;
    float: left
}

.top-line-block.login .login-link {
    border-right: 0
}

.top-line-block.login a i {
    margin: -0.15em .4em 0 0;
    vertical-align: middle;
    display: inline-block;
    font-size: 1.4em
}

.top-line-block.login a:hover {
    background-color: #4c4c4c;
    color: #fff
}

.top-line-block.login .hi-user {
    padding: 10px 0 0 2em;
    position: relative;
    line-height: 1.35;
    text-align: left;
    overflow: hidden;
    font-size: .85em;
    display: block;
    color: #bbb;
    height: 50px;
    float: left
}

@media all and (max-width:1100px) {
    .top-line-block.login .hi-user {
        padding-left: 1em
    }
}

.top-line-block.login .hi-user .name {
    color: #fff
}

.top-line-block.login .account {
    color: #ff8c0e
}

#login_form .popup_content {
    padding: 2rem
}

#login_form .float-left {
    margin-top: .4em
}

header {
    margin: 65px 0 15px 0;
    display: table;
    height: 160px;
    width: 100%
}

header>.header-row {
    display: table-row
}

header>.header-row>div {
    vertical-align: middle;
    display: table-cell;
    width: 33%
}

header>.header-row>div.logo {
    min-width: 240px;
    max-width: 240px;
    width: 240px
}

header>.header-row>div.logo a {
    background-image: url('../images/bg_logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-bottom: -15px;
    display: block;
    height: 78px;
    width: 240px
}

header>.header-row>div.lettering {
    padding-left: 1%
}

@media all and (min-width:1200px) {
    header>.header-row>div.lettering {
        padding-left: 3%
    }
}

header>.header-row>div.lettering>div {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    display: block;
    color: #676767;
    width: 100%
}

@media all and (min-width:1200px) {
    header>.header-row>div.lettering>div {
        font-size: 1.4em
    }
}

header>.header-row>div.lettering>div p {
    display: inline-block;
    min-width: 195px;
    max-width: 265px;
    padding: 0;
    margin: 0
}

header>.header-row>div.contacts {
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    text-align: center;
    padding: 0 2% 0 1%
}

@media all and (min-width:1200px) {
    header>.header-row>div.contacts {
        padding: 0 5% 0 2%
    }
}

header>.header-row>div.contacts>div {
    display: inline-block;
    text-align: right
}

header>.header-row>div.contacts>div>.icon {
    margin: 0 -.2em 0 0;
    font-size: 2.6em;
    float: right
}

header>.header-row>div.contacts>div>.contact-link {
    text-transform: uppercase;
    padding-right: 2.7rem;
    margin-bottom: .4em;
    font-size: .7em
}

header>.header-row>div.contacts>div>.phone {
    padding: 0 2.7rem 0 .2rem;
    text-decoration: none;
    font-size: 1.2em;
    color: #989898
}

@media all and (min-width:1200px) {
    header>.header-row>div.contacts>div>.phone {
        font-size: 1.4em
    }
}

header>.header-row>div.contacts>div>.phone strong {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: .2em;
    font-size: 1.2em;
    color: #676767
}

header>.header-row>div.contacts>div>.weekdays {
    margin-bottom: .5em
}

header>.header-row>div.contacts>div>.info {
    margin: 0 0 -1em 3px;
    padding-bottom: 1em;
    font-size: .75em;
    color: #8a8a8a
}

header>.header-row>div.contacts>div>.info .work-time {
    text-transform: uppercase;
    display: inline-block;
    padding-left: .8em
}

header>.header-row>div.contacts>div>.info .all-phones {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin: 10px 0 0 .7em;
    position: absolute;
    padding: .7em 1em;
    text-align: left;
    font-size: 1.1em;
    display: none;
    z-index: 5
}

header>.header-row>div.contacts>div>.info .all-phones:after,
header>.header-row>div.contacts>div>.info .all-phones:before {
    border: solid transparent;
    pointer-events: none;
    position: absolute;
    content: '';
    bottom: 100%;
    left: 20px;
    height: 0;
    width: 0
}

header>.header-row>div.contacts>div>.info .all-phones:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px
}

header>.header-row>div.contacts>div>.info .all-phones:before {
    border-color: rgba(217, 217, 217, 0);
    border-bottom-color: #d9d9d9;
    border-width: 8px;
    margin-left: -8px
}

header>.header-row>div.contacts>div:hover>.info .all-phones {
    display: block
}

header>.header-row>div.contacts>div>.info .link-dotted {
    cursor: auto
}

header>.header-row>div.contacts>div:hover>.info .link-dotted:before {
    background: #0083df
}

header>.header-row>div.buttons {
    white-space: nowrap;
    text-align: right;
    width: 1%
}

header>.header-row>div.buttons>div.text-arrow {
    background-image: url('../images/bg_text_arrow.png');
    background-position: top 0 right 90px;
    background-repeat: no-repeat;
    padding: 6px 137px 0 0;
    margin: -.4em 0 .2em 0;
    text-align: right;
    line-height: 1.2;
    font-size: .71em;
    color: #999;
    height: 42px
}

.block-wrap_main_menu {
    position: relative;
    margin: 0 0 3em 0
}

.block-wrap_main_menu .content {
    display: table;
    width: 100%
}

.block-wrap_main_menu .content .menu {
    display: table-row;
    list-style: none;
    padding: 0;
    margin: 0
}

.block-wrap_main_menu .content .menu>li {
    display: table-cell;
    text-align: center;
    position: relative;
    line-height: 0;
    width: 1%
}

.block-wrap_main_menu .content .menu>li a {
    font-family: 'Roboto Condensed', sans-serif;
    border-left: 1px solid #a5a5a5;
    background-color: #3e3e3e;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.5em .5em;
    white-space: nowrap;
    position: relative;
    font-size: 1em;
    display: block;
    color: #dbdbdb
}

.block-wrap_main_menu .content .menu>li:first-child a {
    border-left: 0
}

.block-wrap_main_menu .content .menu>li ul>li.alias-parent-active a,
.block-wrap_main_menu .content .menu>li ul>li.active a,
.block-wrap_main_menu .content .menu>li:hover>a,
.block-wrap_main_menu .content .menu>li a:hover {
    background-color: #333;
    color: #fff
}

.block-wrap_main_menu .content .menu>li.alias-parent-active>a,
.block-wrap_main_menu .content .menu>li.active>a {
    background-color: #c50000;
    color: #fff
}

.block-wrap_main_menu .content .menu>li ul {
    border-bottom: 3px solid #333;
    background-color: #3e3e3e;
    position: absolute;
    margin: 0 0 0 1px;
    list-style: none;
    min-width: 110%;
    display: none;
    z-index: 105;
    padding: 0
}

.block-wrap_main_menu .content .menu>li:hover ul {
    display: block
}

.block-wrap_main_menu .content .menu>li>ul>li a {
    border-bottom: 1px solid #252525;
    border-top: 1px solid #5b5b5b;
    text-transform: none;
    position: relative;
    padding: 1em 1.5em;
    border-left: 0;
    text-align: left
}

.block-wrap_main_menu .content .menu>li>ul>li>a:before {
    background-image: url('../images/bg_lines_dark.png');
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    bottom: 0;
    left: 0;
    top: 0
}

.block-wrap_main_menu .content .menu>li>ul>li.active>a:before {
    background-color: #c50000
}

.block-wrap_main_menu .content .menu>li>ul>li:last-child>a {
    border-bottom: 1px solid #333
}

@media all and (max-width:1200px) {
    .block-wrap_main_menu .content .menu>li:last-child ul {
        left: auto;
        right: 0
    }
}

.block-wrap {
    margin-bottom: 2.2em
}

.aside-left .block-wrap {
    background-color: #eaeaea;
    max-width: 240px;
    width: 240px
}

.aside-right .block-wrap {
    max-width: 200px;
    width: 200px
}

.block-wrap .block-header {
    font-family: 'Roboto Condensed', sans-serif;
    padding: .81em 20px .8em 30px;
    background-color: #5a5a5a;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: normal;
    font-style: normal;
    position: relative;
    font-size: 1.1em;
    line-height: 1;
    color: #fff
}

.block-wrap .block-header:before {
    background-image: url('../images/bg_lines_dark.png');
    position: absolute;
    content: '';
    width: 15px;
    bottom: 0;
    left: 0;
    top: 0
}

.block-wrap .block-header i {
    margin: -1.15em .2em -1em 0;
    vertical-align: middle;
    display: inline-block;
    font-size: 1.1em
}

.aside_right .block-wrap .block_header {
    padding: .7em 30px .7em 10px
}

.aside_right .block-wrap .block_header:before {
    left: auto;
    right: 0
}

.block-wrap.catalog .block-header {
    background-image: url('../images/bg_catalog_header.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #904a42
}

.block-wrap.catalog .content>ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.block-wrap.catalog .content>ul>li {
    list-style: none;
    display: block
}

.block-wrap.catalog .content>ul>li>a {
    border-bottom: 1px solid #d9d9d9;
    padding: .705em 10px .7em 15px;
    border-top: 1px solid #fff;
    text-decoration: none;
    position: relative;
    display: block;
    color: #333
}

.block-wrap.catalog .content>ul>li:first-child>a {
    border-top: 0
}

.block-wrap.catalog .content>ul>li:last-child>a {
    border-bottom: 0
}

.block-wrap.catalog .content>ul>li>a:hover {
    background-color: #f0f0f0;
    color: #47a000
}

.block-wrap.catalog .content>ul>li.active>a {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    background-color: #e9e3d1;
    border-bottom: 0;
    cursor: default;
    color: #635252
}

.block-wrap.catalog .content>ul>li>ul {
    padding: .5em 1em 1.5em 1em;
    background-color: #f1f1f1;
    font-size: .9em;
    margin: 0
}

.block-wrap.catalog .content .hierarchy ul li a:after {
    top: 5px
}

.block-wrap.manufacturers .content {
    height: 230px
}

.block-wrap.manufacturers .content ul {
    padding: .6em 0;
    margin: 0
}

.block-wrap.manufacturers .content ul li {
    padding: .3em 1.2em
}

.block-wrap.manufacturers .content ul li a {
    color: #333
}

.block-wrap.manufacturers .content ul li.active a {
    text-decoration: none;
    cursor: pointer;
    color: #47a000
}

.block-wrap.promotions {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.block-wrap.promotions .block-header {
    display: none
}

.block-wrap.promotions>.content>.label-banner {
    margin-top: 10px;
    display: block;
    opacity: .9
}

.block-wrap.promotions>.content>.label-banner:hover {
    opacity: 1
}

.block-wrap.promotions>.content>.label-banner:first-child {
    margin-top: 0
}

.block-wrap.poll {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.block-wrap.poll .block-header {
    display: none
}

.block-wrap.poll .content {
    padding: 1em 0
}

.block-wrap.poll .content .question {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 1em
}

.block-wrap.poll .content label {
    font-size: .9em
}

.block-wrap.poll .content .status {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 1em 0 .7em 0;
    text-align: center;
    font-size: .8em;
    display: none
}

.block-wrap.poll .content .button {
    margin-top: .5em
}

.block-wrap.poll .content .view_poll {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin-top: -2em;
    font-size: .65em;
    float: right
}

.block-wrap.poll .content .result {
    margin-bottom: 1em
}

.block-wrap.poll .content .result .item {
    margin: .7em 0
}

.block-wrap.poll .content .result .item .text {
    margin-bottom: .2em;
    font-size: .8em
}

.block-wrap.poll .content .result .item .vote {
    background-image: url('../images/bg_lines_white_large.png')
}

.block-wrap.poll .content .item .vote div {
    height: .8em
}

.block-wrap.poll .content .total {
    font-family: 'Roboto Condensed', sans-serif;
    margin: .5em 0 .4em 0
}

.block-content {
    margin-bottom: 2em
}

.block-content.payments_method {
    font-size: .95em
}

.block-content.payments_method strong {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 .7em 4px;
    font-weight: normal;
    line-height: 1.2;
    display: block
}

.block-content.payments_method ul {
    margin-bottom: 1em;
    color: #1280b3
}

.block-content.payments_method ul li {
    line-stacking: grid-height;
    list-style-type: square;
    font-size: .9em
}

.block-content.small_news {
    background-color: #f5f5f5;
    font-size: .8em;
    padding: 0 1em
}

.block-content.small_news .item {
    padding: 1em 0
}

.block-content.small_news h4 {
    font-size: 1.25em;
    line-height: 1.2
}

.block-content.small_news .category_link {
    font-family: 'Roboto Condensed', sans-serif;
    border-top: 1px solid #ccc;
    text-transform: uppercase;
    text-align: center;
    padding: 1em
}

.search-form {
    background-color: #eaeaea;
    margin-bottom: 2em;
    display: table;
    padding: .3em;
    width: 100%
}

.search-form>form {
    display: table-row
}

.search-form>form>div {
    display: table-cell;
    padding: 0 .5em;
    width: 1%
}

.search-form>form>div.input-wrap {
    width: 80%
}

.search-form>form>div input {
    width: 100%
}

.search-form>form>div.input-wrap input {
    padding-left: 2.6em
}

.search-form>form>div.input-wrap i {
    padding-top: .4em;
    text-align: center;
    position: absolute;
    font-size: 1.1em;
    width: 2.2em;
    z-index: 2
}

#fast-search {
    position: relative
}

#fast-search .result {
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #cacaca;
    background-color: #fff;
    position: absolute;
    margin-top: -1px;
    z-index: 50;
    width: 100%
}

#fast-search .result .item {
    border-top: 1px dotted #cacaca;
    position: relative;
    display: block;
    padding: 1em
}

#fast-search .result .item:hover {
    background-color: #f7f7f7
}

#fast-search .result .total {
    font-style: italic;
    border-top: 0;
    color: #47a000
}

#fast-search .result .empty {
    font-style: italic;
    border-top: 0;
    color: #ccc
}

#fast-search .result .empty:hover {
    background: 0
}

#fast-search .result .loader {
    border-top: 0
}

#fast-search .result .loader:hover {
    background: 0
}

#fast-search .result .item>.price {
    margin: .35em 0 0 20px;
    min-width: 130px;
    float: right;
    width: 18%
}

#fast-search .result .item>.img {
    margin: -.35em 0 0 0;
    position: absolute
}

#fast-search .result .item>.img img {
    border: 1px solid #cacaca;
    height: 50px;
    width: 50px
}

#fast-search .result .item>.cat {
    margin-bottom: .3em;
    padding-left: 70px
}

#fast-search .result .item>.cat * {
    position: relative;
    font-size: .85em;
    color: #868686;
    width: auto;
    padding: 0;
    margin: 0
}

#fast-search .result .item>.cat i {
    font-size: .6em
}

#fast-search .result .item>.title {
    padding: 0 150px 0 70px;
    font-weight: bold
}

.menu.system_user_menu {
    list-style: none;
    display: table;
    margin: 2em 0;
    width: 100%;
    padding: 0
}

.menu.system_user_menu li {
    display: table-cell;
    padding: 0;
    width: 20%;
    margin: 0
}

.menu.system_user_menu li a {
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #eaeaea;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-right: 1px;
    font-size: .92em;
    display: block;
    color: #333;
    padding: .8em
}

.menu.system_user_menu li:last-child>a {
    margin-right: 0
}

.menu.system_user_menu li.deactive a {
    background-color: #eaeaea !important;
    text-decoration: none !important;
    cursor: default !important;
    color: #717171 !important
}

.menu.system_user_menu li a:hover {
    background-color: #d0d0d0
}

.menu.system_user_menu li a.logout:hover {
    background-color: #cf0000;
    color: #fff
}

.menu.system_user_menu li.active a,
.menu.system_user_menu li.current a {
    background-color: #47a000;
    text-decoration: none;
    cursor: default;
    color: #fff
}

.menu.system_user_menu li a i {
    margin-bottom: .2em;
    font-size: 2.5em;
    display: block
}

.breadcrumb {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 .5em 0;
    overflow: hidden;
    font-size: .8em;
    color: #878686
}

.breadcrumb .sep {
    display: inline-block;
    margin-top: -.1em;
    font-size: .7em;
    color: #55a500
}

.order-by {
    background-image: url('../images/bg_lines_dark.png');
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #ccc;
    padding: 1em 1.5em .7em 1.5em;
    background-position: 0 -34px;
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    position: relative;
    font-size: .9em;
    line-height: 1;
    color: #8d8d8d;
    margin: 2em 0
}

.order-by .title {
    text-transform: uppercase;
    color: #2c2c2c
}

.order-by>div {
    display: inline-block;
    padding: inherit;
    padding-left: .4em;
    position: absolute;
    top: 0
}

.order-by>div>div {
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: .2em 1em 1em 1em;
    margin-left: -1.7em;
    position: absolute;
    border-top: 0;
    display: none;
    width: 200px;
    z-index: 4;
    top: 100%
}

.order-by>div>div a {
    padding: 5px 20px 5px 10px;
    display: block
}

.order-by>div:hover span {
    cursor: default;
    color: inherit
}

.order-by>div:hover span:before {
    background: 0
}

.order-by>div:hover>div {
    display: block
}

#filters {
    background-color: #f5f5f5;
    position: relative;
    font-size: .8em;
    padding: 0 1em
}

#filters .filter-item {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #fff;
    padding: 1em 0;
    margin: 0
}

#filters .filter-item.filter_price {
    border-top: 0
}

#filters .filter-item .filter-title {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: .3em;
    font-style: italic;
    font-weight: bold;
    font-size: 1.3em
}

#filters .filter-item .filter-clear {
    display: inline-block !important;
    margin-bottom: .8em;
    font-size: .9em;
    color: #8b8b8b
}

#filters .filter-item .filter-clear:hover {
    color: #cf0000
}

#filters .filter-item .input {
    padding-left: .7em;
    width: 75px
}

#filters .filter-item .b-rub {
    vertical-align: middle;
    display: inline-block;
    font-size: 1.5em;
    color: #7b7b7b
}

#filters .filter-item .irs {
    margin-top: -.5em
}

#filters .filter-item .checkbox-item {
    margin-bottom: .4em
}

#filters .filter-item .checkbox-item .name,
#filters .filter-item .checkbox-item .count {
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    min-width: 0;
    width: auto
}

#filters .filter-item .checkbox-item .count {
    font-size: .8em;
    color: #8b8b8b
}

#filters .filter-item .show-all {
    padding-top: .5em;
    font-size: .9em
}

#filters #filter-ajax-result {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    position: absolute;
    padding: 1em;
    width: 200px;
    left: -207px;
    z-index: 10
}

#filters #filter-ajax-result:before {
    border-color: transparent transparent transparent #ccc;
    border-width: 7px 0 7px 7px;
    border-style: solid;
    position: absolute;
    content: '';
    right: -7px;
    height: 0;
    width: 0;
    top: 8px
}

#filters #filter-ajax-result:after {
    border-color: transparent transparent transparent #fff;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    position: absolute;
    right: -6px;
    content: '';
    height: 0;
    width: 0;
    top: 9px
}

#filters #filter-ajax-result div {
    font-size: 1.1em
}

#filters #filter-ajax-result input {
    margin-top: .8em
}

#filters #filter-ajax-result-all div {
    margin-bottom: -.5em;
    text-align: center;
    padding: .5em 1em
}

#filters .filter-buttons {
    padding: .5em 0 1em 0;
    text-align: center
}

.subscribe_form {
    border: 1px dotted #ff921c;
    background-color: #fffbef;
    margin: 2em 0;
    padding: 1em
}

.subscribe_form h4 {
    margin: 0 0 .5em 0
}

.subscribe_form input:not(.button) {
    width: 31%
}

.subscribe_form .popup-button .info {
    background-color: #ff921c;
    font-style: italic;
    margin-top: 1.4em;
    font-size: .9em;
    color: #fff;
    padding: 1em
}

.subscribe_form .popup-button .result {
    margin: 0 0 -.5em 0;
    text-align: center;
    font-size: 1.4em;
    padding: 1em
}

.products {
    padding: 5px
}

.products .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 2em 1.5em;
    width: 33.3333333%;
    text-align: left;
    float: left;
    margin: 0
}

@media all and (max-width:1200px) {
    .products .item:nth-child(3n+1) {
        clear: both
    }
}

@media all and (min-width:1201px) and (max-width:1700px) {
    .products .item {
        width: 25%
    }
    .products .item:nth-child(4n+1) {
        clear: both
    }
}

@media all and (min-width:1701px) {
    .products .item {
        width: 20%
    }
    .products .item:nth-child(5n+1) {
        clear: both
    }
}

.has-right-aside .products .item {
    clear: none;
    width: 50%
}

@media all and (max-width:1200px) {
    .has-right-aside .products .item:nth-child(2n+1) {
        clear: both
    }
}

@media all and (min-width:1201px) and (max-width:1450px) {
    .has-right-aside .products .item {
        width: 33.3333333%
    }
    .has-right-aside .products .item:nth-child(3n+1) {
        clear: both
    }
}

@media all and (min-width:1451px) {
    .has-right-aside .products .item {
        width: 25%
    }
    .has-right-aside .products .item:nth-child(4n+1) {
        clear: both
    }
}

.products .item:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    z-index: 4
}

.products .item .product-img {
    background-image: url('../images/loading-large.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    position: relative;
    line-height: 1;
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0
}

.products .item .product-img:before {
    padding-top: 100%;
    position: relative;
    display: block;
    content: ''
}

.products .item .product-img img {
    margin-top: -100%;
    overflow: auto;
    height: auto;
    width: 100%
}

.products .item .rating {
    margin: .5em 3px 0 0;
    float: right
}

.products .item .variants-count {
    padding: .4em 0 .4em 3px;
    font-size: .85em
}

.products .item .product-name {
    text-align: center;
    padding: .4em 0;
    display: block
}

.products .item .product-short-description {
    -webkit-box-shadow: 0 4px 3px -4px rgba(0, 0, 0, 0.4), 13px 15px 11px -15px rgba(0, 0, 0, 0.4), -13px 15px 11px -15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 3px -4px rgba(0, 0, 0, 0.4), 13px 15px 11px -15px rgba(0, 0, 0, 0.4), -13px 15px 11px -15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 3px -4px rgba(0, 0, 0, 0.4), 13px 15px 11px -15px rgba(0, 0, 0, 0.4), -13px 15px 11px -15px rgba(0, 0, 0, 0.4);
    background-color: #3e3e3e;
    text-align: center;
    position: absolute;
    margin-top: .4em;
    font-size: .85em;
    min-height: 1px;
    padding: 1.5em;
    color: #fff;
    display: none;
    right: 0;
    left: 0
}

.products .item:hover .product-short-description {
    display: block
}

.fix-after-products {
    height: 100px
}

.products.products-carousel {
    white-space: nowrap;
    max-height: 450px;
    overflow: hidden;
    padding: 0 2em;
    width: 100%
}

.products.products-carousel .item {
    clear: none !important;
    white-space: normal;
    max-width: 300px;
    width: 100%;
    float: none
}

.products.products-carousel .item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0
}

.products.products-carousel .item:hover .product-short-description {
    display: none !important
}

.products.products-carousel .owl-nav .owl-prev {
    margin-left: -2em !important;
    top: 35% !important
}

.products.products-carousel .owl-nav .owl-next {
    margin-right: -2em !important;
    top: 35% !important
}

.actions-products h2 {
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    margin: 0 0 1em 0;
    overflow: hidden
}

.actions-products h2 a,
.actions-products h2 strong {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    border-color: #ec7b00;
    position: relative;
    display: block;
    color: #ec7b00
}

.actions-products h2 span {
    position: relative
}

.actions-products h2 a:hover {
    border-color: #0075c7 !important;
    color: #0075c7 !important
}

.actions-products h2 span:before,
.actions-products h2 span:after {
    -webkit-transition: inherit;
    -moz-transition: inherit;
    border-bottom: 2px solid;
    -o-transition: inherit;
    border-color: inherit;
    border-top: 2px solid;
    transition: inherit;
    position: absolute;
    width: 1000px;
    left: -1020px;
    content: '';
    height: 2px;
    top: 50%
}

.actions-products h2 span:after {
    right: -1020px;
    left: auto
}

.actions-products h2 a:hover span:before,
.actions-products h2 a:hover span:after {
    -webkit-animation: widthmove .5s ease-in-out both;
    -moz-animation: widthmove .5s ease-in-out both;
    animation: widthmove .5s ease-in-out both
}

@keyframes widthmove {
    0 {
        width: 1000px
    }
    50% {
        width: 800px
    }
    100% {
        width: 1000px
    }
}

.hidden-variants {
    background-color: #f3dcdc;
    margin: 1em 0 2em 0;
    text-align: center;
    font-size: 1.2em;
    padding: 2em 1em;
    color: #c50000
}

.hidden-variants .arrows {
    margin-bottom: 0
}

.hidden-variants .arrows:hover {
    background-color: #c50000
}

.reviews .item {
    margin-bottom: 2em
}

.reviews .item .review-text {
    background-color: #f9f9f9;
    border: 4px solid #eaeaea;
    margin-bottom: 1.5em;
    position: relative;
    padding: 2em 5em;
    min-height: 5em;
    width: 100%
}

.reviews .item .review-text:before,
.reviews .item .review-text:after {
    border-color: #eaeaea transparent transparent transparent;
    border-width: 13px 13px 0 13px;
    margin-bottom: -13px;
    border-style: solid;
    position: absolute;
    display: block;
    content: '';
    left: 10px;
    bottom: 0;
    height: 0;
    width: 0
}

.reviews .item .review-text:after {
    border-color: #f9f9f9 transparent transparent transparent;
    border-width: 8px 8px 0 8px;
    margin-bottom: -8px;
    left: 15px
}

.reviews .item .review-text i {
    position: absolute;
    font-size: 2.2em;
    display: block;
    color: #eaeaea;
    left: .6em;
    top: .6em
}

.reviews .item .review-text i.icon-close {
    bottom: .6em;
    right: .6em;
    left: auto;
    top: auto
}

.reviews .item .review_info {
    font-size: .9em
}

.reviews .item .review-info>div {
    margin-bottom: .2em
}

.reviews .item .review-info .date {
    font-size: .8em
}

.reviews .item .review-info .uppercase {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .85em
}

.reviews .item .review-info .rating {
    display: inline-block
}

#comment-form .rating {
    display: inline-block
}

#fast-order .popup-content {
    background-image: url('../images/bg_fast_order.jpg');
    background-repeat: no-repeat;
    padding: 2em 1.5em 2.2em 1.5em;
    background-size: cover;
    text-align: center;
    max-width: 460px
}

#fast-order .popup-content .title {
    text-shadow: 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em
}

#fast-order .popup-content p {
    text-shadow: 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff;
    font-size: 1.1em;
    color: #e37701
}

#fast-order .popup-content .input {
    letter-spacing: .15em;
    text-align: center;
    margin-top: .5em;
    font-size: 1.3em;
    padding: .5em;
    width: 75%
}

#fast-order .popup-content .input:not(.valid):not(.error) {
    border-color: #909090
}

#fast-order .popup-content label.error {
    margin-top: 5em
}

#fast-order .popup-content label.checkbox {
    margin-top: 1rem;
    text-align: left;
    max-width: 220px
}

#ShopLogistics_ushadeoverlay {
    background: rgba(0, 0, 0, 0.75) !important;
    z-index: 20000 !important
}

.ShopLogistics_ucontainer {
    box-sizing: content-box !important
}

.ShopLogistics_ucontainer>div:nth-child(3) {
    overflow: hidden !important;
    margin-bottom: 20px;
    border-radius: 7px;
    position: relative;
    height: 547px
}

#ShopLogistics_widget_ifcs {
    margin: -1px 0 0 -1px !important;
    width: 832px !important
}

.sl_alert,
.sl_alert a,
.cdek_alert,
.cdek_alert a,
.boxberry_alert,
.boxberry_alert a {
    font-style: italic;
    color: #a7a7a7
}

.sl_info,
.cdek_info,
.boxberry_info {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 11px;
    display: block;
    color: #cd5848
}

.CDEK-widget__popup-mask {
    z-index: 999999
}

.ya-share2 {
    margin: 2em 0 1em 0
}

.ya-share2 ul {
    margin: 0
}

.home-title {
    margin-top: 0
}

.blog .item {
    border-bottom: 1px dotted #e0e0e0;
    padding: 1.5em 0
}

.blog .item:last-child {
    border-bottom: 0
}

.blog .item h3,
.blog .item h4 {
    margin: 0 0 .5em 0
}

.blog .item .image-float-right {
    width: 125px
}

.blog .subcategories .item {
    padding-left: 140px
}

.blog .subcategories .item .image-float-left {
    margin-left: -140px;
    width: 120px
}

.poll-page .votes-block {
    margin: 1em 0
}

.poll-page .poll-result .item {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin: 1.5em 0
}

.poll-page .poll-result .item .text {
    background-color: #f5f5f5;
    font-size: .85em;
    padding: .8em 1em
}

.poll-page .poll-result .item .text strong {
    font-size: 1.2em
}

.poll-page .poll-result .item .vote {
    background-image: url('../images/bg_lines_white_large.png')
}

.poll-page .poll-result .item .vote div {
    height: 20px
}

.catalogs_items .item .content {
    margin-right: 330px
}

.catalogs_items .item .content img {
    border: 1px solid #e0e0e0;
    margin-top: 3px
}

.catalogs_items .item .download_links {
    float: right
}

.catalogs_items .item .download_links a {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: .8em;
    padding: 10px 0;
    width: 102px
}

.catalogs_items .item .download_links a span {
    text-decoration: underline;
    display: inline-block;
    margin-top: 3px
}

.catalogs_items .item .download_links a:hover span {
    text-decoration: none
}

.main_category {
    padding-bottom: 3em
}

.main_category .item {
    padding: 1em 1em 2em 120px;
    display: inline-block;
    min-height: 120px;
    min-width: 350px;
    line-height: 1;
    width: 49.9%;
    float: left
}

.main_category .item .img {
    margin-left: -100px;
    position: absolute
}

.main_category .item .img img {
    display: block;
    height: 80px;
    width: 80px
}

.main_category .item .name {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 1.2em
}

.main_category .item .short_description {
    padding: 1em .5em 0 0;
    font-size: .92em;
    color: #555
}

.category_footer_description {
    margin: 2em 0
}

.product-header {
    margin: 4em 0 3em 0
}

.product-header .product-label {
    padding-right: 2em;
    padding-left: 2em;
    font-size: 1em
}

.product-header .product-images {
    padding: 0 2.5em 2em 0;
    float: left;
    width: 27%
}

@media all and (max-width:1350px) {
    .product-header .product-images {
        width: 40%
    }
}

.product-header .product-images .main-image {
    border: 1px solid #e0e0e0;
    width: 100%
}

.product-header .product-images .more-images {
    margin-top: 1em
}

.product-header .product-images .more-images img {
    border: 1px solid #e0e0e0;
    margin-right: .4em;
    height: 50px;
    width: 50px
}

.product-header .product-title {
    padding-bottom: 2em
}

.product-header .product-title h1 {
    margin: 0
}

.product-header .cell-price {
    padding: 0 2em 2em 0;
    float: left;
    width: 23%
}

@media all and (max-width:1350px) {
    .product-header .cell-price {
        padding: 0 1em 2em 0;
        width: 30%
    }
}

.product-header .cell-variants {
    padding: 0 2em 2em 0;
    float: left;
    width: 23%
}

@media all and (max-width:1350px) {
    .product-header .cell-variants {
        padding: 0 0 2em 1em;
        width: 30%
    }
}

.product-header .cell-variants a {
    padding-right: .1em;
    padding-left: 1em;
    line-height: 1.4;
    text-align: left;
    display: block;
    width: 100%
}

.product-header .cell-variants a i {
    line-height: 1.5;
    font-size: 1.7em;
    float: left
}

.product-header .cell-variants a strong {
    font-size: 2.4em;
    margin: 0 .25em;
    line-height: 1;
    float: left
}

.product-header .cell-variants a span {
    font-size: .85em;
    display: block
}

.product-header .cell-fast-order {
    padding-bottom: 2em;
    float: left;
    width: 27%
}

@media all and (max-width:1350px) {
    .product-header .cell-fast-order {
        width: 60%
    }
}

.product-header .cell-fast-order a {
    margin-right: 2.8em;
    position: relative;
    line-height: 1.15;
    text-align: left;
    display: block;
    z-index: 2
}

.product-header .cell-fast-order a strong {
    font-weight: normal;
    font-size: 1.25em;
    display: block
}

.product-header .cell-fast-order a span {
    font-size: .85em;
    display: block;
    color: #a0ff53
}

.product-header .cell-fast-order a div {
    background-color: #47a000;
    border: 2px solid #a2e46d;
    margin: -2.8em 0 0 -2.8em;
    border-radius: 100%;
    position: absolute;
    padding: .7em;
    height: 5.6em;
    width: 5.6em;
    left: 100%;
    top: 50%
}

.product-header .cell-fast-order a:hover div {
    -webkit-animation: fast-order-icon .5s ease-in-out;
    -moz-animation: fast-order-icon .5s ease-in-out;
    animation: fast-order-icon .5s ease-in-out
}

@keyframes fast-order-icon {
    0 {
        -webkit-box-shadow: -250px 0 500px rgba(71, 160, 0, 0);
        -moz-box-shadow: -250px 0 500px rgba(71, 160, 0, 0);
        box-shadow: -250px 0 500px rgba(71, 160, 0, 0)
    }
    60% {
        -webkit-box-shadow: 0 0 4px #47a000;
        -moz-box-shadow: 0 0 4px #47a000;
        box-shadow: 0 0 4px #47a000
    }
    100% {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

.product-header .cell-fast-order a div i {
    background-color: #fff;
    padding-right: .1em;
    border-radius: 100%;
    text-align: center;
    line-height: 1.3;
    font-size: 3.4em;
    overflow: hidden;
    display: block;
    color: #47a000;
    height: 100%;
    width: 100%
}

.product-header .cell-fast-order a:hover div i:before {
    -webkit-animation: cartmove .5s ease-in-out both;
    -moz-animation: cartmove .5s ease-in-out both;
    animation: cartmove .5s ease-in-out both
}

.product-header .cell-info {
    padding-right: 2em;
    float: left;
    width: 46%
}

@media all and (max-width:1350px) {
    .product-header .cell-info {
        padding-right: 1em;
        width: 66.666%;
        clear: both
    }
}

.product-header .at-wrap {
    text-align: right;
    float: right
}

.product-header .at-wrap .manufacturer-logo {
    margin: .2em 0 0 1em;
    text-align: left;
    font-size: .8em;
    color: gray
}

.product-header .at-wrap .manufacturer-logo img {
    border: 1px solid #e0e0e0;
    margin-top: .2em;
    max-width: 130px;
    height: 69px;
    width: 130px
}

.product-header .at-wrap .video-review {
    background: linear-gradient(327deg, #fea53d, #fecf58, #8ddd53, #54d7df, #f77389);
    -webkit-animation: videoReview 10s ease infinite;
    -moz-animation: videoReview 10s ease infinite;
    font-family: 'Roboto Condensed', sans-serif;
    animation: videoReview 10s ease infinite;
    background-size: 800% 800%;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin: 1rem 0 0 0;
    font-size: 12px;
    color: #343434;
    padding: 5px;
    width: 138px
}

@-webkit-keyframes videoReview {
    0 {
        background-position: 0 54%
    }
    50% {
        background-position: 100% 47%
    }
    100% {
        background-position: 0 54%
    }
}

@-moz-keyframes videoReview {
    0 {
        background-position: 0 54%
    }
    50% {
        background-position: 100% 47%
    }
    100% {
        background-position: 0 54%
    }
}

@keyframes videoReview {
    0 {
        background-position: 0 54%
    }
    50% {
        background-position: 100% 47%
    }
    100% {
        background-position: 0 54%
    }
}

.product-header .at-wrap .video-review:hover {
    background: #92d3f5 !important
}

.product-header .at-wrap .video-review span {
    margin: .2em 0 .4em 0;
    display: block
}

.product-header .at-wrap .video-review img {
    border-radius: 5px;
    height: 68px;
    width: 128px
}

.product-header .at-wrap .video-review:before,
.product-header .at-wrap .video-review:after {
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 21px;
    border-style: solid;
    position: absolute;
    bottom: 30px;
    content: '';
    z-index: 2;
    left: 58px;
    height: 0;
    width: 0
}

.product-header .at-wrap .video-review:before {
    -webkit-animation: blur 2s ease infinite;
    -moz-animation: blur 2s ease infinite;
    animation: blur 2s ease infinite;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0);
    z-index: 1
}

@-webkit-keyframes blur {
    0 {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        -o-filter: blur(0);
        filter: blur(0)
    }
    50% {
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px)
    }
    100% {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        -o-filter: blur(0);
        filter: blur(0)
    }
}

@-moz-keyframes blur {
    0 {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        -o-filter: blur(0);
        filter: blur(0)
    }
    50% {
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px)
    }
    100% {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        -o-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes blur {
    0 {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        -o-filter: blur(0);
        filter: blur(0)
    }
    50% {
        -webkit-filter: blur(15px);
        -moz-filter: blur(15px);
        -ms-filter: blur(15px);
        -o-filter: blur(15px);
        filter: blur(15px)
    }
    100% {
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        -o-filter: blur(0);
        filter: blur(0)
    }
}

.product-header .cell-delivery-pay {
    float: left;
    width: 27%
}

@media all and (max-width:1350px) {
    .product-header .cell-delivery-pay {
        padding-left: 1em;
        width: 33.333%
    }
}

.product-header .delivery-pay-info {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #f5f5f5;
    padding: 1.5em .5em;
    text-align: center;
    font-size: .95em;
    overflow: auto
}

.product-header .delivery-pay-info div.link {
    padding: 1em .5em 0 .5em;
    display: inline-block;
    float: left;
    width: 50%
}

.product-header .delivery-pay-info div.link a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px dotted #f7b670;
    background-color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em .5em;
    font-size: .75em;
    display: block
}

.product-header .delivery-pay-info div.link a:hover {
    background-color: #ec7b00;
    border-style: solid;
    color: #fff
}

.product-header .delivery-pay-info div.link a i {
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    margin-bottom: .2em;
    font-size: 3.4em;
    display: block;
    color: #ff9727
}

.product-header .delivery-pay-info div.link a:hover i {
    color: #fff
}

form.add-to-cart .button {
    -webkit-transition-property: color, background-color, border;
    -moz-transition-property: color, background-color, border;
    transition-property: color, background-color, border
}

form.add-to-cart:not(.without-quantity) .button-blue {
    padding-right: 2.34em;
    padding-left: 4.94em;
    width: 68.2%
}

.product-template-default {
    padding-bottom: 2em;
    overflow: hidden;
    width: 100%
}

.product-template-default table td:not(.text-left) {
    text-align: center
}

@media all and (max-width:1200px) {
    .product-template-default table {
        font-size: .8em
    }
}

@media all and (max-width:1200px) {
    .product-template-default table td form .button-blue {
        width: 64.5%
    }
}

.product-template-default label.error {
    white-space: normal;
    max-width: 240px;
    min-width: 200px
}

.product-template-vertical {
    overflow-x: auto
}

.product-template-vertical table th {
    width: 20%
}

.product-template-vertical table th.th-ean {
    min-width: 120px;
    width: 10%
}

.product-template-vertical table td:not(.text-left) {
    text-align: center
}

.product-template-vertical table td .product-action {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 1em
}

.product-template-vertical table td .product-action .checkbox {
    margin-top: .4em
}

@media all and (max-width:1200px) {
    .product-template-vertical table {
        font-size: .8em
    }
}

.choose-group {
    padding: 1em 0 2em 0;
    overflow-x: auto
}

.choose-group table td {
    border-bottom: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0
}

.choose-group table td.no-border {
    background-color: transparent;
    border: 0
}

.choose-group table td.title-image {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    vertical-align: top;
    font-size: .8em
}

.choose-group table td.title-image img {
    margin-top: 1em
}

.choose-group table td.header {
    white-space: nowrap;
    width: 1%
}

.choose-group table td.images {
    background-color: #fff !important;
    vertical-align: bottom
}

.choose-group table td.images img {
    max-width: 90px
}

.choose-group.in-active table td.hover {
    text-align: center;
    cursor: pointer
}

.choose-group.in-active table td.active {
    background-color: #fff
}

.choose-group.in-active table td.images {
    border-top: 2px solid #fff;
    position: relative
}

.choose-group.in-active table td.images.active {
    border-top: 2px solid #ff3d3d
}

.choose-group.in-active table td.images.active:before {
    border-color: #ff3d3d transparent transparent transparent;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    position: absolute;
    margin: 0 0 0 -5px;
    content: '';
    height: 0;
    left: 50%;
    width: 0;
    top: 0
}

.product-template-color .products .item .checkbox {
    line-height: 1.2;
    font-size: .95em
}

.product-template-color .products .item .variant-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding-bottom: .7em;
    white-space: nowrap;
    overflow-x: hidden;
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em
}

.product-template-color .products .item .photos-wrap {
    position: relative
}

.product-template-color .products .item .photos-wrap .photos {
    position: absolute;
    text-align: right;
    margin-top: -24px;
    font-size: 0;
    right: 3px;
    top: 0
}

.product-template-color .products .item .photos-wrap .photos img {
    border: 1px solid #e0e0e0;
    border-bottom-color: #fff;
    display: inline-block;
    margin-left: -1px;
    cursor: pointer;
    height: 25px;
    width: 25px
}

.product-template-color .products .item form.add-to-cart .button {
    padding-left: 2.8em !important;
    padding-right: 0 !important;
    width: 69.5%!important;
}

#compare-fixed-table {
    border-left: 158px solid #fcfcfc;
    overflow-x: auto;
    margin: 2em 0
}


#compare-fixed-table table tr td {
    text-align: center
}
/*
#compare-fixed-table table tr td.system {
    background-color: transparent !important;
    border-color: transparent !important;
    position: absolute !important;
    min-width: 158px !important;
    max-width: 158px !important;
    border: none !important;
    width: 158px !important;
    margin-left: -158px;
    text-align: left
}

#compare-fixed-table table tr.titles td {
    background-color: transparent !important;
    border-top: 1px solid #e0e0e0;
    vertical-align: top;
    text-align: center;
    min-width: 190px;
    max-width: 190px;
    width: 190px
}
*/
#compare-fixed-table{
	border-left: 0px solid #fcfcfc;
}

#compare-fixed-table table tr.titles:hover td {
    background-color: transparent !important
}

#compare-fixed-table table tr.titles td .product-img img {
    border: 1px solid #e0e0e0;
    height: 160px;
    width: 160px
}

#compare-fixed-table table tr.titles td form {
    margin: .5em 0
}

#compare-fixed-table table tr.titles td .title {
    font-family: 'Roboto Condensed', sans-serif;
    margin: .5em 0
}

#compare-fixed-table table tr td.delete {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 1.5em 1em;
    font-size: .8em
}

table.cart {
    margin-bottom: 4em
}

table.cart td {
    vertical-align: top
}

table.cart td .product-img img {
    border: 1px solid #e0e0e0;
    height: 130px;
    width: 130px
}

table.cart td h4 {
    margin: 0
}

table.cart td .discount {
    font-size: .8em
}

table.cart td .price {
    margin-bottom: 1em
}

table.cart td .stepper,
table.cart td .quantity,
table.cart td .button-update {
    width: 100%
}

table.cart td .button-update {
    text-align: center
}

table.cart td .delete {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1em;
    font-size: .7em
}

table.cart tr.system td {
    background-color: #fff !important;
    vertical-align: middle !important;
    padding-bottom: 1.5em;
    padding-top: 1.5em
}

table.cart tr.system td .price {
    background-color: #59c700 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

table.cart tr.system td .delete {
    margin-top: 0 !important
}

table.cart tr.system td.promocod-wrap,
.promocod-wrap {
    background: #e5f9dd !important;
    text-align: center
}

.promocod-value {
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 700;
    font-size: 3rem;
    margin: .5rem 0;
    color: #4c8831
}

table.checkout {
    margin: 4em 0 1em 0
}

table.checkout td {
    vertical-align: top;
    padding: 1.5em 1em
}

.checkout-button {
    margin-top: 3em
}

.checkout-button .button {
    min-width: 200px;
    width: 25%
}

table.checkout td.img {
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
    width: 120px
}

table.checkout td.img img {
    width: 100px
}

table.checkout td h4 {
    font-size: 1.2em;
    display: inline;
    line-height: 1;
    margin: 0
}

table.checkout .checked-row {
    cursor: pointer
}

.summ-all-orders {
    margin-right: 4px;
    text-align: center;
    width: 180px
}

.order-comment {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 1em 2em
}

.order-manager {
    background-image: url('../images/bg_lines_dark.png');
    background-color: #505050;
    padding: .5em 1.5em;
    border-radius: 4px;
    position: absolute;
    margin: .4em 0 0 0;
    font-size: .9em;
    color: #80cee0;
    right: 105px
}

.order-manager a {
    color: #aabdc0
}

.order-manager .title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff
}

.order-manager .icon {
    background-color: #e22020;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    padding: .8em 0;
    color: #fff;
    right: -85px;
    width: 80px;
    top: 0
}

.order-manager .icon:before {
    border-color: transparent #e22020 transparent transparent;
    border-width: 5px 5px 5px 0;
    border-style: solid;
    position: absolute;
    content: '';
    left: -5px;
    height: 0;
    top: 10px;
    width: 0
}

.order-manager .icon i {
    font-size: 3em
}

.cancelorder-form {
    border: 1px dotted #e2afaf;
    background-color: #fff1f1;
    text-align: center;
    padding: 1em 2em;
    color: #a92f2f
}

.cancelorder-form textarea {
    width: 80%
}

.support-wrap {
    margin-bottom: 1.5em;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 400px;
    padding: 0 1.5em;
    width: 100%
}

.support-wrap .item {
    margin: 2em 0
}

.support-wrap .item .date {
    font-size: .75em;
    margin-top: 1em;
    line-height: 1;
    float: right
}

.support-wrap .item .name {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #0083df;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 5px;
    border-radius: 2px;
    position: relative;
    padding: .4em 1em;
    font-size: .9em;
    line-height: 1;
    color: #fff;
    float: left
}

.support-wrap .item .name:before {
    border-color: #0083df transparent transparent transparent;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    position: absolute;
    bottom: -5px;
    content: '';
    left: 10px;
    height: 0;
    width: 0
}

.support-wrap .item.is-manager .date {
    float: left
}

.support-wrap .item.is-manager .name {
    background-color: #47a000;
    float: right
}

.support-wrap .item.is-manager .name:before {
    border-color: #47a000 transparent transparent transparent;
    right: 10px;
    left: auto
}

.support-wrap .item .content {
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    padding: .8em 1.5em;
    border-radius: 2px
}

footer {
    background-image: url('../images/bg_fish.jpg');
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    background-position: center 102px;
    margin-top: -240px;
    position: relative;
    padding-top: 3em;
    font-size: .9em;
    color: #b0b0b0;
    z-index: 2;
}

footer a {
    color: #2bbdea
}

footer>.container {
    overflow: visible
}

footer>.container>* {
    display: inline-block;
    vertical-align: top
}

footer .footer-copyright {
    background-image: url('../images/bg_lines_white_large.png');
    font-family: 'Roboto Condensed', sans-serif;
    background-repeat: repeat-x;
    margin: 8px 0 0 0;
    padding-top: .4em;
    font-size: .9em;
    color: #bcbcbc;
    width: 240px
}

footer .footer-copyright .logo {
    background-image: url('../images/bg_logo_footer.png');
    background-repeat: no-repeat;
    margin: 1.5em auto;
    display: block;
    height: 45px;
    width: 140px
}

footer .footer-copyright p {
    margin: 0 0 1em 0;
    line-height: 1.2;
    padding: 0
}

footer .footer_menu {
    margin: 0 0 0 4%;
    list-style: none;
    width: 222px;
    padding: 0
}

@media all and (min-width:1100px) {
    footer .footer_menu {
        margin-left: 5%
    }
}

@media all and (min-width:1200px) {
    footer .footer_menu {
        margin-left: 3%
    }
}

@media all and (min-width:1300px) {
    footer .footer_menu {
        margin-left: 5%
    }
}

@media all and (min-width:1400px) {
    footer .footer_menu {
        margin-left: 7%
    }
}

footer .footer_menu li {
    padding: 0 0 0 16px;
    display: inline-block;
    line-height: 2;
    width: 50%;
    margin: 0
}

footer .footer_menu li:before {
    background-color: #d8d7d3;
    margin: 12px 0 0 -12px;
    position: absolute;
    content: '';
    height: 4px;
    width: 4px
}

footer .footer_menu li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.05em;
    color: #b1b1b1
}

footer .footer_menu li.alias-parent-active a,
footer .footer_menu li.active a {
    text-decoration: none;
    color: #fff
}

footer .footer-contacts {
    margin: 0 0 0 4%;
    line-height: 2;
    width: 250px
}

@media all and (min-width:1100px) {
    footer .footer-contacts {
        margin-left: 5%
    }
}

@media all and (min-width:1200px) {
    footer .footer-contacts {
        margin-left: 3%;
        width: auto
    }
}

@media all and (min-width:1300px) {
    footer .footer-contacts {
        margin-left: 5%;
        width: auto
    }
}

@media all and (min-width:1400px) {
    footer .footer-contacts {
        margin-left: 7%
    }
}

footer .footer-contacts i {
    color: #fff
}

@media all and (max-width:1200px) {
    footer .footer-contacts .half {
        width: 100%
    }
}

footer .footer-contacts .flaticon-email {}

footer .footer-contacts .footer-map a {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: .8em
}

footer .footer-contacts .footer-map span {
    margin-left: 2px
}

footer .footer-contacts .footer-map a div {
    background-image: url('../images/bg_footer_map.jpg');
    background-position: center center;
    border: 2px solid #121212;
    margin-top: .2em;
    max-width: 415px;
    display: none;
    height: 75px;
    width: 100%
}

@media all and (min-width:1200px) {
    footer .footer-contacts .footer-map a div {
        display: block
    }
}

#fast-search-mob .loader{
	width: 100%;
    margin-top: 10px;
    margin-bottom: -5px;
}

#fast-search-mob img{
    width: 50px;
    height: 50px;	
}

#fast-search-mob .price{
    position: absolute;
    left: 75px;
    top: 0px;
    min-width: 55px;
}

#fast-search-mob .cat{
    display: none!important;	
}

#fast-search-mob .total{
    display: block!important;
    width: 100%!important;
    margin-bottom: 15px!important;
}

#fast-search-mob .item{
    width: 49%;
	display: inline-block;
    min-height: 5px;
    vertical-align: text-top;
    margin-bottom: 10px;
    padding: 10px;
	position: relative;
}

#dd_fix_all{
	max-height: 60vh;
	overflow: scroll;
	/*position: absolute;*/
	background: white;
	width: 100%;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	top: 50px;
}


footer .right {
    margin-top: 8px;
    float: right;
    width: 200px
}

footer .right .counters>div {
    margin-bottom: 10px;
    text-align: right;
    float: right;
    width: 98px
}

footer .right .gugo {
    text-align: right;
    margin-top: 10px;
    font-size: 8px;
    color: #a2a2a2;
    float: right;
    width: 140px
}

footer .right .gugo span {
    background-image: url('../images/bg_gugo.png');
    background-repeat: no-repeat;
    margin-bottom: 4px;
    display: block;
    height: 28px;
    width: 102px;
    float: right
}

footer .right .gugo:hover span {
    background-position: 0 -28px
}

footer .lower-info {
    background-color: #0a0a0a;
    margin: 4em 0 0 0;
    font-size: .8em;
    padding: 1em 0;
    color: #696969
}

footer .lower-info p {
    display: block;
    margin: .2em 0
}

footer .lower-info a {
    color: #696969
}

@media only screen and (min-width: 769px) {
    .pc_hide {
        display: none!important;
    }
}

@media only screen and (max-width: 640px) {
#fast-search .result .item>.price{
    min-width: 90px;
}

#fast-search .result .item>.title{
	padding: 0 90px 0 70px;
}

.digi-mobile-version .digi-autocomplete-container{
	margin-left: 0px!important;
}

.digi-autocomplete-container{
	width: 134%!important;
	max-width: 100vw!important;
}

#fast-search{
	width: 134%!important;
	max-width: 100vw!important;	
}

/*
#search-input:focus {
      outline: none;
}
 
#search-input{
  cursor: none!important;
  caret-color: transparent; бь
  color: transparent;
  text-shadow: 0 0 0 black;
}
*/
	
    h1,
    h2,
    h3 {
        line-height: 1;
    }
    .mob_hide {
        display: none!important;
    }
    #top-line {
        background: #fff;
        height: 62px;
    }
    .mob_line {
        position: fixed;
        background: white;
        width: 100%;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        padding-bottom: 8px;
        height: 63px;
        z-index: 3;
    }
    .mob_menu {
        position: fixed;
        width: 100%;
        background: white;
        top: 63px;
        height: calc(100vh - 63px);
        z-index: 2;
        overflow: scroll;
		
        display: none;
    }
    .open_menu {
        display: block!important;
    }
    .mob_vh a i {
        font-size: 18px;
    }
    .mob_vh_1 {
        border-right: 1px solid white;
    }
    .search_inp {
        height: 40px;
        width: calc(100% - 107px)!important;
        padding-left: 35px!important;
        font-size: 15px!important;
        line-height: 40px;
    }
    .search_block i {
        position: absolute;
        top: 11px;
        left: 25px;
        z-index: 2;
        font-size: 17px;
    }
    .search_block {
        margin-top: 15px;
        margin-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    .search_btn {
        height: 40px;
        width: 107px;
        background: #EC7B00;
        border: 0px;
        color: white;
        font-size: 14px;
    }
    .mob_vh a {
        color: #bbb;
        text-decoration: none;
        line-height: 38px;
        font-size: 14px;
        text-align: center;
        width: 49%;
        text-transform: uppercase;
        display: inline-block;
    }
    .mob_vh {
        background: #333333;
        height: 40px;
    }
    #top-line {
        box-shadow: none;
    }
    .moblogo {
        width: 124px;
        margin-left: 10px;
        margin-top: 14px;
    }
    header {
        display: none;
    }
    html,
    body {
        min-width: auto;
    }
    .container {
        min-width: auto;
    }
    .aside-left-wrap.has-left-aside .wrap-content-right {
        margin-left: 0px;
        overflow: auto;
    }
    .has-right-aside .aside-right {
        display: none;
    }
    .aside-right-wrap.has-right-aside .wrap-content {
        margin-right: 0px!important;
    }
    #action_slideshow {
        margin-top: 0px!important;
        margin-bottom: 10px!important;
    }
    .wrap-content-right .search i{
		display: none;
	}
	/*
    .wrap-content-right .search {
        height: 1px;
		width: 1px;
		overflow: hidden;
    }
	*/
	#dd_fix .digi-mobile-version .digi-ac_products .digi-autocomplete-item a{
		padding-left: 0px!important;
	}
	
	#dd_fix .digi-ml-30{
		margin-left: 0px!important;
	}
	
	#dd_fix .digi-autocomplete-label a{
		padding-left: 15px!important;
	}	

	.digi-mobile-version .digi-autocomplete-block:not(.digi-ac_products) .digi-autocomplete-label{
		padding-left: 10px!important;
	}		
	
	.digi-mobile-version .digi-ac_products .digi-autocomplete-item a{
		padding-left: 0px!important;
	}
	
    .lower-info,
    .footer-copyright {
        display: none!important;
    }
    .products.products-carousel {
        padding: 0px;
    }
    .container {
        padding: 0px!important;
    }
    .label-banner img {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }
    .cat_title {
        padding: 15px;
        width: 100%;
    }
    .mob_ul li {
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        padding-bottom: 12px;
        padding-top: 12px;
        border-bottom: 1px solid #eaeaea;
    }
    .mob_ul {
        padding: 15px;
        list-style: none;
        padding-top: 0px;
    }
    .d12 a {
        width: 100%;
    }
    .d12 {
        width: 50%;
    }
    .d1 {
        display: flex;
        padding: 0px 15px;
        margin-bottom: 70px;
    }
    .zv {
        border: 0px!important;
        height: 42px;
        line-height: 26px;
        font-size: 14px;
        width: calc(100% - 4px)!important;
        float: left;
    }
    .zz {
        border: 0px!important;
        height: 42px;
        line-height: 26px;
        font-size: 14px;
        width: calc(100% - 4px)!important;
        float: right;
    }
    .product-images {
        display: none;
    }
    .product-title h1 {
        font-size: 20px;
    }
    .product-header {
        margin-top: 20px;
    }
    .product-header .cell-variants a {
        padding-left: 25%;
    }
    .product-header .cell-delivery-pay {
        display: none;
    }
    .product-page .products .item form.add-to-cart .button {
        width: 100%!important;
        display: block;
    }
    .product-page .products .item .stepper .stepper-input {
        width: 100%;
    }
    .products {
        padding: 5px;
        width:  100%;
        margin-right: 15px;
    }
    .choose-group {
        display: none;
    }
    .products .item:nth-child(3n+1) {
        clear: inherit;
    }
    footer {
        margin-top: 10px;
    }
    .dd_opt {
        width: calc(100% - 15px);
        background: #F5F5F5;
        height: 40px;
        font-size: 14px;
    }
    .product-page .products .item .stepper {
        width: 100%;
    }
    .product-page .products .item {
        width: 50%;
        padding: 10px 5px;
    }
    .product-header .manufacturer-logo {
        display: none;
    }
    .product-header .cell-variants {
        width: 100%;
        padding: 0px;
        padding-right: 15px;
        padding-bottom: 15px!important;
    }
    .product-header .cell-fast-order {
        width: 100%;
        padding-right: 15px;
    }
    .product-header .cell-price {
        padding-bottom: 10px!important;
        width: 100%;
        margin-top: 10px;
    }
    .bonuses-price:before {
        display: none;
    }
    .bonuses-price a {
        color: #757575!important;
    }
    .bonuses-price {
        background-color: #fff;
        margin: auto;
        display: block;
        position: relative;
        text-align: center;
        font-size: 12px;
        color: #757575!important;
    }
    .highlighting tr .td-razmermm:before {
        content: "Размер: ";
    }
    .highlighting tr .td-razmer:before {
        content: "Размер: ";
    }
    .highlighting tr .td-naimenovanie:before {
        content: "Наименование: ";
    }
    .highlighting tr .td-podshipniki:before {
        content: "Подшипники: ";
    }
    .highlighting tr .td-peredatochnoechislo:before {
        content: "Передат.число: ";
    }
    .highlighting tr .td-vmestitelnostmmm:before {
        content: "Вместит.(мм/м): ";
    }
    .highlighting tr .td-razmershpuli:before {
        content: "Размер шпули: ";
    }
    .highlighting tr .td-tipfriktsiona:before {
        content: "Тип фрикциона: ";
    }
    .highlighting tr .td-vesg:before {
        content: "Вес: ";
    }
    .highlighting tr .td-tsvet:before {
        content: "Цвет: ";
    }
    .highlighting tr .td-vesg:before {
        content: "Вес: ";
    }
	
	.category_description{
		transition: max-height 1s ease-in-out;	
	}
	.category_description_hide{
		max-height: 65px!important;
		overflow: hidden!important;
		margin-bottom: 10px!important;
	}
	.importantRule { 
		max-height: auto!important;
	}
	
	.dd_read_more{
		background: none;
		border: none;
		padding: 0px;
		font-size: 12px;
		color: #0083df;
		text-decoration: underline;
	}
	
    .highlighting .stepper .stepper-input {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

	table.checkout tr:not(.checked-row){
	  display: none;
	}
	
	.dd_btn_cart a{
		width: 48%;
		font-size: 10px;
	}
	
	.checkout-button .button{
	    width: 48%;
		font-size: 10px;
	}
	
	.error .flaticon-sm-icon-error{
		display: none!important;
	}
	
	.warning .flaticon-sm-icon-warning{
		display: none!important;
	}
	
	.system-messages, .system-messages .bg{
		padding: 3rem;
	}
	
	.highlighting .button-green .flaticon-cart {
        border: 0px;
        height: 40px;
        margin-top: 0px;
        margin-left: 0px;
        line-height: 26px;
    }
    .product-template-default table td:not(.text-left) {
        text-align: left;
    }
    

	.highlighting tr td .ean:before {
		content: "Артикул: ";
	}
	
	.highlighting tr .td-diametrkatushkimm:before {
		content: "Диаметр катушки: ";
	}		
	
	.highlighting tr .td-dlinasm:before {
		content: "Длина: ";
	}		
	
	.highlighting tr .td-dlinam:before {
		content: "Длина: ";
	}		
	.highlighting tr .td-dlinavslozhvidem:before {
		content: "Длина в слож. виде: ";
	}
	.highlighting tr .td-testglb:before {
		content: "Тест(Г, LB): ";
	}	
	.highlighting tr .td-strojudilishcha:before {
		content: "Строй удилища: ";
	}
	.highlighting tr .td-nagruzkanafriktsionkg:before {
		content: "Нагрузка на фрикцион, кг:";
	}	
	
	.highlighting tr td{
		background-color: whitesmoke!important;
		position: initial!important;
	}
	
	.add-to-cart .button-blue {
		margin-left: 10px!important;
	}
	.add-to-cart .button-blue .flaticon-check-square{
		height: 40px;
	}
	
	.cart thead{
		display: none;
	}
	
	.products .item{
		min-height: 330px;
		padding-bottom: 0px;
	}
	
	.cart td{
		border: 0px;	
	}
	
	.cart tr{
		position: relative;
	}
	
	.cart .price:last-child{
		position: relative;
		top: 0px;
		right: 0px;
		padding: 15px;
	}
	
	.mob_cart_btn .button-blue{
		margin-left: 0px;
	}
	
	.cart .price{
		position: absolute;
		top: 5px;
		right: 10px;
		padding: 10px;
	}
	
	.cart td{
		display: block;
	}
	
	.highlighting tr form{
		width: 100%!important;
		display: block;
	}
	
	.highlighting tr td {
		display: block;
	}
	
	.highlighting tr td .quantity:before {
		content: "Кол-во: ";
	}
	
    .highlighting td {
        font-size: 14px;
        border: 0px;
    }
    
    .highlighting .checkbox {
/*
        left: 15px;
        bottom: 15px;
*/ }
	
	.highlighting tr td .price {
		position: absolute!important;
		right: 15px!important;
		top: 0px!important;
		width: 40%!important;
		min-height: 23px;
		line-height: 1.2;
		padding: 4px;
	}

	.system_page .orders{
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
	
	.checkout-button .button{
		min-width: 165px;
	}
    .highlighting tr .td-vesg {
        display: block;
        position: absolute;
        width: 30%;
        top: 35px;
        left: 60%;
    }
    .highlighting tr .nowrap {
       /* position: unset!important; */
    }

    .highlighting tr td .price .b-rub {
        display: inline; 
    }
    .highlighting tr td .price span {
        display: block;
        margin-top: -5px;
    }
    .highlighting .tooltipstered {
		line-height: 1;
	}
	
	.product-label{
		margin: -1.5em 0 0 1em;
	}
	
	.checkout{
		margin-top: 5px;
	}
	
	.half{
		width: 100%;
	}
	
	.highlighting .button-blue{
		width: 100%;
		height: 40px;
		border: 0px!important;
		font-size: 14px;
		line-height: 26px;
	}
	
	.highlighting .button-green{
		width: 68.2%;
		margin-left: 10px;
		height: 40px;
		border: 0px!important;
		font-size: 14px;
		line-height: 26px;
	}
  
    .highlighting tr td {
     /*   display: inline-block; */
    }
    .highlighting tr {
        display: block;
        min-height: 170px;
        margin-bottom: 15px;
        background: #F5F5F5;
        position: relative;
    }
    table tr:nth-child(even) td {
        background-color: #f5f5f5!important;
    }
    table.highlighting tr:hover td:not(.no-hover-row) {
        background-color: #f5f5f5!important;
    }
    .products .item:hover {
        box-shadow: none;
    }
    .product-page .products-carousel .item {
        width: 100%!important;
    }
    .product-page thead {
        display: none;
    }
    .rew_btn {
        margin-top: 1.5em;
        height: 40px;
        width: calc(100% - 15px);
        outline: none;
        border: none!important;
        font-size: 14px;
    }
    .mob_cart_btn a i {
        display: none;
    }
    .mob_cart_btn a {
        height: 40px;
        padding-left: 0px;
        padding-right: 0px;
        width: 49%;
        line-height: 23px;
        font-size: 14px;
        border: 0px!important;
    }
    .mob_cart_btn {
        position: fixed;
        bottom: 0;
        height: 60px;
        z-index: 5;
        width: 100%;
        background: white;
        left: 0;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
	
	.wrap-content-right{
		padding-right: 15px;
	}
	
	.contacts_menu li a{
		font-size: 12px!important;
	}
	
	.popup .popup-button{
		padding-bottom: 30px;
	}
	
	.popup-content input{
		width: 100%;
		display: block;
	}
	
	#compare-fixed-table tr{
		display: table-row;
	}
	
	#compare-fixed-table .highlighting tr td{
		display: table-cell;
	}
	
	.popup textarea{
		width: 100%;
		display: block;
	}
	
	.system_page button{
		width: 100%;
	}
	
	.system_page .small label{
		width: 100%!important;
		max-width: 100%!important;
	}
	
	.system_page input{
		width: 100%;
	}
	
	table.cart td .button-update{
		padding: 10px;
		font-size: 14px;
	}
	
	
.w100{
    width: 100%;
    margin-bottom: 10px;
	margin-left: 0px!important;
}

#compare-fixed-table .highlighting .button-green {
    width: 100%;
    margin-left: 0px;
    height: 40px;
    border: 0px!important;
    font-size: 11px;
    line-height: 26px;
}

#compare-fixed-table .highlighting tr td .price:before {
	display: none;
}

#compare-fixed-table .highlighting tr td .price:after {
	display: none;
}

#compare-fixed-table .highlighting tr td .price {
    position: inherit!important;
    right: 0px!important;
    top: 0px!important;
    width: 100%!important;
    min-height: 23px;
    line-height: 1.2;
    padding: 4px;
    padding-top: 10px;
}

#compare-fixed-table .highlighting .button-blue {
    width: 100%;
    margin-left: 0px;
    height: 40px;
    border: 0px!important;
    font-size: 11px;
    line-height: 26px;
}

#compare-fixed-table table {
    margin-bottom: 1px;
    width: auto!important;
}

.dd_zag img{
    margin-left: 5px;
}

.dd_zag_open img{
	transform: rotate(180deg);
}


.dd_address_show{
	display:block!important;
}

.dd_zag{
    background: #EFEFEF;
    width: 100%;
    height: 140px;
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 22px;
    padding-top: 60px;
    font-style: italic;
    font-weight: 700;
}

.mmt180{
	margin-top: 180px;
	display: none;
}

	
.login a{
    height: 40px!important;
	padding-top: 14px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    text-align: center!important;
}

.login{
	width: 100%!important;
    display: block!important;
    float: none!important;
    position: relative!important;
}

.dd_logout .name{
    padding-top: 2px;
    font-size: 12px;
    max-width: 190px;
    overflow: hidden;	
}

.dd_logout{
	background:	#333333;
    height: 40px;
}

	
	.top-line-block.login a{
		height: 40px!important;
	}
	
	.top-line-block.login .hi-user{
		height: 40px!important;
	}	
	
	.top-line-block.login{
		height: 40px!important;
	}

	.dd_sl .custom a{
		display:none;
	}
	
	.actions-products h2{
		font-size: 18px;
	}

	.mob_f{
		float: right;
	    width: 140px;
		background: #F5F5F5;
		border: 1px solid rgb(0 0 0 / 10%);
		display: inline-block;
		position: relative;
		font-size: .9em;
		line-height: 1;
		color: #8d8d8d;
		margin: 2em 0;
		padding: 10px;
	}
	
	.block-wrap {
		margin-bottom: 0px;
	}
	
	.order-by{
		background-image: none;
	    background-color: #fcfcfc;
		border: 0px;
	}
	
	.order-by{
		width: 140px;
		background: #F5F5F5;
		border: 1px solid rgb(0 0 0 / 10%);
		display: inline-block;
	}
	
	.mob_ff{
	    margin: 0px 20px;
	}

	.mob_f span{
		margin-left: 5px;
		color: #0083df;
		border-bottom: 1px dashed #0083df;
	}

	.mob_f{
	    text-align: center;
	}

	.aside-right-mob .block-content{
		display: none;
	}
	
	.aside-right-mob .products_filter{
		margin-bottom: 0px;
	    padding-bottom: 100px;
	}
	
	.aside-right-mob .products_filter{
		display: block;
	}
		
	.aside-right-mob{
		display: block;
		position: fixed;
		top: 63px;
		left: 0;
		width: 100%;
		max-width: 100%;
		z-index: 5;
		height: calc(100vh - 63px);
		overflow: scroll;
		background: whitesmoke;
	}
	
	.system-messages .item{
		width: 100%!important;
	    padding: 15px!important;
	}

	#action_slideshow{
		display: none;
	}
	
	.temp_img{
		margin-bottom: 15px;
		display: block;
		margin-top: -10px;
	}
	
	h2{
	    margin-bottom: 0px!important;
	}
	
	.lhWidgetItem{
		display: none!important;
	}
	
	.video-review{
		display: block;
		margin-top: 30px;
	}
	
	.product-header .cell-info{
		width: 100%;
	}
	
	.cart .stepper .stepper-input{
	    height: 38px;
		font-size: 14px;	
	}
	
	.cart .delete{
		font-size: 10px!important;
		display: block!important;
		margin-top: 5px;
		padding-top: 5px;
		line-height: 2.5!important;		
	}
	
	.cart .stepper{
		width: 50%!important;
		float: left;
	}	
	.cart .button-update{
		width: 49%!important;
		float: right!important;
	}
}

.headiconsblock img {
    margin-right: 1px;
}

.headiconsblock {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.mob_ul a{
	color: gray;
    text-decoration: none;
}

.empty .flaticon-cart{
	 background: #ff3d3d!important;
}

#mob_cart_icon .flaticon-cart{
	display: inline-block;
    background: #3d8900;
    height: 32px;
    vertical-align: top;
    width: 32px;
    text-align: center;
    padding-top: 6px;
    font-size: 17px;
    color: white;
}


/* phone footer */

@media screen and (max-width: 470px) {
	#show_search_categories:before{
		display:none;
	}	
	
	#show_search_categories:after{
		display:none;
	}
	
    .hidemob {
        display: none;
    }
    .ddftrtext {
        padding-left: 16px;
        padding-right: 16px;
        font-family: 'Roboto Condensed';
        font-size: 14px;
        line-height: 180%;
        opacity: 0.7;
        margin: 8px 0px;
    }
    .ddftrtext a {
        color: white!important;
        text-decoration: none;
    }
    .ddflex {
        display: flex;
        justify-content: space-between;
    }
    .ftrcont {
        margin: 20px 0px 20px 15px !important;
    }
    .ftrconttext {
        font-size: 13px;
        line-height: 180%;
        color: #FFFFFF;
        opacity: 0.7;
    }
    .ftrconttext a {
        color: white;
    }
    .iconmrg {
        margin-right: 5px!important;
        font-size: 14px;
        opacity: 0.7;
    }
    .whitelink a {
        text-decoration: none;
        color: white;
        opacity: 0.7;
    }
    .chkmap {
        font-size: 14px;
        text-decoration-line: underline;
        color: #0083DF;
    }
    .mrglft {
        margin-left: 15px;
    }
    .txtftrmob {
        font-size: 12px;
        line-height: 120%;
        color: #FFFFFF;
        opacity: 0.7;
    }
    .copmrg {
        margin-bottom: 16px;
    }
    .logomrg {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .orgpdg {
        padding-bottom: 30px;
        font-size: 12px;
    }
    .tbl {
        display: none!important;
    }
    .zagmobcenter {
        text-align: center;
    }
    .zagmobright {
        text-align: right;
    }
    .zagmobleft {
        text-align: left;
    }
    .frmwdmrg {
        width: 100% !important;
        margin-top: 5px !important;
    }
    .wdthform {
        width: 95%;
        text-align: right;
        padding-top: 5px;
    }
    .wdthall {
        width: 100%;
    }
    .mrgin {
        margin-top: -10px;
    }
    select,
    .select {
        width: 100%;
    }
    .btnform {
        height: 40px;
        border: none!important;
        padding: 0px;
    }
    .birfix {
        padding-right: inherit;
    }
    .btnformflex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .mnwdth {
        min-width: 155px!important;
    }
    .pdgnew {
        padding: 15px;
    }

    .menu.system_user_menu li a {
        font-size: 7px;
        margin-right: 0px;
    }
    .menu.system_user_menu li {
        width: 15%;
    }
    .fntmob {
        font-size: 19px;
    }
    .fntsizeftr {
        font-size: 14px;
    }
	
	.button-blue{
	    margin-left: 10px;	
	}
	
	form .button-blue{
	    margin-left: 0px!important;	
	}
	
	.button-blue .flaticon-check-square{
		border: 0px;
		height: 40px;
		margin-top: 0px;
		margin-left: 0px;
	}	
	
	form .button-blue .flaticon-check-square{
		border: 0px;
		height: 27px;
		margin-top: 0px;
		margin-left: 0px;
	}
	
	#main_slideshow{
		margin-top: -10px;
	}

}


/* pc footer */

@media screen and (min-width: 1020px) {
    .hidepc {
        display: none;
    }
    .tbl {
        display: none!important;
    }
    .hidemob {
        display: block!important;
    }
    .dsflx {
        display: flex;
    }
}

.pmrg {
    margin-left: 2px;
}


/* tablet footer */

@media screen and (min-width: 470px) {
	.dd_read_more{
		display: none;
	}
	
	.mob_f{
		display: none;
	}
	
    .hidepc {
        display: none;
    }
	
	#main_slideshow{
		display:none;
	}	
	
	
    .hidemob {
        display: none
    }
    .ddflextbl {
        display: flex;
        justify-content: space-between;
        padding: 0px 48px;
    }
    .ddftrtext {
        padding-left: 16px;
        padding-right: 16px;
        font-family: 'Roboto Condensed';
        font-size: 14px;
        line-height: 180%;
        opacity: 0.7;
        margin: 8px 0px;
    }
    .ddftrtext a {
        color: white!important;
        text-decoration: none;
    }
    .ddflex {
        display: flex;
        justify-content: space-between;
    }
    .txtftrmob {
        font-size: 12px;
        line-height: 120%;
        color: #FFFFFF;
        opacity: 0.7;
        margin-top: 25px;
    }
    .lefttbl {
        float: left!important;
        margin-left: -12px!important;
    }
    .orgpdg {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .tblcont {
        font-size: 12px;
        margin-top: 10px!important;
    }
    .pdgsmltbl {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 460px) and (max-width:768px) {
	.lhWidgetItem{
		display: none!important;
	}
	
	.tablet_hide{
		display: none;
	}
	
	.customlogo_lettering{
		display: none;		
	}
	
	.moblogo{
		display: none;		
	}
	
	.block-wrap_main_menu{
		display: none;
	}
	
	.aside-left-wrap.has-left-aside .wrap-content-right{
		padding-left: 0;
		margin-left: 0;
	}
	
	#action_slideshow{
		max-width: 100%;
	}
	


	
	.header-row .buttons{
		display: none;
	}

	.mob_line{
		display: block!important;
	}
	
	header>.header-row>div.contacts>div>.icon{
		display: none;
	}
		
	header>.header-row>div.contacts>div>.weekdays{
		display: none;
	}	
	
	header>.header-row>div.lettering{
		display: none;
	}
	
	header>.header-row>div{
		display: inline-block;
	}
	

	
	header>.header-row>div.contacts>div>.phone{
		text-align: right;
		padding: 0;
	}
	
	.contact-link .orange{
		display: none;
	}
	
	#top-line{
		background: none;
		box-shadow: none;
	}
	
	.mob_menu {
        position: fixed;
        width: 100%;
        background: white;
        top: 90px;
        height: calc(100vh - 90px);
        z-index: 2;
        overflow: scroll;
        display: none;
		left: 0px;
    }
	
	.zv{
		border: 0px!important;
		height: 42px;
		line-height: 26px;
		font-size: 14px;
		width: 25%!important;
		float: left;
		margin-left: 15px;
	}

	.zz{
		border: 0px!important;
		height: 42px;
		line-height: 26px;
		font-size: 14px;
		width: 25%!important;
		float: right;
		margin-right: 15px;
	}
	
	.mob_ul{
		margin-left: 15px;
		margin-right: 15px;
		list-style: none;
		margin-bottom: 15px;
	}
	
	
	.mob_ul li {
		font-size: 14px;
		line-height: 22px;
		text-transform: uppercase;
		padding-bottom: 12px;
		padding-top: 12px;
		border-bottom: 1px solid #eaeaea;
	}
	
    .open_menu img{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
    .open_menu{
        display: block!important;
    }
	
	    .mob_vh a {
        color: #bbb;
        text-decoration: none;
        line-height: 38px;
        font-size: 14px;
        text-align: center;
        width: 49%;
        text-transform: uppercase;
        display: inline-block;
    }
    .mob_vh {
        background: #333333;
        height: 40px;
    }
	
	.search_inp {
        height: 40px;
        width: calc(100% - 107px)!important;
        padding-left: 35px!important;
        font-size: 15px!important;
        line-height: 40px;
    }
    .search_block i {
        position: absolute;
        top: 11px;
        left: 25px;
        z-index: 2;
        font-size: 17px;
    }
    .search_block {
        margin-top: 15px;
        margin-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
    .search_btn {
        height: 40px;
        width: 107px;
        background: #EC7B00;
        border: 0px;
        color: white;
        font-size: 14px;
    }
	
	#top-line {
		position: fixed;
		width: 200px;
		right: 0;
		left: auto;
	}
	
	header{
		position: fixed;
		width: 100%;
		background: white;
		z-index: 20;
		left: 0;
		height: 90px;
		top: 0px;
		margin-top: 0px;
	}
	
	.wrap-content-right{
		margin-top: 90px;
	}
	
	
	.mob_hide .label-banner img{
		margin-bottom: 5px!important;
	}

	.mt20{
		margin-top: 20px;
	}
	
	.login{
		width: 100%;
		display: block!important;
		float: none!important;
		position: relative!important;
	}
	
	.login a{
		height: 40px!important;
		padding-top: 14px!important;
		padding-left: 15px!important;
		padding-right: 15px!important;
		text-align: center!important;
	}
	
	.top-line-block.login a{
		height: 40px!important;
	}
	
	.top-line-block.login .hi-user{
		height: 40px!important;
	}	
	
	.top-line-block.login{
		height: 40px!important;
	}
	
	.dd_logout .name{
		padding-top: 2px;
		font-size: 12px;
		max-width: 190px;
		overflow: hidden;	
	}

	.dd_logout{
		background:	#333333;
		height: 40px;
	}

	.search-form{
		margin-bottom: 10px;
	}
	
	.block-wrap{
		margin-bottom: 10px;
	}
	
}

@media screen and (min-width:640px) {
    .pdgsmltbl {
        padding: 0px 48px 20px !important;
    }
	/*
	#djslider-loader164{
		display: none;
	}
	*/
}