@charset "UTF-8";
@font-face {
    font-family: ClearSans;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/ClearSansRegular/ClearSansRegular.eot);
    src: url(../fonts/ClearSansRegular/ClearSansRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/ClearSansRegular/ClearSansRegular.woff) format("woff"), url(../fonts/ClearSansRegular/ClearSansRegular.ttf) format("truetype")
}
@font-face {
    font-family: ClearSans;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/ClearSansBold/ClearSansBold.eot);
    src: url(../fonts/ClearSansBold/ClearSansBold.eot?#iefix) format("embedded-opentype"), url(../fonts/ClearSansBold/ClearSansBold.woff) format("woff"), url(../fonts/ClearSansBold/ClearSansBold.ttf) format("truetype")
}
/*!
 *  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-family: FontAwesome;
    src: url(../fonts/FA/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/FA/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/FA/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/FA/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/FA/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/FA/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
body {
    color: #505050;
}
body a {
    color: #007488;
}
.fa {
    display: inline-block;
    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.33333em;
    line-height: .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.28571em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.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 {
    -webkit-filter: none;
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator: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:before,
.fa-battery-full: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language: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-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-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:before,
.fa-thermometer-full: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-bathtub:before,
.fa-s15:before,
.fa-bath: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.nice-select.open,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}
.nice-select:hover {
    border-color: #dbdbdb
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}
.nice-select.disabled:after {
    border-color: #ccc
}
.nice-select.wide {
    width: 100%
}
.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}
.nice-select.right {
    float: right
}
.nice-select.right .list {
    left: auto;
    right: 0
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}
.nice-select.small:after {
    height: 4px;
    width: 4px
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    -o-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}
.nice-select .option.selected {
    font-weight: 700
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}
.no-csspointerevents .nice-select .list {
    display: none
}
.no-csspointerevents .nice-select.open .list {
    display: block
}
.scroll-wrapper {
    overflow: hidden!important;
    padding: 0!important;
    position: relative
}
.scroll-wrapper>.scroll-content {
    border: none!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none!important;
    overflow: hidden!important;
    padding: 0;
    position: relative!important;
    top: 0;
    width: auto!important
}
.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}
.scroll-element {
    display: none
}
.scroll-element,
.scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}
.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}
.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}
.scroll-textarea>.scroll-content {
    overflow: hidden!important
}
.scroll-textarea>.scroll-content>textarea {
    border: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%!important;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    overflow: scroll!important;
    outline: 0;
    padding: 2px;
    position: relative!important;
    top: 0;
    width: 100%!important
}
.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}
.scroll-wrapper>.scroll-element,
.scroll-wrapper>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}
.scroll-wrapper>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.scroll-wrapper>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}
.scroll-wrapper>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px
}
.scroll-wrapper>.scroll-element .scroll-element_outer {
    overflow: hidden
}
.scroll-wrapper>.scroll-element .scroll-bar,
.scroll-wrapper>.scroll-element .scroll-element_outer,
.scroll-wrapper>.scroll-element .scroll-element_track {
    border-radius: 8px
}
.scroll-wrapper>.scroll-element .scroll-bar,
.scroll-wrapper>.scroll-element .scroll-element_track {
    opacity: .4
}
.scroll-wrapper>.scroll-element .scroll-element_track {
    background-color: #1d2021
}
.scroll-wrapper>.scroll-element .scroll-bar {
    background-color: #45565f;
    cursor: pointer
}
.scroll-wrapper>.scroll-element:hover .scroll-bar {
    background-color: #394349
}
.scroll-wrapper>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #394349
}
.scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}
.scroll-wrapper>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}
.scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}
.scroll-wrapper>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}
.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}
.scrollbar-outer>.scroll-element {
    background-color: #fff
}
.scrollbar-outer>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.scrollbar-outer>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%
}
.scrollbar-outer>.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}
.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px
}
.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px
}
.scrollbar-outer>.scroll-element .scroll-element_outer {
    overflow: hidden
}
.scrollbar-outer>.scroll-element .scroll-element_track {
    background-color: #eee
}
.scrollbar-outer>.scroll-element .scroll-bar,
.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track {
    border-radius: 8px
}
.scrollbar-outer>.scroll-element .scroll-bar {
    background-color: #d9d9d9
}
.scrollbar-outer>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2
}
.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}
.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}
.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}
.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}
.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}
.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}
.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}
.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}
.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none
}
.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    opacity: 0;
    border-radius: 7px;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}
.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    opacity: .7
}
.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}
.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}
.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}
.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}
.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}
.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}
.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}
.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}
.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}
.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}
.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}
.scrollbar-light>.scroll-element {
    background-color: #fff
}
.scrollbar-light>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.scrollbar-light>.scroll-element .scroll-element_outer {
    border-radius: 10px
}
.scrollbar-light>.scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), to(#e8e8e8));
    background: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
    border-radius: 10px
}
.scrollbar-light>.scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%
}
.scrollbar-light>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px
}
.scrollbar-light>.scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), to(#f5f5f5));
    background: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    border-radius: 10px
}
.scrollbar-light>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}
.scrollbar-light>.scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}
.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0
}
.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px
}
.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}
.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}
.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}
.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}
.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}
.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}
.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}
.scrollbar-rail>.scroll-element {
    background-color: #fff
}
.scrollbar-rail>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.scrollbar-rail>.scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, .3)
}
.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, .5)
}
.scrollbar-rail>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%
}
.scrollbar-rail>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px
}
.scrollbar-rail>.scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}
.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}
.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}
.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}
.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}
.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}
.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}
.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}
.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}
.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}
.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}
.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}
.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}
.scrollbar-dynamic>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.scrollbar-dynamic>.scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%
}
.scrollbar-dynamic>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px
}
.scrollbar-dynamic>.scroll-element .scroll-element_outer {
    opacity: .3;
    border-radius: 12px
}
.scrollbar-dynamic>.scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    border-radius: 12px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}
.scrollbar-dynamic>.scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px
}
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto
}
.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px
}
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}
.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s
}
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}
.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer {
    overflow: hidden;
    opacity: .7
}
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size {
    opacity: 1
}
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px
}
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer {
    height: 20px;
    min-height: 7px
}
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 7px;
    width: 20px
}
.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}
.scrollbar-chrome>.scroll-element {
    background-color: #fff
}
.scrollbar-chrome>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}
.scrollbar-chrome>.scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb
}
.scrollbar-chrome>.scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%
}
.scrollbar-chrome>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px
}
.scrollbar-chrome>.scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 2px
}
.scrollbar-chrome>.scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9
}
.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e
}
.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}
.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}
.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}
.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}
.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;-o-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);-o-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);-o-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;-webkit-transition:opacity .25s,visibility 0s linear .25s;-o-transition:opacity .25s,visibility 0s linear .25s;transition:opacity .25s,visibility 0s linear .25s;-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;-webkit-transition:opacity .25s,visibility 0s;-o-transition:opacity .25s,visibility 0s;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;-webkit-transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;-webkit-transition:background .25s;-o-transition:background .25s;transition:background .25s;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:-webkit-gradient(linear,left top, left bottom,color-stop(0, transparent),color-stop(20%, rgba(0,0,0,.1)),color-stop(40%, rgba(0,0,0,.2)),color-stop(80%, rgba(0,0,0,.6)),to(rgba(0,0,0,.8)));background:-webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));background:-o-linear-gradient(top,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);-o-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);-o-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);-ms-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);-webkit-box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);-o-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}

/* Thumbs */

.fancybox-thumbs {
    display: none;
}

