@charset "UTF-8";
.irs,
.irs-line {
    position: relative;
    display: block;
}
.irs,
.irs-bar,
.irs-bar-edge,
.irs-line {
    display: block;
}
.irs,
.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
.fancybox-nav,
a {
    text-decoration: none;
}
.container,
body {
    min-width: 1024px;
}
.btn-full,
.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.header-contact,
.irs-grid-text {
    text-align: center;
}
.irs {
    -ms-user-select: none;
    user-select: none;
}
.irs-line {
    overflow: hidden;
    outline: 0 !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}
.irs-line-left {
    left: 0;
    width: 11%;
}
.irs-line-mid {
    left: 9%;
    width: 82%;
}
.irs-line-right {
    right: 0;
    width: 11%;
}
.irs-bar,
.irs-shadow {
    position: absolute;
    width: 0;
    left: 0;
}
.irs-bar-edge {
    position: absolute;
    top: 0;
    left: 0;
}
.irs-shadow {
    display: none;
}
.irs-max,
.irs-min {
    display: block;
    position: absolute;
    cursor: default;
}
.irs-slider.type_last {
    z-index: 2;
}
.irs-min {
    left: 0;
}
.irs-max {
    right: 0;
}
.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}
.irs-grid {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.fa,
.fa-stack {
    display: inline-block;
}
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: 0.3em;
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-display: swap;
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right,
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.fancybox-inner,
.slick-list {
    overflow: hidden;
}
.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.catalog-row-nav,
.slick-dots li {
    float: left;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative;
}
.fancybox-skin {
    padding: 0 !important;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../img/sprite.png);
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
    top: 15px;
    right: 15px;
    width: 18px;
    height: 17px;
    background-position: -98px -22px;
}
.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    background: 0 0;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -18px;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: -30px -73px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -73px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock,
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock {
    width: auto;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.6);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
