@charset "UTF-8";
@font-face {
    font-family: 'Usual New Italic';
    font-style: italic;
    font-weight: 400;
    src: local('Usual New Italic'), local('UsualNew-Italic'),
    url(../fonts/usual-new-italic.woff) format('woff'),
    url(../fonts/usual-new-italic.ttf) format('truetype');
}

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
    color: #D63C89;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

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

a:active, a:focus {
    outline: none;
}

input, textarea {
    outline: none;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

input,
textarea {
    outline: none;
}

.clearfix:before,
.media:before,
.clearfix:after, .media:after {
    content: " ";
    display: table;
}

.clearfix:after, .media:after {
    clear: both;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #fff;
    color: #2a2a2a;
    font-weight: 400;
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 1.42857;
}

a {
    color: #000;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: #2a2a2a;
}
a.lined {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

.img--right {
    float: right;
    margin-bottom: 18px;
    margin-left: 18px;
}

.img--left {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}

.img--center {
    display: block;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .hidden--print {
        display: none !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.3;
    color: #4a4a4a;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
}

h1,
h2,
h3 {
    padding-top: 18px;
    padding-bottom: 9px;
    margin: 0;
}

h1 small,
h2 small,
h3 small {
    font-size: 65%;
}

h4,
h5,
h6 {
    margin-top: 18px;
    margin-bottom: 9px;
}

h4 small,
h5 small,
h6 small {
    font-size: 75%;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 9px;
}

b {
    font-weight: 700;
}

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

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

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

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

.text--nowrap {
    white-space: nowrap;
}

@media (min-width: 480px) {
    .text--sm--left {
        text-align: left;
    }

    .text--sm--right {
        text-align: right;
    }

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

@media (min-width: 768px) {
    .text--md--left {
        text-align: left;
    }

    .text--md--right {
        text-align: right;
    }

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

@media (min-width: 992px) {
    .text--lg--left {
        text-align: left;
    }

    .text--lg--right {
        text-align: right;
    }

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

@media (min-width: 1310px) {
    .text--xlg--left {
        text-align: left;
    }

    .text--xlg--right {
        text-align: right;
    }

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

.text--lowercase {
    text-transform: lowercase;
}

.text--uppercase {
    text-transform: uppercase;
}

.text--capitalize {
    text-transform: capitalize;
}

.text--sm, p .busketHead b {
    font-size: 11px;
}

.text--md {
    font-size: 15px;
}

.text--lg {
    font-size: 17px;
}

.text--primary {
    color: #d63c89;
}

a.text--primary:hover,
a.text--primary:focus {
    color: #b82770;
}

.text--success {
    color: #1ca51c;
}

a.text--success:hover,
a.text--success:focus {
    color: #157915;
}

.text--info {
    color: #7f7f7f;
}

a.text--info:hover,
a.text--info:focus {
    color: #666666;
}

.text--warning {
    color: #fff600;
}

a.text--warning:hover,
a.text--warning:focus {
    color: #ccc500;
}

.text--danger {
    color: #c72034;
}

a.text--danger:hover,
a.text--danger:focus {
    color: #9b1929;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 9px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list--unstyled {
    padding-left: 0;
    list-style: none;
}

.list--inline {
    padding-left: 0;
    list-style: none;
}

.list--inline > li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    border-left: 5px solid #eeeeee;
}

blockquote:before {
    content: '\2014 \00A0';
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.alert {
    padding: 16px 16px 16px 55px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: center left 16px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 400;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 16px 16px 16px 55 px20;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #daf5e7;
    border-color: #04be5b;
    color: #04be5b;
    background-image: url("../images/success-icon.png");
}

.alert-success hr {
    border-top-color: #03a54f;
}

.alert-success .alert-link {
    color: #038c43;
}

.alert-success .close {
    color: #04be5b;
}

.alert-info {
    background-color: #d9ecf9;
    border-color: #0082d5;
    color: #0e89d8;
    background-image: url("../images/info-icon.png");
}

.alert-info hr {
    border-top-color: #0072bc;
}

.alert-info .alert-link {
    color: #0b6ba8;
}

.alert-info .close {
    color: #0e89d8;
}

.alert-warning {
    background-color: #fff0e4;
    border-color: #ff9948;
    color: #ff9948;
    background-image: url("../images/warning-icon.png");
}

.alert-warning hr {
    border-top-color: #ff8b2e;
}

.alert-warning .alert-link {
    color: #ff7d15;
}

.alert-warning .close {
    color: #ff9948;
}

.alert-danger {
    background-color: #f8e1e7;
    border-color: #d2335c;
    color: #d2335c;
    background-image: url("../images/danger-icon.png");
}

.alert-danger hr {
    border-top-color: #c12b51;
}

.alert-danger .alert-link {
    color: #ac2649;
}

.alert-danger .close {
    color: #d2335c;
}

.fade {
    opacity: 0;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -moz-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -moz-transition-property: 0.35s;
    -o-transition-property: 0.35s;
    -webkit-transition-property: 0.35s;
    transition-property: 0.35s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.breadcrumb {
    display: none;
}

@media (min-width: 480px) {
    .breadcrumb {
        display: block;
        padding: 15px 0 0;
        margin-bottom: 0;
        list-style: none;
        font-weight: 700;
        text-transform: uppercase;
    }

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb > li + li:before {
        content: " | ";
        padding: 0 5px;
        color: #4a4a4a;
    }

    .breadcrumb > .active {
        color: #b2b2b2;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 12px 12px;
    font-size: 13px;
    line-height: 1.42857;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .btn {
        height: auto;
    }
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.btn--ico {
    font-weight: 700;
    line-height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    height: 45px;
    padding: 11px 12px;
}

.btn.btn--ico img {
    vertical-align: middle;
    margin-right: 20px;
}

.btn.btn--ico i {
    vertical-align: middle;
    margin-right: 20px;
    font-size: 23px;
}

.btn.btn--ico_long {
    width: 270px;
}

.btn--default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn--default:focus,
.btn--default.focus {
    color: #333;
    background-color: white;
    border-color: #e0e0e0;
}

.btn--default:hover {
    color: #333;
    background-color: white;
    border-color: #e0e0e0;
}

.btn--default:active,
.btn--default.active,
.open > .btn--default.dropdown-toggle {
    background-image: none;
    background-color: #f2f2f2;
    border-color: #bfbfbf;
}

.btn--primary {
    color: #fff;
    background-color: #d63c89;
    border-color: #cd2b7c;
}

.btn--primary:focus,
.btn--primary.focus {
    color: #fff;
    background-color: #dd5e9d;
    border-color: #d94991;
}

.btn--primary:hover {
    color: #fff;
    background-color: #dd5e9d;
    border-color: #d94991;
}

.btn--primary:active,
.btn--primary.active,
.open > .btn--primary.dropdown-toggle {
    background-image: none;
    background-color: #cd2b7c;
    border-color: #b82770;
}

.btn--success {
    color: #fff;
    background-color: #5ca51c;
    border-color: #5ca51c;
}

.btn--success:focus,
.btn--success.focus {
    color: #fff;
    background-color: #22c822;
    border-color: #1eb21e;
}

.btn--success:hover {
    color: #fff;
    background-color: #22c822;
    border-color: #1eb21e;
}

.btn--success:active,
.btn--success.active,
.open > .btn--success.dropdown-toggle {
    background-image: none;
    background-color: #188f18;
    border-color: #157915;
}

.btn--info {
    color: #fff;
    background-color: #2ab1e0;
    border-color: #1fa4d2;
}

.btn--info:focus,
.btn--info.focus {
    color: #fff;
    background-color: #4ebee5;
    border-color: #37b6e2;
}

.btn--info:hover {
    color: #fff;
    background-color: #4ebee5;
    border-color: #37b6e2;
}

.btn--info:active,
.btn--info.active,
.open > .btn--info.dropdown-toggle {
    background-image: none;
    background-color: #1fa4d2;
    border-color: #1b92bc;
}

.btn--warning {
    color: #fff;
    background-color: #fff600;
    border-color: #e6dd00;
}

.btn--warning:focus,
.btn--warning.focus {
    color: #fff;
    background-color: #fff729;
    border-color: #fff70f;
}

.btn--warning:hover {
    color: #fff;
    background-color: #fff729;
    border-color: #fff70f;
}

.btn--warning:active,
.btn--warning.active,
.open > .btn--warning.dropdown-toggle {
    background-image: none;
    background-color: #e6dd00;
    border-color: #ccc500;
}

.btn--danger {
    color: #fff;
    background-color: #c72034;
    border-color: #b11c2e;
}

.btn--danger:focus,
.btn--danger.focus {
    color: #fff;
    background-color: #de3246;
    border-color: #d42237;
}

.btn--danger:hover {
    color: #fff;
    background-color: #de3246;
    border-color: #d42237;
}

.btn--danger:active,
.btn--danger.active,
.open > .btn--danger.dropdown-toggle {
    background-image: none;
    background-color: #b11c2e;
    border-color: #9b1929;
}

.btn--ico:not(.btn--ico_un).btn--primary {
    color: #696969;
    background-color: #fff;
    border-color: #cd2b7c;
}

.btn--ico:not(.btn--ico_un).btn--primary:focus,
.btn--ico:not(.btn--ico_un).btn--primary.focus {
    color: #696969;
    background-color: #ebebeb;
    border-color: #ac2468;
}

.btn--ico:not(.btn--ico_un).btn--primary:hover {
    color: #696969;
    background-color: #ebebeb;
    border-color: #ac2468;
}

.btn--ico:not(.btn--ico_un).btn--primary:active,
.btn--ico:not(.btn--ico_un).btn--primary.active,
.open > .btn--ico:not(.btn--ico_un).btn--primary.dropdown-toggle {
    background-image: none;
    background-color: #f2f2f2;
    border-color: #b82770;
}

.btn--ico:not(.btn--ico_un).btn--success {
    color: #696969;
    background-color: #fff;
    border-color: #188f18;
}

.btn--ico:not(.btn--ico_un).btn--success:focus,
.btn--ico:not(.btn--ico_un).btn--success.focus {
    color: #696969;
    background-color: #ebebeb;
    border-color: #126c12;
}

.btn--ico:not(.btn--ico_un).btn--success:hover {
    color: #696969;
    background-color: #ebebeb;
    border-color: #126c12;
}

.btn--ico:not(.btn--ico_un).btn--success:active,
.btn--ico:not(.btn--ico_un).btn--success.active,
.open > .btn--ico:not(.btn--ico_un).btn--success.dropdown-toggle {
    background-image: none;
    background-color: #f2f2f2;
    border-color: #157915;
}

.btn--ico:not(.btn--ico_un).btn--info {
    color: #696969;
    background-color: #fff;
    border-color: #1fa4d2;
}

.btn--ico:not(.btn--ico_un).btn--info:focus,
.btn--ico:not(.btn--ico_un).btn--info.focus {
    color: #696969;
    background-color: #ebebeb;
    border-color: #1988ae;
}

.btn--ico:not(.btn--ico_un).btn--info:hover {
    color: #696969;
    background-color: #ebebeb;
    border-color: #1988ae;
}

.btn--ico:not(.btn--ico_un).btn--info:active,
.btn--ico:not(.btn--ico_un).btn--info.active,
.open > .btn--ico:not(.btn--ico_un).btn--info.dropdown-toggle {
    background-image: none;
    background-color: #f2f2f2;
    border-color: #1b92bc;
}

.btn.btn--ico2.btn--success {
    color: #fff;
    background-color: #1ca51c;
    border-color: #188f18;
}

.btn.btn--ico2.btn--success:focus,
.btn.btn--ico2.btn--success.focus {
    color: #fff;
    background-color: #22c822;
    border-color: #1eb21e;
}

.btn.btn--ico2.btn--success:hover {
    color: #fff;
    background-color: #22c822;
    border-color: #1eb21e;
}

.btn.btn--ico2.btn--success:active,
.btn.btn--ico2.btn--success.active,
.open > .btn.btn--ico2.btn--success.dropdown-toggle {
    background-image: none;
    background-color: #188f18;
    border-color: #157915;
}

.btn--bra.btn--primary {
    color: #d63c89;
    background-color: #fff;
    border-color: #cd2b7c;
}

.btn--bra.btn--primary:focus,
.btn--bra.btn--primary.focus {
    color: #d63c89;
    background-color: #ebebeb;
    border-color: #ac2468;
}

.btn--bra.btn--primary:hover {
    color: #d63c89;
    background-color: #ebebeb;
    border-color: #ac2468;
}

.btn--bra.btn--primary:active,
.btn--bra.btn--primary.active,
.open > .btn--bra.btn--primary.dropdown-toggle {
    background-image: none;
    background-color: #f2f2f2;
    border-color: #b82770;
}

.btn--lg {
    padding: 10px 7px;
    font-size: 17px;
    /*line-height: 1.33333;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
}

.btn--sm {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn--xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn--md {
    font-size: 15px;
    height: 40px;
    padding: 10px 35px;
}

.btn--bra {
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    min-height: 40px;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 700;
    white-space: normal;
    min-width: 160px;
}

.tabs .btn--bra {
    font-size: 14px;
    padding: 9px 25px;
    width: 206px;
    margin: 0 10px 10px 0;
}

.btn--block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
}

label sup {
    color: #d63c89;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control.error {
    border-color: #d30202;
    background: #fee;
}

label.error {
    color: #d30202;
    position: absolute;
    right: -63%;
    max-width: 268px;
    top: 0;
    margin: 0;
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
}

.form-control:focus {
    border-color: #d63c89;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

#coupon.form-control {
    min-width: 120px;
}

textarea.form-control {
    height: auto;
    resize: none;
}

input[type="search"] {
    -webkit-appearance: none;
}

input.date {
    /*background: url("../images/date.png") center left 12px no-repeat, #fff;*/
    padding: 10px 0 10px 55px;
}

input.date:before {
    content: "\f073";
    font-size: 32px;
    color: #BBBBBB;
}

.form-group {
    margin-bottom: 8px;
}

.form-group .col {
    position: relative;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 5px;
    padding-top: 2px;
}

.radio img,
.checkbox img {
    margin-right: 5px;
}

.radio label,
.checkbox label {
    min-height: 25px;
    padding-left: 35px;
    margin-bottom: 3px;
    font-weight: normal;
    margin-top: 0;
    cursor: pointer;
    line-height: 1.2;
}
.checkbox label.label__order {
    margin-top: -5px;
    margin-bottom: 2em;
}

.radio label:after,
.checkbox label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    display: block;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.radio input,
.checkbox input {
    display: none;
}

.radio label:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.checkbox input[type="checkbox"]:checked + label:after {
    background: url("../images/checkbox.png") center no-repeat, #fff;
}

.radio input[type="radio"]:checked + label:after {
    background: url("../images/radio.png") center no-repeat, #fff;
}

/*.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }*/

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 320px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (max-width: 479px) {
    .catalog .mainCatalog__item {
        height: auto !important;
    }

    [for="ORDER_PROP_27"] {
        display: none;
    }
}

@media (min-width: 480px) {
    .container {
        width: 470px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.form-group {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1310px) {
    .container {
        width: 1310px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 480px) {
    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

@media (min-width: 1310px) {
    .col-xlg-1 {
        width: 8.33333%;
    }

    .col-xlg-2 {
        width: 16.66667%;
    }

    .col-xlg-3 {
        width: 25%;
    }

    .col-xlg-4 {
        width: 33.33333%;
    }

    .col-xlg-5 {
        width: 41.66667%;
    }

    .col-xlg-6 {
        width: 50%;
    }

    .col-xlg-7 {
        width: 58.33333%;
    }

    .col-xlg-8 {
        width: 66.66667%;
    }

    .col-xlg-9 {
        width: 75%;
    }

    .col-xlg-10 {
        width: 83.33333%;
    }

    .col-xlg-11 {
        width: 91.66667%;
    }

    .col-xlg-12 {
        width: 100%;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 11px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 17px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
    padding: 1px 10px 1.5px;
    display: block;
    height: 23px;
}

.input-group-btn > .btn + .btn {
    margin-top: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn > .btn:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.input-group-btn > .btn:last-child {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.media {
    display: block;
}

.media__img {
    float: left;
    margin-right: 18px;
}

.media__img--rev {
    float: right;
    margin-left: 18px;
}

.media__img img,
.media__img--rev img {
    display: block;
}

.media__body {
    overflow: hidden;
}

.media__body,
.media__body > :last-child {
    margin-bottom: 0;
}

.islet .media__img {
    margin-right: 9px;
}

.islet .media__img--rev {
    margin-left: 9px;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.modal-backdrop.in {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 480px) {
    .modal-dialog {
        width: 470px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.13);
        -moz-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.13);
        box-shadow: 0 1px 13px rgba(0, 0, 0, 0.13);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .modal-lg {
        width: 900px;
    }
}

.navbar {
    position: relative;
    min-height: 50px;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

.navbar-collapse {
    overflow-x: visible;
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    border-top: 1px solid transparent;
    z-index: 11;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 480px) {
    .navbar-collapse {
        border-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }
}

@media (max-width: 767px) {
    .navbar-collapse li {
        padding: 5px;
    }
}

.navbar-collapse li > a {
    background: #d63c89;
    border: 1px solid #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
}

.navbar-collapse li > a:hover,
.navbar-collapse li > a:focus {
    background-color: #fff;
    color: #d63c89;
}

@media (min-width: 768px) {
    .navbar-collapse li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #4a4a4a;
        border: none;
    }

    .navbar-collapse li > a:hover,
    .navbar-collapse li > a:focus {
        background-color: #757575;
    }
}

@media (max-width: 767px) {
    .navbar-collapse .nav {
        background: #d63c89;
    }
}

.container > .navbar-header,
.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 480px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 480px) {
    .navbar-fixed-top {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 8px 10px 9px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 480px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-brand {
    float: left;
    padding: 19px 15px 40px 0;
    font-size: 17px;
    line-height: 18px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 480px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-nav {
    margin: 9.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: underline;
    font-size: 11px;
    line-height: 18px;
}

@media (min-width: 480px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 480px) {
    .navbar-header {
        float: left;
    }
}

@media (min-width: 480px) and (max-width: 993px) {
    .navbar-header {
        max-width: 248px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}

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

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 15px;
    text-transform: uppercase;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
}

.nav > li > a > img {
    max-width: none;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

@media (min-width: 480px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    font-size: 15px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 13px 13px;
    line-height: 1.42857;
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: #818181;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 2px;
}

@media (min-width: 768px) {
    .pagination > li > a,
    .pagination > li > span {
        margin: 5px;
    }
}

@media (min-width: 768px) {
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        width: 100px;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        width: 100px;
    }
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #1ca51c;
    border-color: #1ca51c;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #1ca51c;
    border-color: #1ca51c;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #1ca51c;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.visible--xs {
    display: none !important;
}

.visible--sm {
    display: none !important;
}

.visible--md {
    display: none !important;
}

.visible--lg {
    display: none !important;
}

.visible--xs--block,
.visible--xs--inline,
.visible--xs--inline-block,
.visible--sm--block,
.visible--sm--inline,
.visible--sm--inline-block,
.visible--md--block,
.visible--md--inline,
.visible--md--inline-block,
.visible--lg--block,
.visible--lg--inline,
.visible--lg--inline-block {
    display: none !important;
}

@media (max-width: 479px) {
    .visible--xs {
        display: block !important;
    }

    table.visible--xs {
        display: table !important;
    }

    tr.visible--xs {
        display: table-row !important;
    }

    th.visible--xs,
    td.visible--xs {
        display: table-cell !important;
    }
}

@media (max-width: 479px) {
    .visible--xs--block {
        display: block !important;
    }
}

@media (max-width: 479px) {
    .visible--xs--inline {
        display: inline !important;
    }
}

@media (max-width: 479px) {
    .visible--xs--inline--block {
        display: inline-block !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible--sm {
        display: block !important;
    }

    table.visible--sm {
        display: table !important;
    }

    tr.visible--sm {
        display: table-row !important;
    }

    th.visible--sm,
    td.visible--sm {
        display: table-cell !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible--sm--block {
        display: block !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible--sm--inline {
        display: inline !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible--sm--inline--block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible--md {
        display: block !important;
    }

    table.visible--md {
        display: table !important;
    }

    tr.visible--md {
        display: table-row !important;
    }

    th.visible--md,
    td.visible--md {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible--md--block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible--md--inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible--md--inline--block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .visible--lg {
        display: block !important;
    }

    table.visible--lg {
        display: table !important;
    }

    tr.visible--lg {
        display: table-row !important;
    }

    th.visible--lg,
    td.visible--lg {
        display: table-cell !important;
    }
}

@media (min-width: 992px) {
    .visible--lg--block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .visible--lg--inline {
        display: inline !important;
    }
}

@media (min-width: 992px) {
    .visible--lg--inline--block {
        display: inline-block !important;
    }
}

@media (max-width: 479px) {
    .hidden--xs {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden--sm {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden--md {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden--lg {
        display: none !important;
    }
}

table {
    /*background-color: #fff;*/
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

th {
    text-align: left;
}

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

.table tr:first-child td {
    border-top: 0;
}

.table:not([class^="tableSearch"]) tr:first-child td:nth-child(2) {
    text-align: left;
}

.table tr > th,
.table tr > td {
    padding: 20px 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #e1e1e1;
    text-align: center;
}

.table tr > th:first-child,
.table tr > td:first-child {
    text-align: left;
}

.table.tableOne tr > td {
    vertical-align: middle;
}

.table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
    padding: 8px;
    color: #4a4a4a;
    background-color: #eceaea;
    border: none;
}

.table > tbody + tbody {
    border-top: 2px solid #e1e1e1;
}

.table .table {
    background-color: #fff;
}

.tableBusket > td:not(:first-child) {
    padding: 30px 8px;
}

.table--condensed tr > th,
.table--condensed tr > td {
    padding: 5px;
}

.table--bordered {
    border: 1px solid #e1e1e1;
}

.table--bordered tr > th,
.table--bordered tr > td {
    border: 1px solid #e1e1e1;
}

.table--bordered > thead > tr > th,
.table--bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table--striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table--hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 479px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #e1e1e1;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

/* col and colgroup
      <colgroup>
        <col class=t10>
        <col class=t10>
        <col class=t10>
        <col>
      </colgroup>*/
.t5 {
    width: 5%;
}

.t10 {
    width: 10%;
}

.t12 {
    width: 12.5%;
}

/* 1/8 */
.t15 {
    width: 15%;
}

.t20 {
    width: 20%;
}

.t25 {
    width: 25%;
}

/* 1/4 */
.t30 {
    width: 30%;
}

.t33 {
    width: 33.333%;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

[colspan] {
    text-align: center;
}

[colspan="1"] {
    text-align: left;
}

[rowspan] {
    vertical-align: middle;
}

[rowspan="1"] {
    vertical-align: top;
}

.numerical {
    text-align: right;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .center-block {
        float: none;
    }
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

@media (min-width: 480px) {
    .pull--sm--left {
        float: left;
    }

    .pull--sm--right {
        float: right;
    }
}

@media (min-width: 768px) {
    .pull--md--left {
        float: left;
    }

    .pull--md--right {
        float: right;
    }
}

@media (min-width: 992px) {
    .pull--lg--left {
        float: left;
    }

    .pull--lg--right {
        float: right;
    }
}

@media (min-width: 1310px) {
    .pull--xlg--left {
        float: left;
    }

    .pull--xlg--right {
        float: right;
    }
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.headerTop {
    background: #fff;
}

.headerTop .navbar-nav {
    display: inline-block;
}

.headerBottom {
    background: #4a4a4a;
}

@media (max-width: 991px) {
    .headerBottom .container {
        padding: 0;
    }
}

.mainNav {
    background-color: #d63c89;
    color: #fff;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .mainNav {
        width: auto;
    }
}

.mainNav b {
    display: inline-block;
    margin: 18px 5px;
    cursor: pointer;
}

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

.secondNav li {
    padding: 0;
    position: relative;
    display: block;
}

.navbar-ex2-collapse {
    min-width: 200px;
}

@media (min-width: 994px) {
    .secondNav li {
        display: inline-block;
    }

    .navbar-ex2-collapse {
        min-width: inherit;
    }
}

.secondNav li > a {
    color: #fff;
    padding: 12px 19px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    line-height: 31px;
}

.secondNav li i {
    width: 27px;
    height: 27px;
    padding: 0;
    line-height: 31px;
    margin-right: 7px;
    margin-top: -4px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    vertical-align: middle;
    display: inline-block;
    background-color: #d63c89;
}

.secondNav li:hover > a {
    color: #d63c89;
    background: #525252;
}

.secondNav li:hover .secondNav-sub {
    display: block;
}

.secondNav-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 8px;
    margin: 0;
    z-index: 5;
    list-style-type: none;
    background-color: #525252;
    text-align: left;
}

.secondNav-sub > li > a {
    display: block;
}

.secondNav-sub > li:not(:last-child) a {
    border-bottom: 1px solid #7d7d7d;
}

.secondNav .navbar-toggle {
    width: 110px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 0;
}

.searchNav {
    width: 100%;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .searchNav {
        width: 220px;
    }
}

@media (min-width: 1310px) {
    .searchNav {
        width: 279px;
    }
}

.searchNav .navbar-form {
    position: relative;
}

.searchNav input {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    height: 35px;
}

.searchNav button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 27px;
    height: 27px;
    padding: 0;
    line-height: 28px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #d63c89;
}

.searchNav button i {
    color: #fff;
    font-size: 17px;
}

.searchNav .navbar-collapse {
    width: 220px;
}

.workTime .phone {
    margin-bottom: 0;
}

.workTime .time {
    font-size: 10px;
    margin-bottom: 0;
}

.busketHead {
    margin-left: 40px;
    display: block;
    color: #fff;
    background: url("../images/icons/ico--busket.svg") center left 1px no-repeat, #d63c89;
    padding: 4px 24px 4px 37px;
    -webkit-border-radius: 1px 2px 2px 1px;
    -moz-border-radius: 1px 2px 2px 1px;
    border-radius: 1px 2px 2px 1px;
}

p .busketHead {
    font-size: 10px;
    margin-bottom: 0;
}

.baskethead_text {
    display: block;
    font-weight: bold;
}

.busketHead-mobile {
    float: right;
    width: 37px;
    height: 36px;
    padding: 4px;
    text-align: center;
    line-height: 38px;
    font-size: 12px;
    color: #d63c89;
    margin-top: 39px;
}

.menuHead {
    float: right;
    margin-top: 31px;
    margin-left: 11px;
    position: relative;
}

.menuHead .navbar-toggle {
    padding: 7px 6px 7px 7px;
    background: #d63c89;
    -webkit-border-radius: 1px 2px 2px 1px;
    -moz-border-radius: 1px 2px 2px 1px;
    border-radius: 1px 2px 2px 1px;
}

.menuHead .navbar-collapse {
    left: auto;
    right: 0;
    width: 290px;
}

.mainmenublock--js {
    position: fixed;
    right: -100%;
    top: 0;
    background: #525252;
    width: 80%;
    bottom: 0;
    z-index: 3000;
    padding-top: 50px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mainmenublock--js a {
    color: #fff;
}

.mainmenublock--js a:hover {
    background: #6c6c6c;
}

.mainmenublock--js.active {
    right: 0;
}

.mainmenublock--js .close--js {
    position: absolute;
    right: 10px;
    top: 10px;
}

.mainmenublock--js .close--js:hover {
    background: transparent;
}

.slide-overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
}

.slide-overlay.active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

main {
    padding-top: 20px;
    background: url("../images/aside-back-1.jpg") repeat-y top left, url("../images/aside-back-2.jpg") repeat-y top right, #e7e8ea;
}

.page-500 main {
    padding-top: 0;
}

.site-text__Inner {
    background-color: #f5f5f5;
    padding: 10px;
}

/*.site-text__Inner p {font-size: 16px;}*/
@media (min-width: 768px) {
    .site-text__Inner {
        padding: 0 20px;
        min-height: 678px;
    }
}

.site-text .defaultBack {
    background-color: #fff;
    padding: 20px;
}

.site-text ul.text-list {
    list-style-type: none;
    padding: 0;
}

.site-text ul.text-list li:before {
    content: ' • ';
    font-size: 20px;
    color: #d63c89;
    position: relative;
    top: 4px;
}

.mainSLider {
    color: #fff;
}

.mainSLider h1 {
    margin: 0;
    font-size: 52px;
    font-family: "Usual New Italic", sans-serif;
    color: #fff;
}

.mainSLider h1 small {
    font-size: 22px;
    display: block;
}

.mainSLider .itemInner {
    margin-left: 20%;
    padding-top: 50px;
    width: 330px;
}

.mainSLider .item {
    height: 345px;
}

.mainCategory {
    background: #d63c89;
    text-align: center;
    padding: 46px 71px 8px;
}

.mainCategory__item {
    margin-bottom: 14px;
    display: inline-block;
    color: #fff;
    text-shadow: 0 2px 2px #af0a5d;
    text-transform: uppercase;
}

.mainCategory__item p {
    height: 38px;
    overflow: hidden;
}

.mainCategory__item-img {
    margin: 0 auto 15px;
    width: 130px;
    height: 130px;
    background-color: white;
    -webkit-box-shadow: 0 2px 2px #af0a5d;
    -moz-box-shadow: 0 2px 2px #af0a5d;
    box-shadow: 0 2px 2px #af0a5d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.mainCategory__item-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	border-radius: 50%;
}

.mainCatalog {
    background: #f5f5f5;
    padding: 10px 20px;
    text-align: center;
}

.mainCatalog h2 {
    margin-top: 0;
}

.mainCatalog .btn {
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .mainCatalog .text--sm, .mainCatalog p .busketHead b, p .busketHead .mainCatalog b {
        font-size: 9px;
    }
}

@media (min-width: 768px) {
    .mainCatalog {
        padding: 10px 111px;
    }
}

.mainCatalog.catalog {
    padding: 10px 0;
}

@media (min-width: 480px) {
    .mainCatalog.catalog {
        text-align: left;
    }
}

.mainCatalog-inner {
    margin-bottom: 25px;
    text-align: center;
}

@media (min-width: 480px) {
    .mainCatalog-inner {
        text-align: left;
    }
}

.mainCatalog-header:before,
.mainCatalog-header:after, .mainCatalog-body:before,
.mainCatalog-body:after {
    content: " ";
    display: table;
}

.mainCatalog-header:after, .mainCatalog-body:after {
    clear: both;
}

.mainCatalog-header .pull-right {
    display: none;
}

@media (min-width: 480px) {
    .mainCatalog-header .pull-right {
        display: block;
    }
}

.mainCatalog__item {
    width: 100%;
    margin: auto;
    max-width: 264px;
    background-color: white;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 27px 10px 19px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-top: 1px solid #ccc;
}

@media (min-width: 480px) {
    .mainCatalog__item {
        width: 50%;
        /*height: 366px; */
    }
}

@media (min-width: 992px) {
    .mainCatalog__item {
        width: 33%;
    }
}

@media (min-width: 1310px) {
    .mainCatalog__item {
        width: 25%;
    }
}

.catalog .mainCatalog__item {
    text-align: center;
    max-width: 310px;
    margin-left: -3px;
}

.mainCatalog__item-name p b {
    display: block;
    height: 56px;
    overflow: hidden;
}
.mainCatalog__item-nametitle {
    display: block;
    height: 56px;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 9px;
}

.mainCatalog__item-prop {
    font-weight: bold;
}

.mainCatalog__item-nametext {
    height: 56px;
    display: block;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 9px;
}

.mainCatalog__item-unique {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: url("../images/icons/ico--success.png") center center no-repeat;
}

.mainCatalog__item-unique .unique {
    width: 22px;
    height: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-style: solid;
    border-width: 75px 75px 0 0;
}

.mainCatalog__item-unique .unique--ico {
    width: 22px;
    height: 18px;
    position: absolute;
    top: 13px;
    left: 17%;
}

.mainCatalog__item-unique .unique--text {
    position: absolute;
    top: 13px;
    left: 6px;
}

.mainCatalog__item-unique .unique--sucess {
    border-color: #1ca51c transparent transparent transparent;
}

.mainCatalog__item-unique .unique--sucess .unique--ico {
     /*background: url("../images/icons/ico--success.png") center center no-repeat;*/
    background: url("../images/icons/new.svg") center center no-repeat;
	width: 75px;
    height: 75px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mainCatalog__item-unique .unique--primary {
    border-color: #d63c89 transparent transparent transparent;
}

.mainCatalog__item-unique .unique--primary .unique--ico {
    background: url("../images/icons/hit.svg") top left no-repeat;
    background-size: 70px auto;
    width: 40px;
    height: 24px;
    top: 5px;
    left: 1%;
    /*background: url("../images/icons/ico--primary.png") center center no-repeat; */
}

.mainCatalog__item-unique .unique--info {
    border-color: #2ab1e0 transparent transparent transparent;
}

.mainCatalog__item-unique .unique--info .unique--ico {
    width: 22px;
    height: 18px;
}

.mainCatalog__item-price {
    width: 57px;
    height: 57px;
    opacity: 0.88;
    background-color: rgba(92, 165, 28, 0.88);
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 14px;
    padding-top: 15px;
}

.mainCatalog__item-price p {
    margin-bottom: 0;
}

.mainCatalog__item-price span {
    font-size: 8px;
}

@media (min-width: 480px) {
    .mainCatalog__item-price {
        padding-top: 36px;
        width: 92px;
        height: 92px;
        font-size: 16px;
    }

    .mainCatalog__item-price span {
        font-size: 13px;
    }
}

.mainCatalog__item-price_Sale {
    color: #fff600;
    padding-top: 11px;
}

@media (min-width: 480px) {
    .mainCatalog__item-price_Sale {
        padding-top: 21px;
    }
}

.mainCatalog__item-price_Sale p.old {
    text-decoration: line-through;
    color: #fff;
    font-size: 12px;
}

@media (min-width: 480px) {
    .mainCatalog__item-price_Sale p.old {
        font-size: 15px;
    }
}

.mainCatalog__item-price_Sale p.old span {
    font-size: 11px;
}

.mainCatalog__item-img {
    position: relative;
    width: 48%;
    margin: auto;
    overflow: hidden;
    float: left;
}

@media (min-width: 480px) {
    .mainCatalog__item-img {
        width: 190px;
        height: 190px;
        float: none;
    }
}

.catalog .mainCatalog__item-img {
    height: 155px;
}

.catalog .mainCatalog__item-img img {
    max-height: 150px;
}

@media (min-width: 480px) {
    .mainCatalog__item-img--opacity {
        background: url("../images/opacity.png") bottom center no-repeat;
        position: absolute;
        bottom: 0;
        height: 55px;
        width: 100%;
        z-index: 2;
    }
}

.catalog .mainCatalog__item {
    vertical-align: top;
    padding: 20px;
}

@media (min-width: 480px) {
    .catalog .mainCatalog__item {
        min-height: 273px;
    }
}

.catalog .mainCatalog__item a:not(.btn) {
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.catalog .mainCatalog__item a:not(.btn):hover {
    text-decoration: none;
}

.hideSubs {
    display: none;
    position: absolute;
    background: #FFF;
    padding: 0 20px;
    left: 0;
    right: 0;
    top: 100%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.mainContacts {
    text-align: center;
    padding: 20px 0;
}

.mainContacts__item {
    width: 100%;
    margin: auto;
    max-width: 310px;
    background-color: white;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
}

@media (min-width: 768px) {
    .mainContacts__item {
        padding: 22px 22px 9px;
        min-height: 420px;
        width: 50%;
    }
}

@media (min-width: 1310px) {
    .mainContacts__item {
        width: 25%;
    }
}

@media (min-width: 480px) {
    .mainContacts__item span {
        display: block;
    }
}

.mainContacts__item-name {
    padding: 8px;
}

.mainContacts__item-name ul {
    vertical-align: middle;
    margin-top: 27px;
}

.mainContacts__item-name ul img {
    vertical-align: middle;
    margin-right: 5px;
}

.mainContacts__item-name ul li:not(:last-child) {
    margin-bottom: 13px;
}

.mainContacts__item-name ul li i {
    margin-right: 10px;
    font-size: 18px;
    color: #D63C89;
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .mainContacts__item-name ul p {
        font-size: 15px;
        margin-bottom: 0;
    }
}

.mainContacts__item-name p {
    display: inline-block;
    vertical-align: top;
}

.searchBar {
    padding: 0 5px;
    background: #e1e1e1;
}

.searchBar ul {
    margin-bottom: 0;
}

.tableSearch {
    background-color: #fff;
    border: none;
}

.tableSearch tr {
    border-bottom: 8px solid #f5f5f5;
}

.tableSearch tr > td {
    border: none;
    vertical-align: middle;
    padding: 5px 8px;
}

@media (max-width: 767px) {
    .tableSearch-img {
        display: inline-block;
        width: 30%;
    }

    .tableSearch-name {
        display: inline-block;
        width: 66%;
    }

    .tableSearch-price {
        display: inline-block;
        width: 30%;
        font-size: 20px;
        margin-left: 30%;
    }

    .tableSearch-link {
        display: inline-block;
        width: 30%;
    }
}

.map {
    /*display: none;*/
}

@media (min-width: 768px) {
    .map {
        margin: 0 -20px;
        display: block;
    }
}

.page500 {
    padding-top: 20%;
    height: 100vh;
}

.review {
    border-top: 1px solid #e7e8ea;
    padding: 18px 10px;
    margin-bottom: 47px;
}

.review__item {
    max-height: 64px;
    overflow: hidden;
    margin-bottom: 15px;
    -moz-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    -webkit-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
}

.review__item:before,
.review__item:after {
    content: " ";
    display: table;
}

.review__item:after {
    clear: both;
}

@media (min-width: 768px) {
    .review__item {
        max-height: none;
        margin-bottom: 0;
    }
}

.review__item-img {
    float: left;
    margin-right: 8px;
    display: none;
}

@media (min-width: 768px) {
    .review__item-img {
        display: block;
    }
}

.review__item-desc span {
    color: #b2b2b2;
}

.review__item-desc a {
    color: #4d739c;
}

.review__item-desc img {
    vertical-align: middle;
    margin-right: 5px;
}

.review__item:last-child {
    margin-bottom: 15px;
}

.review__item.active {
    max-height: 500px;
	padding-bottom: 0;
}

.review .reviewBlock {
    padding: 10px 20px;
    background-color: white;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.reviewBlock label {
    white-space: nowrap;
}

label.wrap {
    white-space: wrap;
}
p.warning {
    color: #d63c89;
}

.tabs .active .btn--primary {
    background: #d63c89;
    color: #fff;
}

.tabs li {
    padding: 0;
}

hr.title {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.filter {
    background: #4a4a4a;
    color: #fff;
    display: none;
}

@media (min-width: 992px) {
    .filter {
        display: block;
    }
}

.filter__item {
    padding: 10px 20px;
    border-bottom: 1px solid #404040;
    border-top: 1px solid #595959;
}

.filter__item-title {
    text-transform: uppercase;
}

.filter__item-title h5 {
    color: #fff;
}
.filter__item-titletext {
    color: #fff;
    display: block;
    font-weight: bold;
    height: 16px;
    line-height: 1.3;
    margin-bottom: 9px;
    margin-top: 18px;
}

.filter .form-control {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.filter .col-xs-6 {
    width: 48.5%;
}

.filter .btn--default {
    color: #b2b2b2;
    background: #4a4a4a;
    border-color: #b2b2b2;
}

.filter .btn--default:hover,
.filter .btn--default:focus {
    background: #fff;
    color: #4a4a4a;
}

.sort {
    display: none;
}

.sort li {
    margin-bottom: 10px;
}

.sort .sod_select {
    width: 208px;
    z-index: 10;
}

@media (min-width: 992px) {
    .sort {
        display: block;
    }
}

.sort__title,
.filter__title {
    margin-top: 10px;
    width: 240px;
}

.collapse__elem-body {
    display: none;
}

.collapse__elem .text--default {
    color: #cecece;
}

.sitemap {
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.sitemap a {
    color: #4a4a4a;
}

.sitemap-level1 {
    font-size: 17px;
    font-weight: 700;
}

.sitemap-level1 li {
    margin-bottom: 25px;
}

.sitemap-level2 {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    list-style-type: none;
    padding-left: 20px;
}

.sitemap-level2 li {
    margin-bottom: 6px;
}

.sitemap-level2 li:before {
    content: ' • ';
    color: #d63c89;
    font-size: 22px;
}

.sitemap-level2 a {
    text-decoration: underline;
}

.sitemap-level2 a:hover {
    text-decoration: none;
}

.product_quantity_js {
    width: 70px;
    margin: auto;
}

.busketImg {
    text-align: center !important;
    width: 12%;
}

.busketNameM {
    width: 20%;
}

.busketPriceM {
    width: 5%;
}

.busketPriceM > p {
    min-width: 86px;
}

.busketCountM {
    width: 5%;
}

.busketSummM {
    width: 5%;
}

.busketName {
    font-size: 18px;
}

.busketPrice {
    font-size: 20px;
    font-weight: 700;
}

.busketPrice.busketFootM {
    vertical-align: middle;
}

.busketPrice span {
    font-size: 16px;
    font-weight: 400;
}

.busketPriceText {
    text-align: left !important;
}

.busketPriceText span {
    font-size: 9px;
    color: #bababa;
}

.busketPriceText p {
    line-height: 1;
    margin-top: 11px;
    margin-left: 15px;
}

.busketPriceMain {
    text-align: left !important;
    min-width: 160px;
    font-size: 29px;
}

.busketPriceMain span {
    font-size: 20px;
    font-weight: 400;
}

.busketType {
    color: #7c7c7c;
}

.busketType span {
    color: #4a4a4a;
}

.busket .text--right {
    text-align: right !important;
}

.busket .list--inline {
    margin-bottom: 0;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .busket .list--inline {
        padding-left: 70px;
    }
}

.busket .tablePromo {
    background: #d63c89;
    color: #fff;
	/* display: none; */
}

.busket .tablePromo tr > td {
    padding: 17px 20px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .busket .tablePromo tr {
        display: block;
    }

    .busket .tablePromo tr td {
        display: inline-block;
        text-align: center !important;
        padding: 5px 15px;
        width: 100%;
    }

    .busket .tablePromo tr .tablePromoM {
        width: 49%;
    }
}

.busket .btn--minw {
    min-width: 220px;
}

@media (max-width: 768px) {
    .busket thead {
        display: none;
    }

    .busket tr {
        border-bottom: 1px solid #e1e1e1;
        padding: 10px 0;
        display: block;
    }

    .busket tr td {
        display: inline-block;
        vertical-align: middle;
        border: 0;
    }

    .busket tr .busketImg {
        width: 100%;
    }

    .busket tr .busketFootM {
        width: 100%;
        text-align: center !important;
        padding: 0 20px 10px !important;
    }

    .busket tr .busketNameM {
        width: 45%;
        padding: 0 20px !important;
    }

    .busket tr .busketPriceM {
        width: 30%;
        vertical-align: middle;
        text-align: right !important;
        padding: 0 20px !important;
    }

    .busket tr .busketCountM {
        width: 16%;
        padding: 0 20px !important;
    }

    .busket tr .busketSummM {
        display: none !important;
    }

    .busket li {
        display: block;
        margin: 0;
    }

    .busket .btn--info {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 467px) {
    .busket tr .busketNameM {
        width: 100%;
        padding: 0 20px !important;
    }

    .busket tr .busketPriceM {
        width: 40%;
        vertical-align: middle;
        text-align: right !important;
        padding: 0 20px !important;
    }

    .busket tr .busketCountM {
        width: 16%;
        padding: 0 20px !important;
    }
}

.orderFin {
    background-color: white;
    margin: auto;
    padding: 20px;
}

@media (min-width: 992px) {
    .orderFin {
        width: 720px;
        padding: 30px 100px;
    }
}

.orderFin--item {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0 10px;
    line-height: 22px;
}

.orderFin_title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 22px;
}

.orderFin_title span {
    font-weight: 400;
}

.orderFin_price {
    color: #d63c89;
    font-size: 16px;
    font-weight: 700;
    padding: 40px 0;
}

.orderFin_price span {
    font-size: 23px;
}

.orderFin--text {
    padding-bottom: 50px;
}

.list--par span + span {
    float: right;
}

.list--unstyled.list--par.list--par_s li {
   display: -ms-flexbox;
    display: flex;
}
.list--unstyled.list--par.list--par_s li span:first-child {
    margin-right:5px;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .list--par_l {
        width: 360px;
    }

/*    .list--par_s {
        width: 340px;
    }*/ 
}

.orderBottom {
    padding: 0 11px;
}

@media (min-width: 768px) {
    .orderBottom {
        padding: 0 32px;
    }
}

@media (min-width: 1310px) {
    .orderBottom {
        padding: 0 132px;
    }
}

.orderList {
    background-color: white;
    padding: 10px 11px;
}

@media (min-width: 768px) {
    .orderList {
        padding: 20px 32px;
    }
}

@media (min-width: 1310px) {
    .orderList {
        padding: 20px 132px;
    }
}

.orderList--item:not(:first-child) {
    border-top: 1px solid #e1e1e1;
}

.orderList_title {
    padding: 15px 0;
    color: #3b3b3b;
    font-size: 17px;
    font-weight: 700;
}

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

.orderList-price {
    font-size: 16px;
    font-weight: 700;
}

.orderList-price span {
    font-size: 23px;
}

.total .form-group {
    display: none;
}

.popover_link {
    color: white;
    background: #808080;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    width: 15px;
    height: 15px;
    text-align: center;
    cursor: pointer;
    margin-left: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radio-block_innerL {
    margin-left: -1%;
}

.radio-block {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    border: 2px solid transparent;
    min-width: 186px;
}

@media (min-width: 768px) {
    .radio-block {
        width: 30%;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .radio-block {
        width: 23%;
        margin: 0 1% 7px;
    }
}

@media (min-width: 1310px) {
    .radio-block {
        width: 18.5%;
    }
}

.radio-block.active {
    border-color: #d63c89;
}

.radio-block .radio {
    text-align: left;
    background-color: white;
    border: 1px solid #e1e1e1;
    line-height: 1.2;
    padding: 2px 3px;
    margin: 0;
    font-size: 11px;
}

.radio-block .radio label {
    margin-bottom: 0;
    width: 100%;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .radio-block .radio {
        text-align: center;
    }

    .radio-block .radio label {
        min-height: 85px;
    }

    .radio-block .radio label::after {
        top: auto;
        left: 0;
        right: 0;
        bottom: 15px;
        margin: auto;
    }
}

.social {
    color: #b2b2b2;
    font-size: 11px;
}

.social li + li {
    margin-left: 7px;
}

.card {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card h1 {
    padding-top: 0;
}

.card .name {
    padding-top: 6px;
}

.card .radio-block {
    min-width: initial;
    width: 100%;
}

.card .radio-block + .radio-block {
    margin-left: 0;
}

@media (max-width: 991px) {
    .orderList .radio-block .radio label,
    .card .radio-block .radio label {
        min-height: initial;
        padding-left: 35px;
    }

    .orderList .radio-block .radio label::after,
    .card .radio-block .radio label::after {
        right: auto;
        left: 5px;
        top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .orderList .radio-block .radio label::after,
    .card .radio-block .radio label::after {
        top: 14px;
    }
}

@media (min-width: 992px) {
    .card .radio-block {
        width: 32%;
    }

    .card .packageType-img {
        /*width: 104px;*/
        height: 104px;
    }
}

@media (min-width: 1310px) {
    .card .packageType-img {
        width: 104px;
    }

    .card .radio-block {
        min-width: 186px;
    }
}

.card-slider {
    background: #fff;
    padding: 33px 20px;
}

.card-slider .owl-controls {
    display: none;
}

.card-slider .owl-stage {
    margin: auto;
}

.cardComposition {
    background-color: #eee;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 25px 20px;
}

.cardComposition__item {
    margin-bottom: 5px;
}

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

.cardComposition_name-js {
    display: block;
    margin-bottom: 20px;
}

.cardComposition_name-js img {
    float: right;
}

@media (max-width: 767px) {
     .list--unstyled.list--par.list--par_s li {
       flex-wrap: wrap;
    }
    .cardComposition_desc {
        display: none;
    }

    .active .cardComposition_desc {
        display: block;
    }
}

.cardDesc-price {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0 10px;
}

.cardDesc-price .count {
    float: left;
    margin-top: 3px;
}

.cardDesc-order {
    padding: 20px 0;
}

.cardDesc-order img, .cardDesc-order b {
    vertical-align: middle;
}

.cardDesc-order i.fa-arrow-circle-o-right {
    color: #D7418C;
    font-size: 23px;
    vertical-align: middle;
    margin-right: 10px;
}

.cardDesc-package {
    border: 1px solid #e1e1e1;
    padding: 10px 10px 0;
}

.cardDesc-package h2 {
    padding-top: 0;
}

.cardDesc-package__item {
    padding: 9px 0;
}

.cardDesc-package__item .col {
    padding: 0;
}

.cardDesc-package__item:before,
.cardDesc-package__item:after {
    content: " ";
    display: table;
}

.cardDesc-package__item:after {
    clear: both;
}

.cardDesc-package__item + .cardDesc-package__item {
    border-top: 1px solid #e1e1e1;
}

.card .price b {
    font-size: 22px;
}

.card .price span {
    font-size: 20px;
}

@media (min-width: 768px) {
    .card .price b {
        font-size: 29px;
    }
}

.card .packageType {
    margin-top: 10px;
}

.card .packageType li {
    width: 29%;
    font-size: 11px;
    padding: 0;
}

@media (max-width: 767px) {
    .card .packageType li {
        width: 100%;
    }
}

.card .packageType .radio {
    margin-bottom: 0;
}

.card .packageType-img {
    padding: 2px;
    text-align: center;
    border: 1px solid transparent;
    display: inline-block;
}

.card .packageType-img img {
    display: block;
    margin: auto;
}

.card .packageType .active .packageType-img {
    border-color: #d63c89;
}

@media (max-width: 767px) {
    .card .packageType {
        vertical-align: top;
    }

    .card .packageType-img {
        vertical-align: top;
        width: 60px;
        height: auto;
        display: inline-block;
    }

    .card .packageType .radio {
        vertical-align: top;
        display: inline-block;
        margin-top: 5px;
    }
}

.card .colorType li {
    border: 1px solid transparent;
    padding: 4px;
    cursor: pointer;
}

/*    .card .colorType li:first-child {
      display: block; }*/
@media (min-width: 1310px) {
    .card .colorType li:first-child {
        display: inline-block;
    }
}

.card .colorType li.active {
    border-color: #d63c89;
}

.card .colorType li img {
    display: block;
    border: 1px solid #e1e1e1;
}

.card h3 {
    padding-top: 8px;
}

.cardDop-list__item {
    background-color: white;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 9px;
}

.cardDop-list__item-img, .cardDop-list__item-desc {
    vertical-align: top;
    /*width: 48%;*/
    display: inline-block;
}

@media (min-width: 768px) {
    .cardDop-list__item-img {
        text-align: center;
        height: 182px;
        display: block;
        margin: auto;
    }

    .cardDop-list__item-img img {
        vertical-align: middle;
    }

    .cardDop-list__item-desc {
        display: block;
        width: 100%;
    }

    /*      .cardDop-list__item-name {
        max-width: 130px; } }*/
}

.cardDop-list__item-name {
    height: 53px;
    overflow: hidden;
}

.cardDop-list__item ul {
    font-size: 11px;
    line-height: 1.8;
}

.cardDop-list__item ul li {
    padding: 0;
}

.cardDop-list__item .checkbox, .cardDop-list__item label {
    margin: 0;
}

.card .name span {
    color: #bababa;
    display: block;
    font-size: 11px;
}

.card .owl-thumb-item {
    border: 2px solid transparent;
    padding: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    max-width: 101px;
    position: relative;
}

.card .center .owl-thumb-item {
    border-color: #5ca51c;
}

.card .center .owl-thumb-item:before {
    content: '';
    background: url("../images/triangle.png") center no-repeat;
    width: 9px;
    height: 5px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.card .owl-carousel .owl-stage-outer {
    padding: 5px 0;
}

.owl-thumb-item {
    display: inline-block;
    cursor: pointer;
}

.site-footer {
    color: white;
    background-color: #4a4a4a;
}

.trinet {
    color: #FFF;
    text-align: left;
}

.trinet a {
    color: #FFF;
    font-size: 9px;
    line-height: 10px;
    float: right;
    margin-left: 9px;
}

.site-footer .copyright {
    background: #525252;
    padding: 20px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 480px) {
    .site-footer .copyright {
        width: 277px;
    }
}

.site-footer .copyright span {
    font-size: 10px;
    display: block;
}

.site-footer .menu {
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
    width: 100%;
    background: #525252;
}

@media (min-width: 480px) {
    .site-footer .menu {
        width: auto;
        background-color: #4a4a4a;
        padding: 20px 39px;
    }
}

.site-footer .menu a {
    color: #fff;
}

.margright0 {
    margin-right: 0px;
}

.margbot0 {
    margin-bottom: 0px;
}

.margtop0 {
    margin-top: 0px;
}

.margright10 {
    margin-right: 10px;
}

.margbot10 {
    margin-bottom: 10px;
}

.margtop10 {
    margin-top: 10px;
}

.margright20 {
    margin-right: 20px;
}

.margleft20 {
    margin-left: 20px;
}

.margbot20 {
    margin-bottom: 20px;
}

.margtop20 {
    margin-top: 20px;
}

.margright30 {
    margin-right: 30px;
}

.margbot30 {
    margin-bottom: 30px;
}

.margtop30 {
    margin-top: 30px;
}

.margright40 {
    margin-right: 40px;
}

.margbot40 {
    margin-bottom: 40px;
}

.margtop40 {
    margin-top: 40px;
}

.margright50 {
    margin-right: 50px;
}

.margbot50 {
    margin-bottom: 50px;
}

.margtop50 {
    margin-top: 50px;
}

.margright60 {
    margin-right: 60px;
}

.margbot60 {
    margin-bottom: 60px;
}

.margtop60 {
    margin-top: 60px;
}

.margright70 {
    margin-right: 70px;
}

.margbot70 {
    margin-bottom: 70px;
}

.margtop70 {
    margin-top: 70px;
}

.margright80 {
    margin-right: 80px;
}

.margbot80 {
    margin-bottom: 80px;
}

.margtop80 {
    margin-top: 80px;
}

.margright90 {
    margin-right: 90px;
}

.margbot90 {
    margin-bottom: 90px;
}

.margtop90 {
    margin-top: 90px;
}

.margright100 {
    margin-right: 100px;
}

.margbot100 {
    margin-bottom: 100px;
}

.margtop100 {
    margin-top: 100px;
}

.pad0 {
    padding: 0;
}

.padtopbot0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padtop0 {
    padding-top: 0px;
}

.padbot0 {
    padding-bottom: 0px;
}

.padtopbot10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padtop10 {
    padding-top: 10px;
}

.padbot10 {
    padding-bottom: 10px;
}

.padtop15 {
  	padding-top: 15px; 
}

.padbot15 {
  	padding-bottom: 15px; 
}

.padtopbot20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padtop20 {
    padding-top: 20px;
}

.padbot20 {
    padding-bottom: 20px;
}

.padtop25 {
  	padding-top: 25px; 
}

.padtopbot30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padtop30 {
    padding-top: 30px;
}

.padbot30 {
    padding-bottom: 30px;
}

.padtopbot40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padtop40 {
    padding-top: 40px;
}

.padbot40 {
    padding-bottom: 40px;
}

.padtopbot50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padtop50 {
    padding-top: 50px;
}

.padbot50 {
    padding-bottom: 50px;
}

.padtopbot60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padtop60 {
    padding-top: 60px;
}

.padbot60 {
    padding-bottom: 60px;
}

.padtopbot70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padtop70 {
    padding-top: 70px;
}

.padbot70 {
    padding-bottom: 70px;
}

.padtopbot80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padtop80 {
    padding-top: 80px;
}

.padbot80 {
    padding-bottom: 80px;
}

.padtopbot90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padtop90 {
    padding-top: 90px;
}

.padbot90 {
    padding-bottom: 90px;
}

.padtopbot100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padtop100 {
    padding-top: 100px;
}

.padbot100 {
    padding-bottom: 100px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 316px;
    padding: 1px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    font-style: italic;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #feeacd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover2 {
    margin-top: -35px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    border-radius: 1px 1px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #feeacd;
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #feeacd;
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #feeacd;
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #feeacd;
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

/* --- custom_icons --- */
/*
.mainCatalog__item-unique .unique--primary .unique--ico {
  background: none;
  font: normal normal normal 14px/1 FontAwesome;
}
.mainCatalog__item-unique .unique--primary .unique--ico:before {
  content: "\f06c";
  font-size: 20px;
}
*/
/* --- /custom_icons --- */

/* --- rouble_fix --- */

.rb,
.busketPriceMain span,
.card .price span,
.cardDop-list__item-price p b {
    font-family: 'PT Sans', serif;
}

/* --- rouble_fix --- */

.help-block.form-error {
    color: red;
    font-style: italic;
}
.search-result-searchphrase {
    font-weight: 700;
}
.tableSearch-name__entry {
    font-weight: 700;
}

/* --- /rouble_fix --- */

.orderfin_btn_list { text-align: center; width: 100%; }
.orderfin_btn_list > div { display: inline-block; }
.orderfin_btn_list > .payForm { margin-right: 6px; }

.navbar .navbar-nav.list--inline{
	padding-top: 15px;
}

.social .social--btn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  
  display: inline-block;
}
.social_top{
  margin-left: 40px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 5px;
}
.social_top .social--btn{
  width: 20px;
  height: 20px;
}
.social_footer{
  margin-bottom: 40px;
}
.social_footer .social--btn{
  margin-left: 20px;
}
@media(max-width: 400px){
.list--unstyled.list--par.list--par_s li {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 5px;
}
}
.help-block.form-error, font.errortext {
    color: red;
    font-style: italic;
    font-weight: bold;
}