.fancybox-button--thumbs {
	display: none;
}
.order-detail-control{
	text-align:right;
}
@media all and (min-width: 800px) {

	.fancybox-button--thumbs {
		display: inline-block;
	}

	.fancybox-button--thumbs span {
		font-size: 23px;
	}

	.fancybox-button--thumbs::before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		-webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
		        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	}

	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		z-index: 99995;
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}

	.fancybox-thumbs > ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
	}

	.fancybox-thumbs > ul > li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
	    -webkit-backface-visibility: hidden;
	            backface-visibility: hidden;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	}

	li.fancybox-thumbs-loading {
		background: rgba(0,0,0,0.1);
	}

	.fancybox-thumbs > ul > li > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
	}

	.fancybox-thumbs > ul > li:before {
		content:'';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		-webkit-transition: all 0.2s cubic-bezier(.25,.46,.45,.94);
		-o-transition: all 0.2s cubic-bezier(.25,.46,.45,.94);
		transition: all 0.2s cubic-bezier(.25,.46,.45,.94);
	}

	.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
		opacity: 1;
	}

}

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        display: none!important
    }
    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.irs-line {
    position: relative;
    display: block;
    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 {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}
.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}
.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}
.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1
}
.irs-slider.type_last {
    z-index: 2
}
.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default
}
.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default
}
.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    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;
    background: #000
}
.irs-grid-pol.small {
    height: 4px
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    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: 0 0;
    z-index: 2
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    cursor: not-allowed
}
.irs-disabled {
    opacity: .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;
    overflow: hidden;
    outline: 0!important;
    z-index: -9999!important;
    background: 0 0!important;
    border-style: solid!important;
    border-color: transparent!important
}
.irs {
    height: 55px
}
.irs-with-grid {
    height: 75px
}
.irs-line {
    height: 10px;
    top: 33px;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, #fff));
    background: -webkit-linear-gradient(top, #ddd -50%, #fff 150%);
    background: -o-linear-gradient(top, #ddd -50%, #fff 150%);
    background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
    border: 1px solid #ccc;
    border-radius: 16px;
    -moz-border-radius: 16px
}
.irs-line-left {
    height: 8px
}
.irs-line-mid {
    height: 8px
}
.irs-line-right {
    height: 8px
}
.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    background: #428bca;
    background: -webkit-gradient(linear, left bottom, left top, from(#428bca), to(#7fc3e8));
    background: -webkit-linear-gradient(bottom, #428bca 0, #7fc3e8 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #428bca), to(#7fc3e8));
    background: -o-linear-gradient(bottom, #428bca 0, #7fc3e8 100%);
    background: linear-gradient(to top, #428bca 0, #7fc3e8 100%)
}
.irs-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: -webkit-gradient(linear, left bottom, left top, from(#428bca), to(#7fc3e8));
    background: -webkit-linear-gradient(bottom, #428bca 0, #7fc3e8 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #428bca), to(#7fc3e8));
    background: -o-linear-gradient(bottom, #428bca 0, #7fc3e8 100%);
    background: linear-gradient(to top, #428bca 0, #7fc3e8 100%);
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px
}
.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: .3;
    border-radius: 5px;
    -moz-border-radius: 5px
}
.irs-slider {
    top: 25px;
    width: 27px;
    height: 27px;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, #dcdcdc), to(white));
    background: -webkit-linear-gradient(top, #fff 0, #dcdcdc 20%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(20%, #dcdcdc), to(#fff));
    background: -o-linear-gradient(top, #fff 0, #dcdcdc 20%, #fff 100%);
    background: linear-gradient(to bottom, #fff 0, #dcdcdc 20%, #fff 100%);
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    cursor: pointer
}
.irs-slider.state_hover,
.irs-slider:hover {
    background: #fff
}
.irs-max,
.irs-min {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px;
    -moz-border-radius: 3px
}
.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
    background: #ccc
}
.irs-from,
.irs-single,
.irs-to {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
    background: #999
}
.irs-grid {
    height: 27px
}
.irs-grid-pol {
    opacity: .5;
    background: #428bca
}
.irs-grid-pol.small {
    background: #999
}
.irs-grid-text {
    bottom: 5px;
    color: #99a4ac
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}
:-moz-placeholder {
    color: #666;
    opacity: 1
}
::-moz-placeholder {
    color: #666;
    opacity: 1
}
:-ms-input-placeholder {
    color: #666;
    opacity: 1
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}
body input:required:valid,
body textarea:required:valid {
    color: #666
}
body,
html {
    height: 100%
}
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #e1e2e2;
    z-index: 9999
}
.preloader .pulse {
    position: relative;
    left: 50%;
    top: 50vh;
    margin-left: -40px;
    margin-top: -40px
}
.preloader .pulse:after,
.preloader .pulse:before {
    content: '';
    border: 5px solid #4b4b4b;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    position: absolute
}
.preloader .pulse:before {
    -webkit-animation: pulse-outer .8s ease-in infinite;
    animation: pulse-outer .8s ease-in infinite
}
.preloader .pulse:after {
    -webkit-animation: pulse-inner .8s linear infinite;
    animation: pulse-inner .8s linear infinite
}
@-webkit-keyframes pulse-outer {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 0
    }
}
@keyframes pulse-outer {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes pulse-inner {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes pulse-inner {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    line-height: 0
}
.clearfix:after {
    clear: both
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
button {
    cursor: pointer;
    font-family: ClearSans, sans-serif
}
html {
    background: url(../img/bg.png) repeat;
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    font-family: ClearSans, sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    opacity: 1;
    padding: 0;
    margin: 0;
}
body a {
    text-decoration: none
}
body a:hover {
    text-decoration: none;
}
.wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: -.7px .7px 20px rgba(0, 0, 0, .15);
    box-shadow: -.7px .7px 20px rgba(0, 0, 0, .15);
    position: relative;
    padding-top: 18px
}
.wrapper:before {
    content: '';
    height: 5px;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background: #019cb7
}
.wrapper-inner {
    padding: 0 40px;
    position: relative
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.main-header {
    display: table;
    width: 100%;
    padding-bottom: 13px
}
.main-header>div {
    display: table-cell;
    vertical-align: top
}
.main-header .logo {
    padding-top: 22px;
	display: block;
}
.main-header .logo img {
    max-width: 100%
}
.main-header .logo .text-logo {
    color: #666;
    display: block;
    padding-top: 17px
}
.main-header .top-info {
    padding-top: 18px;
    padding-left: 20px
}
.main-header .top-info .phone-block {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    border-right: 1px solid #fdbd7f
}
.main-header .top-info .phone-block .phone {
    color: #333;
    display: block;
	font-weight: bold;
}
.main-header .top-info .phone-block .label {
    font-size: 11px;
    color: #999;
    margin-top: -2px;
    padding-left: 11px
}
.main-header .top-info .phone-block .phone2 .phone {
    padding-top: 9px
}
.main-header .top-info .phone-block .mail a {
    color: #007488;
    text-decoration: underline;
    display: block;
    margin-top: 8px
}
.main-header .top-info .work-block {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px
}
.main-header .top-info .work-block .adress {
    color: #333;
    font-size: 14px;
    padding-bottom: 18px;
    line-height: 16px
}
.main-header .top-info .work-block .graph {
    height: 5px;
    margin-bottom: 6px
}
.main-header .top-info .work-block .graph span {
    height: 5px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    background: #acacac
}
.main-header .top-info .work-block .graph span:not(:last-child) {
    margin-right: 4px
}
.main-header .top-info .work-block .graph span.active {
    background: #f90
}
.main-header .top-info .work-block .time {
    font-size: 11px;
    color: #fc993a;
    margin-bottom: 7px
}
.main-header .top-info .work-block .mail a {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #b3b3b3
}
.main-header .top-info .work-block .mail a:hover {
    border-bottom: 0
}
.main-header .personal .notebook-mail {
    display: none;
    text-align: center
}
.main-header .personal .notebook-mail a {
    font-size: 14px;
    color: #007488;
    text-decoration: underline
}
.main-header .personal .login-block {
    margin-bottom: 8px;
    text-align: center
}
.main-header .personal .login-block:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url(../img/icon__user.png) no-repeat;
    width: 17px;
    height: 16px;
    margin-right: 15px
}
.main-header .personal .login-block a, .main-header .personal .login-block span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 14px
}
.main-header .personal .login-block a span, .main-header .personal .login-block span span {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #b3b3b3
}
.main-header .personal .login-block span span:hover  {
    cursor: pointer;
}
.main-header .personal .login-block a span:hover, .main-header .personal .login-block span span:hover {
    border-bottom: 0
}
.main-header .personal .login-block a:last-child{
    border-left: 1px solid #dedfdf;
    padding-left: 10px;
    margin-left: 10px
}
.main-header .personal .basket-block {
    border: 1px solid #dfe0e0;
    border-radius: 2px;
    padding: 8px 10px;
    margin-bottom: 5px
}
.main-header .personal .basket-block:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url(../img/icon__basket.png) no-repeat;
    width: 20px;
    height: 16px;
    float: left
}
.main-header .personal .basket-block .info {
    margin-left: 35px;
    font-size: 14px;
    color: #999
}
.main-header .personal .basket-block .info span {
    color: #007488
}
.main-header .personal .basket-block .info .title {
    line-height: 16px;
    color: #666;
    text-decoration: underline;
    margin-bottom: 5px;
    display: block
}
.main-header .personal .callback:hover {
    cursor: pointer;
}
.main-header .personal .callback {
    display: block;
    background-color: #f90;
    border-radius: 2px;
    padding: 0 12px;
    padding-bottom: 2px
}
.main-header .personal .callback:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon__callback.png) no-repeat;
    width: 20px;
    height: 21px;
    margin-right: 15px
}
.main-header .personal .callback .desc {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 11px
}
.main-header .personal .callback .desc span {
    display: block;
    font-weight: 700;
    font-size: 14px
}
.main-nav {
    background: #007488;
    margin-bottom: 20px;
	position: relative;
    z-index: 9;
}
.main-nav .main-menu {
    padding: 0;
    margin: 0;
    display: table;
    width: 100%
}
.main-nav .main-menu>li {
    display: table-cell;
    list-style-type: none;
    vertical-align: top
}
.main-nav .main-menu>li.text {
    display: none
}
.main-nav .main-menu>li>a,
.main-nav .main-menu>li>span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 9px 0;
    cursor: pointer
}
.main-nav .main-menu>li:not(:last-child) {
    border-right: 1px solid #019bb6
}
.main-nav .main-menu>li.dropdown {
    position: relative
}
.main-nav .main-menu>li.dropdown>a:after,
.main-nav .main-menu>li.dropdown>span:after {
    content: '\f107';
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: 7px;
    position: relative;
    top: -1px
}
.main-nav .main-menu>li.dropdown .submenu {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 4;
    background: #019cb7;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}
.main-nav .main-menu>li.dropdown .submenu>li {
    list-style-type: none;
    display: block;
    border-top: 1px solid #fff
}
.main-nav .main-menu>li.dropdown .submenu>li>a,
.main-nav .main-menu>li.dropdown .submenu>li>span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 9px 10px;
    display: block;
    cursor: pointer
}
.main-nav .main-menu>li.dropdown .submenu>li>a:hover,
.main-nav .main-menu>li.dropdown .submenu>li>span:hover {
    text-decoration: underline
}
.main-nav .main-menu>li.dropdown.active .submenu {
    opacity: 1;
    pointer-events: auto
}
.main-nav .main-menu>li.active>a,
.main-nav .main-menu>li.active>span,
.main-nav .main-menu>li.selected>a,
.main-nav .main-menu>li.selected>span {
    background: #019cb7
}
.notebook-search {
    display: none
}
.menu-catalog {
    margin-bottom: 20px;
    z-index: 5;
    position: relative;
}
.menu-catalog.active-always{
	position: unset;
}
.menu-catalog .title {
    background-color: #ff4134;
    padding: 4.5px 20px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 16px
}
.menu-catalog .title b {
    font-weight: 400
}
.menu-catalog .title span {
    width: 15px;
    height: 3px;
    display: inline-block;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -1.5px
}
.menu-catalog .title span:after,
.menu-catalog .title span:before {
    content: '';
    width: 15px;
    height: 3px;
    display: inline-block;
    background: #fff;
    top: -6px;
    position: absolute;
    left: 0
}
.menu-catalog .title span:after {
    top: auto;
    bottom: -6px
}
.menu-catalog .menu {
    padding: 10px 0;
    margin: 0;
    border: 1px solid #e1e2e2;
    border-top: 0;
    display: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.menu-catalog .menu>li {
    display: block;
    list-style-type: none
}
.menu-catalog .menu>li>a {
    line-height: 32px;
    color: #1e1e1e;
    padding: 0 5px 0 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: block
}
.menu-catalog .menu>li.active>a,
.menu-catalog .menu>li:hover>a {
    background-color: #efefef
}
.menu-catalog .menu>li.dropdown .submenu-block {
    position: absolute;
    top: 0;
    right: 0;
    left: 238px;
    z-index: 3;
    background-color: transparent;
    border: 0px solid #e1e2e2;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}
.menu-catalog .menu>li.dropdown .submenu-block > .inner-sm{
	background-color: #fff;
    border: 1px solid #e1e2e2;
	-webkit-box-shadow: -3.5px 3.5px 7px rgba(0, 0, 0, .1);
    box-shadow: -3.5px 3.5px 7px rgba(0, 0, 0, .1);
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.menu-catalog .menu>li.dropdown .submenu-block>.inner-sm>div {
    width: 33.3%
}
.menu-catalog .menu>li.dropdown .submenu-block>.inner-sm>div.sect-desc {
    padding: 15px 10px;
    border-left: 1px solid #f0f0f0
}
.menu-catalog .menu>li.dropdown .submenu-block .submenu {
    padding: 15px 0;
    margin: 0
}
.menu-catalog .menu>li.dropdown .submenu-block .submenu>li {
    display: block
}
.menu-catalog .menu>li.dropdown .submenu-block .submenu>li>a {
    font-size: 14px;
    color: #1e1e1e;
    line-height: 16px;
    display: block;
    padding: 6px 10px 6px 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.menu-catalog .menu>li.dropdown .submenu-block .submenu>li>a:hover {
    background-color: #efefef
}
.menu-catalog .menu>li.dropdown .submenu-block .menu-product {
    text-align: center
}
.menu-catalog .menu>li.dropdown .submenu-block .menu-product .img {
    margin-bottom: 10px
}
.menu-catalog .menu>li.dropdown .submenu-block .menu-product .img img {
    max-width: 100%;
    max-height: 178px
}
.menu-catalog .menu>li.dropdown .submenu-block .menu-product .name {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 700
}
.menu-catalog .menu>li.dropdown .submenu-block .menu-product .desc {
    text-align: left;
    font-size: 11px;
    color: #666;
    line-height: 16px
}
.menu-catalog .menu>li.dropdown .submenu-block .menu-product .desc a {
    color: #069;
    text-decoration: underline
}
.menu-catalog .menu>li.dropdown.active .submenu-block {
    opacity: 1;
    pointer-events: auto
}
.menu-catalog.active .menu, .menu-catalog.active-always .menu,
.mobile-menu .menu-catalog.active-always.active ul{
    display: block
}
.mobile-menu .menu-catalog.active-always ul {
	display: none;
}
.certificate-block {
    background-color: #efefef;
    border-radius: 2px;
    text-align: center;
    padding: 20px 0 10px 0;
    margin-bottom: 20px
}
@media (max-width: 767px) {
	.certificate-block {
		display: none!important;
	}
}

.certificate-block .img {
    margin-bottom: 10px
}
.certificate-block .img img {
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.certificate-block .all {
    display: block;
    font-size: 14px;
    color: #666;
    text-decoration: underline
}
.certificate-block .all:hover {
    text-decoration: none
}
.certificate-block.photo-block .img img {
    -webkit-box-shadow: none;
    box-shadow: none
}
.content-block {
    position: relative;
}
.content-block .sidebar {
    width: 220px;
    float: left
}
.content-block .content {
    margin-left: 240px
}
.banner-block img {
    max-width: 100%
}
.custom-select {
    clear: none;
    float: none;
    border-radius: 0;
    height: 30px;
    line-height: 30px
}
.search-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}
.search-social .search-block {
    font-size: 0;
    width: 80%
}
.search-social .search-block-inner {
    display: table;
    width: 100%
}
.search-social .search-block .input-block {
    display: table-cell;
    vertical-align: top;
    position: relative
}
.search-social .search-block .input-block input {
    height: 30px;
    background-color: #fff;
    border: 1px solid #dfe0e0;
    border-radius: 2px;
    width: 100%;
    padding: 0 35px 0 15px;
    border-radius: 2px 0 0 2px
}
.search-social .search-block .input-block .text {
    font-size: 11px;
    color: #999;
    padding-top: 8px
}
.search-social .search-block .input-block .text a {
    color: #5c5c5c;
    display: inline;
    border-bottom: 1px dashed #5c5c5c
}
.search-social .search-block .select-block {
    display: table-cell;
    vertical-align: top
}
.search-social .search-block .select-block select {
    height: 30px;
    background-color: #fff;
    border: 1px solid #dfe0e0;
    border-left: 0;
    padding: 0 10px;
    font-size: 14px;
    color: #333
}
.search-social .search-block .select-block .custom-select {
    border-left: 0;
    padding-left: 10px
}
.search-social .search-block .select-block .custom-select .current {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    line-height: 28px
}
.search-social .search-block .select-block .custom-select.nice-select.open,
.search-social .search-block .select-block .custom-select.open,
.search-social .search-block .select-block .custom-select:active,
.search-social .search-block .select-block .custom-select:focus {
    border-color: #dfe0e0
}
.search-social .search-block .select-block .custom-select .list {
    border-radius: 0;
    border: 1px solid #e1e2e2;
    width: 100%;
    margin-top: -1px
}
.search-social .search-block .select-block .custom-select .option {
    font-size: 14px;
    color: #1e1e1e;
    padding: 0 10px;
    min-height: 30px;
    line-height: 30px
}
.search-social .search-block .select-block .custom-select .option:not(:last-child) {
    border-bottom: 1px solid #e1e2e2
}
.search-social .search-block .select-block .custom-select .option.focus,
.search-social .search-block .select-block .custom-select .option.selected,
.search-social .search-block .select-block .custom-select .option:hover {
    background-color: #fee7ba
}
.search-social .search-block .btn-block {
    display: table-cell;
    vertical-align: top
}
.search-social .search-block .btn-block button {
    background: url(../img/bg__btn.png) repeat;
    border: 1px solid #dfe0e0;
    border-radius: 0 2px 2px 0;
    height: 30px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    border-left: 0
}
.search-social .social-block {
    padding-left: 13px
}
.search-social .social-block .social {
    padding: 0;
    margin: 0;
    font-size: 0;
    white-space: nowrap;
    padding-top: 3px
}
.search-social .social-block .social li {
    display: inline-block;
    vertical-align: top
}
.search-social .social-block .social li a, .search-social .social-block .social li>span{
    display: block;
    width: 25px;
    height: 25px;
    background-color: #f5f5f5;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    text-align: center;
    line-height: 25px;
    -webkit-box-sizing: border-box!important;
            box-sizing: border-box!important;
}
.search-social .social-block .social li span {
    cursor: pointer;
}
.search-social .social-block .social li a img,  .search-social .social-block .social li span img{
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.search-social .social-block .social li a:hover img, .search-social .social-block .social li span:hover img {
    opacity: .75
}
.search-social .social-block .social li:not(:last-child) {
    margin-right: 8px
}
.content-carousel {
    position: relative;
    margin-bottom: 30px
}
.content-carousel .item img {
    width: 100%;
    max-width: 100%
}
.content-carousel .owl-stage-outer {
    overflow: hidden
}
.content-carousel .owl-stage-outer .owl-stage .owl-item {
    display: inline-block;
    vertical-align: top
}
.content-carousel .owl-nav {
    display: none
}
.content-carousel .owl-dots {
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 10px
}
.content-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top
}
.content-carousel .owl-dots .owl-dot span {
    display: block;
    width: 7px;
    height: 8px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-transition: background-color .2 ease;
    -o-transition: background-color .2 ease;
    transition: background-color .2 ease;
    cursor: pointer
}
.content-carousel .owl-dots .owl-dot.active span,
.content-carousel .owl-dots .owl-dot:hover span {
    background-color: #f90
}
.content-carousel .owl-dots .owl-dot:not(:last-child) {
    margin-right: 9px
}
.owl-nav.disabled, .owl-prev.disabled, .owl-next.disabled {
    display: none;
}
.btn a {   color: #fff; }
.btn {
    background-color: #f90;
    border-radius: 2px;
    border: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: ClearSans, sans-serif;
    padding: 3px 0 6px 0;
    line-height: 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	cursor: pointer;
}
.btn:hover{
    background-color: #ffa926;
	color: white;
}
.btn-gray {
    background: #999;
    font-size: 14px
}
.btn-border {
    background-color: #fff;
    border: 1px solid #999
}
.btn-orange {
    color: #f90;
    border: 1px solid #f90;
}
.btn-blue {
    color: #007488;
    border: 1px solid #007488
}
.btn-blue:hover {
    border: 1px solid #007488;
}
.btn-small-font {
    font-size: 14px;
    font-weight: 400
}
.title-line {
    position: relative;
    margin-bottom: 20px
}
.title-line:before {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 1px;
    background: #dfe0e0;
    top: 12px
}
.title-line span {
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
    padding-right: 25px;
    position: relative;
    z-index: 2
}
.title-line span a {
    color: #007488;
    border-bottom: 1px solid #007488
}
.title-line span a:hover {
    border-bottom: 0
}
.title-line .more {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    text-decoration: underline;
    background: #fff;
    display: inline-block;
    padding-left: 25px;
    position: absolute;
    z-index: 2;
    right: 0
}
.title-line .more:hover {
    text-decoration: none
}
.product-block {
    margin-bottom: 25px
}
.product-block__list {
    position: relative
}
.product-block__list .item {
    border: 1px solid #dfe0e0;
    border-radius: 2px;
    padding: 20px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease
}
.product-block__list .item .badges {
    position: absolute;
    left: 0;
    top: 9px
}
.product-block__list .item .badges>div {
    font-size: 0
}
.product-block__list .item .badges>div span {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 9px;
    line-height: 11px;
    margin-bottom: 8px;
    display: inline-block
}
.product-block__list .item .badges>div.hit span {
    background-color: #019cb7
}
.product-block__list .item .badges>div.new span {
    background-color: #62c000
}
.product-block__list .item .badges>div.price span {
    background-color: #be3e99
}
.product-block__list .item .badges>div.sale span {
    background-color: #ff4135
}
.product-block__list .item .badges>div.present span {
    background-color: #fd5a79
}
.product-block__list .item .badges>div.delivery span {
    background-color: #555
}
.product-block__list .item .img {
    text-align: center;
    margin-bottom: 20px;
	min-height: 200px;
}
.product-block.dop-block .product-block__list .item .img {
    min-height: 115px;
    max-height: 115px;
    padding-right: 10px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}
.product-block.dop-block .product-block__list .item .img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.product-block.dop-block .product-block__list .item .name {
    margin-bottom: 0px;
}
.product-block.dop-block .product-block__list .item .price {
    margin-bottom: 0px;
}
.product-block.dop-block .product-block__list .item {
    margin-bottom: 0px;
}
.product-block__list .item .img img {
    max-width: 100%;
	max-height: 195px;
}
.product-block__list .item .name {
    margin-bottom: 20px
}
.product-block__list .item .name a {
    font-size: 14px;
    color: #484848;
    line-height: 16px
}
.product-block__list .item .price {
    font-size: 20px;
    color: #484848;
    font-weight: 700;
    margin-bottom: 20px;
	white-space:nowrap;
}
.product-block__list .item .price span {
    color: #ff4134
}
.product-block__list .item .recommend-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.product-block__list .item .recommend-info>div {
    width: 50%
}
.product-block__list .item .recommend-info .price {
    font-size: 16px;
    color: #ff4134;
    font-weight: 400;
    padding-top: 5px
}
.product-block__list .item .recommend-info .btn {
    background: #007488;
    font-size: 18px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.product-block__list .item .recommend-info .btn:hover {
    background: #26899a
}
.product-block__list .item:hover {
    border: 1px solid #999
}
.product-block__list .owl-stage-outer {
    overflow: hidden
}
.product-block__list .owl-stage-outer .owl-stage .owl-item {
    display: inline-block;
    vertical-align: top
}
.product-block__list .owl-nav .owl-next,
.product-block__list .owl-nav .owl-prev {
    width: 29px;
    height: 29px;
    background-color: #dfe0e0;
    border-radius: 29px;
    text-align: center;
    line-height: 29px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer;
    position: absolute;
    left: 12px;
    top: 35%
}
.product-block__list .owl-nav .owl-next:before,
.product-block__list .owl-nav .owl-prev:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff;
    position: relative;
    left: -1px
}
.product-block__list .owl-nav .owl-next:hover,
.product-block__list .owl-nav .owl-prev:hover {
    background-color: #ccc
}
.product-block__list .owl-nav .owl-next {
    left: auto;
    right: 12px
}
.product-block__list .owl-nav .owl-next:before {
    content: '\f105';
    left: auto;
    right: -1px
}
.product-block__filter {
    font-size: 16px;
    color: #007488;
    font-weight: 700;
    margin-bottom: 20px
}
.product-block__filter a {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    text-decoration: underline;
    margin-left: 25px;
    color: #007488
}
.tags-block {
    margin-bottom: 40px
}
.tags-block .tags-inner {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    line-height: 36px;
    max-height: 136px;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}
.tags-block .tags-inner:before {
    content: '';
    display: block;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}
.tags-inner.clearing:before{
	display: none;
}
.tags-block .tags-inner a {
    font-size: 18px;
    color: #007186;
    text-decoration: underline;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    font-weight: 400;
    pointer-events: auto
}
.tags-block .tags-inner a:first-child {
    margin-left: 20px
}
.tags-block .tags-inner a:hover {
    text-decoration: none
}
.tags-block .tags-inner.active {
    max-height: auto;
}
.tags-block .tags-inner.active:before {
    opacity: 0
}
.tags-block .more {
    text-align: center;
    margin-top: 20px
}
.tags-block .more a {
    font-size: 18px;
    color: #007488;
    border-bottom: 1px dashed #007488
}
.news-block {
    margin-bottom: 40px
}
.news-block .tabs {
    font-size: 0;
    position: relative;
    top: 1px
}
.news-block .tabs .tab {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    padding: 9px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    background: #fff
}
.news-block .tabs .tab.news {
    background: #ff4134;
    color: #fff
}
.news-block .tabs .tab.action {
    background: #f90;
    color: #fff
}
.news-block .tabs .tab.article {
    color: #fff;
    background: #007488
}
.news-block .tabs .tab.active {
    border: 1px solid #999;
    border-bottom: 1px solid #fff;
    cursor: default;
    color: #333;
    background: #fff;
}
.news-block .tabs .tab b {
    font-weight: 400
}
.news-block .tab-content {
    border: 1px solid #999;
    padding: 40px 10px 10px 10px;
    background: #fff
}
.news-block .tab-content .tab-item {
    display: none
}
.news-block .tab-content .tab-item .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.news-block .tab-content .tab-item .news-list .item {
    width: 25%;
    margin-right: 35px
}
.news-block .tab-content .tab-item .news-list .item .date {
    font-size: 14px;
    color: #333;
    margin-bottom: 25px
}
.news-block .tab-content .tab-item .news-list .item .name {
    display: block;
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    margin-bottom: 15px;
    font-weight: 700
}
.news-block .tab-content .tab-item .news-list .item .desc {
    font-size: 14px;
    color: #484848;
    line-height: 16px
}
.news-block .tab-content .tab-item .news-list .item:nth-child(5) {
    display: none
}
.news-block .tab-content .tab-item .news-more {
    text-align: right;
    margin-top: 10px
}
.news-block .tab-content .tab-item .news-more a {
    font-size: 14px;
    color: #666;
    text-decoration: underline
}
.news-block .tab-content .tab-item.active {
    display: block
}
.advantages {
    margin-bottom: 25px
}
.advantages .title-line {
    margin-bottom: 40px
}
.advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.advantages-list .item {
    width: 20%;
    text-align: center
}
.advantages-list .item .img {
    margin-bottom: 15px
}
.advantages-list .item .img img {
    max-width: 100%
}
.advantages-list .item .text {
    line-height: 18px;
    color: #333;
    font-weight: 700
}
.brands .title-line {
    margin-bottom: 40px
}
.brands-carousel,
.ix-brands-carousel {
    position: relative;
    overflow: hidden;
}
.brands-carousel .owl-stage-outer,
.ix-brands-carousel .owl-stage-outer,{
    overflow: hidden
}
.brands-carousel .owl-stage-outer .owl-stage .owl-item,
.ix-brands-carousel .owl-stage-outer .owl-stage .owl-item {
    display: inline-block;
    vertical-align: top;
    text-align: center
}
.brands-carousel .owl-nav .owl-next,
.brands-carousel .owl-nav .owl-prev,
.ix-brands-carousel .owl-nav .owl-next,
.ix-brands-carousel .owl-nav .owl-prev {
    width: 29px;
    height: 29px;
    background-color: #dfe0e0;
    border-radius: 29px;
    text-align: center;
    line-height: 29px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -15px
}
.brands-carousel .owl-nav .owl-next:before,
.brands-carousel .owl-nav .owl-prev:before,
.ix-brands-carousel .owl-nav .owl-next:before,
.ix-brands-carousel .owl-nav .owl-prev:before{
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff
}
.brands-carousel .owl-nav .owl-next:hover,
.brands-carousel .owl-nav .owl-prev:hover,
.ix-brands-carousel .owl-nav .owl-next:hover,
.ix-brands-carousel .owl-nav .owl-prev:hover{
    background-color: #ccc
}
.brands-carousel .owl-nav .owl-next,
.ix-brands-carousel .owl-nav .owl-next{
    left: auto;
    right: 7px
}
.brands-carousel .owl-nav .owl-next:before,
.ix-brands-carousel .owl-nav .owl-next:before{
    content: '\f105'
}
.main-footer {
    margin-top: 40px;
    background: #666;
    padding: 25px 0 20px
}
.main-footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.main-footer .footer-inner>div {
    width: 25%
}
.main-footer .other-project .block {
    border: 1px solid #dfe0e0;
    border-radius: 1px;
    padding: 10px
}
.main-footer .other-project .block .title {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px
}
.main-footer .other-project .block .list {
    padding: 0;
    margin: 0
}
.main-footer .other-project .block .list li {
    list-style-type: none;
    display: block;
    position: relative
}
.main-footer .other-project .block .list li:not(:last-child) {
    margin-bottom: 10px
}
.main-footer .other-project .block .list li a {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: underline;
    display: block;
    padding-left: 26px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.main-footer .other-project .block .list li a:hover {
    text-decoration: none
}
.main-footer .other-project .block .list li:before {
    width: 14px;
    height: 14px;
    background-color: #f90;
    border-radius: 2px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0
}
.main-footer .other-project .block .list li:nth-child(2):before {
    background-color: #ff4134
}
.main-footer .other-project .block .list li:nth-child(3):before {
    background-color: #89cd14
}
.main-footer .contact-info {
    padding-left: 60px
}
.main-footer .contact-info .phone {
    font-size: 16px;
    color: #fff;
    display: block;
    padding-left: 11px;
}
.main-footer .contact-info .label {
    font-size: 11px;
    color: #f7f7f7;
    margin-top: -2px;
    padding-left: 11px
}
.main-footer .contact-info .phone2 .phone {
    padding-left: 11px;
    padding-top: 9px
}
.main-footer .contact-info .mail {
    margin-top: 30px;
    padding-left: 11px
}
.main-footer .contact-info .mail a {
    color: #fff;
    text-decoration: underline;
    display: block
}
.main-footer .adress-block {
    padding-left: 35px
}
.main-footer .adress-block .adress {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 15px
}
.main-footer .adress-block .graph .work {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #f90;
    border-right: 1px solid #f90;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px
}
.main-footer .adress-block .graph .work .line {
    margin-bottom: 10px;
    height: 6px
}
.main-footer .adress-block .graph .work .line span {
    width: 20px;
    height: 6px;
    background-color: #f90;
    display: inline-block;
    vertical-align: top
}
.main-footer .adress-block .graph .work .line span:not(:last-child) {
    margin-right: 4px
}
.main-footer .adress-block .graph .work .time {
    text-align: center;
    color: #f7911e;
    font-size: 14px;
    line-height: 14px
}
.main-footer .adress-block .graph .work.not-work {
    border-left: 0;
    border-right: 0;
    padding-left: 6px;
    padding-right: 0
}
.main-footer .adress-block .graph .work.not-work .line span {
    background-color: #dfe0e0
}
.graph {
    display: flex;
}
.main-footer .social-block {
    padding-left: 40px
}
.main-footer .social-block .footer-social {
    padding: 0;
    margin: 0;
    font-size: 0;
    margin-bottom: 35px
}
.main-footer .social-block .footer-social li {
    display: inline-block;
    vertical-align: top
}
.main-footer .social-block .footer-social li a, .main-footer .social-block .footer-social li>span {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #f5f5f5;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.main-footer .social-block .footer-social li a img, .main-footer .social-block .footer-social li>span img  {
    vertical-align: middle
}
.main-footer .social-block .footer-social li>span {
    cursor: pointer;
}
.main-footer .social-block .footer-social li a:hover, .main-footer .social-block .footer-social li>span:hover {
    background-color: rgba(245, 245, 245, .75)
}
.main-footer .social-block .footer-social li:not(:last-child) {
    margin-right: 13px
}
.main-footer .social-block .text {
    font-size: 11px;
    color: #f7f7f7;
    line-height: 14px
}
.main-footer .mobile-link-pc {
    text-align: center;
    margin-top: 20px;
    display: none
}
.main-footer .mobile-link-pc a {
    font-size: 14px;
    text-transform: uppercase;
    color: #f7f7f7;
    text-decoration: underline
}
.main-footer .copyright {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    /*margin-top: 25px*/
	width: 50%;
}
.main-footer .copyright-mobile {
    display: none
}
.main-footer .copyright-mobile br {
    display: none
}
.main-footer .footer-inf-wrap {
	margin-top: 25px;
	display:flex;
}
.main-footer .footer-inf-wrap a {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
    padding-left: 40px;
}
.main-footer .footer-inf-wrap a:hover {
  text-decoration: underline;
}
.to-top {
    background-color: #007488;
    border-radius: 2px;
    text-align: center;
    padding: 6px 6px 3px 6px;
    position: fixed;
    bottom: 0;
    right: -30px;
    opacity: .2;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 4
}
.to-top .text {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    color: #fff
}
.to-top:hover {
    opacity: 1
}
.mobile-menu {
    display: none;
    width: 100%;
    margin-bottom: 15px;
    table-layout: fixed
}
.mobile-menu>div {
    display: table-cell;
    vertical-align: middle;
    padding: 3px 0
}
.mobile-menu .catalog {
    background: #ff4134;
    position: relative
}
.mobile-menu .catalog .menu-catalog .title {
    font-size: 18px;
    padding: 0 15px 0 30px
}
.mobile-menu .catalog .menu-catalog .title b {
    display: none
}
.mobile-menu .catalog .menu-catalog .menu {
    position: absolute;
    top: 100%;
    z-index: 3;
    background: #fff;
    left: 30px
}
.mobile-menu .catalog .menu-catalog .menu>li.dropdown .submenu-block {
    right: 30px
}
.mobile-menu .menu-block {
    background: #007488;
    position: relative
}
.mobile-menu .menu-block .search {
    display: none
}

.mobile-menu .menu-block>a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 18px;
    position: relative
}
.mobile-menu .menu-block>a span {
    width: 15px;
    height: 3px;
    display: inline-block;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -1.5px
}
.mobile-menu .menu-block>a span:after,
.mobile-menu .menu-block>a span:before {
    content: '';
    width: 15px;
    height: 3px;
    display: inline-block;
    background: #fff;
    top: -6px;
    position: absolute;
    left: 0
}
.mobile-menu .menu-block>a span:after {
    top: auto;
    bottom: -6px
}
.mobile-menu .menu-block .main-menu {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 3;
    background: #026d82;
    width: 100%
}
.mobile-menu .menu-block .main-menu>li {
    list-style-type: none;
    display: block;
    border-top: 1px solid #fff
}
.mobile-menu .menu-block .main-menu>li>a,
.mobile-menu .menu-block .main-menu>li>span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 9px 15px;
    display: block
}
.mobile-menu .menu-block .main-menu>li>a:hover {
    text-decoration: underline
}
.mobile-menu .menu-block .main-menu>li.text {
    display: none
}
.mobile-menu .menu-block .main-menu>li.dropdown>a {
    position: relative
}
.mobile-menu .menu-block .main-menu>li.dropdown>a:after {
    content: '\f107';
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-size: 20px;
    margin-left: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px
}
.mobile-menu .menu-block .main-menu>li.dropdown .submenu {
    padding: 0;
    margin: 0;
    display: none
}
.mobile-menu .menu-block .main-menu>li.dropdown .submenu>li {
    display: block;
    list-style-type: none;
    border-top: 1px solid #fff
}
.mobile-menu .menu-block .main-menu>li.dropdown .submenu>li a,
.mobile-menu .menu-block .main-menu>li.dropdown .submenu>li.selected span {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 10px 10px 25px;
    text-transform: uppercase
}
.mobile-menu .menu-block .main-menu>li.dropdown.active>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.mobile-menu .menu-block .main-menu>li.active>a,
.mobile-menu .menu-block .main-menu>li:hover>a {
    background-color: #019cb7
}
.mobile-menu .callback-block {
    background: #f90
}
.mobile-menu .callback-block .share {
    display: none
}
.mobile-menu .callback-block .callback {
    display: block;
    background-color: #f90;
    padding: 0 10px
}
.mobile-menu .callback-block .callback:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon__callback.png) no-repeat;
    width: 20px;
    height: 21px;
    margin-right: 15px
}
.mobile-menu .callback-block .callback .desc {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 11px
}
.mobile-menu .callback-block .callback .desc span {
    display: block;
    font-weight: 700;
    font-size: 14px
}
.mobile-menu .basket {
    background: #be3f9a;
    padding-left: 5px;
    padding-right: 30px
}
.mobile-menu .basket:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon__basket_white.png) no-repeat;
    width: 16px;
    height: 13px;
    margin-right: 15px
}
.mobile-menu .basket button {
    background-color: transparent;
    padding: 0;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    text-decoration: underline
}
.mobile-header {
    padding-top: 3px;
    position: relative;
    -webkit-box-shadow: -.9px .5px 5px rgba(0, 0, 0, .2);
    box-shadow: -.9px .5px 5px rgba(0, 0, 0, .2);
    display: none;
    background: #fff
}
.mobile-header:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #999;
    top: 0;
    position: absolute;
    left: 0
}
.mobile-header .user {
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    float: right;
    margin-right: 12px;
    margin-top: 7px;
    position: relative;
    z-index: 4
}
.mobile-header .mobile-btn {
    display: inline-block;
    vertical-align: top;
    background: #999;
    height: 50px;
    width: 45px;
    position: relative;
    float: right;
    z-index: 4
}
.mobile-header .mobile-btn span {
    width: 25px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -12.5px
}
.mobile-header .mobile-btn span:after,
.mobile-header .mobile-btn span:before {
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    left: 0;
    top: -12px;
    background: #fff;
    position: absolute
}
.mobile-header .mobile-btn span:after {
    top: auto;
    bottom: -12px
}
.mobile-header .logo {
    padding-left: 10px;
    float: left;
    padding-top: 9px
}
.mobile-header .logo img {
    max-width: 150px
}
.mobile-header .logo .text-logo {
    display: none
}
.content-banner .banner-block {
    background: #eaebeb;
    padding: 20px 0;
    text-align: center;
    position: relative;
    margin-bottom: 20px
}
.content-banner .banner-block:after,
.content-banner .banner-block:before {
    content: '';
    display: inline-block;
    background: #eaebeb;
    top: 0;
    bottom: 0;
    left: -10px;
    position: absolute;
    width: 10px
}
.content-banner .banner-block:after {
    right: -10px;
    left: auto
}
.inner-page .menu-catalog .menu {
    position: absolute;
    left: 0;
    z-index: 3;
    background: #fff;
    width: 220px
}
.breadcrumbs-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}
.breadcrumbs {
    font-size: 11px;
    color: #666;
}
.breadcrumbs-block .breadcrumbs a {
    font-size: 11px;
    color: #666;
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs-block .breadcrumbs a span {
    text-decoration: underline
}
.breadcrumbs-block .breadcrumbs a:not(:last-child):after {
    content: '>';
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    position: relative;
    top: -2px;
    margin: 0 7px
}
.breadcrumbs-block .breadcrumbs a:last-child {
    color: #333
}
.breadcrumbs-block .breadcrumbs a:last-child span {
    text-decoration: none
}
.breadcrumbs-block .breadcrumbs a:hover span {
    text-decoration: none
}
.breadcrumbs-block .breadcrumbs-link a, .breadcrumbs-block .breadcrumbs-link span{
    font-size: 11px;
    color: #999;
    display: inline-block
}

.breadcrumbs-block .breadcrumbs-link a span {
    text-decoration: underline
}
.breadcrumbs-block .breadcrumbs-link a:before, .breadcrumbs-block .breadcrumbs-link span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px
}
.breadcrumbs-block .breadcrumbs-link a.compare {
    margin-right: 20px
}
.breadcrumbs-block .breadcrumbs-link a.compare:before {
    background-image: url(../img/icon__compare.png)
}
.breadcrumbs-block .breadcrumbs-link a.print:before {
    background-image: url(../img/icon__print.png);
    width: 18px;
    height: 17px
}
.breadcrumbs-block .breadcrumbs-link span.print:before {
    background-image: url(../img/icon__print.png);
    width: 18px;
    height: 17px
}


.breadcrumbs-block .breadcrumbs-link a:hover span {
    text-decoration: none
}
.mobile-breadcrumbs {
    margin-left: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
    display: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.mobile-breadcrumbs>div {
    width: 100%
}
.mobile-breadcrumbs>a {
    width: 36px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-right: 1px solid #fcfcfc;
    background: #666;
    padding: 0 10px
}
.mobile-breadcrumbs>a img {
    vertical-align: middle
}
.mobile-breadcrumbs__link {
    background: #999;
    position: relative;
    line-height: 45px
}
.mobile-breadcrumbs__link:after {
    content: '';
    display: inline-block;
    width: 10px;
    top: 0;
    bottom: 0;
    right: -10px;
    position: absolute;
    background: #999
}
.mobile-breadcrumbs__link a {
    font-size: 16px;
    color: #fff;
    padding: 0 6px
}
.mobile-breadcrumbs__link a span {
    text-decoration: underline
}
h1 {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}
.catalog-page__top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
    margin-bottom: 20px
}
.catalog-page__top-block>div {
    -webkit-box-flex: 1;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
}
.catalog-page__top-block .select-block .custom-select {
    width: 100%;
    border: 1px solid #f90;
    font-size: 16px
}
.catalog-page__top-block .select-block .custom-select .list {
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    border: 1px solid #ff9a00;
    border-top: 0
}
.catalog-page__top-block .select-block .custom-select .option {
    border-top: 1px solid #ff9a00;
    font-size: 16px;
    min-height: 28px;
    line-height: 28px
}
.catalog-page__top-block .select-block .custom-select .option:hover {
    background: #fee7ba
}
.catalog-page__top-block .select-block .custom-select .option.focus,
.catalog-page__top-block .select-block .custom-select .option.selected {
    background: #fee7ba;
    font-weight: 400
}
.catalog-page__top-block .grid-btn {
    text-align: center;
    font-size: 0
}
.catalog-page__top-block .grid-btn .grid {
    background: #fff;
    border: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #dfe0e0;
    margin-left: -1px
}
.catalog-page__top-block .grid-btn .grid:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/icon__grid.png) no-repeat;
    position: relative;
    top: -2px
}
.catalog-page__top-block .grid-btn .grid:hover:before {
    background-position: 0 -15px
}
.catalog-page__top-block .grid-btn .grid.active:before {
    background-position: 0 -30px
}
.catalog-page__top-block .grid-btn .grid-line:before {
    width: 17px;
    background-position: -27px 0
}
.catalog-page__top-block .grid-btn .grid-line:hover:before {
    background-position: -27px -15px
}
.catalog-page__top-block .grid-btn .grid-line.active:before {
    background-position: -27px -30px
}
.catalog-page__top-block .grid-btn .grid-table:before {
    width: 17px;
    background-position: -57px 0
}
.catalog-page__top-block .grid-btn .grid-table:hover:before {
    background-position: -57px -15px
}
.catalog-page__top-block .grid-btn .grid-table.active:before {
    background-position: -57px -30px
}
.catalog-page__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.catalog-page__list .item {
    border: 1px solid #dfe0e0;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease;
    width: 31%;
    margin-right: 2%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 31%;
	        flex: 0 1 31%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.catalog-page__list .item > * {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}
.catalog-page__list .item > *.btn-wrap {
	margin-top: auto;
}
.catalog-page__list .item .badges {
    position: absolute;
    left: 0;
    top: 9px;
	z-index: 3;
}
.catalog-page__list .item .badges>div {
    font-size: 0
}
.catalog-page__list .item .badges>div span {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 9px;
    line-height: 11px;
    margin-bottom: 8px;
    display: inline-block
}
.catalog-page__list .item .badges>div.hit span {
    background-color: #019cb7
}
.catalog-page__list .item .badges>div.new span {
    background-color: #62c000
}
.catalog-page__list .item .badges>div.price span {
    background-color: #be3e99
}
.catalog-page__list .item .badges>div.sale span {
    background-color: #ff4135
}
.catalog-page__list .item .badges>div.present span {
    background-color: #fd5a79
}
.catalog-page__list .item .badges>div.delivery span {
    background-color: #555
}
.catalog-page__list .item .img {
    text-align: center;
    margin-bottom: 20px;
	min-height: 200px;
}
.catalog-page__list .item .img img {
    max-width: 100%;
	max-height:195px;
}
.catalog-page__list .item .name {
    margin-bottom: 20px;
	margin-top: auto;
}
.catalog-page__list .item .name a {
    font-size: 14px;
    color: #484848;
    line-height: 16px
}
.catalog-page__list .item .raiting {
    font-size: 0;
    margin-bottom: 15px
}
.catalog-page__list .item .raiting span {
    margin-right: 3px;
    display: inline-block;
    vertical-align: top
}
.catalog-page__list .item .raiting span:before {
    content: "\f005";
    font-family: FontAwesome;
    color: #999;
    font-size: 18px
}
.catalog-page__list .item .raiting.raiting1 span:nth-child(-n+1):before {
    color: #ff9a22
}
.catalog-page__list .item .raiting.raiting2 span:nth-child(-n+2):before {
    color: #ff9a22
}
.catalog-page__list .item .raiting.raiting3 span:nth-child(-n+3):before {
    color: #ff9a22
}
.catalog-page__list .item .raiting.raiting4 span:nth-child(-n+4):before {
    color: #ff9a22
}
.catalog-page__list .item .raiting.raiting5 span:nth-child(-n+5):before {
    color: #ff9a22
}
.catalog-page__list .item .price {
    font-size: 20px;
    color: #484848;
    font-weight: 700;
	white-space: nowrap;
}
.catalog-page__list .item .price span {
    color: #ff4134
}
.catalog-page__list .item .info-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.catalog-page__list .item .info-product .stock {
    font-size: 14px;
    color: #999;
	white-space: nowrap;
}
.catalog-page__list .item .info-product .stock:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../img/icon__in-stock.png) no-repeat;
    margin-right: 8px
}
.catalog-page__list .item .info-product .stock.not-in-stock {
    letter-spacing: -1px
}
.catalog-page__list .item .info-product .stock.not-in-stock:before {
    background-image: url(../img/icon__not-in-stock.png)
}
.catalog-page__list .item .info-product .stock.pre-order:before {
    background-image: url(../img/icon__preorder.png)
}
.catalog-page__list .item .info-product .compare a span{
    color: #999 !important;
}
.catalog-page__list .item .info-product .compare{
    font-size: 14px;
    color: #999;
	white-space: nowrap;
}
.catalog-page__list .item .info-product .compare span {
    text-decoration: underline
}

.catalog-page__list .item .info-product .compare:hover span {
    text-decoration: none;
    cursor: pointer;
}
.catalog-page__list .item .info-product .compare:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 13px;
    height: 13px;
    background: url(../img/icon__compare_small.png) no-repeat
}
.catalog-page__list .item:hover {
    border: 1px solid #999
}
.catalog-page__list .item:nth-child(3n+3) {
	margin-right: 0px;
}
.catalog-page__list-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.catalog-page__list-line .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.catalog-page__list-line .item .img {
    width: 40%
}
.catalog-page__list-line .item .info {
    width: 60%
}
.catalog-page__list-line .item .info .mobile-info {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.catalog-page__list-line .item .info .mobile-info .mobile-about {
    padding-right: 20px;
    width: 70%
}
.catalog-page__list-line .item .info .mobile-info .mobile-about .name {
    margin-bottom: 15px
}
.catalog-page__list-line .item .info .mobile-info .mobile-about .name a {
    font-weight: 400
}
.catalog-page__list-line .item .info .mobile-info .mobile-btn .btn-gray {
    font-weight: 100;
    line-height: 16px;
}
.catalog-page__list-line .item .info .mobile-info .mobile-about .mobile-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.catalog-page__list-line .item .info .mobile-info .mobile-about .mobile-bottom > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}
.catalog-page__list-line .item .info .mobile-info .mobile-about .mobile-bottom .price {
    font-size: 14px;
    color: #333;
    font-weight: 700
}
.catalog-page__list-line .item .info .mobile-info .mobile-about .mobile-bottom .stock {
    font-size: 14px;
    color: #5fc000
}
.catalog-page__list-line .item .info .mobile-info .mobile-btn {
    width: 30%
}
.catalog-page__list-line .item .info .mobile-info .mobile-btn .btn-border {
    font-size: 12px;
    color: #666;
    letter-spacing: -1px;
    margin-bottom: 6px;
	position: relative;
}
.catalog-page__list-line .item .info .mobile-info .mobile-btn .btn-border:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 13px;
    height: 13px;
    background: url(/local/templates/dom-climata/css/../img/icon__compare_small.png) no-repeat;
}
.catalog-page__list-line .item .info .mobile-info .mobile-btn .btn.buy {
    font-size: 12px;
    letter-spacing: -1px;
    position: relative;
    line-height: 21px;
    font-weight: normal;
	text-transform: uppercase;
}
.catalog-page__list-line .item .info .mobile-info .mobile-btn .buy:before {
    content: '';
    width: 14px;
    height: 13px;
    background: url(/local/templates/dom-climata/css/../img/icon__basket_white_big.png) no-repeat;
    display: inline-block;
    background-size: 14px;
    margin-right: 8px;
    vertical-align: middle;
}
.catalog-page__list-line .item .info .name {
    height: auto!important
}
.catalog-page__list-line .item .info .name a {
    font-weight: 700
}
.catalog-page__list-line .item .info .item-product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.catalog-page__list-line .item .info .item-product-info .about-product {
    width: 70%;
	-webkit-box-flex: 0;-ms-flex: 0 1 70%;flex: 0 1 70%;
    padding-right: 30px
}
.catalog-page__list-line .item .info .item-product-info .about-product .line {
    margin-bottom: 8px;
    position: relative
}
.catalog-page__list-line .item .info .item-product-info .about-product .line:before {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    border-bottom: 1px dashed #484848;
    z-index: 1;
    bottom: 4px;
    position: absolute
}
.catalog-page__list-line .item .info .item-product-info .about-product .line .label {
    font-size: 14px;
    color: #484848;
    background: #fff;
    float: left;
    position: relative;
    z-index: 2;
    padding-right: 6px
}
.catalog-page__list-line .item .info .item-product-info .about-product .line .label .help {
    width: 16px;
    height: 16px;
    background-color: #fefefe;
    border: 1px solid #666;
    border-radius: 2px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    margin-left: 3px;
    vertical-align: middle
}
.catalog-page__list-line .item .info .item-product-info .about-product .line .label + .help, .half-width-props .tech-table .line .label + .help {
	width: 16px;
    height: 16px;
    background-color: #fefefe;
    border: 1px solid #666;
    border-radius: 2px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    margin-left: 0px;
    position: relative;
    z-index: 15;
    top: 1px;
	left: 1px;
    box-shadow: 3px 3px 0px 0px white;
}
.catalog-page__list-line .item .info .item-product-info .about-product .line .label + .help .help-msg, .half-width-props .tech-table .line .label + .help .help-msg {
    position: absolute;
    background: rgba(0, 116, 136, 0.9);
    color: white;
    font-size: 14px;
    padding: 10px;
    z-index: 9;
    left: 100%;
    left: calc(100% + 10px);
    top: -7px;
}
.catalog-page__list-line .item .info .item-product-info .about-product .line .label + .help .help-msg:before, .half-width-props .tech-table .line .label + .help .help-msg:before{
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-right: 5px solid rgba(0, 116, 136, 0.9);
    left: -10px;
    top: 10px;
}
.catalog-page__list-line .item .info .item-product-info .about-product .line .label + .help .help-msg, .half-width-props .tech-table .line .label + .help .help-msg{
	display: none;
}
.catalog-page__list-line .item .info .item-product-info .about-product .line .label + .help:hover .help-msg, .half-width-props .tech-table .line .label + .help:hover .help-msg{
	display: block;
}
.catalog-page__list-line .item .info .item-product-info .about-product .line .label .help:after, .catalog-page__list-line .item .info .item-product-info .about-product .line .label + .help:after, .half-width-props .tech-table .line .label + .help:after {
    content: '?';
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666;
    position: relative;
    top: -1px
}
.catalog-page__list-line .item .info .item-product-info .about-product .line .text {
    float: right;
    font-size: 14px;
    color: #484848;
    background: #fff;
    position: relative;
    z-index: 2
}
.catalog-page__list-line .item .info .item-product-info .info {
    width: 30%;
	-webkit-box-flex: 0;-ms-flex: 0 1 30%;flex: 0 1 30%;
}
.catalog-page__list-line .item .info .item-product-info .info .raiting {
    margin-bottom: 20px
}
.catalog-page__list-line .item .info .item-product-info .info .info-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.catalog-page__list-line .item .info .item-product-info .info .info-product .stock {
    margin-bottom: 20px;
}
.catalog-page__list-line .item .info .bottom-info-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
	align-items: flex-end;
}
.catalog-page__list-line .item .info .bottom-info-product .btn-wrap {
    width: 40%
}
.catalog-page__list-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px
}
.catalog-page .catalog-page__list-table .item{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 15px;
    margin-bottom: 0;
    margin-top: -1px
}
.catalog-page__list-table .item > * {
    margin: auto!important;
}
.catalog-page__list-table .item .img {
    margin-bottom: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50px;
	        flex: 0 0 50px;
	min-height: 0px;
}
.catalog-page__list-table .item .img img {
    max-width: 38px;
    max-height: 40px
}
.catalog-page__list .item .articul {
    flex: 0 1 85px;
}
.catalog-page__list .item .articul > span, .catalog-page__list .item .articul {
    font-size: 12px;
    color: #ababab;
}
.catalog-page__list-table .item .name {
    padding-left: 20px;
    height: auto!important;
    padding-right: 15px;
    margin-bottom: 0;
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
}
.catalog-page__list-table .item .name a {
    letter-spacing: -1px
}
.catalog-page__list-table .item .article-price {
    white-space: nowrap;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 70px;
	        flex: 0 0 70px;
}
.catalog-page__list-table .item .article-price .article {
    font-size: 11px;
    color: #666;
    letter-spacing: -1px
}
.catalog-page__list-table .item .article-price .price {
    line-height: 14px;
	margin-bottom: 0px;
}
.catalog-page__list-table .item .article-price .price span {
    font-size: 14px;
    color: #333;
    letter-spacing: -1px
}
.catalog-page__list-table .item .info-product {
    padding: 10px;
    margin-bottom: 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 43px;
	        flex: 0 0 43px;
}
.catalog-page__list-table .item .info-product .stock {
    font-size: 0
}
.catalog-page__list-table .item .count {
    padding: 0 7px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100px;
	        flex: 0 0 100px;
}
.catalog-page__list-table .item .btn-wrap {
    padding: 0 7px
}
.catalog-page__list-table .item .btn-wrap.buy-wrap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 80px;
	        flex: 0 0 80px;
}
.catalog-page__list-table .item .btn-wrap .buy {
    font-size: 0;
    height: 28px;
    padding: 0 10px;
	line-height: 22px;
}
.catalog-page__list-table .item .btn-wrap.buy-wrap a.btn-gray {
    font-size: 0;
    height: 28px;
    padding: 0 10px;
    line-height: 22px;
}
.catalog-page__list-table .item .btn-wrap.buy-wrap a.btn-gray:before{
    content: '';
    width: 21px;
    height: 18px;
    background: url(../img/alarm-clock.png) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-top: 3px
}
.catalog-page__list-table .item .btn-wrap .buy:before {
    content: '';
    width: 21px;
    height: 18px;
    background: url(../img/icon__basket_white_big.png) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-top: 3px
}
.catalog-page__list-table .item .btn-wrap.compare-wrap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 42px;
	        flex: 0 1 42px;
}
.catalog-page__list-table .item .btn-wrap.compare-wrap a:hover {
    background: white;
}
.catalog-page__list-table .item .btn-wrap .compare {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
	font-size:0px;
	padding-top: 7px;
}
.catalog-page__list-table .item .btn-wrap .compare span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    background: url(../img/icon__compare_small.png) no-repeat
}
.catalog-page__list-table .item:hover {
    position: relative;
    z-index: 2
}
.catalog-page__bottom-block {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.catalog-page__bottom-block .see-more a, .catalog-page__bottom-block .see-more span {
    color: #666;
    border-bottom: 1px dashed #666
}
.catalog-page__bottom-block .see-more span:hover {
    border-bottom: none;
    cursor: pointer;
}
.catalog-page__about-category .text {
    font-size: 14px;
    color: #484848;
    line-height: 16px;
    margin-bottom: 30px
}
.catalog-page__about-category .text ul {
    padding: 0;
    margin: 0;
    margin-top: 20px
}
.catalog-page__about-category .text ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px
}
.catalog-page__about-category .text ul li:before {
    content: '';
    width: 15px;
    height: 1px;
    background: #007488;
    position: absolute;
    top: 9px;
    left: 0
}
.catalog-page__about-category .text ul li a {
    color: #007488;
    text-decoration: underline
}
.catalog-page__about-category .text-img img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}
.catalog-page .recommend-block {
    display: none
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	white-space: nowrap;
}
.pagination span {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 6px
}
.pagination a {
    display: inline-block;
    color: #666;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    margin: 0 6px
}
.pagination a b {
    font-weight: 400
}
.pagination a.active,
.pagination a:hover {
    color: #333;
    font-weight: 700;
    text-decoration: none
}
.number {
    white-space: nowrap;
    font-size: 0
}
.number span {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 28px;
    background-color: #ccc;
    border-radius: 2px 0 0 2px;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 26px;
    cursor: pointer
}
.number span:last-child {
    border-radius: 0 2px 2px 0
}
.number input {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    font-weight: 700
}
h2, .h2 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px
}
.zoom-img {
    position: relative
}
.zoom-img:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/zoom-img.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: -14px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    cursor: pointer
}
.zoom-img:hover:before {
    opacity: 1
}
.product-page__top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px
}
.product-page__top-block .img-block {
    width: 49%
}
.product-page__top-block .img-block .small-img {
    float: left;
    font-size: 0
}
.product-page__top-block .img-block .small-img a {
    display: block;
    width: 85px;
    height: 85px;
    background-color: #fff;
    border: 1px solid #dfe0e0;
    border-radius: 1px;
    margin-bottom: 6px;
    text-align: center;
    line-height: 85px;
	overflow: hidden;
}
.product-page__top-block .img-block .small-img a img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}
.product-page__top-block .img-block .small-img a.active {
    border: 1px solid #f90;
    position: relative
}
.product-page__top-block .img-block .small-img a.active:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: url(../img/bg__small-img.png) repeat
}
.product-page__top-block .img-block .big-img {
    margin-left: 90px;
    text-align: center
}
.product-page__top-block .img-block .big-img.onephoto {
    margin-left: 0px;
}
.product-page__top-block .img-block .big-img img {
    max-width: 100%;
    max-height: 292px
}
.product-page__top-block .img-block .big-img .img-slider {
    position: relative;
    z-index: 1
}
.product-page__top-block .img-block .big-img .img-slider .owl-stage-outer {
    overflow: hidden
}
.product-page__top-block .img-block .big-img .img-slider .owl-stage-outer .owl-stage .owl-item {
    display: inline-block;
    vertical-align: top;
    text-align: center
}
.product-page__top-block .img-block .big-img .img-slider .owl-nav {
    display: none
}
.product-page__top-block .img-block .big-img .img-slider .owl-dots {
    text-align: center;
    font-size: 0;
    display: none;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    pointer-events: none
}
.product-page__top-block .img-block .big-img .img-slider .owl-dots .owl-dot {
    display: inline-block;
    pointer-events: auto
}
.product-page__top-block .img-block .big-img .img-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 1px;
    display: block;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    cursor: pointer
}
.product-page__top-block .img-block .big-img .img-slider .owl-dots .owl-dot:not(:last-child) {
    margin-right: 8px
}
.product-page__top-block .img-block .big-img .img-slider .owl-dots .owl-dot.active span {
    background-color: #f90
}
.product-page__top-block .img-block .big-img .badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 15px;
    position: relative;
    z-index: 2
}
.product-page__top-block .img-block .big-img .badges>div {
    width: 25%;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: -.5px;
    text-align: left;
    margin-right: 6px
}
.product-page__top-block .img-block .big-img .badges>div.hit {
    background-color: #019cb7
}
.product-page__top-block .img-block .big-img .badges>div.new {
    background-color: #62c000
}
.product-page__top-block .img-block .big-img .badges>div.price {
    background-color: #be3e99
}
.product-page__top-block .img-block .big-img .badges>div.sale {
    background-color: #ff4135
}
.product-page__top-block .img-block .big-img .badges>div.present {
    background-color: #fd5a79;
	cursor: pointer;
}
.product-page__top-block .img-block .big-img .badges>div.delivery {
    background-color: #555
}
.product-page__top-block .img-block .mobile-price {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px 15px 10px
}
.product-page__top-block .img-block .mobile-price .price {
    font-size: 18px;
    color: #ff4236;
    font-weight: 700
}
.product-page__top-block .img-block .mobile-price .price .sale {
    font-size: 11px;
    font-weight: 400;
    color: #333;
    text-decoration: line-through
}
.product-page__top-block .img-block .mobile-price .stock {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 19px
}
.product-page__top-block .img-block .mobile-price .stock.in-stock {
    color: #5fc000
}
.product-page__top-block .img-block .mobile-btn {
    margin-bottom: 10px;
    display: none
}
.product-page__top-block .img-block .mobile-btn .btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.product-page__top-block .img-block .mobile-btn .btn-block>button {
    width: 50%;
    border-radius: 0
}
.product-page__top-block .img-block .mobile-btn .btn-block .btn {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase
}
.product-page__top-block .img-block .mobile-btn .btn-block .btn-border {
    background-color: #007488;
    font-size: 14px;
    text-transform: uppercase
}
.product-page__top-block .about-product {
    width: 51%
}
.product-page__top-block .about-product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.product-page__top-block .about-product__top>a {
    border: 1px solid #dfe0e0;
    width: 33.3%;
    white-space: nowrap;
    padding: 7px 10px;
    text-align: center
}
.product-page__top-block .about-product__top>a span {
    color: #333;
    border-bottom: 1px solid #989898
}
.product-page__top-block .about-product__top>a span b {
    font-weight: 400
}
.product-page__top-block .about-product__top>a span i {
    font-style: normal;
    display: none
}
.product-page__top-block .about-product__top>a:not(:last-child) {
    border-right: 0
}
.product-page__top-block .about-product__top>a.active {
    background: url(../img/product-top-bg.png) repeat
}
.product-page__top-block .about-product__top .calculate:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon__calculate.png) no-repeat;
    width: 13px;
    height: 16px;
    margin-right: 9px
}
.product-page__top-block .about-product__top .calculate span {
    font-size: 14px
}
.product-page__top-block .about-product__top .compare:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon__compare_dg.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 9px
}
.product-page__top-block .about-product__top .compare span {
    font-size: 14px
}
.product-page__top-block .about-product__middle {
    border-left: 1px solid #dfe0e0;
    padding: 20px 10px 20px 20px
}
.product-page__top-block .about-product__middle .info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.product-page__top-block .about-product__middle .info-block .price-buy {
    width: 67%
}
.product-page__top-block .about-product__middle .info-block .price-buy .set-block {
    font-size: 16px;
    color: #c0439c;
    font-weight: 700;
    margin-bottom: 20px
}
.product-page__top-block .about-product__middle .info-block .price-buy .sale-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}
.product-page__top-block .about-product__middle .info-block .price-buy .sale-block .label {
    font-size: 14px;
    color: #818181
}
.product-page__top-block .about-product__middle .info-block .price-buy .sale-block .old-price {
    font-size: 16px;
    color: #333;
    text-decoration: line-through
}
.product-page__top-block .about-product__middle .info-block .price-buy .sale-block .sale-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.product-page__top-block .about-product__middle .info-block .price-buy .sale-block .sale-info>div {
    padding: 0 10px
}
.product-page__top-block .about-product__middle .info-block .price-buy .sale-block .sale-info>div:first-child {
    border-right: 1px solid #dfe0e0
}
.product-page__top-block .about-product__middle .info-block .price-buy .sale-block .sale-info .label {
    color: #f90
}
.product-page__top-block .about-product__middle .info-block .price-buy .sale-block .sale-info .text {
    font-size: 16px;
    color: #666
}
.product-page__top-block .about-product__middle .info-block .price-buy .price {
    font-size: 18px;
    color: #484848;
    font-weight: 700;
    margin-bottom: 20px
}
.product-page__top-block .about-product__middle .info-block .price-buy .price span {
    color: #ff4134
}
.product-page__top-block .about-product__middle .info-block .price-buy .price a {
    font-size: 16px;
    color: #666;
    font-weight: 400
}
.product-page__top-block .about-product__middle .info-block .price-buy .price a b {
    font-weight: 400;
    border-bottom: 1px dashed #666
}
.product-page__top-block .about-product__middle .info-block .price-buy .price .buy-coast {
    display: none;
    font-size: 16px;
    color: #f90;
    text-transform: none;
    text-decoration: underline;
    margin-top: 20px
}
.product-page__top-block .about-product__middle .info-block .price-buy .price .buy-coast b {
    display: none
}
.product-page__top-block .about-product__middle .info-block .price-buy .stock{
    margin-bottom: 18px;
}
.product-page__top-block .about-product__middle .info-block .price-buy .stock.in-stock:before {
    width: 19px;
    height: 16px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon__product-in-stock.png) no-repeat;
    margin-right: 10px
}
.product-page__top-block .about-product__middle .info-block .price-buy .stock.pre-order:before {
    width: 19px;
    height: 16px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon__preorder.png) no-repeat;
    margin-right: 10px
}
.product-page__top-block .about-product__middle .info-block .price-buy .btn-block {
    width: 60%
}
.product-page__top-block .about-product__middle .info-block .price-buy .btn-block .btn {
    margin-bottom: 15px
}
.product-page__top-block .about-product__middle .info-block .price-buy .btn-block .btn-border {
    background-color: #fff;
    border: 1px solid #007488;
    color: #007488;
    font-size: 16px
}
.product-page__top-block .about-product__middle .info-block .price-buy .product-not-in-stock .text {
    color: #ff4134;
    margin-bottom: 20px
}
.product-page__top-block .about-product__middle .info-block .price-buy .product-not-in-stock .btn-block {
    width: 100%;
    padding-right: 10px
}
.product-page__top-block .about-product__middle .info-block .price-buy .product-not-in-stock .btn-border {
    font-size: 14px
}
.product-page__top-block .about-product__middle .info-block .price-buy .product-pre-order .text {
    color: #999;
    margin-bottom: 30px
}
.product-page__top-block .about-product__middle .info-block .price-buy .product-pre-order .text:before {
    content: '!';
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}
.product-page__top-block .about-product__middle .info-block .price-buy .mobile-calc-comp {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 15px
}
.product-page__top-block .about-product__middle .info-block .price-buy .mobile-calc-comp>button {
    width: 49%;
    background-color: #fff;
    border: 1px solid #818181;
    padding: 8px 4px;
    font-size: 12px;
    color: #c0439c;
    text-align: left;
    position: relative;
    padding-left: 23px
}
.product-page__top-block .about-product__middle .info-block .price-buy .mobile-calc-comp>button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon__calculate.png) no-repeat;
    width: 13px;
    height: 16px;
    margin-right: 5px;
    position: absolute;
    top: 8px;
    left: 4px
}
.product-page__top-block .about-product__middle .info-block .price-buy .mobile-calc-comp>button.compare {
    color: #ff4236;
    padding-left: 30px
}
.product-page__top-block .about-product__middle .info-block .price-buy .mobile-calc-comp>button.compare:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon__compare_dg.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 5px
}
.product-page__top-block .about-product__middle .info-block .brands {
    width: 33%;
    text-align: center
}
.product-page__top-block .about-product__middle .info-block .brands img {
    max-width: 100%
}
.product-page__top-block .about-product__middle .info-block .brands .certificate img {
    /* width: 114px; */
    height: 157px;
    image-rendering: -webkit-optimize-contrast;
}
.product-page__top-block .about-product__middle .info-block .brands .certificate > a {
    display: block;
}
.product-page__top-block .about-product__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.product-page__top-block .about-product__bottom>div {
    width: 50%;
    border: 1px solid #dfe0e0;
    padding: 9px 7px;
    color: #333;
    line-height: 20px;
    position: relative;
	cursor: pointer;
}
.product-page__top-block .about-product__bottom>div .method {
    position: absolute;
    top: 9px;
    right: 3px
}
.product-page__top-block .about-product__bottom>div span {
    display: block;
    color: #007488;
    font-weight: 700;
    text-decoration: underline
}
.product-page__top-block .about-product__bottom>div:first-child {
    border-right: 0;
	cursor: pointer;
}
.product-page__top-block .about-product__bottom>div.mobile-links {
    padding: 0!important;
    display: block
}
.product-page__top-block .about-product__bottom>div.mobile-links .mobile-tab {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    padding: 10px;
    line-height: 16px;
    background: url(../img/bg__mobile-tab.png) repeat;
    position: relative
}
.product-page__top-block .about-product__bottom>div.mobile-links .mobile-tab:after {
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    color: #c2c4c3
}
.product-page__top-block .about-product__bottom>div.mobile-links .mobile-tab .raiting {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    height: 13px
}
.product-page__top-block .about-product__bottom>div.mobile-links .mobile-tab .raiting span {
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}
.product-page__top-block .about-product__bottom>div.mobile-links .mobile-tab .raiting span:before {
    content: "\f005";
    font-family: FontAwesome;
    color: #999;
    font-size: 16px
}
.product-page__top-block .about-product__bottom>div.mobile-links .mobile-tab .raiting.raiting1 span:nth-child(-n+1):before {
    color: #ff9a22
}
.product-page__top-block .about-product__bottom>div.mobile-links .mobile-tab .raiting.raiting2 span:nth-child(-n+2):before {
    color: #ff9a22
}
.product-page__top-block .about-product__bottom>div.mobile-links .mobile-tab .raiting.raiting3 span:nth-child(-n+3):before {
    color: #ff9a22
}
.product-page__top-block .about-product__bottom>div.mobile-links .mobile-tab .raiting.raiting4 span:nth-child(-n+4):before {
    color: #ff9a22
}
.product-page__top-block .about-product__bottom>div.mobile-links .mobile-tab .raiting.raiting5 span:nth-child(-n+5):before {
    color: #ff9a22
}
.product-page__top-block .about-product__bottom>div .info {
    font-size: 14px;
    background-color: #fee7ba;
    border: 1px solid #dfe0e0;
    padding: 15px 7px;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 18;
    display: none
}
.product-page__top-block .about-product__bottom>div .info a {
    font-size: 16px;
    color: #007488;
    text-decoration: underline
}
.product-page__top-block .about-product__bottom>div .info .tech-table .line {
    font-size: 14px;
    color: #484848;
    position: relative;
    margin-bottom: 10px
}
.product-page__top-block .about-product__bottom>div .info .tech-table .line:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 4px;
    left: 0;
    border-bottom: 1px dashed #999;
    z-index: 1
}
.product-page__top-block .about-product__bottom>div .info .tech-table .line .label {
    float: left;
    position: relative;
    z-index: 2;
    background: #fee7ba;
    text-transform: none
}
.product-page__top-block .about-product__bottom>div .info .tech-table .line .text {
    float: right;
    position: relative;
    z-index: 2;
    background: #fee7ba;
    text-transform: none
}
.product-page__top-block .about-product__bottom>div .info h2 {
    font-size: 14px
}
.product-page__top-block .about-product__bottom>div .info p {
    font-size: 14px;
    text-transform: none;
    margin: 0;
    margin-bottom: 20px;
    line-height: 16px
}
.product-page__top-block .about-product__bottom>div .info img {
    max-width: 100%
}
.product-page__top-block .about-product__bottom>div .info .list-number {
    counter-reset: list 0;
    padding: 0;
    margin: 0;
    margin-top: 20px
}
.product-page__top-block .about-product__bottom>div .info .list-number li {
    font-size: 14px;
    color: #333;
    display: block;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    line-height: 18px
}
.product-page__top-block .about-product__bottom>div .info .list-number li:before {
    counter-increment: list;
    font-size: 14px;
    color: #007488;
    content: counter(list) ". ";
    position: absolute;
    top: 0;
    left: 0
}
.product-page__top-block .about-product__bottom>div .info .review-block .btn {
    font-size: 16px;
    margin-bottom: 20px
}
.product-page__top-block .about-product__bottom>div .info .review-block .review-list .review-item {
    border-bottom: 1px solid #7c7e83;
    padding-bottom: 30px
}
.product-page__top-block .about-product__bottom>div .info .review-block .review-list .review-item:not(:last-child) {
    border-bottom: 0
}
.product-page__top-block .about-product__bottom>div .info .review-block .review-list .review-item .name {
    text-transform: none
}
.product-page__top-block .about-product__bottom>div .info .review-block .review-list .review-item .name span {
    text-decoration: none;
    display: inline-block
}
.product-page__top-block .about-product__bottom>div .info .review-block .review-list .review-item .raiting {
    margin-bottom: 15px
}
.product-page__top-block .about-product__bottom>div .info .review-block .review-list .review-item__bottom .btn-block button {
    background-color: #fff;
    border: 1px solid #007488;
    width: 100%;
    color: #007588
}
.product-page__top-block .about-product__bottom>div .info .review-block .review-list .review-item__answer-desc .icon {
    text-transform: none
}
.product-page__top-block .about-product__bottom>div .info .review-block .review-list .review-item__answer-desc .text {
    text-transform: none;
    background: #fff
}
.product-page__top-block .about-product__bottom>div .info .review-block .more {
    margin-top: 30px;
    background-color: #007488
}
.product-page__top-block .about-product__bottom .pay {
    padding-right: 40px
}
.product-page__bottom-block {
    margin-bottom: 40px
}
.product-page__bottom-block .tabs {
    font-size: 0
}
.product-page__bottom-block .tabs .tab {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #999;
    padding: 6px 10px;
    border: 1px solid #9c9c9c;
    background: #fff;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer
}
.product-page__bottom-block .tabs .tab:not(:last-child) {
    border-right: 0
}
.product-page__bottom-block .tabs .tab .raiting {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    height: 13px
}
.product-page__bottom-block .tabs .tab .raiting span {
    margin-right: 3px;
    display: inline-block;
    vertical-align: top
}
.product-page__bottom-block .tabs .tab .raiting span:before {
    content: "\f005";
    font-family: FontAwesome;
    color: #999;
    font-size: 16px
}
.product-page__bottom-block .tabs .tab .raiting.raiting1 span:nth-child(-n+1):before {
    color: #ff9a22
}
.product-page__bottom-block .tabs .tab .raiting.raiting2 span:nth-child(-n+2):before {
    color: #ff9a22
}
.product-page__bottom-block .tabs .tab .raiting.raiting3 span:nth-child(-n+3):before {
    color: #ff9a22
}
.product-page__bottom-block .tabs .tab .raiting.raiting4 span:nth-child(-n+4):before {
    color: #ff9a22
}
.product-page__bottom-block .tabs .tab .raiting.raiting5 span:nth-child(-n+5):before {
    color: #ff9a22
}
.product-page__bottom-block .tabs .tab.active {
    color: #333;
    border-bottom-color: #fff
}
.product-page__bottom-block .tab-content {
    border: 1px solid #9d9d9d;
    margin-top: -1px
}
.product-page__bottom-block .tab-content .tab-item {
    display: none;
    padding: 40px 20px
}
.product-page__bottom-block .tab-content .tab-item h2 {
    font-size: 18px
}
.product-page__bottom-block .tab-content .tab-item h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px
}
.product-page__bottom-block .tab-content .tab-item .list {
    padding: 0;
    margin: 0;
    margin-bottom: 30px
}
.product-page__bottom-block .tab-content .tab-item .list li {
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    color: #333;
    line-height: 18px
}
.product-page__bottom-block .tab-content .tab-item .list li a {
    color: #007488;
    border-bottom: 1px solid #007488
}
.product-page__bottom-block .tab-content .tab-item .list li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #007488;
    position: absolute;
    top: 8px;
    left: 15px
}
.product-page__bottom-block .tab-content .tab-item .more-work {
    font-size: 18px;
    color: #007488;
    border-bottom: 1px dashed #007488
}
.product-page__bottom-block .tab-content .tab-item .table {
    display: table;
    width: 100%;
    border: 1px solid #dfe0e0;
    margin: 20px 0 30px
}
.product-page__bottom-block .tab-content .tab-item .table .row {
    display: table-row
}
.product-page__bottom-block .tab-content .tab-item .table .row .cell {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    color: #484848;
    padding: 10px 15px;
    border-bottom: 1px solid #dfe0e0
}
.product-page__bottom-block .tab-content .tab-item .table .row .cell:not(:last-child) {
    border-right: 1px solid #dfe0e0
}
.product-page__bottom-block .tab-content .tab-item .table .row:last-child .cell {
    border-bottom: 0
}
.product-page__bottom-block .tab-content .tab-item .video-responsive {
    margin-bottom: 15px
}
.product-page__bottom-block .tab-content .tab-item .scheme-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.product-page__bottom-block .tab-content .tab-item .scheme-block>div {
    width: 50%
}
.product-page__bottom-block .tab-content .tab-item .scheme-block>div img {
    max-width: 100%
}
.product-page__bottom-block .tab-content .tab-item .list-number {
    counter-reset: list 0
}
.product-page__bottom-block .tab-content .tab-item .list-number li {
    font-size: 14px;
    color: #333;
    display: block;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    line-height: 18px
}
.product-page__bottom-block .tab-content .tab-item .list-number li:before {
    counter-increment: list;
    font-size: 14px;
    color: #007488;
    content: counter(list) ". ";
    position: absolute;
    top: 0;
    left: 0
}
.product-page__bottom-block .tab-content .tab-item .two-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.product-page__bottom-block .tab-content .tab-item .two-block>div {
    width: 49%
}
.product-page__bottom-block .tab-content .tab-item p {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    margin-bottom: 20px
}

