

/* Start:/local/templates/paese/css/normalize.css?16000676577708*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* End */


/* Start:/local/templates/paese/css/font-awesome.css?160006765733305*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/local/templates/paese/css/../fonts/FontAwesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('/local/templates/paese/css/../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/local/templates/paese/css/../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/local/templates/paese/css/../fonts/FontAwesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/local/templates/paese/css/../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/local/templates/paese/css/../fonts/FontAwesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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: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-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-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";
}

/* End */


/* Start:/local/templates/paese/css/icons.css?16000676572841*/
@font-face {
    font-family: 'Icons';
    src:    url('/local/templates/paese/fonts/Icons/paese.eot?hfr00m');
    src:    url('/local/templates/paese/fonts/Icons/paese.eot?hfr00m#iefix') format('embedded-opentype'),
        url('/local/templates/paese/fonts/Icons/paese.ttf?hfr00m') format('truetype'),
        url('/local/templates/paese/fonts/Icons/paese.woff?hfr00m') format('woff'),
        url('/local/templates/paese/fonts/Icons/paese.svg?hfr00m#paese') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    position: relative;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Site style*/
    position: relative;
    display: inline-block;
}

.icon-arr-left:before {
    content: "\e900";
}
.icon-arr-right:before {
    content: "\e901";
}
.icon-b2b:before {
    content: "\e902";
}
.icon-bag:before {
    content: "\e903";
}
.icon-bank:before {
    content: "\e904";
}
.icon-card:before {
    content: "\e90d";
}
.icon-cash:before {
    content: "\e90e";
}
.icon-close:before {
    content: "\e915";
}
.icon-del:before {
    content: "\e917";
}
.icon-dl:before {
    content: "\e918";
}
.icon-doc:before {
    content: "\e919";
}
.icon-fb:before {
    content: "\e91a";
}
.icon-hamburger:before {
    content: "\e91b";
}
.icon-insta:before {
    content: "\e91c";
}
.icon-jel:before {
    content: "\e91d";
}
.icon-laptop:before {
    content: "\e91e";
}
.icon-lk:before {
    content: "\e91f";
}
.icon-mail:before {
    content: "\e921";
}
.icon-mastercard:before {
    content: "\e922";
}
.icon-logo:before {
    content: "\e923";
}
.icon-perevod:before {
    content: "\e924";
}
.icon-play:before {
    content: "\e925";
}
.icon-pochta:before {
    content: "\e926";
}
.icon-robokassa:before {
    content: "\e927";
}
.icon-salon:before {
    content: "\e928";
}
.icon-search:before {
    content: "\e929";
}
.icon-sign:before {
    content: "\e92a";
}
.icon-terminal:before {
    content: "\e92b";
}
.icon-tick:before {
    content: "\e92c";
}
.icon-up .path1:before {
    content: "\e92d";
    color: rgb(0, 0, 0);
}
.icon-up .path2:before {
    content: "\e92e";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-visa:before {
    content: "\e92f";
}
.icon-vk:before {
    content: "\e930";
}
.icon-vopros {
    top: 1px;
}
.icon-vopros .path1:before {
    content: "\e931";
    color: rgb(230, 2, 81);
}
.icon-vopros .path2:before {
    content: "\e932";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}


/* End */


/* Start:/local/templates/paese/css/jreject.css?16000676571917*/
/*
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.0.0
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2011 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 9998;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9999;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	text-align: left;
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	margin: 0 0 0 50px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}

/* End */


/* Start:/local/templates/paese/css/jscrollpane.css?16000676571382*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #f1f1f1;
	border-radius: 10px;
	position: relative;
}

.jspDrag
{
	background: #737373;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 10px;
}

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

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

.jspArrow.jspDisabled
{
	cursor: default;
	background: #fff;
}

.jspVerticalBar .jspArrow
{
	height: 3px;
}

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

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

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

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/local/templates/paese/css/jquery-ui.css?16000676571795*/
/* Всплывающие окна */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    cursor: default;
    z-index: 9998;
}

.ui-dialog {
    position: absolute;
    padding: 50px;
    z-index: 9999;
    background: url("/local/templates/paese/img/other/ptrn1.png");
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
    text-align: center;
}

.ui-dialog .ui-dialog-title {
    cursor: default;
    color: #000;
    font: 300 28px/34px 'Museo Sans';
    text-transform: uppercase;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: -35px;
    top: -30px;
    border: none;
    background: none;
    color: #000;
    cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close i {
    font-size: 20px;
    transition: all .2s ease-out;
}

.ui-dialog .ui-dialog-titlebar-close:hover i {
    color: #f3004e;
    transform: rotate(90deg);
}

.ui-dialog .ui-dialog-content {
    padding: 30px 0 0;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}

/* Подсказки */

.ui-helper-hidden-accessible {
    display: none;
}

.ui-tooltip {
    position: absolute;
    max-width: 300px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    font-size: 12px;
    text-align: center;
    z-index: 9998;
}

.ui-tooltip:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: rgba(0, 0, 0, .9) transparent transparent transparent;
    content: "";
}

.ui-tooltip a:hover{
    color: #fff;
}

/* End */


/* Start:/local/templates/paese/css/colorbox.css?16000676574092*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/


@keyframes pulsate {
    0%   { opacity: 0.5; }
    50%  { opacity: 0.0; }
    100% { opacity: 0.5; }
}

#cboxLoadingGraphic:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 9999;
    content: "";
}

#cboxLoadingGraphic:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 29px;
    height: 26px;
    margin: -15px 0 0 -13px;
    z-index: 10000;
    font-family: 'Icons';
    font-size: 20px;
    content: "\e92a";
    animation: pulsate 2s ease-out infinite;
}

#cboxOverlay{background:#000; opacity: 0.75; filter: alpha(opacity = 75);}
#colorbox{outline:0;}
    #cboxContent{margin:50px; padding:0; overflow:visible; background:#fff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:none;}
        #cboxLoadedContent{}
        #cboxLoadingGraphic{}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{display: none !important;}
        #cboxCurrent{display: none !important;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
            position:absolute;
            border:0;
            padding:0;
            margin:0;
            background: none;
            overflow:visible;
        }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious, #cboxNext {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                 -o-user-select: none;
                    user-select: none;
        }

        #cboxPrevious{
            left: -25px;
            top: 50%;
            width: 13px;
            height: 21px;
            margin: -11px 0 0;
            cursor: pointer;
            color: #fff;
            font-size: 16px;
            transition: all .2s ease-out;
        }
        #cboxNext{
            right: -25px;
            top: 50%;
            width: 13px;
            height: 21px;
            margin: -11px 0 0;
            cursor: pointer;
            color: #fff;
            font-size: 16px;
            transition: all .2s ease-out;
        }
        #cboxClose{
            position: absolute;
            right: -35px;
            top: -35px;
            width: 30px;
            height: 30px;
            border: none;
            color: #fff;
            font-size: 20px;
            cursor: pointer;
            transition: all .2s ease-out;
        }

#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover{
    color: #f3004e;
}
#cboxPrevious:hover {
    left: -28px;
}
#cboxNext:hover {
    right: -28px;
}
#cboxClose:hover{
    transform: rotate(90deg);
}
/* End */


/* Start:/local/templates/paese/js/slick/slick.css?16000676581776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/paese/js/slick/slick-theme.css?16000676583145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/paese/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/paese/js/slick/./fonts/slick.eot');
    src: url('/local/templates/paese/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/paese/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/paese/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/paese/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/paese/js/select2/css/select2.min.css?160006765814966*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/paese/css/desktop.css?160014682918726*/
/* Шрифты */

@font-face {
    font-family: "Museo Sans";
    src: url("/local/templates/paese/fonts/MuseoSansLight/MuseoSansLight.eot");
    src: url("/local/templates/paese/fonts/MuseoSansLight/MuseoSansLight.eot?#iefix")format("embedded-opentype"), url("/local/templates/paese/fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"), url("/local/templates/paese/fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "Museo Sans";
    src: url("/local/templates/paese/fonts/MuseoSansRegular/MuseoSansRegular.eot");
    src: url("/local/templates/paese/fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix")format("embedded-opentype"), url("/local/templates/paese/fonts/MuseoSansRegular/MuseoSansRegular.woff") format("woff"), url("/local/templates/paese/fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Museo Sans";
    src: url("/local/templates/paese/fonts/MuseoSansMedium/MuseoSansMedium.eot");
    src: url("/local/templates/paese/fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix")format("embedded-opentype"), url("/local/templates/paese/fonts/MuseoSansMedium/MuseoSansMedium.woff") format("woff"), url("/local/templates/paese/fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/paese/fonts/OpenSansLight/OpenSansLight.eot");
    src: url("/local/templates/paese/fonts/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"), url("/local/templates/paese/fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("/local/templates/paese/fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/paese/fonts/OpenSansLightItalic/OpenSansLightItalic.eot");
    src: url("/local/templates/paese/fonts/OpenSansLightItalic/OpenSansLightItalic.eot?#iefix")format("embedded-opentype"), url("/local/templates/paese/fonts/OpenSansLightItalic/OpenSansLightItalic.woff") format("woff"), url("/local/templates/paese/fonts/OpenSansLightItalic/OpenSansLightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/paese/fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("/local/templates/paese/fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"), url("/local/templates/paese/fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("/local/templates/paese/fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/paese/fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot");
    src: url("/local/templates/paese/fonts/OpenSansRegularItalic/OpenSansRegularItalic.eot?#iefix")format("embedded-opentype"), url("/local/templates/paese/fonts/OpenSansRegularItalic/OpenSansRegularItalic.woff") format("woff"), url("/local/templates/paese/fonts/OpenSansRegularItalic/OpenSansRegularItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/paese/fonts/OpenSansBold/OpenSansBold.eot");
    src: url("/local/templates/paese/fonts/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"), url("/local/templates/paese/fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("/local/templates/paese/fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Open Sans";
    src: url("/local/templates/paese/fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot");
    src: url("/local/templates/paese/fonts/OpenSansBoldItalic/OpenSansBoldItalic.eot?#iefix")format("embedded-opentype"), url("/local/templates/paese/fonts/OpenSansBoldItalic/OpenSansBoldItalic.woff") format("woff"), url("/local/templates/paese/fonts/OpenSansBoldItalic/OpenSansBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}

/* Основное */

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

html, body {
    height: 100%;
}

body {
    background: #fff;
    color: #333;
    font: 14px/22px 'Open Sans', sans-serif;
}

p {
    margin: 0;
}

a {
    color: #f3004e;
    text-decoration: none;
}

a:hover {
    color: #000;
}

img {
    vertical-align: middle;
}

:focus {
    outline: 0;
}

a,
input,
textarea,
button {
    transition: all .2s ease-out;
}

a.btn {
    padding: 10px;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

a.btn:hover {
    color: #f3004e;
    border-color: #f3004e;
}

/* Типографика */

.typo h1 {
    margin: 0 0 30px;
    font: 300 30px/40px 'Museo Sans';
    text-transform: uppercase;
}

.typo h2 {
    margin: 0 0 24px;
    font: 300 24px/40px 'Museo Sans';
    text-transform: uppercase;
}

.typo h3 {
    margin: 0 0 18px;
    font: 300 18px/40px 'Museo Sans';
    text-transform: uppercase;
}

.typo h4 {
    margin: 0 0 16px;
    font: 300 16px/40px 'Museo Sans';
    text-transform: uppercase;
}

.typo h5 {
    margin: 0 0 14px;
    font: 300 14px/40px 'Museo Sans';
    text-transform: uppercase;
}

.typo h6 {
    margin: 0 0 12px;
    font: 300 12px/40px 'Museo Sans';
    text-transform: uppercase;
}

.typo p {
    margin: 0 0 20px;
}

.typo hr {
    clear: both;
    border: none;
    border-top: 1px solid #e2e2e2;
}

.typo blockquote {
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    border-left: 3px solid #e2e2e2;
    font-style: italic;
}

.typo ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.typo ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    list-style-type: decimal;
    list-style-position: outside;
}

.typo li ul {
    margin: 5px 0 0;
}

.typo ul li {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}

.typo ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #f3004e;
    content: "";
}

.typo table {
    margin: 0 0 20px;
    border-collapse: collapse;
    font: 14px/22px 'Open Sans';
}

.typo table[border],
.typo table[border] td,
.typo table[border] th {
    border: 1px solid #333333;
}

.typo table .border,
.typo table .border th,
.typo table .border td {
    border: 1px solid #333333;
}

.typo table[border='0'],
.typo table[border='0'] td,
.typo table[border='0'] th {
    border: 0;
}

.typo img {
    position: relative;
    top: 2px;
    max-width: 100%;
    height: auto;
}

.typo img.left,
.typo img[align='left'] {
    float: left;
    margin: 0 20px 20px 0;
}

.typo img.right,
.typo img[align='right'] {
    float: right;
    margin: 0 0 20px 20px;
}

/* Каркас */

.site {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: #000;
}

.section {
    position: relative;
    max-width: 1170px;
    padding: 0 25px;
    margin: 0 auto;
}

.section.t-companies {
    padding: 25px;
}

.section:after {
    display: table;
    clear: both;
    content: "";
}

.clearfix {
    display: table;
    clear: both;
    content: "";
}

/* Лоадер */

@keyframes pulsate {
    0%   { opacity: 0.5; }
    50%  { opacity: 0.0; }
    100% { opacity: 0.5; }
}

.loader:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 9999;
    content: "";
}

.loader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 29px;
    height: 26px;
    margin: -15px 0 0 -13px;
    z-index: 10000;
    font-family: 'Icons';
    font-size: 20px;
    content: "\e92a";
    animation: pulsate 2s ease-out infinite;
}

/* Диалог */

.dialog {
    display: none;
}

/* Контент */

.page {
    min-height: 400px;
    background: #fff;
}

.page-section {
    position: relative;
}

.page-section--bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.page-section--bg.page-section--overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 ,0, 0, .75);
    content: "";
}

.page-section--bg .section-bg div[id^='bx'] {
    position: relative;
    z-index: 1;
}

.page-section--bg .section-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 ,0, 0, .75);
    content: "";
}

.page-section--grey {
    background: #f1f1f1;
}


.page-section--greybg {
    background: url("/local/templates/paese/img/other/ptrn2.png");
}

.page-section--border {
    border-top: 1px solid #e3e3e3;
}

/* Формы */

.page-form-elem {
    font-size: 0;
}

.page-form-elem a {
    color: #fff;
}

.page-form-elem a:hover {
    text-decoration: underline;
}

.page-form-save {
    margin: 0 0 25px;
}

.page-form-save--succes {
    color: #24c642;
}

.page-form-save--fail {
    color: #f3004e;
}

.page-form-title {
    margin: 0 0 25px;
    font: 300 16px/20px 'Museo Sans';
    text-transform: uppercase;
}

.page-form-fake {
    margin: 0;
    height: 0;
    overflow: hidden;
}

.page-form-textbox,
.page-form-textarea,
.page-form-select {
    width: 100%;
    height: 40px;
    margin: 0 0 10px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #cacaca;
    color: #333;
    font: 16px 'Open Sans';
}

.page-form-textarea {
    height: 95px;
    padding: 5px 10px;
    resize: none;
}

.page-form-textbox:focus,
.page-form-textarea:focus,
.page-form-select:focus {
    border-color: #f3004e;
}

.page-form-textbox--pink,
.page-form-textbox--error,
.page-form-textarea--error {
    border-color: #f3004e;
}

.page-form-textbox--error::-webkit-input-placeholder,
.page-form-textarea--error::-webkit-input-placeholder {
    color: #f3004e;
}

.page-form-textbox--error::-moz-placeholder,
.page-form-textarea--error::-moz-placeholder {
    color: #f3004e;
}

.page-form-checkbox,
.page-form-radiobox {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    font: 13px/20px 'Open Sans';
    cursor: pointer;
}

.page-form-checkbox [type="checkbox"],
.page-form-radiobox [type="radio"] {
    position: absolute;
    left: 1px;
    top: 3px;
    width: 15px;
    height: 15px;
}

.page-form-checkbox [type="checkbox"] + i,
.page-form-radiobox [type="radio"] + i {
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #cacaca;
    border-radius: 2px;
    color: #f3004e;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    text-indent: -9999px;
}

.page-form-checkbox [type="checkbox"]:checked + i,
.page-form-radiobox [type="radio"]:checked + i  {
    text-indent: 0;
}

.page-form-radiobox [type="radio"] + i {
    border-radius: 20px;
    box-shadow: inset 0 0 3px -1px rgba(0, 0, 0, .5);
}

