.b-content a {
    color: blue !important;
    text-decoration: underline !important;
}

.s-fixed-container
{
    z-index: 10;
    position: relative;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    line-height: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

html,
body {
    width: 100%;
    height: 100%
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

:focus {
    outline: 0
}

li.catalog__products__more {
    list-style: none;
}

ins {
    text-decoration: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

table td,
table th {
    vertical-align: top
}

img {
    border: none;
    font-size: 0;
    line-height: 0
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

a {
    text-decoration: underline;
    color: inherit
}

a:hover {
    text-decoration: none
}

label,
button,
select,
input[type="submit"],
input[type="radio"],
input[type="checkbox"],
input[type="button"] {
    cursor: pointer
}

td,
th,
input,
textarea,
select {
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

textarea {
    resize: none
}

input[type="button"]::-moz-focus-inner {
    border: 0
}

input[type="submit"]::-moz-focus-inner {
    border: 0
}

fieldset {
    border: 1px solid #bbb;
    padding: 10px;
    position: relative;
    background: #e9e9e9;
    margin-bottom: 10px
}

fieldset p label,
fieldset p input[type="text"] {
    width: 98%
}

fieldset p select {
    width: 99%
}

blockquote {
    color: #555;
    font-size: .9em;
    padding: 20px;
    background: #f3f3f3
}

blockquote cite {
    font-size: .9em
}

hr {
    background-color: rgba(0, 0, 0, 0.15);
    height: 1px;
    border: 0
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: #bbb
}

.block {
    padding: 25px 30px
}

.inline {
    display: inline !important
}

.inline-link {
    text-decoration: none !important
}

.inline-link b {
    border-bottom: 1px dotted;
    font-weight: 400;
    position: relative;
    top: -.13em
}

.inline-link b i {
    font-style: normal;
    position: relative;
    top: .13em
}

.small {
    font-size: .9em
}

.large {
    font-size: 1.1em
}

.bold {
    font-weight: 700
}

.strike {
    text-decoration: line-through
}

.highlighted {
    background: #ffc
}

.hint {
    color: #aaa;
    font-size: .9em
}

.hint a,
.hint:visited,
.hint a:visited {
    color: #888
}

.gray .dropdown ul,
.gray a,
.gray:visited,
.gray a:visited {
    color: #888
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.clear-both {
    clear: both
}

.shadowed {
    -webkit-box-shadow: 0 5px 15px #aaa;
    box-shadow: 0 5px 15px #aaa
}

.nowrap {
    white-space: nowrap
}

.hr {
    border-top: 1px solid #ccc;
    margin-bottom: 15px
}

.uppercase {
    text-transform: uppercase
}

.blurred {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.userpic {
    border-radius: 50%;
    background-size: auto
}

.tags {
    line-height: 1.6em
}

.tags a {
    color: green !important;
    display: inline !important;
    padding: 0 4px !important
}

.tags a:hover {
    color: red !important
}

.staff {
    background: #eeb;
    padding: 1px 4px !important;
    color: #345;
    font-size: .9em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    white-space: nowrap
}

ul.menu-v {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', 'Trebuchet MS', Arial, sans-serif
}

ul.menu-v li {
    list-style: none;
    padding: 0;
    line-height: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

ul.menu-v li a {
    padding: 13px 30px 13px 16px;
    display: block;
    text-decoration: none
}

ul.menu-v li.collapsible {
    background: url(../img/rarr.png) no-repeat;
    background-position: right center;
    background-size: 32px 16px
}

ul.menu-v.bottom-padded {
    margin-bottom: 20px
}

ul.menu-v li .count {
    float: right;
    color: #aaa
}

ul.menu-v li .count i.icon16 {
    margin: 0 -5px
}

ul.menu-h {
    margin: 0;
    padding: 0
}

ul.menu-h li {
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
    line-height: 1.3em
}

ul.menu-h li a {
    display: inline-block;
    padding: 13px 16px;
    text-decoration: none
}

ul.tree {
    list-style: none;
    padding-left: 0
}

ul.tree li {
    border: none
}

ul.tree li a {
    padding: 5px 16px;
    display: block;
    text-decoration: none
}

ul.tree li.selected a {
    background: transparent
}

ul.tree ul {
    padding-left: 20px;
    list-style: none
}

ul.tree ul a {
    padding: 3px 6px;
    font-size: 90%
}

.paging-nav {
    text-align: center
}

.paging-nav ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px
}

.paging-nav ul li a {
    padding: 8px 10px
}

.paging-nav ul li.selected a {
    background: #eee
}

.wa-auth-adapters ul {
    padding: 0;
    min-height: 16px
}

.wa-auth-adapters ul li {
    list-style: none;
    float: left;
    padding: 0 15px 0 0
}

.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span {
    display: block;
    padding: 0 5px
}

.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img {
    position: relative;
    top: 4px;
    margin-right: 3px
}

.wa-auth-adapters p {
    color: #888;
    font-size: .9em;
    width: 80%
}

.wa-auth-adapters.wa-connect {
    margin-top: 20px
}

.wa-captcha {
    margin: 1em 0
}

.wa-captcha p {
    margin: 0
}

.wa-captcha p+p {
    margin: .5em 0 0
}

.wa-captcha p img {
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px
}

.wa-captcha strong {
    font-size: 1.2em
}

.wa-captcha .wa-captcha-refresh {
    font-size: .8em;
    text-decoration: underline;
    color: #aaa
}

.wa-captcha .wa-captcha-input {
    display: inline-block !important
}

.wa-captcha .errormsg {
    display: inline-block;
    margin-left: 10px
}

input.error,
textarea.error {
    border: 2px solid red
}

.errormsg {
    color: red;
    display: block
}

.row.no-border {
    border: none
}

.col {
    float: left
}

.col.w1 {
    width: 6%
}

.col.w2 {
    width: 12%
}

.col.w3 {
    width: 18%
}

.col.w4 {
    width: 24%
}

.col.w5 {
    width: 30%
}

.col.w6 {
    width: 36%
}

.col.w7 {
    width: 42%
}

.col.w8 {
    width: 48%
}

.col.w9 {
    width: 54%
}

.col.w10 {
    width: 60%
}

.col.w11 {
    width: 66%
}

.col.w12 {
    width: 72%
}

.col.w13 {
    width: 78%
}

.col.w14 {
    width: 84%
}

.col.w15 {
    width: 90%
}

.col.w16 {
    width: 96%
}

i.icon16 {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: baseline;
    height: 16px;
    width: 16px;
    margin: 0 4px;
    text-indent: -9999px;
    text-decoration: none !important;
    background: transparent url(../img/icons/icons.png) no-repeat;
    background-size: 260px 160px
}

i.icon16.rss {
    background-position: -16px 0
}

i.icon16.facebook {
    background-position: -32px 0
}

i.icon16.twitter {
    background-position: -48px 0
}

i.icon16.vk {
    background-position: -64px 0
}

i.icon16.gplus {
    background-position: -80px 0
}

i.icon16.pinterest {
    background-position: -96px 0
}

i.icon16.youtube {
    background-position: -112px 0
}

i.icon16.instagram {
    background-position: -128px 0
}

i.icon16.userpic20 {
    background-position: -2px -2px;
    border-radius: 50%;
    background-size: 20px 20px
}

i.icon16.color {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 12px;
    height: 12px;
    background-image: none
}

i.icon16.star,
i.icon16.star-full {
    background-position: -16px -16px
}

i.icon16.star-half {
    background-position: -32px -16px
}

i.icon16.star-empty {
    background-position: -48px -16px
}

i.icon16.star-hover {
    background-position: -64px -16px
}

i.icon16.stock-red {
    background-position: -128px -16px
}

i.icon16.stock-yellow {
    background-position: -144px -16px
}

i.icon16.stock-green {
    background-position: -160px -16px
}

i.icon16.stock-transparent {
    background-position: -176px -16px
}

i.icon16.compare {
    background-position: -208px -16px
}

i.icon16.compare.active {
    background-position: -224px -16px
}

i.icon16.compare.white {
    background-position: -240px -16px
}

i.icon16.remove {
    background-position: -96px -16px
}

i.icon16.loading {
    background-image: url(../img/icons/loading32.gif);
    background-position: 0 0;
    background-size: 16px 16px
}

a {
    color: #2974b7;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

img,
iframe {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 14px 0;
    font: bold 1em/1.25 "Open Sans", sans-serif;
    text-transform: none;
    color: #c02600
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 19px;
    font-weight: 400
}

h6 {
    font-size: 17px;
    font-weight: 400
}

ul {
    margin: 1em 0;
    list-style: none
}

ul li {
    list-style: circle;
    margin: .5em 0 0
}

ul li:first-child {
    margin-top: 0
}

ul li ul {
    margin: .5em 0 .5em 2em
}

p {
    margin: 0 0 1em;
    line-height: 1.4em
}

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

select {
    width: 350px;
    padding: 8px 0;
    border: 1px solid #ecd5a9;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px #dedede inset;
    box-shadow: 1px 1px 3px #dedede inset
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
textarea {
    display: inline-block;
    margin: 0;
    width: 350px;
    padding: .625em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ecd5a9;
    border-radius: 5px;
    font: normal 1em/1.25em "Open Sans", sans-serif;
    text-decoration: none;
    color: #121212;
    -webkit-box-shadow: 1px 1px 3px #dedede inset;
    box-shadow: 1px 1px 3px #dedede inset
}

input[type="text"].is-wide,
input[type="search"].is-wide,
input[type="password"].is-wide,
input[type="email"].is-wide,
textarea.is-wide {
    width: 100%
}

textarea {
    width: 100%
}

.s-button,
button,
input[type="button"],
input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    height: 2.5em;
    margin: 0 0 0 .5em;
    padding: 8px 25px;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f6ce80;
    border-radius: 4px;
    font: bold 14px "Open Sans", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff0d5));
    background: linear-gradient(#fff, #fff0d5)
}

.s-button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.s-button:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    text-decoration: none;
    color: #ffa800
}

.s-button:first-child,
button:first-child,
input[type="button"]:first-child,
input[type="submit"]:first-child {
    margin-left: 0
}

.s-button.transparent,
button.transparent,
input[type="button"].transparent,
input[type="submit"].transparent {
    color: inherit;
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.s-button.white,
button.white,
input[type="button"].white,
input[type="submit"].white {
    color: inherit;
    background: #fff
}

.s-button.green,
button.green,
input[type="button"].green,
input[type="submit"].green {
    color: #fff;
    background: #2fa42e
}

.s-button.orange,
button.orange,
input[type="button"].orange,
input[type="submit"].orange {
    color: #fff;
    background: #a4652e
}

.s-button.red,
button.red,
input[type="button"].red,
input[type="submit"].red {
    background: #d9534f;
    color: #fff
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table th {
    color: #aaa
}

table th,
table td {
    border: solid rgba(0, 0, 0, 0.05);
    border-width: 1px 0;
    vertical-align: middle;
    padding: .5em
}

.s-user-content {
    line-height: 1.5em
}

.s-user-content ul,
.s-user-content ol {
    margin: 1em 0 1em 2em
}

.s-user-content ul li {
    list-style: disc
}

.s-user-content ol li {
    list-style: decimal
}

.is-hidden {
    display: none
}

.cl {
    zoom: 1
}

.cl:before,
.cl:after {
    content: "";
    display: table
}

.cl:after {
    clear: both
}

body {
    font: normal 14px/1 "Open Sans", sans-serif;
    color: #000;
    background: url(../img/background/main.png) #fed992 50% 55px;
    overflow-x: hidden
}

.s-main-wrapper {
    width: 1130px;
    margin: 90px auto 0;
    position: relative
}

.s-main-wrapper .s-header-wrapper {
    position: relative
}

.s-main-wrapper .s-header-wrapper .s-static-header {
    background: url(../img/background/header.png) no-repeat bottom left;
    position: relative;
    z-index: 2;
    height: 210px;
    bottom: -5px
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column.left {
    float: left
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column.right {
    margin-left: 292px;
    padding-top: 95px;
    height: 169px;
    line-height: 21px
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info,
.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper,
.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper,
.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-info-wrapper {
    display: table-cell
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info,
.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper,
.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper {
    padding-top: 21px
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-info-wrapper,
.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info {
    padding: 0 0 0 22px
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-info-wrapper .s-site-logo,
.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info .s-site-logo {
    font-size: 0;
    line-height: 0
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-info-wrapper .s-site-logo img,
.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info .s-site-logo img {
    width: 265px
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper {
    text-align: right;
    white-space: nowrap;
    vertical-align: top
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper .s-label-wrapper {
    margin: 0 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    color: #838383
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper .s-data-wrapper {
    font-size: 15px;
    float: right;
    text-align: left
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper .s-data-wrapper sup {
    font-size: 75%
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper {
    text-align: right;
    white-space: nowrap;
    vertical-align: top
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper .s-label-wrapper {
    margin: 0 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    color: #838383
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper .s-data-wrapper {
    font-size: 15px;
    float: right;
    text-align: left
}

.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper .s-data-wrapper,
.s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper .s-data-wrapper {
    background: url(../img/background/header-sep.png) repeat-y right;
    padding: 0 29px 0 10px;
    /*margin-right: 28px; данный отступ сдвигает инфо в шапке сайта где контакты и инфо о корзине*/
    height: 83px
}

.s-main-wrapper .s-header-wrapper .s-search-wrapper {
    position: absolute;
    z-index: 1;
    top: 62px;
    left: 295px
}

.s-main-wrapper .s-header-wrapper .s-search-wrapper .s-text-input,
.s-main-wrapper .s-header-wrapper .s-search-wrapper .s-submit-input {
    border: 0
}

.s-main-wrapper .s-header-wrapper .s-search-wrapper .s-text-input {
    padding: 6px 15px;
    border: 1px solid #8dae39;
    border-radius: 25px;
    -webkit-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
    font-size: 16px;
    font-style: italic;
    color: #838383;
    width: 320px;
    background: #fff url(../img/icons/paws-icon.png) no-repeat 95% 3px
}

.s-main-wrapper .s-header-wrapper .s-search-wrapper .s-text-input:placeholder {
    color: #838383
}

.s-main-wrapper .s-header-wrapper .s-search-wrapper .s-submit-input {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff url(../img/icons/search-icon.png) 50% no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 0 5px;
    padding: 0
}

.s-main-wrapper .s-header-wrapper .s-fixed-container {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.05)
}

.s-main-wrapper .s-header-wrapper .s-fixed-container.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header {
    display: table;
    width: 1130px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-column {
    display: table-cell;
    vertical-align: middle
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-column.right {
    text-align: right
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 .5em
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block {
    display: table;
    padding: 1em
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-image-wrapper,
.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-text-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 40px
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-image-wrapper .s-image {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: transparent 50% no-repeat;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 50%
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-text-wrapper {
    padding: 0 0 0 .75em;
    white-space: nowrap;
    text-align: center
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-text-wrapper .s-header {
    font-weight: 700
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-info-block .s-text-wrapper .s-text {
    margin: 4px 0 0;
    font-size: .85714285714286em;
    color: #888
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper .s-link:hover {
    background: #638392;
    opacity: .05;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
    filter: alpha(opacity=5)
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-user-account .s-info-block .s-image-wrapper .s-image {
    background-image: url(../img/icons/user-icon.png);
    background-size: 28px
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-compare-wrapper.is-empty {
    display: none
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-compare-wrapper .s-info-block .s-image-wrapper {
    position: relative;
    top: 2px
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-compare-wrapper .s-info-block .s-image-wrapper .s-image {
    background-image: url(../img/icons/compare-icon.png);
    background-size: 28px
}

.s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header .s-info-wrapper.s-compare-wrapper .s-info-block .s-image-wrapper .s-compare-count {
    position: absolute;
    top: -2px;
    right: -4px;
    padding: 2px 4px;
    background: red;
    border-radius: 50%;
    text-align: center;
    font-size: .71428571428571em;
    color: #fff
}

.s-main-wrapper .s-breadcrumbs-wrapper {
    margin: 1.5em auto;
    font-size: .85714285714286em;
    min-height: 1em
}

.s-main-wrapper .s-breadcrumbs-wrapper+.s-main-block {
    margin-top: 1em
}

.s-width-page {
    width: 752px;
}

/* WORK */
.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block {
    color: #333;
    font-size: 14px;
}

.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item {
    margin: 0;
    display: inline-block;
    vertical-align: top
}

.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item:first-child:before {
    display: none
}

.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item:first-child .s-breadcrumb-link {
    padding-left: 0
}

.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item:before {
    content: ">";
    padding: 0 0 0 4px;
}

.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item .s-breadcrumb-link {
    text-decoration: none;
    padding: 0 0 0 4px;
    color: inherit;
    text-decoration: underline;
}

.s-main-wrapper .s-breadcrumbs-wrapper .s-breadcrumbs-block .s-breadcrumb-item span {
    padding: 0 0 0 4px;
}

/* END */
.s-main-wrapper .s-main-block {
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 40px #ececec inset;
    box-shadow: 0 0 40px #ececec inset;
    border: 4px solid #fff;
    padding: 20px
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper,
.s-main-wrapper .s-main-block .s-content-wrapper {
    display: table-cell;
    vertical-align: top;
    width: 1130px
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper {
    width: 25%;
    min-width: 250px
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper+.s-content-wrapper {
    padding-left: 2em
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block {
    position: relative
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper ul {
    margin: 0;
    padding: 0
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper li {
    display: block;
    margin: 0;
    padding: 0
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul {
    margin: 2em 0 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul:first-child {
    margin-top: 0
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul li:first-child {
    border-top: 0
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul li.has-sub-menu>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 100%;
    text-align: center;
    line-height: 100%;
    background: transparent url(../img/icons/arror-icon.png) 50% no-repeat;
    background-size: auto 14px
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul li.has-sub-menu.is-selected>a:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul li:hover>a {
    border-color: #c09853
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul li.is-selected>a {
    font-weight: 700;
    border-color: #638392
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul li.is-selected>ul {
    display: block
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul li>a {
    position: relative;
    display: block;
    padding: 1em;
    text-decoration: none;
    -webkit-transition: all 333ms linear;
    transition: all 333ms linear;
    background: #fefefe;
    border-right: 2px solid transparent
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul li>ul {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.s-main-wrapper .s-main-block .s-sidebar-wrapper .s-sidebar-block .s-nav-wrapper>ul li>ul>li>a {
    padding-left: 2em
}

.s-main-wrapper .s-main-block .s-content-wrapper {
    padding: 0
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block {
    position: relative
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-page-header {
    line-height: 1em
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-text-wrapper img,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-text-wrapper iframe {
    max-width: 100%
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper {
    margin: 1em 0 0;
    border: 1em solid #f8f8f8;
    padding: 1em;
    white-space: nowrap;
    font-size: 0
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-desc,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-image {
    display: inline-block;
    vertical-align: middle;
    width: 49.99%;
    font-size: 1em
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-desc {
    white-space: normal;
    word-wrap: break-word;
    text-align: center
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-desc .sub-header,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-desc .album-name {
    display: inline-block;
    vertical-align: baseline
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-desc .sub-header {
    font: normal .8em "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #777
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-image {
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1)
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .album-wrapper .album-image img {
    width: 100%;
    border-radius: 2px
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 1em 0 0;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    padding: 1em 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .userpic-wrapper,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .comment-link,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .username,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .date {
    display: table-cell;
    vertical-align: middle
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .userpic-wrapper {
    width: 3em
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .userpic-wrapper .userpic-image {
    width: 100%;
    border-radius: 50%
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .username {
    padding-left: .5em
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .date-wrapper {
    text-align: right
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-post-wrapper .s-post-credentials .comment-link {
    white-space: nowrap;
    text-align: right
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .s-profile-header {
    margin: 0
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .hint-wrapper {
    margin: 1em 0;
    padding: 1em;
    border-radius: 2px;
    font: normal 1em "Open Sans", sans-serif
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .hint-wrapper.is-success {
    color: #fff;
    background: #6dca6d
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-error-msg {
    display: inline-block;
    padding: .5em;
    margin: .5em 0 0;
    background: rgba(255, 127, 127, 0.1);
    border-radius: 2px
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form {
    padding: 0
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field {
    padding: 1em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: table;
    width: 100%;
    table-layout: fixed
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field:first-child {
    margin-top: 0
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field.button-block {
    padding-top: 1em
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field.button-block input+input {
    margin-left: 1em
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-name,
.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value {
    display: table-cell;
    vertical-align: middle
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-name {
    width: 20%;
    font: .85714285714286em "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #222
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-submit a {
    line-height: 2em
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value {
    padding: 0
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value a+p {
    margin-top: 0
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value .field {
    margin: 1em 0 0;
    display: block
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value .field:first-child {
    margin-top: 0
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value .field>span {
    font: .7em/2 "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #444
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value .field input {
    vertical-align: middle;
    margin: 0 0 0 8px
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .s-profile-wrapper .wa-form .wa-field .wa-value .field select {
    margin: 0 0 0 8px
}

.s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .border-wrapper {
    padding: 23px 15px;
    border-radius: 8px;
    border: 1px solid #fed992;
    -webkit-box-shadow: inset 0 0 95px #fffbf3;
    -webkit-box-shadow: inset 0 0 95px #fffbf3;
    box-shadow: inset 0 0 95px #fffbf3
}

.s-main-wrapper .s-footer-wrapper .s-footer-block {
    width: 1130px;
    margin: auto;
    padding: 0 0 1em
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: url(../img/background/footer.png) no-repeat top left;
    height: 95px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column.left {
    float: left
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column.right {
    float: right;
    padding-top: 10px;
    padding-right: 5px;
    line-height: 21px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-site-info,
.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper,
.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper,
.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-info-wrapper,
.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper {
    display: table-cell
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-site-info {
    padding: 5px 0 0 35px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-site-info .s-site-logo {
    font-size: 0;
    line-height: 0
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-site-info .s-site-logo img {
    width: 110px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper {
    text-align: right;
    white-space: nowrap;
    vertical-align: top
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper .s-label-wrapper {
    margin: 0 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    color: #838383
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper .s-data-wrapper {
    font-size: 15px;
    float: right;
    text-align: left
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper .s-data-wrapper sup {
    font-size: 75%
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper {
    text-align: right;
    white-space: nowrap;
    vertical-align: top
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper .social {
    margin: 0;
    padding: 0
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper .social .social__item {
    display: inline-block;
    margin-left: 3px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper .social .social__item a {
    display: block;
    width: 51px;
    height: 41px;
    overflow: hidden;
    background: url(../img/icons/social-icon.png) no-repeat 0 0
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper .social .social__item a span {
    display: none
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper .social .social__item.twitter a {
    background-position: 0 -1px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper .social .social__item.vk a {
    background-position: -54px -1px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper .social .social__item.google a {
    background-position: -109px -1px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper .social .social__item.facebook a {
    background-position: -163px -1px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper {
    text-align: right;
    white-space: nowrap;
    vertical-align: top
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-label-wrapper {
    margin: 0 0 5px;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    color: #838383
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-data-wrapper {
    font-size: 15px;
    float: right;
    text-align: left
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper .s-data-wrapper,
.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-data-wrapper {
    height: 67px;
    padding: 0 35px 0 10px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-data-wrapper {
    background: url(../img/background/header-sep.png) repeat-y right;
    padding: 0 20px 0 7px;
    margin-right: 28px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-social-wrapper .s-data-wrapper {
    background: url(../img/background/header-sep.png) repeat-y left;
    padding: 0 10px 0 35px;
    height: 83px
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-columns {
    margin: 1em
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-columns .left {
    float: left
}

.s-main-wrapper .s-footer-wrapper .s-footer-block .s-columns .right {
    float: right
}

.s-main-wrapper .s-footer-wrapper .copyright {
    margin-top: 14px
}

.s-main-wrapper .s-footer-wrapper .poweredby a {
    display: flex;
    text-decoration: none;
    color: #000;
    
    align-items: center;
    justify-content: center;
}

.s-main-wrapper .s-footer-wrapper .poweredby a img{
    margin-right: 20px;
}

.s-main-wrapper .s-footer-wrapper .poweredby a:hover,
.s-main-wrapper .s-footer-wrapper .poweredby a:active {
    text-decoration: underline
}

.navbar {
    background: url(../img/background/navbar.png) no-repeat top center #fb4c4c;
    border-radius: 17px;
    padding: 2px 10px;
    min-height: auto;
    border: 1px solid #fe6f7c;
    margin-bottom: 0
}

.nav>li>a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    background: #fed992;
    -webkit-box-shadow: inset 0 0 1px 0 #fefcf8;
    box-shadow: inset 0 0 1px 0 #fefcf8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#feefd4));
    background-image: linear-gradient(#fff, #feefd4);
    text-transform: uppercase;
    margin: 0 5px;
    white-space: nowrap;
    text-decoration: none
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: #fed992;
    background-image: none;
    text-decoration: none
}

.nav>li .dropdown-menu {
    margin: 0 !important
}

.nav>li .dropdown-menu>li>a:hover,
.nav>li .dropdown-menu>li>a:focus {
    background-color: transparent
}

.nav .glyphicon {
    color: #fb4c4c
}

.nav-justified {
    margin: 7px 0
}

.s-fixed-container.is-fixed {
    background-color: #fb4c4c !important
}

.s-fixed-container.is-fixed .navbar {
    border: none
}

#notification {
    background: url(../img/background/notification.png) repeat-x top center;
    width: 100%;
    display: block;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0
}

#notification .notification__body {
    width: 889px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    background: url(../img/background/notification-body.png) no-repeat 50%
}

#notification .notification__body span {
    color: #fb4c4c
}

.panel {
    padding: 23px 15px;
    border-radius: 8px;
    background: #fff0d4;
    border: 1px solid #fed992;
    -webkit-box-shadow: inset 0 0 95px #fffbf3;
    box-shadow: inset 0 0 95px #fffbf3
}

.panel .panel-heading {
    padding: 13px 15px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fa500c;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.15)
}

.panel .panel-body {
    padding: 15px 0
}

.panel.panel-info .panel-heading {
    border-color: #41a0d1;
    background-color: #7cc6ec
}

.panel.panel-success .panel-heading {
    border-color: #6aa41e;
    background-color: #a2c841
}

.panel.panel-danger .panel-heading {
    border-color: #fa500c;
    background-color: #fa500c
}

.news {
    margin: 0 17px !important
}

.news .news__item {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px dotted #e8c685
}

.news .news__item .date {
    font-size: 11px;
    color: #838383;
    display: block;
    margin-bottom: 5px
}

.news .news__item a {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none
}

.news .news__item a:hover {
    text-decoration: underline
}

.news .news__item p {
    margin: 0
}

.news .news__more {
    font-weight: 700
}

.news .news__more,
.news .news__more>a {
    color: #2974b7 !important
}

.categories {
    margin: 0 -15px !important
}

.dropdown-menu .categories__item {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.categories .categories__item {
    padding: 0 32px !important
}

.categories .categories__item .badge {
    background: #fed992;
    border-radius: 4px;
    color: #000
}

.categories .categories__item:hover,
.categories .categories__item:active,
.categories .categories__item.current {
    background: #fed992
}

.categories .categories__item:hover .badge,
.categories .categories__item:active .badge,
.categories .categories__item.current .badge {
    background: #fff
}

.categories .categories__item a {
    font-weight: 600;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.15em;
    cursor: pointer;
    border-top: 1px dotted #e8c685
}

.categories .categories__item a:hover {
    text-decoration: none;
    border-top-color: transparent
}

.categories .categories__back {
    font-weight: 700;
    margin: 20px 32px
}

.categories .categories__back,
.categories .categories__back>a {
    text-decoration: none;
    color: #2974b7 !important
}

.categories .categories__back:hover,
.categories .categories__back>a:hover {
    text-decoration: underline
}

.s-cart-wrapper {
    padding-right: 32px !important;
    padding-left: 0 !important
}

.s-cart-wrapper:not(.is_empty) {
    cursor: pointer
}

.s-cart-wrapper:not(.is_empty):hover .s-link {
    text-decoration: none
}

.s-cart-wrapper.is-empty .s-info-block .s-image-wrapper .s-cart-count {
    display: none
}

.s-cart-wrapper.is-empty .s-info-block .s-text-wrapper .s-text {
    display: none
}

.s-cart-wrapper .s-info-block .s-image-wrapper {
    position: relative;
    top: 2px;
    float: left
}

.s-cart-wrapper .s-info-block .s-image-wrapper .s-image {
    background-image: url("../img/icons/shopping-basket.png");
    width: 64px;
    height: 64px;
    display: block;
    margin-top: 20px;
}

.s-cart-wrapper .s-info-block .s-image-wrapper .s-cart-count {
    position: absolute;
    top: -2px;
    right: -4px;
    padding: 2px 4px;
    background: red;
    border-radius: 50%;
    text-align: center;
    font-size: .71428571428571em;
    color: #fff
}

.s-cart-wrapper .s-info-block .s-text-wrapper {
    float: right;
    padding: 21px 0 0 22px
}

.catalogs .catalog__item__wrapper {
    width: 33.3%;
    float: left;
}

.catalogs .catalog__item {
    padding: 2px;
    margin: 0 8px 20px 0;
    border: 1px solid #fed992;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1)
}

.catalogs .catalog__item .catalog__name,
.catalogs .catalog__item .catalog__img {
    margin-left: 3px;
    margin-right: 3px
}

.catalogs .catalog__item .catalog__img {
    height: 230px;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.catalogs .catalog__item .catalog__img img {
    margin-left: auto;
    margin-right: auto;
    border: none
}

.catalogs .catalog__item .catalog__name {
    color: #c02600;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 1em;
    min-height: 2em;
    margin-bottom: 1em
}

.catalogs .catalog__item .catalog__name:hover {
    text-decoration: underline
}

.catalogs .catalog__products {
    margin: 0;
    padding: 0
}

.catalogs .catalog__products__item {
    background: #f6f6f6;
    padding: 10px;
    margin: 0 0 1px;
    display: block
}

.catalogs .catalog__products__item .column-left {
    float: left;
    width: 64%
}

.catalogs .catalog__products__item .column-right {
    float: right
}

.catalogs .catalog__products__item .clear {
    clear: both
}

.catalogs .catalog__products__item__name {
    font-size: 14px;
    margin-bottom: 5px
}

.catalogs .catalog__products__item__sku {
    color: #838383;
    font-style: italic;
    font-size: 12px
}

.catalogs .catalog__products__item__price {
    background: #fed992;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    padding: 5px;
    display: inline-block
}

.catalogs .catalog__products__more {
    text-align: center;
    margin: 1em
}

.catalogs .catalog__products__more a {
    color: #2974b7;
    text-decoration: underline;
    font-weight: 700
}

.catalogs .catalog__products__more a:hover {
    text-decoration: none
}

#baloon {
    background: url(../img/background/baloon.png) no-repeat 0 0;
    width: 124px;
    height: 461px;
    position: absolute;
    top: -70px;
    right: -124px;
    z-index: 10
}

.s-compare-wrapper {
    border-color: #41a0d1;
    background-color: #7cc6ec;
    text-align: center;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.15);
    display: inline;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 50;
    padding: 13px 15px
}

.s-compare-wrapper.is-empty {
    display: none
}

.s-compare-wrapper a {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    margin: 0 9px 0 4px
}

.s-compare-wrapper a:hover,
.s-compare-wrapper a:focus {
    text-decoration: none
}

.s-compare-wrapper .badge {
    background: #fff;
    color: #000;
    border-radius: 5px
}

.s-compare-wrapper a,
.s-compare-wrapper .badge {
    display: none
}

.s-compare-wrapper:hover a,
.s-compare-wrapper:hover .badge {
    display: inline
}

.s-about-wrapper {
    padding: 35px 40px 20px;
    margin: 0 10px 10px 0;
    border: 1px solid #fed992;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1)
}

b,
strong {
    font-weight: 700
}

.b-post {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.checkout-step-content.auth {
    display: none !important
}

.onestep-cart table.table td.min-width {
    width: 10% !important
}

.onestep-cart .checkout ul.checkout-options li img.method-logo {
    top: -20px !important;
    max-width: 70px !important
}

.onestep-cart .checkout ul.checkout-options li h3 {
    position: relative;
    top: -20px;
    left: auto;
    margin-bottom: -15px !important
}

.onestep-cart .checkout ul.checkout-options li h3 label {
    display: block
}

.onestep-cart .checkout .checkout-step-content {
    padding-top: 40px !important
}

.onestep-cart .step-shipping .wa-form .wa-field .wa-name {
    width: 40px !important
}

.onestep-cart .step-shipping .wa-form .wa-field .wa-value {
    margin-left: 60px !important
}

.onestep-cart .checkout .step-shipping ul.checkout-options li .rate {
    display: none !important
}

.s-header-wrapper .nav>li:nth-of-type(9),
.s-header-wrapper .nav>li:nth-of-type(10),
.s-footer-wrapper .nav>li:nth-of-type(9),
.s-footer-wrapper .nav>li:nth-of-type(10) {
    display: none !important
}

.the_new,
.adapt_menu,
.adapt_menu2 {
    display: none
}

.amoba {
    text-align: center
}

.amoba a {
    font-size: 24px;
    color: #fff
}

.header-side .top_side .contacts>span>a {
    color: #fff;
    font-size: 3rem
}

.header-side .top_side .contacts>span>i.ph-mobile a {
    font-size: 18px
}

.tellink {
    color: #fff !important;
    text-decoration: none !important
}

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mm-btn,
.mm-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
    content: '';
    bottom: 0
}

.mm-hidden {
    display: none !important
}

.mm-menu,
.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    padding: 0;
    position: absolute;
    bottom: 0
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
    bottom: 0
}

.mm-btn,
.mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li:not(.mm-divider):after {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking,
html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
    z-index: 10
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}








/*NEW STYLES */

.new_flexhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: center;
    margin-right: 50px;
}
.header_new_phones a {
    display: inherit;
        font-size: 18px;
    line-height: 28px;
    color: #cb672b;
    font-family: "Open Sans";
    font-weight: 400;
    text-decoration: none;
}
.header_new_phones a span.strong_new {
        color: black;
    font-size: 22px;
}
.header_new_whatsupmail a:first-child {
        text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    color: #2974b7;
    font-family: "Open Sans";
    font-weight: 400;
}
.header_new_whatsupmail a:nth-child(2) {
        font-size: 15px;
    line-height: 30px;
    text-decoration: none;
    color: #2974b7;
    font-family: "Open Sans";
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_new_whatsupmail a img {
        margin-right: 5px;
}
.s-cart-wrapper .s-info-block .s-image-wrapper .new_head_basketimg {
        margin-top: 27px;
}
.s-cart-wrapper .s-info-block .new_head_basketp {
    padding: 34px 0 0 22px;
}

.delivery_new_line {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-start;
    margin: 18px 0;
}
.delivery_new_line img {
    margin-right: 20px;
}
.new_line_forimages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.new_line_forimages img {
    margin: 20px 25px;
}
.img_wrap_new_big {
    width: 200px;
height: 200px;
        min-width: 200px;
        margin-right: 30px;
}
.img_wrap_new_big img {
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.right_big p.p_head {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}
.right_big p {
        line-height: 24px;
}
.delivery_line_new_big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        margin-bottom: 40px;
}

/*END*/







@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top {
    max-height: 80%
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
    display: block !important
}

.mm-menu.mm-offcanvas.mm-measureheight>.mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

.mm-menu.mm-columns {
    -webkit-transition-property: width, max-width, -webkit-transform;
    transition-property: width, max-width, -webkit-transform;
    transition-property: transform, width, max-width;
    transition-property: transform, width, max-width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
    width: 100%;
    right: auto;
    display: none;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:0px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:0px) {
    html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
    width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(880px, 0);
        transform: translate(880px, 0);
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
        -webkit-transform: translate(-880px, 0);
        transform: translate(-880px, 0);
        -webkit-transform: translate3d(-880px, 0, 0);
        transform: translate3d(-880px, 0, 0)
    }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
    width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
    -webkit-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(1320px, 0);
        transform: translate(1320px, 0);
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
        -webkit-transform: translate(-1320px, 0);
        transform: translate(-1320px, 0);
        -webkit-transform: translate3d(-1320px, 0, 0);
        transform: translate3d(-1320px, 0, 0)
    }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
    width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
    -webkit-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:800px) {
    .s-width-page {
        width: 100% !important;
    }

    .onestep-cart .checkout table.table td.nowrap {
        width: 100px;
    }

    #s-content-block>div>article>div.s-text-wrapper.s-user-content.s-width-page>p:nth-child(3)>span {
        display: block;
        text-align: center;
    }
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(1760px, 0);
        transform: translate(1760px, 0);
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
        -webkit-transform: translate(-1760px, 0);
        transform: translate(-1760px, 0);
        -webkit-transform: translate3d(-1760px, 0, 0);
        transform: translate3d(-1760px, 0, 0)
    }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
    width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
    -webkit-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate(600%, 0);
    transform: translate(600%, 0);
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(2200px, 0);
        transform: translate(2200px, 0);
        -webkit-transform: translate3d(2200px, 0, 0);
        transform: translate3d(2200px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:2750px) {
    html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
        -webkit-transform: translate(-2200px, 0);
        transform: translate(-2200px, 0);
        -webkit-transform: translate3d(-2200px, 0, 0);
        transform: translate3d(-2200px, 0, 0)
    }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
    width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
    -webkit-transform: translate(600%, 0);
    transform: translate(600%, 0);
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate(700%, 0);
    transform: translate(700%, 0);
    -webkit-transform: translate3d(700%, 0, 0);
    transform: translate3d(700%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(2640px, 0);
        transform: translate(2640px, 0);
        -webkit-transform: translate3d(2640px, 0, 0);
        transform: translate3d(2640px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:3300px) {
    html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
        -webkit-transform: translate(-2640px, 0);
        transform: translate(-2640px, 0);
        -webkit-transform: translate3d(-2640px, 0, 0);
        transform: translate3d(-2640px, 0, 0)
    }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
    width: 16.67%
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span,
em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
    padding-right: 90px
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, .05)
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0;
    transition-duration: 0
}

.mm-menu.mm-dropdown {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%
}

html.mm-dropdown .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
    z-index: 1
}

html.mm-dropdown .mm-menu {
    z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none
}

.mm-menu.mm-tip:before {
    content: '';
    background: inherit;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
    left: 22px
}

.mm-menu.mm-tipright:before {
    right: 22px
}

.mm-menu.mm-tiptop:before {
    top: -8px
}

.mm-menu.mm-tipbottom:before {
    bottom: -8px
}

.mm-iconpanel .mm-panel {
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px
}

.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3
}

.mm-navbar-bottom,
.mm-navbar-top~.mm-navbar-top {
    border-bottom: none
}

.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
    border-top: none
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar-top-1 {
    top: 0
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-navbar-bottom-1 {
    bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2>* {
    width: 50%
}

.mm-navbar-content-3>* {
    width: 33.33%
}

.mm-navbar-content-4>* {
    width: 25%
}

.mm-navbar-content-5>* {
    width: 20%
}

.mm-navbar-content-6>* {
    width: 16.67%
}

.mm-menu.mm-rtl {
    direction: rtl
}

.mm-menu.mm-rtl.mm-offcanvas {
    right: auto
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
    left: auto;
    right: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
    right: auto;
    left: 0
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-menu.mm-rtl .mm-listview>li:not(.mm-divider)::after {
    left: 0;
    right: 20px
}

.mm-menu.mm-rtl .mm-listview>li>a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview>li>span:not(.mm-next) {
    padding-left: 10px;
    padding-right: 20px !important;
    margin-right: 0 !important
}

.mm-menu.mm-rtl .mm-listview .mm-next {
    right: auto;
    left: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
    left: auto;
    right: 0
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-menu.mm-rtl .mm-listview .mm-next+a,
.mm-menu.mm-rtl .mm-listview .mm-next+span {
    margin-left: 50px
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen+span {
    padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter {
    left: 45px;
    right: auto
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+span {
    margin-left: 90px
}

.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+a,
.mm-menu.mm-rtl .mm-listview em.mm-counter+.mm-fullsubopen+span {
    padding-left: 90px
}

.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
    left: 20px;
    right: auto !important
}

.mm-menu.mm-rtl label.mm-toggle+a,
.mm-menu.mm-rtl label.mm-toggle+span {
    padding-left: 80px
}

.mm-menu.mm-rtl label.mm-check+a,
.mm-menu.mm-rtl label.mm-check+span {
    padding-left: 60px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle {
    left: 60px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
    margin-left: 50px
}

.mm-menu.mm-rtl a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl a.mm-next+label.mm-toggle+span {
    padding-left: 70px
}

.mm-menu.mm-rtl a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl a.mm-next+label.mm-check+span {
    padding-left: 50px
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle {
    left: 100px
}

.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-check+span,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+a,
.mm-menu.mm-rtl em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-left: 90px
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
    left: 0
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
    -webkit-transition-property: right, -webkit-transform;
    transition-property: right, -webkit-transform;
    transition-property: transform, right;
    transition-property: transform, right, -webkit-transform
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    right: 0
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    right: 40px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    right: 80px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    right: 120px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    right: 160px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    right: 200px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    right: 240px
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit
}

.mm-sronly {
    text-indent: 10px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1
}

.mm-search,
.mm-search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative
}

.mm-search input {
    border: none !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-search .mm-clear,
.mm-search .mm-next {
    right: 0
}

.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0
}

.mm-noresults .mm-indexer {
    display: none !important
}

li.mm-nosubresults>a.mm-next {
    display: none
}

li.mm-nosubresults>a.mm-next+a,
li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .5)
}

input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px
}

label.mm-check:before,
label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px
}

label.mm-toggle+a,
label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
    right: 60px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, .75)
}

.mm-listview.mm-border-none>li:after,
.mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}

.mm-listview.mm-border-full>li:after,
.mm-menu.mm-border-full .mm-listview>li:after {
    left: 0 !important
}

.mm-listview.mm-border-offset>li:after,
.mm-menu.mm-border-offset .mm-listview>li:after {
    right: 20px
}

.mm-menu.mm-effect-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
    opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
    top: 0
}

.mm-menu.mm-offcanvas.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
    content: none;
    display: none
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before,
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1
}

html.mm-popup .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
    z-index: 1
}

html.mm-popup .mm-menu {
    z-index: 2
}

.mm-menu.mm-offcanvas.mm-right {
    left: auto
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0
}

html.mm-front #mm-blocker {
    z-index: 1
}

html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2
}

.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-offcanvas.mm-bottom {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto
}

.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-shadow-page:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99
}

.mm-menu.mm-shadow-page.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>*,
.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>*,
.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar>*,
.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    tap-highlight-color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
    -webkit-box-shadow: false;
    box-shadow: false
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,
.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,
.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none
}

.mm-menu .mm-tileview.mm-listview>li,
.mm-menu.mm-tileview .mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after,
.mm-menu.mm-tileview .mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a,
.mm-menu .mm-tileview.mm-listview>li>span,
.mm-menu.mm-tileview .mm-listview>li>a,
.mm-menu.mm-tileview .mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next,
.mm-menu.mm-tileview .mm-listview>li>.mm-next {
    width: auto
}

.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
    margin: 0
}

.strong {
    font-weight: 700
}

body {
    margin-top: 0 !important
}

#notification {
    top: -90px
}

#adaptsb_menu {
    display: none
}

@media screen and (max-width:1024px) {
    .header_new_phones {
            margin: 0 50px 0 0;
    }
    .new_flexhead {
        width: auto !important;
    }
    .s-static-header #s-cart-wrapper {
            margin-top: -21px;
    }
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column.right .whatsapp {
            width: calc(100% - 326px);
    }
    .b-page_newyear {
        display: none !important
    }

    .s-main-wrapper .s-header-wrapper .s-fixed-container .s-fixed-header {
        display: block;
        width: auto
    }

    html,
    body {
        width: auto
    }

    .s-main-wrapper {
        margin: 5px auto 0;
        width: auto
    }

    .s-main-wrapper .s-header-wrapper {
        padding-bottom: 10px !important
    }

    .s-main-wrapper .s-header-wrapper .s-fixed-container.is-fixed {
        position: static
    }

    .s-main-wrapper .s-main-block .s-sidebar-wrapper {
        min-width: 0;
        width: auto
    }

    .s-main-wrapper .s-main-block .s-sidebar-wrapper,
    .s-main-wrapper .s-main-block .s-content-wrapper {
        display: block;
        width: auto;
        width: auto
    }

    .s-main-wrapper .s-main-block {
        padding: 6px
    }

    .catalogs .catalog__item .catalog__name {
        font-size: 13px
    }

    .s-main-wrapper .s-main-block .s-sidebar-wrapper+.s-content-wrapper {
        padding-left: 0
    }

    .catalogs .catalog__item {
        margin: 4px
    }

    .s-about-wrapper {
        margin: 10px 5px 5px 0;
        padding: 10px 7px
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block {
        margin: auto;
        width: auto
    }

    .s-footer-block .nav-justified>li {
        display: inline-block;
        float: none
    }

    .s-main-wrapper .nav-justified {
        text-align: center;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav>li>a {
        display: block;
        white-space: normal
    }

    .nav-justified>li {
        width: auto
    }

    #notification .notification__body {
        width: auto
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-columns {
        margin: 5px
    }

    .text-right {
        text-align: center
    }

    .text-left {
        text-align: center;
        margin-bottom: 5px
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column.right {
        padding-right: 0
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper .s-data-wrapper,
    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-data-wrapper {
        padding: 0 15px 0 10px
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-data-wrapper {
        padding: 0 35px 0 10px
    }

    .s-products-wrapper .s-products-list .s-product-wrapper .s-info-wrapper .s-product-header {
        font-size: 13px !important
    }

    .s-products-wrapper .s-products-list .s-product-wrapper .s-info-wrapper .s-product-header a {
        height: 80px
    }

    .s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper {
        height: 572px;
        width: 31.3333%;
        height: auto !important
    }

    .s-footer-wrapper {
        margin-top: 10px
    }

    h1 {
        font-size: 21px
    }

    .s-cart-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    #s-product-photos {
        width: 50%
    }

    #s-cart-wrapper {
        width: 50%
    }

    .s-button,
    button,
    input[type="button"],
    input[type="submit"] {
        padding: 8px 9px
    }

    .s-product-page .s-product-photos .s-photo-main a {
        height: auto !important;
        line-height: normal !important
    }

    input[type="text"],
    input[type="search"],
    input[type="password"],
    input[type="email"],
    textarea {
        width: 100%
    }

    .onestep-cart-form {
        margin-bottom: 10px
    }

    .onestep-cart .checkout .checkout-step-content {
        padding: 10px !important
    }

    .onestep-cart .checkout ul.checkout-options {
        padding-left: 0
    }

    .onestep-cart .wa-form .wa-field .wa-value input[type="text"],
    .onestep-cart .wa-form .wa-field .wa-value input[type="email"],
    .onestep-cart .wa-form .wa-field .wa-value input[type="password"] {
        min-width: 260px;
        width: 100% !important
    }

    .onestep-cart .wa-form .wa-field {
        clear: none !important
    }

    .onestep-cart .wa-form {
        float: none !important;
        margin: 10px 0 !important
    }

    .onestep-cart .wa-form .wa-field .wa-value input[type="text"],
    .onestep-cart .wa-form .wa-field .wa-value input[type="email"],
    .onestep-cart .wa-form .wa-field .wa-value input[type="password"],
    .onestep-cart .wa-form .wa-field .wa-value select {
        max-width: 100% !important
    }

    .onestep-cart .checkout ul.checkout-options li h3 {
        margin-bottom: 0 !important;
        position: static !important
    }

    .onestep-cart .checkout ul.checkout-options {
        padding-left: 0 !important
    }

    .onestep-cart .checkout ul.checkout-options li {
        margin-bottom: 10px !important
    }

    h3 {
        font-size: 15px !important
    }

    .onestep-cart .checkout ul.checkout-options li label input[type="radio"] {
        top: 0 !important
    }

    .onestep-cart .step-shipping .wa-form .wa-field .wa-value {
        margin-left: 0 !important
    }

    .onestep-cart .wa-form .wa-field .wa-value textarea {
        min-width: 0 !important
    }

    .onestep-cart .checkout ul.checkout-options li p {
        width: 100% !important
    }

    select {
        width: 100%
    }

    .adapt_menu::before {
        background: rgba(0, 0, 0, 0) url(../img/pull.png) no-repeat scroll left center;
        content: "";
        display: block;
        height: 20px;
        left: 0
    }

    .adapt_menu {
        background: #FB4C4C none repeat scroll 0 0;
        color: #fff;
        cursor: pointer;
        display: block;
        height: 37px;
        padding: 7px 5px;
        text-align: left
    }

    .adapt_menu span {
        color: #fff;
        display: block;
        padding-top: 4px;
        padding-left: 23px
    }

    .adapt_menu a {
        display: block;
        height: 33px;
        position: relative;
        right: 0;
        text-decoration: none;
        top: -20px;
        width: auto;
        z-index: 99
    }

    body {
        margin-top: 0 !important
    }

    #notification {
        display: none
    }

    .s-fixed-header .navbar {
        display: none
    }

    .s-main-wrapper .s-header-wrapper .s-static-header {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        bottom: 0;
        height: auto;
        overflow: hidden
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-info-wrapper,
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info {
        padding: 0 0 0 7px
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-info-wrapper .s-site-logo img,
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info .s-site-logo img {
        width: 131px
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column.right {
        height: auto;
        line-height: 21px;
        margin-left: 148px;
        padding-top: 0
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info,
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper,
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper {
        padding-top: 0
    }

    .s-static-header #s-cart-wrapper {
        width: 195px;
        float: right;
        margin-right: 10px
    }

    .s-cart-wrapper .s-info-block .s-text-wrapper {
        float: right;
        padding: 21px 0 0 8px
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info,
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper,
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper {
        width: 143px;
        float: left
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper {
        width: 124px;
        float: left;
        margin-left: 10px
    }

    .s-data-wrapper {
        margin-right: 2px !important;
        padding: 0 7px 0 10px !important;
        background: none !important;
        padding-left: 0 !important
    }

    #baloon {
        display: none
    }

    .s-footer-block .s-columns .row {
        margin-left: 0;
        margin-right: 0
    }

    nav#menu .nav>li>a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0
    }

    nav#menu .nav-justified>li>a {
        margin-bottom: 5px;
        text-align: left;
        margin-bottom: 0
    }

    .s-sidebar-wrapper .panel-danger {
        display: none
    }

    .mm-listview>li>a,
    .mm-listview>li>span {
        padding: 10px 10px 10px 20px !important
    }

    .mm-panels>.mm-panel>.mm-listview:first-child,
    .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
        margin-top: -20px !important
    }

    .mm-panels>.mm-panel>.mm-listview {
        margin: 20px -20px !important
    }

    .nav-justified {
        width: auto
    }

    nav#menu .nav>li>a {
        font-weight: 400;
        text-transform: none
    }

    .s-main-wrapper .s-header-wrapper .s-search-wrapper {
        position: relative;
        left: 0;
        top: 0;
        clear: both
    }

    .s-main-wrapper .s-header-wrapper .s-search-wrapper .s-text-input {
        width: 100%;
        margin-top: 10px;
        padding: 6px 47px 6px 15px
    }

    .s-main-wrapper .s-header-wrapper .s-search-wrapper .s-submit-input {
        position: absolute;
        right: 1px;
        top: 11px;
        height: 32px
    }

    nav#menu .nav-pills>li:nth-of-type(9),
    nav#menu .nav-pills>li:nth-of-type(10) {
        display: none
    }

    .s-products-wrapper .s-sorting-wrapper .s-sorting-list.view-filters {
        display: none
    }

    .s-products-wrapper .s-sorting-wrapper {
        margin: 1em 0 0 !important;
        padding: 0 0 1em !important;
        text-align: left !important
    }

    .s-products-wrapper .s-sorting-wrapper+.thumbs-view {
        margin-top: 0 !important
    }

    .s-products-wrapper .s-sorting-wrapper {
        border-bottom: medium none !important
    }

    .s-sidebar-block {
        display: none
    }

    #adaptsb_menu {
        background: #7cc6ec url(../img/catalog-icon-whit.png) no-repeat scroll 8px center;
        border-radius: 11px 11px 0 0;
        color: #fff;
        cursor: pointer;
        display: block;
        margin-bottom: 10px;
        padding: 10px 7px 10px 31px
    }

    .s-compare-page .s-compare-table {
        display: block;
        margin: 1em 0 0;
        overflow: auto
    }

    .s-main-wrapper .s-main-block .s-content-wrapper .s-content-block .border-wrapper {
        padding: 23px 6px;
        padding: 8px 6px
    }

    .s-compare-filter input {
        margin: 5px
    }

    .s-compare-page .s-compare-filter {
        margin: 5px 0 0 !important
    }

    .s-compare-page h1 {
        margin-bottom: 4px
    }

    .s-compare-page .s-compare-table {
        margin: 12px 0 0
    }

    iframe.text-center {
        overflow: auto;
        display: block
    }
}

@media screen and (max-width:661px) {
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper {
        display: none !important
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info,
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper,
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper {
        display: block
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper .s-label-wrapper {
        margin: 0
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper .s-data-wrapper,
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper .s-data-wrapper {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin-right: 0;
        padding: 0 6px 0 10px
    }
}

@media screen and (max-width:580px) {
    .catalogs .catalog__item__wrapper {
        width: 50%
    }

    .s-products-wrapper .s-products-list.thumbs-view .s-product-wrapper {
        width: auto;
        height: auto !important;
        margin: 5px !important;
        display: block;
        height: auto
    }

    .s-products-wrapper .s-products-list .s-product-wrapper .s-info-wrapper .s-product-header a {
        height: auto !important
    }

    .s-products-wrapper .s-products-list .s-product-wrapper .s-info-wrapper .s-product-description {
        height: auto
    }

    .catalogs .catalog__item__wrapper {
        width: 50%
    }

    #s-product-photos {
        width: auto;
        float: none;
        padding: 0
    }

    .s-product-page #s-cart-wrapper {
        width: auto
    }
}

@media screen and (max-width:660px) {
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column.right .whatsapp {
        width: auto;
    float: left;
    }
    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column.right {
        float: right;
        padding-right: 0;
        padding-top: 10px
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column.left {
        float: none;
        display: inline-block
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column.right {
        float: none;
        text-align: center;
        display: inline-block;
        vertical-align: top
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper {
        display: block;
        vertical-align: top;
        white-space: normal
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper {
        vertical-align: top;
        white-space: normal;
        text-align: center;
        display: inline-block
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-label-wrapper {
        float: none
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-data-wrapper {
        background: rgba(0, 0, 0, 0) url(../img/background/header-sep.png) repeat-y scroll right center;
        margin-right: 0;
        padding: 5px
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper .s-label-wrapper {
        float: none
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper .s-data-wrapper,
    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-data-wrapper {
        height: 67px;
        padding: 5px
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-data-wrapper {
        float: none;
        text-align: center
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper {
        text-align: center;
        display: inline-block
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-time-wrapper .s-data-wrapper {
        float: none;
        text-align: center
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        display: block;
        height: auto;
        table-layout: fixed;
        width: auto;
        text-align: center
    }

    .s-main-wrapper .s-footer-wrapper .s-footer-block .s-footer-columns .s-column .s-phone-wrapper .s-data-wrapper {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0
    }

    .s-header-wrapper .s-cart-wrapper .s-info-block .s-image-wrapper .s-image {
        background-image: url(../img/icons/basket-icon.png);
        background-size: 22px auto;
        display: block;
        height: 28px;
        width: 23px
    }

    .s-header-wrapper #s-cart-wrapper {
        float: right;
        margin-right: 10px;
        position: absolute;
        right: 0;
        top: -19px;
        width: 195px;
        z-index: 9999999
    }

    .s-main-wrapper .s-header-wrapper .s-static-header {
        position: static
    }

    .s-cart-wrapper .s-info-block .s-text-wrapper {
        color: #fff;
        float: right;
        padding: 0 0 0 2px;
        text-align: right;
        line-height: 30px
    }

    .s-cart-wrapper .s-header {
        display: none
    }

    .s-cart-wrapper .s-link {
        color: #fff;
        display: block;
        text-decoration: none;
        top: 11px;
        right: 0
    }

    .s-text-wrapper .s-text {
        margin-bottom: -16px;
        margin-top: -12px;
        padding-top: 5px
    }

    .s-static-header #s-cart-wrapper {
        width: 140px
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-time-wrapper,
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper {
        float: right
    }

    .dialog-window input {
        margin-bottom: 3px
    }

    .s-main-wrapper .s-header-wrapper .s-search-wrapper .s-text-input {
        width: 100%
    }
}
@media screen and (max-width:610px) {
    .s-cart-wrapper .s-info-block .new_head_basketp {
        padding: 0 !important;
    }

    .header_new_phones {
            width: 100%;
    text-align: center;
    margin: 0;
    }
    .new_flexhead {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    header_new_phones {
        width: 100%;
    margin: 0;
    text-align: center;
    }
    .s-main-wrapper .s-header-wrapper .s-search-wrapper {
        top: 14px;
    }
    .s-main-wrapper .s-header-wrapper .s-static-header {
        min-height: 150px;
    }
}
@media screen and (max-width:380px) {
    .catalogs .catalog__item__wrapper {
        width: auto;
        float: none
    }

    .catalogs .catalog__item {
        height: auto !important
    }

    .catalogs .catalog__item .catalog__img {
        display: block;
        height: auto;
        width: 250px;
        margin: 0 auto
    }
}
@media screen and (max-width:510px) {
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column.left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    float: none;
    }
    .delivery_line_new_big {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .img_wrap_new_big {
        width: 100% !important;
    margin: 10px 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column.right {
        width: 100%;
        margin: 20px;
    }
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column.right .whatsapp {
        width: 100%;
    }
    .header_new_phones {
        width: auto;
    }
    .new_flexhead {
            width: 100% !important;
    padding: 0 15px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    .s-main-wrapper .s-header-wrapper .s-search-wrapper {
        top: -2px;
    }
}
@media screen and (max-width:350px) {
    .new_flexhead {
            margin-bottom: 30px;
    }
}
@media screen and (max-width:280px) {
    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper {
        float: none;
        width: auto
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column.left {
        float: none
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-site-info {
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 131px
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper .s-label-wrapper {
        color: #838383;
        float: none
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column.right {
        height: auto;
        line-height: 21px;
        margin-left: 0;
        padding-top: 0
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper .s-data-wrapper {
        float: none;
        font-size: 15px;
        text-align: center;
        padding: 0 !important;
        margin: 0 !important
    }

    .s-main-wrapper .s-header-wrapper .s-static-header .s-column .s-phone-wrapper .s-label-wrapper {
        text-align: center
    }

    .s-header-wrapper #s-cart-wrapper {
        margin-right: 3px
    }

    h1 {
        font-size: 15px
    }

    .s-products-wrapper .s-products-list .s-product-wrapper .s-offers-wrapper .s-buttons-wrapper .s-button {
        margin-bottom: 5px !important
    }

    .s-category-wrapper span {
        font-size: 13px !important
    }

    .s-product-cart .purchase .add2cart .add-form-wrapper .submit-wrapper {
        text-align: center
    }

    .s-button,
    button,
    input[type="button"],
    input[type="submit"] {
        margin: 9px 0 0
    }

    .s-product-page .s-product-info .s-tabs-wrapper .s-tab-item {
        padding: 6px 3px
    }

    .nav>li>a {
        padding: 4px 6px
    }
}

@media(max-width: 768px) {
    .main-promo-block {
        height: auto !important;
        margin-bottom: 14px;
    }
}

.sort-min:after {
    content: "&#9650;";
    margin-left: 6px;
}

.sort-max:after {
    content: "&#9660;";
    margin-left: 6px;
}

@media (max-width: 1200px)
{
    #baloon
    {
        display: none;
    }
}