.product-page__bottom-block .tab-content .tab-item ul li {
    font-size: 14px;
}

.product-page__bottom-block .tab-content .tab-item p a {
    color: #007488;
    display: inline;
    border-bottom: 1px solid #007488
}
.product-page__bottom-block .tab-content .tab-item p a:hover {
    border-bottom: 0
}
.product-page__bottom-block .tab-content .tab-item .tech-table .line {
    font-size: 14px;
    color: #484848;
    position: relative;
    margin-bottom: 10px
}
.product-page__bottom-block .tab-content .tab-item .tech-table .line:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 4px;
    left: 0;
    border-bottom: 1px dashed #999;
    z-index: 1
}
.product-page__bottom-block .tab-content .tab-item .tech-table .line .label {
    float: left;
    position: relative;
    z-index: 2;
    background: #fff
}
.product-page__bottom-block .tab-content .tab-item .tech-table .line .text {
    float: right;
    position: relative;
    z-index: 2;
    background: #fff
}
.product-page__bottom-block .tab-content .tab-item .img-block img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}
.product-page__bottom-block .tab-content .tab-item .img-block .color {
    color: #f90;
    font-weight: 700
}
.product-page__bottom-block .tab-content .tab-item .links {
    padding-left: 70px;
    position: relative
}
.product-page__bottom-block .tab-content .tab-item .links:before {
    content: '';
    width: 44px;
    height: 48px;
    background: url(../img/icon__product-links.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0
}
.product-page__bottom-block .tab-content .tab-item .links ul {
    padding: 0;
    margin: 0
}
.product-page__bottom-block .tab-content .tab-item .links ul li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}
.product-page__bottom-block .tab-content .tab-item .links ul li:before {
    content: '';
    width: 15px;
    height: 1px;
    background: #007488;
    position: absolute;
    top: 11px;
    left: 0
}
.product-page__bottom-block .tab-content .tab-item .links ul li a {
    font-size: 16px;
    color: #007488;
    border-bottom: 1px solid #007488
}
.product-page__bottom-block .tab-content .tab-item .big-buy {
    background: #f90;
    border: 0;
    border-radius: 2px;
    padding: 4px
}
.product-page__bottom-block .tab-content .tab-item .big-buy .inner {
    border: 1px solid #fff;
    border-radius: 2px;
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding: 20px 30px
}
.product-page__bottom-block .tab-content .tab-item .big-buy .inner span {
    color: #fff
}
.product-page__bottom-block .tab-content .tab-item.active {
    display: block
}
.one-block, .two-block {
    width: 100%;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.dop-block .item .dop-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.dop-block .item .dop-info>div {
    width: 50%
}
.dop-block .item .dop-info .name {
    height: 108px;
    overflow: hidden;
}
.review-block h2 {
    position: relative
}
.review-block h2 .btn {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 190px;
    height: 42px;
    line-height: 42px;
    padding: 0
}

.review-block{
    position: relative
}
.review-block .btn {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 190px;
    height: 42px;
    line-height: 42px;
    padding: 0
}

.review-block .review-list .review-item {
    padding-top: 10px
}
.review-block .review-list .review-item:not(:last-child) {
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px
}
.review-block .review-list .review-item__top {
    margin-bottom: 20px
}
.review-block .review-list .review-item__top .name {
    font-size: 16px;
    color: #f90;
    font-weight: 700;
    display: inline-block;
    vertical-align: top
}
.review-block .review-list .review-item__top .name span {
    color: #007488
}
.review-block .review-list .review-item__top .date {
    font-size: 14px;
    color: #666;
    border-left: 1px solid #666;
    padding-left: 10px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top
}
.review-block .review-list .review-item__top .raiting {
    float: right;
    margin-bottom: 0;
    display: block!important
}
.review-block .review-list .review-item .raiting {
    font-size: 0;
    margin-bottom: 15px;
    display: none
}
.review-block .review-list .review-item .raiting span {
    margin-right: 3px;
    display: inline-block;
    vertical-align: top
}
.review-block .review-list .review-item .raiting span:before {
    content: "\f005";
    font-family: FontAwesome;
    color: #999;
    font-size: 18px
}
.review-block .review-list .review-item .raiting.raiting1 span:nth-child(-n+1):before {
    color: #ff9a22
}
.review-block .review-list .review-item .raiting.raiting2 span:nth-child(-n+2):before {
    color: #ff9a22
}
.review-block .review-list .review-item .raiting.raiting3 span:nth-child(-n+3):before {
    color: #ff9a22
}
.review-block .review-list .review-item .raiting.raiting4 span:nth-child(-n+4):before {
    color: #ff9a22
}
.review-block .review-list .review-item .raiting.raiting5 span:nth-child(-n+5):before {
    color: #ff9a22
}
.review-block .review-list .review-item__middle p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    margin-bottom: 20px
}
.review-block .review-list .review-item__bottom {
    height: 28px
}
.review-block .review-list .review-item__bottom .likes {
    float: left;
	margin-top: 15px;
}
.review-block .review-list .review-item__bottom .likes button {
    background: 0 0;
    border: 0;
    padding: 0;
    padding-right: 10px
}
.review-block .review-list .review-item__bottom .likes button.like {
    font-size: 14px;
    color: #666;
    font-weight: 700
}
.review-block .review-list .review-item__bottom .likes button.like .icon {
    width: 28px;
    height: 28px;
    background: url(../img/like.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}
.review-block .review-list .review-item__bottom .likes button.unlike {
    font-size: 14px;
    color: #ff4134;
    font-weight: 700
}
.review-block .review-list .review-item__bottom .likes button.unlike .icon {
    width: 28px;
    height: 28px;
    background: url(../img/unlike.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}
.review-block .review-list .review-item__bottom .btn-block {
    float: right;
    font-size: 0
}
.review-block .review-list .review-item__bottom .btn-block button {
    height: 28px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 2px;
    width: 90px;
    text-align: center;
    font-size: 14px;
    color: #818181
}
.review-block .review-list .review-item__bottom .btn-block button:not(:last-child) {
    margin-right: 10px
}
.review-block .review-list .review-item__bottom .btn-block button.del {
    color: #ff4134;
    border: 1px solid #ff4134
}
.review-block .review-list .review-item__bottom .btn-block button.approve {
    border: 1px solid #2eb735;
    color: #2eb735
}
.review-block .review-list .review-item__answer {
    margin-top: 20px
}
.review-block .review-list .review-item__answer-desc {
    margin-bottom: 20px
}
.review-block .review-list .review-item__answer-desc .icon {
    width: 63px;
    height: 63px;
    background-color: #fff;
    border: 1px solid #007488;
    float: left;
    text-align: center;
    line-height: 61px;
    font-size: 14px;
    color: #007488;
    font-weight: 700
}
.review-block .review-list .review-item__answer-desc .text {
    margin-left: 63px;
    min-height: 64px;
    background-color: #efefef;
    font-size: 14px;
    color: #333;
    line-height: 16px;
    padding: 20px
}
.review-block__bottom {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #efefef;
    padding-top: 20px;
    margin-top: 20px;
	float:left;
	width:100%;
}
.review-block__bottom .see-more a {
    color: #666;
    border-bottom: 1px dashed #666
}
.review-block__top {
    position: relative
}
.review-block__top .links {
    position: absolute;
    right: 0;
    top: -103px
}
.review-block__top .links span {
    font-size: 16px;
    color: #007488;
    text-transform: uppercase;
    border-bottom: 1px dashed #007488;
    cursor: pointer
}
.review-block__top .links span.active {
    color: #666;
    border-bottom: 0;
    cursor: default
}
.review-block__top .links span:first-child {
    position: relative;
    margin-right: 35px
}
.review-block__top .links span:first-child:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: grey;
    top: 50%;
    margin-top: -7.5px;
    right: -15px;
    position: absolute
}
.review-block__btn-block .btn {
    padding: 15px;
    width: auto
}
.review-block__btn-block .text {
    color: #333;
    margin: 15px 0 30px
}
.review-block .tab-content .tab-item {
    display: none
}
.review-block .tab-content .tab-item.active {
    display: block
}
.review-block__list-ur {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.review-block__list-ur-item {
    width: 33.3%;
    text-align: center;
    margin-bottom: 30px
}
.review-block__list-ur-item .img {
    width: 220px;
    height: 305px;
    background-color: #fff;
    border: 1px solid #dfe0e0;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease
}
.review-block__list-ur-item .btn-block .likes {
    display: inline-block;
    margin-top: 15px
}
.review-block__list-ur-item .btn-block .likes button {
    background: 0 0;
    border: 0;
    padding: 0;
    padding-right: 10px
}
.review-block__list-ur-item .btn-block .likes button.like {
    font-size: 14px;
    color: #666;
    font-weight: 700
}
.review-block__list-ur-item .btn-block .likes button.like .icon {
    width: 28px;
    height: 28px;
    background: url(../img/like.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}
.review-block__list-ur-item .btn-block .likes button.unlike {
    font-size: 14px;
    color: #ff4134;
    font-weight: 700
}
.review-block__list-ur-item .btn-block .likes button.unlike .icon {
    width: 28px;
    height: 28px;
    background: url(../img/unlike.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}
.review-block__list-ur-item:hover .img {
    border: 1px solid #999
}
.popup {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}
.popup .overlay {
    background: url(../img/bg__overlay.png) repeat;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 230
}
.popup .popup-block {
    width: 480px;
    top: 100px;
    left: 50%;
    margin-left: -240px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: -2.1px 2.1px 20px rgba(0, 0, 0, .15);
    box-shadow: -2.1px 2.1px 20px rgba(0, 0, 0, .15);
    padding: 20px;
    text-align: center;
    position: absolute;
    z-index: 231
}
.popup .popup-block .close {
    width: 25px;
    height: 25px;
    background-color: #333;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.popup .popup-block .close:before {
    content: '+';
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 30px;
    color: #fff;
    line-height: 25px;
    width: 25px;
    height: 25px;
    position: relative;
    top: -1px;
    right: -2px
}
.popup .popup-block .close:hover {
    background-color: #5c5c5c
}
.popup .popup-block h2 {
    font-size: 18px;
    letter-spacing: -1px
}
.popup .popup-block p {
    text-align: left;
    padding: 0;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px
}
.popup .popup-block p a {
    color: #007488;
    border-bottom: 1px solid #007488
}
.popup .popup-block p a:hover {
    border-bottom: 0
}
.popup .popup-block .btn-block {
    margin-bottom: 20px
}
.popup .popup-block .btn-block .btn {
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px
}
.popup .popup-block .close-link {
    color: #666;
    text-decoration: underline;
	font-size: 14px;
}
.popup .popup-block .close-link:hover {
    text-decoration: none
}
.popup .popup-block .review-send {
    font-size: 18px;
    color: #63c100;
    text-align: center;
    margin-bottom: 35px
}
.popup .popup-block .error {
    font-size: 18px;
    color: #ff4134;
    margin-bottom: 30px
}
.popup .popup-block .login-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}
.popup .popup-block .login-info>div:last-child {
    text-align: right
}
.popup .popup-block .lost-pass {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #666
}
.popup .popup-block .lost-pass:hover {
    border-bottom: 0
}
.popup .popup-block .register-new {
    color: #007488;
    font-size: 14px;
    border-bottom: 1px solid #007488;
    letter-spacing: -1px
}
.popup .popup-block .register-new:hover {
    border-bottom: 0
}
.popup .popup-block h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    margin-bottom: 20px
}
.popup .popup-block .recovery-info {
    font-size: 11px;
    color: #999;
    line-height: 13px;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: -.5px
}
.popup .popup-block .pass-ok {
    text-align: left;
    margin-bottom: 20px
}
.popup .popup-block .pass-ok a {
    font-size: 14px;
    color: #666
}
.popup .popup-block .pass-ok a span {
    text-decoration: underline
}
.popup .popup-block .pass-ok a[modal-open="auth_form"] span {
    text-decoration: none;
}
.popup .popup-block .pass-ok a[modal-open="auth_form"] {
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #666666;
    letter-spacing: -1px;
}
.popup .popup-block .pass-ok a:hover span {
    text-decoration: none
}
.order-page__title {
    border-top: 1px solid #999;
    padding-top: 20px;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px
}
.order-page__title a {
    font-size: 14px;
    color: #007488;
    border-bottom: 1px solid #007488;
    position: absolute;
    top: -58px;
    right: 0
}
.order-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
    border: 1px solid #dfe0e0;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease;
    margin-bottom: 8px;
}

.order-page__item .img {
    padding: 0 15px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 125px;
	        flex: 0 1 125px;
}
.order-page__item .img img {
    max-width: 100%
}
.order-page__item .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
}
.order-page__item .img .mobile-info {
    display: none
}
.order-page__item .info .name {
    font-size: 14px;
    color: #484848;
    line-height: 16px
}
.order-page__item .info .badges {
    margin-top: 20px
}
.order-page__item .info .badges>div {
    display: inline-block;
    vertical-align: top
}
.order-page__item .info .badges>div span {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 4px 8px;
    display: block;
    white-space: nowrap
}
.order-page__item .info .badges>div.hit span {
    background-color: #019cb7
}
.order-page__item .info .badges>div.price span {
    background-color: #be3e99
}
.order-page__item .info .badges>div.new span {
    background-color: #62c000
}
.order-page__item .stock {
    padding: 0 0px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 150px;
	        flex: 0 1 150px;
	margin: 0px auto;
}
.order-page__item .stock span {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    display: block;
    position: relative
}
.order-page__item .stock span.in-stock {
    padding-left: 25px
}
.order-page__item .stock span.in-stock:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 16px;
    background: url(../img/icon__product-in-stock.png) no-repeat;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px
}
.order-page__item .stock span.pre-order {
    padding-left: 21px
}
.order-page__item .stock span.pre-order:before {
    content: '';
    background: url(/local/templates/dom-climata/css/../img/icon__preorder.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    margin-top: 2px;
    width: 15px;
    height: 15px;
}
.order-page__item .count {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    width: 30%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50px;
	        flex: 0 1 50px;
	margin: 0px auto;
}
.order-page__item .count .stock {
    display: none
}
.order-page__item .price-block {
    width: 15%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 110px;
	        flex: 0 1 110px;
	margin-left: auto;
}
.order-page__item .price-block .new-price {
    font-size: 16px;
    font-weight: 700;
    color: #333
}
.order-page__item .price-block .sale {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-decoration: line-through;
    margin-top: 15px
}
.order-page__item:hover {
    border: 1px solid #999
}
.order-page__summ {
    color: #333;
    text-transform: uppercase;
    padding: 7px 10px 15px 10px;
    border-bottom: 1px solid #999
}
.order-page__summ b {
    font-weight: 700;
    text-transform: none
}
.order-page__summ span {
    color: #666;
    text-transform: none
}
.order-page__payment {
    counter-reset: list 0
}
.order-page__payment-item .payment-title {
    position: relative;
    text-transform: uppercase
}
.order-page__payment-item .payment-title:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #dfe0e0
}
.order-page__payment-item .payment-title span {
    background: #fff;
    display: inline-block;
    padding-right: 25px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    position: relative;
    top: 13px
}
.order-page__payment-item .payment-title span:before {
    counter-increment: list;
    content: counter(list);
    width: 28px;
    height: 28px;
    background-color: #f90;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-right: 15px
}
.order-page__payment-item .payment-title .method {
    background: #fff;
    padding-left: 25px;
    position: absolute;
    right: 0;
    top: 16px
}
.order-page__payment-item .inner {
    padding: 30px 10px
}
.order-page__payment-item .inner input[type=radio] {
    display: none
}
.order-page__payment-item .inner input[type=radio]+label {
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
    letter-spacing: -1px
}
.order-page__payment-item .inner input[type=radio]+label:before {
    width: 9px;
    height: 9px;
    background-color: #fff;
    border: 1px solid #f90;
    content: '';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 9px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.order-page__payment-item .inner input[type=radio]+label i {
    font-style: normal;
    width: 130px;
    display: inline-block
}
.order-page__payment-item .inner input[type=radio]+label span {
    font-weight: 700;
    color: #333;
    display: block
}
.order-page__payment-item .inner input[type=radio]+label span.free {
    color: #ff4134;
    font-weight: 400
}
.order-page__payment-item .inner input[type=radio]+label .desc {
    font-size: 16px;
    color: #666;
    line-height: 17px;
    border-left: 1px solid #666;
    padding-left: 20px;
    position: absolute;
    left: 170px;
    top: 3px;
    letter-spacing: 0
}
.order-page__payment-item .inner input[type=radio]+label .desc a {
    color: #007488;
    border-bottom: 1px solid #007488
}
.order-page__payment-item .inner input[type=radio]:checked+label:before {
    background-color: #f90;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .02)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .02) 0, transparent 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .02)), to(transparent));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .02) 0, transparent 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .02) 0, transparent 100%)
}
.order-page__payment-item .inner input[type=checkbox] {
    display: none
}
.order-page__payment-item .inner input[type=checkbox]+label {
    position: relative;
    font-size: 16px;
    color: #1e1e1e;
    padding-left: 25px;
    display: block;
    letter-spacing: -1px;
    margin-top: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.order-page__payment-item .inner input[type=checkbox]+label:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/checkbox.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0
}
.order-page__payment-item .inner input[type=checkbox]:checked+label:before {
    background-position: 0 -12px
}
.order-page__payment-item .inner .two-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.order-page__payment-item .inner .two-block input[type=tel],
.order-page__payment-item .inner .two-block input[type=email],
.order-page__payment-item .inner .two-block input[type=text],
.order-page__payment-item .inner .two-block .file_upload,
.order-page__payment-item .inner .two-block .bx-sls
{
    width: 49%;
}
.order-page__payment .add_file_container {
    width: 49%;
}
.order-page__payment-item .inner .two-block textarea.full-width
{
    width: 100%;
}
.bx-sls .dropdown-icon {
	top:7px;
}
.bx-sls .bx-ui-sls-container,
.order-page__payment-item .inner .two-block input[type=text].bx-ui-sls-route,
.order-page__payment-item .inner .two-block input[type=text].bx-ui-sls-fake {
	width:100%;
}
.bx-sls .bx-ui-sls-clear {
	width:25px;
	height:25px;
	background-position: 6px -3422px;
}
.bx-sls .bx-ui-sls-clear:hover {
	background-position: 6px -3422px;
}
.bx-sls .dropdown-fade2white {
	height:22px;
}
.order-page__payment-item .inner input[type=tel],
.order-page__payment-item .inner input[type=email],
.order-page__payment-item .inner input[type=text] {
    height: 29px;
    background-color: #fff;
    border: 1px solid #f90;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 14px;
    color: #666;
    width: 100%;
    margin-bottom: 20px;
    font-family: ClearSans, sans-serif
}
.order-page__payment-item .inner input[type=email].ul_input,
.order-page__payment-item .inner input[type=text].ul_input {
    border: 1px solid #999
}
.order-page__payment-item .inner input[type=file] {
    margin-bottom: 20px
}
.order-page__payment-item .inner textarea {
    height: 58px;
    background-color: #fff;
    border: 1px solid #f90;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 14px;
    color: #666;
    width: 100%;
    resize: none;
    font-family: ClearSans, sans-serif;
    margin-bottom: 20px
}
.order-page__payment-item .inner textarea.ul_text {
    border: 1px solid #999
}
.order-page__payment-btn {
    text-align: center;
    margin-top: 20px
}
.order-page__payment-btn .btn {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    display: inline-block
}
.last-article {
    margin-bottom: 40px;
    padding: 0 10px;
    margin-top: 40px
}
.last-article h2 {
    font-size: 18px
}
.last-article__item {
    margin-bottom: 20px
}
.last-article__item .date {
    color: #484848;
    margin-bottom: 15px
}
.last-article__item .name {
    display: block;
    font-size: 14px;
    color: #007488;
    text-decoration: underline;
    margin-bottom: 15px
}
.last-article__item .name:hover {
    text-decoration: none
}
.last-article__item .desc {
    font-size: 14px;
    color: #333
}
.last-article__readmore a {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #666
}
.checkbox {
    display: inline-block
}
.checkbox input[type=checkbox],
input.callback-privacy-checkbox{
    display: none
}
.checkbox input[type=checkbox]+label,
input.callback-privacy-checkbox+label {
    position: relative;
    font-size: 14px;
    color: #666;
    padding-left: 25px;
    display: block;
    letter-spacing: -1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
input.callback-privacy-checkbox+label {
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0px;
}
.checkbox input[type=checkbox]+label:before,
input.callback-privacy-checkbox+label:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/checkbox.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0
}
input.callback-privacy-checkbox+label:before {
	top: 10px;
}
.checkbox input[type=checkbox]:checked+label:before,
input.callback-privacy-checkbox:checked+label:before {
    background-position: 0 -12px
}
.review-add-popup h2 {
    text-transform: none
}
.review-add-popup .raiting-block {
    text-align: left;
    margin-bottom: 10px;
    padding: 5px 0px;
}
.review-add-popup .raiting-block.error .raiting span:before {
    color: red;
}

.popup .popup-block .raiting-block.error {
    position: relative;
	margin-bottom: 10px;
}

.raiting-block.error:before {
    content: "Поставьте оценку";
    background: rgba(255, 0, 0, 0.8);
    padding: 7px;
    color: white;
    font-size: 14px;
    position: absolute;
    right: 0px;
	top: 0px;
    width: 115px;
    height: 20px;
}

.raiting-block.error:after {
    content: "";
    position: absolute;
    right: 129px;
    top: calc(50% - 5px);
    border: 5px solid transparent;
    border-right: 5px solid rgba(255, 0, 0, 0.8);
}
.review-add-popup .raiting-block .raiting {
    font-size: 0;
    display: inline-block;
    vertical-align: middle
}
.review-add-popup .raiting-block .raiting span {
    margin-right: 3px;
    display: inline-block;
    vertical-align: top
}
.review-add-popup .raiting-block .raiting span:before {
    content: "\f006";
    font-family: FontAwesome;
    color: #f7911e;
    font-size: 18px
}
.review-add-popup .raiting-block .raiting.raiting1 span:nth-child(-n+1):before {
    content: '\f005';
    color: #f7911e
}
.review-add-popup .raiting-block .raiting.raiting2 span:nth-child(-n+2):before {
    content: '\f005';
    color: #f7911e
}
.review-add-popup .raiting-block .raiting.raiting3 span:nth-child(-n+3):before {
    content: '\f005';
    color: #f7911e
}
.review-add-popup .raiting-block .raiting.raiting4 span:nth-child(-n+4):before {
    content: '\f005';
    color: #f7911e
}
.review-add-popup .raiting-block .raiting.raiting5 span:nth-child(-n+5):before {
    content: '\f005';
    color: #f7911e
}
.review-add-popup .raiting-block .text {
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}
.review-add-popup .desc-raiting {
    font-size: 14px;
    color: #484848;
    line-height: 16px;
    text-align: left;
    margin-bottom: 20px
}
.review-add-popup .desc-raiting a {
    color: #007488;
    border-bottom: 1px solid #007488
}
.review-add-popup input {
    width: 100%;
    height: 29px;
    background-color: #fff;
    border: 1px solid #f90;
    border-radius: 2px;
    padding: 3px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    font-family: ClearSans, sans-serif
}
.review-add-popup textarea {
    width: 100%;
    margin-bottom: 10px;
    resize: none;
    padding: 3px 10px;
    font-size: 14px;
    color: #666;
    font-family: ClearSans, sans-serif;
    height: 86px;
    background-color: #fff;
    border: 1px solid #f90;
    border-radius: 2px
}
.callback-form-privacy-container {
    margin-bottom: 15px;
}
.popup .popup-block label[for="callback-form-privacy-checkbox"] span {
    text-align: left;
    padding: 0;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
}
.popup .popup-block label[for="callback-form-privacy-checkbox"] span a,
.popup .popup-block label span a[href="/politica-kofidencialnosti/"]{
    color: #007488;
    border-bottom: 1px solid #007488;
}
.review-add-popup .captcha-block {
    margin-bottom: 20px;
    text-align: left
}
.review-add-popup .require-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: left
}
.review-add-popup .bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.review-add-popup .bottom-block>div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0
}
.review-add-popup .bottom-block>div:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.review-add-popup .bottom-block .btn {
    width: 70%
}
/* .file_upload {
    display: block;
    position: relative;
    overflow: hidden;
    height: 2em;
    line-height: 25px;
    margin-bottom: 20px;
    cursor: pointer;
	display: flex;
    justify-content: space-between;
    max-width: 100%;
} */
.file_upload {
	position:relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 30%;
	        flex: 0 1 30%;
}
.add_file_container {
    position: relative;
    overflow: hidden;
    height: 2em;
    line-height: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
}
.file_name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}
.file_upload .button {
    float: right;
    text-align: center;
    width: 100%;
    height: 29px;
    background-color: #999;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    cursor: pointer;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 30%;
	        flex: 0 1 30%;
}
.add_file_container>mark {
    background: 0 0;
    text-align: left;
    font-size: 14px;
    color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 69%;
	        flex: 0 1 69%;
	width: 69%;
}
.file_upload input[type=file] {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    pointer-events: none
}
.basket-page__title {
    border-top: 1px solid #999;
    padding-top: 20px;
    font-size: 16px;
    color: #333;
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.basket-page__title>div:nth-child(1) {
    width: 48%;
    text-transform: uppercase
}
.basket-page__title>div:nth-child(2) {
    width: 13%
}
.basket-page__title>div:nth-child(3) {
    width: 14%
}
.basket-page__title>div:nth-child(4) {
    width: 24%
}
.basket-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
    border: 1px solid #dfe0e0;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease;
    margin-bottom: 8px
}
.basket-page__item .img {
    padding: 0 15px;
    width: 10%
}
.basket-page__item .img img {
    max-width: 100%
}
.basket-page__item .img .mobile-info {
    display: none
}
.basket-page__item .info {
    width: 38%
}
.basket-page__item .info .name {
    font-size: 14px;
    color: #484848;
    line-height: 16px
}
.basket-page__item .info .badges {
    margin-top: 20px
}
.basket-page__item .info .badges>div {
    display: inline-block;
    vertical-align: top
}
.basket-page__item .info .badges>div span {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 4px 8px;
    display: block;
    white-space: nowrap
}
.basket-page__item .info .badges>div.hit span {
    background-color: #019cb7
}
.basket-page__item .info .badges>div.price span {
    background-color: #be3e99
}
.basket-page__item .info .badges>div.new span {
    background-color: #62c000
}
.basket-page__item .stock {
    width: 13%
}
.basket-page__item .stock span {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    display: block;
    position: relative
}
.basket-page__item .stock span.in-stock {
    padding-left: 25px
}
.basket-page__item .stock span.in-stock:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 16px;
    background: url(../img/icon__product-in-stock.png) no-repeat;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px
}
.basket-page__item .stock span.pre-order {
    padding-left: 24px
}
.basket-page__item .stock span.pre-order:before {
	content: '';
    background: url(/local/templates/dom-climata/css/../img/icon__preorder.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    margin-top: 2px;
    width: 15px;
    height: 15px;
}
.basket-page__item .stock .compare {
    background: 0 0;
    border: 0;
    padding: 0;
    margin-top: 25px
}
.basket-page__item .stock .compare:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    background-image: url(../img/icon__compare.png)
}
.basket-page__item .stock .compare span {
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #999;
    display: inline-block;
    vertical-align: middle
}
.basket-page__item .count {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    width: 14%
}
.basket-page__item .count .stock {
    display: none
}
.basket-page__item .price-block {
    width: 14%
}
.basket-page__item .price-block .new-price {
    font-size: 16px;
    font-weight: 700;
    color: #333
}
.basket-page__item .price-block .sale {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-decoration: line-through;
    margin-top: 30px
}
.basket-page__item .btn-block {
    width: 11%
}
.basket-page__item .btn-block .btn {
    width: 91px;
    height: 28px;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0;
    background: #fff
}
.basket-page__item .btn-block .btn-buy {
    border: 1px solid #2eb735;
    color: #2eb735;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.basket-page__item .btn-block .btn-buy:hover {
    border: 1px solid rgba(46, 183, 53, .65);
    color: rgba(46, 183, 53, .8)
}
.basket-page__item .btn-block .btn-del {
    border: 1px solid #999;
    color: #999;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.basket-page__item .btn-block .btn-del:hover {
    border: 1px solid rgba(153, 153, 153, .65);
    color: rgba(153, 153, 153, .8)
}
.basket-page__item .btn-block .btn-def {
    border: 1px solid #999;
    color: #999;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.basket-page__item .btn-block .btn-def:hover {
    border: 1px solid rgba(153, 153, 153, .65);
    color: rgba(153, 153, 153, .8)
}
.basket-page__item .btn-block .btn.compare {
    border: 1px solid #999;
    color: #999;
    display: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.basket-page__item:hover {
    border: 1px solid #999
}
.basket-page__summ {
    color: #333;
    text-transform: uppercase;
    padding: 7px 10px 15px 10px;
    border-bottom: 1px solid #dfe0e0;
    text-align: right;
    margin-bottom: 40px
}
.basket-page__summ b {
    font-weight: 700;
    text-transform: none
}
.basket-page__summ span {
    color: #666;
    text-transform: none
}
.basket-page__summ .recount {
    background-color: #fff;
    border: 1px solid #007488;
    border-radius: 2px;
    padding: 6px 25px;
    font-size: 14px;
    color: #007488;
    margin-top: 2px;
    text-transform: none;
    line-height: 16px;
    float: left;
    margin-left: -10px
}
.basket-page__summ .recount:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url(../img/icon__calculate.png) no-repeat;
    margin-right: 15px;
    width: 13px;
    height: 16px
}
.basket-page__summ .recount.disable {
    opacity: .6
}
.basket-page__summ .btn {
    width: 218px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px
}
.basket-page__summ .btn i {
    font-style: normal;
    display: block;
    font-size: 12px;
    line-height: 12px
}
.basket-page__summ .btn.go {
    padding-top: 3px;
    padding-bottom: 6px
}
.basket-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.basket-head h1 {
    line-height: 24px
}
.basket-head .basket-tabs {
    padding-top: 3px
}
.basket-head .basket-tabs span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #007488;
    text-transform: uppercase;
    border-bottom: 1px dashed #007488;
	cursor: pointer;
}
.basket-head .basket-tabs span.active {
    border-bottom: 0;
    color: #666
}
.basket-head .basket-tabs span:first-child {
    position: relative;
    margin-right: 35px
}
.basket-head .basket-tabs span:first-child:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: grey;
    top: 50%;
    margin-top: -7.5px;
    right: -15px;
    position: absolute
}
.basket-head .download {
    height: 28px;
    background-color: #fff;
    border: 1px solid #ff4134;
    border-radius: 2px;
    font-size: 14px;
    color: #ff4134;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.basket-head .download:hover {
    border: 1px solid #ff4134;
    color: rgba(255, 65, 52, .8)
}
.album-page p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 16px
}
.album-page p a {
    color: #007488;
    border-bottom: 1px solid #007488
}
.album-page p a:hover {
    border-bottom: 0
}
.album-page .inner-text {
    padding-left: 20px;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc
}
.album-page .list {
    padding: 0;
    margin: 20px 0
}
.album-page .list li {
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    color: #333;
    line-height: 18px
}
.album-page .list li a {
    color: #007488;
    border-bottom: 1px solid #007488
}
.album-page .list li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #007488;
    position: absolute;
    top: 8px;
    left: 15px
}
.album-page__links {
    margin-bottom: 35px
}
.album-page__links a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #007488;
    border-bottom: 1px solid #007488;
    text-transform: uppercase
}
.album-page__links a:not(:last-child) {
    position: relative;
    margin-right: 35px
}
.album-page__links a:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: grey;
    top: 50%;
    margin-top: -7.5px;
    right: -15px;
    position: absolute
}
.album-page__links a.active {
    color: #666;
    border-bottom: 0
}
.album-page__block {
    margin-bottom: 40px
}
.album-page__block-list {
    position: relative
}
.album-page__block-list .item {
    border: 1px solid #dfe0e0;
    border-radius: 2px;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease
}
.album-page__block-list .item a {
    display: block
}
.album-page__block-list .item .img {
    height: 210px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}