.page-form-radiobox [type="radio"]:checked + i:after {
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
    width: 8px;
    height: 8px;
    background: #f3004e;
    border-radius: 10px;
    content: "";
}

.page-form-label {
    display: inline-block;
    width: 35%;
    height: 20px;
    margin: 10px 5% 0 0;
    line-height: 20px;
    vertical-align: top;
    font-size: 14px;
}

.page-form-file {
    width: 60%;
    display: inline-block;
    height: 40px;
    margin: 0 0 10px;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #cacaca;
    color: #333;
    font: 16px 'Open Sans';
    text-align: center;
}

.page-form-file span {
    font-size: 14px;
}

.page-form-file input {
    display: none;
}

.page-form-label.right {
    width: 40%;
    margin: 10px 0 0 5%;
    line-height: 20px;
    vertical-align: top;
}

.page-form-label2 {
    display: block;
    width: 100%;
    margin: 5px 0;
    line-height: 20px;
    vertical-align: top;
}

.page-form-label b {
    color: #f3004e;
}

.page-form-info {
    margin: 0 0 20px;
    font: 13px/16px 'Open Sans';
}

.page-form-error {
    margin: -5px 0 20px;
    color: #f3004e;
    font: 13px/16px 'Open Sans';
    text-align: center;
}

.page-form-error--hidden {
    display: none;
}

.page-form-label + .page-form-textbox,
.page-form-label + .page-form-textarea,
.page-form-label + .page-form-select {
    width: 60%;
}

.page-form-select.t-companies {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    width: 50%;
}

.page-form-select.t-companies option {
    font-weight: normal;
}

.page-form-label + .page-form-textbox + .page-form-info,
.page-form-label + .page-form-textarea + .page-form-info {
    width: 60%;
    margin: 0 0 20px 40%;
}

.page-form-label + .page-form-textbox + .page-form-error,
.page-form-label + .page-form-textbox + .page-form-addt,
.page-form-label + .page-form-textarea + .page-form-error  {
    width: 60%;
    margin: -5px 0 20px 40%;
}

.page-form-addt {
    margin: 0 0 10px;
    font: 13px/16px 'Open Sans';
    color: #888;
}

.page-form-note {
    margin: 0 0 10px;
    font: 13px/16px 'Open Sans';
}


.page-form-note b {
    color: #f3004e;
}

.page-form-button {
    margin: 0 0 10px;
}

.page-section--bg .page-form-title,
.page-section--bg .page-form-label,
.page-section--bg .page-form-checkbox,
.page-section--bg .page-form-info,
.page-section--bg .page-form-note {
    color: #fff;
}

.page-form-elem--hidden {
    display: none;
}

/* Кнопки */

.page-button--pink {
    width: 100%;
    margin: 0;
    height: 40px;
    background: #f3004e;
    border: none;
    color: #fff;
    font: 300 16px/42px 'Museo Sans';
    text-transform: uppercase;
    text-align: center;
    transition: all .2s ease-out;
}

.page-button--pink a {
    color: #fff;
    width: 100%;
    display: table-cell;
    height: 50px;
    padding: 0 15px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
}

.page-button--pink:hover {
    background: #000;
    color: #fff;
}

.page-button--black {
    width: 100%;
    margin: 0;
    height: 40px;
    background: #000;
    border: none;
    color: #fff;
    font: 300 16px/42px 'Museo Sans';
    text-transform: uppercase;
    text-align: center;
    transition: all .2s ease-out;
}

.page-button--black a {
    color: #fff;
    width: 100%;
    display: table-cell;
    height: 50px;
    padding: 0 15px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
}

.page-button--black:hover {
    background: #f3004e;
    color: #fff;
}

.black {
    color: #000;
}

/* Навигационная цепочка */

.page-path {
    padding: 30px 120px 10px 0;
    color: #666;
    font: 12px/18px 'Open Sans';
}

.page-path-link {
    color: #666;
}

.page-path-link:hover {
    color: #f3004e;
}

.page-path-slash {
    margin: 0 5px;
}

.page-path-back {
    position: absolute;
    top: 30px;
    right: 25px;
    display: block;
    color: #000;
}

.page-path-back:hover {
    color: #f3004e;
}

.page-path-back i {
    margin-right: 5px;
}

.page-section--bg .page-path,
.page-section--bg .page-path-link,
.page-section--bg .page-path-back {
    color: #fff;
}

.page-section--bg .page-path-link:hover {
    color: #f3004e;
}

.page-section--bg img {
    object-fit: cover;
    object-position: center 50%;
    font-family: 'object-fit: cover; object-position: center 50%;';
    width: 100%;
    height: 100%;
}

.page-section--bg .section-bg,
.page-section--bg .section-bg div{
    height: 416px;
}

/* Заголовок */


.page-title {
    margin: 0 0 40px;
    padding-top: 30px;
    color: #000;
    font: 300 34px/40px 'Museo Sans';
    text-transform: uppercase;
}

.page-path + .page-title {
    padding-top: 0;
}

.page-title2 {
    margin: 0 0 25px;
    font: 300 24px/40px 'Museo Sans';
    text-transform: uppercase;
}

.page-title-bg {
    text-align: center;
    padding: 15% 0;
    margin-top: -416px;
}

.page-title-bg--cover {
    text-align: center;
    padding: 15% 0;
}

.page-section--bg .page-title,
.page-section--bg .page-title2 {
    color: #fff;
    position: relative;
    z-index: 1;
}

.page-section--bg + .page-section {
    margin: 40px 0 0;
}

/* Меню страницы */

.page-menu {
    position: relative;
    width: 25%;
    float: left;
    margin: -15px 0 30px;
}

.page-menu-show,
.page-menu-hide {
    display: none;
}

.page-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-menu-item-link {
    display: block;
    padding: 16px 0 13px;
    color: #000;
    font: 300 16px/20px 'Museo Sans';
    text-transform: uppercase;
}

.page-menu-item-link:hover,
.page-menu-item-link--select,
.page-menu-item--select .page-menu-item-link {
    color: #f3004e;
}

.page-menu-item-link--select {
    cursor: default;
}

.page-section--bg .page-menu-item-link {
    color: #fff;
}

.page-section--bg .page-menu-item-link:hover,
.page-section--bg .page-menu-item--select .page-menu-item-link {
    color: #f3004e;
}

/* Пейджер */

.page-pager {
    text-align: center;
    margin: 0 0 40px;
}

.page-pager-link {
    display: inline-block;
    width: 50px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #e2e2e2;
    line-height: 50px;
    text-align: center;
    color: #333;
}

.page-pager-link:hover {
    color: #f3004e;
    border-color: #f3004e;
}

.page-pager-link--select {
    background: #f3004e;
    border-color: #f3004e;
    color: #fff !important;
}

.page-pager-text {
    display: inline-block;
    margin: 10px;
}

.page-section--bg .page-pager-text {
    color: #fff;
}

/* Кнопка наверх */

.page-to-top {
    position: fixed;
    bottom: 55px;
    right: 150px;
    display: none;
    z-index: 9997;
    cursor: pointer;
    font-size: 50px;
    transition: all .2s ease-out;
}

.page-to-top:hover {
    bottom: 53px;
}

/* Лого */
.logo {
    display: inline-block;
    background: url(/local/templates/paese/img/other/logo.png);
    height: 30px;
    width: 93px;
}

.select2-container {
    z-index: 9999;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f3004e;
}

/* Фикс по хэдеру */
.header-basket-info {
    height: auto!important;
}

.header-basket-info-list  {
    height: 100vh!important;
}

/* End */


/* Start:/local/templates/paese/css/desktop/articles.css?16000676571713*/
.articles-list {
    margin: -100px 0 40px;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

.articles-item {
    position: relative;
    float: left;
    width: 66.6666%;
    padding: 0 0 25%;
}

.articles-item--vertical {
    width: 33.3333%;
    padding: 0 0 50%;
}

.articles-item--margin {
    margin: -25% 0 0;
}

.articles-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.articles-item--concat .articles-item-image {
    width: 50%;
}

.articles-item--concat .articles-item-image + .articles-item-image {
    left: 50%;
}

.articles-item-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 ,0, 0, .75);
    content: "";
    opacity: 0;
    transition: all .2s ease-out;
}

.articles-item-image:hover:after {
    opacity: 1;
}

.articles-item-title {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: -50px 0 0;
    padding: 0 10px;
    color: #fff;
    font: 300 28px/32px 'Museo Sans';
    text-align: center;
    opacity: 0;
    transition: all .2s ease-out;
    z-index: 1;
}

.articles-item-image:hover .articles-item-title {
    top: 50%;
    opacity: 1;
}

.articles-item-link {
    display: inline-block;
    margin: 20px 0 0;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    font: 14px/22px 'Open Sans';
    text-transform: uppercase;
}

.articles-item-link:hover {
    border-color: #f3004e;
    color: #f3004e;
}
/* End */


/* Start:/local/templates/paese/css/desktop/b2b-order.css?16000676578064*/
/* Оптовый заказ */

.b2b-order-form {
    margin: 0 0 40px;
    width: 270px;
    float: left;
}

.b2b-order-form-help {
    position: relative;
    top: 3px;
    margin: 0 0 0 10px;
    font-size: 16px;
}

.b2b-order-form-button {
    margin: 20px 0;
}

/* Корзина оптового заказа */

.b2b-basket-filter {
    position: relative;
    margin: 20px 0 0;
    padding: 0 50px 0 50px;
    text-align: right;
    white-space: nowrap;
}

.b2b-basket-filter-input {
    width: 100%;
    height: 26px;
    padding: 0 5px;
    margin: 0 5px 0 10px;
    background: #fff;
    border: 1px solid #cacaca;
    color: #333;
    font: 14px 'Open Sans';
    transition: all .2s ease-out;
}

.b2b-basket-filter-input:focus {
    border-color: #f3004e;
}

.b2b-basket-filter-label {
    position: absolute;
    left: 0;
    top: 2px;
}

.b2b-basket-filter-clear {
    position: absolute;
    right: 0;
    top: 2px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all .2s ease-out;
}

.b2b-basket-filter-clear:hover {
    color: #f3004e;
}

.b2b-basket {
    padding: 20px 0;
}

.page-title + .b2b-basket {
    padding: 0 0 20px;
}

.b2b-basket-company {
    margin: 0 0 5px;
}

.b2b-basket-exchange-val {
    width: 100px;
    height: 26px;
    margin: 0 15px 0 0;
    padding: 0 5px;
    background: #fff;
    font-size: 14px;
}

.b2b-basket-sale {
    float: left;
    width: 48%;
}

.b2b-basket-sale-caption {
    font: 18px/24px 'Open Sans';
}