h3,
h5 {
    color: #222;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url(fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.icon {
    display: inline-block;
    background: url(../img/sprite.png) no-repeat;
}
.icon-cart {
    width: 36px;
    height: 29px;
    background-position: -14px 0;
}
.icon-arrow {
    width: 12px;
    height: 12px;
    background-position: -50px 0;
}
.icon-arrow-gray {
    width: 12px;
    height: 12px;
    background-position: -50px -12px;
}
.icon-cart-small {
    width: 26px;
    height: 21px;
    background-position: -88px 0;
}
.icon-close {
    width: 13px;
    height: 13px;
    background-position: -114px 0;
}
.icon-del {
    width: 10px;
    height: 10px;
    background-position: -127px 0;
}
.icon-arrow-down,
.icon-arrow-up {
    width: 12px;
    height: 6px;
    background-position: 0 -15px;
}
.icon-arrow-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.icon-map-marker {
    width: 17px;
    height: 20px;
    background-position: -18px -29px;
}
.icon-phone {
    width: 9px;
    height: 16px;
    background-position: -35px -29px;
}
.icon-email {
    width: 15px;
    height: 11px;
    background-position: -44px -29px;
}
.icon-comment {
    width: 15px;
    height: 15px;
    background-position: -59px -24px;
}
.icon-hand-up {
    width: 24px;
    height: 24px;
    background-position: 0 -49px;
}
.icon-hand-down {
    width: 24px;
    height: 24px;
    background-position: -48px -40px;
}
.icon-check {
    width: 24px;
    height: 19px;
    background-position: -74px -21px;
}
body {
    line-height: 1;
    font: 14px Arial, Helvetica, sans-serif;
    background: #fff;
}
.form-control,
input {
    font-family: inherit;
}
* {
    outline: 0 !important;
    box-sizing: border-box;
}
.clear-block:after,
.slick-dots:after {
    content: "";
    display: block;
    clear: both;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.flex-row,
.header-nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
}
input {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #3949ab;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
a:hover {
    text-decoration: underline;
    color: #263172;
}
.flex-row {
    display: flex;
}
.flex-space-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.flex-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.container {
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-cart,
.product-in-cart {
    padding-left: 8px;
    padding-right: 8px;
}
.scale-block {
    display: block;
    overflow: hidden;
}
.scale-block img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.scale-block:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.h1-block {
    margin-bottom: 30px;
}
.h1-block h1 {
    margin-bottom: 10px;
}
.h1-block p {
    font-size: 1.285em;
    color: #222;
}
.h1,
h1 {
    margin-bottom: 40px;
    font-size: 2.571em !important;
    line-height: 1.1;
}
.h2,
h2 {
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 30px;
}
h3,
h4 {
    margin-bottom: 20px;
}
h3 {
    font-size: 1.714em;
}
h4 {
    font-size: 1.285em;
}
h4 a {
    color: #000;
}
h5 {
    margin-bottom: 12px;
    font-size: 1em;
    font-weight: 700;
}
.btn,
.product-in-cart {
    display: inline-block;
    height: 38px;
    text-decoration: none !important;
}
.btn-cart {
    line-height: 36px;
    border: 1px solid #d0d0d0;
    color: #000;
    -webkit-transition: all 0s;
    transition: all 0s;
}
.btn-cart .icon {
    position: relative;
    top: 5px;
}
.btn-cart:hover {
    background-color: #3949ab;
    border-color: #3949ab;
    color: #fff;
}
.btn-cart:hover .icon {
    background-position: -62px 0;
}
.product-in-cart {
    border: 1px solid #d0d0d0;
    color: #4f453b;
}
.btn-primary {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 38px;
    background-color: #3949ab;
    color: #fff !important;
}
.btn-primary:hover {
    background-color: #263172;
}
.btn-large {
    padding-left: 50px;
    padding-right: 50px;
}
.btn-big {
    height: 48px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 1.5em;
    line-height: 48px;
}
.btn-full {
    width: 100%;
}
.link-border {
    display: inline-block;
    border-bottom: 1px dashed #3949ab;
}
.link-border:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}
.form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 5px;
    border: 1px solid #c5c5c5;
    font-size: 1em;
    color: #747474;
}
.radio-block input:checked + .input-radio-circle,
.radio-block:hover .input-radio-circle {
    border-color: #3949ab;
}
.radio-block input:checked + .input-radio-circle + span,
.radio-block:hover span {
    color: #3949ab;
}
.form-group.flex-row > div {
    width: 47.35%;
    min-width: 47.35%;
}
@media (max-width: 1200px) {
    .form-group.flex-row {
        display: block;
    }
    .form-group.flex-row > div {
        width: 100%;
        min-width: 100%;
    }
}
.form-group + .form-group {
    margin-top: 20px;
}
textarea {
    padding: 12px 15px;
}
label {
    cursor: pointer;
}
.radio-block {
    position: relative;
    padding-left: 25px;
}
.radio-block input {
    display: none;
}
.input-radio-circle,
.star-block li {
    display: inline-block;
}
.radio-block input:checked + .input-radio-circle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3949ab;
}
.input-radio-circle {
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #c7c7c7;
}
.star-block {
    color: #c9cbdb;
}
.star-yellow {
    color: #ffd200;
}
.check-block {
    position: relative;
}
.check-block input {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.check-block input:checked + .input-checkbox {
    border-color: #3949ab;
}
.check-block input:checked + .input-checkbox:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 2px;
    width: 24px;
    height: 19px;
    background: url(../img/sprite.png) -74px -21px no-repeat;
}
.input-checkbox {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #bbb;
    background: #fff;
}
header {
    padding-top: 10px;
    margin-bottom: 3px;
}
.header-quick-search-product-row,
.header-search-nav {
    margin-bottom: 17px;
}
.header-logo {
    width: 16.53%;
    padding-left: 10px;
    padding-right: 20px;
    margin-right: 8px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.header-search {
    width: 47.69%;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-right: 3%;
}
@media (max-width: 1300px) {
    .header-search {
        width: 37%;
    }
}
.header-search-nav li + li {
    margin-left: 19px;
}
.header-search-nav a {
    font-size: 0.857em;
}
.header-search-form {
    position: relative;
    width: 100%;
    height: 41px;
}
.header-search-form input {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    border: 1px solid #c5c5c5;
    font-size: 0.857em;
    color: #747474;
}
.header-search-form-input {
    position: relative;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 3;
    flex-shrink: 3;
}
.search-btn {
    width: 50px;
    min-width: 50px;
    height: 100%;
}
.search-btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c5c5c5;
    border-left: none;
    color: #3949ab;
}
.search-btn a:hover {
    color: #fff;
    background: #3949ab;
    border-color: #3949ab;
}
.search-btn a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.143em;
}
.header-quick-search {
    left: 0;
    z-index: 5;
    width: 100%;
    background: #fff;
}
.header-quick-search-row {
    font-size: 0.857em;
    background: #f5f5f5;
}
.header-quick-search-row,
.header-quick-search-text {
    padding: 8px 15px;
    line-height: 1;
    color: #747474;
}
.header-quick-search-product {
    padding: 20px 15px 15px;
}
.header-quick-search-text span {
    font-weight: 700;
    color: #373533;
}
.header-quick-search-close {
    position: absolute;
    top: 15px;
    right: 12px;
    cursor: pointer;
    display: none;
}
.header-quick-search-product-row a {
    text-decoration: none !important;
}
.header-quick-search-product-row a:hover .header-quick-search-product-info-title {
    text-decoration: underline;
}
.header-quick-search-product-info-price {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #848484;
}
.header-quick-search-product-info-price .fa {
    font-size: 0.85em;
}
.header-quick-search-product-img {
    margin-right: 10px;
}
.header-quick-search-product-all {
    display: inline-block;
    margin-top: 20px;
    font-size: 0.857em;
}
.header-contact-time-work {
    margin-bottom: 5px;
    color: #747474;
    font-size: 12px;
}
.header-contact-phone {
    text-align: right;
}
.header-contact-phone a {
    color: #000 !important;
    font-size: 1.714em;
    line-height: 1.25;
    text-decoration: none;
}
.header-account ul {
    position: relative;
    margin-top: -4px;
    margin-bottom: 25px;
    padding-left: 20px;
}
.header-account ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(../img/sprite.png) no-repeat;
}
.header-account li {
    display: inline-block;
    font-size: 12px;
}
.header-account li + li {
    margin-left: 5px;
}
.header-account li + li:before {
    content: "|";
    margin-right: 5px;
    color: #999;
    font-size: 15px;
}
.header-account li a {
    display: inline-block;
    border-bottom: 1px dashed #3949ab;
    text-decoration: none;
}
.header-account li a:hover {
    border-bottom-color: transparent;
}
.header-account-cart {
    font-size: 12px;
    line-height: 18px;
}
.header-account-cart a {
    color: #737373;
}
.header-account-cart span {
    margin-left: 15px;
}
.header-account-cart .icon {
    position: relative;
    top: 1px;
}
.cart-with-goods {
    padding: 7px;
    background: #eceeef;
    text-decoration: none !important;
}
.cart-with-goods:hover {
    background: #dee2e3;
}
.cart-with-goods-order {
    font-weight: 700;
    color: #666;
}
.cart-with-goods-order .fa {
    position: relative;
    top: -1px;
    font-size: 0.6em;
}
.header-account-cart-icon {
    margin-right: 5px;
    position: relative;
}
.header-account-cart-number {
    position: absolute;
    left: 13px;
    top: -2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #c30e0e;
    font-size: 0.857em;
    line-height: 16px;
    text-align: center;
    color: #fff;
}
.header-account-cart-head {
    font-size: 0.857em;
    color: #737373;
}
.header-account-cart-head span {
    font-weight: 700;
    color: #393939;
    margin-left: 0;
}
.header-nav {
    position: relative;
    margin-top: 10px;
    background: #3949ab;
}
.header-nav > ul > li {
    padding-bottom: 7px;
    padding-top: 7px;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    display: flex;
}
.header-nav > ul > li + li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 29px;
    background: #c5c5c5;
}
.header-nav > ul > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1em;
    color: #fff;
    text-decoration: none !important;
}
@media (max-width: 1200px) {
    .header-nav > ul > li > a {
        font-size: 1.07em;
    }
}
.header-nav .active {
    box-shadow: 4px 7px 6px -1px rgba(0, 0, 0, 0.15), -4px -7px 6px -1px rgba(0, 0, 0, 0.15);
    background: #fff;
}
.header-nav .active > a {
    color: #3949ab;
}
.header-nav .active + li > a:before,
.header-nav .active > a:before {
    background: 0 0 !important;
}
.header-nav-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 20px 20px 2px;
    box-shadow: 4px 7px 6px -1px rgba(0, 0, 0, 0.15), -4px 7px 6px -1px rgba(0, 0, 0, 0.15);
    background: #fff;
}
.header-nav-drop ul {
    margin-bottom: 18px;
}
.header-nav-drop ul a {
    color: #747474;
}
.header-nav-drop ul a:hover {
    color: #4e4e4e;
}
.header-nav-drop li + li {
    margin-top: 8px;
}
.header-nav-drop-block-title {
    margin-bottom: 15px;
}
.header-nav-drop-block-title a {
    display: block;
    padding-bottom: 3px;
    border-bottom: 1px solid #d1d1d1;
    font-weight: 700;
    color: #747474;
}
.header-nav-drop-block-title a:hover {
    color: #4e4e4e;
    text-decoration: none;
    border-bottom-color: transparent;
}
.header-nav-drop-block {
    padding-right: 20px;
}
.header-nav-drop-block > div + div {
    margin-top: 25px;
}
.header-nav-drop-list {
    width: 71.61%;
    min-width: 71.61%;
}
.header-nav-drop-img {
    position: relative;
    width: 27.18%;
    min-width: 27.18%;
    margin: -20px -20px -2px 0;
}
.header-nav-drop-img a {
    overflow: hidden;
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.header-nav-drop-img p {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 0.857em;
    color: #7f7f86;
}
.bg,
.slider-item-bg {
    left: 0;
    height: 100%;
    width: 100%;
}
.header-nav-drop-img img {
    max-width: none;
    height: auto;
}
.bg {
    display: none;
    position: fixed;
    z-index: 4;
    background: rgba(245, 245, 245, 0.8);
}
.slider {
    margin-bottom: 1px;
}
.slider-item {
    position: relative;
}
.slider-item a {
    display: block;
}
.slider-item-bg {
    position: absolute;
    top: 0;
    background: url(../img/slider-bg.png) no-repeat;
    background-size: 100% auto;
}
.slider-item-img img {
    width: 100%;
}
.slider-item-info {
    position: absolute;
    top: 22%;
    left: 66px;
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .slider-item-info {
        top: 15%;
    }
}
.slider-item-title {
    margin-bottom: 31px;
    font-size: 3.428em;
    font-weight: 700;
    line-height: 1;
}
.slider-item-price {
    margin-left: 3px;
    font: 900 1.714em Roboto, Arial, sans-serif;
}
.slider-item-price .fa {
    font-size: 0.8em;
}
.slider-arrow {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 56px;
    height: 56px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.slider-arrow:hover {
    background: #e6e6e6;
}
.slider-arrow .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 17px;
    color: #535353;
}
.slider-arrow-prevArrow {
    right: 16px;
}
.slider-arrow-nextArrow {
    display: none !important;
    right: 16px;
}
.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 37px;
}
.slick-dots li + li {
    margin-left: 18px;
}
.slick-dots button {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    border: 3px solid #fff;
    background: #fff;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}
.slick-dots button:hover {
    background: #e6e6e6;
    border-color: #e6e6e6;
}
.slick-dots .slick-active button {
    border-color: #fff;
    background: 0 0;
}
.banner-row {
    margin-bottom: 15px;
    margin-right: -1px;
}
.banner {
    width: 33.33% !important;
    padding-right: 1px;
}
.banner a {
    position: relative;
}
.banner:first-child {
    padding-left: 0;
}
.banner-info {
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
    color: #fff;
}
.banner-info-title {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.24;
}
.banner-info-text {
    position: relative;
    padding-right: 25px;
    font: 300 0.928em Roboto, Arial, Helvetica, sans-serif;
    color: #b8b8b8;
}
.banner-info-text .icon {
    position: absolute;
    right: 0;
    top: 4px;
}
.all .icon,
.product,
.product-img {
    position: relative;
}
.catalog-row {
    margin-left: -35px;
}
.catalog-row-block {
    position: relative;
    width: 25%;
    min-width: 25%;
    min-height: 260px;
    margin-bottom: 25px;
    padding-left: 35px;
    padding-top: 20px;
    border-right: 1px solid #cecece;
}
@media (max-width: 1260px) {
    .catalog-row-block {
        width: 33.33%;
        min-width: 33.33%;
    }
}
.catalog-row-nav a {
    font-size: 13px;
    line-height: 1;
}
.catalog-row-nav ul {
    margin-bottom: 18px;
}
.catalog-row-nav li + li {
    margin-top: 7px;
}
.all {
    font-size: 1em;
}
.all .icon {
    top: 2px;
    margin-left: 10px;
}
.catalog-row-img {
    float: right;
    margin-top: -30px;
}
.bestsellers {
    margin-bottom: 57px;
}
.product-row {
    margin-left: -18px;
}
@media (max-width: 1300px) {
    .product-row {
        margin-left: -10px;
    }
}
.product-row-slider {
    padding-right: 1px;
}
.product-row-slider .product {
    min-width: 0;
    border-left: none;
    border-right: 1px solid #cecece;
}
.product-row-slider .product:last-child {
    border-right-color: transparent;
}
.product {
    width: 20%;
    min-width: 20%;
    padding-left: 18px;
    padding-right: 18px;
    border-left: 1px solid #cecece;
}
.product-row-three .product:nth-child(3n + 4),
.product:first-child {
    border-left-color: transparent;
}
@media (max-width: 1320px) {
    .product {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1250px) {
    .product {
        width: 25%;
        min-width: 25%;
    }
    .product:last-child {
        display: none;
    }
}
.product-row-four .product:last-child,
.product-row-three .product:last-child,
.product > a {
    display: block;
}
.product-row-four .product {
    width: 25%;
    min-width: 25%;
    margin-bottom: 45px;
}
.product-row-three .product {
    width: 33.33%;
    min-width: 33.33%;
    margin-bottom: 45px;
}
.product-row-three .product-bottom-price-new {
    font-size: 1.2em;
}
@media (max-width: 1250px) {
    .product-row-four .product {
        width: 33.33%;
        min-width: 33.33%;
    }
    .product-row-four .product:nth-child(3n + 4) {
        border-left-color: transparent;
    }
    .product-row-three .product-bottom-block {
        display: block;
    }
    .product-row-three .product-bottom-btn {
        margin-top: 10px;
    }
}
.product-img {
    height: 210px;
}
.product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-manufacturer {
    margin-top: 7px;
    margin-bottom: 18px;
    font-size: 12px;
    color: #7d7d7d;
}
.product-manufacturer img {
    position: relative;
    top: 2px;
    display: inline;
}
.product-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 7px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 0.857em;
}
.product-center > div {
    margin-bottom: 10px;
}
.product-center-availability {
    position: relative;
    padding-left: 18px;
    padding-right: 5px;
}
.product-center-availability-circle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-top: -2px;
    border-radius: 2px;
}
.product-center-availability-circle-green {
    background: #83ad1d;
}
.product-center-reviews ul {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    color: #d1d1d1;
}
.product-center-reviews li {
    float: left;
}
.product-center-reviews li + li {
    margin-left: 1px;
}
.product-center-reviews a {
    vertical-align: middle;
    text-decoration: underline;
}
.product-center-reviews a:hover {
    text-decoration: none;
}
.product-center-reviews-stars-yellow {
    color: #f3d021;
}
.product-bottom-block {
    margin-top: 12px;
}
.product-bottom-price {
    font-weight: 700;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.product-bottom-price-old {
    color: #848484;
}
.product-bottom-price-old span {
    text-decoration: line-through;
}
.product-bottom-price-old .fa {
    font-size: 0.9em;
}
.product-bottom-price-new {
    font-size: 1.714em;
}
.product-bottom-price-new .fa {
    font-size: 0.9em;
    color: #848484;
}
.product-label {
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 2;
    height: 32px;
    padding: 4px 12px;
    border-radius: 30px;
    font: 300 0.857em/1 Roboto, Arial, Helvetica, sans-serif;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-label-actions {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    font-size: 1.714em;
    padding: 4px;
    text-align: center;
}
.product-label-green {
    background-color: #83ad1d;
}
.product-label-red {
    background-color: #bc2f2f;
}
.product-label-yellow {
    background-color: #dbaa13;
}
.product-label-blue {
    background-color: #2ea3c9;
}
.novelty {
    margin-bottom: 50px;
}
.actions {
    margin-bottom: 45px;
}
.brands {
    margin-bottom: 5px;
}
.brands-block {
    width: 20%;
    min-width: 20%;
    margin-bottom: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-right: 1px solid #d1d1d1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1251px) {
    .product-row-four .product:nth-child(4n + 5) {
        border-left-color: transparent;
    }
    .brands-block:nth-child(5n + 5) {
        border-right: none;
    }
}
@media (max-width: 1250px) {
    .brands-block {
        width: 25%;
        min-width: 25%;
    }
    .brands-block:nth-child(4n + 4) {
        border-right: none;
    }
}
.brands-border-block {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.brands-border-block:last-child {
    border-bottom-color: transparent;
}
.alphabetic-navigation li + li {
    margin-left: 12px;
}
.alphabetic-navigation a {
    font-size: 1.285em;
}
.alphabetic-navigation a.active,
.alphabetic-navigation a:hover {
    color: #222;
    text-decoration: underline;
}
.brands-category-nav {
    padding-bottom: 10px;
}
.brands-category-nav ul {
    margin-left: -32px;
}
.brands-category-nav li {
    margin-bottom: 13px;
    margin-left: 32px;
}
.brands-category-nav a {
    display: inline-block;
    border-bottom: 1px dashed #3949ab;
}
.brands-category-nav a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}
.brands-category-nav a.active,
.brands-category-nav a:hover {
    color: #222;
}
.brands-category-nav a.active {
    border-bottom: 1px solid #222;
}
.brands-nav-letter {
    padding-left: 15px;
    width: 9.88%;
    min-width: 9.88%;
    font-size: 2em;
    color: #222;
}
.brands-nav-letter span {
    position: relative;
}
.brands-nav-letter span:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 18px;
    height: 1px;
    margin-left: 15px;
    background: #222;
}
@media (max-width: 1250px) {
    .brands-nav-letter span:after {
        width: 10px;
        margin-left: 10px;
    }
}
.brands-nav-letter-block {
    width: 15.02%;
    min-width: 15.02%;
    padding-left: 15px;
}
.news {
    margin-bottom: 70px;
}
.news-block {
    width: 29.23%;
    min-width: 29.23%;
}
.news-block p {
    margin-bottom: 30px;
}
.news-block-full {
    width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
}
.news-title-block {
    margin-bottom: 30px;
}
.news-title {
    margin-bottom: 12px;
    font-size: 1.142em;
}
.news-block p,
.news-date {
    color: #7d7d7d;
    font-size: 0.857em;
    line-height: 1.5;
}
.recently-viewed-slider {
    margin-bottom: 120px;
}
.recently-viewed-slider-item-block {
    display: block;
    text-decoration: none !important;
    line-height: 1.285;
    padding-left: 5px;
    padding-right: 5px;
}
.recently-viewed-slider-item-img {
    position: relative;
    height: 130px;
    margin-bottom: 10px;
}
.recently-viewed-slider-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.recently-viewed-slider-item-price {
    margin-top: 10px;
    font-weight: 700;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #000;
}
.recently-viewed-slider-item-price .fa {
    font-size: 0.85em;
}
.recently-viewed-slider-arrow {
    position: absolute;
    top: 60px;
    z-index: 2;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #3949ab;
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
}
.recently-viewed-slider-arrow:hover {
    background: #263172;
}
.recently-viewed-slider-arrow-prevArrow {
    left: 0;
}
.recently-viewed-slider-arrow-prevArrow .fa {
    margin-left: -3px;
}
.recently-viewed-slider-arrow-nextArrow {
    right: 0;
}
.recently-viewed-slider-arrow-nextArrow .fa {
    margin-right: -3px;
}
.recently-viewed-page {
    line-height: 3.07em;
}
.recently-viewed-page a {
    position: relative;
    margin-left: 10px;
    display: none;
    line-height: 1;
    text-decoration: none !important;
    border-bottom: 1px dotted #3949ab;
}
.recently-viewed-page a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -8px;
    content: "|";
    margin-top: -1px;
    color: #000;
}
footer,
footer a {
    color: #9da7e5;
}
.recently-viewed-page a:hover {
    border-bottom-color: transparent;
}
footer {
    padding-top: 21px;
    padding-bottom: 25px;
    background: #3949ab;
}
footer a:hover {
    color: #d9ddf5;
}
footer h4 {
    color: #fff;
}
.footer-nav {
    font-size: 0.857em;
}
.footer-nav li + li {
    margin-top: 9px;
}
.footer-contact-phone {
    font-size: 1.714em;
}
.footer-contact-phone a {
    color: #fff !important;
}
.footer-contact-adress {
    margin-top: 12px;
    font-size: 0.857em;
}
.footer-goods {
    padding-right: 15px;
    width: 25.53%;
    min-width: 25.53%;
}
@media (max-width: 1250px) {
    .footer-goods {
        width: 27.375%;
        min-width: 27.375%;
    }
}
.footer-buyers {
    padding-right: 15px;
    width: 22%;
    min-width: 22%;
}
@media (max-width: 1250px) {
    .footer-buyers {
        width: 23.845%;
        min-width: 22.845%;
    }
}
.footer-soc {
    width: 23.69%;
    min-width: 23.69%;
}
@media (max-width: 1250px) {
    .footer-soc {
        width: 20%;
        min-width: 20%;
    }
}
.footer-soc-block,
.footer-soc-block a,
.footer-soc-block li {
    display: inline-block;
}
.footer-soc-block li + li {
    margin-left: 5px;
}
.footer-soc-block a {
    position: relative;
    top: 0;
}
.footer-soc-block a:hover {
    top: -5px;
}
.footer-bottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #6774c5;
    font-size: 0.857em;
}
.footer-copy {
    margin-left: 20px;
    line-height: 1.75;
}
.footer-diz-author a {
    text-decoration: underline;
}
.footer-diz-author a:hover {
    text-decoration: none;
}
.breadcrumbs {
    margin-top: 18px;
    margin-bottom: 28px;
}
.breadcrumbs li {
    font-size: 0.857em;
    color: #747474;
}
.breadcrumbs li + li {
    margin-left: 6px;
}
.breadcrumbs li + li:before {
    content: "/";
    margin-right: 6px;
}
.breadcrumbs li a {
    color: inherit;
    text-decoration: underline;
}
.breadcrumbs li a:hover {
    text-decoration: none;
}
.cart {
    margin-bottom: 35px;
}
.cart-main {
    width: 73.76%;
    min-width: 73.76%;
}
.cart-main-table {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
}
.cart-main-table-td {
    width: 68.47%;
    min-width: 68.47%;
}
@media (max-width: 1200px) {
    .cart-main-table-td {
        width: 65%;
        min-width: 65%;
    }
}
.cart-main-table-td1 {
    width: 76.2%;
    min-width: 76.2%;
}
.cart-main-table-td2 {
    width: 15.4%;
    width: 23.8%;
    min-width: 23.8%;
}
.cart-main-table-td3 {
    width: 14.16%;
    min-width: 14.16%;
}
.cart-main-table-td4 {
    position: relative;
    width: 17.37%;
    min-width: 17.37%;
    padding-left: 15px;
    padding-right: 25px;
}
@media (max-width: 1200px) {
    .cart-main-table-td4 {
        width: 22.37%;
        min-width: 22.37%;
    }
}
.cart-main-table-td4 .cart-main-table-del {
    top: 7px;
    right: 7px;
}
.cart-main-table-td,
.cart-main-table-td1,
.cart-main-table-td2,
.cart-main-table-td3 {
    padding-right: 10px;
}
.cart-main-table-header {
    margin-bottom: 22px;
    border-bottom: 1px solid #d1d1d1;
    font-weight: 700;
    padding-bottom: 9px;
    color: #222;
}
.cart-main-table-header > div {
    padding-left: 15px;
}
.cart-main-table-header .cart-main-table-td2 {
    padding-left: 10px;
    text-align: center;
}
.cart-main-table-tr {
    padding-bottom: 50px;
}
.cart-main-table-td1-img {
    width: 33.28%;
    min-width: 33.28%;
    padding-left: 15px;
    padding-right: 15px;
}
.cart-main-table-td1-img img {
    margin: 0 auto;
}
.cart-main-table-td1-info-block {
    width: 63.64%;
    min-width: 63.64%;
}
.cart-main-table-td1-info {
    width: 62.61%;
    min-width: 62.61%;
}
.cart-main-table-td1-info .product-title {
    width: 80%;
}
.cart-main-table-td1-price {
    width: 37.39%;
    min-width: 37.39%;
    text-align: center;
}
.cart-main-table-td1-info-additionally-list li + li {
    margin-top: 6px;
}
.cart-main-table-td1-info-additionally-list-title {
    position: relative;
    width: 62.61%;
    min-width: 62.61%;
    padding-right: 15px;
    color: #747474;
}
.cart-main-table-del {
    position: absolute;
    top: 3px;
    right: 0;
}
.cart-main-table-del .icon {
    display: block;
}
.cart-main-table-price,
.cart-main-table-total-text {
    font-size: 1.714em;
    font-weight: 700;
    line-height: 1;
}
.cart-main-table-price .fa,
.cart-main-table-total-text .fa {
    color: #848484;
    font-size: 0.9em;
}
.cart-main-table-td1-info-additionally-list-price {
    font-size: 1.142em;
    text-align: center;
}
.cart-main-table-td3-btn {
    position: relative;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #b0b0b0;
}
.cart-main-table-td3-btn:after,
.cart-main-table-td3-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.cart-main-table-td3-btn:before {
    width: 13px;
    height: 1px;
}
.cart-main-table-td3-btn:hover {
    background-color: #3949ab;
    border-color: #3949ab;
}
.cart-main-table-td3-btn:hover:after,
.cart-main-table-td3-btn:hover:before {
    background: #fff;
}
@media (max-width: 1200px) {
    .cart-main-table-td3-btn {
        width: 18px;
        min-width: 18px;
    }
    .cart-main-table-td3-btn:before {
        width: 8px;
    }
}
.cart-main-table-td3-minus {
    margin-right: 5px;
}
.cart-main-table-td3-plus {
    margin-left: 5px;
}
.card-main-info-delivery-adress-block + .card-main-info-delivery-adress-block,
.cart-main-table-footer-btn-row a + a {
    margin-left: 10px;
}
.cart-main-table-td3-plus:after {
    width: 1px;
    height: 13px;
}
@media (max-width: 1200px) {
    .cart-main-table-td3-plus:after {
        height: 9px;
    }
}
.cart-main-table-td3-input {
    width: 100%;
    -ms-flex-negative: 5;
    flex-shrink: 5;
}
.cart-main-table-td3-input input {
    width: 100%;
    height: 24px;
    border: 1px solid #b0b0b0;
    text-align: center;
    color: #747474;
    font-size: 1.285em;
}
.card-main-info-delivery-type-label + .card-main-info-delivery-type-label {
    border-left: 1px solid #c5c5c5;
}
.cart-main-table-amount {
    padding-left: 30px;
    font-size: 1.285em;
    color: #747474;
}
.cart-main-table-total {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 25px;
}
.cart-main-table-footer {
    padding: 25px;
    background: #f3f3f3;
}
.cart-main-table-footer-info li + li {
    margin-top: 7px;
}
.cart-main-table-footer-info-title {
    width: 37%;
    min-width: 37%;
    padding-right: 15px;
    font-weight: 700;
    color: #222;
}
.cart-main-table-footer-info-discription {
    color: #747474;
}
.cart-main-table-footer-info {
    width: 51.3%;
    min-width: 51.3%;
}
.cart-main-table-footer-btn-row {
    margin-top: 25px;
}
.card-main-info-left {
    width: 40.12%;
    min-width: 40.12%;
    color: #747474;
}
.card-main-info-left .form-group + .form-group {
    margin-top: 35px;
}
@media (max-width: 1200px) {
    .card-main-info-left .form-group.flex-row > div + div {
        margin-top: 35px;
    }
}
.card-main-info-left-title {
    margin-bottom: 10px;
}
.card-main-info-search {
    position: relative;
    margin-bottom: 7px;
}
.card-main-info-search input {
    border: 1px solid #c5c5c5;
    width: 100%;
    height: 38px;
    padding-left: 15px;
}
.card-main-info-quick-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    margin-top: -1px;
    border: 1px solid #c5c5c5;
    display: none;
    padding-bottom: 10px;
    padding-top: 10px;
}
.card-main-info-quick-search-close {
    position: absolute;
    top: -24px;
    right: 12px;
    cursor: pointer;
}
.card-main-info-quick-search-row a {
    padding: 12px 15px;
    color: #747474;
    text-decoration: none;
}
.card-main-info-quick-search-row a:hover {
    background-color: #f6f6f6;
}
.card-main-info-quick-search-img {
    width: 90px;
    min-width: 90px;
    padding-right: 25px;
}
.card-main-info-quick-search-discription {
    width: 100%;
    -ms-flex-negative: 3;
    flex-shrink: 3;
    padding-top: 3px;
}
.card-main-info-quick-search-discription-title span {
    font-weight: 700;
    color: #000;
}
.card-main-info-quick-search-discription-price {
    font-size: 1.142em;
    font-weight: 700;
    color: #000;
}
.card-main-info-quick-search-discription-price .fa {
    color: #848484;
    font-size: 0.9em;
}
.card-main-info-left-header {
    height: 70px;
    margin-bottom: 20px;
}
.card-main-info-select {
    position: relative;
    margin-bottom: 35px;
}
.card-main-info-select:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    content: "";
    width: 12px;
    height: 6px;
    background: url(../img/sprite.png) 0 -15px no-repeat;
}
.card-main-info-select-open .card-main-info-select-text a {
    border-bottom: transparent;
}
.card-main-info-select-open:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.card-main-info-select-text a {
    display: block;
    line-height: 38px;
    color: #747474;
    text-decoration: none;
}
.card-main-info-select-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #c5c5c5;
    border-top: none;
    background: #fff;
}
.card-main-info-select-drop-input {
    padding: 0 15px;
    position: relative;
}
.card-main-info-select-drop-input input {
    padding-right: 35px;
}
.card-main-info-select-drop-input .fa {
    position: absolute;
    right: 25px;
    top: 12px;
    cursor: pointer;
}
.card-main-info-select-drop-search {
    display: none;
    max-height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}