.album-page__block-list .item .desc {
    background: #fff;
    padding: 15px 10px;
    font-size: 14px;
    color: #484848;
    line-height: 16px
}
.album-page__block-list .item:hover {
    border: 1px solid #999
}
.album-page__block-list .owl-stage-outer {
    overflow: hidden
}
.album-page__block-list .owl-stage-outer .owl-stage .owl-item {
    display: inline-block;
    vertical-align: top
}
.album-page__block-list .owl-nav .owl-next,
.album-page__block-list .owl-nav .owl-prev {
    width: 29px;
    height: 29px;
    background-color: #dfe0e0;
    border-radius: 29px;
    text-align: center;
    line-height: 29px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer;
    position: absolute;
    left: 7px;
    top: 35%
}
.album-page__block-list .owl-nav .owl-next:before,
.album-page__block-list .owl-nav .owl-prev:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff
}
.album-page__block-list .owl-nav .owl-next:hover,
.album-page__block-list .owl-nav .owl-prev:hover {
    background-color: #ccc
}
.album-page__block-list .owl-nav .owl-next {
    left: auto;
    right: 7px
}
.album-page__block-list .owl-nav .owl-next:before {
    content: '\f105'
}
.album-page__bottom {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.album-page__bottom .see-more a {
    color: #666;
    border-bottom: 1px dashed #666
}
.album-page__one .big-img {
    position: relative
}
.album-page__one .big-img .item {
    text-align: center
}
.album-page__one .big-img .item img {
    max-width: 100%
}
.album-page__one .big-img .owl-stage-outer {
    overflow: hidden
}
.album-page__one .big-img .owl-stage-outer .owl-stage .owl-item {
    display: inline-block;
    vertical-align: top
}
.album-page__one .big-img .owl-nav .owl-next,
.album-page__one .big-img .owl-nav .owl-prev {
    width: 29px;
    height: 29px;
    background-color: #dfe0e0;
    border-radius: 29px;
    text-align: center;
    line-height: 29px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -15px
}
.album-page__one .big-img .owl-nav .owl-next:before,
.album-page__one .big-img .owl-nav .owl-prev:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff
}
.album-page__one .big-img .owl-nav .owl-next:hover,
.album-page__one .big-img .owl-nav .owl-prev:hover {
    background-color: #ccc
}
.album-page__one .big-img .owl-nav .owl-next {
    left: auto;
    right: 7px
}
.album-page__one .big-img .owl-nav .owl-next:before {
    content: '\f105'
}
.album-page__one .desc {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
	min-height: 36px;
}
.album-page__one .desc-gallery-container{
	float: left;
    width: 100%;
}
.album-page__one .preview-carousel {
    padding-bottom: 25px;
    margin-bottom: 25px;
	width:100%;
	float:left;
}
.album-page__one .preview-carousel .preview-inner {
    font-size: 0;
    white-space: nowrap
}
.album-page__one .preview-carousel .preview-inner a {
    display: inline-block;
    vertical-align: top
}
.album-page__one .preview-carousel .preview-inner a:not(:last-child) {
    margin-right: 20px
}
.album-page__one .preview-carousel .preview-inner a .img {
    width: 218px;
    height: 217px;
    display: block
}
.album-page__one .preview-carousel .scroll-wrapper {
    overflow: visible!important
}
.album-page__one .preview-carousel .scroll-wrapper>.scroll-element.scroll-x {
    height: 15px;
    bottom: -25px
}
.album-page__one .preview-carousel .scroll-wrapper>.scroll-element.scroll-x .scroll-element_outer {
    height: 13px;
    background-color: #fff;
    border: 1px solid #dfe0e0;
    border-radius: 0;
    opacity: 1
}
.album-page__one .preview-carousel .scroll-wrapper>.scroll-element.scroll-x .scroll-element_outer .scroll-element_track {
    background-color: #fff
}
.album-page__one .preview-carousel .scroll-wrapper>.scroll-element .scroll-bar {
    height: 13px;
    background-color: #999;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(215, 215, 215, .06)), to(rgba(255, 255, 255, .06)));
    background-image: -webkit-linear-gradient(bottom, rgba(215, 215, 215, .06) 0, rgba(255, 255, 255, .06) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(215, 215, 215, .06)), to(rgba(255, 255, 255, .06)));
    background-image: -o-linear-gradient(bottom, rgba(215, 215, 215, .06) 0, rgba(255, 255, 255, .06) 100%);
    background-image: linear-gradient(to top, rgba(215, 215, 215, .06) 0, rgba(255, 255, 255, .06) 100%);
    border-radius: 2px
}
.album-page__one .more-photo h2 {
    font-size: 18px;
    text-transform: uppercase
}
.album-page__one .more-photo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}
.album-page__one .more-photo-list .owl-stage-outer {
    overflow: hidden
}
.album-page__one .more-photo-list .owl-stage-outer .owl-stage .owl-item {
    display: inline-block;
    vertical-align: top
}
.album-page__one .more-photo-list .owl-nav {
    display: none
}
.album-page__one .more-photo-list .owl-nav .owl-next,
.album-page__one .more-photo-list .owl-nav .owl-prev {
    width: 29px;
    height: 29px;
    background-color: #dfe0e0;
    border-radius: 29px;
    text-align: center;
    line-height: 29px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -15px
}
.album-page__one .more-photo-list .owl-nav .owl-next:before,
.album-page__one .more-photo-list .owl-nav .owl-prev:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff
}
.album-page__one .more-photo-list .owl-nav .owl-next:hover,
.album-page__one .more-photo-list .owl-nav .owl-prev:hover {
    background-color: #ccc
}
.album-page__one .more-photo-list .owl-nav .owl-next {
    left: auto;
    right: 7px
}
.album-page__one .more-photo-list .owl-nav .owl-next:before {
    content: '\f105'
}
.album-page__one .more-photo-item {
    border: 1px solid #dfe0e0;
    border-radius: 2px;
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease;
    width: 23%;
    margin-bottom: 20px
}
.album-page__one .more-photo-item a {
    display: block
}
.album-page__one .more-photo-item .img {
    height: 210px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}