.b2b-basket-sale-list {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.b2b-basket-sale-item {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: bottom;
    font-size: 14px;
}

.b2b-basket-sale-item span,
.b2b-basket-sale-item b {
    margin: 0 5px 0 0;
}

.b2b-basket-sale-item--left { width: 75%; }
.b2b-basket-sale-item--right { width: 25%; }

.b2b-basket-sale-val {
    width: 100px;
    height: 26px;
    margin: 0 15px 0 0;
    padding: 0 5px;
    font-size: 14px;
}

.b2b-basket-sum {
    float: right;
    width: 48%;
}

.b2b-basket-sum-caption {
    font: 18px/24px 'Open Sans';
}

.b2b-basket-sum-list {
    margin: 15px 0;
    padding: 0 10px;
    background: #fff;
    list-style: none;
    font-size: 0;
}

.b2b-basket-sum-item {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: bottom;
    font-size: 14px;
}

.b2b-basket-sum-item:nth-child(9) { border-bottom: none; }
.b2b-basket-sum-item:nth-child(10) { border-bottom: none; }

.b2b-basket-sum-item--left { width: 75%; }
.b2b-basket-sum-item--right { width: 25%; }

.b2b-basket-sum-item span,
.b2b-basket-sum-item b {
    margin: 0 5px 0 0;
}

.b2b-basket-prods {
    overflow: hidden;
}

.b2b-basket-prods .c1  { width: auto; }
.b2b-basket-prods .c2  { width: 10%; }
.b2b-basket-prods .c3  { width: 8%; }
.b2b-basket-prods .c4  { width: 7%; }
.b2b-basket-prods .c5  { width: 7%; }
.b2b-basket-prods .c6  { width: 7%; }
.b2b-basket-prods .c7  { width: 7%; }
.b2b-basket-prods .c8  { width: 7%; }
.b2b-basket-prods .c9  { width: 8%; }
.b2b-basket-prods .c10 { width: 11%; }
.b2b-basket-prods .c11 { width: 11%; }

.b2b-basket-prods-new {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
    background: #f3004e;
    border-radius: 10px;
}

.b2b-basket-prods-titles {
    position: relative;
    border-right: 14px solid #f1f1f1;
}

.b2b-basket-prods-titles table {
    width: 100%;
    min-width: 1000px;
    background: #f1f1f1;
    border-collapse: collapse;
}

.b2b-basket-prods-titles th {
    padding: 5px;
    border-left: 1px solid #ddd;
    font: 400 13px/18px 'Open Sans';
}

.b2b-basket-prods-titles tr:first-child th:first-child {
    border-left: none;
}

.b2b-basket-prods-titles tr:last-child th {
    border-top: 1px solid #ddd;
}

.b2b-basket-prods-scroll {
    max-height: 500px;
    padding-bottom: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.b2b-basket-prods-list table {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
}

.b2b-basket-prods-list tr {
    border-top: 1px solid #ddd;
}

.b2b-basket-prods-list tr:nth-child(odd) {
    background: #f9f9f9;
}

.b2b-basket-prods-item--hover {
    background: #ddd !important;
}

.b2b-basket-prods-item--light {
    color: #f3004e;
}

.b2b-basket-prods-list tr:first-child {
    border-top: 0;
}

.b2b-basket-prods-list td {
    padding: 4px 5px;
    border-left: 1px solid transparent;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
}

.b2b-basket-prods-list tr td:first-child {
    border-left: none;
}

.b2b-basket-prods-list .c1 {
    text-align: left !important;
    vertical-align: top;
    background: #fff;
}

.b2b-basket-prods-list tr:hover .c1 {
    background: #ddd !important;
}

.b2b-basket-company {
    margin: 0 0 5px;
}

.b2b-basket-prods-item-name {
    display: inline-block;
    max-width: 159px;
    font-size: 12px;
    text-transform: uppercase;
}

.b2b-basket-prods-item-name span,
.b2b-basket-prods-item-color span {
    border-bottom: 1px dotted;
    line-height: 20px;
    cursor: pointer;
}

.b2b-basket-prods-item-color {
    position: relative;
    top: 2px;
    display: inline-block;
    max-width: 90px;
    overflow: hidden;
    font-size: 12px;
}

.b2b-basket-prods-item-announce {
    display: block;
    margin: 3px 0 0;
    font: 10px/14px 'Open Sans';
    color: #666;
}

.b2b-basket-prods-item-qty {
    width: 90%;
    height: 26px;
    padding: 0 5px;
    margin: 2px 0;
    font-size: 14px;
}

.b2b-basket-totals {
    margin: 30px 0 0;
}

.b2b-basket-totals-comment {
    margin: 15px 0 0;
    float: left;
    width: 65%;
}

.b2b-basket-totals-info {
    float: right;
    width: 30%;
    margin: 0 0 20px;
}

.b2b-basket-totals-list {
    margin: 0 0 20px ;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.b2b-basket-totals-item {
    display: inline-block;
    padding: 10px 0;
    vertical-align: bottom;
    font-size: 14px;
}

.b2b-basket-totals-item span,
.b2b-basket-totals-item b {
    margin: 0 5px 0 0;
}

.b2b-basket-totals-item--left {
    width: 50%;
    text-transform: uppercase;
}

.b2b-basket-totals-item--right {
    width: 50%;
    text-align: right;
}

.b2b-basket-totals-item:nth-child(5),
.b2b-basket-totals-item:nth-child(6) {
    border-top: 1px solid #e0e0e0;
}

.b2b-basket-totals-item:nth-child(6) {
    font-size: 22px;
    vertical-align: top;
    white-space: nowrap;
}

.b2b-basket-totals-error1,
.b2b-basket-totals-error2,
.b2b-basket-totals-error3 {
    margin-top: 5px;
    display: none;
    text-align: center;
    color: #f3004e;
}

/* Оптовый заказ оформлен */

.b2b-order-end {
    float: left;
    padding: 15px 0;
}

.b2b-order-end-link {
    display: block;
    width: 280px;
    margin: 15px 0 0;
}


/* Тултип */

.b2b-product-tooltip {
    background-color: #fff;
    border: 1px solid #ddd;
    opacity: 1!important;
    padding-top: 25px;
}

.b2b-product-tooltip .icon-del {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    cursor: pointer;
    transition: all .2s ease-out;
}

.b2b-product-tooltip .icon-del:hover {
    color: #f3004e;
}

.b2b-product-tooltip:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    content: "";
    background: #fff;
    transform: rotate(45deg);
    margin-top: -6px;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
/* End */


/* Start:/local/templates/paese/css/desktop/biz.css?16000676577730*/
/* Преимущества */

.biz-benefits {
    position: relative;
    top: -40px;
    margin: 0 0 60px;
}

.biz-benefits--nomrgn {
    margin: 0;
}

.biz-benefits-list {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}

.biz-benefits-item {
    position: relative;
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: top;
}

.biz-benefits-sep {
    display: none;
}

.biz-benefits-bg {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    background: #fff url("/img/bg1.png") right bottom no-repeat;
}

.biz-benefits-wrap {
    position: relative;
    margin: 0 10px;
    padding: 20px;
}

.biz-benefits-item-image {
    margin: -50px 0 20px ;
}

.biz-benefits-item-name {
    margin: 10px 0;
    color: #f3004e;
    font: 300 18px/30px 'Museo Sans';
    text-transform: uppercase;
}

/* Текст 1 */

.biz-text1 {
    position: relative;
    top: -70px;
    display: table-cell;
    width: 75%;
    padding: 20px 20px 0 26%;
    background: #000;
    color: #fff;
}

.biz-text1 a:hover {
    color: #fff;
}

.biz-text1-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Отзывы */

.biz-reviews {
    position: relative;
    display: table-cell;
    top: -70px;
    width: 35%;
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.biz-reviews-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.biz-reviews-item {
    position: relative;
    display: none;
}

.biz-reviews-item.page-carousel-item--select {
    display: block;
}

.biz-reviews-title {
    margin: 0 0 10px;
    font: 300 18px/30px 'Museo Sans';
    text-transform: uppercase;
}

.biz-reviews-prev,
.biz-reviews-next {
    position: absolute;
    top: 25px;
    right: 20px;
    transition: all .2s ease-out;
    cursor: pointer;
}

.biz-reviews-prev {
    right: 35px;
}

.biz-reviews-prev:hover,
.biz-reviews-next:hover {
    color: #f3004e;
}

.biz-reviews-link {
    margin: 10px 0 0;
}

.biz-reviews-item-name {
    position: relative;
    padding: 0 0 0 50px;
    min-height: 40px;
}

.biz-reviews-item-photo {
    position: absolute;
    left: 0;
    top: 0;
}

.biz-reviews-item-name b {
    display: block;
    color: #f3004e;
}

.biz-reviews-item-name span {
    color: #999;
    font-size: 12px;
}

.biz-reviews-item-text {
    margin: 10px 0 0;
    font-size: 13px;
}

.biz-reviews--help {
    display: none;
}

/* Текст 2 */

.biz-text2 {
    position: relative;
    top: -40px;
    float: left;
    width: 55%;
}

/* Карусель */

.biz-carousel {
    position: relative;
    top: -40px;
    float: right;
    width: 40%;
}

.biz-carousel-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.biz-carousel-item {
    position: relative;
    display: none;
    width: 100%;
    padding: 0 0 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.biz-carousel-item.page-carousel-item--select {
    display: block;
}

.biz-carousel-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(243, 0, 78, .5);
    opacity: 0;
    transition: all .2s ease-out;
}

.biz-carousel-item a:hover {
    opacity: 1;
}

.biz-carousel-item a i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    color: #fff;
    font-size: 80px;
    text-align: center;
}

.biz-carousel-prev,
.biz-carousel-next {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-out;
}

.biz-carousel-prev:hover,
.biz-carousel-next:hover {
    color: #f3004e;
}

.biz-carousel-next {
    left: auto;
    right: 0;
}

/* Текст 3 */

.biz-text3 {
    margin: -20px 0 40px;
}

.biz-text4 {
    float: right;
    width: 75%;
    margin: 20px 0 80px;
}

/* Слайдер */

.biz-slider {
    position: relative;
    top: -60px;
    overflow: hidden;
}

.biz-slider-list {
    width: 9999em;
    margin: 0;
    padding: 0;
    list-style: none;
}

.biz-slider-item {
    position: relative;
    float: left;
    width: 400px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.biz-slider-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(243, 0, 78, .5);
    opacity: 0;
    transition: all .2s ease-out;
}

.biz-slider-item a:hover {
    opacity: 1;
}

.biz-slider-item a i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    color: #fff;
    font-size: 80px;
    text-align: center;
}

.biz-slider-prev,
.biz-slider-next {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-out;
}

.biz-slider-prev:hover,
.biz-slider-next:hover {
    color: #f3004e;
}

.biz-slider-next {
    left: auto;
    right: 0;
}

/* Ссылки */

.biz-links {
    float: left;
    width: 20%;
    margin: 20px 0 80px;
}

.biz-links-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.biz-links-item {
    padding-bottom: 10px;
}

.biz-links-item a {
    color: #333;
    font: 300 18px/20px 'Museo Sans';
}

.biz-links-item a:hover {
    color: #f3004e;
}

/* Информация */

.biz-info {
    float: right;
    width: 75%;
    margin: 20px 0 80px;
}

.biz-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.biz-info-item {
    margin: 0 0 10px;
    padding: 10px 15px;
    border:  1px solid #e2e2e2;
}

.biz-info-item-name b {
    margin-right: 15px;
    color: #f3004e;
    font: 300 22px/30px 'Museo Sans';
}

.biz-info-item-name span {
    border-bottom: 1px dotted #f3004e;
    color: #f3004e;
    font: 300 22px/30px 'Museo Sans';
    cursor: pointer;
    transition: all .2s ease-out;
}

.biz-info-item-name span:hover {
    border-bottom-color: transparent;
}

.biz-info-item--select .biz-info-item-name b,
.biz-info-item--select .biz-info-item-name span {
    border-bottom-color: transparent;
    color: #333;
}

.biz-info-item-text {
    display: none;
    margin: 20px 0 0;
}

/* Кнопки */

.biz-buttons {
    margin: 0 0 20px;
}

.biz-buttons-left,
.biz-buttons-center,
.biz-buttons-right {
    display: table;
    width: 48%;
    height: 50px;
    margin: 0 auto 20px;
}

.biz-buttons-left div,
.biz-buttons-center div,
.biz-buttons-right div {
    display: table;
    width: 100%;
}

.biz-buttons-left {
    float: left;
}

.biz-buttons-right {
    float: right;
}

.biz-buttons-left span,
.biz-buttons-center span,
.biz-buttons-right span {
    display: table-cell;
    height: 50px;
    padding: 0 15px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
}
/* End */


/* Start:/local/templates/paese/css/desktop/catalog.css?160672292016202*/
/* Списко категорий */

.catalog-cats-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.catalog-cats-item {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 15% 0;
    vertical-align: top;
}

.catalog-cats-item-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.catalog-cats-item-link:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 ,0, 0, .75);
    content: "";
    opacity: 0;
    transition: all .2s ease-out;
}

.catalog-cats-item-link:hover:after {
    opacity: 1;
}

.catalog-cats-item-text {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: -20px 0 0;
    color: #fff;
    font: 300 34px/40px 'Museo Sans';
    text-align: center;
    opacity: 0;
    transition: all .2s ease-out;
    z-index: 1;
}

.catalog-cats-item-link:hover .catalog-cats-item-text {
    top: 50%;
    opacity: 1;
}

/* Список товаров */

.catalog-prods {
    margin: 0 0 40px;
}

.catalog-prods-menu {
    float: left;
    width: 25%;
}

.catalog-prods-menu .page-menu {
    float: none;
    width: 100%;
}

.catalog-skins {
    position: relative;
    margin: 0 0 30px;
    padding: 15px;
    border: 1px solid #e2e2e2;
}

.catalog-skins-show,
.catalog-skins-hide {
    display: none;
}

.catalog-skins-caption {
    font: 16px/20px 'Open Sans';
    text-transform: uppercase;
}