.card-main-info-select-drop-search-row {
    padding: 10px 15px;
    line-height: 1;
    cursor: pointer;
}
.card-main-info-select-drop-search-row:nth-child(2n + 1) {
    background: #f5f5f5;
}
.card-main-info-select-drop-search-row span {
    font-weight: 700;
    color: #373533;
}
.card-main-info-select-drop-search-row:hover {
    background: #292929;
    color: #fff;
}
.card-main-info-select-drop-search-row:hover span {
    color: #fff;
}
.card-main-info-comment textarea {
    height: 170px;
}
.card-main-info-right {
    width: 54.52%;
    min-width: 54.52%;
    padding-bottom: 5px;
    border-left: 1px solid #c5c5c5;
}
.card-main-info-right.no-margin {
    margin-top: 0;
}
@media (max-width: 1200px) {
    .card-main-info-right {
        width: 56%;
        min-width: 56%;
    }
}
.card-main-info-delivery-type {
    border: 1px solid #c5c5c5;
    margin-bottom: 10px;
}
.card-main-info-delivery-type-label {
    position: relative;
    display: block;
    width: 50%;
    min-width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.card-main-info-delivery-type-label:hover {
    background-color: #263172;
    color: #fff;
}
.card-main-info-delivery {
    padding-left: 6.48%;
}
.card-main-info-delivery-type-label input {
    display: none;
}
.card-main-info-delivery-type-label input:checked + span {
    background-color: #3949ab;
    color: #fff;
}
.card-main-info-delivery-type-label span {
    display: block;
}
.card-main-info-delivery-payment-list p,
.card-main-info-delivery-type-courier p {
    font-size: 0.857em;
    line-height: 1.5;
    color: #7d7d7d;
}
.card-main-info-delivery-adress {
    margin-top: 40px;
    margin-bottom: 20px;
}
.card-main-info-delivery-adress-block-street {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
}
.card-main-info-delivery-adress-block {
    min-width: 70px;
}
@media (max-width: 1200px) {
    .card-main-info-delivery-adress-block {
        width: 60px;
        min-width: 60px;
    }
    .card-main-info-delivery-adress-block + .card-main-info-delivery-adress-block {
        margin-left: 7px;
    }
}
.form-label {
    margin-bottom: 5px;
    color: #000;
}
.card-main-info-delivery-payment-list li + li {
    margin-top: 20px;
}
.card-main-info-delivery-payment-list p {
    margin-top: 12px;
    padding-left: 25px;
}
.cart-gray-block {
    margin-top: 35px;
    margin-left: 1px;
    padding: 30px;
    background: #f3f3f3;
    justify-content: space-between;
    margin-left: 45.48%;
}
.card-content-aside,
.cart-aside {
    width: 23.84%;
    min-width: 23.84%;
}
.cart-aside-product {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.cart-aside-product:last-child {
    border-bottom: none;
}
.cart-aside-product-img {
    width: 45%;
    min-width: 45%;
}
.cart-aside-product-info {
    width: 55%;
    min-width: 55%;
    padding-left: 15px;
}
.cart-aside-product-info .cart-main-table-price {
    margin-bottom: 10px;
    margin-top: 10px;
}
@media (max-width: 1200px) {
    .cart-aside-product-img {
        width: 40%;
        min-width: 40%;
    }
    .cart-aside-product-info {
        width: 60%;
        min-width: 60%;
        padding-left: 7px;
    }
}
@media (max-width: 1100px) {
    .cart-aside-product-img {
        width: 35%;
        min-width: 35%;
    }
    .cart-aside-product-info {
        width: 65%;
        min-width: 65%;
    }
}
.card-aside-question-answer + .card-aside-question-answer {
    margin-top: 40px;
}
.card-aside-question {
    margin-bottom: 20px;
    font-size: 1.285em;
    line-height: 1.33;
    color: #222;
}
.card-aside-answer {
    line-height: 1.714;
    color: #7d7d7d;
}
aside {
    width: 19.23%;
    min-width: 19.23%;
    padding-right: 20px;
}
.aside-block {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #cecece;
}
.aside-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.aside-nav,
.aside-nav-check {
    margin-bottom: 11px;
}
.aside-nav a {
    line-height: 2;
}
.aside-nav a.active {
    color: #222;
}
.aside-nav-check li + li {
    margin-top: 2px;
}
.aside-nav-check li.flex-row > div {
    min-width: 50%;
    width: 50%;
    padding-right: 15px;
}
.checkbox-block input {
    display: none;
}
.checkbox-block input:checked + span {
    position: relative;
    background: #3949ab;
    color: #fff;
}
.checkbox-block input:checked + span:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7px;
    width: 9px;
    height: 9px;
    background: url(../img/sprite.png) -114px -13px no-repeat;
}
.checkbox-block input:checked + span:hover {
    background: #263172;
}
.checkbox-block span {
    display: inline-block;
    padding: 7px 20px 7px 7px;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.checkbox-block span:hover {
    color: #263172;
}
.checkbox-filtr-title {
    margin-right: 5px;
    color: #222;
    font-weight: 700;
}
.reset-all,
.view-all {
    display: inline-block;
    text-decoration: none !important;
    border-bottom: 1px dashed #3949ab;
}
.aside-nav-drop-li ul,
.block-hide {
    display: none;
}
.reset-all:hover,
.view-all:hover {
    border-bottom-color: transparent;
}
.aside-nav-drop-li {
    position: relative;
    padding-left: 17px;
}
.aside-nav-drop-li > a i {
    position: absolute;
    top: 7px;
    left: 0;
    color: #7d7d7d;
}
.aside-nav-drop-li-open a {
    color: #454545;
}
.aside-nav-drop-li-open i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.aside-diz {
    margin-bottom: 25px;
}
.aside-diz a {
    display: block;
}
.aside-diz-img {
    margin-bottom: 5px;
}
.aside-diz-all {
    font-size: 0.857em;
    text-decoration: underline;
}
.aside-diz-all:hover,
.filtr-del:hover {
    text-decoration: none;
}
.aside-interview {
    padding-top: 38px;
    margin-top: -38px;
}
.aside-interview-item {
    color: #4f453b;
}
.aside-interview-item li {
    font-size: 1.071em;
}
.aside-interview-item li + li {
    margin-top: 17px;
}
.aside-interview-title {
    margin-bottom: 24px;
    font-size: 0.928em;
}
.aside-interview-btn {
    margin-top: 22px;
}
.aside-interview-btn .btn {
    padding-left: 18px;
    padding-right: 18px;
}
.aside-interview-arrow {
    position: absolute;
    cursor: pointer;
    top: 0;
    color: #4f453b;
}
.aside-interview-arrow:hover {
    color: #000;
}
.aside-manager-phone a,
.irs-block {
    color: #747474;
}
.aside-interview-arrow-nextArrow {
    right: 0;
}
.aside-interview-arrow-prevArrow {
    right: 30px;
}
.irs-block {
    margin-bottom: 25px;
}
.irs-block input {
    width: 31%;
    -ms-flex-negative: 3;
    flex-shrink: 3;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 1250px) {
    .irs-block input {
        font-size: 0.9em;
    }
}
.irs-block p {
    font-size: 0.857em;
}
.irs-block p:last-child {
    font-size: 1.15em;
}
.aside-manager-block {
    margin-bottom: 16px;
}
.aside-manager-photo {
    width: 32.89%;
    min-width: 32.89%;
}
.aside-manager-info {
    width: 67.11%;
    min-width: 67.11%;
    padding-left: 15px;
}
.aside-manager-name {
    margin-bottom: 10px;
    font-size: 1.285em;
    line-height: 1.16;
    color: #747474;
}
@media (max-width: 1250px) {
    .aside-manager-name {
        font-size: 1.1em;
        margin-bottom: 5px;
    }
}
.aside-manager-phone {
    margin-bottom: 2px;
    font-size: 1.5em;
}
.aside-manager-email {
    margin-top: 6px;
}
.aside-btn-block .btn {
    padding-left: 12px;
    padding-right: 12px;
}
.aside-btn-block .link-border {
    margin-left: 14.47%;
    font-size: 0.857em;
}
@media (max-width: 1150px) {
    .aside-btn-block .link-border {
        margin-left: 7px;
    }
}
main {
    width: 80.77%;
    min-width: 80.77%;
}
.main-filtr {
    margin-top: -10px;
    margin-bottom: 28px;
}
.main-filtr-block {
    position: relative;
}
.main-filtr-block + .main-filtr-block {
    margin-left: 10px;
}
.filtr-del {
    display: inline-block;
    padding: 7px 25px 7px 7px;
    line-height: 1;
    color: #3949ab;
    background: 0 0;
}
.filtr-del:hover {
    background: #3949ab;
    color: #fff;
}
.filtr-del:hover i {
    background-position: -114px -13px;
}
.filtr-del i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
    width: 9px;
    height: 9px;
    background-position: -123px -13px;
}
.reset-all {
    margin-left: 15px;
    font-size: 0.857em;
}
.content-nav a,
.main-nav a,
.text-block p {
    font-size: 1.071em;
}
.sort-block {
    position: relative;
    min-width: 145px;
    padding: 0 10px;
}
.sort-block-text {
    position: relative;
    z-index: 3;
}
.sort-block-drop a,
.sort-block-text a {
    position: relative;
    display: block;
    padding-right: 20px;
    color: #222;
    text-decoration: none;
    line-height: 1;
}
.sort-block-drop a:hover,
.text-block p a {
    text-decoration: underline;
}
.sort-block-drop a:hover,
.sort-block-text a:hover {
    color: #263172;
}
.sort-block-drop .icon,
.sort-block-text .icon {
    position: relative;
    top: -1px;
    margin-left: 5px;
}
.sort-block-drop {
    display: none;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 4;
    width: 100%;
    background: #fff;
    padding: 31px 10px 15px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.12);
}
.sort-block-drop li {
    margin-top: 6px;
}
.sort-block-drop .active,
.sort-block-drop .icon {
    display: none;
}
.main-nav {
    margin-bottom: 60px;
}
.main-nav li + li {
    margin-left: 6.6%;
}
@media (max-width: 1150px) {
    .main-nav li + li {
        margin-left: 5%;
    }
}
.main-nav a {
    display: block;
}
.main-nav a + a {
    margin-top: 10px;
}
.my-details {
    margin-bottom: 45px;
}
.my-details h1 {
    margin-bottom: 15px;
}
.my-details .form-group.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.my-details .form-group.flex-row > div {
    width: 47.35%;
    min-width: 47.35%;
}
.my-details-form {
    width: 420px;
}
.content-nav li + li {
    margin-top: 20px;
}
.text-block {
    margin-bottom: 40px;
}
.text-block h2 {
    margin-bottom: 20px;
}
.text-block p {
    line-height: 1.6;
    color: #7d7d7d;
}
.text-block p a:hover {
    text-decoration: none;
}
.margin-bottom {
    margin-bottom: 30px;
}
.barnd-catalog-block {
    width: 25%;
    min-width: 25%;
    margin-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #cecece;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.285em;
}
.barnd-catalog-block:nth-child(4n + 4) {
    border-right: none;
}
.barnd-catalog-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1200px) {
    .barnd-catalog-img {
        margin-bottom: 20px;
    }
}
.brands-nav {
    margin-bottom: 55px;
}
.brands-nav-row {
    margin-left: -15px;
    min-width: 100%;
}
.brands-nav-block {
    width: 16.66%;
    min-width: 16.66%;
    padding-left: 15px;
}
.brands-nav-list li + li {
    margin-top: 11px;
}
.brands-nav-list a {
    font-size: 1.071em;
    line-height: 1.3;
}
.сategories-nav {
    margin-bottom: 65px;
}
.сategories-nav-block {
    width: 25%;
    min-width: 25%;
    padding-left: 15px;
}
.pagination-block {
    margin-left: 16px;
}
.come-back-block li + li,
.pagination li + li {
    margin-left: 10px;
}
@media (max-width: 1100px) {
    .come-back-block li + li,
    .pagination li + li {
        margin-left: 8px;
    }
}
.come-back-block a,
.pagination a {
    display: inline-block;
    width: 35px;
    height: 38px;
    text-align: center;
    border: 1px solid #d0d0d0;
    font-size: 1.142em;
    color: #4f453b;
    text-decoration: none;
    line-height: 37px;
}
.come-back-block a:hover,
.pagination a:hover {
    background-color: #263172;
    border-color: #263172;
    color: #fff;
}
.come-back-block a.active,
.pagination a.active {
    background-color: #3949ab;
    border-color: #3949ab;
    color: #fff;
}
.come-back,
.pagination-next,
.pagination-prev {
    width: auto !important;
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.come-back:after,
.come-back:before,
.pagination-next:after,
.pagination-next:before,
.pagination-prev:after,
.pagination-prev:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    border: 19px solid transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.irs-slider:before,
.order-number-block:before,
.reviews-content-form-list li:before,
.reviews-content-slider-prev-item.active-slide:after,
.star-block-reviews:after {
    content: "";
}
.come-back:after,
.come-back:before,
.pagination-prev:after,
.pagination-prev:before {
    right: 100%;
}
.come-back:before,
.pagination-prev:before {
    margin-right: 1px;
    border-right: 16px solid #d0d0d0;
}
.come-back:after,
.pagination-prev:after {
    border-width: 18px;
    border-right: 16px solid #fff;
    top: 0;
}
.come-back:hover:after,
.come-back:hover:before,
.pagination-prev:hover:after,
.pagination-prev:hover:before {
    border-right-color: #263172;
}
.pagination-next:after,
.pagination-next:before {
    left: 100%;
}
.pagination-next:before {
    margin-left: 1px;
    border-left: 16px solid #d0d0d0;
}
.pagination-next:after {
    border-width: 18px;
    border-left: 16px solid #fff;
    top: 0;
}
.pagination-next:hover:after,
.pagination-next:hover:before {
    border-left-color: #263172;
}
.pagination-title {
    margin-right: 15px;
    font-size: 1.142em;
    color: #4f453b;
}
.irs-from,
.irs-grid-text,
.irs-single,
.irs-to {
    display: none;
}
.irs-line {
    height: 5px;
    background-color: #c1c0bd;
    border-radius: 0;
}
.irs-slider,
.irs-slider:before {
    display: block;
    position: absolute;
    border-radius: 50%;
}
.irs-bar {
    top: 0;
    height: 100%;
    background: #3949ab;
}
.irs-slider {
    top: -6px;
    z-index: 1;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.34);
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.irs-slider:before {
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #3949ab;
}
.irs-slider:active,
.irs-slider:hover {
    background-color: #e6e6e6;
}
.irs-grid {
    bottom: -30px;
}
.irs-grid-pol {
    background: #d8d8d8;
}
.delivery-nav {
    margin-bottom: 40px;
}
.delivery-nav li + li {
    margin-top: 18px;
}
.delivery-nav a {
    font-size: 1.142em;
    display: inline-block;
    border-bottom: 1px dashed #3949ab;
}
.delivery-nav a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}
.certificates-block {
    width: 30.53%;
    min-width: 30.53%;
}
.certificates-block + .certificates-block {
    margin-left: 2.84%;
}
.color-filtr,
.slider-diz-big-arrow-prevArrow .fa {
    margin-left: -3px;
}
.certificates + .certificates {
    margin-top: 20px;
}
.order-row {
    margin-bottom: 60px;
    color: #747474;
}
.order-number-block {
    position: relative;
    margin-right: 1.92%;
    padding: 15px 23px;
    background: #f4f4f4;
}
.order-number-block p {
    margin-right: 20px;
    line-height: 1.285;
}
.order-number-block:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 7px;
    background: url(../img/order-number-bg.png);
}
.order-number {
    font-size: 2.142em;
    color: #222;
}
.content-diz-title,
.oreder-time-work {
    font-size: 1.285em;
}
.oreder-time-work {
    max-width: 815px;
    line-height: 1.44;
}
.slider-diz {
    margin-bottom: 20px;
}
.slider-diz-big-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-diz-big-arrow-prevArrow {
    left: 18px;
}
.slider-diz-big-arrow-nextArrow {
    right: 18px;
}
.slider-diz-big-arrow-nextArrow .fa {
    margin-right: -3px;
}
.slider-diz-big {
    width: 68.76%;
    min-width: 68.76%;
}
.slider-diz-prev {
    width: 29.33%;
    min-width: 29.33%;
}
.slider-dis-prev-item {
    margin-bottom: 10px;
    cursor: pointer;
    border: 3px solid transparent !important;
}
.slider-dis-prev-item.active-slide {
    border-color: #3949ab !important;
}
.slider-diz-prev-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-diz-prev-arrow-prevArrow {
    top: 10px;
}
.slider-diz-prev-arrow-prevArrow .fa {
    position: relative;
    top: -2px;
}
.slider-diz-prev-arrow-nextArrow {
    bottom: 20px;
    top: auto;
}
.content-diz {
    margin-bottom: 20px;
}
.content-diz .pagination-row {
    margin-top: 15px;
    padding-bottom: 40px;
}
.content-diz-block {
    width: 32.09%;
    min-width: 32.09%;
    margin-right: 1.86%;
    margin-bottom: 30px;
}
.content-diz-block:nth-child(3n + 3) {
    margin-right: 0;
}
.content-diz-img {
    margin-bottom: 10px;
}
.color-filtr {
    margin-right: -3px;
}
.color-filtr li {
    margin-bottom: 8px;
    padding-left: 3px;
    padding-right: 3px;
}
.color-filtr .color-filtr-block {
    width: 40px;
    height: 40px;
    padding: 1px;
    border: 1px solid transparent;
}
.color-filtr .color-filtr-block span {
    position: relative;
    height: 100%;
}
.color-filtr span {
    display: block;
}
.color-maize {
    background: #f5d1ac;
}
.color-shingleFawn {
    background: #6a5b2e;
}
.color-irishCoffee {
    background: #664727;
}
.color-almondFrost {
    background: #90796b;
}
.color-silverRust {
    background: #d0c8c6;
}
.color-sisal {
    background: #dad3c0;
}
.color-citron {
    background: #b0b720;
}
.color-sisalA {
    background: #d7cfc1;
}
.color-checkbox-block input {
    display: none;
}
.color-checkbox-block input:checked + span {
    border-color: #cecece;
}
.color-checkbox-block input:checked + span span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 14px;
    background: url(../img/sprite.png) 0 -29px no-repeat;
}
.order-list-row {
    margin-bottom: 10px;
}
.order-list .cart-main-table {
    display: none;
    margin-bottom: 30px;
    border-bottom: none;
    padding-top: 15px;
}
.order-list .cart-main-table-tr {
    padding-bottom: 30px;
    border-bottom: 1px solid #d1d1d1;
}
.order-list .cart-main-table-tr + .cart-main-table-tr {
    margin-top: 30px;
}
.order-list .cart-main-table-total {
    position: static;
    margin-top: 0;
}
.order-list-header {
    padding: 15px 20px;
    background-color: #ededed;
    cursor: pointer;
}
.order-list-header-number {
    margin-right: 20px;
    font-size: 1.285em;
    color: #3949ab;
}
.order-list-header-status-waiting-confirmation {
    color: #336e86;
}
.order-list-header-status-pending-payment {
    color: #d77900;
}
.order-list-header-status-canceled {
    color: #c60000;
}
.order-list-header-status-completed {
    color: #275a01;
}
.order-list-header-date {
    color: #747474;
}
.order-list-header-date .fa {
    position: relative;
    margin-left: 30px;
    display: inline-block;
    color: #000;
}
.order-list-row-open .order-list-header-date .fa {
    top: 2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.order-list-row-open .cart-main-table {
    display: block;
}
.content-block {
    margin-bottom: 60px;
}
.content-block-main {
    width: 67%;
    min-width: 67%;
}
.content-block-aside {
    width: 29.33%;
    min-width: 29.33%;
}
.content-block-aside textarea {
    height: 119px;
}
.file-label:hover span {
    border-bottom-color: transparent;
    color: #263172;
}
.file-label input {
    display: none;
}
.file-label span {
    display: inline-block;
    border-bottom: 1px dashed #3949ab;
    color: #3949ab;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.contact-row + .contact-row {
    margin-top: 15px;
}
.contact-row > div + div {
    margin-left: 55px;
}
@media (max-width: 1250px) {
    .contact-row {
        display: block;
    }
    .contact-row > div + div {
        margin-left: 0;
        margin-top: 15px;
    }
}
.contact-row-block {
    font-size: 1.5em;
    font-weight: 700;
}
.contact-row-block a {
    color: #404040;
    text-decoration: none;
}
.contact-row-block-icon {
    position: relative;
    width: 30px;
}
.contact-row-block-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact-row-adress {
    margin-bottom: 25px;
}
.contact-row-adress .contact-row-block {
    font-size: 1em;
    font-weight: 400;
    color: #565655;
}
.contact-row-adress .contact-label {
    margin-top: 5px;
}
.contact-label {
    margin-bottom: 5px;
    padding-left: 30px;
    color: #9a9a9a;
    font-size: 0.857em;
}
.map {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    height: 324px;
}
.legal-information p {
    font-size: 0.857em;
    line-height: 1.5;
    color: #767676;
}
.legal-information p + p {
    margin-top: 7px;
}
.legal-information p span {
    color: #404040;
}
.legal-information-list {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #404040;
}
.legal-information-list li + li {
    margin-top: 12px;
}
.legal-information-list li > div + div {
    margin-left: 20px;
}
.legal-information-list-title {
    min-width: 50px;
    padding-right: 15px;
    font-size: 0.857em;
    line-height: 1;
}
.legal-information-list-number {
    font-size: 1.285em;
    line-height: 1;
}
.fancybox-type-image .fancybox-skin {
    background: #fff;
    padding: 5px !important;
    border-radius: 5px;
}
.fancybox-type-image .fancybox-close {
    right: -18px;
    top: -23px;
}
#fancybox-thumbs ul {
    position: static;
    margin: 0 auto;
}
.reviews-content {
    margin-bottom: 90px;
}
.reviews-content > div {
    width: 49.23%;
    min-width: 49.23%;
}
.reviews-content .reviews-content-form .form-group.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews-content .reviews-content-form .form-label {
    width: 140px;
    min-width: 140px;
    padding-right: 10px;
    font-size: 1.071em;
    color: #747474;
    margin-bottom: 0;
}
.reviews-content .reviews-content-form .form-reviews-right {
    width: 218px;
    min-width: 218px;
}
.reviews-content textarea {
    height: 106px;
}
.star-block-reviews {
    font-size: 1.3em;
}
.star-block-reviews:after {
    display: block;
    clear: both;
}
.star-block-reviews li {
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}
.reviews-file-label span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 37px;
    text-align: center;
    border-bottom: none;
    color: #222;
}
.reviews-content-form-list {
    margin-top: 20px;
    margin-bottom: 30px;
}
.reviews-content-form-list ul {
    margin-top: 20px;
}
.reviews-content-form-list li {
    padding-left: 23px;
    position: relative;
    font-size: 1.071em;
    line-height: 1;
    color: #747474;
}
.reviews-content-form-list li:before {
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    width: 5px;
    height: 5px;
    background: #3949ab;
    border-radius: 50%;
}
.reviews-content-form-list li + li {
    margin-top: 15px;
}
.number-of-characters {
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 0.857em;
    color: #c00;
    text-align: right;
}
.number-of-characters-green {
    color: #080;
}
.reviews-content-slider-prev-block {
    width: 20.31%;
    min-width: 20.31%;
}
.reviews-content-slider-prev-item {
    position: relative;
    cursor: pointer;
}
.reviews-content-slider-prev-item + .reviews-content-slider-prev-item {
    margin-top: 5px;
}
.reviews-content-slider-prev-item.active-slide:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    display: block;
    width: 64%;
    height: 3px;
    background: #3949ab;
}
.reviews-content-slider-big-block {
    width: 79.69%;
    min-width: 79.69%;
    padding-left: 15px;
}
.come-back-block {
    margin-top: 50px;
    margin-left: 15px;
}
.come-back-block a {
    color: #747474;
    font-size: 1.071em;
}
.card {
    margin-bottom: 10px;
}
.card-row {
    margin-bottom: 30px;
}
.card-row .reviews-content-form .form-group.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card-row .reviews-content-form .form-label {
    width: 140px;
    min-width: 140px;
    padding-right: 10px;
    font-size: 1.071em;
    color: #747474;
    margin-bottom: 0;
}
.card-row .reviews-content-form .form-reviews-right {
    width: 218px;
    min-width: 218px;
}
.card-row textarea {
    height: 106px;
}
.card-slider-block {
    width: 46.61%;
    min-width: 46.61%;
}
.card-block {
    width: 52.69%;
    min-width: 52.69%;
}
.card-block h1 {
    margin-bottom: 20px;
}
.card-slider-prev-block {
    width: 18.15%;
    min-width: 18.15%;
}
.card-slider-prev-item {
    position: relative;
    cursor: pointer;
    border: 3px solid transparent !important;
}
.card-slider-prev-item + .card-slider-prev-item {
    margin-top: 5px;
}
.card-slider-prev-item.active-slide {
    border-color: #3949ab !important;
}
.card-slider-big-block {
    width: 81.85%;
    min-width: 81.85%;
    padding-left: 50px;
    padding-right: 20px;
}
.card-slider-big,
.card-slider-big .slick-list,
.card-slider-big .slick-track {
    height: 100%;
}
.card-slider-big-item {
    position: relative;
}
.card-slider-big-item-img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card-block-right {
    width: 45.25%;
    min-width: 45.25%;
}
.card-comment-list {
    font-size: 0.857em;
}
.card-comment-list a {
    position: relative;
    display: inline-block;
    border-bottom: 1px dashed #3949ab;
}
.card-comment-list a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}
.card-comment-list i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    margin-right: 5px;
}
.card-comment-list li + li {
    position: relative;
}
.card-comment-list li + li:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -12px;
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #d0d0d0;
}
.card-item-stock {
    position: relative;
    margin: 30px 0;
    padding-left: 15px;
    font-size: 0.825em;
    color: #747474;
}
.card-item-stock-circle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
}
.card-item-stock-circle-green {
    background: #3c781f;
}
.card-block-info {
    margin-bottom: 35px;
    color: #747474;
}
.card-block-info li + li {
    margin-top: 12px;
}
.card-block-info img {
    position: relative;
    top: 1px;
}
.card-block-info-title {
    width: 122px;
    min-width: 122px;
    padding-right: 10px;
}
.card-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.card-list li {
    padding-left: 23px;
    position: relative;
    font-size: 1.071em;
    color: #747474;
}
.card-list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    width: 5px;
    height: 5px;
    background: #3949ab;
    border-radius: 50%;
}
.card-extras-equipment a {
    display: inline-block;
    border-bottom: 1px dashed #3949ab;
    font-size: 0.825em;
}
.card-extras-equipment a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}
.card-gift {
    position: relative;
    max-width: 266px;
    margin-bottom: 23px;
    padding: 13px;
    border: 1px solid #c5c5c5;
}
.cart-gift-img {
    width: 33.19%;
    min-width: 33.19%;
}
.card-gift-info {
    width: 66.81%;
    min-width: 66.81%;
    padding-left: 20px;
}
.card-gift-price {
    margin-top: 3px;
}
.card-gift-price .cart-main-table-price {
    font-size: 1em;
}
.card-gift-label {
    position: absolute;
    top: 5px;
    left: 6px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 2px;
    background-color: #ca2058;
    color: #fff;
    font-size: 0.825em;
    line-height: 1;
}
.card-block-right-price {
    margin-bottom: 20px;
}
.card-block-right-price .cart-main-table-price {
    margin-bottom: 20px;
    font-size: 3.428em;
}
.card-block-right-buy-one-click {
    margin-top: 10px;
}
.card-block-right-methods + .card-block-right-methods {
    margin-top: 20px;
}
.card-block-right-methods h4 {
    margin-bottom: 10px;
}
.card-block-right-methods p {
    color: #747474;
}
.payment-methods li + li {
    margin-left: 7px;
}
.payment-methods a {
    display: block;
}
.payment-methods a img {
    vertical-align: top;
}
.card-content-main {
    width: 74.76%;
    min-width: 74.76%;
}
.tabs-nav-block {
    padding: 15px 22px 0;
    background: #f3f3f3;
}
.tabs-nav a {
    display: inline-block;
    padding: 15px 23px 28px;
    font-size: 1.285em;
    color: #222;
}
.tabs-nav a.active {
    background: #fff;
    text-decoration: none;
}
.pane-block {
    margin-bottom: 40px;
}
.pane {
    display: none;
    padding-top: 30px;
}
.pane.active {
    display: block;
}
.pane .product-bottom-price {
    font-size: 0.857em;
}
@media (max-width: 1150px) {
    .pane .come-back-block li + li,
    .pane .pagination li + li {
        margin-left: 5px;
    }
    .pane .come-back-block a,
    .pane .pagination a {
        font-size: 1em;
    }
}
.pane .product {
    margin-bottom: 45px;
}
.card-equipment + .card-equipment {
    margin-top: 35px;
}
.card-equipment-row {
    margin-bottom: 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.card-equipment-img-check {
    width: 17.89%;
    min-width: 17.89%;
}
.card-equipment-img-check .radio-block {
    padding-left: 0;
}
.card-equipment-img-check .input-radio-circle {
    position: relative;
    top: 0;
    width: 22px;
    height: 22px;
}
.card-equipment-img-check .input-radio-circle:before {
    width: 10px !important;
    height: 10px !important;
}
.card-equipment-check {
    width: 34.48%;
    min-width: 34.48%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-equipment-img {
    width: 65.61%;
    min-width: 65.61%;
}
.card-equipment-info {
    width: 65.17%;
    min-width: 65.17%;
    padding-left: 3.6%;
    padding-right: 3.6%;
}
.card-equipment-price {
    width: 16.94%;
    min-width: 16.94%;
    text-align: center;
}
.card-equipment-total {
    padding: 17px 30px 20px;
    background: #f3f3f3;
}
.card-equipment-total .card-gift {
    margin-bottom: 0;
    margin-right: 40px;
    padding: 0;
    border: none;
}
.card-customer-reviews-row + .card-customer-reviews-row,
.card-customer-reviews-row + .card-questions-answers-row,
.card-equipment-drop,
.card-questions-answers-row + .card-customer-reviews-row,
.card-questions-answers-row + .card-questions-answers-row {
    border-top: 1px solid #bdbdbd;
}
.card-equipment-total .card-gift-label {
    position: static;
    margin-top: 5px;
}
.card-equipment-total-price-block {
    text-align: right;
}
.card-equipment-total-price-block .btn-block {
    margin-top: 15px;
}
.card-equipment-total-price-block .btn-block a + a {
    margin-left: 20px;
}
.card-equipment-tab {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 12px 25px;
    border: 1px solid #bdbdbd;
    border-bottom: none;
    background: #fff;
    font-size: 1.285em;
    line-height: 1;
    color: #222;
}
.card-equipment-tab .fa {
    position: relative;
    top: -2px;
    margin-left: 30px;
    font-size: 0.778em;
}
.card-equipment-drop {
    margin-top: -1px;
    padding-top: 30px;
}
.card-equipment-btn {
    text-align: center;
}
.card-equipment-btn .btn-cart {
    padding-left: 20px;
    padding-right: 20px;
}
.card-questions-answers {
    margin-bottom: 20px;
}
.card-questions-form .btn {
    height: 40px;
    line-height: 40px;
}
.card-questions-form input {
    width: 82%;
    margin-right: 12px;
}
.card-customer-reviews-row,
.card-questions-answers-row {
    padding-top: 40px;
    padding-bottom: 40px;
}
.card-questions {
    margin-bottom: 10px;
    font-size: 1.285em;
    color: #222;
}
.card-answers {
    margin-top: 30px;
}
.card-answers-autor-date,
.card-customer-reviews-autor-date {
    margin-bottom: 15px;
    color: #868686;
}
.card-answers-text,
.card-customer-reviews-text {
    color: #222;
    line-height: 1.5;
}
.card-customer-reviews-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.card-customer-reviews-info-block {
    width: 47.32%;
    min-width: 47.32%;
    padding-right: 15px;
}
@media (max-width: 1250px) {
    .card-customer-reviews-info-block {
        width: 58.03%;
        min-width: 58.03%;
    }
}
.card-customer-reviews-head {
    margin-bottom: 25px;
    color: #222;
}
.card-customer-reviews-head .star-block {
    margin-right: 4.34%;
    font-size: 1.714em;
}
.card-customer-reviews-gray {
    width: 41.97%;
    min-width: 41.97%;
    padding: 40px;
    background: #eef0f4;
}
@media (max-width: 1250px) {
    .card-customer-reviews-gray {
        padding: 30px;
    }
}
.card-customer-reviews-gray p {
    margin-bottom: 18px;
    font-size: 1.285em;
}
.card-customer-reviews-list {
    color: #222;
}
.card-customer-reviews-list li + li {
    margin-top: 10px;
}
.card-customer-reviews-list-points {
    width: 75px;
    min-width: 75px;
}
.card-customer-reviews-list-bar {
    width: 48.31%;
    height: 28px;
    background: #e5e5e5;
}
.card-customer-reviews-list-bar-bg {
    width: 0;
    height: 100%;
    background: #75d000;
}
.card-customer-reviews-list-bar-bg-100 {
    width: 100%;
}
.card-customer-reviews-list-percent {
    width: 70px;
    min-width: 70px;
    padding-left: 15px;
}
.card-customer-reviews-autor-date .star-block {
    margin-right: 10px;
}
.card-customer-reviews-text {
    margin-bottom: 20px;
}
.card-customer-reviews-hand a {
    position: relative;
    padding-left: 33px;
    text-decoration: none;
}
.card-customer-reviews-hand a + a {
    margin-left: 20px;
}
.card-customer-reviews-hand a .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.hund-up {
    color: #248d00;
}
.hund-up:hover {
    color: #104100;
}
.hund-up:hover .icon {
    background-position: -24px -49px;
}
.hund-down {
    color: #c82424;
}
.hund-down:hover {
    color: #871818;
}
.hund-down:hover .icon {
    background-position: -72px -40px;
}
.characteristics-block + .characteristics-block {
    margin-left: 20%;
}
.characteristics-list li + li {
    margin-top: 15px;
}
.characteristics-list-parameter {
    position: relative;
    color: #747474;
}
.characteristics-list-questions {
    position: absolute;
    left: 100%;
    top: -6px;
    width: 14px;
    height: 14px;
    border: 1px solid #bebebe;
    text-align: center;
    font-size: 0.714em;
    line-height: 13px;
    border-radius: 50%;
    cursor: pointer;
}
.characteristics-list-questions-info {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 53%;
    margin-bottom: 11px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 0.857em;
}
.characteristics-list-questions-info-arrow {
    position: absolute;
    top: 100%;
    left: 20px;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent;
}
.characteristics-list-border {
    width: 100%;
    border-bottom: 1px dashed #747474;
}
.card-pane-filtr {
    margin-bottom: 35px;
    font-size: 0.857em;
}
.card-pane-filtr a.active {
    color: #222;
    border-bottom-color: transparent;
}
.card-pane-filtr li + li {
    margin-left: 30px;
}
.btn-group a + a,
.card-fixed-block .btn-block a + a {
    margin-left: 20px;
}
.card-fixed-block {
    display: none;
    position: fixed;
    bottom: 20px;
    z-index: 100;
    min-width: 295px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.24);
    color: #222;
}
.card-fixed-block .btn-block {
    margin-top: 12px;
}
.card-fixed-title {
    margin-bottom: 8px;
    font-size: 1.5em;
}
.card-price-old {
    text-decoration: line-through;
    font-size: 2.285em;
    font-weight: 700;
    color: #9d9d9d;
}
.card-price-old .fa {
    font-size: 0.9em;
}
.card-free-shipping {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #99c7a7;
    font-size: 0.857em;
    color: #7faf8e;
    height: 26px;
    line-height: 24px;
}
.casrd-discount-label {
    position: static;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1em;
    margin-bottom: 12px;
}
.card-view-all__hide,
.popup,
.popup-photo {
    display: none;
}
.card-view-all {
    width: 128px;
}
.popup {
    width: 390px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 27px rgba(166, 166, 166, 0.34);
    color: #747474;
}
.popup .btn {
    height: 45px;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 45px;
    font-size: 1.285em;
}
.popup textarea {
    height: 76px;
}
.popup .card-gift {
    border: none;
    padding: 5px;
}
.popup p {
    font-size: 0.825em;
    line-height: 1.5;
}
.popup .recently-viewed-slider-item {
    width: 20.83%;
    min-width: 20.83%;
}
#ordering {
    width: 585px;
}
.capch-row > div {
    width: 30%;
}
.btn-group-link {
    text-decoration: underline;
}
.btn-group-link:hover {
    text-decoration: none;
}
.popup-soc p {
    margin-bottom: 15px;
    font-size: 1em;
}
.popup-soc li + li {
    margin-left: 10px;
}
#popupCart {
    width: 780px;
}
.popup-cart {
    margin-bottom: 40px;
}
.popup-cart-img {
    width: 23.61%;
    min-width: 23.61%;
}
.popup-cart-info {
    width: 70.13%;
    min-width: 70.13%;
}
.popup-cart-product-info {
    width: 48.51%;
}
.popup-cart-info-row {
    width: 25.82%;
    min-width: 25.82%;
}
.popup-cart-product-info-price {
    width: 22.77%;
    min-width: 22.77%;
    color: #222;
}
.popup-cart-additionally-list li + li {
    margin-top: 6px;
}
.popup-cart-additionally-list .cart-main-table-price {
    font-size: 1.142em;
}
.popup-interested {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.popup-interested h4 {
    color: #222;
    margin-bottom: 35px;
}
.popup-photo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.8);
}
.popup-photo .slider-diz-prev {
    width: 26.33%;
    min-width: 26.33%;
}
.popup-photo .slider-diz-big {
    width: 71.67%;
    min-width: 71.67%;
}
.popup-photo .slider-diz-big img {
    margin: 0 auto;
}
.popup-photo .icon-close {
    height: 17px;
    width: 18px;
    background-position: -98px -22px;
}
.popup-photo-content {
    background: #fff;
}
.popup-photo-slider .recently-viewed-slider-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-photo-content-block {
    position: relative;
    padding: 25px 60px;
}
.popup-photo-content-block .card-slider-prev-block {
    width: 9.15%;
    min-width: 9.15%;
}
.popup-photo-content-full,
.popup-photo-content-full .container,
.popup-photo-content-full .popup-photo-content-block {
    height: 100%;
}
.popup-photo-content-full .card-slider-prev-block {
    width: 110px;
    min-width: 110px;
}
.popup-photo-content-full .card-slider-big-block {
    width: 100%;
}
.popup-photo-close {
    position: absolute;
    top: 25px;
    right: 20px;
}
.flag-ABKHAZIA,
.flag-AD,
.flag-AE,
.flag-AF,
.flag-AG,
.flag-AI,
.flag-AL,
.flag-AM,
.flag-AN,
.flag-AO,
.flag-AQ,
.flag-AR,
.flag-AS,
.flag-AT,
.flag-AU,
.flag-AW,
.flag-AX,
.flag-AZ,
.flag-BA,
.flag-BB,
.flag-BD,
.flag-BE,
.flag-BF,
.flag-BG,
.flag-BH,
.flag-BI,
.flag-BJ,
.flag-BL,
.flag-BM,
.flag-BN,
.flag-BO,
.flag-BR,
.flag-BS,
.flag-BT,
.flag-BV,
.flag-BW,
.flag-BY,
.flag-BZ,
.flag-CA,
.flag-CC,
.flag-CD,
.flag-CF,
.flag-CG,
.flag-CH,
.flag-CI,
.flag-CK,
.flag-CL,
.flag-CM,
.flag-CN,
.flag-CO,
.flag-CR,
.flag-CU,
.flag-CV,
.flag-CX,
.flag-CY,
.flag-CZ,
.flag-DE,
.flag-DJ,
.flag-DK,
.flag-DM,
.flag-DO,
.flag-DZ,
.flag-EC,
.flag-EE,
.flag-EG,
.flag-EH,
.flag-ER,
.flag-ES,
.flag-ES-CE,
.flag-ES-ML,
.flag-ET,
.flag-EU,
.flag-FI,
.flag-FJ,
.flag-FK,
.flag-FM,
.flag-FO,
.flag-FR,
.flag-GA,
.flag-GB,
.flag-GD,
.flag-GE,
.flag-GF,
.flag-GG,
.flag-GH,
.flag-GI,
.flag-GL,
.flag-GM,
.flag-GN,
.flag-GP,
.flag-GQ,
.flag-GR,
.flag-GS,
.flag-GT,
.flag-GU,
.flag-GW,
.flag-GY,
.flag-HK,
.flag-HM,
.flag-HN,
.flag-HR,
.flag-HT,
.flag-HU,
.flag-IC,
.flag-ID,
.flag-IE,
.flag-IL,
.flag-IM,
.flag-IN,
.flag-IO,
.flag-IQ,
.flag-IR,
.flag-IS,
.flag-IT,
.flag-JE,
.flag-JM,
.flag-JO,
.flag-JP,
.flag-KE,
.flag-KG,
.flag-KH,
.flag-KI,
.flag-KM,
.flag-KN,
.flag-KOSOVO,
.flag-KP,
.flag-KR,
.flag-KW,
.flag-KY,
.flag-KZ,
.flag-LA,
.flag-LB,
.flag-LC,
.flag-LI,
.flag-LK,
.flag-LR,
.flag-LS,
.flag-LT,
.flag-LU,
.flag-LV,
.flag-LY,
.flag-MA,
.flag-MC,
.flag-MD,
.flag-ME,
.flag-MF,
.flag-MG,
.flag-MH,
.flag-MK,
.flag-ML,
.flag-MM,
.flag-MN,
.flag-MO,
.flag-MP,
.flag-MQ,
.flag-MR,
.flag-MS,
.flag-MT,
.flag-MU,
.flag-MV,
.flag-MW,
.flag-MX,
.flag-MY,
.flag-MZ,
.flag-NA,
.flag-NC,
.flag-NE,
.flag-NF,
.flag-NG,
.flag-NI,
.flag-NKR,
.flag-NL,
.flag-NO,
.flag-NOWHERE,
.flag-NP,
.flag-NR,
.flag-NU,
.flag-NZ,
.flag-OM,
.flag-PA,
.flag-PE,
.flag-PF,
.flag-PG,
.flag-PH,
.flag-PK,
.flag-PL,
.flag-PM,
.flag-PN,
.flag-PR,
.flag-PS,
.flag-PT,
.flag-PW,
.flag-PY,
.flag-QA,
.flag-RE,
.flag-RO,
.flag-RS,
.flag-RU,
.flag-RW,
.flag-SA,
.flag-SB,
.flag-SC,
.flag-SD,
.flag-SE,
.flag-SG,
.flag-SH,
.flag-SI,
.flag-SJ,
.flag-SK,
.flag-SL,
.flag-SM,
.flag-SN,
.flag-SO,
.flag-SOUTH-OSSETIA,
.flag-SR,
.flag-SS,
.flag-ST,
.flag-SV,
.flag-SY,
.flag-SZ,
.flag-TC,
.flag-TD,
.flag-TF,
.flag-TG,
.flag-TH,
.flag-TJ,
.flag-TK,
.flag-TL,
.flag-TM,
.flag-TN,
.flag-TO,
.flag-TR,
.flag-TT,
.flag-TV,
.flag-TW,
.flag-TZ,
.flag-UA,
.flag-UG,
.flag-UM,
.flag-US,
.flag-UY,
.flag-UZ,
.flag-VA,
.flag-VC,
.flag-VE,
.flag-VG,
.flag-VI,
.flag-VN,
.flag-VU,
.flag-WF,
.flag-WS,
.flag-YE,
.flag-YT,
.flag-ZA,
.flag-ZM,
.flag-ZW {
    background: url(flags.png) 0 9px no-repeat;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    overflow: hidden;
    width: 16px;
    height: 9px;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
div.ie6,
div.jGrowl {
    position: absolute;
}
.flag-ABKHAZIA {
    background-position: 0 0;
}
.flag-AD {
    background-position: 0 -9px;
}
.flag-AE {
    background-position: 0 -18px;
}
.flag-AF {
    background-position: 0 -27px;
}
.flag-AG {
    background-position: 0 -36px;
}
.flag-AI {
    background-position: 0 -45px;
}
.flag-AL {
    background-position: 0 -54px;
}
.flag-AM {
    background-position: 0 -63px;
}
.flag-AN {
    background-position: 0 -72px;
}
.flag-AO {
    background-position: 0 -81px;
}
.flag-AQ {
    background-position: 0 -90px;
}
.flag-AR {
    background-position: 0 -99px;
}
.flag-AS {
    background-position: 0 -108px;
}
.flag-AT {
    background-position: 0 -117px;
}
.flag-AU {
    background-position: 0 -126px;
}
.flag-AW {
    background-position: 0 -135px;
}
.flag-AX {
    background-position: 0 -144px;
}
.flag-AZ {
    background-position: 0 -153px;
}
.flag-BA {
    background-position: 0 -162px;
}
.flag-BB {
    background-position: 0 -171px;
}
.flag-BD {
    background-position: 0 -180px;
}
.flag-BE {
    background-position: 0 -189px;
}
.flag-BF {
    background-position: 0 -198px;
}
.flag-BG {
    background-position: 0 -207px;
}
.flag-BH {
    background-position: 0 -216px;
}
.flag-BI {
    background-position: 0 -225px;
}
.flag-BJ {
    background-position: 0 -234px;
}
.flag-BL {
    background-position: 0 -243px;
}
.flag-BM {
    background-position: 0 -252px;
}
.flag-BN {
    background-position: 0 -261px;
}
.flag-BO {
    background-position: 0 -270px;
}
.flag-BR {
    background-position: 0 -279px;
}
.flag-BS {
    background-position: 0 -288px;
}
.flag-BT {
    background-position: 0 -297px;
}
.flag-BV {
    background-position: 0 -306px;
}
.flag-BW {
    background-position: 0 -315px;
}
.flag-BY {
    background-position: 0 -324px;
}
.flag-BZ {
    background-position: 0 -333px;
}
.flag-CA {
    background-position: 0 -342px;
}
.flag-CC {
    background-position: 0 -351px;
}
.flag-CD {
    background-position: 0 -360px;
}
.flag-CF {
    background-position: 0 -369px;
}
.flag-CG {
    background-position: 0 -378px;
}
.flag-CH {
    background-position: 0 -387px;
}
.flag-CI {
    background-position: 0 -396px;
}
.flag-CK {
    background-position: 0 -405px;
}
.flag-CL {
    background-position: 0 -414px;
}
.flag-CM {
    background-position: 0 -423px;
}
.flag-CN {
    background-position: 0 -432px;
}
.flag-CO {
    background-position: 0 -441px;
}
.flag-CR {
    background-position: 0 -450px;
}
.flag-CU {
    background-position: 0 -459px;
}
.flag-CV {
    background-position: 0 -468px;
}
.flag-CX {
    background-position: 0 -477px;
}
.flag-CY {
    background-position: 0 -486px;
}
.flag-CZ {
    background-position: 0 -495px;
}
.flag-DE {
    background-position: 0 -504px;
}
.flag-DJ {
    background-position: 0 -513px;
}
.flag-DK {
    background-position: 0 -522px;
}
.flag-DM {
    background-position: 0 -531px;
}
.flag-DO {
    background-position: 0 -540px;
}
.flag-DZ {
    background-position: 0 -549px;
}
.flag-EC {
    background-position: 0 -558px;
}
.flag-EE {
    background-position: 0 -567px;
}
.flag-EG {
    background-position: 0 -576px;
}
.flag-EH {
    background-position: 0 -585px;
}
.flag-ER {
    background-position: 0 -594px;
}
.flag-ES-CE {
    background-position: 0 -603px;
}
.flag-ES-ML {
    background-position: 0 -612px;
}
.flag-ES {
    background-position: 0 -621px;
}
.flag-ET {
    background-position: 0 -630px;
}
.flag-EU {
    background-position: 0 -639px;
}
.flag-FI {
    background-position: 0 -648px;
}
.flag-FJ {
    background-position: 0 -657px;
}
.flag-FK {
    background-position: 0 -666px;
}
.flag-FM {
    background-position: 0 -675px;
}
.flag-FO {
    background-position: 0 -684px;
}
.flag-FR {
    background-position: 0 -693px;
}
.flag-GA {
    background-position: 0 -702px;
}
.flag-GB {
    background-position: 0 -711px;
}
.flag-GD {
    background-position: 0 -720px;
}
.flag-GE {
    background-position: 0 -729px;
}
.flag-GF {
    background-position: 0 -738px;
}
.flag-GG {
    background-position: 0 -747px;
}
.flag-GH {
    background-position: 0 -756px;
}
.flag-GI {
    background-position: 0 -765px;
}
.flag-GL {
    background-position: 0 -774px;
}
.flag-GM {
    background-position: 0 -783px;
}
.flag-GN {
    background-position: 0 -792px;
}
.flag-GP {
    background-position: 0 -801px;
}
.flag-GQ {
    background-position: 0 -810px;
}
.flag-GR {
    background-position: 0 -819px;
}
.flag-GS {
    background-position: 0 -828px;
}
.flag-GT {
    background-position: 0 -837px;
}
.flag-GU {
    background-position: 0 -846px;
}
.flag-GW {
    background-position: 0 -855px;
}
.flag-GY {
    background-position: 0 -864px;
}
.flag-HK {
    background-position: 0 -873px;
}
.flag-HM {
    background-position: 0 -882px;
}
.flag-HN {
    background-position: 0 -891px;
}
.flag-HR {
    background-position: 0 -900px;
}
.flag-HT {
    background-position: 0 -909px;
}
.flag-HU {
    background-position: 0 -918px;
}
.flag-IC {
    background-position: 0 -927px;
}
.flag-ID {
    background-position: 0 -936px;
}
.flag-IE {
    background-position: 0 -945px;
}
.flag-IL {
    background-position: 0 -954px;
}
.flag-IM {
    background-position: 0 -963px;
}
.flag-IN {
    background-position: 0 -972px;
}
.flag-IO {
    background-position: 0 -981px;
}
.flag-IQ {
    background-position: 0 -990px;
}
.flag-IR {
    background-position: 0 -999px;
}
.flag-IS {
    background-position: 0 -1008px;
}
.flag-IT {
    background-position: 0 -1017px;
}
.flag-JE {
    background-position: 0 -1026px;
}
.flag-JM {
    background-position: 0 -1035px;
}
.flag-JO {
    background-position: 0 -1044px;
}
.flag-JP {
    background-position: 0 -1053px;
}
.flag-KE {
    background-position: 0 -1062px;
}
.flag-KG {
    background-position: 0 -1071px;
}
.flag-KH {
    background-position: 0 -1080px;
}
.flag-KI {
    background-position: 0 -1089px;
}
.flag-KM {
    background-position: 0 -1098px;
}
.flag-KN {
    background-position: 0 -1107px;
}
.flag-KOSOVO {
    background-position: 0 -1116px;
}
.flag-KP {
    background-position: 0 -1125px;
}
.flag-KR {
    background-position: 0 -1134px;
}
.flag-KW {
    background-position: 0 -1143px;
}
.flag-KY {
    background-position: 0 -1152px;
}
.flag-KZ {
    background-position: 0 -1161px;
}
.flag-LA {
    background-position: 0 -1170px;
}
.flag-LB {
    background-position: 0 -1179px;
}
.flag-LC {
    background-position: 0 -1188px;
}
.flag-LI {
    background-position: 0 -1197px;
}
.flag-LK {
    background-position: 0 -1206px;
}
.flag-LR {
    background-position: 0 -1215px;
}
.flag-LS {
    background-position: 0 -1224px;
}
.flag-LT {
    background-position: 0 -1233px;
}
.flag-LU {
    background-position: 0 -1242px;
}
.flag-LV {
    background-position: 0 -1251px;
}
.flag-LY {
    background-position: 0 -1260px;
}
.flag-MA {
    background-position: 0 -1269px;
}
.flag-MC {
    background-position: 0 -1278px;
}
.flag-MD {
    background-position: 0 -1287px;
}
.flag-ME {
    background-position: 0 -1296px;
}
.flag-MF {
    background-position: 0 -1305px;
}
.flag-MG {
    background-position: 0 -1314px;
}
.flag-MH {
    background-position: 0 -1323px;
}
.flag-MK {
    background-position: 0 -1332px;
}
.flag-ML {
    background-position: 0 -1341px;
}
.flag-MM {
    background-position: 0 -1350px;
}
.flag-MN {
    background-position: 0 -1359px;
}
.flag-MO {
    background-position: 0 -1368px;
}
.flag-MP {
    background-position: 0 -1377px;
}
.flag-MQ {
    background-position: 0 -1386px;
}
.flag-MR {
    background-position: 0 -1395px;
}
.flag-MS {
    background-position: 0 -1404px;
}
.flag-MT {
    background-position: 0 -1413px;
}
.flag-MU {
    background-position: 0 -1422px;
}
.flag-MV {
    background-position: 0 -1431px;
}
.flag-MW {
    background-position: 0 -1440px;
}
.flag-MX {
    background-position: 0 -1449px;
}
.flag-MY {
    background-position: 0 -1458px;
}
.flag-MZ {
    background-position: 0 -1467px;
}
.flag-NA {
    background-position: 0 -1476px;
}
.flag-NC {
    background-position: 0 -1485px;
}
.flag-NE {
    background-position: 0 -1494px;
}
.flag-NF {
    background-position: 0 -1503px;
}
.flag-NG {
    background-position: 0 -1512px;
}
.flag-NI {
    background-position: 0 -1521px;
}
.flag-NKR {
    background-position: 0 -1530px;
}
.flag-NL {
    background-position: 0 -1539px;
}
.flag-NO {
    background-position: 0 -1548px;
}
.flag-NP {
    background-position: 0 -1557px;
}
.flag-NR {
    background-position: 0 -1566px;
}
.flag-NU {
    background-position: 0 -1575px;
}
.flag-NZ {
    background-position: 0 -1584px;
}
.flag-OM {
    background-position: 0 -1593px;
}
.flag-PA {
    background-position: 0 -1602px;
}
.flag-PE {
    background-position: 0 -1611px;
}
.flag-PF {
    background-position: 0 -1620px;
}
.flag-PG {
    background-position: 0 -1629px;
}
.flag-PH {
    background-position: 0 -1638px;
}
.flag-PK {
    background-position: 0 -1647px;
}
.flag-PL {
    background-position: 0 -1656px;
}
.flag-PM {
    background-position: 0 -1665px;
}
.flag-PN {
    background-position: 0 -1674px;
}
.flag-PR {
    background-position: 0 -1683px;
}
.flag-PS {
    background-position: 0 -1692px;
}
.flag-PT {
    background-position: 0 -1701px;
}
.flag-PW {
    background-position: 0 -1710px;
}
.flag-PY {
    background-position: 0 -1719px;
}
.flag-QA {
    background-position: 0 -1728px;
}
.flag-RE {
    background-position: 0 -1737px;
}
.flag-RO {
    background-position: 0 -1746px;
}
.flag-RS {
    background-position: 0 -1755px;
}
.flag-RU {
    background-position: 0 -1764px;
}
.flag-RW {
    background-position: 0 -1773px;
}
.flag-SA {
    background-position: 0 -1782px;
}
.flag-SB {
    background-position: 0 -1791px;
}
.flag-SC {
    background-position: 0 -1800px;
}
.flag-SD {
    background-position: 0 -1809px;
}
.flag-SE {
    background-position: 0 -1818px;
}
.flag-SG {
    background-position: 0 -1827px;
}
.flag-SH {
    background-position: 0 -1836px;
}
.flag-SI {
    background-position: 0 -1845px;
}
.flag-SJ {
    background-position: 0 -1854px;
}
.flag-SK {
    background-position: 0 -1863px;
}
.flag-SL {
    background-position: 0 -1872px;
}
.flag-SM {
    background-position: 0 -1881px;
}
.flag-SN {
    background-position: 0 -1890px;
}
.flag-SO {
    background-position: 0 -1899px;
}
.flag-SOUTH-OSSETIA {
    background-position: 0 -1908px;
}
.flag-SR {
    background-position: 0 -1917px;
}
.flag-SS {
    background-position: 0 -1926px;
}
.flag-ST {
    background-position: 0 -1935px;
}
.flag-SV {
    background-position: 0 -1944px;
}
.flag-SY {
    background-position: 0 -1953px;
}
.flag-SZ {
    background-position: 0 -1962px;
}
.flag-TC {
    background-position: 0 -1971px;
}
.flag-TD {
    background-position: 0 -1980px;
}
.flag-TF {
    background-position: 0 -1989px;
}
.flag-TG {
    background-position: 0 -1998px;
}
.flag-TH {
    background-position: 0 -2007px;
}
.flag-TJ {
    background-position: 0 -2016px;
}
.flag-TK {
    background-position: 0 -2025px;
}
.flag-TL {
    background-position: 0 -2034px;
}
.flag-TM {
    background-position: 0 -2043px;
}
.flag-TN {
    background-position: 0 -2052px;
}
.flag-TO {
    background-position: 0 -2061px;
}
.flag-TR {
    background-position: 0 -2070px;
}
.flag-TT {
    background-position: 0 -2079px;
}
.flag-TV {
    background-position: 0 -2088px;
}
.flag-TW {
    background-position: 0 -2097px;
}
.flag-TZ {
    background-position: 0 -2106px;
}
.flag-UA {
    background-position: 0 -2115px;
}
.flag-UG {
    background-position: 0 -2124px;
}
.flag-UM {
    background-position: 0 -2133px;
}
.flag-US {
    background-position: 0 -2142px;
}
.flag-UY {
    background-position: 0 -2151px;
}
.flag-UZ {
    background-position: 0 -2160px;
}
.flag-VA {
    background-position: 0 -2169px;
}
.flag-VC {
    background-position: 0 -2178px;
}
.flag-VE {
    background-position: 0 -2187px;
}
.flag-VG {
    background-position: 0 -2196px;
}
.flag-VI {
    background-position: 0 -2205px;
}
.flag-VN {
    background-position: 0 -2214px;
}
.flag-VU {
    background-position: 0 -2223px;
}
.flag-WF {
    background-position: 0 -2232px;
}
.flag-WS {
    background-position: 0 -2241px;
}
.flag-YE {
    background-position: 0 -2250px;
}
.flag-YT {
    background-position: 0 -2259px;
}
.flag-ZA {
    background-position: 0 -2268px;
}
.flag-ZM {
    background-position: 0 -2277px;
}
.flag-ZW {
    background-position: 0 -2286px;
}
div.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
}
div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression(
        (
                0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth) +
                    (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)
            ) + "px"
    );
    top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + "px");
}
div.ie6.top-left {
    left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + "px");
    top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + "px");
}
div.ie6.bottom-right {
    left: expression(
        (
                0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth) +
                    (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)
            ) + "px"
    );
    top: expression(
        (
                0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight) +
                    (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)
            ) + "px"
    );
}
div.ie6.bottom-left {
    left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + "px");
    top: expression(
        (
                0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight) +
                    (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)
            ) + "px"
    );
}
div.ie6.center {
    left: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + "px");
    top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + "px");
    width: 100%;
}
body > div.jGrowl {
    position: fixed;
}
div.jGrowl.top-left {
    left: 0;
    top: 0;
}
div.jGrowl.top-right {
    right: 0;
    top: 0;
}
div.jGrowl.bottom-left {
    left: 0;
    bottom: 0;
}
div.jGrowl.bottom-right {
    right: 0;
    bottom: 0;
}
div.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%;
}
div.center div.jGrowl-closer,
div.center div.jGrowl-notification {
    margin-left: auto;
    margin-right: auto;
}
div.jGrowl div.jGrowl-closer,
div.jGrowl div.jGrowl-notification {
    background-color: #000;
    opacity: 0.85;
    zoom: 1;
    width: 235px;
    padding: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px;
}
div.jGrowl div.jGrowl-notification {
    min-height: 40px;
}
div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: 700;
    font-size: 0.85em;
}
div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
}
div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
}
@media print {
    div.jGrowl {
        display: none;
    }
}
.citation {
    border-left: 3px solid #3949ab;
    padding-left: 10px;
    display: block;
    margin: 20px 0;
}
.lowercase {
    text-transform: lowercase;
}
.suggestions-nowrap {
    white-space: nowrap;
}
.suggestions-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.suggestions-input::-ms-clear {
    display: none;
}
.suggestions-wrapper {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    min-height: 1px;
    -webkit-text-size-adjust: 100%;
}
.suggestions-addon {
    display: none;
    opacity: 0;
    position: absolute;
}
.suggestions-addon[data-addon-type="spinner"] {
    background: url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=)
        50% 50% no-repeat rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.suggestions-addon[data-addon-type="clear"] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=)
        50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8;
}
.suggestions-addon[data-addon-type="clear"]:hover {
    opacity: 1;
}
.suggestions-suggestions {
    background: #fff;
    border: 1px solid #c5c5c5;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
    font-weight: 400;
    color: #25282c;
}
.suggestions-suggestions.suggestions-mobile {
    border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid #ddd;
}
.suggestions-suggestion {
    padding: 8px 16px;
    overflow: hidden;
    color: #aba8ac;
}
.suggestions-suggestion:hover {
    background: #f7f7f7;
}
.suggestions-selected,
.suggestions-selected:hover {
    background: #f0f0f0;
}
.suggestions-hint {
    padding: 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #777;
    font-size: 85%;
}
.suggestions-constraints {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
}
.suggestions-constraints:empty {
    display: none !important;
}
.suggestions-constraints li {
    background: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 0.5em;
}
.suggestions-constraints li .suggestions-remove {
    height: 1em;
    width: 1em;
    display: inline-block;
    margin: 0 0 0 0.25em;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=)
        50% 50% no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0.8;
}
.suggestions-constraints li .suggestions-remove:hover {
    opacity: 1;
}
.suggestions-constraints li span {
    vertical-align: middle;
}
.suggestions-subtext {
    color: #aba8ac;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 0.5em 0 0;
}
.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px;
}
.suggestions-subtext_label {
    margin: 0 0 0 0.25em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
    background: #f5f5f5;
    font-size: 85%;
}
.catalog-desc-text ul,
.catalog-desc-text ul li + li,
.news-text .text-block ul,
.news-text .text-block ul li + li,
.text-block ul,
.text-block ul li + li {
    margin-top: 15px;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
    position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    content: "";
}
[id*="wait_"] {
    position: fixed !important;
    top: 10px !important;
    left: auto !important;
    right: 5px !important;
    z-index: 99999 !important;
}
.card-item-stock-circle-red,
.product-center-availability-circle-red {
    background: #bc2f2f;
}
.card-item-stock-circle-yellow,
.product-center-availability-circle-yellow {
    background: #ffeb3b;
}
.card-item-stock-circle-orange,
.product-center-availability-circle-orange {
    background: #ff9800;
}
.product .product-title {
    min-height: 33px;
}
.product-label.two {
    top: 45px;
}
.header-nav-drop-img a {
    right: 5px;
    padding: 5px;
}
.news-text .text-block ul {
    margin-bottom: 15px;
}
.catalog-desc-text ul li,
.news-text .text-block ul li,
.text-block ul li {
    padding-left: 23px;
    position: relative;
    font-size: 1.071em;
    line-height: 1;
    color: #747474;
}
.catalog-desc-text ul li:before,
.news-text .text-block ul li:before,
.text-block ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    width: 5px;
    height: 5px;
    background: #3949ab;
    border-radius: 50%;
}
.glif {
    height: 110px !important;
}
.glif > img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.aside-nav-drop-li ul {
    padding-left: 5.21%;
}
.card-equipment-tab > a {
    color: #222;
    text-decoration: none;
}
.card-equipment-tab.close {
    border-bottom: 1px solid #bdbdbd;
}
.card-comment-list li + li {
    margin-left: 18px;
}
.card-comment-list {
    margin-left: 14.19%;
}
#reviews .show_more {
    margin: -20px auto 30px;
    display: block;
    width: 200px;
    text-align: center;
}
.characteristics-list-parameter,
.characteristics-list-value {
    white-space: nowrap;
}
.characteristics-block {
    width: 75%;
    min-width: 75%;
}
.characteristics-list-questions-info {
    white-space: normal;
}
.link-style {
    color: #3949ab;
}
#description .text-block p,
.popup .form-group.text-block p {
    margin-bottom: 10px;
}
.popup .form-group.text-block table p {
    margin-bottom: 0;
}
.catalog-desc-text.text-block > p,
.reg-errors {
    margin-bottom: 10px;
}
.catalog-desc-text.text-block p {
    font-size: 15px;
}
.catalog-desc-text.text-block h3 {
    margin-top: 20px;
}
.catalog-desc-text.text-block ul li:before {
    top: 10px;
}
.main-filtr .checkbox-filtr + .checkbox-filtr {
    margin-left: 0;
}
.main-filtr > .flex-row > div {
    margin-left: 20px;
}
.bx-filter-container-modef {
    display: none !important;
}
#cart_preloader,
#cat_preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.62);
    top: 0;
    left: 0;
    z-index: 99999;
}
#filter-desctructor > li,
#filter-desctructor > li > .checkbox-filtr-title,
#filter-desctructor > li > .main-filtr-block,
.sort-block-drop .icon.alter {
    display: inline-block;
}
#cart_preloader > img,
#cat_preloader > img {
    width: 120px;
    height: 120px;
    left: 45%;
    top: 20%;
    position: relative;
}
.filter-prop-name {
    cursor: pointer;
}
.icon-arrow-up {
    background-position: 0 -15px;
}
#sef-link > a {
    padding: 10px 20px;
    border: 2px dashed #ff8c00;
    color: #ff8c00;
    font-weight: 700;
}
#filter-desctructor {
    max-width: 650px;
}
.parentus > a > i {
    position: absolute;
    left: 10px;
    color: #7d7d7d;
    margin-top: 7px;
}
#description .text-block ul {
    margin-top: 15px;
}
#description .text-block ul li {
    padding-left: 23px;
    position: relative;
    font-size: 1.071em;
    line-height: 1.6;
    color: #7d7d7d;
}
#description .text-block ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 6px;
    display: block;
    width: 5px;
    height: 5px;
    background: #3949ab;
    border-radius: 50%;
}
[href="#colorSelect"] {
    display: none !important;
}
#colorSelect,
#creditSend,
#ordering,
#orderingSend,
#passwordReminder,
#popupAnswer,
#reg,
#signIn {
    display: block !important;
}
.reg-errors {
    margin-top: -15px;
}
ul.filt-custom-color .color-maize {
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
}
ul.filt-custom-color .color-filtr-block {
    border: 1px solid #bababa;
    padding: 5px;
    width: auto;
    height: auto;
}
ul.filt-custom-color .color-filtr-block.active,
ul.filt-custom-color .color-filtr-block:hover {
    border-color: #3949ab;
}
ul.filt-custom-color .color-checkbox-block input:checked + span span:before {
    background: url(#);
    display: none;
}
ul.filt-custom-color li {
    padding-left: 5px;
    padding-right: 5px;
}
.cart-aside-product .color-list,
.product .color-list {
    padding-top: 2px;
    height: 15px;
    position: absolute;
    width: auto;
    margin-top: -15px;
    background: rgba(255, 255, 255, 0.5);
}
.cart-aside-product .color-list ul,
.cart-aside-product .color-list ul li,
.product .color-list ul,
.product .color-list ul li {
    display: inline-block;
}
.cart-aside-product .color-list ul li,
.product .color-list ul li {
    margin-bottom: 3px;
    margin-right: 3px;
    float: left;
}
.cart-aside-product .color-list ul li.hidden,
.product .color-list ul li.hidden {
    display: none;
}
.cart-aside-product .color-list ul li span,
.product .color-list ul li span {
    background-color: #fff;
    display: block;
    border: 1px solid #fff;
}
.product .color-list ul li span {
    width: 12px;
    height: 12px;
}
.cart-aside-product .color-list ul li span {
    width: 14px;
    height: 14px;
}
.cart-aside-product .color-list a.link-border,
.product .color-list a.link-border {
    font-size: 12px;
    position: relative;
    top: -3px;
}
.cart-aside-product .color-list a.link-border {
    top: -3px;
}
.card-block-left .color-list ul,
.card-block-left .color-list ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.card-block-left .color-list li:before {
    display: none;
}
.card-block-left .color-list ul {
    max-width: 350px;
}
.card-block-left .color-list ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.card-block-left .color-list ul li span {
    border: 1px solid #bababa;
    padding: 5px;
    width: auto;
    height: auto;
    display: block;
}
.card-block-left .color-list ul li span.active,
.card-block-left .color-list ul li span:hover {
    border-color: #3949ab;
}
.card-block-left .color-list ul li span a.color-choose {
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    display: block;
    background-size: contain;
}
.card-block-left .color-list ul li.hidden {
    display: none;
}
.card-block-left .color-list .link-border {
    margin-top: 10px;
}
#small_cart {
    max-width: 190px;
}
.header-contact {
    margin-right: 1.9%;
}
div.selectboxss {
    width: 250px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
}
div.selectboxss .selectboxssvalue {
    cursor: pointer;
    transition: 0.2s;
    margin: 0;
}
div.selectboxss img.arrowselect {
    position: absolute;
    width: 9px;
    height: 6px;
    right: 10px;
    top: 12px;
    padding: 0 !important;
}
::-webkit-scrollbar {
    background: 0 0;
    width: 0.5em;
    position: absolute;
}
::-webkit-scrollbar-track {
    background: 0 0;
    position: absolute;
    z-index: -2;
}
::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #c5c5c5;
}
ul.selectboxssmenu {
    background: #fff;
    transition: 0.3s;
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden !important;
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 99999;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}
ul.selectboxssmenu > li {
    display: block;
    padding: 10px;
    border-radius: 0;
    cursor: pointer;
}
ul.selectboxssmenu > li.selectoption:hover {
    color: #7d7d7d;
    background: #c5c5c5;
    transition: 0.2s;
}
div.selectboxss .pick,
div.selectboxss-not .pick {
    display: inline-block;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    line-height: 1.7;
    max-height: 31px;
}
div.selectboxss .pick {
    width: 20px;
    height: 20px;
    white-space: nowrap;
}
div.selectboxss .pick.white {
    width: 19px;
    height: 19px;
    border: 1px solid #bababa;
}
div.selectboxss {
    max-width: 160px;
    height: 31px;
    border-radius: 1px;
    border: 1px solid #c5c5c5;
    color: #7d7d7d;
    margin-top: -5px;
    position: absolute;
}
div.selectboxss .selectboxssvalue {
    padding: 5px;
    height: 31px;
}
ul.selectboxssmenu > li.selectoption {
    color: #7d7d7d;
    padding: 5px;
}
div.selectboxss *,
div.selectboxss-not * {
    font-size: 12px;
    font-family: arial;
}
div.selectboxss-not {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    max-width: 160px;
    height: 31px;
    border: 1px solid transparent;
    color: #7d7d7d;
    margin-top: -10px;
}
div.selectboxss-not .selectboxssvalue {
    padding: 0;
    height: 31px;
    margin: 0;
}
div.selectboxss-not .pick {
    width: 20px;
    height: 20px;
}
div.selectboxss-not .pick.white {
    width: 19px;
    height: 19px;
    border: 1px solid #bababa;
}
.form-control.error {
    border-color: red !important;
}
.cart-gray-price {
    margin-right: 13.27%;
}
.popup#colorSelect {
    width: 588px;
}
.popup#colorSelect ul {
    width: 351px;
    float: right;
}
.popup#colorSelect img.color-big {
    float: left;
    width: 150px;
    height: 150px;
    border: 1px solid #bababa;
}
.popup#colorSelect h3 {
    font-size: 22px;
}
.popup#colorSelect .form-group {
    text-align: center;
}
.popup#colorSelect .color-list ul li span a.color-choose {
    width: 39px;
    height: 39px;
    cursor: pointer;
}
.popup#colorSelect .color-list ul li {
    margin-right: 9px;
    margin-bottom: 9px;
}
.popup#colorSelect .color-list ul li:nth-child(6n + 6) {
    margin-right: 0;
}
.popup#colorSelect .form-group + .form-group {
    margin-top: 30px;
}
.popup#colorSelect .form-group #popupOfferButton.freeze {
    cursor: default;
    background-color: #7f7f7f !important;
}
.card-slider-block .card-slider-big-item-img,
.filter-row > div > label {
    cursor: pointer;
}
.error-block,
.success-block {
    width: 75%;
    float: right;
}
.error-block {
    color: #c00;
}
.success-block {
    color: green;
}
.big_more.show_more,
.small_more.show_more {
    width: 200px;
    margin: 0 auto;
    display: block;
}
.hide {
    display: none;
}
.cry-review-img {
    max-width: 90px;
    max-height: 90px;
    float: left;
    margin-right: 10px;
}
.errortext {
    color: red !important;
}
.successtext {
    color: green !important;
}
section.main-about {
    margin-bottom: 30px;
}
section.main-about h1,
section.main-about h2 {
    margin-bottom: 15px;
}
section.main-about h1 {
    font-size: 2em !important;
    line-height: 1.5;
}
section.main-about .content-row {
    width: 80%;
}
section.main-about .content-row:after {
    content: "";
    display: table;
    clear: both;
}
section.main-about img {
    float: left;
    margin-right: 20px;
    width: 421px;
    height: 244px;
    background-color: #e4e4e4;
}
section.main-about p {
    font-size: 15px;
    line-height: 1.3;
    color: #7d7d7d;
    font-weight: 400;
    margin-bottom: 10px;
}
section.main-about h5 {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
}
.design-image {
    width: 337px;
    height: 220px;
}
.design-image2 {
    width: 230px;
}
.news-text .text-block > p {
    margin-bottom: 10px;
}
.news-text .text-block img {
    margin-right: 15px;
}
.pagination-block.center {
    margin: 0 auto;
}
.content-block-main .text-block > p {
    margin-bottom: 10px;
}
.cryprev {
    width: 104px;
    height: 103px !important;
}
.cryzoom {
    position: absolute;
    width: inherit;
}
.thankyoumessage > h5 {
    color: green;
}
.block-404 {
    display: block;
}
.block-404 .img-404,
.block-404 .text-404 {
    width: 49%;
    min-width: 49%;
    display: inline-block;
    vertical-align: top;
}
.block-404 .text-block p {
    margin-bottom: 5px;
}
.block-404 .text-block .btn {
    margin-top: 10px;
}
.bigdata-row-slider {
    padding-right: 1px;
}
.bigdata-row-slider .product {
    min-width: 0;
    border-left: none;
    border-right: 1px solid #cecece;
}
.bigdata-row-slider .product-bottom-price-new {
    letter-spacing: -2px;
}
.footer-contact-phone.second {
    margin-left: 13px;
}
.cart-aside-product-block .cart-aside-product-img a img,
.cryprev > img {
    margin: 0 auto;
}
.cryprev > img {
    height: 100%;
}
.offer-price {
    letter-spacing: -2px;
}
.cart-main-table-price.old > span.cart-main-table-price-number {
    text-decoration: line-through;
    color: #848484;
    font-size: 0.7em;
}
.cart-main-table-price.old > .fa {
    font-size: 0.7em;
}
.cart-main-table-price-all.old,
.cart-main-table-price-old > .fa,
.cart-main-table-price-old > span {
    text-decoration: line-through;
    font-size: 1.2em;
    color: #848484;
}
.cart-main-table-price-all.old {
    font-size: 0.9em;
}
.howcredit a,
.terms-block p {
    font-size: 0.857em;
}
.text-block table td,
.text-block table th {
    font-weight: 400;
    color: #191919;
    border: none;
    padding: 16px 0;
}
.searched,
.text-block b {
    font-weight: 700;
}
.text-block table th {
    background: #3949ab;
}
.text-block table td > span,
.text-block table th > span {
    display: block;
    padding: 0 20px;
}
.text-block table th > span {
    border-right: 1px solid #717bb5;
}
.text-block table td > span {
    border-right: 1px solid #e8e8e8;
}
.text-block table tr {
    background: #fff;
}
.text-block table tr:nth-child(2n) {
    background: #f3f3f3;
}
.text-block table p {
    line-height: 1.2;
    text-align: left;
}
.text-block table td p {
    color: #191919;
}
.text-block table th p {
    color: #fff;
}
.text-block table td .orange {
    color: #ffd13e;
}
.text-block table td .green {
    color: #83ad1d;
}
.text-block table td .red {
    color: #bc2f2f;
}
.text-block table p.center {
    text-align: center;
}
.text-block table p.right {
    text-align: right;
}
.filter-row > div {
    display: inline-block;
    overflow: hidden;
    width: 49%;
    box-shadow: inset -70px 0 70px -50px #fff;
}
.filter-row > div:hover {
    overflow: visible;
    position: absolute;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    width: auto;
    background: #fff;
    z-index: 999;
}
.product-row .product .product-title,
.readmore {
    overflow: hidden;
}
.filter-row > div:hover + div {
    margin-left: 116.69px;
}
.filter-row .checkbox-block span {
    white-space: nowrap;
    z-index: -1;
    position: relative;
}
.checkbox-block input:checked + span {
    max-width: 100%;
    box-shadow: inset -70px 0 70px -50px #3949ab;
}
.filter-row > div.checked {
    box-shadow: none;
}
.checkbox-block input:checked + span > div:after {
    content: "";
    display: block;
    height: 28px;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #3949ab 45%);
    z-index: 9998;
    width: 25px;
    right: 0;
}
.checkbox-block input:checked + span:after {
    z-index: 9999;
}
.block-hide {
    margin-top: -10px;
}
.text-block i {
    font-style: italic;
}
.color-list ul li span {
    background-size: contain;
}
.card-list li + li {
    margin-top: 13px;
}
.card-list li {
    line-height: 1.4;
}
.card-block-left .color-list ul li span.bigest {
    padding: 0;
}
.card-block-left .color-list ul li span.bigest a.color-choose,
.popup#colorSelect .color-list ul li span.bigest a.color-choose {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}
#locker,
#locker > div {
    position: absolute;
    width: 100%;
    height: 100%;
}
.card-block-right-methods .price {
    color: #090;
}
.terms-block {
    margin-top: 20px;
}
.terms-block p {
    line-height: 1.5;
    color: #7d7d7d;
}
.searched {
    color: #747474;
}
.smallPreloader {
    text-align: center;
}
.smallPreloader > img {
    display: inline-block;
}
#accessories .card-pane-filtr li {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 10px;
    margin-left: 0 !important;
}
#locker,
.footer-row .footer-pay .footer-soc,
.hidden-meta {
    display: none;
}
#locker {
    z-index: 9998;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01) 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px) no-repeat;
    background-position: center center;
    background-size: 100%;
}
#locker > div {
    z-index: 9999;
    background: url(https://www.kupatika.ru/img/cat_preloader.gif) center center no-repeat;
    background-size: 160px 160px;
}
#accessories .product:nth-child(5n + 1) {
    border-left: 1px solid transparent;
}
#equipment .card-equipment-img > img {
    margin: 0 auto;
}
.redBtn {
    background-color: #bc2f2f;
    margin-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
}
.redBtn:hover {
    background-color: #982929;
}
.disc-action {
    font-family: arial;
    color: #bc2f2f;
    margin-bottom: 25px;
}
.btitle,
.ftitle {
    margin-bottom: 20px;
}
.disc-action > div:first-child {
    font-size: 22px;
    font-weight: 700;
}
.disc-action > div:last-child {
    font-size: 14px;
    font-weight: 500;
}
.footer-contact {
    width: 23.69%;
    min-width: 23.69%;
}
.footer-row .footer-soc {
    width: auto;
    min-width: 165px;
}
.footer-pay {
    width: 16.69%;
    min-width: 16.69%;
}
.footer-pay .link-border {
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.ya-rev {
    margin-top: 15px;
    display: block;
}
.footer-row .footer-pay .ftitle.ya,
.footer-row .footer-pay .ya-rev {
    display: none;
}
.ftitle.ya {
    margin-top: 20px;
}
.footer-row .footer-pay li img,
.pay-block li img {
    max-width: 60px;
    max-height: 20px;
}
.pay-block ul {
    margin-top: 5px;
}
.footer-row .footer-pay ul {
    margin-top: 15px;
}
.btitle {
    font-size: 1.714em;
    color: #222;
}
.ftitle {
    font-size: 1.285em;
    display: block;
}
footer .ftitle {
    color: #fff;
}
.footer-soc {
    text-align: left;
}
.sale-filter .checkbox-block span {
    color: #3949ab;
}
.sale-filter .checkbox-block input:checked + span {
    color: #fff;
}
.sale-filter-button,
.sale-filter-button:hover {
    color: #bc2f2f;
}
.design-galery .slider-dis-big-item img {
    margin: 0 auto;
}
.characteristics-list-questions-info {
    min-width: 345px;
}
@media (max-width: 1250px) {
    .footer-contact {
        width: 28.69%;
        min-width: 28.69%;
    }
    .footer-pay {
        width: 20.69%;
        min-width: 20.69%;
    }
    .footer-row .footer-soc {
        /*display:none;*/
        position: absolute;
        right: 0;
        bottom: 30px;
        width: 20.69%;
        min-width: 20.69%;
    }
    .footer-row .footer-pay .footer-soc {
        display: block;
        width: auto;
        min-width: 100px;
        margin-top: 20px;
        text-align: left;
    }
    .footer-row .footer-pay .ftitle.ya,
    .footer-row .footer-pay .ya-rev {
        display: block;
    }
}
.replacer-h4 {
    margin-bottom: 20px;
    font-size: 1.285em;
    display: block;
}
.replacer-h2 {
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 30px;
    display: block;
}
.cart-main-table-price.old > span,
.cart-main-table-total-text.old > span {
    text-decoration: line-through;
    color: #848484;
}
img.lazy_load {
    margin: 0 auto;
}
.barnd-catalog-block {
    height: auto !important;
}
.card-main-info-delivery-adress-block {
    width: 147px;
}
.product-label-new-actions {
    min-width: 80px;
    min-height: 31px;
    max-height: 40px;
    font-size: 1.714em;
    padding: 5px 0 6px 10px;
    text-align: left;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    top: 11px;
    left: 15px;
}
.product-label-new-actions.sale {
    background-image: url(/images/cart_kupatika.png);
}
.product-label-new-actions.deliv {
    background-image: url(/images/delivery_kupatika.png);
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 9px;
}
.product-label-new-actions span {
    display: block;
    color: #fff;
}
.product-label-new-actions b {
    font-weight: 700;
}
.product-label-new-actions.sale span:first-child {
    font-size: 12px;
    line-height: 12px;
}
.product-label-new-actions.sale span:last-child {
    font-size: 6.3px;
    line-height: 8px;
    letter-spacing: 0;
}
.product-label-new-actions.deliv span:first-child {
    font-size: 8px;
    line-height: 8px;
}
.product-label-new-actions.deliv span:last-child {
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0;
}
.card .product-label-actions.product-label-red {
    font-size: 18px;
}
.card .product-label-new-actions {
    min-width: 106px;
    min-height: 41px;
    max-height: 41px;
    top: 6px;
    left: 6px;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 9px;
}
.card .product-label-new-actions.sale span:first-child {
    font-size: 16px;
    line-height: 16px;
}
.card .product-label-new-actions.sale span:last-child {
    font-size: 8px;
    line-height: 14px;
    letter-spacing: 0;
}
.card .product-label-new-actions.deliv span:first-child {
    font-size: 10px;
    line-height: 10px;
}
.card .product-label-new-actions.deliv span:last-child {
    font-size: 12.5px;
    line-height: 20px;
}
.product-label.three {
    top: 80px;
}
.card-slider-big-item .product-label + .product-label {
    margin-left: 110px;
}
.readmore {
    height: 203px;
    position: relative;
}
.readmore:before {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    z-index: 10;
}
.readmore.active:before {
    display: none;
}
.readmore.active {
    height: 100%;
}
.readmore-link {
    margin-bottom: 40px;
    margin-top: 20px;
}
.readmore-link:after {
    content: "⌵";
    position: relative;
    font-weight: 700;
    color: #263172;
    margin-left: 3px;
    font-size: 11.5px;
    top: -1px;
}
#description .twocol:after,
.filelink:before {
    content: "";
}
#description .characteristics-block,
#description .twocol {
    width: 100%;
    min-width: 100%;
}
#description .twocol .left {
    float: left;
    width: 55%;
    min-width: 55%;
}
#description .twocol .right {
    float: right;
    width: 40%;
    min-width: 40%;
}
#description .twocol .full {
    float: left;
    width: 75%;
    min-width: 75%;
}
.filelink {
    width: 100%;
    min-width: 100%;
    display: block;
    margin-bottom: 10px;
}
.filelink:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(/img/filelinks.png);
    margin-right: 8px;
    vertical-align: top;
}
.filelink.scheme:before {
    background-position: 0 0;
}
.filelink.guide:before {
    background-position: 0 -31px;
}
.filelink-title {
    margin-top: 48px;
}
#description .twocol:after {
    display: table;
    clear: both;
}
.footer-row {
    position: relative;
}
.popup {
    background: white url(/images/bg_popup.png) top right no-repeat;
}

.product-label-new-actions.sale.product-label-promo {
    background-image: url(/css/images/promo3.png);
}