.album-page__one .more-photo-item .desc {
    background: #fff;
    padding: 15px 10px;
    font-size: 14px;
    color: #484848;
    line-height: 16px
}
.album-page__one .more-photo-item:hover {
    border: 1px solid #999
}
.bx-wrapper {
    position: relative
}
.big_container{
	width: 100%;
	float:left;
	position: relative;
	margin-top: 20px;
	margin-bottom:20px;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next,
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.reviews_next,
.reviews_prev {
    width: 31px;
    height: 31px;
    background-color: #dfe0e0;
    border-radius: 29px;
    text-align: center;
    line-height: 29px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -15px;
    font-size: 0
}
.reviews_next,
.reviews_prev {
	margin-top: -50px;
}
.reviews_next{
	right: 7px;
	left: auto;
}
.reviews_next:before,
.reviews_prev:before {
	content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff;
}
.reviews_next:before{
	content: '\f105';
}
.reviews_next:hover,
.reviews_prev:hover {
    background-color: #ccc;
}
div.reviews_next > a,
div.reviews_prev > a{
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next:before,
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
.bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
    background-color: #ccc
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    left: auto;
    right: 7px
}
.bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
    content: '\f105'
}
.action-page p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 16px
}
.action-page p a {
    color: #007488;
    border-bottom: 1px solid #007488
}
.action-page p a:hover {
    border-bottom: 0
}
.action-page .inner-text {
    padding-left: 20px;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc
}
.action-page .list {
    padding: 0;
    margin: 20px 0
}
.action-page .list li {
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    color: #333;
    line-height: 18px
}
.action-page .list li a {
    color: #007488;
    border-bottom: 1px solid #007488
}
.action-page .list li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #007488;
    position: absolute;
    top: 8px;
    left: 15px
}
.action-page__links {
    margin-bottom: 35px
}
.action-page__links a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #007488;
    border-bottom: 1px solid #007488;
    text-transform: uppercase
}
.action-page__links a:not(:last-child) {
    position: relative;
    margin-right: 35px
}
.action-page__links a:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: grey;
    top: 50%;
    margin-top: -7.5px;
    right: -15px;
    position: absolute
}
.action-page__links a.active {
    color: #666;
    border-bottom: 0
}
.action-page__block {
    margin-bottom: 40px
}
.action-page__block-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.action-page__block-list .item {
    -webkit-transition: border .2s ease;
    -o-transition: border .2s ease;
    transition: border .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    width: 49%
}
.action-page__block-list .item .img {
    width: 45%
}
.action-page__block-list .item .img img {
    max-width: 100%;
    width: 100%;
    border: 1px solid #eaebeb
}
.action-page__block-list .item .info {
    padding: 0 20px;
    width: 55%
}
.action-page__block-list .item .info .name {
    font-size: 16px;
    color: #007488;
    text-decoration: underline;
    margin-bottom: 15px;
    display: block
}
.action-page__block-list .item .info .name:hover {
    text-decoration: none
}
.action-page__block-list .item .info .desc {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin-bottom: 20px
}
.action-page__block-list .item .info .date {
    font-size: 11px;
    color: #666
}
.action-page__bottom {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.action-page__bottom .see-more a {
    color: #666;
    border-bottom: 1px dashed #666
}
.action-page__one .text-block .img-text {
    max-width: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}
.action-page__one .text-block p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 16px;
    margin-bottom: 20px
}
.action-page__one .text-block__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px
}
.action-page__one .text-block__bottom .date {
    font-size: 11px;
    color: #666
}
.action-page__one .text-block__bottom .more a {
    font-size: 14px;
    color: #666;
    text-decoration: underline
}
.action-page__one .text-block__bottom .more a:hover {
    text-decoration: none
}
.action-page__one-links {
    margin: 30px 0
}
.action-page__one-links ul {
    padding: 0;
    margin: 0;
    margin-left: 15px
}
.action-page__one-links ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 25px
}
.action-page__one-links ul li a {
    font-size: 14px;
    color: #007488;
    line-height: 16px;
    border-bottom: 1px solid #007488
}
.action-page__one-links ul li a:hover {
    border-bottom: 0
}
.action-page__one-links ul li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #007488;
    position: absolute;
    top: 14px;
    left: 0
}
.fancybox-container .fancybox-bg {
    background: url(../img/bg__overlay.png) repeat;
    opacity: 1
}
.filter-block__all {
    margin-bottom: 40px
}
.filter-block__all input[type=checkbox] {
    display: none
}
.filter-block__all input[type=checkbox]+label, .filter-block__all input[type=checkbox]+span+label {
    font-size: 16px;
    color: #1e1e1e;
    line-height: 16px;
    display: block;
    padding: 8px 9px;
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    margin: 0 -10px
}
.filter-block__all input[type=checkbox]+label:before, .filter-block__all input[type=checkbox]+span+label:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/checkbox.png) no-repeat;
    vertical-align: top;
    position: absolute;
    top: 11px;
    left: 9px
}
.filter-block__all input[type=checkbox]+label span, .filter-block__all input[type=checkbox]+span+label span {
    font-size: 11px;
    color: #999;
	padding-left: 5px;
}
.filter-block__all input[type=checkbox]:checked+label, .filter-block__all input[type=checkbox]:checked+span+label {
    background: #efefef
}
.filter-block__all input[type=checkbox]:checked+label:before, .filter-block__all input[type=checkbox]:checked+span+label:before {
    background-position: 0 -12px
}
.filter-block__category {
    border: 1px solid #e1e2e2;
    padding: 15px 10px;
    margin-bottom: 20px
}
.filter-block__parametrs {
    border: 1px solid #dfe0e0;
    padding-top: 15px
}
.filter-block__parametrs .title {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 5px
}
.filter-block__parametrs .block {
    padding: 15px 10px 15px 10px
}
.filter-block__parametrs .block:not(:last-child) {
    border-bottom: 1px solid #dedfdf
}
.filter-block__parametrs .block .name-block {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 15px
}
.filter-block__parametrs .block .input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.filter-block__parametrs .block .input-block>div {
    width: 48%
}
.filter-block__parametrs .block .input-block input[type=text] {
    height: 20px;
    background-color: #fff;
    border: 1px solid #dfe0e0;
    width: 100%;
    font-size: 14px;
    color: #1e1e1e;
    padding: 3px 6px
}
.filter-block__parametrs .block .btn-block {
    margin-top: 15px
}
.filter-block__parametrs .block .btn-block .go {
    background-color: #999;
    border: 1px solid #999;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    padding: 6px 0;
    line-height: 16px
}
.filter-block__parametrs .block .btn-block .reset {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 6px 0;
    line-height: 16px;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #999;
    text-align: center
}
.filter-block__parametrs .block .select-series {
    font-weight: 700;
    color: #666;
    font-size: 14px;
    border-bottom: 1px dashed #666;
    cursor: pointer
}
.filter-block__parametrs .block .series-block {
    border: 1px solid #e1e2e2;
    overflow: hidden;
    margin-top: 10px;
    display: none
}
.filter-block__parametrs .block .series-block label:not(:last-child) {
    border-bottom: 1px solid #e1e2e2
}
.filter-block__parametrs .block .series-block .scroll-series {
    padding: 0 10px;
    height: 164px
}
.filter-block__parametrs .block .series-block .scroll-wrapper>.scroll-element.scroll-y {
    width: 19px;
    right: 0
}
.filter-block__parametrs .block .series-block .scroll-wrapper>.scroll-element .scroll-element_outer {
    border-radius: 0
}
.filter-block__parametrs .block .series-block .scroll-wrapper>.scroll-element .scroll-element_track {
    border-radius: 0;
    opacity: 1;
    background: #efefef;
    border: 1px solid #e1e2e2
}
.filter-block__parametrs .block .series-block .scroll-wrapper>.scroll-element .scroll-bar {
    border-radius: 0;
    background: #999
}
.visible-mobile{
	display: none;
}