.catalog-skins-list {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.catalog-skins-reset {
    display: none;
    margin: 15px 0 0;
}

.catalog-skins-reset--show {
    display: block;
}

.catalog-prods-list {
    float: right;
    width: 70%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.catalog-prods-item {
    position: relative;
    display: inline-block;
    width: 33.3333%;
    padding: 20px 25px 30px;
    border: 1px solid transparent;
    vertical-align: top;
    text-align: center;
    transition: border-color .2s ease-out;
}

.catalog-prods-item:hover {
    border-color: #e2e2e2;
    z-index: 1;
}

.catalog-prods-item-photos {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.catalog-prods-item-photo {
    position: relative;
    display: none;
    width: 100%;
    padding: 0 0 80%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.catalog-prods-item-photo a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-prods-item-photo--select {
    display: block;
}

.catalog-prods-item-new,
.catalog-prods-item-promo {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 10px;
    border: 1px solid #f3004e;
    color: #f3004e;
    text-transform: uppercase;
    font-size: 14px;
}

.catalog-prods-item-name {
    display: block;
    color: #000;
    font: 16px 'Open Sans';
    text-transform: uppercase;
    min-height: 44px;
}

.catalog-prods-item-name:hover {
    color: #f3004e;
    overflow: hidden;
}

.catalog-prods-item-announce {
    display: block;
    margin: 10px 0 0;
    color: #666;
    font: 12px/14px 'Open Sans';
}

.catalog-prods-item-colors {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    max-height: 66px;
    overflow: hidden;
}

.catalog-prods-item:hover .catalog-prods-item-colors {
    max-height: none;
    overflow: visible;
}

.catalog-prods-item-color {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin: 0 4px;
    background-color: #dcdcdc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid transparent;
    cursor: pointer;
}

.catalog-prods-item-color--select {
    border-color: #f3004e;
}

.catalog-prods-item-prices {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.catalog-prods-item-price {
    display: none;
    font: 16px 'Open Sans';
}

.catalog-prods-item-price strike {
    margin-left: 5px;
    color: #999;
    font-size: 12px;
}

.catalog-prods-item-price--select {
    display: block;
}

.catalog-prods-to-basket,
.catalog-prods-in-basket {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .2s ease-out;
}

.catalog-prods-in-basket {
    background: #000;
    cursor: default;
}

.catalog-prods-item:hover .catalog-prods-to-basket,
.catalog-prods-item:hover .catalog-prods-in-basket {
    top: 75%;
    opacity: 1;
}

.catalog-prods-item-to-basket {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}

/* Описание товара */

.catalog-prod {
    padding: 0 0 40px;
}

.catalog-prod-info {
    float: right;
    width: 30%;
}

.catalog-prod-info-announce {
    margin: 0 0 20px;
    font: 18px/24px 'Open Sans';
}

.catalog-prod-info-volume {
    margin: 0 0 20px;
    color: #666;
}

.catalog-prod-info-announce + .catalog-prod-info-volume {
    margin: -15px 0 20px;
}

.catalog-gallery {
    position: relative;
    width: 65%;
    float: left;
}

.catalog-gallery-caption {
    position: absolute;
    top: 0;
    left: 0;
    font: 300 18px/20px 'Museo Sans';
    text-transform: uppercase;
}

.catalog-gallery-block-show,
.catalog-gallery-block-hide {
    display: none;
}

.catalog-gallery-block-up,
.catalog-gallery-block-down {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s ease-out;
    z-index: 1;
}

.catalog-gallery-block-down {
    top: auto;
    bottom: 0;
}

.catalog-gallery-block-up:hover,
.catalog-gallery-block-down:hover {
    color: #f3004e;
}

.catalog-gallery-block-prev,
.catalog-gallery-block-next {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0 0;
    font-size: 20px;
    cursor: pointer;
    transition: all .2s ease-out;
}

.catalog-gallery-block-next {
    left: auto;
    right: 0;
}

.catalog-gallery-block-prev:hover,
.catalog-gallery-block-next:hover {
    color: #f3004e;
}

.catalog-gallery-block--colors {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    width: 25%;
    padding: 25px 0;
    overflow: hidden;
}

.catalog-gallery-block--photos {
    position: relative;
    width: 70%;
    margin-left: 30%;
    padding-bottom: 70%;
    overflow: hidden;
}

.catalog-prod-colors {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-prod-color {
    position: relative;
    border-bottom: 1px solid #fff;
    height: 70px;
    background-color: #dcdcdc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.catalog-prod-color span {
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 1;
    padding: 0 8px;
    background: rgba(0, 0, 0, .7);
    margin: 0 10px 0 0;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.catalog-prod-color--select span {
    background: #f3004e;
}

.catalog-prod-photos {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.catalog-prod-photo {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
}

.catalog-prod-photo-image {
    display: table-cell;
    width: inherit;
    height: inherit;
    text-align: center;
    vertical-align: middle;
}

.catalog-prod-photo-image img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.catalog-prod-new,
.catalog-prod-promo {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 10px;
    border: 1px solid #f3004e;
    color: #f3004e;
    text-transform: uppercase;
}

.catalog-prod-prices {
    float: right;
    width: 30%;
}

.catalog-prod-price {
    display: none;
}

.catalog-prod-price--select {
    display: block;
}

.catalog-prod-price-value {
    margin: 0 0 20px;
    font: 500 30px/40px 'Museo Sans';
}

.catalog-prod-price-value > b {
    font-size: 40px;
}

.catalog-prod-price-value strike {
    margin-left: 10px;
    color: #999;
    font-size: 16px;
}

.catalog-prod-price-qty {
    width: 25%;
    float: left;
}

.catalog-prod-to-basket,
.catalog-prod-in-basket {
    width: 70%;
    float: right;
}

.catalog-prod-in-basket {
    background: #000;
}

.catalog-prod-na {
    color: #f3004e;
    font: 18px/24px 'Open Sans';
}

.catalog-prod-delivery {
    float: right;
    width: 30%;
    margin: 20px 0;
}

.catalog-prod-delivery-title {
    border-bottom: 1px dotted #f3004e;
    color: #f3004e;
    font: 300 18px/30px 'Museo Sans';
    text-transform: uppercase;
    transition: all .2s ease-out;
}

.catalog-prod-detail {
    float: left;
    width: 70%;
    margin: 20px 0 0;
}

.catalog-prod-detail-caption {
    color: #f3004e;
    font: 20px/24px 'Open Sans';
}

.catalog-prod-detail-text {
    position: relative;
    display: block;
    max-height: 40px;
    overflow: hidden;
    margin: 20px 0;
    padding-right: 20px;
    transition: max-height .2s ease-out;
}

.catalog-prod-detail-text * {
    font: 14px/22px 'Open Sans', sans-serif !important;
}

.catalog-prod-detail-text--selected {
    max-height: 9999px;
}

.catalog-prod-detail-text--selected:after {
    display: none;
}

.catalog-prod-detail-more {
    border-bottom: 1px dotted #f3004e;
    color: #f3004e;
    cursor: pointer;
}

.catalog-prod-detail-more:hover {
    border-color: transparent;
}

.catalog-prod-addt {
    position: relative;
    padding: 20px 0;
}

.catalog-prod-addt .sert-carousel {
    float: right;
    width: 25%;
}

.catalog-prod-addt .prod-video {
    position: absolute;
    top: 20px;
    left: 0;
    right: 25%;
    bottom: 20px;
    padding: 0 20px 0 0;
}

.catalog-prod-addt .prod-video iframe {
    width: 100%;
    height: 100%;
}

/* Сертификаты */

.sert-carousel {
    position: relative;
    background: #fff;
}

.sert-carousel-title {
    font: 300 24px/30px 'Museo Sans';
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

.sert-carousel-list {
    margin: 0;
    padding: 30px 0;
    list-style: none;
}

.sert-carousel-item {
    width: 100%;
    padding: 0 0 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sert-carousel-item {
    display: none;
}

.sert-carousel-item.page-carousel-item--select {
    display: block;
}

.sert-carousel-prev,
.sert-carousel-next {
    position: absolute;
    top: 50%;
    left: 20px;
    margin: -10px 0 0;
    cursor: pointer;
    transition: all .2s ease-out;
}

.sert-carousel-next {
    left: auto;
    right: 20px;
}

.sert-carousel-prev:hover,
.sert-carousel-next:hover {
    color: #f3004e;
}

/* Рекомендации */

.recom-prods {
    padding: 20px 0;
    position: relative;
}

.recom-prods-title {
    margin: 0 0 20px;
    font: 300 30px/40px 'Museo Sans';
    text-transform: uppercase;
}

.recom-prods-list {
    font-size: 14px;
    float: none;
    width: auto;
}

.recom-prods-item {
    width: 280px;
    display: block;
    height: 400px;
    margin-bottom: 20px;
}

.recom-prods-prev,
.recom-prods-next {
    position: absolute;
    top: 40px;
    right: 20px;
    margin: -10px 0 0;
    cursor: pointer;
    transition: all .2s ease-out;
}

.recom-prods-list .slick-prev,
.recom-prods-list .slick-next {
    width: 42px;
    height: 42px;
    z-index: 100;
    position: absolute;
    top: -40px;
    transition: all .2s ease-in-out;
}

.recom-prods-list .slick-prev {
    background: url('/local/templates/paese/img/icons/big-arrow-left.png');
    right: 30px;
    left: auto;
}

.recom-prods-list .slick-next {
    background: url('/local/templates/paese/img/icons/big-arrow-right.png');
    right: 0px;
}

.recom-prods-list .slick-prev:before,
.recom-prods-list .slick-next:before {
    display: none;
}

.recom-prods-list .slick-disabled {
    opacity: .6;
}

.recom-prods-next {
    right: 0;
}

.recom-prods-prev:hover,
.recom-prods-next:hover {
    color: #f3004e;
}

.recom-prods-cats {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    position: absolute;
    right: 80px;
    top: 10px;
}

.recom-prods-cat {
    border: 1px solid black;
    cursor: pointer;
    padding: 5px 10px;
    margin-left: -1px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    margin-top: -1px;
}

.recom-prods-cat:hover,
.recom-prods-cat.active {
    background: #000;
    color: #fff;
}

/* Подарки */

.gift-prods {
    padding: 20px 0;
    position: relative;
}


.gift-prods-title {
    margin: 0 0 20px;
    font: 300 30px/40px 'Museo Sans';
    text-transform: uppercase;
}

.gift-prods-list {
    font-size: 14px;
    float: none;
    width: auto;
    display: flex;
}

.slick-initialized .slick-slide.gift-prods-item {
    width: 280px;
    display: flex;
    flex-direction: column;
    height: 400px;
    padding-bottom: 0;
}

.gift-prods-prev,
.gift-prods-next {
    position: absolute;
    top: 40px;
    right: 20px;
    margin: -10px 0 0;
    cursor: pointer;
    transition: all .2s ease-out;
}

.gift-prods-list .slick-list {
    width: 100%;
    padding: 0 5px;
}

.gift-prods-list .slick-prev,
.gift-prods-list .slick-next {
    width: 42px;
    height: 42px;
    z-index: 100;
    position: absolute;
    top: -40px;
    transition: all .2s ease-in-out;
}

.gift-prods-list .slick-prev {
    background: url('/local/templates/paese/img/icons/big-arrow-left.png');
    right: 30px;
    left: auto;
}

.gift-prods-list .slick-next {
    background: url('/local/templates/paese/img/icons/big-arrow-right.png');
    right: 0;
}

.gift-prods-list .slick-prev:before,
.gift-prods-list .slick-next:before {
    display: none;
}

.gift-prods-list .slick-disabled {
    opacity: .6;
}

.gift-prods-next {
    right: 0;
}

.gift-prods-prev:hover,
.gift-prods-next:hover {
    color: #f3004e;
}

.gift-prods-item button {
    margin-top: auto;
    margin-bottom: 20px;
}

.gift-prods .catalog-prods-item-name:hover {
    color: #000;
}

.dialog-gifts {
    width: 1120px !important;
}

/* Notice */

.catalog-prod-notice,
.catalog-prod-notice-success {
    position: relative;
    margin: 20px 0;
    padding: 0 0 45px;
    font-size: 14px;
}

.catalog-prod-notice .page-form-elem {
    margin-top: 6px;
}

.catalog-prod-notice .page-form-checkbox {
    padding-left: 25px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.catalog-prod-notice .page-form-checkbox.incorrect {
    border: 1px solid #f3004e;
    padding-right: 2px;
}

.catalog-prod-notice .page-form-checkbox.incorrect i,
.catalog-prod-notice .page-form-checkbox.incorrect input {
    margin-left: 2px;
}

.catalog-prod-notice a {
    color: #000;
    font-size: 11px;
}

.catalog-prod-notice-success {
    display: none;
    color: #f3004e;
}

.catalog-prod-notice-input {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #cacaca;
    color: #333;
    font: 14px 'Open Sans';
    transition: all .2s ease-out;
}

.catalog-prod-notice-input:focus {
    border-color: #f3004e;
}

.catalog-prod-notice-button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 12px;
    transition: all .2s ease-out;
}

.catalog-prod-notice-button:hover {
    color: #f3004e;
}

.catalog-prod-qty-informer {
    font-size: 11px;
    line-height: 14px;
}

/* Dialog card */

.dialog-card {
    width: 380px !important;
}

.dialog-card form {
    padding: 0 25px;
}

.dialog-card form .result {
    font: 300 14px/20px 'Museo Sans';
    border: 1px solid #f3004e;
    margin-top: 12px;
    padding: 5px;
    display: none;
}

.dialog-card form .result.error {
    color: #f3004e;
}

.dialog-card form input[disabled] {
    background-color: #eee;
}
/* End */


/* Start:/local/templates/paese/css/desktop/contacts.css?16000676571420*/
.contact-list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.contact-item {
    border: 1px solid #cacaca;
    margin: 0 0 20px;
}

.contact-item-top {
    padding: 20px;
    font-size: 0;
}

.contact-item-top > div {
    font-size: 14px;
}

.contact-item-bottom {
    display: none;
    width: 100%;
    height: 300px;
}

.contact-item:first-child .contact-item-bottom {
    display: block;
}

.contact-item-name,
.contact-item-address,
.contact-item-phone {
    display: inline-block;
    width: 35%;
    padding: 0 20px 0 0;
    vertical-align: middle;
}

.contact-item-phone {
    width: 30%;
}

.contact-item-name-value {
    border-bottom: 1px dotted #f3004e;
    color: #f3004e;
    font: 300 18px/30px 'Museo Sans';
    text-transform: uppercase;
    transition: all .2s ease-out;
    cursor: pointer;
}

.contact-item-name-value:hover {
    color: #333;
    border-color: #333;
}

.contact-item-name-comment {
    display: block;
    color: #666;
    font: 300 12px/20px 'Museo Sans';
    text-transform: uppercase;
}

.contact-item-address-worktime {
    display: block;
    color: #666;
    font-size: 12px;
}

h3.contacts-search-heading {
    display: inline;
    font: 300 18px/30px 'Museo Sans'
}

.contacts-search-input {
    height: 35px;
    text-align: left;
    margin: 0 0 10px;
    padding: 0 10px;
}
/* End */


/* Start:/local/templates/paese/css/desktop/footer.css?16000676573728*/
/* Подвал */

.footer-section {
    position: relative;
    color: #fff;
    font-size: 13px;
}

/* Социальные иконки в подвале */

.footer-social {
    float: left;
    width: 30%;
    margin: 25px 0;
}

.footer-social-text {
    float: left;
    width: 55%;
}

.footer-card-bonuses a {
    text-decoration: underline;
    color: #fff;
}

.footer-card-bonuses a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-social-list {
    float: left;
    width: 45%;
    margin: 10px 0 0;
}

.footer-social-list a {
    margin: 0 0 0 15%;
    color: #cecece;
    font-size: 18px;
    position: relative;
    font-family: 'Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.footer-social-list a[href*="vk.com"] {
    font-size: 14px;
}

.footer-social-list a[href*="vk.com"]:before {
    content: "\e930";
}

.footer-social-list a[href*="facebook.com"]:before {
    content: "\e91a";
}

.footer-social-list a[href*="instagram.com"]:before {
    content: "\e91c";
}

.footer-social-list a:hover {
    color: #f3004e;
}

/* Подписаться в подвале */

.footer-subscribe {
    position: relative;
    float: left;
    width: 30%;
    margin: 25px 0;
}

.footer-subscribe-form {
    position: relative;
    width: 90%;
}

.footer-subscribe-form .page-form-checkbox {
    padding-left: 25px;
    line-height: 18px;
}

.footer-subscribe-form .page-form-checkbox.incorrect {
    border: 1px solid red;
}

.footer-subscribe-form .page-form-elem {
    margin-top: 6px;
}

.footer-subscribe-form .page-form-elem a,
.footer-subscribe-form .page-form-elem span {
    font-size: 10px;
}

.footer-subscribe-form .privacy-label {
    line-height: 14px;
}

.footer-subscribe-form-textbox {
    width: 100%;
    height: 45px;
    padding: 0 45px 0 10px;
    background: #fff;
    border: solid 1px #fff;
    color: #333;
    font: 16px 'Open Sans';
}

.footer-subscribe-form-textbox:focus {
    border-color: #f3004e;
}

.footer-subscribe-form-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: none;
    border: none;
    color: #252525;
}

.footer-subscribe-form-submit:hover {
    color: #f3004e;
}

.footer-subscribe-form-submit i {
    font-size: 13px;
}

/* Email в подвале */

.footer-email {
    float: left;
    width: 20%;
    margin: 25px 0;
}

.footer-email a {
    color: #fff;
    text-decoration: underline;
}

.footer-email a:hover {
    text-decoration: none;
}

/* Телефон в подвале */

.footer-phone {
    float: left;
    width: 20%;
    margin: 25px 0;
}

.footer-phone a {
    color: #fff;
    font-size: 20px;
}

/* Способы оплаты в подвале */

.footer-payment {
    float: right;
    width: 30%;
    margin: 35px 0 25px;
    text-align: right;
}

/* Разделитель в подвале */

.footer-hr {
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    height: 1px;
    background: #252525;
}

/* Копирайт в подвале */

.footer-copyright {
    float: left;
    width: 70%;
    margin: 25px 0;
    color: #999999;
}

.footer-copyright a {
    color: #999999;
    text-decoration: underline;
}

.footer-copyright a:hover {
    text-decoration: none;
}

.footer-developer {
    display: none;
}
/* End */


/* Start:/local/templates/paese/css/desktop/header.css?160152174713275*/
/* Шапка сайта */

.header {
    position: relative;
    z-index: 2;
}

.header-section--top {
    position: relative;
    z-index: 2;
    height: 36px;
    background: #fff;
    box-shadow: inset 0 -8px 6px -6px rgba(0, 0, 0, .3);
}

.header-section--bottom {
    position: relative;
    height: 60px;
    background: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
}

/* Выпадающее меню в шапке */

.header-dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease-out .1s;
}

.header-dropdown-wrap {
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    background: rgba(0, 0, 0, .6);
    pointer-events: none;
}

.header-dropdown-back {
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #fff;
    box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, .3);
}

/* Меню пользователя в шапке */

.header-auth {
    position: absolute;
    right: 25px;
    top: 0;
}

.header-auth-exit {
    display: inline-block;
}

.header-auth-b2b,
.header-auth-user,
.header-auth-name,
.exit-form-button {
    position: relative;
    display: inline-block;
    height: 36px;
    margin: 0 0 0;
    padding: 0 10px;
    background: none;
    border: none;
    color: #333;
    font: 12px/36px 'Open Sans';
    white-space: nowrap;
    vertical-align: middle;
}

.header-auth-name {
    max-width: 175px;
    overflow: hidden;
}

.header-auth-name:before,
.header-auth-name:after {
    position: absolute;
    right: 0;
    top: 6px;
    bottom: 6px;
    opacity: 1;
    display: block;
    width: 10px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    content: "";
    transition: all .19s ease-out;
}

.header-auth-name:after {
    opacity: 0;
    background: linear-gradient(to right, rgba(243,0,78,0) 0%, rgba(243,0,78,1) 50%, rgba(243,0,78,1) 100%);
}

.header-auth-name:hover:before {
    opacity: 0;
}

.header-auth-name:hover:after {
    opacity: 1;
}

.header-auth-b2b:hover,
.header-auth-user:hover,
.header-auth-name:hover,
.exit-form-button:hover {
    background-color: #f3004e;
    color: #fff;
}

.header-auth-b2b i,
.header-auth-user i,
.header-auth-name i,
.exit-form-button i {
    margin-right: 5px;
}

/* Город в шапке */

.header-stock {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    color: #333;
    font: 12px/36px 'Open Sans';
}

.header-stock .fa {
    width: 12px;
    margin: 0 2px;
}

.header-stock-name {
    margin-left: 5px;
    border-bottom: 1px dotted #333;
}

.header-stock:hover .header-stock-name {
    cursor: pointer;
    border-bottom-color: transparent;
}

.header-stock-select {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.header-stock:hover .header-stock-select {
    display: block;
}

.header-stock-select li {
    padding: 0 20px;
    cursor: pointer;
}

.header-stock-select li:hover {
    background: #f1f1f1;
    color: #f3004e;
}

/* Меню товаров */

.header-cats {
    position: absolute;
    left: 200px;
    right: 200px;
    top: 36px;
}

.header-cats-list {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-cats-item {
    display: table-cell;
}

.header-cats-item-link {
    position: relative;
    display: block;
    padding: 0 5px;
    color: #fff !important;
    font: 500 14px/60px 'Museo Sans';
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-cats-item-link--select {
    cursor: default;
}

.header-cats-item-link i {
    display: none;
}

.header-cats-item-link:after {
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    display: block;
    height: 3px;
    background: #f3004e;
    content: "";
    transition: all .2s ease-out;
}

.header-cats-item:hover .header-cats-item-link:after,
.header-cats-item--select .header-cats-item-link:after {
    left: 0;
    right: 0;
}

.header-cats-item .header-dropdown {
    top: 60px;
    left: -175px;
    right: -175px;
}

.header-cats-item:hover .header-dropdown {
    visibility: visible;
    opacity: 1;
}

.header-cats-sublist {
    position: relative;
    float: left;
    display: block;
    width: 25%;
    margin: 20px 0 30px;
    padding: 0;
    list-style: none;
}

.header-cats-subitem {
    border-bottom: 1px solid #eee;
}

.header-cats-subitem-link {
    display: block;
    padding: 8px 10px;
    color: #000;
    font: 14px/22px 'Open Sans';
    text-decoration: none;
    text-transform: uppercase;
}

.header-cats-subitem-link--select {
    cursor: default;
}

.header-cats-subitem:hover .header-cats-subitem-link,
.header-cats-subitem--select .header-cats-subitem-link {
    color: #f3004e;
}

.header-cats-prod {
    position: relative;
    float: left;
    width: 25%;
    padding: 20px 0 20px 25px;
}

.header-cats-prod-photo {
    position: relative;
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #eee;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .2s ease-out;
}

.header-cats-prod-photo:hover {
    border-color: #f3004e;
}

.header-cats-prod-photo a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.header-cats-prod-price {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border: 1px solid #f3004e;
    color: #f3004e;
    text-transform: uppercase;
    transition: all .2s ease-out;
}

.header-cats-prod-photo:hover .header-cats-prod-price {
    background: #f3004e;
    color: #fff;
}

.header-cats-prod-name {
    color: #333;
    text-transform: uppercase;
}

.header-cats-prod-name:hover {
    color: #f3004e;
}

/* Главное меню в шапке */

.header-menu {
    position: absolute;
    left: 25px;
    top: 0;
    width: 60%;
    z-index: 1;
}

.header-menu-list {
    display: table;
    width: 100%;
    max-width: 750px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu-list.mobile {
    display: none;
}

.header-menu-item {
    position: relative;
    display: table-cell;
}

.header-menu-item:nth-child(3) > .header-menu-item-link {
    color: #f3004e;
}

.header-menu-item-link {
    display: block;
    padding: 0 5px;
    color: #333;
    font: 12px/36px 'Open Sans';
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.header-menu-item-link--select {
    cursor: default;
}

.header-menu-item:hover .header-menu-item-link {
    background: #f3004e;
    color: #fff;
}

.header-menu-item--select .header-menu-item-link {
    background: #000 !important;
    color: #fff !important;
}

.header-menu-item-link i {
    margin-left: 5px;
    font-size: 10px;
    transition: transform .2s ease-out;
}

.header-menu-item:hover i {
    transform: rotate(180deg);
}

.header-menu-sublist {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.header-menu-item:hover .header-menu-sublist {
    visibility: visible;
    opacity: 1;
}

.header-menu-subitem-link {
    display: block;
    padding: 0 15px;
    color: #333;
    font: 12px/36px 'Open Sans';
    white-space: nowrap;
}

.header-menu-subitem-link--select {
    cursor: default;
}

.header-menu-subitem:hover .header-menu-subitem-link {
    background: #f1f1f1;
    color: #f3004e;
}

.header-menu-subitem--select .header-menu-subitem-link {
    background: #fff !important;
    color: #f3004e;
}

/* Mобильное меню в шапке */

.header-mobmenu-show,
.header-mobmenu-hide {
    display: none;
}

/* Лого в шапке */

.header-logo {
    position: absolute;
    right: 25px;
    left: 25px;
    top: 16px;
    text-align: left;
}

.header-logo-link {
    color: #fff !important;
    padding-left: 10px;
}

.header-logo-link i {
    font-size: 30px;
}

/* Поиск в шапке */

.header-search {
    position: relative;
}

.header-search-show {
    position: absolute;
    right: 75px;
    top: 0;
    width: 50px;
    height: 60px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.header-search-show i {
    top: 20px;
    font-size: 14px;
}

.header-search-show:after {
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    display: block;
    height: 3px;
    background: #f3004e;
    content: "";
    transition: all .2s ease-out;
}

.header-search--show .header-search-show:after {
    left: 0;
    right: 0;
}

.header-search .header-dropdown {
    top: 60px;
    left: 0;
    right: 0;
}

.header-search--show .header-dropdown {
    visibility: visible;
    opacity: 1;
}

.header-search-form {
    position: relative;
    padding: 20px 40px 20px 0;
}

.header-search-form-submit {
    position: absolute;
    top: 20px;
    left: 0;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    color: #999;
}

.header-search-form-submit:hover {
    color: #f3004e;
}

.header-search-form-submit i {
    font-size: 13px;
}

.header-search-form-textbox {
    width: 100%;
    height: 50px;
    padding: 0 50px;
    background: #fff;
    border: solid 1px #e2e2e2;
    font: 16px 'Open Sans';
}

.header-search-form-textbox:focus {
    border-color: #f3004e;
}

.header-search-hide {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    color: #2b2b2b;
}

.header-search-hide:hover {
    color: #f3004e;
}

.header-search-hide i {
    font-size: 14px;
    transition: transform .2s ease-out;
}

.header-search-hide:hover i {
    transform: rotate(90deg);
}

/* Корзина в шапке */

.header-basket {
    position: absolute;
    right: 25px;
    top: 10px;
}

.header-basket-show {
    position: relative;
    z-index: 1;
    display: block;
    width: 65px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-out;
}

.header-basket--show .header-basket-show {
    background: #fff;
    color: #000;
}

.header-basket-show i {
    top: 4px;
    font-size: 22px;
}

.header-basket--show .header-basket-show .icon-bag {
    color: #000;
}

.header-basket-show-sum {
    margin-left: 10px;
}

.header-basket-info {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 40px;
    right: 0;
    width: 320px;
    background: #fff;
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, .3);
    transition: all .2s ease-out;
    z-index: 2;
}

.header-basket--show .header-basket-info {
    visibility: visible;
    opacity: 1;
}

.header-basket-hide {
    display: none;
}

.header-basket-info-title {
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

.header-basket-info-list {
    margin: 0 15px 15px;
    max-height: 350px;
    padding: 0;
    list-style: none;
    overflow: auto;
}

.header-basket-info-item {
    position: relative;
    min-height: 90px;
    border-top: 1px solid #e9e9e9;
    padding: 15px 15px 15px 75px;
}

.header-basket-info-item:last-child {
    border-bottom: 1px solid #e9e9e9;
}

.header-basket-info-item-photo {
    position: absolute;
    left: 0;
    top: 15px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #e9e9e9;
}

.header-basket-info-item-name {
    color: #333;
    text-transform: uppercase;
}

.header-basket-info-item-name:hover {
    color: #f3004e;
}

.header-basket-info-item-announce {
    margin: 5px 0 0;
    font: 10px/14px 'Open Sans';
    color: #666;
}

.header-basket-info-item-color {
    margin: 5px 0 0;
    font: 10px/14px 'Open Sans';
    text-transform: uppercase;
    color: #666;
}

.header-basket-info-item-color span {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 20px;
    height: 15px;
    margin: 0 5px 0 0;
}

.header-basket-info-item-price {
    margin: 5px 0 0;
}

.header-basket-info-item-price span {
    margin: 0 0 0 10px;
}

.header-basket-info-total {
    text-align: center;
}

.header-basket-info-total a {
    display: block;
    width: 290px;
    height: 40px;
    margin: 15px auto;
}

.header .city-informer {
    position: absolute;
    top: -100px;
    right: 5px;
    width: 310px;
    padding: 10px 30px 10px 15px;
    background: #f3004e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    border-radius: 0 0 2px 2px;
    color: #fff;
    z-index: 333;
    transition: top .4s ease-out;
}

.header .city-informer i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -5px 0 0;
    transition: transform .2s ease-out;
    cursor: pointer;
}

.header .city-informer i:hover {
    transform: rotate(90deg);
}

.header .city-informer.show {
    top: 0;
}
/* End */


/* Start:/local/templates/paese/css/desktop/history.css?16000676572197*/
/* История заказов */

.history {
    float: right;
    width: 75%;
    margin: 0 0 40px;
}

.history-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e3e3e3;
}

.history-item {
    padding: 15px 10px;
    border-bottom: 1px solid #e3e3e3;
    transition: all .2s ease-out;
}

.history-item:hover {
    background: #f1f1f1;
}

.history-item-status {
    float: left;
    width: 22%;
    color: #999;
}

.history-item-status span {
    margin-left: 5px;
    color: #000;
    text-transform: uppercase;
}

.history-item-number {
    float: left;
    width: 15%;
    text-transform: uppercase;
}

.history-item-track {
    float: left;
    width: 27%;
    color: #999;
}

.history-item-track span {
    margin-left: 5px;
    color: #000;
}

.history-item-date {
    float: left;
    width: 18%;
    text-transform: lowercase;
}

.history-item-sum {
    float: left;
    width: 14%;
    font-weight: 700;
}

.history-export,
.history-item-export {
    float: right;
    width: 3%;
    color: #999;
}

.history-export a,
.history-item-export a {
    background: url('/local/templates/paese/img/icons/excel.png') no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.history-export {
    width: 5%;
    text-align: right;
}

/* Заказ в истории оптовых заказов */

.history-status {
    float: right;
    width: 50%;
    text-align: right;
    color: #999;
}

.history-status span {
    margin-left: 5px;
    color: #000;
    text-transform: uppercase;
    font: 300 16px/20px 'Museo Sans';
}

.history-number {
    float: left;
    width: 20%;
    color: #f3004e;
    text-transform: uppercase;
    font: 300 16px/20px 'Museo Sans';
}

.history-date {
    text-transform: lowercase;
    margin: 0 0 20px;
}

.history-date span,
.history-track span,
.history-stock span,
.history-delivery span,
.history-payment span {
    clear: both;
    margin-left: 5px;
}

.history-pay-button {
    display: block;
    width: 100%;
    line-height: 40px;
    margin: 20px 0 0;
}
/* End */


/* Start:/local/templates/paese/css/desktop/main.css?16000676575538*/
.main-box1, .main-box2, .main-box3, .main-box4, .main-box5, .main-box6,
.main-box7, .main-box8, .main-box9, .main-box10, .main-box11 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-box1 {
    position: relative;
    float: left;
    width: 60%;
    padding: 0 0 36%;
}

.main-box2 {
    position: relative;
    float: right;
    width: 40%;
    padding: 0 0 18%;
}

.main-box3 {
    position: relative;
    float: right;
    width: 40%;
    padding: 0 0 18%;
}

.main-box4 {
    position: relative;
    float: left;
    width: 40%;
    padding: 0 0 36%;
}

.main-box5 {
    position: relative;
    float: left;
    width: 60%;
    padding: 0 0 36%;
}

.main-box6 {
    position: relative;
    width: 33.3333%;
    float: left;
    padding: 0 0 30%;
}

.main-box7 {
    position: relative;
    width: 33.3333%;
    float: left;
    padding: 0 0 30%;
}

.main-box8 {
    position: relative;
    width: 33.3333%;
    float: left;
    padding: 0 0 30%;
}

.main-box9 {
    position: relative;
    width: 100%;
    padding: 80px 0;
}

.main-box9::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
}

.main-box9 .main-text1 {
    position: relative;
    z-index: 1;
    color: #fff;
}

.main-box9 .main-text1 a {
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.main-box9 .main-text1 a:hover {
    color: #f3004e;
    border-color: #f3004e;
}

.main-box10 {
    position: relative;
    width: 60%;
    float: left;
}

.main-box11 {
    position: relative;
    width: 40%;
    float: right;
    padding: 0 0 40%;
}

.main-box:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 ,0, 0, .75);
    content: "";
    opacity: 0;
    transition: all .2s ease-out;
}

.main-box:hover:after {
    opacity: 1;
}

.main-box-content {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    margin: -100px 0 0;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all .2s ease-out;
    z-index: 1;
}

.main-box:hover .main-box-content {
    opacity: 1;
    margin: -50px 0 0;
}

.main-box-content a {
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.main-box-content a:hover {
    color: #f3004e;
    border-color: #f3004e;
}

.main-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-carousel-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-carousel-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-carousel-item.page-carousel-item--select {
    display: block;
}

.main-carousel-prev,
.main-carousel-next {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-out;
}

.main-carousel-prev:hover,
.main-carousel-next:hover {
    color: #f3004e;
}

.main-carousel-next {
    left: auto;
    right: 0;
}

.main-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-video iframe {
    width: 100%;
    height: 100%;
}

.main-text1 {
    width: 30%;
    margin-left: 60%;
}

.main-text2 {
    margin-left: 10%;
	margin-right: 10%;
    padding: 40px 20px 20px;
}

.main-sert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-sert .sert-carousel-list,
.main-sert .sert-carousel-item {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 20px;
}

.main-sert .sert-carousel-item {
    top: 0;
    bottom: 0;
    padding: 0;
}

.main-insta1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-insta2 {
    display: none;
}

.page-carousel-prev, .page-carousel-next {
    display: none;
}

/*------------------------------Notify-popup-----------------------------------*/
.notify-container {
    position: static;
    background-color: #f3004e;
    padding: 10px 0 15px 0;
    display: none;
}

.notify {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.notify .close-button {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 31;
}

.notify .close-button:before, .notify .close-button:after {
    position: absolute;
    left: 0;
    top: 9px;
    width: 20px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    background-color: #fff;
}

.notify .close-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.notify .text {
    font: 300 15px/20px 'Museo Sans';
    color: #fff;
    padding-right: 60px;
    margin-top: 5px;
}

.notify button {
    background-color: #6462ac;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font: 13px "Proxima Nova";
}

/* Promo */

.ui-dialog.dialog-promo {
    width: 900px!important;
}

.ui-dialog.dialog-promo .ui-dialog-title {
    font-size: 32px!important;
}

.ui-dialog.dialog-promo .text {
    font-size: 18px!important;
}
/* End */


/* Start:/local/templates/paese/css/desktop/news.css?1600067657879*/
.news-title {
    padding: 5% 0;
    text-align: center;
}

.news-list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.news-item {
    position: relative;
    margin: 0 0 30px;
    padding: 20px;
    background: #fff;
}

.t-companies .news-item {
    padding: 0;
}

.news-item-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 28%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-item-image + .news-item-wrap {
    padding-left: 30%;
}

.news-item-date {
    font-size: 12px;
    color: #666;
}

.news-item-title {
    color: #333;
    font: 300 24px/40px 'Museo Sans';
    text-transform: uppercase;
}

.news-item-title:hover {
    color: #f3004e;
}

.news-item-announce {
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/paese/css/desktop/order.css?161492208410658*/
.basket-prods {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.basket-prods-caption {
    margin: 0 0 10px;
    font: 300 16px/20px 'Museo Sans';
    text-transform: uppercase;
}

.basket-prods-titles {
    padding: 10px 15px;
    background: #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0;
}

.basket-prods-titles > div {
    font-size: 14px;
}

.basket-prods-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.basket-prods-item {
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0;
}

.basket-prods-item > div {
    font-size: 14px;
}

.basket-prods-item--del * {
    text-decoration: line-through !important;
}

.basket-prods-item-name {
    display: inline-block;
    width: 35%;
    margin-right: 5%;
    padding: 0 0 0 70px;
    vertical-align: middle;
}

.basket-prods-item .basket-prods-item-name {
    text-transform: uppercase;
}

.basket-prods-item-name a {
    color: #333;
}

.basket-prods-item-name a:hover {
    color: #f3004e;
}

.basket-prods-item-name div {
    margin: 5px 0 0;
    font: 10px/14px 'Open Sans';
    text-transform: uppercase;
    color: #666;
}

.basket-prods-item-name span {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 20px;
    height: 15px;
    margin: 0 5px 0 0;
    background-size: cover;
}

.basket-prods-item-photo {
    position: relative;
    display: inline-block;
    width: 0;
    height: 90px;
    vertical-align: middle;
}

.basket-prods-item-photo span,
.basket-prods-item-photo a {
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.basket-prods-item-cost,
.basket-prods-item-qty,
.basket-prods-item-sum {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

.basket-prods-item-qty input {
    width: 70px;
    height: 30px;
    margin: 0;
    padding: 0 5px;
    vertical-align: middle;
}

.basket-prods-item-stock {
    display: block;
    position: relative;
    top: -32px;
    margin: -16px 0 0;
    font-size: 10px;
    line-height: 16px;
}

.basket-prods-list .basket-prods-item-sum {
    font-weight: 700;
}

.basket-prods-item-del {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -8px 0 0;
    font-size: 12px;
    color: #f3004e;
    transition: all .2s ease-out;
    cursor: pointer;
}

.basket-prods-item-del:hover {
    color: #333;
}

.basket-prods-item-text {
    display: none;
}

.basket-prods-totals-b2b-history {
    display: flex;
    justify-content: flex-end;
}

.basket-prods-totals-b2b-history [name="price"] {
    width: 130px;
    height: 30px;
}

.basket-prods-totals-b2b-history .basket-prods-totals b {
    width: 45%;
}

.basket-prods-totals-b2b-history .basket-prods-totals span {
    width: 55%;
}

.basket-prods-totals {
    float: right;
    width: 35%;
    text-align: right;
    font-size: 0;
}

.basket-prods-totals b,
.basket-prods-totals span {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.basket-prods-totals b {
    text-transform: uppercase;
    width: 60%;
    font-size: 14px;
}

.basket-prods-totals span {
    text-align: right;
    width: 40%;
    font-size: 14px;
}

.basket-prods-totals-sum,
.basket-prods-totals-sale,
.basket-prods-totals-delivery {
    padding: 0 0 10px;
}

.basket-prods-totals-delivery b {
    width: 40%;
}

.basket-prods-totals-delivery span {
    width: 60%;
}

.basket-prods-totals-all span {
    font-size: 20px;
}

.basket-prods-totals-all {
    padding: 10px 0 0;
    border-top: 1px solid #e3e3e3;
}

.basket-prods-sales-list {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.basket-prods-sales-list.active {
    display: block;
}

.basket-prods-sales-item {
    margin-bottom: 5px;
}

.order-delivery {
    padding: 30px 0;
}

.order-delivery-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.order-delivery-item {
    position: relative;
    padding: 15px;
    border-top: 1px solid #e3e3e3;
}

.order-delivery-item:first-child {
    border-top: none;
}

.order-delivery-item-name,
.order-delivery-item-text {
    float: left;
    width: 42%;
    padding-right: 20px;
}

.order-delivery-item-name .page-form-radiobox {
    font: 16px/20px 'Open Sans';
}

.order-delivery-item-name input {
    display: none;
}

.order-delivery-item-cost {
    float: right;
    width: 16%;
    font-weight: 700;
}

.order-delivery-informer {
    padding: 30px;
}

.order-delivery-item .order-address {
    display: none;
}

.order-delivery-item .order-address.active {
    display: block;
}

.order-address {
    padding: 30px 0;
}

.order-address-left {
    float: left;
    width: 47%;
}

.order-address-right {
    float: right;
    width: 47%;
}

.order-address .page-form-label {
    width: 20%;
    line-height: 18px;
}

.order-address .page-form-textbox {
    width: 75%;
}

.order-address .page-form-info,
.order-address .page-form-error {
    width: 75% !important;
    margin-left: 25% !important;
}

.order-address-wrap1 .page-form-elem {
    position: relative;
    width: 33.3333%;
    float: left;
}

.order-address-wrap1 .page-form-label {
    width: 30%;
    margin-left: 20%;
    margin-right: 0;
}

.order-address-wrap1 .page-form-textbox {
    width: 25%;
    margin-left: 25%;
}

.order-address-wrap1 .page-form-elem:first-child .page-form-label {
    margin-left: 0;
    margin-right: 20%;
}

.order-address-wrap2 {
    margin: 10px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #e3e3e3;
}

.order-address-wrap2 .page-form-label {
    width: 7%;
}

.order-address-wrap2 .page-form-textarea {
    width: 88%;
}

.order-address .page-form-textbox::-webkit-input-placeholder,
.order-address .page-form-textarea::-webkit-input-placeholder {
    color: #fff;
}

.order-address .page-form-textbox::-moz-placeholder,
.order-address .page-form-textarea::-moz-placeholder {
    color: #fff;
}

.order-signup {
    display: none;
    margin: 10px 0;
    padding: 20px 0 0;
    border-top: 1px solid #e3e3e3;
}

.order-signup--show {
    display: block;
}

.order-signup-text ul {
    margin: 15px 0;
}

.order-payment {
    padding: 30px 0;
}

.order-payment-list {
    float: left;
    width: 65%;
    min-height: 100px;
}

.order-payment-item {
    display: inline-block;
    width: 150px;
    margin: 0 3% 3% 0;
    padding: 20px 0 10px;
    border: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all .2s ease-out;
}

.order-payment-item--select,
.order-payment-item:hover {
    border-color: #f3004e;
}

.order-payment-item input {
    display: none;
}

.order-payment-item i {
    color: #e0e0e0;
    font-size: 50px;
}

.order-payment-item i svg {
    height: 48px;
    width: 100%;
    padding: 0 25px;
}

.order-payment-item span {
    display: block;
    margin: 10px 0 0;
    color: #333;
    line-height: 20px;
    height: 40px;
}

.order-payment-item--select i,
.order-payment-item--select span {
    color: #f3004e;
}

.order-payment-item--select i svg .cls-1 {
    fill: #f3004e;
}

.basket-submit {
    float: right;
    width: 35%;
    margin: 30px 0 0;
}

.basket-submit .page-form-elem a {
    color: #000;
}

.basket-submit-required {
    visibility: hidden;
    margin: 10px 0 0;
    text-align: center;
    color: #f3004e;
}

/* Оптовый заказ оформлен */

.order-end {
    padding: 0 0 15px;
}

.order-end-link {
    display: block;
    width: 300px;
    margin: 15px 0 0;
}

/* Оплата заказа */

.order-pay-button {
    max-width: 300px;
    margin: 15px 0 0;
}

/* Промокоды */

.basket-prods-promocode {
    float: left;
    width: 50%;
    margin: 20px 0 0;
}

.promocode-title {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    line-height: 30px;
}

.promocode-input {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.promocode-value {
    width: 200px;
    height: 30px;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #cacaca;
    color: #333;
    font: 16px 'Open Sans';
}

.promocode-value:focus {
    border-color: #f3004e;
}

.remove-promocode {
    margin-left: 10px;
    border: none;
    background: none;
}

.apply-promocode {
    margin-left: 10px;
    display: inline-block;
    width: auto;
    height: 29px;
    font-size: 14px;
    line-height: 31px;
}

@media screen and (max-width: 1000px) {
    .apply-promocode {
        display: block;
        margin-left: 0;
        margin-top: 12px;
    }
}

.apply-promocode--hidden,
.remove-promocode--hidden {
    display: none;
}

.remove-promocode {
    color: #d9534f;
}

.promocode-info {
    margin: 10px 0 -20px;
    color: #f00;
    font-size: 12px;
    line-height: 14px;
}

/* Modal delivery distribution-points */

.dialog-sdek-delivery-widget {
    width: 900px !important;
}

/* Autocomplete city */
.ui-autocomplete {
    width: 395px;
    list-style: none;
    background: #fff;
    border: 1px solid #f3004e;
    border-top: 1px solid #fff;
    font-size: 14px;
    padding: 0;
}

.ui-autocomplete li {
    border-top: 1px solid #f3004e;
    padding: 5px 10px;
    cursor: pointer;
}

.ui-autocomplete li:hover {
    background: #f3004e;
    color: #fff;
}

.ui-autocomplete li:first-child {
    border-top: 1px solid #fff;
}

/* Quiz */
.order-quiz {
    padding-bottom: 32px;
}

.order-quiz .order-quiz__heading {
    margin-bottom: 0;
}

.order-quiz .order-quiz__subheading {
    margin-bottom: 24px;
    color: #f3004e;
}

.order-quiz .order-quiz-question__name {
    margin-bottom: 6px;
    min-height: 66px;
}

.order-quiz .order-quiz-questions {
    display: flex;
    width: 100%;
}

.order-quiz .order-quiz-question {
    margin-bottom: 12px;
    width: 20%;
}

.order-quiz .page-form-radiobox,
.order-quiz .page-form-checkbox {
    margin-right: 12px;
}

.order-quiz .order-quiz-question__answers {
    display: flex;
    flex-direction: column;
}

/* Оплата Тинькофф */
form[action*="tinkoff.ru"] input {
    outline: none;
    box-sizing: border-box;
    position: relative;
    transition-property: background-color,border-color,box-shadow;
    transition-duration: .25s;
    transition-timing-function: ease;
    border: 1px solid #ffdd2d;
    background-color: #ffdd2d;
    padding: 15px 35px 14px;
    min-height: 54px;
    border-radius: 4px;
    min-width: 48px;
}

form[action*="tinkoff.ru"] input:hover {
    border-color: #fcc521;
    background-color: #fcc521;
}
/* End */


/* Start:/local/templates/paese/css/desktop/paydel.css?16000676571963*/

.paydel-menu {
    margin: -80px 0 40px;
    position: relative;
    z-index: 1;
}

.paydel-menu .page-menu {
    display: none;
}

.paydel-menu-list {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    table-layout: fixed;
}

.paydel-menu-item {
    display: table-cell;
    width: 1%;
    text-align: center;
    vertical-align: middle;
}

.paydel-menu-item-link {
    display: block;
    padding: 20px;
    background: #000;
    color: #fff;
    font: 300 18px/40px 'Museo Sans';
    text-transform: uppercase;
    transition: all .2s ease-out;
}

.paydel-menu-item-link:hover,
.paydel-menu-item-link--select {
    color: #fff;
    background-color: #f3004e;
}

.paydel-list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    font: 500 0/0 Arial, sans-serif;
}

.paydel-item {
    padding: 20px;
    border-bottom: 1px solid #ececec;
}

.paydel-item:last-child {
    border-bottom: none;
}

.paydel-item-image {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    text-align: center;
}

.paydel-item-wrap {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    vertical-align: middle;
}

.paydel-item-text {
    font: 14px/22px 'Open Sans', sans-serif;
}

.paydel-item-image + .paydel-item-wrap {
    width: 75%;
    padding-left: 20px;
}

.paydel-item-name {
    margin: 0 0 10px;
    font: 300 18px/30px 'Museo Sans';
    text-transform: uppercase;
}

.paydel-top {
    position: relative;
    margin: 0 0 40px;
    font: 26px/42px 'Open Sans';
    text-align: center;
}

.paydel-top:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 100px;
    height: 3px;
    margin-left: -50px;
    background: #ececec;
    content: "";
}

.paydel-bottom {
    margin: -20px 0 40px;
    padding: 20px;
    border: 1px solid #ececec;
}
/* End */


/* Start:/local/templates/paese/css/desktop/reviews.css?1600067657700*/
.reviews-menu {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #cacaca;
}

.reviews-menu-list {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
}

.reviews-menu-item {
    display: table-cell;
    padding: 0 50px 0 0;
}

.reviews-menu-item-text,
.reviews-menu-item-link {
    border-bottom: 1px dotted #f3004e;
    color: #f3004e;
    font: 300 18px/30px 'Museo Sans';
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s ease-out;
}

.reviews-menu-item-link:hover,
.reviews-menu-item-text {
    border-bottom-color: transparent;
    color: #333;
}

.reviews-form {
    margin: 0 0 40px;
}
/* End */


/* Start:/local/templates/paese/css/desktop/search.css?1600067657161*/

.search-result .catalog-prods-list {
    width: 100%;
    float: none ;
}

.search-result .catalog-prods-item {
    width: 25%;
    margin: 0 0 40px;
}
/* End */


/* Start:/local/templates/paese/css/desktop/static.css?1602229070255*/
.static-content {
    margin: 0 0 40px;
}

.page-menu + .static-content {
    float: right;
    width: 70%;
}

a.privacy {
    text-decoration: underline;
}

a.privacy:hover {
    text-decoration: none;
}

.static-content img {
    pointer-events: none;
}
/* End */


/* Start:/local/templates/paese/css/desktop/user.css?16000676573496*/
/* Авторизация */

.dialog-auth {
    width: 420px !important;
}

.auth-form-link {
    display: block;
    background: #fff;
    border: 1px solid #000;
    margin: 30px 0 0;
    color: #000;
    font: 16px/40px 'Open Sans';
}

.auth-form-link:hover {
    background: #000;
    color: #fff;
}

.auth-form-link.reset-password {
    margin-top: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.auth-form-link.reset-password:hover {
    color: #aaa;
}

/* Регистрация */

.signup-form--user {
    max-width: 420px;
    margin: 0 auto;
    padding: 60px 0;
}

.signup-form--b2b {
    max-width: 620px;
    margin: 0 auto;
    padding: 60px 0;
}

.signup-form .page-title,
.signup-form .page-form-note {
    text-align: center;
}

.signup-form .page-form-button {
    margin: 20px 0;
}

.signup-form--user .page-form-textbox {
    margin: 0 0 20px;
    background: none;
    border: none;
    border-bottom: 1px solid #cacaca;
    color: #333;
    text-align: center;
}

.signup-form--user .page-form-textbox:focus {
    border-color: #f3004e !important;
}

.signup-form--b2b .page-form-textbox::-webkit-input-placeholder,
.signup-form--b2b .page-form-textarea::-webkit-input-placeholder {
    color: #fff;
}

.signup-form--b2b .page-form-textbox::-moz-placeholder,
.signup-form--b2b .page-form-textarea::-moz-placeholder {
    color: #fff;
}

.page-section--bg .signup-form--user .page-form-textbox {
    color: #fff;
    border-color: #fff;
}

.page-section--bg .page-form-textbox::-webkit-input-placeholder {
    color: #fff;
}

.page-section--bg .page-form-textbox::-moz-placeholder {
    color: #fff;
}

.signup-end {
    max-width: 400px;
    min-height: 200px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

.signup-end-text {
    margin: 0 0 40px;
}

.signup-end-link {
    display: block;
    height: 40px;
}

.page-section--bg .signup-end-text {
    color: #fff;
}

.signup-content-image {
    float: left;
    width: 40%;
    margin: 0 0 40px;
    text-align: right;
}

.signup-content-image img {
    width: 100%;
    max-width: 500px;
}

.signup-content-text {
    float: right;
    width: 48%;
    margin: 0 0 40px;
}

/* Данные пользователя */

.data-form-welcome {
    text-align: center;
    margin: 0 0 60px;
}

.page-section--bg .data-form-welcome {
    color: #fff;
}

.data-form {
    margin: 0 0 40px;
    width: 550px;
    float: left;
}

.data-form-welcome-link {
    display: block;
    height: 40px;
    margin: 10px 0 0;
}

.data-form .page-form-note {
    margin: 15px 0 40px;
}

.data-form .page-form-textbox::-webkit-input-placeholder,
.data-form .page-form-textarea::-webkit-input-placeholder {
    color: #fff;
}

.data-form .page-form-textbox::-moz-placeholder,
.data-form .page-form-textarea::-moz-placeholder {
    color: #fff;
}

/* Восстановление пароля */

.reset-form .page-form-textbox,
.reset-form .page-form-button {
    width: 300px;
}

.reset-form .page-form-textbox {
    display: block;
}

.reset-form .page-form-error {
    text-align: left;
}
/* End */


/* Start:/local/templates/paese/css/mobile.css?16000676572869*/
/* Контент */

@media screen and (max-width: 1000px)
{
    .page-path {
        margin: 0 -25px 20px;
        padding: 15px 50px 10px 25px;
        background: #f0f0f0;
    }

    .page-path-back-text {
        display: none;
    }

    .page-path-back {
        top: 15px;
    }

    .page-section--bg .page-path,
    .page-section--bg .page-path-link,
    .page-section--bg .page-path-back {
        color: #666;
    }

    .page-title {
        margin: 0 0 20px;
    }

    .page-title-bg {
        margin-top: -416px;
    }

    .page-menu {
        width: 100%;
        float: none;
        background: #fff;
        margin-top: 0;
        border: 1px solid #e2e2e2;
    }

    .page-menu-show {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        color: #000;
        font-size: 16px;
        cursor: pointer;
        visibility: visible;
        opacity: 1;
        transition: color .2s ease-out;
    }

    .page-menu-hide {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 50px;
        height: 50px;
        color: #000;
        font-size: 16px;
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
        transform: scale(0);
        transition: all .2s ease-out;
    }

    .page-menu-show:hover,
    .page-menu-hide:hover {
        color: #f3004e;
    }

    .page-menu-show i {
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .page-menu-hide i {
        position: absolute;
        top: 16px;
        right: 18px;
    }

    .page-menu--show .page-menu-show {
        visibility: hidden;
        opacity: 0;
    }

    .page-menu--show .page-menu-hide {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .page-menu-item {
        display: none;
    }

    .page-menu--show .page-menu-item,
    .page-menu-item--first,
    .page-menu-item--select {
        display: block;
    }

    .page-menu-item-link {
        padding: 15px 15px 13px;
        color: #000 !important;
    }

    .page-menu--show .page-menu-item-link:hover,
    .page-menu--show .page-menu-item-link--select,
    .page-menu--show .page-menu-item--select .page-menu-item-link {
        color: #f3004e !important;
    }

    .page-pager-link {
        width: 28px;
        line-height: 28px;
        margin: 0 2px;
    }

    .page-pager-text {
        margin: 0 5px;
    }

    .page-to-top {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {
    .ui-dialog.dialog-promo .text {
        line-height: 24px;
    }
    .ui-dialog.dialog-promo {
        width: 320px !important;
    }
}

/* End */


/* Start:/local/templates/paese/css/mobile/articles.css?1600067657895*/
@media screen and (max-width: 1000px) {
    .articles-item-title {
        font: 300 18px/24px 'Museo Sans';
    }
}

@media screen and (max-width: 750px)
{
    .articles-list {
        margin: -80px 0 40px;
    }

    .articles-item {
        width: 50%;
        padding: 0 0 100%;
    }

    .articles-item--horizontal {
        width: 100%;
        padding: 0 0 50%;
    }

    .articles-item--margin {
        margin: 0;
    }

    .articles-item--concat .articles-item-image {
        width: 100%;
        height: 50%;
    }

    .articles-item--concat .articles-item-image + .articles-item-image {
        left: 0;
        top: 50%;
    }
}

@media screen and (max-width: 500px)
{
    .articles-item {
        float: none;
        width: 100%;
        padding: 0 0 100%;
    }

    .articles-item--concat {
        padding: 0 0 200%;
    }
}
/* End */


/* Start:/local/templates/paese/css/mobile/b2b-order.css?1600067657757*/
/* Оформление заказа b2b */

@media screen and (max-width: 1170px){
    .b2b-basket-prods-scroll {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 1000px)
{
    .b2b-order-form {
        float: none;
        margin: 40px auto;
    }

    .b2b-basket-sale,
    .b2b-basket-sum {
        float: none;
        width: 100%;
    }

    .b2b-basket-sale {
        margin: 0 0 40px;
    }

    .b2b-basket-sum-item--left { width: 65%; }
    .b2b-basket-sum-item--right { width: 35%; }
    .b2b-basket-sale-item--left { width: 65%; }
    .b2b-basket-sale-item--right { width: 35%; }

    .b2b-basket-totals-comment,
    .b2b-basket-totals-info {
        width: 100%;
        float: none;
    }
}
/* End */


/* Start:/local/templates/paese/css/mobile/biz.css?16000676573255*/
@media screen and (max-width: 1000px)
{
    .biz-benefits-sep {
        display: block;
        height: 20px;
    }

    .biz-benefits-item {
        width: 50%;
        text-align: left;
    }

    .biz-benefits-item-image {
        float: left;
        margin: 0 20px 10px 0;
    }

    .biz-benefits-item-name {
        margin: 0 0 10px;
        font-size: 16px;
    }

    .biz-text1 {
        padding-left: 38%;
    }

    .biz-text1-image {
        width: 34%;
    }

    .biz-text1 + .biz-reviews {
        display: none;
    }

    .biz-text2 {
        float: none;
        width: 100%;
    }

    .biz-carousel-wrap {
        position: relative;
    }

    .biz-carousel {
        position: absolute;
        top: -20px;
        left: 0;
        bottom: 20px;
        width: 60%;
    }

    .biz-carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
    }

    .biz-reviews--help {
        top: -20px;
        display: block;
        float: right;
        width: 40%;
    }

    .biz-slider-item {
        width: 360px;
        height: 250px;
    }

    .biz-links {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .biz-links-list {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-bottom: solid 1px #e2e2e2;
    }

    .biz-links-item {
        display: table-cell;
        text-align: center;
    }

    .biz-links-item a {
        font-size: 16px;
    }


    .biz-text4 {
        width: 100%;
        float: none;
        margin: 0 0;
    }

    .biz-info {
        width: 100%;
        float: none;
    }

    .biz-info-item-name b,
    .biz-info-item-name span {
        font: 300 18px/30px 'Museo Sans';
    }
}

@media screen and (max-width: 650px)
{
    .biz-benefits-sep {
        display: none;
    }

    .biz-benefits-item {
        display: inline-block;
        width: 100%;
        margin: 0 0 20px;
    }

    .biz-benefits-item-image {
        margin-right: 10px;
    }

    .biz-text1 {
        top: -80px;
        padding: 0;
    }

    .biz-text1-image {
        position: relative;
        width: 100%;
        padding: 0 0 100%;
    }

    .biz-text1-text {
        margin: 20px 20px 0;
    }

    .biz-text1 + .biz-reviews {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .biz-reviews--help {
        display: none;
    }


    .biz-carousel {
        position: relative;
        top: -40px;
        width: 100%;
        float: none;
        padding: 0 0 60%;
    }

    .biz-buttons-left,
    .biz-buttons-center,
    .biz-buttons-right {
        float: none;
        width: 100%;
    }

    .biz-slider-item {
        width: 320px;
        height: 200px;
    }

    .biz-links-list {
        display: block;
        border-bottom: solid 1px #e2e2e2;
    }

    .biz-links-item {
        display: block;
        text-align: left;
    }

    .biz-info-item-name b,
    .biz-info-item-name span {
        font: 300 16px/18px 'Museo Sans';
    }
}
/* End */


/* Start:/local/templates/paese/css/mobile/catalog.css?160006765710053*/
/* Список категорий */

@media screen and (max-width: 500px)
{
    .catalog-cats-item {
        width: 100%;
        padding: 30% 0;
    }

    .catalog-cats-item-link:after {
        opacity: 1;
    }

    .catalog-cats-item-link-text {
        top: 50%;
        opacity: 1;
    }
}

/* Список товаров */

@media screen and (max-width: 1000px)
{
    .catalog-prods-menu,
    .catalog-prods-list {
        float: none;
        width: 100%;
    }

    .catalog-skins-wrap {
        display: none;
    }
    
    .page-menu + .catalog-skins {
        margin: -15px 0 30px;
    }

    .catalog-skins-show {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        color: #000;
        font-size: 16px;
        cursor: pointer;
        visibility: visible;
        opacity: 1;
        transition: color .2s ease-out;
    }

    .catalog-skins-hide {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 50px;
        height: 50px;
        color: #000;
        font-size: 16px;
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
        transform: scale(0);
        transition: all .2s ease-out;
    }

    .catalog-skins-show:hover,
    .catalog-skins-hide:hover {
        color: #f3004e;
    }

    .catalog-skins-show i {
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .catalog-skins-hide i {
        position: absolute;
        top: 16px;
        right: 18px;
    }

    .catalog-skins--show .catalog-skins-show {
        visibility: hidden;
        opacity: 0;
    }

    .catalog-skins--show .catalog-skins-hide {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .catalog-skins--show .catalog-skins-wrap {
        display: block;
    }

    .catalog-prods-to-basket,
    .catalog-prods-in-basket {
        display: none !important;
    }
}

@media screen and (max-width: 750px)
{
    .catalog-prods-item {
        width: 50%;
    }
}

@media screen and (max-width: 500px)
{
    .catalog-prods-item {
        padding: 5px 10px 15px;
    }

    .catalog-prods-item-name {
        font-size: 14px;
        overflow: hidden;
        min-height: auto;
    }

    .catalog-prods-item-new,
    .catalog-prods-item-promo {
        padding: 5px;
        font-size: 12px;
    }

    .catalog-prods-item-price strike {
        display: block;
    }

    .catalog-prods-item-to-basket {
        height: 36px;
        margin-top: 16px;
        font-size: 12px;
        line-height: 36px;
    }
}

/* Описание товара */

@media screen and (max-width: 1000px)
{
    .catalog-prod-info {
        float: none;
        width: 100%;
    }

    .catalog-prod-info-announce {
        margin: -10px 0 20px;
    }

    .catalog-prod-info-volume {
        margin: -10px 0 20px;
    }

    .catalog-prod-info-announce + .catalog-prod-info-volume {
        margin: -20px 0 25px;
    }

    .catalog-gallery {
        width: 100%;
        float: none;
    }

    .catalog-prod-prices {
        width: 100%;
        float: none;
        margin: 20px 0 0;
        font-size: 20px;
    }

    .catalog-prod-price-value {
        float: left;
        width: 30%;
    }

    .catalog-prod-price-qty {
        width: 15%;
    }

    .catalog-prod-to-basket,
    .catalog-prod-in-basket {
        width: 50%;
    }

    .catalog-prod-price-value b {
        font-size: 30px;
    }

    .catalog-prod-detail {
        padding: 30px 0 0;
        border-top: 1px solid #e9e9e9;
        width: 100%;
    }

    .catalog-prod-detail-text {
        padding-right: 0;
    }
}

@media screen and (max-width: 750px)
{
    .catalog-prod-price-value {
        float: none;
        width: 100%;
    }

    .catalog-prod-price-qty {
        width: 25%;
    }

    .catalog-prod-to-basket,
    .catalog-prod-in-basket {
        width: 70%;
    }

    .catalog-prod-detail {
        float: none;
        width: 100%;
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 500px)
{
    .catalog-gallery-caption {
        position: relative;
        margin: 20px 0 0;
        padding: 15px 15px;
        border: 1px solid #e2e2e2;
    }

    .catalog-gallery-block-show {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        color: #000;
        font-size: 16px;
        cursor: pointer;
        visibility: visible;
        opacity: 1;
        transition: color .2s ease-out;
    }

    .catalog-gallery-block-hide {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 50px;
        height: 50px;
        color: #000;
        font-size: 16px;
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
        transform: scale(0);
        transition: all .2s ease-out;
    }

    .catalog-gallery-block-show:hover,
    .catalog-gallery-block-hide:hover {
        color: #f3004e;
    }

    .catalog-gallery-block-show i {
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .catalog-gallery-block-hide i {
        position: absolute;
        top: 16px;
        right: 18px;
    }

    .catalog-gallery-block--show .catalog-gallery-block-show {
        visibility: hidden;
        opacity: 0;
    }

    .catalog-gallery-block--show .catalog-gallery-block-hide {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .catalog-gallery-block--colors {
        position: relative;
        top: 0;
        width: 100%;
        padding: 0;
    }

    .catalog-gallery-block--photos {
        width: 100%;
        padding-bottom: 100%;
        margin: 0;
    }

    .catalog-prod-colors {
        top: 0 !important;
    }

    .catalog-prod-color {
        display: none;
    }

    .catalog-prod-color--select,
    .catalog-gallery-block--show .catalog-prod-color {
        display: block;
    }
}

/* Дополнительная информация */

@media screen and (max-width: 1000px)
{
    .sert-carousel-title {
        font-size: 16px;
    }

    .catalog-prod-addt .sert-carousel {
        width: 35%;
    }

    .catalog-prod-addt .prod-video {
        right: 35%;
    }
}

@media screen and (max-width: 650px)
{
    .catalog-prod-addt .sert-carousel {
        width: 100%;
        float: none;
    }

    .catalog-prod-addt .sert-carousel-item {
        padding: 0 0 50%;
    }

    .catalog-prod-addt .prod-video {
        position: static;
        margin: 0 0 20px;
        padding: 0;
        height: 200px;
    }
}

/* Рекомендации */

@media screen and (max-width: 1000px)
{
    .recom-prods-title {
        font-size: 26px;
    }
    .recom-prods-item {
        width: 240px;
    }
    .recom-prods-cats {
        position: static;
        justify-content: flex-start;
        margin: 0;
        padding-left: 1px;
    }
    .recom-prods-list .slick-prev,
    .recom-prods-list .slick-next {
        top: -94px;
    }
}

@media screen and (max-width: 500px)
{
    .recom-prods-title {
        font-size: 16px;
    }

    .recom-prods-item {
        width: 135px;
    }

    .recom-prods-cat {
        padding: 2px 5px;
        font-size: 11px;
    }

    .recom-prods-list .slick-prev, .recom-prods-list .slick-next {
        top: -80px;
    }

    .recom-prods-list .slick-prev {
        right: 5px;
    }

    .recom-prods-list .slick-next {
        right: -30px;
    }

    .catalog-prods-item-photo {
        padding: 0 0 60%;
    }
}

/* Подарки */

@media screen and (max-width: 1140px) {
    .dialog-gifts {
        width: 100% !important;
    }
}

@media screen and (max-width: 1000px)
{
    .gift-prods-title {
        font-size: 26px;
    }
    .gift-prods-item {
        width: 240px;
    }
    .gift-prods-cats {
        position: static;
        justify-content: flex-start;
        margin: 0;
        padding-left: 1px;
    }
    .gift-prods-list .slick-prev,
    .gift-prods-list .slick-next {
        top: -94px;
    }
}

@media screen and (max-width: 500px)
{
    .dialog-gifts {
        padding-bottom: 20px;
    }

    .gift-prods-title {
        font-size: 16px;
    }

    .gift-prods-item {
        width: 135px;
    }

    .gift-prods-cat {
        padding: 2px 5px;
        font-size: 11px;
    }

    .gift-prods-list .slick-prev, .gift-prods-list .slick-next {
        top: -20px;
    }

    .gift-prods-list .slick-prev {
        right: 5px;
    }

    .gift-prods-list .slick-next {
        right: -30px;
    }

    .slick-initialized .slick-slide.gift-prods-item {
        height: auto;
    }

    .gift-prods-item button {
        margin-top: 40px;
    }
}


/* Доставка */

@media screen and (max-width: 1000px)
{
    .catalog-prod-delivery {
        float: none;
        width: 100%;
    }
}

/* Уведомить о поступлении */

@media screen and (max-width: 1000px)
{
    .catalog-prod-notice,
    .catalog-prod-notice-success {
        clear: both;
        padding: 0 50% 10px 0;
    }

    .catalog-prod-notice-input {
        width: 48%;
    }
}

@media screen and (max-width: 650px)
{
    .catalog-prod-notice,
    .catalog-prod-notice-success {
        padding: 0 0 45px;
    }

    .catalog-prod-notice-input {
        width: 100%;
    }
}

/* Dialog card */

@media screen and (max-width: 480px){
    .dialog-card {
        width: 100% !important;
    }

    .dialog-card form {
        padding: 0;
    }
}
/* End */


/* Start:/local/templates/paese/css/mobile/contacts.css?1600067657700*/
@media screen and (max-width: 750px)
{
    .contact-item-name,
    .contact-item-address,
    .contact-item-phone {
        width: 100%;
    }

    .contact-item-name-comment,
    .contact-item-address-worktime {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 750px)
{
    .contact-item-name-comment,
    .contact-item-address-worktime {
        display: block;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px){
    h3.contacts-search-heading {
        display: block;
        margin-bottom: 6px;
    }

    .contacts-search-input {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/paese/css/mobile/footer.css?16000676571111*/
/* Подвал сайта */

@media screen and (max-width: 1000px)
{
    .footer-social {
        width: 55%;
    }

    .footer-subscribe {
        width: 45%;
    }

    .footer-subscribe-form {
        width: 100%;
    }

    .footer-email {
        width: 55%;
        margin-top: 0;
    }

    .footer-phone {
        width: 45%;
        margin-top: 0;
    }

    .footer-copyright {
        width: 60%;
    }

    .footer-payment {
        width: 40%;
    }
}

@media screen and (max-width: 600px)
{
    .footer-social {
        width: 100%;
    }

    .footer-social-list {
        text-align: right;
    }

    .footer-subscribe {
        width: 100%;
        margin-top: 0;
    }

    .footer-email {
        width: 100%;
    }

    .footer-phone {
        width: 100%;
    }

    .footer-payment {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .footer-hr {
        clear: both;
        position: static;
        display: block;
    }

    .footer-copyright {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/paese/css/mobile/header.css?16000676576884*/
/* Шапка сайта */

@media screen and (max-width: 1000px)
{
    .header-logo {
        text-align: center;
    }

    .header-logo-link i {
        left: -20px;
        padding-left: 0;
    }

    .header-search-show {
        right: 75px;
    }

    .header-mobmenu-show {
        position: absolute;
        left: 25px;
        top: 0;
        display: block;
        width: 50px;
        height: 60px;
        text-align: center;
        font-size: 14px;
        line-height: 60px;
        color: #fff;
        cursor: pointer;
    }

    .header-mobmenu-hide {
        position: absolute;
        top: 10px;
        right: 20px;
        display: block;
        width: 20px;
        height: 20px;
        background: none;
        border: none;
        color: #2b2b2b;
        font-size: 14px;
        cursor: pointer;
    }

    .header-mobmenu-hide i {
        transition: transform .2s ease-out;
    }

    .header-mobmenu-hide:hover i {
        transform: rotate(90deg);
    }

    /* Шторка меню */

    .header-section--top {
        position: absolute;
        top: 0;
        left: -350px;
        width: 320px;
        height: 9999px;
        background: #000;
        z-index: 2;
        transition: all .2s ease-out;
    }

    .header-section--top .section {
        padding: 0 20px;
    }

    .header-section--mobmenu {
        left: 0;
    }

    .header-section--mobmenu:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 9999px;
        background: rgba(0, 0, 0, .6);
        content: "";
    }

    .header-auth {
        position: static;
        margin: 0 -20px;
        background: #fff;
    }

    .header-auth-user,
    .header-auth-b2b,
    .header-auth-name,
    .exit-form-button {
        height: 40px;
        padding: 0 25px;
    }

    .header-auth-name {
        line-height: 40px;
    }

    .header-stock {
        display: block;
        margin: 0 0 0 25px;
    }

    .header-stock-select {
        width: 200px;
        right: auto;
    }

    .header-cats {
        position: static;
        margin: 10px 0 0;
    }

    .header-cats-list {
        display: block;
    }

    .header-cats-item {
        display: block;
        border-bottom: 1px solid #363636;
    }

    .header-cats-item-link {
        padding-top: 3px;
        text-align: left;
        line-height: 50px;
    }

    .header-cats-item--select .header-cats-item-link {
        color: #f3004e !important;
    }

    .header-cats-item-link i {
        position: absolute;
        right: 0;
        top: 20px;
        display: block;
        transition: transform .2s ease-out;
    }
    .header-cats-item--select .header-cats-item-link i {
        transform: rotate(180deg);
    }

    .header-cats-item-link:after {
        display: none;
    }

    .header-cats-item .header-dropdown {
        display: none;
        position: static;
        visibility: visible;
        opacity: 1;
    }

    .header-cats-item--select .header-dropdown {
        display: block;
    }

    .header-cats-item .header-dropdown-wrap,
    .header-cats-item .header-dropdown-back {
        display: none;
    }

    .header-cats-sublist {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }

    .header-cats-subitem {
        border-bottom: none;
    }

    .header-cats-subitem-link {
        color: #fff;
        padding: 8px 0 8px 20px;
    }

    .header-cats-item--select .header-cats-item-link {
        color: #f3004e !important;
    }

    .header-cats-prod {
        display: none;
    }

    .header-menu {
        position: static;
        width: 100%;
        margin: 20px 0 0;
    }

    .header-menu-list.desktop {
        display: none;
    }

    .header-menu-list.mobile {
        display: block;
    }

    .header-menu-item {
        display: block;
    }

    .header-menu-item-link {
        color: #fff;
        text-align: left;
    }

    .header-menu-item:hover .header-menu-item-link {
        background: none;
        color: #fff;
    }

    .header-menu-item--select .header-menu-item-link {
        background: none !important;
        color: #f3004e !important;
    }

    .header-menu-item:hover .header-menu-item-link i {
        transform: none;
    }

    .header-menu-item--select .header-menu-item-link i {
        transform: rotate(180deg) !important;
    }

    .header-menu-sublist {
        position: static;
        visibility: visible;
        opacity: 1;
        display: none;
        background: none;
        box-shadow: none;
    }

    .header-menu-item--select .header-menu-sublist {
        display: block;
    }

    .header-menu-subitem-link {
        color: #fff;
    }

    .header-menu-subitem:hover .header-menu-subitem-link {
        background: none;
        color: #fff;
    }

    .header-menu-subitem--select .header-menu-subitem-link {
        background: none !important;
        color: #f3004e !important;
    }

    /* Шторка корзины */

    .header-basket-info {
        visibility: visible;
        opacity: 1;
        top: -10px;
        right: -350px;
        height: 9999px;
        z-index: 2;
        height: 100vh!important;
    }

    .header-basket--show .header-basket-info {
        right: -25px;
    }

    /*.header-basket--show .header-basket-info:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 9999px;
        background: rgba(0, 0, 0, .6);
        content: "";
    }*/

    .header-basket-hide {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 20px;
        height: 20px;
        background: none;
        border: none;
        color: #2b2b2b;
    }

    .header-basket-hide i {
        font-size: 14px;
        transition: transform .2s ease-out;
    }

    .header-basket-hide:hover i {
        transform: rotate(90deg);
    }

    .header-basket-info-title {
        padding: 20px 40px 20px 20px;
        text-align: left;
    }

    .header-basket-info-list {
        max-height: 50% !important;
        overflow: visible;
    }
}

@media screen and (max-width: 600px)
{
    .header-logo-link i {
        top: 5px;
        font-size: 24px;
    }

    .header-search-show {
        right: 35px;
    }

    .header-basket {
        right: 10px;
    }

    .header-basket-show {
        width: 50px;
    }

    .header-mobmenu-show {
        left: 10px;
    }

    .header-basket--show .header-basket-info {
        right: -10px;
    }
}

/* End */


/* Start:/local/templates/paese/css/mobile/history.css?1600067657736*/
/* История заказов b2b */

@media screen and (max-width: 1000px)
{
    .history {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 750px)
{
    .history-item-status,
    .history-item-number {
        width: 50%;
        margin-bottom: 10px;
    }

    .history-item-status {
        text-align: right;
    }

    .history-item-track,
    .history-item-date,
    .history-item-sum {
        float: none;
        width: 100%;
        clear: both;
    }

    .history-number {
        width: 40%;
    }

    .history-date {
        float: none;
        clear: both;
        margin: 0;
        padding: 20px 0 0;
        text-transform: none;
    }

}
/* End */


/* Start:/local/templates/paese/css/mobile/main.css?16000676571963*/
@media screen and (max-width: 1000px)
{
    .main-box10 {
        float: none;
        width: 100%;
    }

    .main-box11 {
        float: none;
        width: 100%;
        padding: 0;
    }

    .main-text2 {
        margin: 0;
    }

    .main-insta1 {
        display: none;
    }

    .main-insta2 {
        display: block;
        margin: 0 0 -6px;
    }
}

@media screen and (max-width: 650px)
{
    .main-box1,
    .main-box2,
    .main-box3,
    .main-box4,
    .main-box5 {
        float: none;
        width: 100%;
        padding: 0 0 50%;
    }

    .main-box6,
    .main-box7,
    .main-box8 {
        float: none;
        width: 100%;
        padding: 0 0 60%;
    }

    .main-box10 {
        float: none;
        width: 100%;
    }

    .main-box11 {
        float: none;
        width: 100%;
        padding: 0 0 100%;
    }

    .main-text1 {
        width: 100%;
        margin: 30% 0 0;
        padding: 0 20px;
    }

    .main-insta1 {
        display: block;
    }

    .main-insta2 {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .notify {
        width: 100%;
    }
    .notify .text {
        padding: 0 125px 0 55px;
    }
    .notify .close-button {
        right: 70px;
    }
    .notify button {
        margin-left: 55px;
    }
}

@media screen and (max-width: 639px) {
    .notify-container {
        padding: 7px 0 15px 0;
    }
    .notify .text {
        padding: 0 65px 0 20px;
        font: 12px/16px "Proxima Nova", sans-serif;
        margin-bottom: 6px;
    }
    .notify button {
        margin-left: 20px;
        font: 12px "Proxima Nova";
    }
    .notify .close-button {
        width: 17px;
        height: 15px;
        right: 20px;
        top: 2px;
    }
    .notify .close-button:before,
    .notify .close-button:after {
        width: 17px;
        top: 6px;
    }
}
/* End */


/* Start:/local/templates/paese/css/mobile/news.css?1600067657441*/
@media screen and (max-width: 1000px)
{

    .news-item-image {
        width: 33%;
    }

    .news-item-image + .news-item-wrap {
        padding-left: 35%;
    }
}

@media screen and (max-width: 700px)
{
    .news-item {
        padding: 0;
    }

    .news-item-image {
        position: static;
        width: 100%;
        height: 200px;
    }

    .news-item-wrap {
        padding: 20px !important;
    }
}
/* End */


/* Start:/local/templates/paese/css/mobile/order.css?16000676574822*/
@media screen and (max-width: 1000px)
{
    .basket-prods-totals {
        width: 50%;
    }

    .basket-prods-sales-list {
        width: 40%;
    }
}

@media screen and (max-width: 750px)
{
    .basket-prods-titles {
        padding: 0;
        border-bottom: 1px solid #e3e3e3;
    }

    .basket-prods-titles > div {
        display: none;
    }

    .basket-prods-item {
        padding: 0;
    }

    .basket-prods-item-name {
        width: 100%;
        padding: 15px 25px 15px 70px;
        margin: 0;
    }

    .basket-prods-item-cost,
    .basket-prods-item-qty,
    .basket-prods-item-sum {
        display: block;
        width: auto;
        padding: 5px;
        background: #f1f1f1;
        text-align: right;
    }

    .basket-prods-item-text {
        display: block;
        float: left;
        padding: 5px;
    }

    .basket-prods-item-del {
        top: 18px;
        right: 5px;
    }

    .basket-prods-totals {
        float: none;
        width: 100%;
    }

    .basket-prods-sales-list {
        margin-top: 20px;
        float: none;
        width: 100%;
    }

    .basket-prods-promocode {
        float: none;
        width: 100%;
    }

    .promocode-value {
        width: 150px;
    }
}

@media screen and (max-width: 1000px)
{
    .order-delivery-item {
        padding: 15px 0;
    }

    .order-delivery-item-name,
    .order-delivery-item-text {
        width: 84%;
    }

    .order-delivery-item-text {
        padding: 0 20px 10px 30px;
    }
}

@media screen and (max-width: 750px)
{
    .order-delivery-item-name,
    .order-delivery-item-text,
    .order-delivery-item-cost {
        float: none;
        width: 100%;
    }

    .order-delivery-item-cost {
        padding: 0 20px 0 30px;
    }
}

@media screen and (max-width: 1000px)
{
    .order-address-left,
    .order-address-right,
    .order-address-wrap2 {
        float: none;
        width: 80%;
    }

    .order-address-wrap2 .page-form-label {
        width: 20%;
    }

    .order-address-wrap2 .page-form-textarea {
        width: 75%;
    }
}

@media screen and (max-width: 600px)
{
    .order-address-left,
    .order-address-right,
    .order-address-wrap2 {
        width: 100%;
    }

    .order-address .page-form-label {
        display: none;
    }

    .order-address .page-form-textbox,
    .order-address .page-form-textarea {
        width: 100%;
    }

    .order-address .page-form-info,
    .order-address .page-form-error {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .order-address-wrap1 .page-form-textbox {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .order-address-wrap1 .page-form-elem + .page-form-elem {
        padding: 0 0 0 10px;
    }

    .order-address .page-form-textbox::-webkit-input-placeholder,
    .order-address .page-form-textarea::-webkit-input-placeholder {
        color: #c0c0c0;
    }

    .order-address .page-form-textbox::-moz-placeholder,
    .order-address .page-form-textarea::-moz-placeholder {
        color: #c0c0c0;
    }
}

@media screen and (max-width: 1000px)
{
    .order-payment-list {
        float: none;
        width: 100%;
    }

    .order-payment .basket-prods-totals {
        float: left;
    }
}

@media screen and (max-width: 750px)
{
    .order-payment .basket-prods-totals {
        float: none;
        margin: 20px 0 0;
    }

    .basket-submit {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 600px)
{
    .order-payment-item {
        width: 125px;
    }

    .order-payment-item span {
        font-size: 12px;
    }
}

/* Modal delivery distribution-points */

@media screen and (max-width: 1000px) {
    .dialog-sdek-delivery-widget {
        width: 700px !important;
    }
}

@media screen and (max-width: 750px)
{
    .dialog-sdek-delivery-widget {
        width: 550px !important;
    }
}

@media screen and (max-width: 600px)
{
    .dialog-sdek-delivery-widget {
        width: 450px !important;
    }
}

@media screen and (max-width: 480px) {
    .dialog-sdek-delivery-widget {
        padding: 50px 15px;
        max-width: 320px !important;
        width: 100% !important;
    }

    .dialog-sdek-delivery-widget .ui-dialog-titlebar-close {
        right: -5px;
    }

    .dialog-sdek-delivery-widget .ui-dialog-title {
        font-size: 22px;
    }

    #sdek-delivery-widget {
        max-height: 80vh;
    }
}

@media screen and (max-width: 1200px) {
    .ui-autocomplete {
        width: 200px;
    }
}

/* Quiz */
@media screen and (max-width: 1000px) {
    .order-quiz .order-quiz-questions {
        flex-direction: column;
    }

    .order-quiz .order-quiz-question {
        width: 100%;
    }

    .order-quiz .order-quiz-question__name {
        min-height: auto;
        margin-bottom: 12px;
    }
}

/* End */


/* Start:/local/templates/paese/css/mobile/paydel.css?1600067657511*/
@media screen and (max-width: 1000px)
{
    .paydel-menu {
        margin-top: 0;
    }

    .paydel-menu-list {
        display: none;
    }

    .paydel-menu .page-menu {
        display: block;
    }
}

@media screen and (max-width: 750px)
{
    .paydel-item-image {
        width: 100%;
        margin: 0 0 20px;
    }

    .paydel-item-image + .paydel-item-wrap {
        width: 100%;
        padding-left: 0;
    }

    .paydel-item-name {
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/paese/css/mobile/reviews.css?1600067657203*/
@media screen and (max-width: 500px)
{
    .reviews-menu-item {
        padding: 0 20px 0 0;
    }

    .reviews-menu-item-text,
    .reviews-menu-item-link {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/paese/css/mobile/search.css?1600067657236*/
@media screen and (max-width: 1000px)
{
    .search-result .catalog-prods-item {
        width: 33.3333%;
    }
}

@media screen and (max-width: 750px)
{
    .search-result .catalog-prods-item {
        width: 50%;
    }
}

/* End */


/* Start:/local/templates/paese/css/mobile/static.css?1600067657134*/

@media screen and (max-width: 1000px)
{
    .page-menu + .static-content {
        float: none;
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/paese/css/mobile/user.css?16000676572262*/
/* Аторизация */

@media screen and (max-width: 600px) {
    .dialog-auth {
        width: 320px !important;
    }
}

/* Форма регистрации */

@media screen and (max-width: 600px)
{
    .signup-form--b2b .page-form-label {
        display: none;
    }

    .signup-form--b2b .page-form-textbox,
    .signup-form--b2b .page-form-textarea,
    .signup-form--b2b .page-form-select,
    .signup-form--b2b .page-form-file {
        width: 100%;
    }

    .signup-form--b2b .page-form-info,
    .signup-form--b2b .page-form-error {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .signup-form--b2b .page-form-textbox::-webkit-input-placeholder,
    .signup-form--b2b .page-form-textarea::-webkit-input-placeholder {
        color: #c0c0c0;
    }

    .signup-form--b2b .page-form-textbox::-moz-placeholder,
    .signup-form--b2b .page-form-textarea::-moz-placeholder {
        color: #c0c0c0;
    }

    .signup-content-image {
        width: 100%;
        text-align: center;
    }

    .signup-content-text {
        width: 100%;
    }
}

/* Данные пользователя */

@media screen and (max-width: 1000px)
{
    .data-form {
        float: none;
        margin: 40px auto;
    }
}

@media screen and (max-width: 600px)
{
    .data-form {
        max-width: 100%;
    }

    .data-form .page-form-label {
        display: none;
    }

    .data-form .page-form-textbox,
    .data-form .page-form-textarea,
    .data-form .page-form-select {
        width: 100%;
    }

    .data-form .page-form-info,
    .data-form .page-form-error,
    .data-form .page-form-addt {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .data-form .page-form-textbox::-webkit-input-placeholder,
    .data-form .page-form-textarea::-webkit-input-placeholder {
        color: #c0c0c0;
    }

    .data-form .page-form-textbox::-moz-placeholder,
    .data-form .page-form-textarea::-moz-placeholder {
        color: #c0c0c0;
    }
}

/* Reset password */

@media screen and (max-width: 320px){
    .reset-form .page-form-textbox, .reset-form .page-form-button {
        width: 100%;
    }
}
/* End */
/* /local/templates/paese/css/normalize.css?16000676577708 */
/* /local/templates/paese/css/font-awesome.css?160006765733305 */
/* /local/templates/paese/css/icons.css?16000676572841 */
/* /local/templates/paese/css/jreject.css?16000676571917 */
/* /local/templates/paese/css/jscrollpane.css?16000676571382 */
/* /local/templates/paese/css/jquery-ui.css?16000676571795 */
/* /local/templates/paese/css/colorbox.css?16000676574092 */
/* /local/templates/paese/js/slick/slick.css?16000676581776 */
/* /local/templates/paese/js/slick/slick-theme.css?16000676583145 */
/* /local/templates/paese/js/select2/css/select2.min.css?160006765814966 */
/* /local/templates/paese/css/desktop.css?160014682918726 */
/* /local/templates/paese/css/desktop/articles.css?16000676571713 */
/* /local/templates/paese/css/desktop/b2b-order.css?16000676578064 */
/* /local/templates/paese/css/desktop/biz.css?16000676577730 */
/* /local/templates/paese/css/desktop/catalog.css?160672292016202 */
/* /local/templates/paese/css/desktop/contacts.css?16000676571420 */
/* /local/templates/paese/css/desktop/footer.css?16000676573728 */
/* /local/templates/paese/css/desktop/header.css?160152174713275 */
/* /local/templates/paese/css/desktop/history.css?16000676572197 */
/* /local/templates/paese/css/desktop/main.css?16000676575538 */
/* /local/templates/paese/css/desktop/news.css?1600067657879 */
/* /local/templates/paese/css/desktop/order.css?161492208410658 */
/* /local/templates/paese/css/desktop/paydel.css?16000676571963 */
/* /local/templates/paese/css/desktop/reviews.css?1600067657700 */
/* /local/templates/paese/css/desktop/search.css?1600067657161 */
/* /local/templates/paese/css/desktop/static.css?1602229070255 */
/* /local/templates/paese/css/desktop/user.css?16000676573496 */
/* /local/templates/paese/css/mobile.css?16000676572869 */
/* /local/templates/paese/css/mobile/articles.css?1600067657895 */
/* /local/templates/paese/css/mobile/b2b-order.css?1600067657757 */
/* /local/templates/paese/css/mobile/biz.css?16000676573255 */
/* /local/templates/paese/css/mobile/catalog.css?160006765710053 */
/* /local/templates/paese/css/mobile/contacts.css?1600067657700 */
/* /local/templates/paese/css/mobile/footer.css?16000676571111 */
/* /local/templates/paese/css/mobile/header.css?16000676576884 */
/* /local/templates/paese/css/mobile/history.css?1600067657736 */
/* /local/templates/paese/css/mobile/main.css?16000676571963 */
/* /local/templates/paese/css/mobile/news.css?1600067657441 */
/* /local/templates/paese/css/mobile/order.css?16000676574822 */
/* /local/templates/paese/css/mobile/paydel.css?1600067657511 */
/* /local/templates/paese/css/mobile/reviews.css?1600067657203 */
/* /local/templates/paese/css/mobile/search.css?1600067657236 */
/* /local/templates/paese/css/mobile/static.css?1600067657134 */
/* /local/templates/paese/css/mobile/user.css?16000676572262 */