.irs {
    height: 38px
}
.irs-line {
    height: 2px;
    background: #a5a5a5;
    border: 0;
    top: 18px
}
.irs-bar {
    height: 2px;
    background: #f90;
    border: 0;
    top: 18px
}
.irs-from,
.irs-max,
.irs-min,
.irs-single,
.irs-to {
    display: none
}
.irs-slider {
    width: 19px;
    height: 18px;
    background: url(../img/slider-arrow.png) no-repeat;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    top: 19px
}
.irs-slider.state_hover,
.irs-slider:hover {
    background: url(../img/slider-arrow.png) no-repeat
}
.catalog-linking-block .l-title{
	font-size: 22px;
	color: #007488;
}
.catalog-linking-block ul{
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}
.catalog-linking-block ul li{
	display: inline-block;
	margin: 0 14px 10px 0;
}
.catalog-linking-block ul li a{
	text-decoration: underline;
}
.catalog-linking-block ul li a:hover{
	text-decoration: none;
}
@media only screen and (max-width: 1366px) {
    .to-top {
        right: 0!important
    }
}
@media only screen and (max-width: 1024px) {
    .product-page__top-block .about-product__top>a span {
        font-size: 14px
    }
    .product-page__top-block .about-product__top>a span b {
        display: none
    }
    .product-page__top-block .about-product__top>a span i {
        display: inline-block
    }
}
@media only screen and (max-width: 992px) {
    .notebook-search {
        display: block
    }
    .wrapper {
        padding-top: 16px
    }
    .wrapper:before {
        display: none
    }
    .wrapper-inner {
        padding: 0 30px
    }
    .to-top {
        right: 0!important
    }
    .main-nav {
        display: none
    }
    .mobile-menu {
        display: table
    }
    .menu-catalog {
        margin-bottom: 0
    }
    .main-header {
        padding-bottom: 0
    }
    .main-header .logo {
        padding-top: 0
    }
    .main-header .logo img {
        max-width: 234px
    }
    .main-header .logo .text-logo {
        display: none
    }
    .main-header .top-info {
        padding-top: 0;
        padding-left: 0;
        text-align: right
    }
    .main-header .top-info .phone-block {
        border-right: 0;
        margin-top: -6px
    }
    .main-header .top-info .phone-block .label {
        display: none
    }
    .main-header .top-info .work-block {
        display: none
    }
    .main-header .personal {
        width: 182px
    }
    .main-header .personal .notebook-mail {
        display: block;
        margin-top: -7px;
        margin-bottom: 16px
    }
    .main-header .personal .basket-block {
        display: none
    }
    .product-block__list .item .price {
        font-size: 14px
    }
    .content-block .sidebar {
        width: 165px
    }
    .content-block .content {
        margin-left: 180px
    }
    .news-block .tab-content {
        padding: 20px 10px 10px 10px
    }
    .news-block .tab-content .tab-item .news-list .item .date {
        margin-bottom: 20px
    }
    .main-footer .footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .main-footer .footer-inner>div {
        width: 33.3%
    }
    .main-footer .social-block {
        width: 100%!important;
        margin-top: 20px;
        padding-left: 0
    }
    .main-footer .social-block .footer-social {
        text-align: right
    }
    .main-footer .copyright {
        text-align: center;
        display: none
    }
    .main-footer .copyright-mobile {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        float: left;
        padding-top: 18px
    }
    .breadcrumbs-block .breadcrumbs-link a {
        display: block;
        text-align: left;
        margin-bottom: 5px
    }
    .inner-page .content-block .sidebar {
        width: 100%;
		float: left;
    }
    .inner-page .content-block .content, .content-block .content {
        margin-left: 0;
		width: 100%;
		float: left;
    }
	.inner-page .content-block .sidebar > *, .sidebar > * {
		/* display: none; */
		display: block;
	}
	.inner-page .content-block .sidebar > *.filter-block__all {
		display: none;
		width: 100%;
	}
    .inner-page .content-block.with-sidebar .sidebar {
        display: block
    }
    .inner-page .content-block.with-sidebar .content {
        margin-left: 0px;
    }
    .catalog-page__top-block>div {
        width: 50%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 50%;
		        flex: 1 1 50%;
    }
    .catalog-page__top-block .pagination {
        display: none
    }
    .catalog-page__top-block .grid-btn {
        text-align: right
    }
    .catalog-page__list .item {
        width: 31%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 31%;
		        flex: 1 1 31%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
    }
	.catalog-page__list .item > * {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
	.catalog-page__list .item > *.btn-wrap {
		margin-top: auto;
	}
	.catalog-page__list.catalog-page__list-table .item{
		width: 100%;
	}
    .catalog-page__list .item:nth-child(3n+3) {
        margin-right: 0px;
    }
    .catalog-page__list .item:nth-child(4n+4) {

    }
    .catalog-page__list .item .raiting {
        display: none
    }
    .catalog-page__list .item .info-product {

    }
    .catalog-page__list .item .price {
        font-size: 20px;
        letter-spacing: -1px
    }
    .catalog-page__list-line .item {
        width: 100%;
        margin-right: 0
    }
    .catalog-page__list-line .item .info-product,
    .catalog-page__list-line .item .raiting {
        display: block
    }
    .catalog-page__bottom-block .see-more a {
        height: 28px;
        background-color: #007488;
        border-radius: 2px;
        font-size: 18px;
        color: #fff;
        border-bottom: 0;
        padding: 0 30px;
        display: inline-block
    }
    .catalog-page__bottom-block .see-more a span {
        display: none
    }
    .catalog-page__about-category {
        display: none
    }
    .catalog-page .recommend-block {
        display: block
    }
    .pagination a {
        width: 45px;
        height: 28px;
        background-color: #999;
        border-radius: 2px;
        line-height: 28px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
		position:relative;
    }
    .pagination a {
        width: 45px;
        height: 28px;
        background-color: #999;
        border-radius: 2px;
        line-height: 28px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        text-decoration: none;
		position:relative;
    }
	.pagination a.prev:before {
		content: "<";
	}
	.pagination a.next:before {
		content: ">";
	}
	.next.active{
		display: none;
	}
	.pagination > *.active {
		line-height: 28px;
	}
    .pagination a b {
        display: none
    }
    .pagination a.active {
        background: #f90;
        color: #fff
    }
    .product-page__top-block .img-block .big-img .badges>div {
        letter-spacing: -1.5px
    }
    .product-page__top-block .img-block .big-img .badges .sale {
        display: none
    }
    .product-page__top-block .about-product__middle .info-block .price-buy {
        width: 80%
    }
    .product-page__top-block .about-product__middle .info-block .brands {
        width: 20%
    }
    .order-page__item>.stock {
        display: none
    }
    .order-page__item .count .stock {
        display: block;
        padding: 0;
        margin-top: 30px
    }
    .order-page__item .price-block {
        white-space: nowrap
    }
    .last-article {
        padding: 0
    }
    .review-block__top .links {
        position: static;
        margin-bottom: 20px;
        text-align: right
    }
    .review-block__bottom .see-more a {
        height: 28px;
        background-color: #007488;
        border-radius: 2px;
        font-size: 18px;
        color: #fff;
        border-bottom: 0;
        padding: 0 30px;
        display: inline-block
    }
    .review-block__bottom .see-more a span {
        display: none
    }
    .review-block .review-list .review-item__bottom .btn-block button.approve {
        font-size: 0;
        width: 45px
    }
    .review-block .review-list .review-item__bottom .btn-block button.approve:before {
        content: '+';
        display: inline-block;
        font-size: 18px;
        color: #2eb735
    }
    .review-block .review-list .review-item__bottom .btn-block button.del {
        font-size: 0;
        width: 45px
    }
    .review-block .review-list .review-item__bottom .btn-block button.del:before {
        content: '+';
        display: inline-block;
        font-size: 18px;
        color: #ff4134;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .review-block__list-ur-item .img {
        width: 166px;
        height: 230px
    }
    .basket-page__item .img {
        width: 14.1%
    }
    .basket-page__item .info {
        width: 35%
    }
    .basket-page__item .stock {
        width: 15.6%
    }
    .basket-page__item .count {
        width: 14.4%
    }
    .basket-page__item .price-block {
        width: 14.4%
    }
    .basket-page__item .btn-block {
        width: 6.9%
    }
    .basket-page__item .btn-block .btn {
        width: 100%;
        font-size: 0;
        line-height: 28px
    }
    .basket-page__item .btn-block .btn-buy:before {
        content: '';
        width: 26px;
        height: 26px;
        background: url(../img/icon__buy.png) no-repeat center center;
        display: inline-block
    }
    .basket-page__item .btn-block .btn-del:before {
        content: 'Х';
        display: inline-block;
        font-size: 14px
    }
    .basket-page__item .btn-block .btn-def:before {
        content: '\f08a';
        font-family: FontAwesome;
        font-size: 12px;
        color: #999;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease
    }
    .basket-page__item .btn-block .btn-def:hover:before {
        color: #ff4b3e;
        content: '\f004'
    }
    .album-page__bottom .see-more a {
        height: 28px;
        background-color: #007488;
        border-radius: 2px;
        font-size: 18px;
        color: #fff;
        border-bottom: 0;
        padding: 0 30px;
        display: inline-block
    }
    .album-page__bottom .see-more a span {
        display: none
    }
    .album-page__one .preview-carousel .preview-inner a .img {
        width: 163px;
        height: 162px
    }
    .album-page__one .more-photo-list {
        display: block
    }
    .album-page__one .more-photo-item {
        width: 100%
    }
    .action-page__block .title-line:before {
        display: none
    }
    .action-page__block .title-line .more {
        display: none
    }
    .action-page__block-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .action-page__block-list .item {
        width: 100%
    }
    .action-page__block-list .item:nth-child(3),
    .action-page__block-list .item:nth-child(4) {
        display: none
    }
    .action-page__bottom .see-more a {
        height: 28px;
        background-color: #007488;
        border-radius: 2px;
        font-size: 18px;
        color: #fff;
        border-bottom: 0;
        padding: 0 30px;
        display: inline-block
    }
    .action-page__bottom .see-more a span {
        display: none
    }
    .action-page__one .catalog-page__list .item {
        width: 30.8%
    }
    .action-page__one .catalog-page__list .item:nth-child(3n+3) {

    }
    .action-page__one .catalog-page__list .item:nth-child(4n+4) {
        margin-right: 2%;
    }
}
@media only screen and (max-width: 760px) {
	.mobile-header .user{
		font-size:0px;
	}
	.reviews_next,
	.reviews_prev {
		display: none;
	}
    .wrapper {
        padding-top: 0
    }
    .wrapper-inner {
        padding: 0 10px
    }
    .main-header {
        margin-bottom: 15px
    }
    .main-header .top-info {
        width: 56%
    }
    .main-header .top-info .phone-block .phone2 .phone {
        padding-top: 2px;
    }
    .main-header .top-info .phone-block .mail a {
        margin-top: 1px
    }
    .main-header .personal .login-block,
    .main-header .personal .notebook-mail {
        display: none
    }
    .main-header .personal .callback {
        background-color: #fff;
        border: 1px solid #ff9800;
        border-radius: 2px;
        padding: 6px
    }
    .main-header .personal .callback:before {
        display: none
    }
    .main-header .personal .callback .desc {
        color: #ff9800;
        text-align: center;
        display: block
    }
    .main-header .personal .callback .desc span {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700
    }
    .main-nav {
        position: absolute;
        top: 3px;
        right: 0;
        left: 25px;
        z-index: 3;
        border: 1px solid #e1e2e2;
        -webkit-box-shadow: -2.6px 1.5px 5px rgba(0, 0, 0, .2);
        box-shadow: -2.6px 1.5px 5px rgba(0, 0, 0, .2);
        border-top: 0;
        background: #026d82
    }
    .main-nav .wrapper-inner {
        padding: 0
    }
    .main-nav .main-menu>li {
        display: block
    }
    .main-nav .main-menu>li.text {
        font-size: 16px;
        color: #fff;
        line-height: 20px;
        padding: 10px 10px 10px 20px;
        width: 170px;
        border-right: 0;
        display: block
    }
    .main-nav .main-menu>li:not(:first-child) {
        border-top: 1px solid #e0e2e2
    }
    .main-nav .main-menu>li>a,
    .main-nav .main-menu>li>span {
        text-align: left;
        display: block;
        padding-left: 20px;
        padding-right: 10px
    }
    .main-nav .main-menu>li.dropdown>a {
        position: relative
    }
    .main-nav .main-menu>li.dropdown>a:after,
    .main-nav .main-menu>li.dropdown>span:after {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px
    }
    .main-nav .main-menu>li.dropdown .submenu {
        position: static;
        background: #026d82;
        display: none
    }
    .main-nav .main-menu>li.dropdown .submenu>li>a,
    .main-nav .main-menu>li.dropdown .submenu>li>span {
        text-transform: none;
        font-size: 14px;
        padding-left: 20px
    }
    .main-nav .main-menu>li.dropdown.active>a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .main-nav .main-menu>li.active>a,
    .main-nav .main-menu>li:hover>a,
    .main-nav .main-menu>li.active>span,
    .main-nav .main-menu>li:hover>span {
        background: #e1e2e2;
        color: #333
    }
    .mobile-wrap {
        padding: 0 10px
    }
    .mobile-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .mobile-menu>div {
        padding: 7px 0
    }
    .mobile-menu .catalog {
        width: 53%
    }
    .mobile-menu .catalog .menu-catalog .title {
        padding-left: 10px
    }
    .mobile-menu .catalog .menu-catalog .menu {
        left: 0;
        width: 215px;
        border: 1px solid #ff4338;
        padding: 0
    }
    .mobile-menu .catalog .menu-catalog .menu>li:not(:last-child) {
        border-bottom: 1px solid #ff4338
    }
    .mobile-menu .catalog .menu-catalog .menu>li>a {
        padding: 0 10px
    }
    .mobile-menu .catalog .menu-catalog .menu>li.dropdown .submenu-block {
        position: static;
        display: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #e1e2e2
    }
    .mobile-menu .catalog .menu-catalog .menu>li.dropdown .submenu-block>div {
        width: 100%
    }
    .mobile-menu .catalog .menu-catalog .menu>li.dropdown .submenu-block>div:last-child {
        display: none
    }
    .mobile-menu .catalog .menu-catalog .menu>li.dropdown.active>a {
        background-color: #e1e2e2
    }
    .mobile-menu .catalog .menu-catalog .menu>li.dropdown.active .submenu-block {
        display: block
    }
    .mobile-menu .catalog .menu-catalog .menu>li.dropdown.active .submenu-block .submenu {
        padding: 0
    }
    .mobile-menu .catalog .menu-catalog .menu>li.dropdown.active .submenu-block .submenu>li>a {
        padding-left: 20px;
        border-top: 1px solid #fff
    }
    .mobile-menu .menu-block {
        width: 38px;
        height: 38px;
        background-color: #c44ea2;
        border-radius: 2px;
        position: relative
    }

    .mobile-menu .menu-block>a {
        display: none
    }
    .mobile-menu .menu-block .search {
        height: 38px;
        width: 38px;
        display: block;
        border: 0;
        padding: 0;
        position: absolute;
        top: 0;
        background: url(../img/icon__search.png) no-repeat center center
    }




    .mobile-menu .callback-block {
        width: 38px;
        height: 38px;
        background-color: #007488;
        border-radius: 2px;
        position: relative
    }
    .mobile-menu .callback-block .share {
        height: 38px;
        width: 38px;
        display: block;
        border: 0;
        padding: 0;
        position: absolute;
        top: 0;
        background: url(../img/icon__share.png) no-repeat center center
    }
    .mobile-menu .basket {
        width: 38px;
        height: 38px;
        background-color: #ff9800;
        border-radius: 2px;
        position: relative
    }
    .mobile-menu .basket:before {
        display: none
    }
    .mobile-menu .basket button {
        height: 38px;
        width: 38px;
        display: block;
        border: 0;
        padding: 0;
        position: absolute;
        top: 0;
        background: url(../img/icon__basket_white_big.png) no-repeat center center;
        font-size: 0;
        left: 0
    }
    .main-header {
        padding-top: 12px
    }
    .main-header .personal {
        width: auto
    }
    .mobile-header {
        display: block
    }
    .content-carousel
	{
        display: none
    }
	.title-search-result {
		width: 97%!important;
		width: calc(100% - 20px)!important;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.search-social .search-block {
		width: 100%;
	}
	.search-social .search-block .input-block input {
		height: 38px;
		border: 1px solid #c44ea2;
	}
	.search-social .search-block .select-block .custom-select {
		height: 38px;
		padding-top: 3px;
		border: 1px solid #c44ea2;
		border-left: 0px;
	}
	.search-social .search-block .select-block .nice-select:hover {
		border-color: #c44ea2;
	}
	.search-social .search-block .select-block .nice-select:after {
		border-color: #c44ea2;
	}
	.search-social .search-block .btn-block button {
		width: 100%;
		height: 38px;
		border: 3px solid #c44ea2;
		background: #c44ea2;
		color: white;
	}
	.search-social .search-block .select-block .custom-select .list{
		width: calc(100% + 88px);
	}
	.search-social .search-block {
		height: 0px;
		overflow: hidden;
		margin-bottom: 0px;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}
	.search-social .search-block.active {
		height: 38px;
		margin-bottom: 10px;
		overflow: visible;
	}
	.search-social {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.search-social .social-block{
		padding-left:0px;
		margin-bottom: 10px;
		width: 53%;
		height: 0px;
		overflow: hidden;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}
	.search-social .social-block .social li:not(:last-child) {
		margin-right: 0px;
	}
	.search-social .social-block.active{
		height: 40px;
	}
	.search-social .social-block .social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.search-social .social-block .social li a {
		width: 36px;
		height: 36px;
		padding: 5px;
		border: 1px solid #007488;
		background: #007488;
	}
	.search-social .social-block .social li a img {
		display: none;
	}
	.search-social .social-block .social li:first-child a {
		background: #007488 url(/local/templates/dom-climata/css/../img/w_social_vk.png) no-repeat;
		background-position: 12px 11px;
	}
	.search-social .social-block .social li a.share-fb {
		background: #007488 url(/local/templates/dom-climata/css/../img/w_social_fb.png) no-repeat;
		background-position: 12px 9px;
	}
	.search-social .social-block .social li a.share-tw {
		background: #007488 url(/local/templates/dom-climata/css/../img/w_social_tw.png) no-repeat;
		background-position: 10px 11px;
	}
	.search-social .social-block .social li a.share-google {
		background: #007488 url(/local/templates/dom-climata/css/../img/w_social_gp.png) no-repeat;
		background-position: 10px 10px;
	}
	.search-social .search-block .input-block .text {
		display: none;
	}
    .content-block .content {
        margin-left: 0
    }
    .title-line:before {
        display: none
    }
    .title-line span {
        background-color: transparent
    }
    .title-line .more {
        display: none
    }
    .product-block__filter {
        display: none
    }
    .product-block__list {
        padding: 0 40px
    }
    .mobile-bg-wrap {
        background: #eaebeb;
        padding: 20px 0;
        position: relative
    }
    .mobile-bg-wrap:after,
    .mobile-bg-wrap:before {
        content: '';
        display: inline-block;
        width: 10px;
        top: 0;
        bottom: 0;
        left: -10px;
        position: absolute;
        background: #eaebeb
    }
    .mobile-bg-wrap:after {
        right: -10px;
        left: auto
    }
    .tags-block .tags-inner:before {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0, #eaebeb), to(rgba(234, 235, 235, 0)));
        background-image: -webkit-linear-gradient(bottom, #fff 0, #eaebeb 0, rgba(234, 235, 235, 0) 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0, #eaebeb), to(rgba(234, 235, 235, 0)));
        background-image: -o-linear-gradient(bottom, #fff 0, #eaebeb 0, rgba(234, 235, 235, 0) 100%);
        background-image: linear-gradient(to top, #fff 0, #eaebeb 0, rgba(234, 235, 235, 0) 100%)
    }
    .news-block .tabs .tab b {
        display: none
    }
    .news-block .tab-content .tab-item .news-list .item {
        display: none;
        width: 100%
    }
    .news-block .tab-content .tab-item .news-list .item:first-child {
        display: block
    }
    .advantages-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .advantages-list .item {
        width: 48%;
        margin-bottom: 25px
    }
    .brands {
        padding-top: 20px
    }
    .main-footer .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .main-footer .footer-inner>div {
        width: 100%
    }
    .main-footer .contact-info {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px
    }
    .main-footer .contact-info .phone {
        font-size: 14px
    }
    .main-footer .contact-info .mail {
        display: none
    }
    .main-footer .contact-info .phone2 .phone {
        padding-top: 0
    }
    .main-footer .contact-info .phone1 .label {
        padding-left: 0
    }
	.main-footer .contact-info .phone1 .phone {
        padding-left: 0
    }
    .main-footer .adress-block {
        display: none
    }
    .main-footer .social-block .footer-social {
        float: right;
        white-space: nowrap
    }
    .main-footer .social-block .footer-social li a {
        width: 25px;
        height: 25px;
        line-height: 25px
    }
    .main-footer .social-block .footer-social li a img {
        max-width: 14px;
        max-height: 15px
    }
    .main-footer .copyright-mobile {
        font-size: 9px;
        padding-top: 0
    }
    .main-footer .copyright-mobile br {
        display: block
    }
    .main-footer .mobile-footer-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .main-footer .mobile-link-pc {
        display: block
    }
    .pagination {
        display: none
    }
    .mobile-breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
	.breadcrumbs-block .breadcrumbs-link {
		display: none;
	}
    .breadcrumbs-block {
		background: darkgray;
		margin: 10px 0px;
		display: none;
    }
	.breadcrumbs-block .breadcrumbs > a[href="/"] {
		background: gray;
		font-size: 0px;
		height: 37px;
		width: 30px;
		position: relative;
		margin-right: 20px;
		margin-left: 0px;
		margin-bottom: -1px;
		border-right: 1px solid white;
		border-bottom: 1px solid white;
	}
	.breadcrumbs-block .breadcrumbs > a[href="/"]:before {
		background: url(/local/templates/dom-climata/img/icon__compare_white.png) no-repeat;
		content: "";
		position: absolute;
		left: 7px;
		top: 10px;
		width: 16px;
		height: 17px;
	}
	.breadcrumbs-block .breadcrumbs a:not(:last-child):after {
		content: "<";
		color: white;
		font-size: 16px;
		top: 6px;
		right: -18px;
		margin: 0px;
		position: absolute;
	}
	.breadcrumbs-block .breadcrumbs > *, .breadcrumbs-block .breadcrumbs a {
		height: 36px;
		color: white;
		font-size: 13px;
		margin-right: 20px;
		margin-left: 10px;
		position: relative;
		padding: 7px 0px;
	}
	.breadcrumbs-block .breadcrumbs > span {
		display: inline-block;
	}
    .catalog-page__top-block .select-block {
        width: 100%
    }
    .catalog-page__top-block .grid-btn .grid {
        margin-right: 6px
    }
    .catalog-page__top-block .grid-btn .grid-table {
        display: none
    }
    .catalog-page__list {
        margin-right: -10px;
        margin-left: -10px
    }
    .catalog-page__list .item {
        width: 50%;
        margin-right: 0;
        margin-bottom: -1px;
        border-left: 0;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 100%;
		        flex: 0 1 100%;
		padding: 15px;
    }
    .catalog-page__list .item:nth-child(2n+2) {
        border-right: 0
    }
    .catalog-page__list .item:nth-child(3n+3),
    .catalog-page__list .item:nth-child(4n+4) {
        margin-right: 0
    }
    .catalog-page__list-line .item {
        width: 100%;
        border-right: 0;
        border-left: 0;
        padding: 15px 10px
    }
    .catalog-page__list-line .item .img {
        width: 30%;
		-webkit-box-flex: 0;-ms-flex: 0 1 30%;flex: 0 1 30%;
    }
	.catalog-page__list-line .item .info {
		width: 70%;
		-webkit-box-flex: 0;-ms-flex: 0 1 70%;flex: 0 1 70%;
	}
	.catalog-page__list-line .item .info .mobile-info .mobile-about .mobile-bottom .price {
		white-space: normal;
	}
    .catalog-page__list-line .item .info .badges {
        position: static;
        line-height: 25px;
        height: 25px
    }
    .catalog-page__list-line .item .info .badges>div {
        display: inline-block;
        vertical-align: top
    }
    .catalog-page__list-line .item .info .mobile-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
	.catalog-page__list-line .item .info .mobile-info .mobile-about .name {
		top: -6px;
		position: relative;
	}
    .catalog-page__list-line .item .info>.name {
        display: none
    }
    .catalog-page__list-line .item .info .bottom-info-product,
    .catalog-page__list-line .item .info .item-product-info {
        display: none
    }
    .catalog-page__list-line .item:hover {
        border-right: 0;
        border-left: 0
    }
    .catalog-page__bottom-block {
        margin-top: 20px;
        display: block
    }
    .catalog-page__bottom-block .see-more a {
        display: block;
        width: 100%;
        text-align: center
    }
    .catalog-page__bottom-block .see-more a span {
        display: inline-block
    }
    .catalog-page .recommend-block {
        margin-top: 20px
    }
    .product-page__top-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: -10px;
        margin-right: -10px;
        border-top: 1px solid #dfe0e0
    }
    .product-page__top-block .img-block {
        width: 100%;
        padding-top: 20px
    }
    .product-page__top-block .img-block .small-img {
        display: none
    }
    .product-page__top-block .img-block .big-img {
        margin-left: 0;
        position: relative
    }
    .product-page__top-block .img-block .big-img .img-slider .owl-dots {
        display: block
    }
    .product-page__top-block .img-block .big-img .badges {
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
        display: block
    }
    .product-page__top-block .img-block .big-img .badges>div {
        display: block;
        margin-bottom: 8px;
        width: 100%
    }
    .product-page__top-block .img-block .mobile-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .product-page__top-block .img-block .mobile-btn {
        display: block
    }
    .product-page__top-block .about-product {
        width: 100%
    }
    .product-page__top-block .about-product__top {
        display: none
    }
    .product-page__top-block .about-product__middle {
        padding-left: 10px;
        padding-right: 15px
    }
    .product-page__top-block .about-product__middle .info-block .price-buy .sale-block {
        display: none
    }
    .product-page__top-block .about-product__middle .info-block .price-buy .price {
        font-size: 0
    }
    .product-page__top-block .about-product__middle .info-block .price-buy .price a {
        font-size: 16px
    }
    .product-page__top-block .about-product__middle .info-block .price-buy .price .buy-coast {
        display: block
    }
    .product-page__top-block .about-product__middle .info-block .price-buy .stock {
        display: none
    }
    .product-page__top-block .about-product__middle .info-block .price-buy .mobile-calc-comp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .product-page__top-block .about-product__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .product-page__top-block .about-product__bottom>div {
        width: 100%;
        border: 0;
    }
    .product-page__top-block .about-product__bottom>div>span {
        display: inline
    }
    .product-page__top-block .about-product__bottom>div.mobile-tab {
        background: url(../img/bg__mobile-tab.png) repeat;
        padding-left: 10px
    }
    .product-page__top-block .about-product__bottom>div.mobile-tab:after {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        color: #c2c4c3
    }
    .product-page__top-block .about-product__bottom>div.pay {
        padding-right: 110px
    }
    .product-page__top-block .about-product__bottom>div.pay img {
		right: 36px;
		height: 31px;
		top: 4px;
		image-rendering: -webkit-optimize-contrast;
    }
    .product-page__top-block .about-product__bottom>div .info {
        padding: 10px
    }
    .product-page__top-block .about-product__bottom>div.mobile-links {
        display: block;
		cursor: pointer;
    }
    .product-page__top-block .about-product__bottom .mobile-tab {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        margin-top: -1px
    }
    .product-page__bottom-block {
/*        display: none*/
		margin: 0 -10px 40px -10px;
    }
    .product-page__bottom-block .tab-content{
		border: none;
    }
    .product-page__bottom-block .tabs{
		display: none;
    }
    .product-page__bottom-block .tab-content .tab-item{
    	display: block;
		padding: 0;

    }
    .product-page__top-block{
		margin-bottom: 0;
    }
    .product-page__bottom-block .tab-content .tab-item .tab-inner{
		position: relative;
    }
    .product-block.dop-block {
		margin: 0 -10px 0 -10px;
		position: relative;
    }
    .product-page__bottom-block .tab-content .tab-item .mobile-title, .product-block .title-line{
		margin: 0;
    }
    .product-page__bottom-block .tab-content .tab-item h2, .product-page__bottom-block .tab-content .tab-item .mobile-title, .product-block .title-line span{
		font-size: 16px;
		color: #333;
		text-transform: uppercase;
		padding: 10px;
		line-height: 16px;
		background: url(../img/bg__mobile-tab.png) repeat;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		margin-top: -1px;
		margin-bottom: 0;
		font-weight: normal;
		position: relative;
		display: block;
    }

    .product-page__bottom-block .tab-content .tab-item h2:after, .product-page__bottom-block .tab-content .tab-item .mobile-title:after, .product-block .title-line span:after{
		content: '\f107';
		display: inline-block;
		font-family: FontAwesome;
		font-size: 15px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -8px;
		color: #c2c4c3;
    }
    .half-width-props{
		float: none!important;
    }
    .product-page__bottom-block .tab-content .tab-item .tech-table, .product-page__bottom-block .tab-content .tab-item .info, .product-block.dop-block .info{
		background-color: #fee7ba;
		border: 1px solid #dfe0e0;
		padding: 15px 7px;
		position: absolute;
/*		top: 100%;*/
		top: 37px;
		left: -1px;
		right: -1px;
		z-index: 18;
		display: none;
    }
    .product-page__bottom-block .tab-content .tab-item .info.upper-mobile{
		text-transform: uppercase;
		color: #000;
    }
    .product-block.dop-block .info{
		background-color: #fff;
		height: 210px;
    }
    .product-page__bottom-block .tab-content .tab-item .tech-table .line .label, .product-page__bottom-block .tab-content .tab-item .tech-table .line .text{
		background-color: #fee7ba;
    }
    .hidden-mobile{
		display: none;
    }
    .visible-mobile{
		display: block;
    }
    .review-block .btn{
		float: none;
		display: block;
		position: initial;
		width: 100%;
		font-size: 16px;
		margin-bottom: 10px;
		height: auto;
		line-height: 30px;
    }
    .product-page__bottom-block .tab-content .tab-item .tab-inner .review-list ajax-reviews{
		display: none;
    }
    .recommend-block {
        padding-top: 20px
    }
    .order-page__title a {
        top: 21px
    }
    .order-page__title a span {
        display: none
    }
    .order-page__item {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
    }
    .order-page__item .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
		padding:0px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
    }
	.order-page__item .info {
		margin-top: 15px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
    .order-page__item .img .mobile-info {
        width: 100%;
        padding-left: 20px;
        display: block
    }
    .order-page__item .img .mobile-info .line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .order-page__item .img .mobile-info .line .count-item {
        font-size: 16px;
        color: #333
    }
    .order-page__item .img .mobile-info .line .stock-item {
        font-size: 14px
    }
    .order-page__item .img .mobile-info .line .stock-item.in-stock {
        color: #5fc000
    }
    .order-page__item .img .mobile-info .line .new-price {
        font-size: 16px;
        color: #333;
        font-weight: 700;
        margin-top: 15px
    }
    .order-page__item .img .mobile-info .line .sale {
        font-size: 16px;
        color: #333;
        text-decoration: line-through;
        margin-top: 15px
    }
    .order-page__item>.count {
        display: none
    }
    .order-page__item>.price-block {
        display: none
    }
    .order-page__payment-item .payment-title:before {
        display: none
    }
    .order-page__payment-item .payment-title span {
        letter-spacing: -1px
    }
    .order-page__payment-item .inner input[type=radio]+label .desc {
        left: 0;
        position: static;
        padding-left: 0;
        border-left: 0
    }
    .order-page__payment-item .inner .two-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
	.order-page__payment-item .inner .two-block input[type=tel], .order-page__payment-item .inner .two-block input[type=email], .order-page__payment-item .inner .two-block input[type=text], .order-page__payment-item .inner .two-block .file_upload, .order-page__payment-item .inner .two-block .bx-sls{
		 width:100%;
		 margin-bottom:20px;
	 }
    .order-page__payment-item .inner .two-block>div {
        width: 100%
    }
    .inner-page .content-block.with-sidebar .sidebar {
        display: none
    }
    .inner-page .content-block.with-sidebar .content {
        margin-left: 0
    }
    .review-page .wrapper {
        background: #eaebeb
    }
    .review-page .brands,
    .review-page .recommend-block {
        background: #fff;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px
    }
    .review-page .brands {
        padding-bottom: 40px
    }
    .review-page .main-footer {
        margin-top: 0
    }
    .review-block__btn-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px
    }
    .review-block__btn-block button {
        width: 60%
    }
    .review-block__btn-block div {
        width: 40%
    }
    .review-block__btn-block .btn {
        font-size: 16px;
        padding: 0 15px
    }
    .review-block__btn-block .text {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 10px
    }
    .review-block__top .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 0
    }
    .review-block__top .links span {
        display: inline-block;
        width: 50%;
        background: #007588;
        color: #fff;
        border-bottom: 0;
        padding: 10px;
        text-align: left;
        letter-spacing: -1px
    }
    .review-block__top .links span:first-child {
        margin-right: 0
    }
    .review-block__top .links span:first-child:after {
        display: none
    }
    .review-block__top .links span.active {
        color: #333;
        background: #fff;
        border: 1px solid #999;
        border-bottom: 1px solid #fff
    }
    .review-block .review-list .review-item__top .raiting {
        display: none!important
    }
    .review-block .review-list .review-item .raiting {
        display: block
    }
    .review-block .review-list .review-item__bottom .btn-block button {
        display: none
    }
    .review-block .review-list .review-item__bottom .btn-block button.edit {
        display: inline-block;
        background-color: #fff;
        border: 1px solid #007488;
        font-size: 16px;
        color: #007588;
        font-size: 0;
        text-align: center;
        line-height: 28px;
        width: 150px;
        padding-top: 0;
        margin-right: 0
    }
    .review-block .review-list .review-item__bottom .btn-block button.edit:before {
        content: attr(data-label);
        display: inline-block;
        font-size: 16px
    }
    .review-block .tab-content {
        background-color: #fff;
        border: 1px solid #999;
        margin-top: -1px;
        padding: 0 10px
    }
    .review-block__bottom {
        display: block
    }
    .review-block__bottom .see-more a {
        display: block;
        text-align: center
    }
    .review-block__bottom .see-more a span {
        display: inline
    }
    .review-block__list-ur {
        padding-top: 15px
    }
    .review-block__list-ur-item {
        width: 50%
    }
    .review-block__list-ur-item .img {
        width: 135px;
        height: 190px
    }
    .basket-page__title {
        display: none
    }
    .basket-page__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .basket-page__item>div {
        width: 100%!important
    }
    .basket-page__item .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
		padding: 0px;
    }
	.basket-page__item .img .img-inner {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 30%;
		        flex: 0 1 30%;
		text-align: center;
	}
	.basket-page__item .img .img-inner img {
		max-height: 120px;
	}
    .basket-page__item .img .mobile-info {
		width: 100%;
		padding-left: 20px;
		display: block;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 70%;
		        flex: 0 1 70%;
    }
    .basket-page__item .img .mobile-info .line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .basket-page__item .img .mobile-info .line .count-item {
        font-size: 16px;
        color: #333
    }
    .basket-page__item .img .mobile-info .line .stock-item {
        font-size: 14px
    }
    .basket-page__item .img .mobile-info .line .stock-item.in-stock {
        color: #5fc000
    }
    .basket-page__item .img .mobile-info .line .new-price {
        font-size: 16px;
        color: #333;
        font-weight: 700;
        margin-top: 10px
    }
	.product-block__list .item{
		padding: 15px;
	}
    .basket-page__item .img .mobile-info .line .sale {
        font-size: 16px;
        color: #333;
        text-decoration: line-through;
        margin-top: 10px
    }
    .basket-page__item>.count,
    .basket-page__item>.price-block,
    .basket-page__item>.stock {
        display: none
    }
    .basket-page__item .btn-block {
        margin-top: 15px
    }
    .basket-page__item .btn-block .btn {
        width: 70px;
        font-size: 11px;
        text-transform: uppercase;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top
    }
    .basket-page__item .btn-block .btn:before {
        display: none
    }
    .basket-page__item .btn-block .btn.compare {
        display: inline-block;
        float: right
    }
    .basket-page__summ {
        text-align: center
    }
    .basket-page__summ>span {
        display: block;
        margin-bottom: 30px
    }
    .basket-page__summ .recount {
        float: none;
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px
    }
    .basket-page__summ .btn {
        margin-left: 0
    }
    .basket-page__summ .btn.go {
        width: 100%
    }
    .basket-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .basket-head h1 {
        margin-bottom: 20px
    }
    .basket-head .basket-tabs {
        text-align: center;
        margin-bottom: 20px
    }
    .basket-head .basket-tabs span {
        letter-spacing: -1px
    }
    .basket-head .download {
        width: 100%;
        margin-bottom: 20px
    }
    .album-page .inner-text {
        padding-left: 10px
    }
    .album-page__links {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
    .album-page__links a {
        display: block;
        border-bottom: 0;
        font-weight: 700;
        text-decoration: underline;
        line-height: 30px
    }
    .album-page__links a:not(:last-child) {
        margin-right: 0
    }
    .album-page__links a:not(:last-child):after {
        display: none
    }
    .album-page__links a.active {
        text-decoration: none
    }
    .album-page__block-list .item {
        margin: 0 40px
    }
    .album-page__bottom {
        margin-top: 20px;
        display: block
    }
    .album-page__bottom .see-more a {
        display: block;
        width: 100%;
        text-align: center
    }
    .album-page__bottom .see-more a span {
        display: inline-block
    }
    .album-page__one .preview-carousel {
        display: none
    }
    .album-page__one .more-photo-list .owl-nav {
        display: block
    }
    .album-page__one .more-photo-item {
        margin: 0 40px;
        width: auto
    }
    .bx-wrapper .bx-controls .bx-controls-direction {
        display: none
    }
    .action-page .inner-text {
        padding-left: 10px
    }
    .action-page__links {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
    .action-page__links a {
        display: block;
        border-bottom: 0;
        font-weight: 700;
        text-decoration: underline;
        line-height: 30px
    }
    .action-page__links a:not(:last-child) {
        margin-right: 0
    }
    .action-page__links a:not(:last-child):after {
        display: none
    }
    .action-page__links a.active {
        text-decoration: none
    }
    .action-page__block-list .item {
        display: block
    }
    .action-page__block-list .item .img {
        float: left;
        margin-right: 20px;
        margin-bottom: 15px;
        width: auto
    }
    .action-page__block-list .item .img img {
        max-width: 130px
    }
    .action-page__block-list .item .info {
        padding: 0;
        width: auto
    }
    .action-page__block-list .item .info .name {
        margin-bottom: 0
    }
    .action-page__block-list .item .info .desc {
        margin-bottom: 0
    }
    .action-page__bottom {
        margin-top: 20px;
        display: block
    }
    .action-page__bottom .see-more a {
        display: block;
        width: 100%;
        text-align: center
    }
    .action-page__bottom .see-more a span {
        display: inline-block
    }
    .action-page__one .text-block {
        text-align: center
    }
    .action-page__one .text-block .img-text {
        float: none;
        margin-right: 0
    }
    .action-page__one .text-block p {
        text-align: left
    }
    .action-page__one .text-block__bottom {
        border-bottom: 0
    }
    .action-page__one-links {
        margin: 0;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 15px
    }
    .action-page__one-links ul {
        margin-left: 0
    }
    .action-page__one-links ul li {
        padding: 10px 20px
    }
    .action-page__one-links ul li:nth-child(odd) {
        background: #efefef
    }
    .action-page__one-links ul li:before {
        display: none
    }
    .action-page__one .catalog-page__list .item {
        width: 50%;
        margin-right: 0
    }
    .action-page__one .catalog-page__list .item:nth-child(3n+3),
    .action-page__one .catalog-page__list .item:nth-child(4n+4) {
        margin-right: 0
    }
}
@media only screen and (max-width: 340px) {
.basket-page__item .img .img-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    text-align: center;
}
.basket-page__item .img .mobile-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
}
}
@media only screen and (max-width: 530px) {
    .popup .popup-block {
        overflow: hidden;
        width: 100%;
        left: 0;
        margin-left: 0
    }
    .review-add-popup .bottom-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .review-add-popup .bottom-block>div {
        width: 100%
    }
    .review-add-popup .bottom-block .btn {
        width: 100%;
        margin-bottom: 20px
    }
    .file_upload {
        height: auto;
        line-height: normal
    }
    .file_upload .button {
        float: none;
    }
    .file_upload>mark {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        margin-bottom: 10px
    }
.catalog-page__list-line .item .info .mobile-info .mobile-btn .buy:before,
.catalog-page__list-line .item .info .mobile-info .mobile-btn .btn-border:before{
	display: block;
    margin: 0 auto;
}
.catalog-page__list-line .item .info .mobile-info .mobile-about {
	padding-right: 5px;
    width: 70%;
    padding-left: 5px;
}
}
@media only screen and (max-width: 360px) {
    .catalog-page__list-line .item .info .badges {
        height: auto
    }
	.mobile-btn .btn-gray {
		font-size: 12px;
		letter-spacing: -1px;
	}
}
@media only screen and (min-width: 1025px) {
    .content-block .sidebar {
        width: 240px
    }
    .content-block .content {
        margin-left: 260px
    }
    .main-header .top-info .work-block .adress br {
        display: none
    }
    .banner-block img {
        width: 100%
    }
    .news-block .tab-content .tab-item .news-list .item {
        width: 20%
    }
    .news-block .tab-content .tab-item .news-list .item:nth-child(5) {
        display: inline-block
    }
    .catalog-page__list .item {
		width: 23%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 23.5%;
		        flex: 0 1 23.5%;
		margin-right: 2%;
    }
    .catalog-page__list .item:nth-child(3n+3) {
		margin-right: 2%;
    }
    .catalog-page__list .item:nth-child(4n+4) {
        margin-right: 0
    }
    .catalog-page__list-line .item {
        width: 100%
    }
    .catalog-page__list-line .item .img {
        width: 30%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 30%;
		        flex: 0 1 30%;
		    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;+
    }
    .catalog-page__list-line .item .info {
        width: 70%
		-webkit-box-flex: 0;
		-ms-flex: 0 1 70%;
			flex: 0 1 70%;
    }
    .catalog-page__list-line .item .info .bottom-info-product .btn-wrap {
        width: 30%
    }
    .catalog-page__list-table .item {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .catalog-page__list-table .item .btn-wrap .buy {
        font-size: 20px;
        width: 190px
    }
	.catalog-page__list-table .item .btn-wrap.buy-wrap a.btn-gray {
		font-size: 14px;
		white-space: nowrap;
		width: 190px;
	}
    .catalog-page__list-table .item .btn-wrap .buy:before, .catalog-page__list-table .item .btn-wrap.buy-wrap a.btn-gray:before {
        display: none
    }
    .inner-page .menu-catalog .menu {
        width: 240px
    }
    .product-page__top-block .img-block {
        width: 39%
    }
    .product-page__top-block .about-product {
        width: 61%
    }
    .product-page__top-block .about-product__middle .info-block .price-buy .sale-block .label {
        display: inline-block
    }
    .product-page__top-block .about-product__middle .info-block .price-buy .sale-block .old-price {
        display: inline-block
    }
    .product-page__top-block .about-product__middle .info-block .price-buy .sale-block .sale-info .label {
        display: inline-block
    }
    .product-page__top-block .about-product__middle .info-block .price-buy .sale-block .sale-info .text {
        display: inline-block
    }
    .product-page__top-block .about-product__top>a.buy-coast {
        width: 50%
    }
    .product-page__top-block .about-product__top>a.calculate {
        width: 30%
    }
    .product-page__top-block .about-product__top>a.compare {
        width: 25%
    }
    .album-page__one .more-photo-item {
        width: 19%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 19%;
		        flex: 0 1 19%;
		margin: 0.5%;
    }
    .album-page__one-links ul li {
        width: 48%;
        display: inline-block;
        vertical-align: top
    }
    .action-page__one-links ul li {
        width: 48%;
        display: inline-block;
        vertical-align: top
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.catalog-page__list .item .price {
		font-size: 1.5vw;
	}
	.catalog-page__list .item .info-product {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.catalog-page__list .item{
		padding: 10px;
	}
}

.popup{display:none;}
.popup-block{display:none;}
input.is-invalid-input,textarea.is-invalid-input{border: 2px solid #ff4134!important;}
.review-add-popup .desc-raiting{display:none;}
span.del-file{color: red;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    position: relative;
    font-size: 0px;}
span.del-file:before {
    content: "\271A";
    position: absolute;
    left: 0px;
    font-weight: 900;
    font-size: 16px;
    top: -4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    color: #03758b;
}
.registration-block .tabs .tab {font-size: 16px;color: #333;text-transform: uppercase;padding: 9px;display: inline-block;vertical-align: top;border-bottom: 1px solid transparent;cursor: pointer;background: #fff;width: 50%;}
.registration-block .tabs .tab.individual{background: #ff4134;color: #fff;}
.registration-block .tabs .tab.entity {background: #f90;color: #fff;}
.registration-block .tabs .tab.active {border: 1px solid #999;border-bottom: 1px solid #fff;cursor: default;color: #333;background: #fff;}
.registration-block .tabs {font-size: 0;position: relative;top: 1px;}
.registration-block .tab-content{border: 1px solid #999;padding: 40px 10px 10px 10px;background: #fff;}
.registration-block .tab-content .tab-item {display: none;}
.registration-block .tab-content .tab-item.active{display: block;}
#add2basket-form [add2basket-instal]{display:none;}
.section-tab{cursor:pointer;}
.section-tab.active{font-size:16px;color:#007488;font-weight:700;margin-bottom:20px;text-decoration:none;}

.product-block__list[tab-group="section-tab"]{
    display: block;
    height: 0px;
    overflow: hidden;
	opacity: 0;
}
.product-block__list.active {
    display: block;
    height: auto;
	opacity: 1;
}

.slider_reviews{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top:0px;
}
/* contacts */
.contact-page p {
    font-size: 14px;
}
.contact-page h3:first-child {
    margin-top: 0px;
}
.maps-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.map-elem-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    overflow: hidden;
    padding: 0px 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.map-elem-img:hover {
    -webkit-box-shadow: 0px 0px 11px 2px #6b6b6b;
            box-shadow: 0px 0px 11px 2px #6b6b6b;
    z-index: 9;
}
.map-elem-img a {
    display: block;
    float: left;
    height: 295px;
    overflow: hidden;
	width: 100%;
	position: relative;
}
.map-elem-img a img {
    height: 100%;
}
.map-elem-img .desc {
    background: rgb(235, 235, 235);
    height: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    border-top: 2px solid white;
	text-align: center;
    font-weight: bold;
    width: 100%;
}
.map-elem-img .desc:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 8px;
    background: #007488;
    left: 50%;
    margin-left: -50px;
    top: -7px;
    border-radius: 1px;
    border: 2px solid white;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.map-elem-img:hover .desc:before {
    background: #019cb7;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.map-elem-img a:before {
    content: "";
	position:absolute;
	top:50%;
	left:50%;
	background: transparent;
    width: 50px;
    height: 50px;
    background-size: 50px;
    margin-top: 0px;
    margin-left: -18px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.map-elem-img a:hover:before {
    content: "";
	position:absolute;
	top:50%;
	left:50%;
	background: url(images/zoom64.png);
    width: 50px;
    height: 50px;
    background-size: 50px;
    margin-top: -14px;
    margin-left: -18px;
}
body .contact-page ymaps {
    max-width: 100%;
}
@media screen and (max-width:450px){
.maps-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.maps-img .map-elem-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 10px 0px;
}
}
/* //contacts */

/* about */
.about_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.about_categories > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: white;
    margin-bottom: 20px;
}
.about_categories > div> * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
@media screen and (max-width:640px){
.about_categories > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}
table.text-table {
    font-size: 13px;
}
}
/* //about */
.content img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
/* gallery */
.simple-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.simple-gallery > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.333%;
            flex: 0 1 31.333%;
    overflow: hidden;
    height: 200px;
    border: 10px solid white;
    margin: 1% 1%;
    -webkit-box-shadow: 0px 0px 0px 1px #e8e8e8;
            box-shadow: 0px 0px 0px 1px #e8e8e8;
	position: relative;

}
.simple-gallery > a > img {
    width: 100%;
    max-height: 100%;
	height: 200px;
}
body .simple-gallery > a:hover {
    border-bottom: 10px solid white;
}

.simple-gallery > a:after {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(images/zoom64.png);
    width: 50px;
    height: 50px;
    background-size: 50px;
    margin-top: -14px;
    margin-left: -18px;
	opacity: 0;
}
.simple-gallery > a:hover:after {
	opacity: 1;

}
.simple-gallery > a:before{
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
    content: "";
    width: 92%;
    height: 90%;
    position: absolute;
    background: rgba(255, 255, 255, 0.28);
    left: 4%;
    top: 5%;
	opacity: 0;
}
.simple-gallery > a:hover:before {
	opacity: 1;
}

.simple-gallery {
    font-size: 0px;
}
@media screen and (max-width:768px){
.catalog-description-block table {
    display: block;
    overflow-x: scroll;
}
.simple-gallery > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
}
.simple-gallery > a > img{
	height: auto;
}
}
@media screen and (max-width:468px){
.simple-gallery > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    height: auto;
	border: 5px solid white;
}
body .simple-gallery > a:hover {
    border-bottom: 5px solid white;
}
}
/* //gallery */
/* simple-subcategories */
.simple-subcategories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.simple-subcategories > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 19%;
            flex: 0 1 19%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    margin: 0.5% 0.5%;
    position: relative;
}
.simple-subcategories > div > *:last-child {
    margin-top: auto;
}
.simple-subcategories > div > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}
.simple-subcategories > div > *:first-child {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(244, 244, 242, 0.76);
    margin: 0px;
    padding: 5px 10px;
    height: 55%;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.simple-subcategories > div:hover > *:first-child {
    height: 100%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    padding: 10px 10px;
}
/* //simple-subcategories */

/* instructions */
.simple-instructions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.simple-instructions> div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    text-align: center;
}

.flowchart > div {
    background: #ffffff;
    margin: 10px 20px;
    padding: 10px;
    color: #555555;
    font-size: 13px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px grey;
            box-shadow: 0px 1px 3px 0px grey;
}
.flowchart > div.arrow-down {
    background: transparent;
    width: 30px;
    margin: 0 auto;
    text-align: center;
    border: 0px;
    font-size: 26px;
    padding: 0px;
    line-height: 27px;
    margin-top: -10px;
    color: #434343;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
            box-shadow: 0px 0px 0px 0px transparent;
    position: relative;
}
.flowchart > div.arrow-down:before {
    content: "";
    top: 7px;
    left: 12px;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #87edff;
    border: 1px solid #258d9f;
    border-radius: 50%;
}
.image-instr {
    background: white;
    width: 180px;
    height: 180px;
    border: 2px solid #007488;
    margin: 0 auto 25px auto;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 2px 0px #999999;
            box-shadow: 0px 1px 2px 0px #999999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.image-instr:hover {
    -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
    border: 2px solid #019cb7;
}
.img-border {
	width: 100px;
    height: 100px;
    text-align: center;
    border: 2px solid #007488;
    padding-top: 0px;
    margin: 10px 15px 10px 0px;
    border-radius: 50%;
    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;
}
.img-border > img {
    float: none;
}
/* //instructions */

/* desctop fixed header */
.mobile-menu .catalog .menu-catalog .menu {
    width: 100%;
    left: 0px;
	top: calc(100% + 9px);
}
span.total-price-mobile,
.mobile-menu .menu-block .phone-block {
	display:none;
}
@media screen and (min-width: 992px){
	.inner-page .menu-catalog .menu>li.dropdown.active .submenu-block {
		top: -30px;
	}
	.mobile-menu .menu-catalog .menu>li.dropdown .submenu-block > .inner-sm {
		bottom: 30px;
		top:0px;
	}
/* 	.catalog-page__list .item .name {
		min-height: 63px;
	} */
	.menu-catalog .menu>li.dropdown .submenu-block > .inner-sm{
		position: absolute;
		bottom: 0px;
		top: 30px;
	}
	.mobile-wrap {
		position: fixed;
		top: 0px;
		z-index: 229;
		width: 100%;
		left: 0px;
		height: 0px;
		overflow: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0;
	}
	.mobile-wrap.showed {
		height: auto;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		overflow: visible;
		opacity: 1;
	}
	.mobile-menu {
		display: table;
		margin-bottom: 0px;
		max-width: 1366px;
		margin: 0 auto;
		-webkit-box-shadow: 0px 1px 2px 0px grey;
		        box-shadow: 0px 1px 2px 0px grey;
	}
	.mobile-menu .menu-block .menu-btn {
		display: none;
	}
	.mobile-menu .menu-block {
		background: #ffffff;
	}
	.mobile-menu .menu-block .phone-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.mobile-menu .menu-catalog{
		margin-bottom: 0px;
	}
	.mobile-menu .basket {
		background: #be3f9a;
		padding-left: 15px;
		padding-right: 15px;
	}
	span.total-price-mobile {
		display: inline-block;
		margin: 1px 10px 0px 10px;
		float: right;
		color: white;
		font-size: 18px;
	}
}
@media screen and (min-width: 992px) and (max-width:1200px){
.mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile-menu>div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mobile-menu .menu-catalog {
    width: 100%;
}
.mobile-menu .basket button, .mobile-menu .basket .total-price-mobile {
    font-size: 14px;
    line-height: 25px;
}
.mobile-menu .catalog .menu-catalog .title {
    margin-right: 50px;
}
}
@media screen and (max-width: 992px){
.mobile-wrap.showed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 229;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0px 1px 2px 0px grey;
	        box-shadow: 0px 1px 2px 0px grey;
}
.mobile-wrap.showed .mobile-menu{
	margin-bottom:0px;
}
}
@media screen and (max-width: 760px){
.mobile-wrap.showed {
    background: white;
    padding-bottom: 5px;
    padding-top: 5px;
}
}

/* //desctop fixed header */

/* resize fix */
@media screen and (max-width: 991px){
	.sidebar .menu-catalog.active {
		display: none;
	}
	.main-header .personal a.callback {
		display: none;
	}
	.order-page__item .count {
			-webkit-box-flex: 0;
			    -ms-flex: 0 1 100px;
			        flex: 0 1 100px;
	}
	.product-page__top-block .about-product__middle .info-block .brands .certificate img {
		width: 114px;
		height: auto;
	}
}
@media screen and (max-width: 760px){
	.mobile-menu .callback-block .callback {
		display: none;
	}
}
/* //resize fix */

/* COMPARE */
.bx_compare .bx_filtren_container {
    padding: 1.6%;
}
.bx_compare .bx_filtren_container ul li {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-left: 0px;
    vertical-align: top;
}
/* //COMPARE */

.catalog-page__top-block .grid-btn .grid {
    font-size: 0px;
}
@media screen and (max-width: 991px){
.catalog-page__top-block .grid-btn {
    padding-top: 9px;
}
.catalog-page__top-block .grid-btn .grid.grid-table {
    display: none;
}
.catalog-page__top-block .grid-btn .grid:before{
	display:none;
}
.catalog-page__top-block .grid-btn .grid {
    font-size: 13px;
    text-transform: uppercase;
    width: auto;
    border: 0px;
    padding: 0px 0px;
    margin: 0px 10px;
    height: auto;
    line-height: 16px;
    color: #007488;
    border-bottom: 1px dashed #007488;
    position: relative;
}
.catalog-page__top-block .grid-btn .grid.grid-line {
    margin-right: 0px;
}
.catalog-page__top-block .grid-btn .grid.active {
    color: gray;
    border-bottom: 0px;
}
.catalog-page__top-block .grid-btn .grid.grid-grid.active {
    border-right: 1px solid gray;
    padding-right: 10px;
    margin-right: 0px;
}
.catalog-page__top-block .grid-btn .grid.grid-line.active {
    border-left: 1px solid gray;
    padding-left: 10px;
    margin-left: 0px;
}
}

/* CONTENT TABLES */
table.catalog-section-childs {
    margin: 10px 0px;
    width: 70%;
}
table.catalog-section-childs tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
table.catalog-section-childs tbody tr{
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
table.catalog-section-childs td {
	color:white;
	background: #efefef;
	margin: 5px;
    border-radius: 5px;
	padding: 0px;
}
table.catalog-section-childs td a{
	color: #505050;
    padding: 5px 15px;
    display: block;

}
.catalog-section-title a:before {
    content: "\25C8";
    color: #505050;
    margin-right: 10px;
}
.catalog-section-title a {
    font-size: 18px;
    font-weight: bold;
    color: #007488;
}
.catalog-section-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
table.catalog-section-childs td:hover {
    background: #007488;
}
table.catalog-section-childs td:hover a{
    color: white;
}
@media screen and (max-width: 640px){

}
/* //CONTENT TABLES */
table.table_functions, table.table_functions > tbody, table.table_functions > tbody > tr,
.tab-content div[itemprop="description"] > table:first-of-type, .tab-content div[itemprop="description"] > table:first-of-type > tbody, .tab-content div[itemprop="description"] > table:first-of-type > tbody > tr {
    display: inherit;
}
@media screen and (max-width: 760px){
	.catalog-page__list .item .img, .product-block__list .item .img {
		min-height: 0px;
	}
  .catalog-page__list .item .img img, .product-block__list .item .img img {
    max-height:250px;
  }
  .info-product {
      max-width: 100% !important;
      margin-top: 10px;
  }
	/*.catalog-page__list .item .img img, .product-block__list .item .img img {
		max-height:120px;
	}*/
	.inner-page .content-block .sidebar > *.filter-block__all {
		display: block;
	}
	.filter-block__parametrs .block .input-block {
		position: absolute;
		right: 10px;
		top: 14px;
		max-width: 200px;
	}
	.block.bx-filter-parameters-box {
		position: relative;
	}
	.filter-block__parametrs {
		background: #eeeeee;
	}
	.irs-slider, .irs-slider:hover {
		background: #a5a5a5;
		background-image: none;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin-top: -15px;
	}
	.filter-block__parametrs .block .btn-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.filter-block__parametrs .block .btn-block > * {
		margin: 0px 5px;
		height: 30px;
	}
}
.show_all_prop {
    display: none;
}
@media screen and (max-width: 440px){
	.filter-block__parametrs .block .input-block {
		position: relative;
		top: 0px;
		left: 0px;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.filter-block__all .filter-block__category input[type=checkbox]+label, .filter-block__all .filter-block__category input[type=checkbox]+label span {
		color: #007488;
		text-decoration: underline;
		font-size: 14px;
	}
	.filter-block__all .filter-block__category input[type=checkbox]+label span {
		font-size: 13px;
	}
	.filter-block__parametrs .block .btn-block .reset {
		line-height: 27px;
		padding-top: 0px;
		overflow: hidden;
	}
	.filter-block__parametrs > *:nth-child(n+3):not(:last-child):not(.show_all_prop) {
		height: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		overflow: hidden;
		opacity: 0;
		border-bottom: 0px;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}
	.show_all_prop {
		display: block;
		padding: 15px;
		padding-bottom: 0px;
	}
	.show_all_prop span {
		position: relative;
		font-size: 14px;
		color: #007488;
		text-transform: uppercase;
		border-bottom: 1px dashed #007488;
		cursor: pointer;
	}
	.show_all_prop span:after {
		border-bottom: 2px solid #007488;
		border-right: 2px solid #007488;
		content: '';
		display: block;
		height: 5px;
		margin-top: -4px;
		pointer-events: none;
		position: absolute;
		right: -15px;
		top: 50%;
		-webkit-transform-origin: 66% 66%;
		-ms-transform-origin: 66% 66%;
		transform-origin: 66% 66%;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .15s ease-in-out;
		-o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
		width: 5px;
	}
	.filter-block__parametrs.showed_all > *:nth-child(n+3):not(:last-child):not(.show_all_prop) {
		height: auto;
		opacity: 1;
		padding: 10px;
		border-bottom: 1px solid #dedfdf;
		overflow: visible;
	}
	.show_all_prop.active span:after {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.raiting-block.error > .text {
		display: none;
	}
}

/* PRODUCT PROPERTIES AND DESCRIPTION */
.half-width-props {
    width: 50%;
    float: right;
    padding: 0px 0px 30px 30px;
}
.half-width-props.full-width {
    width: 100%;
    float: right;
    padding: 0px;
}
.product-page__bottom-block .tab-content iframe, .product-page__bottom-block .tab-content video{
    margin: 20px 15px;
}
.product-page__bottom-block .tab-content img {
    max-width: 98%;
    margin: 15px 1% 15px 1%;
}
@media screen and (max-width: 768px){
.mobile-tab table {
    display: block;
    overflow: hidden;
    overflow-x: auto;
}
.product-page__bottom-block .tab-content iframe, .product-page__bottom-block .tab-content video, .product-page__bottom-block .tab-content img {
    margin: 5px 5px;
}
.half-width-props {
    width: 100%;
    float: right;
    padding: 0px;
}
}
/* //PRODUCT PROPERTIES AND DESCRIPTION */

@media screen and (min-width: 992px){
span.mobile_cart_id {
    display: none;
}
.mobile-menu .basket {
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}
.mobile-menu .basket * {
    color: #484848;
}
.mobile-menu .basket * , .mobile-menu .basket button{
    color: #484848;
	font-size: 15px;
}
.mobile-menu .basket:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/local/templates/dom-climata/css/../img/icon__basket.png) no-repeat;
    width: 23px;
    height: 18px;
    margin-right: 15px;
}
.mobile-menu .basket span.total-price-mobile {
    color: #007488;
    padding-left: 7px;
    border-left: 1px solid #ededed;
    line-height: 27px;
    margin-right: 0px;
	font-size: 15px;
}
.mobile-menu .menu-block .phone-block .label {
    font-size: 11px;
}
}
@media screen and (max-width: 991px){
span.desctop_cart_id {
    display: none;
}
}
@media only screen and (max-width: 760px){
.mobile-menu .catalog .menu-catalog .menu>li.dropdown.active .submenu-block .submenu>li>a {
    padding-left: 10px;
    border-top: 1px solid #fff;
}
.mobile-menu .catalog .menu-catalog .menu>li.dropdown.active .submenu-block {
    min-height: 0px!important;
}
.mobile-menu .catalog .menu-catalog .menu {
    max-height: 71vh;
    overflow: hidden;
    overflow-y: auto;
    min-width: 300px;
}
.menu-catalog .menu>li.dropdown .submenu-block>.inner-sm>div {
    width: 50%;
	-webkit-box-flex:0;
	    -ms-flex:0 1 50%;
	        flex:0 1 50%;
}
.mobile-menu .catalog .menu-catalog .menu>li.dropdown .submenu-block>div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px!important;
}
.menu-catalog .menu>li.dropdown .submenu-block>.inner-sm>div.sect-desc {
    display: none!important;
}
}

.product-block__list.catalog-all-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.product-block__list.catalog-all-products > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23.5%;
            flex: 0 1 23.5%;
    margin-left: 0.75%;
    margin-right: 0.75%;
}
@media screen and (max-width: 1170px){
.product-block__list.catalog-all-products > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.83333%;
            flex: 0 1 31.83333%;
    margin-left: 0.75%;
    margin-right: 0.75%;
}
}
@media screen and (max-width: 760px){
.product-block__list.catalog-all-products > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0%;
    margin-right: 0%;
}
}
form .noactive {
    display: inline-block;
    position: relative;
	width: 70%;
}
form .noactive > * {
    width: 100%!important;
}
form .noactive:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0px;
    width: 100%;
    height: 135%;
    background: transparent;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

/* min desctop header
@media screen and (min-width: 992px){
.wrapper {
    padding-top: 5px;
}
.wrapper:before{
	display: none;
}
.logo img {
    width: 256px;
    image-rendering: -webkit-optimize-contrast;
}
.main-header .logo .text-logo {
    font-size: 13px;
    padding-top: 0px;
}
.main-header .basket-desktop .basket-block {
    border: 1px solid #dfe0e0;
    border-radius: 2px;
    padding: 8px 10px;
    margin-bottom: 5px;
	display: table-cell;
}
.main-header .basket-desktop .basket-block:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url(../img/icon__basket.png) no-repeat;
    width: 20px;
    height: 16px;
    float: left
}
.main-header .basket-desktop .basket-block .info {
    margin-left: 35px;
    font-size: 14px;
    color: #999
}
.main-header .basket-desktop .basket-block .info span {
    color: #007488
}
.main-header .basket-desktop .basket-block .info .title {
    line-height: 16px;
    color: #666;
    text-decoration: underline;
    margin-bottom: 5px;
    display: block
}
.main-header .logo {
    padding-top: 10px;
}
.main-header .top-info {
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-header .top-info .work-block .adress {
    padding-bottom: 5px;
}
.main-header .top-info .work-block .time {
    margin-bottom: 5px;
}
.basket-desktop {
    padding-top: 5px;
}
.main-header>div.personal {
    padding-top: 16px;
}
.main-header {
    padding-bottom: 6px;
}
.main-header .top-info .phone-block .phone2 .phone {
    padding-top: 5px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px){
header + .wrapper-inner {
    padding: 10px;
}
.main-header .top-info {
    padding-left: 5px;
}
.main-header .top-info .work-block {
    padding-left: 5px;
}
.main-header .top-info .phone-block {
    padding-right: 8px;
}
.main-header .basket-desktop .basket-block .info {
    margin-left: 19px;
}
.main-header .basket-desktop .basket-block:before {
    width: 14px;
    height: 15px;
    background-position-y: 3px;
    background-size: 100%;
    image-rendering: unset;
}
.main-header .personal .callback:before{
	display: none;
}
.logo img {
    width: 235px;
    image-rendering: -webkit-optimize-contrast;
}
.main-header .logo .text-logo {
    font-size: 12px;
    padding-top: 0px;
}
.main-header .top-info .work-block .adress {
    font-size: 12px;
}
.main-header .top-info .work-block .graph span {
    width: 12px;
    height: 4px;
}
.main-header .top-info .work-block .graph span:not(:last-child) {
    margin-right: 3.5px;
}
.main-header .top-info .work-block .mail a {
    font-size: 12px;
}
.main-header .top-info .work-block .graph {
    margin-bottom: 0px;
}
.main-header .top-info .work-block .time {
    margin-bottom: 0px;
}
}
@media screen and (max-width: 991px){
.main-header .basket-desktop{
	display: none;
}
}

 //min desctop header */

 /* fix for 991px < header < 1200px */
@media screen and (min-width: 992px) and (max-width: 1200px){
 .logo img {
    width: 256px;
    image-rendering: -webkit-optimize-contrast;
}
.main-header .logo .text-logo {
    font-size: 13px;
    padding-top: 0px;
}
}


@media screen and (min-width: 992px){
#count_panel{
	display: none;
}
.bx-filter-container-modef #count_panel{
	display: block;
}
div#count_panel {
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 99;
    background: #0000009e;
    padding: 10px;
    width: 210px;
    transform: translateX(10px);
    box-sizing: border-box;
}

span.bx-filter-container-modef {
    position: relative;
    float: right;
    width: 100%;
    height: 0px;
    box-sizing: border-box;
    display: contents;
}

span#count_panel_val {
    color: white;
    font-size: 14px;
    padding-bottom: 0px;
    float: left;
}

#count_panel  button {
    border: 0px;
    background: transparent;
    color: orange;
    padding: 0px;
    font-size: 16px;
    text-decoration: underline;
}
}
@media screen and (max-width: 991px){
    #count_panel{
		display:none;
	}
}

.catalog-page__list-line .item .info .item-product-info .info .info-product .stock.delivery {
    margin-top: 20px;
    height: auto;
	white-space: normal;
}
.product-page__top-block .img-block .big-img,
.catalog-page__list .item .img {
    position: relative;
}
.product-page__top-block .img-block .big-img .article_prod{
    left: 0px;
    top: 0px;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    width: auto;
    max-width: 100%;
    text-align: left;
    z-index: 2;
    padding: 5px 10px;
    background: #f9f9f9;
    border: 1px solid #f3f3f3;
}
.article_simple {
    right: -10px;
    top: -16px;
    position: relative;
    width: auto;
    max-width: 100%;
    z-index: 2;
    color: #aaaaaa;
    font-size: 12px;
    text-align: right;
    background: #ffffff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.article_simple.left_abs {
    position: absolute;
    right: 15px;
    top: 3px;
    text-align: left;
}
.article_simple.table {
    right: 0px;
    top: 0px;
    text-align: left;
}
.articul_line {
    margin-bottom: 0px;
    font-size: 14px;
    color: #007488;
    text-shadow: 0px 0px 0px #007488;
}

/* Compare */
.bx_compare .bx_filtren_container {
    background: repeating-linear-gradient(60deg, #ffffff, #ffffff 1px, #f9f9f9 1px, #f9f9f9 6px);
    border-color: #ececec;
    box-shadow: 0px 1px 0px 0px #ffffff;
    margin-bottom: 1px;
}
.bx_compare .bx_filtren_container input[type=checkbox]{
	display: none;
}
.bx_compare .bx_filtren_container input[type=checkbox]+label{
	position: relative;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    padding-right: 15px;
    display: block;
    letter-spacing: -1px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bx_compare .bx_filtren_container input[type=checkbox]+label:before{
    content: '';
    width: 12px;
    height: 12px;
    background: url(/local/templates/dom-climata/css/../img/checkbox.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
}
.bx_compare .bx_filtren_container input[type=checkbox]:checked+label:before{
    background-position: 0 -12px;
}
.bx_compare .bx_filtren_container h5 {
    margin: 0px 0 15px 0;
}
.bx_compare .bx_sort_container .sortbutton.current {
    background: #007488;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px transparent;
	transition: 0.25s ease;
}

.bx_compare .bx_sort_container .sortbutton {
    background: #ff9900;
    border-radius: 0px;
    border: 0px;
    color: white;
    text-shadow: 0px 0px 0px #ff9900;
    padding: 7px 11px;
	transition: 0.25s ease;
}
.bx_compare .bx_sort_container .sortbutton.current:hover {
    background: #007488;
    color: #fff;
    opacity: 0.9;
}
.bx_compare .bx_sort_container .sortbutton:hover {
    background: #ff9900;
    color: #fff;
    opacity: 0.9;
}

.bx_compare .bx_sort_container {
    border-bottom: 1px solid #007488;
}
.bx_compare .table_compare table tr td a {
    color: #007488;
}
.bx_compare .bx_bt_button.bx_small {
    width: 100%;
    text-align: center;
    background: #ff9900;
    text-shadow: 0px 0px 0px #ff9900;
    border-radius: 0px;
    margin-top: 10px;
    padding: 5px;
    font-size: 12px!important;
    font-weight: bold;
    height: auto;
    transition: 0.25s ease;
}

.bx_compare .table_compare table tr td a:hover {
    text-decoration: none;
    opacity: 0.9;
}
div.bx_compare {
    width: 100%;
}
.bottom_panel {
    width: 100%;
	margin-bottom: 25px;
}
a.clear_table_button {
    width: 100%;
    text-align: center;
    background: #ececec;
    text-shadow: 0px 0px 0px #ffffff;
    border-radius: 0px;
    margin-top: 10px;
    padding: 7px;
    font-size: 12px!important;
    font-weight: bold;
    color: #666666;
    height: auto;
    transition: 0.25s ease;
    display: block;
}
a.clear_table_button:hover {
    background: #dbdbdb;
}
/* //Compare */

.catalog-page__list .item .sale-block {
    position: relative;
}
.catalog-page__list .item .old-price {
    text-decoration: line-through;
    color: #818181;
}
.catalog-page__list .item .mobile-bottom .old-price {
    font-size: 12px;
}
.catalog-page__list-table .item .article-price .sale-block .old-price {
    font-size: 12px;
}
@media only screen and (max-width: 992px){
.catalog-page__list .item .old-price {
    font-size: 14px;
}
}
.ecommerce-data{
	display:none;
}

/* table marks */
.catalog-page__list.catalog-page__list-table .item .badges>div span {
    transform: translateX(-100%);
    position: relative;
    left: 7px;
    transition: all ease 0.2s;
    margin-bottom: 2px;
}
.catalog-page__list.catalog-page__list-table .item .badges {
    overflow: hidden;
    top: 4px;
}
.catalog-page__list.catalog-page__list-table .item .badges>div span:hover {
    transform: translateX(0%);
    left: 0px;
}

#ajax-smartfilter label.disabled {
    pointer-events: visible;
    opacity: 1;
	display: none;
}

.underline {
    cursor: pointer;
    text-decoration: underline;
}
.underline:hover {
    cursor: pointer;
    border-bottom: none;
    text-decoration: none;
}

.catalog_sections {
}
.catalog_sections .b_section_item {
	display: inline-block;
	vertical-align: top;
	min-width: 220px;
	width: 220px;
	height: 220px;
	color: #ffffff;
	padding: 20px;
	margin: 0 10px 20px 10px;
	text-align: center;
	font-weight: bold;
}
.catalog_sections .b_section_item a {
	color: #ffffff;
}
.catalog_sections .b_section_item_1 {
	background: #ff4134;
}
.catalog_sections .b_section_item_2 {
	background: #007488;
}
.catalog_sections .b_section_item_3 {
	background: #ff9900;
}
.favorites_list{
    display: inline;
    margin-left: 15px
}
.favorites_img{
    height: 18px;
}
