@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }
/* Embedded content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Scripting
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }
/**
 * Add the correct display in IE.
 */
template {
  display: none; }
/* Hidden
 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }
/*! 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  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; }

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

td, th {
  padding: 0; }

.g-form-row-layout {
  font-size: 15px; }

.g-form-row-layout::after {
  content: '';
  display: table;
  clear: both; }

.g-form-row-layout[data-cols="2"], .g-form-row-layout[data-cols="3"] {
  white-space: nowrap;
  letter-spacing: -0.4em; }

.g-form-row-layout__col {
  white-space: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.g-form-row-layout__col--double {
  width: 50%; }

.g-form-row-layout__col--tripple {
  width: 33.333%; }

.g-form-row__subrow {
  position: relative; }

.g-form-row__subrow::after {
  display: table;
  clear: both;
  content: ''; }

.g-form-row--submit, .g-form-row--captcha {
  padding: 1.3333em 0.3333em 0.3333em; }

.g-form-field-wrap {
  min-width: 70px;
  float: left;
  position: relative; }

.g-form-field-wrap--hidden {
  display: none; }

.g-form-field-wrap--nofloat {
  float: none; }

.g-form-field {
  padding: 0.3333em;
  position: relative; }

.g-form-field::after {
  display: table;
  clear: both;
  content: ''; }

.g-form-field ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.g-form-field ul li {
  margin-top: 0.33333em; }

.g-form-field ul li:first-child {
  margin: 0; }

.g-form-field--title-pos-2, .g-form-field--title-pos-3 {
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.g-form-field--title-pos-2 .g-form-field__title, .g-form-field--title-pos-3 .g-form-field__title {
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle; }

.g-form-field--title-pos-2 .g-form-field__value, .g-form-field--title-pos-3 .g-form-field__value {
  display: table-cell;
  vertical-align: middle; }

.g-form-field--title-pos-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.g-form-field--title-pos-2 .g-form-field__value {
  padding-left: 10px; }

.g-form-field--title-pos-2 .g-form-control-checkbox__label, .g-form-field--title-pos-2 .g-form-control-radio__label {
  padding: 0; }

.g-form-field--title-pos-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  direction: rtl; }

.g-form-field--title-pos-3 .g-form-field__value {
  padding-right: 10px;
  direction: ltr; }

.g-form-field--title-pos-3 .g-form-field__title {
  direction: ltr; }

.g-form-field--vote-field {
  padding-left: 1em;
  padding-right: 1em; }

.g-form-field__title {
  font-size: 0.8667em;
  line-height: 1.2em;
  font-weight: bold;
  max-width: 100%;
  margin-bottom: 0.5385em;
  position: relative; }

.g-form-field__title label {
  float: left; }

.g-form-field__title--disabled {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-disabled%22%7D*/
  color: #979797;
  cursor: default; }

.g-form-field__title--error {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-error%22%7D*/
  color: #f00; }

.g-form-field__title::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  visibility: hidden;
  height: 0; }

.g-form-field__required-mark {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-error%22%7D*/
  color: #f00; }

.g-form-field__value {
  vertical-align: top;
  display: inline-block;
  position: relative;
  font-family: Arial, sans-serif;
  margin-bottom: 0.66667em;
  max-width: 100%;}

.g-form-field__error {
  position: absolute;
  top: -1px;
  left: 100%;
  content: attr(data-error);
  z-index: 5;
  display: none;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-error%22%7D*/
  color: #f00; }

.g-form-tpl-field__button {
  margin-left: 10px; }

.g-form-body {
  margin-bottom: 0.66667em; }

.g-form-body--dublicator {
  padding-top: 32px; }

.g-form-body--without-padding {
  padding-top: 0; }

.g-form-body--header {
  margin-bottom: 0; }

.g-form-body--header h2 {
  margin: 0; }

.g-form-body p:first-child {
  margin-top: 0; }

.g-form-body p:last-child {
  margin-bottom: 0; }

input[type=text][name=_cn], .g-form-control-text, .g-form-control-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  font-size: 14px;
  line-height: 1.2;
  outline: none;
  padding: 0.5em 0.71428em;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }

input[type=text][name=_cn]:focus, .g-form-control-text:focus, .g-form-control-textarea:focus {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20fade-out%28%24color-widgets%2C%20.4%29%22%7D*/
  border: 1px solid rgba(17, 85, 204, 0.6);
  -webkit-box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4); }

input[type=text][name=_cn] {
  display: inline-block;
  vertical-align: middle; }

.g-form-control-text, .g-form-control-textarea {
  width: 100%;
  display: block; }

.g-form-control-text ::-webkit-input-placeholder, .g-form-control-textarea ::-webkit-input-placeholder {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-border%22%7D*/
  color: #c5c5c5; }

.g-form-control-text :-ms-input-placeholder, .g-form-control-textarea :-ms-input-placeholder {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-border%22%7D*/
  color: #c5c5c5; }

.g-form-control-text ::-ms-input-placeholder, .g-form-control-textarea ::-ms-input-placeholder {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-border%22%7D*/
  color: #c5c5c5; }

.g-form-control-text ::placeholder, .g-form-control-textarea ::placeholder {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-border%22%7D*/
  color: #c5c5c5; }

.g-form-control-text--error, .g-form-control-textarea--error {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-error%20%21important%22%7D*/
  border-color: #f00; }

.g-form-control-text--error:focus, .g-form-control-textarea--error:focus {
  -webkit-box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.4); }

.g-form-control-text[disabled], .g-form-control-text--disabled, .g-form-control-textarea[disabled], .g-form-control-textarea--disabled {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%24color-fill%20%21important%22%7D*/
  background: #f3f3f3;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-border%20%21important%22%7D*/
  border-color: #c5c5c5;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none; }

.g-form-control-select--hide {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  position: absolute; }

.g-form-control-select--error + .chosen-container a.chosen-single, .g-form-control-select--error + .chosen-container-multi .chosen-choices {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-error%20%21important%22%7D*/
  border-color: #f00; }

.g-form-control-select + .chosen-container {
  display: block; }

.g-form-control-select + .chosen-container a.chosen-single {
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  display: inline-block;
  padding: 8px 10px;
  height: 32px;
  cursor: pointer;
  color: #424242;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.g-form-control-select + .chosen-container a.chosen-single span {
  line-height: normal;
  font-size: 14px;
  font-family: Arial, sans-serif; }

.g-form-control-select + .chosen-container a.chosen-single:hover {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%24color-fill%22%7D*/
  background: #f3f3f3;
  color: #424242;
  text-decoration: none;
  background: #fff;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20fade-out%28%24color-widgets%2C%200.4%29%22%7D*/
  border: 1px solid rgba(17, 85, 204, 0.6);
  -webkit-box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  border-radius: 4px; }

.g-form-control-select + .chosen-container a.chosen-single > div {
  position: absolute;
  right: 12px;
  top: 14px;
  width: 8px;
  height: 6px; }

.g-form-control-select + .chosen-container a.chosen-single > div b {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-widgets%20transparent%20transparent%20transparent%22%7D*/
  border-color: #15c transparent transparent transparent; }

.g-form-control-select + .chosen-container.chosen-container-active a.chosen-single {
  background: #fff;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15); }

.g-form-control-select + .chosen-container.chosen-with-drop a.chosen-single {
  background: #fff;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15); }

.g-form-control-select + .chosen-container.chosen-with-drop .chosen-drop {
  overflow: hidden;
  min-width: 210px;
  background: #fff;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 0; }

.g-form-control-select + .chosen-container.chosen-with-drop .chosen-drop .chosen-results {
  padding: 3px 0;
  margin: 0; }

.g-form-control-select + .chosen-container.chosen-with-drop .chosen-drop .chosen-results li {
  font-family: Arial, sans-serif;
  font-size: 14px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  line-height: 1.2;
  padding: 5px 14px;
  margin: 2px 0; }

.g-form-control-select + .chosen-container.chosen-with-drop .chosen-drop .chosen-results li:first-child {
  color: #bbb; }

.g-form-control-select + .chosen-container.chosen-with-drop .chosen-drop .chosen-results li.highlighted, .g-form-control-select + .chosen-container.chosen-with-drop .chosen-drop .chosen-results li.result-selected {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  background: #15c;
  color: #fff; }

.g-form-control-select + .chosen-container.chosen-with-drop .chosen-drop .chosen-results li.group-option {
  padding-left: 35px; }

.g-form-control-select + .chosen-container.chosen-with-drop .chosen-drop .chosen-results li.group-result {
  font-weight: bold; }

.g-form-control-select + .chosen-container.chosen-with-drop .chosen-drop .chosen-results li .opt-status {
  display: none; }

.g-form-control-select + .chosen-container-multi.chosen-container-active .chosen-choices {
  background: #fff;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20fade-out%28%24color-widgets%2C%200.4%29%20%21important%22%7D*/
  border: 1px solid rgba(17, 85, 204, 0.6);
  -webkit-box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  border-radius: 4px; }

.g-form-control-select + .chosen-container-multi.chosen-container-active .chosen-choices li.search-field {
  line-height: 0;
  font-size: 0; }

.g-form-control-select + .chosen-container-multi.chosen-container-active .chosen-choices li.search-choice + li.search-field {
  position: absolute;
  right: 1px;
  bottom: 3px; }

.g-form-control-select + .chosen-container-multi.chosen-container-active .chosen-choices li.search-choice + li.search-field:after {
  right: 12px; }

.g-form-control-select + .chosen-container-multi .chosen-choices {
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  min-height: 32px;
  padding-left: 9px;
  background: #fff;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding-right: 25px; }

.g-form-control-select + .chosen-container-multi .chosen-choices .search-field:first-child {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  font-family: Arial, sans-serif; }

.g-form-control-select + .chosen-container-multi .chosen-choices .search-field:first-child input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 22px;
  margin: 0;
  padding: 7px 0 7px 0;
  height: 30px;
  color: #424242;
  cursor: pointer; }

.g-form-control-select + .chosen-container-multi .chosen-choices li.search-choice {
  margin: 2px 0;
  display: inline-block;
  float: none;
  border: none;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%24color-fill%22%7D*/
  background: #f3f3f3;
  font-size: 12px;
  line-height: 14px;
  border-radius: 10;
  padding: 4px 22px 4px 8px; }

.g-form-control-select + .chosen-container-multi .chosen-choices li.search-choice:first-child {
  margin-top: 3px; }

.g-form-control-select + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  height: 8px;
  width: 8px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%288px%2C%208px%2C%20%27%3Cpath%20fill%3D%5C%22%23787878%5C%22%20d%3D%5C%22M8%2C1%20L7%2C0%20L4%2C3%20L1%2C0%20L0%2C1%20L3%2C4%20L0%2C7%20L1%2C8%20L4%2C5%20L7%2C8%20L8%2C7%20L5%2C4%20L8%2C1%20Z%5C%22/%3E%27%29%20left%20top%20no-repeat%20%21important%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%208%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23787878%22%20d%3D%22M8%2C1%20L7%2C0%20L4%2C3%20L1%2C0%20L0%2C1%20L3%2C4%20L0%2C7%20L1%2C8%20L4%2C5%20L7%2C8%20L8%2C7%20L5%2C4%20L8%2C1%20Z%22%2F%3E%3C%2Fsvg%3E") left top no-repeat;
  top: 7px;
  right: 7px; }

.g-form-control-select + .chosen-container-multi .chosen-choices li.search-choice + li.search-field {
  position: absolute;
  right: 1px;
  bottom: 3px; }

.g-form-control-select + .chosen-container-multi .chosen-choices li.search-choice + li.search-field:after {
  right: 12px; }

.g-form-control-select + .chosen-container-multi .chosen-choices li.search-field {
  position: relative;
  float: right; }

.g-form-control-select + .chosen-container-multi .chosen-choices li.search-field:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-widgets%20transparent%20transparent%20transparent%22%7D*/
  border-color: #15c transparent transparent transparent;
  position: absolute;
  top: 14px;
  right: -12px; }

.g-form-control-select + .chosen-container-multi.chosen-with-drop .chosen-drop .chosen-results li {
  padding: 5px 14px;
  margin: 2px 0; }

.g-form-control-select + .chosen-container-multi.chosen-with-drop .chosen-drop .chosen-results li:first-child {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848; }

.g-form-control-select + .chosen-container-multi.chosen-with-drop .chosen-drop .chosen-results li.highlighted {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  background: #15c;
  color: #fff; }

.g-form-control-select + .chosen-container-multi.chosen-with-drop .chosen-drop .chosen-results li.result-selected {
  display: none; }

.g-form-control-select + .chosen-container-multi.chosen-with-drop .chosen-drop .chosen-results li:hover .opt-status {
  background: #fff;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20fade-out%28%24color-widgets%2C%200.4%29%22%7D*/
  border: 1px solid rgba(17, 85, 204, 0.6);
  -webkit-box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4); }

.g-form-control-select + .chosen-container-multi.chosen-with-drop .chosen-drop .chosen-results li.result-selected .opt-status {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%289px%2C%207px%2C%20%27%3Cpath%20fill%3D%5C%22%23fff%5C%22%20d%3D%5C%22M1.2%2C2.3L3.4%204.6%207.8%200%209%201.2%203.4%207%200%203.5%20z%5C%22/%3E%27%29%20center%20center%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.2%2C2.3L3.4%204.6%207.8%200%209%201.2%203.4%207%200%203.5%20z%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  background-color: #15c;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  border-color: #15c; }

.g-form-control-select + .chosen-container-multi.chosen-with-drop .chosen-drop .chosen-results li.result-selected .opt-status:hover {
  -webkit-box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4); }

.g-form-control-select + .chosen-container-multi.chosen-with-drop .chosen-drop .chosen-results li .opt-status {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  cursor: pointer;
  background: #fff;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px; }

.g-form-control-select--inline {
  display: none; }

.g-form-control-select--inline + .chosen-container {
  display: inline-block;
  width: 150px; }

.g-form-control-checkbox, .g-form-control-radio {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer; }

.g-form-control-checkbox input, .g-form-control-radio input {
  opacity: 0;
  position: absolute; }

.g-form-control-checkbox:hover .g-form-control-checkbox__input, .g-form-control-checkbox:hover .g-form-control-radio__input, .g-form-control-radio:hover .g-form-control-checkbox__input, .g-form-control-radio:hover .g-form-control-radio__input {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22fade-out%28%24color-widgets%2C%200.4%29%22%7D*/
  border-color: rgba(17, 85, 204, 0.6);
  -webkit-box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4); }

.g-form-control-checkbox--vote-field, .g-form-control-radio--vote-field {
  margin-bottom: 1em; }

.g-form-control-checkbox__label, .g-form-control-radio__label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 0 24px; }

.g-form-control-checkbox__label--error, .g-form-control-radio__label--error {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-error%22%7D*/
  color: #f00; }

.g-form-control-checkbox__input, .g-form-control-radio__input {
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }

.g-form-control-checkbox--single {
  font-weight: bold; }

.g-form-control-checkbox--single .g-form-control-checkbox__input {
  position: relative; }

.g-form-control-checkbox--single .g-form-control-checkbox__label {
  font-size: 13px;
  line-height: 14px; }

.g-form-field--title-pos-2 .g-form-control-checkbox--single .g-form-control-checkbox__input {
  float: right;
  margin-left: 10px; }

.g-form-field--title-pos-2 .g-form-control-checkbox--single .g-form-control-checkbox__label {
  float: left; }

.g-form-field--title-pos-3 .g-form-control-checkbox--single .g-form-control-checkbox__input {
  float: left;
  margin-right: 10px; }

.g-form-field--title-pos-3 .g-form-control-checkbox--single .g-form-control-checkbox__label {
  float: right;
  padding-left: 0; }

.g-form-control-checkbox__input {
  border-radius: 3px; }

.g-form-control-radio__input {
  border-radius: 50%;
  padding: 3px; }

.g-form-control-group--inline {
  margin-top: 7px; }

.g-form-control-group--inline > li {
  display: inline-block;
  vertical-align: top; }

.g-form-control-group--inline li:first-child {
  margin-top: 0.33333em; }

.g-form-control-group--inline > li + li {
  padding-left: 5px; }

.g-form-control-checkbox input[type=checkbox]:checked ~ .g-form-control-checkbox__input {
  -webkit-box-shadow: none;
  box-shadow: none;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  border-color: #15c;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%289px%2C%207px%2C%20%27%3Cpath%20fill%3D%5C%22%23fff%5C%22%20d%3D%5C%22M1.2%2C2.3L3.4%204.6%207.8%200%209%201.2%203.4%207%200%203.5%20z%5C%22/%3E%27%29%20no-repeat%2050%25%2050%25%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.2%2C2.3L3.4%204.6%207.8%200%209%201.2%203.4%207%200%203.5%20z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  background-color: #15c; }

.g-form-control-checkbox input[disabled] ~ .g-form-control-checkbox__input, .g-form-control-radio input[disabled] ~ .g-form-control-radio__input {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22%24color-fill%20%21important%22%7D*/
  background-color: #f3f3f3;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-border%20%21important%22%7D*/
  border-color: #c5c5c5;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default; }

.g-form-control-checkbox input[disabled]:not([checked]) ~ .g-form-control-checkbox__label, .g-form-control-radio input[disabled]:not([checked]) ~ .g-form-control-radio__label {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-disabled%22%7D*/
  color: #979797;
  cursor: default; }

.g-form-control-checkbox input[disabled]:checked ~ .g-form-control-checkbox__input, .g-form-control-radio input[disabled]:checked ~ .g-form-control-radio__input {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22%24color-border%20%21important%22%7D*/
  background-color: #c5c5c5;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-border%20%21important%22%7D*/
  border-color: #c5c5c5; }

.g-form-control-checkbox input[disabled]:checked ~ .g-form-control-checkbox__label, .g-form-control-radio input[disabled]:checked ~ .g-form-control-radio__label {
  cursor: default; }

.g-form-field__hint {
  background: #fff2c1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  line-height: 15px;
  padding: 8px 14px;
  margin-bottom: 15px;
  display: inline-block;
  white-space: nowrap;
  min-height: 14px; }

.g-form-field__hint--error {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-error%22%7D*/
  border-color: #f00;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-error%22%7D*/
  color: #f00; }

.g-form-field__hint--error:before {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-error%20%21important%22%7D*/
  border-color: #f00; }

.g-form-field__hint--wide {
  display: block; }

.g-form-field__hint--centered {
  text-align: center; }

.g-form-field__hint--with-arrow {
  position: relative; }

.g-form-field__hint--with-arrow::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 10px;
  width: 10px;
  height: 10px;
  font-size: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff2c1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.g-form-field__hint--popup {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 15;
  margin: -16px 0 0 10px; }

.g-form-control-calendar {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle; }

.g-form-control-calendar .ui-datepicker-trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  line-height: 0;
  font-size: 0;
  outline: none;
  cursor: pointer; }

.g-form-control-calendar .ui-datepicker-trigger:before {
  z-index: 0;
  content: '';
  position: absolute;
  top: 4px;
  right: 6px;
  height: 24px;
  width: 24px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2822px%2C%2018px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-widgets%7D%5C%22%20d%3D%5C%22M20%2C18H2c-1.1%2C0-2-0.9-2-2V2c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2v14C22%2C17.1%2C21.1%2C18%2C20%2C18z%20M8%2C1H5v1h3V1zM17%2C1h-3v1h3V1z%20M21%2C5H1v10.5C1%2C16.3%2C1.7%2C17%2C2.5%2C17h17c0.8%2C0%2C1.5-0.7%2C1.5-1.5V5z%20M16%2C12h2v2h-2V12z%20M16%2C9h2v2h-2V9z%20M13%2C12h2v2h-2V12z%20M13%2C9h2v2h-2V9z%20M10%2C12h2v2h-2V12z%20M10%2C9h2v2h-2V9z%20M7%2C12h2v2H7V12z%20M7%2C9h2v2H7V9z%20M4%2C12h2v2H4V12z%20M4%2C9h2v2H4V9z%5C%22/%3E%27%29%2050%25%2050%25%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2222px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2022%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2315c%22%20d%3D%22M20%2C18H2c-1.1%2C0-2-0.9-2-2V2c0-1.1%2C0.9-2%2C2-2h18c1.1%2C0%2C2%2C0.9%2C2%2C2v14C22%2C17.1%2C21.1%2C18%2C20%2C18z%20M8%2C1H5v1h3V1zM17%2C1h-3v1h3V1z%20M21%2C5H1v10.5C1%2C16.3%2C1.7%2C17%2C2.5%2C17h17c0.8%2C0%2C1.5-0.7%2C1.5-1.5V5z%20M16%2C12h2v2h-2V12z%20M16%2C9h2v2h-2V9z%20M13%2C12h2v2h-2V12z%20M13%2C9h2v2h-2V9z%20M10%2C12h2v2h-2V12z%20M10%2C9h2v2h-2V9z%20M7%2C12h2v2H7V12z%20M7%2C9h2v2H7V9z%20M4%2C12h2v2H4V12z%20M4%2C9h2v2H4V9z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }

.g-form-control-calendar--view2 {
  width: 140px;
  margin-bottom: 0; }

.g-form-control-calendar--view2::after {
  position: absolute;
  top: 11px;
  left: 40px;
  content: attr(data-title);
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-link%22%7D*/
  color: #15c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  pointer-events: none; }

.g-form-control-calendar--view2 .g-form-init-calendar {
  padding: 9px 14px 9px 40px; }

.g-form-control-calendar--view2 .ui-datepicker-trigger::before {
  top: 6px;
  right: auto;
  left: 8px; }

#ui-datepicker-div.ui-datepicker {
  padding: 10px;
  width: auto;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20fade-out%28%24color-widgets%2C%200.4%29%22%7D*/
  border: 1px solid rgba(17, 85, 204, 0.6);
  -webkit-box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.15);
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.15); }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  height: 26px;
  margin-bottom: 10px; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  background: #fff;
  height: 24px;
  width: 24px;
  top: 4px; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span.ui-icon, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next span.ui-icon {
  display: none; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  left: 50%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22transparent%20%24color-border%20transparent%20transparent%22%7D*/
  border-color: transparent #c5c5c5 transparent transparent;
  margin-top: -6px;
  margin-left: -3px; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  margin-top: -8px;
  margin-left: -2px; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  left: 2px;
  background: none;
  top: 4px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22fade-out%28%24color-widgets%2C%200.4%29%22%7D*/
  border-color: rgba(17, 85, 204, 0.6); }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:before {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22transparent%20%24color-widgets%20transparent%20transparent%22%7D*/
  border-color: transparent #15c transparent transparent; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  left: 50%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22transparent%20transparent%20transparent%20%24color-border%22%7D*/
  border-color: transparent transparent transparent #c5c5c5;
  margin-top: -6px;
  margin-left: -2px; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  margin-top: -8px;
  margin-left: -5px; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  right: 2px; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:hover {
  background: none;
  top: 4px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22fade-out%28%24color-widgets%2C%200.4%29%22%7D*/
  border-color: rgba(17, 85, 204, 0.6); }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:hover:before {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22transparent%20transparent%20transparent%20%24color-widgets%22%7D*/
  border-color: transparent transparent transparent #15c; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font: bold 13px Arial, sans-serif;
  line-height: 26px; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: auto;
  height: 26px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  background: #fff; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month + .ui-datepicker-year {
  margin-left: 4px; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 10px; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr th {
  font: bold 11px Arial, sans-serif;
  line-height: 24px;
  background: #f5f5f5;
  color: #333;
  padding: 0 8px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr th:first-child {
  padding-left: 10px; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default {
  border-radius: 2px;
  background: none;
  text-align: center;
  font: 13px Arial, sans-serif;
  line-height: 24px;
  width: 30px;
  height: 24px;
  padding: 0;
  display: inline-block;
  border-color: transparent; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default:hover, #ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-active {
  border-color: #d3d3d3; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-active {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  border-color: #15c;
  font-weight: bold;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  color: #15c; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-highlight {
  border-color: #d3d3d3;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  color: #15c; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-unselectable.ui-state-disabled {
  font: 13px Arial, sans-serif;
  line-height: 24px;
  width: 30px;
  height: 24px;
  padding: 0; }

#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
  border-radius: 2px;
  border-color: transparent;
  background: none;
  font: 13px Arial, sans-serif;
  line-height: 24px;
  width: 30px;
  height: 24px;
  padding: 0;
  display: inline-block;
  text-align: center; }

.g-form-captcha {
  position: relative;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%24color-fill%22%7D*/
  background: #f3f3f3;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  display: inline-block;
  padding: 14px 14px 10px 14px; }

.g-form-captcha__name {
  margin-bottom: 7px;
  font-size: 16px; }

.g-form-error {
  text-align: center;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-error%22%7D*/
  color: #f00;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-error%22%7D*/
  border: 1px solid #f00;
  padding: 10px;
  font-size: 14px;
  margin: 10px 5px; }

.mgCaptcha-block {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.upload-button object {
  vertical-align: middle;
  margin-right: 12px; }

.g-form-field .upload-progress {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 10px; }

.g-form-field .progressWrapper {
  padding: 8px 0 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.g-form-field .progressWrapper:first-child {
  padding-top: 0;
  border-top: none; }

.g-form-field .progressWrapper:last-child {
  padding-bottom: 0; }

.g-form-field .progressName {
  font-size: 0.7em;
  font-weight: 700;
  color: #555;
  width: 323px;
  height: 18px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden; }

.g-form-field .progressBarStatus {
  margin-top: 2px;
  width: 337px;
  font-size: 0.6em;
  font-family: Arial;
  text-align: left;
  white-space: nowrap; }

.g-form-field .upload-count {
  font-size: 0.6em; }

.g-form-field .progressCancel {
  font-size: 0;
  display: block;
  height: 14px;
  width: 14px;
  float: right;
  text-align: center;
  text-decoration: none;
  background-color: #f00; }

.g-form-field .progressCancel::after {
  content: "\D7";
  line-height: 14px;
  font-size: 17px;
  color: #fff; }

.g-form-field .progressBarInProgress, .g-form-field .progressBarComplete, .g-form-field .progressBarError {
  font-size: 0;
  width: 0%;
  height: 2px;
  background-color: #00f;
  margin-top: 2px; }

body {
  overflow-x: visible; }

.g-tooltip {
  cursor: help;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  -webkit-tap-highlight-color: transparent; }

.g-tooltip--help {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-grey%22%7D*/
  color: #808080;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-grey%22%7D*/
  border: 1px solid #808080;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  background: #fff url(/g/templates/pages/2016//assets/1cce672c72b94f7f11a692a8be36a3ff.svg) 50% 50% no-repeat; }

.g-tooltip--info {
  width: 1.33333em;
  height: 1.33333em;
  background: url(/g/templates/pages/2016//assets/461b0096f0b156f29518752b02edf51d.svg) 50% 50% no-repeat;
  background-size: 1.33333em 1.33333em; }

.g-tooltip--form {
  margin-left: 5px; }

.g-tooltip--middle {
  vertical-align: middle; }

.g-tooltip-msg {
  padding: 10px 14px;
  text-align: left;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  border-radius: 4px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22%24color-note%22%7D*/
  background-color: #fdf8bc;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  line-height: 18px;
  min-width: 230px;
  max-width: 500px; }

.g-button {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.35714em;
  cursor: pointer;
  text-decoration: none;
  border: 0.07143em solid;
  border-radius: 0.28571em;
  outline: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: none;
  box-shadow: none; }

.g-button:hover {
  text-shadow: none;
  box-shadow: none; }

.g-button svg {
  fill: #333; }

.g-button:hover svg {
  fill: #fff; }

.g-button.g-button--invert {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

.g-button.g-button--invert.g-button--disabled, .g-button.g-button--invert.g-button--disabled:hover, .g-button.g-button--invert.g-button--disabled:active, .g-button.g-button--disabled, .g-button.g-button--disabled:hover, .g-button.g-button--disabled:active {
  cursor: default;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-disabled%20%21important%22%7D*/
  color: #979797;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-border%20%21important%22%7D*/
  border-color: #c5c5c5;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%24color-fill%20%21important%22%7D*/
  background: #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

.g-button--dublicator {
  padding: 0.5em 0.6428em; }

.g-button--middle {
  vertical-align: middle; }

.g-button--arr-right::after, .g-button--arr-left::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9286em;
  height: 0.7857em;
  margin-top: -0.3571em;
  content: ""; }
/*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22variable%22%2C%22code%22%3A%22%24color-arr-helper%3A%20contrast%28%24color-widgets%2C%20%24color-text-dark%2C%20%24color-text-light%29%22%2C%22name%22%3A%22%24color-arr-helper%22%2C%22value%22%3A%22contrast%28%24color-widgets%2C%20%24color-text-dark%2C%20%24color-text-light%29%22%7D*/
.g-button.g-button--arr-right {
  padding: 0.5em 2.3571em 0.5em 1.1428em; }

.g-button.g-button--arr-right::after {
  right: 0.7143em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-arr-helper%7D%5C%22%20d%3D%5C%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-button.g-button--arr-left {
  padding: 0.5em 1.1428em 0.5em 2.3571em; }

.g-button.g-button--arr-left::after {
  left: 10px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-arr-helper%7D%5C%22%20d%3D%5C%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-button--invert.g-button--arr-right::after {
  right: 0.7143em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-widgets%7D%5C%22%20d%3D%5C%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2315c%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-button--invert.g-button--arr-left::after {
  left: 0.7143em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-widgets%7D%5C%22%20d%3D%5C%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2315c%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-button--invert.g-button--arr-right:hover::after, .g-button--invert.g-button--arr-right:active::after {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-arr-helper%7D%5C%22%20d%3D%5C%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-button--invert.g-button--arr-left:hover::after, .g-button--invert.g-button--arr-left:active::after {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-arr-helper%7D%5C%22%20d%3D%5C%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-button--disabled.g-button--arr-right::after {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-disabled%7D%5C%22%20d%3D%5C%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%20%21important%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23979797%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-button--disabled.g-button--arr-left::after {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-disabled%7D%5C%22%20d%3D%5C%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%20%21important%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23979797%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-button--arr-right::after, .g-button--arr-left::after, .g-button--disabled.g-button--arr-left::after, .g-button--disabled.g-button--arr-right::after {
  background-size: cover; }

.g-button--back {
  margin-top: 3.33333em;
  margin-left: 0.73333em; }

.g-button--vote-back {
  margin-top: 1.33333em; }

.g-pagination {
  font-size: 15px;
  letter-spacing: -0.4em;
  margin: 3.33333em 0 0 0; }

.g-pagination__dots, .g-pagination__item {
  display: inline-block;
  margin: 10px 0.1333em;
  vertical-align: bottom; }

.g-pagination__dots {
  min-height: 1.8667em;
  width: 19px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2815px%2C%209px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-border%7D%5C%22%20d%3D%5C%22M13.656%2C3.000%20C12.879%2C3.000%2012.249%2C2.328%2012.249%2C1.500%20C12.249%2C0.672%2012.879%2C-0.000%2013.656%2C-0.000%20C14.432%2C-0.000%2015.062%2C0.672%2015.062%2C1.500%20C15.062%2C2.328%2014.432%2C3.000%2013.656%2C3.000%20ZM7.562%2C3.000%20C6.734%2C3.000%206.062%2C2.328%206.062%2C1.500%20C6.062%2C0.672%206.734%2C-0.000%207.562%2C-0.000%20C8.390%2C-0.000%209.062%2C0.672%209.062%2C1.500%20C9.062%2C2.328%208.390%2C3.000%207.562%2C3.000%20ZM1.406%2C3.000%20C0.629%2C3.000%20-0.000%2C2.328%20-0.000%2C1.500%20C-0.000%2C0.672%200.629%2C-0.000%201.406%2C-0.000%20C2.182%2C-0.000%202.812%2C0.672%202.812%2C1.500%20C2.812%2C2.328%202.182%2C3.000%201.406%2C3.000%20Z%5C%22/%3E%27%29%2050%25%20100%25%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%2015%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c5c5c5%22%20d%3D%22M13.656%2C3.000%20C12.879%2C3.000%2012.249%2C2.328%2012.249%2C1.500%20C12.249%2C0.672%2012.879%2C-0.000%2013.656%2C-0.000%20C14.432%2C-0.000%2015.062%2C0.672%2015.062%2C1.500%20C15.062%2C2.328%2014.432%2C3.000%2013.656%2C3.000%20ZM7.562%2C3.000%20C6.734%2C3.000%206.062%2C2.328%206.062%2C1.500%20C6.062%2C0.672%206.734%2C-0.000%207.562%2C-0.000%20C8.390%2C-0.000%209.062%2C0.672%209.062%2C1.500%20C9.062%2C2.328%208.390%2C3.000%207.562%2C3.000%20ZM1.406%2C3.000%20C0.629%2C3.000%20-0.000%2C2.328%20-0.000%2C1.500%20C-0.000%2C0.672%200.629%2C-0.000%201.406%2C-0.000%20C2.182%2C-0.000%202.812%2C0.672%202.812%2C1.500%20C2.812%2C2.328%202.182%2C3.000%201.406%2C3.000%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 100% no-repeat; }

.g-pagination__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3571em 0.6428em;
  text-decoration: none;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  font-size: 0.9333em;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: normal;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22contrast%28%24color-widgets%2C%20%24color-text-dark%2C%20%24color-text-light%29%22%7D*/
  background: white; }

.g-pagination__item--prev {
  margin-right: 1.4286em;
  padding: 0.3571em 0 0.3571em 0.6428em; }

.g-pagination__item--next {
  margin-left: 1.4286em; }

.g-pagination__item--prev::after {
  margin: 0 0.6923em 0.1538em 0;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-text%7D%5C%22%20d%3D%5C%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23484848%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-pagination__item--next::after {
  margin: 0 0 0.1538em 0.6923em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-text%7D%5C%22%20d%3D%5C%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23484848%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-pagination__item:hover {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  color: #15c;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22fade-out%28%24color-widgets%2C%200.6%29%22%7D*/
  border-color: rgba(17, 85, 204, 0.4); }

.g-pagination__item--prev:hover::after {
  margin: 0 0.6923em 0.1538em 0;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-widgets%7D%5C%22%20d%3D%5C%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2315c%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-pagination__item--next:hover::after {
  margin: 0 0 0.1538em 0.6923em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2813px%2C%2011px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-widgets%7D%5C%22%20d%3D%5C%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%5C%22/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2315c%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.g-pagination__item--active {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22contrast%28%24color-widgets%2C%20%24color-text-dark%2C%20%24color-text-light%29%20%21important%22%7D*/
  color: white;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22%24color-widgets%20%21important%22%7D*/
  border-color: #15c;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22%24color-widgets%20%21important%22%7D*/
  background-color: #15c; }

.g-pagination__item--prev::after, .g-pagination__item--next::after {
  display: inline-block;
  width: 0.9286em;
  height: 0.7857em;
  margin-bottom: 2px;
  content: '';
  vertical-align: middle;
  background-size: cover; }

.g-comment {
  position: relative;
  padding: 1em 1.2em;
  margin-top: 2em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-grey-lighter%22%7D*/
  border: 1px solid gainsboro;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 0.26667em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22lighten%28%24color-border%2C%2020%25%29%22%7D*/
  background-color: #f8f8f8; }

.g-header + .g-comment {
  margin-top: 0; }

.g-comment--even {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22lighten%28%24color-border%2C%2013%25%29%22%7D*/
  background-color: #e6e6e6; }

.g-comment--arrow::before, .g-comment--arrow::after {
  position: absolute;
  bottom: 100%;
  content: ""; }

.g-comment--arrow::before {
  left: 1.2em;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22variable%22%2C%22code%22%3A%22%24b_w%3A%20%24width/2%22%2C%22name%22%3A%22%24b_w%22%2C%22value%22%3A%22%24width/2%22%7D*/
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22variable%22%2C%22code%22%3A%22%24b_h%3A%20%24height/2%22%2C%22name%22%3A%22%24b_h%22%2C%22value%22%3A%22%24height/2%22%7D*/
  border-width: 0 0.4em 0.46667em 0.4em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-bottom-color%22%2C%22value%22%3A%22%24color%22%7D*/
  border-bottom-color: gainsboro; }

.g-comment--arrow::after {
  left: 1.26667em;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22variable%22%2C%22code%22%3A%22%24b_w%3A%20%24width/2%22%2C%22name%22%3A%22%24b_w%22%2C%22value%22%3A%22%24width/2%22%7D*/
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22variable%22%2C%22code%22%3A%22%24b_h%3A%20%24height/2%22%2C%22name%22%3A%22%24b_h%22%2C%22value%22%3A%22%24height/2%22%7D*/
  border-width: 0 0.33333em 0.4em 0.33333em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-bottom-color%22%2C%22value%22%3A%22%24color%22%7D*/
  border-bottom-color: #f8f8f8; }

.g-comment--reply {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20blend-normal%28rgba%28%24color-widgets%2C%20.25%29%2C%20%23fff%29%22%7D*/
  border: 1px solid #c4d5f2;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22blend-normal%28rgba%28%24color-widgets%2C%20.1%29%2C%20%23fff%29%22%7D*/
  background-color: #e7eefa; }

.g-comment--reply::before {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-bottom-color%22%2C%22value%22%3A%22blend-normal%28rgba%28%24color-widgets%2C%20.25%29%2C%20%23fff%29%22%7D*/
  border-bottom-color: #c4d5f2; }

.g-comment--reply::after {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-bottom-color%22%2C%22value%22%3A%22blend-normal%28rgba%28%24color-widgets%2C%20.1%29%2C%20%23fff%29%22%7D*/
  border-bottom-color: #e7eefa; }

.g-comment:first-child {
  margin: 0; }

.g-comment--reply {
  margin-top: 1.2em;
  margin-bottom: 2.66667em;
  margin-left: 2em; }

.g-comment__panel {
  font-size: 0; }

.g-comment__author {
  display: inline-block;
  margin-right: 0.76923em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  font-size: 14px;
  font-weight: bold; }

.g-comment__author--reply {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-link%22%7D*/
  color: #15c; }

.g-comment__date {
  display: inline-block;
  margin-right: 0.76923em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22lighten%28%24color-text%2C%2022.8%25%29%22%7D*/
  color: #828282;
  font-size: 13px;
  text-transform: lowercase; }

.g-comment__controls {
  font-size: 13px;
  padding: 0.76923em; }

.g-comment__text {
  margin-top: 8px; }

.g-comment__form {
  margin-top: 1.73333em; }

.g-comment__textarea {
  margin: 30px 0 10px; }

.g-comment__textarea-title {
  margin-bottom: 4px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  font-size: 0.8667em;
  font-weight: bold; }

.g-comment__rating {
  margin-right: 10px; }

.g-header {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.3; }

.g-header--h1 {
  font-size: 1.73333em;
  margin: 0.76923em 0 0.92308em; }

.g-header--h1 .g-header__link {
  margin-left: 0.42308em;
  font-size: 0.5em; }

.g-header--h2 {
  font-size: 1.46667em;
  margin: 0.90909em 0; }

.g-header--h2 .g-header__link {
  margin-left: 0.5em;
  font-size: 0.59091em; }

.g-header--h3 {
  font-size: 1.33333em;
  margin: 1em 0; }

.g-header--h4 {
  font-size: 1.2em;
  margin: 1.11111em 0; }
/*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22variable%22%2C%22code%22%3A%22%24color-note%3A%20%23fff2c1%22%2C%22name%22%3A%22%24color-note%22%2C%22value%22%3A%22%23fff2c1%22%2C%22main%22%3Atrue%7D*/
.g-notice {
  padding: 0.7692em 1.0769em;
  border-radius: 4px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22%24color-note%22%7D*/
  background-color: #fff2c1;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 1.4em;
  margin: 0.7em 0;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848; }

.g-notice--indents {
  margin: 40px 0; }

.g-notice--plain {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

.g-auth__sideleft {
  float: left;
  width: 17.33333em;
  margin-right: 4em; }

.g-auth__sideright, .g-auth__left-container {
  display: table; }

.g-auth__sideright:after, .g-auth__left-container:after {
  content: ". .";
  display: block;
  font-size: 0.05em;
  height: 0;
  line-height: 0.05em;
  overflow: hidden;
  word-spacing: 99in; }

.g-auth__right-container {
  float: right; }

.g-auth__left-container {
  padding-right: 0.66667em; }

.g-auth__row {
  margin: 0 0 1.33333em;
  padding: 0; }

.g-clear {
  clear: both;
  height: 0; }

.g-clear-self::after {
  display: block;
  clear: both;
  height: 0;
  content: ""; }

.g-verticalMiddle {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  visibility: hidden; }

.g-overflow-hidden {
  overflow: hidden; }

.g-row {
  margin: 1em 0; }

.g-panel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.6666em;
  padding: 1.06667em 1.33333em 1.13333em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.2em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22%24color-text-light%22%7D*/
  background-color: white;
  background-clip: padding-box; }

.g-panel--small {
  padding: 0.6667em; }

.g-panel--fill {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22%24color-fill%22%7D*/
  background-color: #f3f3f3;
  border: 0;
  padding: 0.2667em; }

.g-panel--no-rounded {
  border-radius: 0; }

.g-panel--fixed-top {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0; }

.g-panel--icon {
  padding-left: 3.33333em;
  background-position: 1.06667em 50%;
  background-repeat: no-repeat; }

.g-panel--icon-file {
  background: url(/g/templates/pages/2016//assets/c92ac511894c86dec2efcb89074c03d7.svg); }

.g-panel--icon-gzip, .g-panel--icon-7z, .g-panel--icon-tar-gz {
  background: url(/g/templates/pages/2016//assets/6141516b6a87ed7ffd21659cb07ea92b.svg); }

.g-panel--icon-rar {
  background: url(/g/templates/pages/2016//assets/7f15d691e3ad36a345c7bd7431189c0e.svg); }

.g-panel--icon-zip {
  background: url(/g/templates/pages/2016//assets/6c1b047b8162c30d17c39c75276df4eb.svg); }

.g-panel--icon-csv {
  background: url(/g/templates/pages/2016//assets/4498250b943bdfae29c424f6dc98ffba.svg); }

.g-panel--icon-png, .g-panel--icon-bmp {
  background: url(/g/templates/pages/2016//assets/7957e55f44af84585ca61dceb46f0af2.svg); }

.g-panel--icon-gif {
  background: url(/g/templates/pages/2016//assets/3e6a105ee7b42f746bbf8ffb6e63922f.svg); }

.g-panel--icon-jpg, .g-panel--icon-jpeg {
  background: url(/g/templates/pages/2016//assets/18017d61d7d1484bcf2bd002d57f1c54.svg); }

.g-panel--icon-image {
  background: url(/g/templates/pages/2016//assets/7957e55f44af84585ca61dceb46f0af2.svg); }

.g-panel--icon-doc {
  background: url(/g/templates/pages/2016//assets/6dab77bdf28e5d12f0b4bc63b977406e.svg); }

.g-panel--icon-pdf {
  background: url(/g/templates/pages/2016//assets/b0378565120b2ecd6c841198221774ea.svg); }

.g-panel--icon-rtf {
  background: url(/g/templates/pages/2016//assets/18a1c1e7a1ab75e30fdff3bfb94346be.svg); }

.g-panel--icon-xls {
  background: url(/g/templates/pages/2016//assets/8d9f2fec5c1d53c9ce789874fd9cfc2b.svg); }

.g-panel__head {
  display: block;
  margin-bottom: 0.4em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  font-size: 1.3333em; }

.g-panel__head a {
  text-decoration: none;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-link%22%7D*/
  color: #15c; }

.g-panel__head a:hover {
  text-decoration: underline; }

.g-panel__body {
  font-size: 0.8667em;
  margin-top: 0.9286em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848; }

.g-panel__capture {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-grey%22%7D*/
  color: #808080; }

.g-img {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top; }

.g-img__link {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  padding: 10px;
  min-height: 170px;
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  outline: none;
  z-index: 1; }

.g-img__link::after {
  content: '';
  display: inline-block;
  min-height: 150px;
  visibility: hidden; }

.g-img__image {
  display: inline-block;
  vertical-align: middle; }

.g-img__count {
  position: absolute;
  z-index: 2;
  top: -12px;
  right: -12px;
  height: 24px;
  padding: 0 9px;
  text-align: center;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22contrast%28%24color-widgets%2C%20%24color-text-dark%2C%20%24color-text-light%29%22%7D*/
  color: white;
  border-radius: 12px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  background-color: #15c;
  font-size: 12px;
  line-height: 24px; }

.g-img__caption {
  display: block;
  max-width: 200px;
  margin-top: 20px;
  text-align: left;
  text-decoration: none;
  font-size: 0.9333em;
  line-height: 1.3em;
  font-weight: bold; }

.g-img:hover .g-img__caption {
  text-decoration: underline; }

.g-img__tooltip {
  top: 50%;
  left: 95%; }

.g-img:hover .g-img__tooltip {
  left: 88%;
  visibility: visible;
  opacity: 1;
  white-space: nowrap; }

.g-img--gallery-album {
  margin: 20px 37px 30px 13px; }

.g-img--gallery-album .g-img__layers {
  position: relative;
  display: inline-block; }

.g-img--gallery-album .g-img__layers::before, .g-img--gallery-album .g-img__layers::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  outline: 1px solid transparent;
  background-color: #fff; }

.g-img--gallery-album .g-img__layers::before {
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg); }

.g-img--gallery-album .g-img__layers::after {
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg); }

.g-img--gallery-album .g-img__link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5; }

.g-img--gallery-album .g-img__link:hover {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22fade-out%28%24color-widgets%2C%200.6%29%22%7D*/
  border-color: rgba(17, 85, 204, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px rgba(17, 85, 204, 0.4); }

.g-img--gallery-album .g-img__layers:hover::before {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg); }

.g-img--gallery-album .g-img__layers:hover::after {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

.g-img--gallery-image {
  margin: 0 20px 20px 0;
  vertical-align: top;
  font-size: 15px; }

.g-img--gallery-image .g-img__link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5; }

.g-img--gallery-image:hover .g-img__link {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border-color%22%2C%22value%22%3A%22fade-out%28%24color-widgets%2C%200.6%29%22%7D*/
  border-color: rgba(17, 85, 204, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px rgba(17, 85, 204, 0.4); }

.g-img--gallery-image .g-img__caption {
  display: block;
  max-width: 170px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 0.8667em;
  line-height: 1.3em;
  font-weight: normal; }

.pswp__caption__center.pswp__caption__center--g-img {
  text-align: center; }

.g-gallery2-info {
  padding: 0.2em 1.7em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px; }

.g-gallery2-info__item {
  display: inline-block;
  margin-right: 1.9231em;
  vertical-align: baseline;
  font-size: 0.8667em;
  line-height: 1.2em; }

.g-gallery2-info__item-label {
  display: inline-block;
  margin-left: 1.5385em;
  vertical-align: baseline;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848; }

.g-gallery2-info__item-value {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-link%22%7D*/
  color: #15c; }

.g-gallery2-info__item-value:hover {
  text-decoration: none; }

.g-gallery2-preview {
  margin: 10px 0 20px; }

.g-gallery2-preview img {
  max-width: 100%; }

.g-gallery2-thumb {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
  vertical-align: top;
  text-decoration: none;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  color: #15c;
  font-size: 15px; }

.g-gallery2-thumb:hover {
  text-decoration: underline;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  color: #15c; }

.g-gallery2-thumb--prev {
  margin-right: 8px;
  text-align: left; }

.g-gallery2-thumb--next {
  margin-left: 8px;
  text-align: right; }

.g-gallery2-thumb__image {
  display: block;
  overflow: hidden;
  max-width: 300px;
  max-height: 300px;
  vertical-align: middle;
  margin-bottom: 9px; }

.g-gallery2-thumb__image img {
  max-width: 100%;
  vertical-align: top; }

.g-page-gallery2--photo {
  margin: 64px 20px 20px 50px; }

.g-rating-edit {
  height: 20px;
  overflow: hidden;
  font-size: 15px; }

.g-rating-edit__item {
  display: block;
  float: left;
  cursor: pointer;
  width: 23px;
  height: 20px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2812px%2C%2010px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-border%7D%5C%22%20d%3D%5C%22M0%2C3.8l3.8-0.5L5.5%2C0l1.7%2C3.3L11%2C3.8L8.3%2C6.4L8.9%2C10L5.5%2C8.3L2.1%2C10l0.7-3.6L0%2C3.8z%5C%22/%3E%27%29%200%200%20repeat-x%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2012%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c5c5c5%22%20d%3D%22M0%2C3.8l3.8-0.5L5.5%2C0l1.7%2C3.3L11%2C3.8L8.3%2C6.4L8.9%2C10L5.5%2C8.3L2.1%2C10l0.7-3.6L0%2C3.8z%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x;
  background-size: 23px auto; }

.g-rating-edit__item--active {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2812px%2C%2010px%2C%20%27%3Cpath%20fill%3D%5C%22%23f9be65%5C%22%20d%3D%5C%22M0%2C3.8l3.8-0.5L5.5%2C0l1.7%2C3.3L11%2C3.8L8.3%2C6.4L8.9%2C10L5.5%2C8.3L2.1%2C10l0.7-3.6L0%2C3.8z%5C%22/%3E%27%29%200%200%20repeat-x%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2012%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23f9be65%22%20d%3D%22M0%2C3.8l3.8-0.5L5.5%2C0l1.7%2C3.3L11%2C3.8L8.3%2C6.4L8.9%2C10L5.5%2C8.3L2.1%2C10l0.7-3.6L0%2C3.8z%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x;
  background-size: 23px auto; }

.g-top-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.g-top-panel--relative {
  position: relative; }

.g-categories {
  font-size: 15px; }

.g-categories__button {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0.57143em 1.35714em 0.57143em 2.71429em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-widgets%22%7D*/
  color: #15c;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%22.071428571em%20solid%20rgba%28%24color-widgets%2C%20.5%29%22%7D*/
  border: 0.07143em solid rgba(17, 85, 204, 0.5);
  border-radius: 0.21429em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22contrast%28%24color-widgets%2C%20%24color-text-dark%2C%20%24color-text-light%29%22%7D*/
  background-color: white;
  font-size: 0.93333em;
  font-weight: bold;
  line-height: 1; }

.g-categories__button:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.21429em 0 rgba(17, 85, 204, 0.6);
  box-shadow: 0 0 0.21429em 0 rgba(17, 85, 204, 0.6);
  -webkit-box-shadow: 0 0.07143em 0.28571em #979797;
  box-shadow: 0 0.07143em 0.28571em #979797; }

.g-categories__button::after {
  position: absolute;
  top: 50%;
  left: 0.78571em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  content: "";
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2814px%2C%2014px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-widgets%7D%5C%22%20fill-rule%3D%5C%22evenodd%5C%22%20d%3D%5C%22M%200%200%20L%2014%200%20L%2014%202%20L%200%202%20L%200%200%20Z%20M%200%204%20L%208%204%20L%208%206%20L%200%206%20L%200%204%20Z%20M%200%2012%20L%208%2012%20L%208%2014%20L%200%2014%20L%200%2012%20Z%20M%200%208%20L%2012%208%20L%2012%2010%20L%200%2010%20L%200%208%20Z%20M%200%208%5C%22%20/%3E%27%29%200%200%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%2014%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2315c%22%20fill-rule%3D%22evenodd%22%20d%3D%22M%200%200%20L%2014%200%20L%2014%202%20L%200%202%20L%200%200%20Z%20M%200%204%20L%208%204%20L%208%206%20L%200%206%20L%200%204%20Z%20M%200%2012%20L%208%2012%20L%208%2014%20L%200%2014%20L%200%2012%20Z%20M%200%208%20L%2012%208%20L%2012%2010%20L%200%2010%20L%200%208%20Z%20M%200%208%22%20%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: cover; }

.g-categories--opened .g-categories__button {
  border-color: transparent;
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }

.g-categories--opened .g-categories__dropdown {
  visibility: visible;
  -webkit-animation: menuOpened 0.15s ease-in-out;
  animation: menuOpened 0.15s ease-in-out;
  opacity: 1; }

.g-categories__dropdown {
  position: absolute;
  z-index: 1;
  top: -0.6667em;
  left: -0.6667em;
  visibility: hidden;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  max-width: 47.333333333em;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  border-radius: 0.2em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22contrast%28%24color-widgets%2C%20%24color-text-dark%2C%20%24color-text-light%29%22%7D*/
  background-color: white;
  -webkit-box-shadow: 0 0.13333em 0.66667em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.13333em 0.66667em rgba(0, 0, 0, 0.2); }

.g-categories__dropdown--flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.g-categories .g-categories__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 0; }

.g-categories .g-categories__menu--level-1 {
  margin: 45px 0 15px 7px; }

.g-categories .g-categories__item {
  position: relative;
  overflow: hidden;
  line-height: 1.2em; }

.g-categories .g-categories__item--level-1 {
  padding-left: 0;
  font-size: 1em; }

.g-categories .g-categories__item--level-2 {
  font-size: 0.9333em; }

.g-categories .g-categories__item--level-3 {
  font-size: 0.8667em; }

.g-categories .g-categories__item:last-child::before {
  top: auto;
  bottom: calc(100% - 1.1em); }

.g-categories .g-categories__item:first-child:last-child::before {
  display: none; }

.g-categories .g-categories__link {
  position: relative;
  display: block;
  padding: 0.6em 2.57143em 0.6em 3.33333em;
  text-decoration: none;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22darken%28%24color-text%2C%2015%25%29%22%7D*/
  color: #222;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  margin-right: -0.0666667em; }

.g-categories .g-categories__link:hover {
  text-decoration: underline; }

.g-categories .g-categories__link--level-1 {
  font-weight: bold; }

.g-categories .g-categories__count {
  position: absolute;
  top: 0.666666667em;
  left: 0;
  text-align: center;
  width: 3.333333333em; }

.g-categories .g-categories__count-inner {
  display: inline-block;
  vertical-align: top;
  padding: 0.272727273em 0.545454545em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22lighten%28%24color-text%2C%2020%25%29%22%7D*/
  color: #7b7b7b;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%221px%20solid%20%24color-border%22%7D*/
  border: 1px solid #c5c5c5;
  border-radius: 2em;
  background: #fff;
  font-size: 0.733333333em;
  line-height: 1; }

.g-categories__dropdown-sideleft {
  width: 15.333333333em;
  border-right: 0.066666667em solid #eee; }

.g-categories__dropdown-sideright {
  padding: 0 0.4em 0 2.266666667em;
  background-color: #fbfbfb;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.g-categories__dropdown-sideleft, .g-categories__dropdown-sideright {
  padding-top: 3.3333em;
  padding-bottom: 2em; }

.g-categories__dropdown-left-col {
  padding-right: 6.666666667%; }

.g-categories__dropdown-left-col, .g-categories__dropdown-right-col {
  width: 46.666666667%; }

.g-menu-2 {
  /* TODO: один из них надо удалить */ }

.g-menu-2, .g-menu-2 ul {
  list-style: none;
  padding: 0; }

.g-menu-2 {
  font-size: 15px; }

.g-menu-2__link {
  position: relative;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22darken%28%24color-text%2C%2015.4%25%29%22%7D*/
  color: #212121;
  text-decoration: none; }

.g-menu-2__link:hover {
  text-decoration: underline; }

.g-menu-2__count {
  position: absolute;
  left: 100%;
  top: -0.06667em;
  margin-left: 1em;
  font-weight: normal;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22lighten%28%24color-text%2C%2047%25%29%22%7D*/
  color: silver; }

.g-menu-2--level-1 {
  margin: 3.46667em 5.66667em 2.06667em 3.33333em; }

.g-menu-2--level-1 > .g-menu-2__item {
  margin: 0.73333em 0; }

.g-menu-2--level-1 > .g-menu-2__item > .g-menu-2__link {
  font-weight: bold;
  font-size: 0.93333em; }

.g-menu-2--level-1 > .g-menu-2__item > .g-menu-2__link > .g-menu-2__count {
  border: 1px solid;
  border-radius: 50%;
  width: 1.27273em;
  padding: 0 0.18182em;
  height: 1.63636em;
  text-align: center;
  line-height: 1.63636em;
  font-size: 0.78571em; }

.g-menu-2--level-2 {
  margin: 0 0 1.26667em 1.33333em; }

.g-menu-2--level-2 > .g-menu-2__item {
  margin-top: 0.8em; }

.g-menu-2--level-2 > .g-menu-2__item > .g-menu-2__link > .g-menu-2__count {
  font-size: 0.85714em; }

.g-menu-2--level-2 ul {
  margin: 0.6em 0 0 1.66667em; }

.g-menu-2--level-2 ul .g-menu-2__item {
  margin: 0.26667em 0; }

.g-menu-2--level-2 ul .g-menu-2__link {
  font-size: 0.86667em; }

.g-menu-2--level-2 ul .g-menu-2__link::after {
  position: absolute;
  right: 100%;
  top: 50%;
  line-height: 1;
  border-top: 1px solid;
  height: 0.07692em;
  width: 0.61538em;
  margin-right: 0.38462em;
  content: ""; }

.g-rating {
  position: relative;
  display: inline-block;
  width: 4em;
  height: 0.66667em;
  font-size: 15px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2812px%2C%2010px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-border%7D%5C%22%20d%3D%5C%22M0%2C3.8l3.8-0.5L5.5%2C0l1.7%2C3.3L11%2C3.8L8.3%2C6.4L8.9%2C10L5.5%2C8.3L2.1%2C10l0.7-3.6L0%2C3.8z%5C%22/%3E%27%29%200%200%20repeat-x%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2012%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c5c5c5%22%20d%3D%22M0%2C3.8l3.8-0.5L5.5%2C0l1.7%2C3.3L11%2C3.8L8.3%2C6.4L8.9%2C10L5.5%2C8.3L2.1%2C10l0.7-3.6L0%2C3.8z%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x;
  background-size: auto 100%; }

.g-rating__star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2812px%2C%2010px%2C%20%27%3Cpath%20fill%3D%5C%22%23f9be65%5C%22%20d%3D%5C%22M0%2C3.8l3.8-0.5L5.5%2C0l1.7%2C3.3L11%2C3.8L8.3%2C6.4L8.9%2C10L5.5%2C8.3L2.1%2C10l0.7-3.6L0%2C3.8z%5C%22/%3E%27%29%200%200%20repeat-x%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2012%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23f9be65%22%20d%3D%22M0%2C3.8l3.8-0.5L5.5%2C0l1.7%2C3.3L11%2C3.8L8.3%2C6.4L8.9%2C10L5.5%2C8.3L2.1%2C10l0.7-3.6L0%2C3.8z%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x;
  background-size: auto 100%; }
  

.g-social {
  padding-bottom: 10px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  
	/*1935*/
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5px;*/
	/*1935*/
  }
  
/*1935*/
.g-social__item {
	margin: 0 5px 10px;
}
.g-social__item--ya {
	background-repeat: no-repeat;
    width: 100%;
}
/*1935*/

/*.g-social__item {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: top;
  border-radius: 4px; }*/

.g-social__item--fb {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%23385b9a%20svg%288px%2C%2016px%2C%20%27%3Cpath%20fill%3D%5C%22%23fff%5C%22%20d%3D%5C%22M1.8%2C16h3.2V8h2.4l0.3-3.2H5.2V3.5c0-0.6%2C0.4-0.8%2C0.7-0.8h1.8V0L5.2%2C0c-2.8%2C0-3.4%2C2-3.4%2C3.3v1.4H0.2V8h1.6V16L1.8%2C16z%5C%22/%3E%27%29%2050%25%2050%25%20no-repeat%22%7D*/
  /*background: #385b9a url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%208%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.8%2C16h3.2V8h2.4l0.3-3.2H5.2V3.5c0-0.6%2C0.4-0.8%2C0.7-0.8h1.8V0L5.2%2C0c-2.8%2C0-3.4%2C2-3.4%2C3.3v1.4H0.2V8h1.6V16L1.8%2C16z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;*/ }

.g-social__item--gp {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%23e04d39%20svg%2818px%2C%2016px%2C%20%27%3Cpath%20fill%3D%5C%22%23fff%5C%22%20d%3D%5C%22M13.5%2C10.6h0.8c0.2%2C0%2C0.4-0.2%2C0.4-0.4V7.5h2.7c0.2%2C0%2C0.4-0.2%2C0.4-0.4V6.4c0-0.2-0.2-0.4-0.4-0.4h-2.7V3.3c0-0.2-0.2-0.4-0.4-0.4h-0.8c-0.2%2C0-0.4%2C0.2-0.4%2C0.4V6h-2.7c-0.2%2C0-0.4%2C0.2-0.4%2C0.4v0.8c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h2.7v2.7C13.2%2C10.4%2C13.3%2C10.6%2C13.5%2C10.6z%20M3%2C15.8C3.7%2C15.9%2C4.5%2C16%2C5.2%2C16c0.7%2C0%2C1.3-0.1%2C1.9-0.3c1.9-0.5%2C3.1-1.9%2C3.1-3.5c0-1.5-0.5-2.4-1.8-3.4c-0.6-0.4-1.1-1-1.1-1.2c0-0.3%2C0-0.5%2C0.8-1.1c1-0.7%2C1.5-1.7%2C1.5-2.8c0-0.9-0.3-1.8-0.8-2.4h0.4c0.1%2C0%2C0.2%2C0%2C0.2-0.1l1.1-0.8c0.1-0.1%2C0.2-0.3%2C0.1-0.4c0-0.2-0.2-0.3-0.4-0.3H5.5C5%2C0%2C4.5%2C0.1%2C3.9%2C0.3C2.2%2C0.8%2C1%2C2.3%2C1%2C3.8C1%2C6%2C2.7%2C7.6%2C4.9%2C7.6c0%2C0.2-0.1%2C0.3-0.1%2C0.5c0%2C0.3%2C0.1%2C0.6%2C0.3%2C0.9c0%2C0%2C0%2C0-0.1%2C0c-2.1%2C0-4%2C1-4.7%2C2.6C0.1%2C12.1%2C0%2C12.5%2C0%2C12.9c0%2C0.4%2C0.1%2C0.8%2C0.3%2C1.1C0.7%2C14.8%2C1.7%2C15.4%2C3%2C15.8z%20M3.5%2C3.8C3.4%2C3%2C3.5%2C2.3%2C3.9%2C1.8c0.3-0.3%2C0.6-0.4%2C1-0.4l0%2C0c1%2C0%2C2%2C1.2%2C2.2%2C2.6c0.1%2C0.8-0.1%2C1.5-0.5%2C2c-0.3%2C0.3-0.6%2C0.4-1%2C0.4c0%2C0%2C0%2C0%2C0%2C0h0C4.7%2C6.4%2C3.6%2C5.2%2C3.5%2C3.8L3.5%2C3.8z%20M5.5%2C10.3L5.5%2C10.3c0.4%2C0%2C0.7%2C0.1%2C1.1%2C0.2c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2c0.7%2C0.5%2C1.2%2C0.8%2C1.4%2C1.4c0%2C0.1%2C0%2C0.3%2C0%2C0.4c0%2C1.4-1%2C2.1-3.1%2C2.1c-1.5%2C0-2.8-0.9-2.8-2.2C2.4%2C11.2%2C3.9%2C10.3%2C5.5%2C10.3L5.5%2C10.3z%5C%22/%3E%27%29%2050%25%2050%25%20no-repeat%22%7D*/
  /*background: #e04d39 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2018%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.5%2C10.6h0.8c0.2%2C0%2C0.4-0.2%2C0.4-0.4V7.5h2.7c0.2%2C0%2C0.4-0.2%2C0.4-0.4V6.4c0-0.2-0.2-0.4-0.4-0.4h-2.7V3.3c0-0.2-0.2-0.4-0.4-0.4h-0.8c-0.2%2C0-0.4%2C0.2-0.4%2C0.4V6h-2.7c-0.2%2C0-0.4%2C0.2-0.4%2C0.4v0.8c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4h2.7v2.7C13.2%2C10.4%2C13.3%2C10.6%2C13.5%2C10.6z%20M3%2C15.8C3.7%2C15.9%2C4.5%2C16%2C5.2%2C16c0.7%2C0%2C1.3-0.1%2C1.9-0.3c1.9-0.5%2C3.1-1.9%2C3.1-3.5c0-1.5-0.5-2.4-1.8-3.4c-0.6-0.4-1.1-1-1.1-1.2c0-0.3%2C0-0.5%2C0.8-1.1c1-0.7%2C1.5-1.7%2C1.5-2.8c0-0.9-0.3-1.8-0.8-2.4h0.4c0.1%2C0%2C0.2%2C0%2C0.2-0.1l1.1-0.8c0.1-0.1%2C0.2-0.3%2C0.1-0.4c0-0.2-0.2-0.3-0.4-0.3H5.5C5%2C0%2C4.5%2C0.1%2C3.9%2C0.3C2.2%2C0.8%2C1%2C2.3%2C1%2C3.8C1%2C6%2C2.7%2C7.6%2C4.9%2C7.6c0%2C0.2-0.1%2C0.3-0.1%2C0.5c0%2C0.3%2C0.1%2C0.6%2C0.3%2C0.9c0%2C0%2C0%2C0-0.1%2C0c-2.1%2C0-4%2C1-4.7%2C2.6C0.1%2C12.1%2C0%2C12.5%2C0%2C12.9c0%2C0.4%2C0.1%2C0.8%2C0.3%2C1.1C0.7%2C14.8%2C1.7%2C15.4%2C3%2C15.8z%20M3.5%2C3.8C3.4%2C3%2C3.5%2C2.3%2C3.9%2C1.8c0.3-0.3%2C0.6-0.4%2C1-0.4l0%2C0c1%2C0%2C2%2C1.2%2C2.2%2C2.6c0.1%2C0.8-0.1%2C1.5-0.5%2C2c-0.3%2C0.3-0.6%2C0.4-1%2C0.4c0%2C0%2C0%2C0%2C0%2C0h0C4.7%2C6.4%2C3.6%2C5.2%2C3.5%2C3.8L3.5%2C3.8z%20M5.5%2C10.3L5.5%2C10.3c0.4%2C0%2C0.7%2C0.1%2C1.1%2C0.2c0.1%2C0.1%2C0.2%2C0.1%2C0.3%2C0.2c0.7%2C0.5%2C1.2%2C0.8%2C1.4%2C1.4c0%2C0.1%2C0%2C0.3%2C0%2C0.4c0%2C1.4-1%2C2.1-3.1%2C2.1c-1.5%2C0-2.8-0.9-2.8-2.2C2.4%2C11.2%2C3.9%2C10.3%2C5.5%2C10.3L5.5%2C10.3z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; */}

.g-social__item--tw {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%232daae1%20svg%2818px%2C%2014px%2C%20%27%3Cpath%20fill%3D%5C%22%23fff%5C%22%20d%3D%5C%22M17.2%2C0.3c-0.7%2C0.4-1.4%2C0.7-2.3%2C0.9c-0.6-0.7-1.6-1.1-2.6-1.1c-2%2C0-3.6%2C1.6-3.6%2C3.5c0%2C0.3%2C0%2C0.5%2C0.1%2C0.8c-3-0.1-5.6-1.5-7.3-3.7C1.2%2C1.2%2C1.1%2C1.8%2C1.1%2C2.5c0%2C1.2%2C0.6%2C2.3%2C1.6%2C2.9C2.1%2C5.4%2C1.5%2C5.2%2C1%2C4.9v0c0%2C1.7%2C1.2%2C3.1%2C2.9%2C3.4C3.6%2C8.5%2C3.3%2C8.5%2C2.9%2C8.5c-0.2%2C0-0.5%2C0-0.7-0.1c0.5%2C1.4%2C1.8%2C2.4%2C3.3%2C2.4c-1.2%2C0.9-2.8%2C1.5-4.4%2C1.5c-0.3%2C0-0.6%2C0-0.8%2C0c1.6%2C1%2C3.4%2C1.6%2C5.5%2C1.6c6.5%2C0%2C10.1-5.3%2C10.1-10c0-0.2%2C0-0.3%2C0-0.5c0.7-0.5%2C1.3-1.1%2C1.8-1.8c-0.6%2C0.3-1.3%2C0.5-2%2C0.6C16.4%2C1.8%2C16.9%2C1.1%2C17.2%2C0.3L17.2%2C0.3z%5C%22/%3E%27%29%2050%25%2050%25%20no-repeat%22%7D*/
  /*background: #2daae1 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%2018%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.2%2C0.3c-0.7%2C0.4-1.4%2C0.7-2.3%2C0.9c-0.6-0.7-1.6-1.1-2.6-1.1c-2%2C0-3.6%2C1.6-3.6%2C3.5c0%2C0.3%2C0%2C0.5%2C0.1%2C0.8c-3-0.1-5.6-1.5-7.3-3.7C1.2%2C1.2%2C1.1%2C1.8%2C1.1%2C2.5c0%2C1.2%2C0.6%2C2.3%2C1.6%2C2.9C2.1%2C5.4%2C1.5%2C5.2%2C1%2C4.9v0c0%2C1.7%2C1.2%2C3.1%2C2.9%2C3.4C3.6%2C8.5%2C3.3%2C8.5%2C2.9%2C8.5c-0.2%2C0-0.5%2C0-0.7-0.1c0.5%2C1.4%2C1.8%2C2.4%2C3.3%2C2.4c-1.2%2C0.9-2.8%2C1.5-4.4%2C1.5c-0.3%2C0-0.6%2C0-0.8%2C0c1.6%2C1%2C3.4%2C1.6%2C5.5%2C1.6c6.5%2C0%2C10.1-5.3%2C10.1-10c0-0.2%2C0-0.3%2C0-0.5c0.7-0.5%2C1.3-1.1%2C1.8-1.8c-0.6%2C0.3-1.3%2C0.5-2%2C0.6C16.4%2C1.8%2C16.9%2C1.1%2C17.2%2C0.3L17.2%2C0.3z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; */}

.g-social__item--ya {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%23e3e9ec%20svg%288px%2C%2017px%2C%20%27%3Cpath%20fill%3D%5C%22%23d8232a%5C%22%20d%3D%5C%22M7.7%2C0.2H5.2c-2.4%2C0-4.5%2C1.9-4.5%2C5.5c0%2C2.2%2C1%2C3.8%2C2.8%2C4.6l-3.3%2C6.1c-0.1%2C0.2%2C0%2C0.4%2C0.2%2C0.4h1.5c0.1%2C0%2C0.2%2C0%2C0.3-0.2l3-6h1.1v6c0%2C0.1%2C0.1%2C0.2%2C0.2%2C0.2h1.3c0.1%2C0%2C0.2-0.1%2C0.2-0.2V0.4C7.9%2C0.3%2C7.8%2C0.2%2C7.7%2C0.2L7.7%2C0.2z%20M6.3%2C9.3H5.4c-1.4%2C0-2.8-1.1-2.8-3.7c0-2.8%2C1.3-3.9%2C2.6-3.9h1.1V9.3L6.3%2C9.3z%5C%22/%3E%27%29%2050%25%2050%25%20no-repeat%22%7D*/
  /*background: #e3e9ec url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%208%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d8232a%22%20d%3D%22M7.7%2C0.2H5.2c-2.4%2C0-4.5%2C1.9-4.5%2C5.5c0%2C2.2%2C1%2C3.8%2C2.8%2C4.6l-3.3%2C6.1c-0.1%2C0.2%2C0%2C0.4%2C0.2%2C0.4h1.5c0.1%2C0%2C0.2%2C0%2C0.3-0.2l3-6h1.1v6c0%2C0.1%2C0.1%2C0.2%2C0.2%2C0.2h1.3c0.1%2C0%2C0.2-0.1%2C0.2-0.2V0.4C7.9%2C0.3%2C7.8%2C0.2%2C7.7%2C0.2L7.7%2C0.2z%20M6.3%2C9.3H5.4c-1.4%2C0-2.8-1.1-2.8-3.7c0-2.8%2C1.3-3.9%2C2.6-3.9h1.1V9.3L6.3%2C9.3z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; */}

.g-social__item--mr {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%233c7db4%20svg%2818px%2C%2018px%2C%20%27%3Cpath%20fill%3D%5C%22%23efa13e%5C%22%20d%3D%5C%22M12.1%2C8.9c-0.1-2-1.6-3.2-3.3-3.2H8.7c-2%2C0-3.2%2C1.6-3.2%2C3.4c0%2C2%2C1.4%2C3.3%2C3.2%2C3.3c2%2C0%2C3.3-1.5%2C3.4-3.2V8.9L12.1%2C8.9z%20M8.7%2C4c1.4%2C0%2C2.6%2C0.6%2C3.6%2C1.5l0%2C0c0-0.5%2C0.3-0.8%2C0.7-0.8h0.1c0.7%2C0%2C0.8%2C0.6%2C0.8%2C0.8v7c0%2C0.5%2C0.5%2C0.7%2C0.8%2C0.4c1.1-1.2%2C2.5-6-0.7-8.8c-3-2.4-7-2-9.1-0.5c-2.2%2C1.6-3.7%2C5-2.3%2C8.2c1.5%2C3.5%2C5.9%2C4.6%2C8.5%2C3.5c1.3-0.5%2C1.9%2C1.2%2C0.6%2C1.8C9.6%2C18%2C3.9%2C17.9%2C1.2%2C13.3c-1.8-3.2-1.7-8.7%2C3.1-11.5C8-0.4%2C12.8%2C0.2%2C15.7%2C3.3c3.1%2C3.2%2C2.9%2C9.2-0.1%2C11.5c-1.3%2C1.1-3.4%2C0-3.3-1.5v-0.5c-0.9%2C0.9-2.2%2C1.5-3.5%2C1.5c-2.7%2C0-5.1-2.4-5.1-5.1C3.6%2C6.4%2C6%2C4%2C8.7%2C4L8.7%2C4z%5C%22/%3E%27%29%2050%25%2050%25%20no-repeat%22%7D*/
  /*background: #3c7db4 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23efa13e%22%20d%3D%22M12.1%2C8.9c-0.1-2-1.6-3.2-3.3-3.2H8.7c-2%2C0-3.2%2C1.6-3.2%2C3.4c0%2C2%2C1.4%2C3.3%2C3.2%2C3.3c2%2C0%2C3.3-1.5%2C3.4-3.2V8.9L12.1%2C8.9z%20M8.7%2C4c1.4%2C0%2C2.6%2C0.6%2C3.6%2C1.5l0%2C0c0-0.5%2C0.3-0.8%2C0.7-0.8h0.1c0.7%2C0%2C0.8%2C0.6%2C0.8%2C0.8v7c0%2C0.5%2C0.5%2C0.7%2C0.8%2C0.4c1.1-1.2%2C2.5-6-0.7-8.8c-3-2.4-7-2-9.1-0.5c-2.2%2C1.6-3.7%2C5-2.3%2C8.2c1.5%2C3.5%2C5.9%2C4.6%2C8.5%2C3.5c1.3-0.5%2C1.9%2C1.2%2C0.6%2C1.8C9.6%2C18%2C3.9%2C17.9%2C1.2%2C13.3c-1.8-3.2-1.7-8.7%2C3.1-11.5C8-0.4%2C12.8%2C0.2%2C15.7%2C3.3c3.1%2C3.2%2C2.9%2C9.2-0.1%2C11.5c-1.3%2C1.1-3.4%2C0-3.3-1.5v-0.5c-0.9%2C0.9-2.2%2C1.5-3.5%2C1.5c-2.7%2C0-5.1-2.4-5.1-5.1C3.6%2C6.4%2C6%2C4%2C8.7%2C4L8.7%2C4z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; */}

.g-social__item--ok {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%23f4731c%20svg%2810px%2C%2017px%2C%20%27%3Cpath%20fill%3D%5C%22%23fff%5C%22%20d%3D%5C%22M5.2%2C2.5c-1%2C0-1.8%2C0.8-1.8%2C1.8c0%2C1%2C0.8%2C1.8%2C1.8%2C1.8c1%2C0%2C1.8-0.8%2C1.8-1.8C7%2C3.3%2C6.2%2C2.5%2C5.2%2C2.5L5.2%2C2.5z%20M5.2%2C8.6c-2.4%2C0-4.3-1.9-4.3-4.3C0.9%2C1.9%2C2.8%2C0%2C5.2%2C0c2.4%2C0%2C4.3%2C1.9%2C4.3%2C4.3C9.5%2C6.7%2C7.6%2C8.6%2C5.2%2C8.6z%20M3.3%2C12c-0.9-0.2-1.7-0.5-2.5-1c-0.6-0.4-0.8-1.1-0.4-1.7c0.4-0.6%2C1.1-0.8%2C1.7-0.4c1.8%2C1.1%2C4%2C1.1%2C5.8%2C0c0.6-0.4%2C1.4-0.2%2C1.7%2C0.4c0.4%2C0.6%2C0.2%2C1.4-0.4%2C1.7c-0.8%2C0.5-1.6%2C0.8-2.5%2C1l2.4%2C2.4c0.5%2C0.5%2C0.5%2C1.3%2C0%2C1.8c-0.2%2C0.2-0.6%2C0.4-0.9%2C0.4c-0.3%2C0-0.6-0.1-0.9-0.4l-2.4-2.4l-2.4%2C2.4c-0.5%2C0.5-1.3%2C0.5-1.8%2C0c-0.5-0.5-0.5-1.3%2C0-1.8L3.3%2C12z%5C%22/%3E%27%29%2050%25%2050%25%20no-repeat%22%7D*/
  /*background: #f4731c url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2010%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.2%2C2.5c-1%2C0-1.8%2C0.8-1.8%2C1.8c0%2C1%2C0.8%2C1.8%2C1.8%2C1.8c1%2C0%2C1.8-0.8%2C1.8-1.8C7%2C3.3%2C6.2%2C2.5%2C5.2%2C2.5L5.2%2C2.5z%20M5.2%2C8.6c-2.4%2C0-4.3-1.9-4.3-4.3C0.9%2C1.9%2C2.8%2C0%2C5.2%2C0c2.4%2C0%2C4.3%2C1.9%2C4.3%2C4.3C9.5%2C6.7%2C7.6%2C8.6%2C5.2%2C8.6z%20M3.3%2C12c-0.9-0.2-1.7-0.5-2.5-1c-0.6-0.4-0.8-1.1-0.4-1.7c0.4-0.6%2C1.1-0.8%2C1.7-0.4c1.8%2C1.1%2C4%2C1.1%2C5.8%2C0c0.6-0.4%2C1.4-0.2%2C1.7%2C0.4c0.4%2C0.6%2C0.2%2C1.4-0.4%2C1.7c-0.8%2C0.5-1.6%2C0.8-2.5%2C1l2.4%2C2.4c0.5%2C0.5%2C0.5%2C1.3%2C0%2C1.8c-0.2%2C0.2-0.6%2C0.4-0.9%2C0.4c-0.3%2C0-0.6-0.1-0.9-0.4l-2.4-2.4l-2.4%2C2.4c-0.5%2C0.5-1.3%2C0.5-1.8%2C0c-0.5-0.5-0.5-1.3%2C0-1.8L3.3%2C12z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; */}

.g-social__item--vk {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22%236183aa%20svg%2812px%2C%2015px%2C%20%27%3Cpath%20fill%3D%5C%22%23fff%5C%22%20d%3D%5C%22M11.1%2C7.9C10.6%2C7.4%2C9.9%2C7%2C9%2C6.8V6.7c0.6-0.3%2C1.1-0.6%2C1.5-1.2C10.8%2C5%2C11%2C4.4%2C11%2C3.7c0-0.6-0.1-1.1-0.4-1.6C10.3%2C1.7%2C10%2C1.3%2C9.4%2C1.1C9%2C0.8%2C8.4%2C0.6%2C7.9%2C0.6C7.3%2C0.5%2C6.5%2C0.4%2C5.5%2C0.4H0.3v14.1h5.8c1%2C0%2C1.8-0.1%2C2.5-0.3c0.7-0.2%2C1.3-0.5%2C1.8-0.9c0.5-0.3%2C0.8-0.8%2C1.1-1.3c0.3-0.5%2C0.4-1.1%2C0.4-1.8C12%2C9.3%2C11.7%2C8.5%2C11.1%2C7.9L11.1%2C7.9z%20M7.1%2C5.2C7%2C5.5%2C6.8%2C5.7%2C6.5%2C5.8C6.2%2C5.9%2C6%2C6%2C5.7%2C6C5.5%2C6%2C5%2C6%2C4.4%2C6H4V3h0.3c0.6%2C0%2C1.1%2C0%2C1.5%2C0c0.3%2C0%2C0.6%2C0.1%2C0.9%2C0.2C6.8%2C3.3%2C7%2C3.5%2C7.1%2C3.7C7.2%2C4%2C7.3%2C4.2%2C7.3%2C4.4C7.3%2C4.7%2C7.2%2C5%2C7.1%2C5.2L7.1%2C5.2z%20M8%2C11.1c-0.2%2C0.3-0.4%2C0.5-0.7%2C0.6c-0.4%2C0.2-0.7%2C0.2-1.1%2C0.3c-0.4%2C0-1%2C0-2%2C0H4V8.4h0.7c0.6%2C0%2C1.2%2C0%2C1.6%2C0c0.4%2C0%2C0.7%2C0.1%2C0.9%2C0.1c0.4%2C0.1%2C0.6%2C0.3%2C0.8%2C0.6c0.2%2C0.2%2C0.3%2C0.6%2C0.3%2C1C8.2%2C10.5%2C8.1%2C10.8%2C8%2C11.1L8%2C11.1z%5C%22/%3E%27%29%2050%25%2050%25%20no-repeat%22%7D*/
  /*background: #6183aa url(../img/vk.svg) 50% 50% no-repeat; */}

.g-social__item--in {
  /*background: url(../img/instagram.jpg) 50% 50% no-repeat;*/ }

.g-amount {
  display: inline-block;
  padding-left: 1.5em;
  font-size: 12px;
  text-decoration: none;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  line-height: 1; }

.g-amount--comment {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2812px%2C%2012px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-border%7D%5C%22%20d%3D%5C%22M11%2C0H1C0.4%2C0%2C0%2C0.4%2C0%2C1v7c0%2C0.6%2C0.4%2C1%2C1%2C1l2%2C0v3l3-3h5c0.6%2C0%2C1-0.4%2C1-1V1C12%2C0.4%2C11.6%2C0%2C11%2C0zM7%2C6H3V5h4V6zM9%2C4H3V3h6V4z%5C%22/%3E%27%29%200%2050%25%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c5c5c5%22%20d%3D%22M11%2C0H1C0.4%2C0%2C0%2C0.4%2C0%2C1v7c0%2C0.6%2C0.4%2C1%2C1%2C1l2%2C0v3l3-3h5c0.6%2C0%2C1-0.4%2C1-1V1C12%2C0.4%2C11.6%2C0%2C11%2C0zM7%2C6H3V5h4V6zM9%2C4H3V3h6V4z%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
  background-size: 1em 1em; }

.g-amount--view {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2814px%2C%208px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-border%7D%5C%22%20d%3D%5C%22M10.8%2C1.3c-4.1-3-7.7%2C0-7.7%2C0L0%2C4l3.2%2C2.7c4.1%2C3%2C7.7%2C0%2C7.7%2C0L14%2C4L10.8%2C1.3z%20M7%2C6C5.9%2C6%2C5%2C5.1%2C5%2C4s0.9-2%2C2-2s2%2C0.9%2C2%2C2S8.1%2C6%2C7%2C6z%5C%22/%3E%27%29%200%2050%25%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%2014%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c5c5c5%22%20d%3D%22M10.8%2C1.3c-4.1-3-7.7%2C0-7.7%2C0L0%2C4l3.2%2C2.7c4.1%2C3%2C7.7%2C0%2C7.7%2C0L14%2C4L10.8%2C1.3z%20M7%2C6C5.9%2C6%2C5%2C5.1%2C5%2C4s0.9-2%2C2-2s2%2C0.9%2C2%2C2S8.1%2C6%2C7%2C6z%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
  background-size: 1.16667em 0.66667em; }

.g-tags {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2em; }

.g-tags__title {
  margin-right: 1.5385em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848;
  font-size: 0.8667em; }

.g-tags__item {
  display: inline-block;
  margin-right: 0.7192em;
  padding-left: 1.2308em;
  text-decoration: none;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background%22%2C%22value%22%3A%22svg%2812px%2C%2012px%2C%20%27%3Cpath%20fill%3D%5C%22%23%7B%24color-border%7D%5C%22%20d%3D%5C%22M11.5%2C0L6.8%2C0C6.4%2C0.1%2C6.3%2C0.3%2C6.3%2C0.3L0.1%2C6.1c-0.3%2C0.5%2C0%2C0.8%2C0%2C0.8l4.4%2C5c0.5%2C0.3%2C0.8%2C0%2C0.8%2C0l6.5-6.5C12%2C5.1%2C12%2C4.8%2C12%2C4.8s0-3.6%2C0-4.2C12%2C0%2C11.5%2C0%2C11.5%2C0z%20M9%2C4C8.4%2C4%2C8%2C3.6%2C8%2C3c0-0.6%2C0.4-1%2C1-1c0.6%2C0%2C1%2C0.4%2C1%2C1C10%2C3.6%2C9.6%2C4%2C9%2C4z%5C%22/%3E%27%29%200%2050%25%20no-repeat%22%7D*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c5c5c5%22%20d%3D%22M11.5%2C0L6.8%2C0C6.4%2C0.1%2C6.3%2C0.3%2C6.3%2C0.3L0.1%2C6.1c-0.3%2C0.5%2C0%2C0.8%2C0%2C0.8l4.4%2C5c0.5%2C0.3%2C0.8%2C0%2C0.8%2C0l6.5-6.5C12%2C5.1%2C12%2C4.8%2C12%2C4.8s0-3.6%2C0-4.2C12%2C0%2C11.5%2C0%2C11.5%2C0z%20M9%2C4C8.4%2C4%2C8%2C3.6%2C8%2C3c0-0.6%2C0.4-1%2C1-1c0.6%2C0%2C1%2C0.4%2C1%2C1C10%2C3.6%2C9.6%2C4%2C9%2C4z%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
  background-size: 0.92308em 0.92308em;
  font-size: 0.86667em; }

.g-tags--panel {
  display: block;
  padding: 0.53333em 1.33333em 0.66667em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%22px2em%281px%29%20solid%20%24color-border%22%7D*/
  border: 0.06667em solid #c5c5c5;
  border-radius: 0.26667em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22contrast%28%24color-widgets%2C%20%24color-text-dark%2C%20%24color-text-light%29%22%7D*/
  background-color: white; }

.g-article {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22border%22%2C%22value%22%3A%22px2em%281px%29%20solid%20%24color-border%22%7D*/
  border: 0.06667em solid #c5c5c5;
  border-radius: 0.26667em;
  font-size: 15px;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22background-color%22%2C%22value%22%3A%22contrast%28%24color-widgets%2C%20%24color-text-dark%2C%20%24color-text-light%29%22%7D*/
  background-color: white; }

.g-article__date {
  display: block;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22lighten%28%24color-text%2C%2020%25%29%22%7D*/
  color: #7b7b7b;
  font-size: 0.86667em;
  line-height: 1; }

.g-article__name {
  display: block;
  text-decoration: none; }

.g-article__body {
  margin: 1.2em 0 0.93333em; }

.g-article__body p:first-child {
  margin-top: 0; }

.g-article__body p:last-child {
  margin-bottom: 0; }

.g-article__image img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.g-article__text {
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848; }

.g-article__container {
  border-top: 0.06667em solid #eee;
  padding-top: 0.8em;
  margin-top: 0.93333em; }

.g-article__container-inner {
  font-size: 0; }

.g-article__amount-comment, .g-article__amount-view, .g-article__rating, .g-article__tags {
  vertical-align: middle; }

.g-article__rating, .g-article__tags {
  margin: 0 1em 0.33333em 0; }

.g-article__amount-view, .g-article__amount-comment {
  margin: 0.16667em 1.25em 0.41667em 0; }

.g-article--simple-view {
  margin: 0.6667em 0;
  padding: 1.2em 1.26667em 0.33333em; }

.g-article--simple-view .g-article__date {
  margin-bottom: 0.30769em; }

.g-article--simple-view .g-article__name {
  font-size: 1.33333em;
  line-height: 1.2; }

.g-article--simple-view .g-article__image {
  float: left;
  margin-right: 1.33333em; }

.g-article--column-view {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333334%;
  margin: 0 1.33333em 1.33333em 0;
  padding: 1em 1.26667em 0.8em;
  vertical-align: top; }

.g-article--column-view .g-article__date {
  margin-bottom: 0.38462em; }

.g-article--column-view .g-article__name {
  line-height: 1.2; }

.g-article-list {
  position: relative;
  margin: 1.06667em 0 3.06667em; }

.g-article-list:last-child {
  margin-bottom: 0; }

.g-article-list__load-more {
  margin: 2em 0 0;
  text-align: center; }

.g-article-list--simple-view-main {
  margin: 2em 0; }

.g-article-list--text {
  margin-bottom: 2em; }

.g-page-article {
  font-size: 15px;
  margin-top: 1.06667em; }

.g-page-article__date {
  margin-right: 1.33333em;
  color: #787878;
  display: inline-block;
  font-size: 0.86667em; }

.g-page-article__rating, .g-page-article__comment {
  margin-right: 1.25em; }

.g-page-article__comment-list {
  margin-bottom: 2.66667em; }

.g-page-article__image {
  float: left;
  margin: 0 1.33333em 1.33333em 0; }

.g-page-article__text {
  margin-bottom: 3.33333em;
  /*%7B%22csspatch%22%3Atrue%2C%22type%22%3A%22property%22%2C%22name%22%3A%22color%22%2C%22value%22%3A%22%24color-text%22%7D*/
  color: #484848; }

.g-page-article__top-panel {
  margin-bottom: 1.33333em; }

.g-page-article__tags {
  margin: 1.33333em 0; }
/*
 //@ sourceMappingURL=articles.css.map
 //# sourceMappingURL=articles.css.map
 */
.g-form-control-calendar .ui-datepicker-trigger:before {
  display: none; }

.g-form-calendar__icon {
  position: absolute;
  top: 4px;
  right: 6px;
  height: 24px;
  width: 24px;
  z-index: 1;
  fill: #15c; }
/***
 Spectrum Colorpicker v1.8.0
 https://github.com/bgrins/spectrum
 Author: Brian Grinstead
 License: MIT
 ***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden; }

.sp-container.sp-flat {
  position: relative; }
/* Fix for * { box-sizing: border-box; } */
.sp-container, .sp-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block; }

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%; }

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%; }

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%; }

.sp-fill {
  padding-top: 80%; }

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px; }

.sp-alpha-enabled .sp-alpha {
  display: block; }

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: 0.8; }

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px; }

.sp-alpha-inner {
  border: solid 1px #333; }

.sp-clear {
  display: none; }

.sp-clear.sp-clear-display {
  background-position: center; }

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px; }
/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sp-container.sp-input-disabled .sp-input-container {
  display: none; }

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none; }

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none; }

.sp-palette-only .sp-picker-container {
  display: none; }

.sp-palette-disabled .sp-palette-container {
  display: none; }

.sp-initial-disabled .sp-initial {
  display: none; }
/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(204, 154, 129, 0)));
  background: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }

.sp-val {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(204, 154, 129, 0)));
  background: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }

.sp-hue {
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(#f00));
  background: linear-gradient(to bottom, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%); }
/* IE filters do not support multiple color stops.
 Generate 6 divs, line them up, and do two color gradients for each.
 Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }

.sp-hidden {
  display: none; }
/* Clearfix hack */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table; }

.sp-cf:after {
  clear: both; }

.sp-cf {
  *zoom: 1; }
/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%; }

  .sp-hue {
    left: 63%; }

  .sp-fill {
    padding-top: 60%; } }

.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: 0.8; }
/*
 Theme authors:
 Here are the basic themeable display options (colors, fonts, global widths).
 See http://bgrins.github.io/spectrum/themes/ for instructions.
 */
.sp-container {
  border-radius: 0;
  background-color: #ececec;
  border: solid 1px #f0c49b;
  padding: 0; }

.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.sp-top {
  margin-bottom: 3px; }

.sp-color, .sp-hue, .sp-clear {
  border: solid 1px #666; }
/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px; }

.sp-initial-disabled .sp-input-container {
  width: 100%; }

.sp-input {
  font-size: 12px;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222; }

.sp-input:focus {
  border: 1px solid orange; }

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd; }

.sp-picker-container, .sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px; }

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff; }
/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc; }

.sp-palette-only .sp-palette-container {
  border: 0; }

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent; }

.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange; }

.sp-thumb-el {
  position: relative; }
/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333; }

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0; }

.sp-initial .sp-clear-display {
  background-position: center; }
/* Buttons */
.sp-palette-button-container, .sp-button-container {
  float: right; }
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle; }

.sp-replacer:hover, .sp-replacer.sp-active {
  border-color: #f0c49b;
  color: #111; }

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver; }

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px; }

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0; }

.sp-palette {
  *width: 220px;
  max-width: 220px; }

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0; }

.sp-container {
  padding-bottom: 0; }
/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
  background: linear-gradient(to bottom, #eee, #ccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle; }

.sp-container button:hover {
  background-color: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
  background: linear-gradient(to bottom, #ddd, #bbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd; }

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; }

.sp-cancel {
  font-size: 11px;
  color: #d93f3f;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none; }

.sp-cancel:hover {
  color: #d93f3f;
  text-decoration: underline; }

.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000; }

.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }

.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==); }

.color-picker {
  width: 174px;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 3px; }

.color-picker__val {
  padding-left: 12px;
  max-width: 100%;
  border: none;
  max-width: 142px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 32px;
  top: 0; }

.color-picker__sample {
  display: block;
  background-color: #13ab41;
  width: 32px;
  height: 32px; }

.sp-picker-container {
  width: 230px; }

.sp-input-container {
  width: 165px; }

.sp-dd {
  display: none; }

.sp-replacer {
  border: none;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 32px;
  flex: 1 0 32px;
  position: relative;
  z-index: 2;
  background-color: transparent; }

.sp-preview {
  width: auto;
  height: auto;
  margin: 0;
  border: none; }

.sp-preview-inner {
  position: static;
  width: 32px;
  height: 32px;
  border-right: 1px solid #d7d7d7; }

.sp-palette {
  max-width: 70px; }

.sp-palette-row-initial .sp-thumb-el {
  width: 60px; }

.sp-palette-row-initial .sp-thumb-el span {
  width: 100%; }

.sp-palette-row-initial .sp-thumb-el:first-child {
  display: none; }

.sp-flat .sp-palette-container, .sp-flat .sp-palette {
  width: 100%;
  max-width: 100%; }

.sp-flat.sp-container {
  border: none;
  background-color: transparent; }

.controls {
  background-color: #f7f7f7;
  -webkit-box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.2);
  width: 585px;
  padding: 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.controls__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.controls__layout {
  border-bottom: 1px dashed #c9c9c9; }

.controls__layout:first-child {
  border-bottom: 1px solid #c9c9c9; }

.controls__layout:last-child {
  border-bottom: 0; }

.controls__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.controls__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.controls__more {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.controls__title {
  font-size: 20px;
  line-height: 1.3;
  color: #212121;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 800px;
  flex: 1 1 800px; }

.controls__title:hover svg {
  fill: #13ab41; }

.controls__title:active svg, .controls__title ._opened svg {
  fill: rgba(130, 130, 130, 0.7); }

.controls__title svg {
  margin-right: 8px;
  fill: rgba(19, 171, 65, 0.7); }

.controls__cancel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.controls__cancel:hover svg {
  fill: #828282; }

.controls__cancel:active svg {
  fill: rgba(130, 130, 130, 0.5); }

.controls__cancel:active span {
  opacity: 0.7; }

.controls__cancel span {
  font-size: 13px;
  line-height: 1.08;
  letter-spacing: -0.1px;
  color: #8e8e93; }

.controls__cancel svg {
  width: 26px;
  height: 26px;
  fill: rgba(130, 130, 130, 0.7); }

.controls__element {
  margin-bottom: 16px;
  margin-right: 11px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 174px;
  flex: 0 0 174px; }

.controls__element--half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82px;
  flex: 0 0 82px; }

.controls__element--wide {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 800px;
  flex: 0 1 800px;
  margin-right: 0; }

.controls__element-title {
  font-size: 13px;
  line-height: 1.08;
  letter-spacing: -0.1px;
  color: #8e8e93;
  margin: 0 0 8px 0;
  display: inline-block;
  vertical-align: top; }

.controls__input {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #d7d7d7;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #484848;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

.controls__input--small {
  width: 55px;
  padding: 7px 12px; }

.controls__state-trigger {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.14;
  color: #15c;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0; }

.controls__state-trigger:after {
  content: '';
  position: absolute;
  top: 6px;
  left: calc(100% + 8px);
  border: 4px solid transparent;
  border-top: 6px solid #15c;
  border-bottom: none;
  opacity: 0.7; }

.controls__state-inner {
  display: none;
  margin-top: 16px; }

.controls__number {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #d7d7d7;
  height: 34px;
  padding-left: 12px;
  outline: none;
  width: 100%; }

.size-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.size-control:before {
  content: 'x';
  color: #8e8e93;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: -0.4px;
  position: absolute;
  top: 10px;
  left: 72px;
  display: block; }

.size-control input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 68px;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #484848;
  padding: 0 12px;
  margin-right: 16px; }

.g-form-control-calendar .ui-datepicker-trigger {
  z-index: 5; }

.selectbox {
  position: relative;
  z-index: 1;
  width: 174px; }

.selectbox:before {
  content: '';
  border-top: 6px solid #c8c8c8;
  border-bottom: 0px solid #c8c8c8;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 15px;
  right: 7px; }

.selectbox__selected {
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #d7d7d7;
  height: 34px;
  width: 100%;
  padding: 7px 11px 6px 11px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.selectbox__dropdown {
  display: none;
  width: 100%;
  max-height: 100px;
  overflow: auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: solid 1px #d7d7d7;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px; }

.selectbox__dropdown-item {
  font-size: 14px;
  line-height: 16px;
  color: #333;
  padding: 7px 11px 6px 11px;
  cursor: pointer; }

.selectbox__dropdown-item:hover, .selectbox__dropdown-item._selected {
  background-color: #dcf3e3; }

.wide-color {
  max-width: 174px;
  position: relative;
  z-index: 1; }

.wide-color._opened {
  z-index: 2; }

.wide-color__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.wide-color__inner:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 15px;
  border-top: 6px solid #c8c8c8;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.wide-color__sample {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  cursor: pointer; }

.wide-color__input {
  border: none;
  border-left: 1px solid #d7d7d7;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 20px; }

.wide-color__dropdown {
  position: absolute;
  margin-top: 2px;
  top: 100%;
  left: -17px;
  padding: 16px 13px 16px 16px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 2;
  display: none; }

._opened .wide-color__dropdown {
  display: block; }

.wide-color__selectbox {
  height: 34px;
  z-index: 2; }

.wide-color__tabs {
  position: relative;
  z-index: 1; }

.wide-color__tab {
  display: none; }

.wide-color__tab._active {
  display: block; }

.wide-color__tab._active:not(:empty) {
  margin-top: 13px; }

.wide-color__gradient-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.wide-color__gradient-angle {
  margin-left: 8px;
  margin-right: 0; }

.g-button {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 24px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.625;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  outline: none;
  text-decoration: none; }

.g-button--invert {
  background: transparent;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

.g-button--iconed-left, .g-button--iconed-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.g-button--iconed-left svg, .g-button--iconed-right svg {
  width: 26px;
  height: auto;
  /* fill: #fff; */ }

.g-button--iconed-left {
  padding-left: 8px; }

.g-button--iconed-left span {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.g-button--iconed-left svg {
  margin-right: 8px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.g-button--iconed-right {
  padding-right: 8px; }

.g-button--iconed-right span {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.g-button--iconed-right svg {
  margin-left: 8px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.g-button--no-text {
  padding: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.g-button--no-text svg {
  width: 26px;
  height: 26px;
  fill: #fff; }

.g-button--accent {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe38b), to(#ffcc2b));
  background: linear-gradient(to bottom, #ffe38b, #ffcc2b);
  color: #383222; }

.g-button--accent:hover {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background: #ffcc2b;
  color: #383222; }

.g-button--accent:active {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffcc2b;
  color: #383222; }

.g-button--accent svg {
  fill: #fff; }

.g-button--disabled, .g-button--disabled:hover, .g-button--disabled:active {
  cursor: default;
  color: #979797;
  border-color: #c5c5c5;
  background: #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  outline: none; }

.g-button--disabled svg, .g-button--disabled:hover svg, .g-button--disabled:active svg {
  fill: #c7c7c7; }

.radius-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%; }

.radius-control._opened {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

._opened .radius-control__main {
  display: none; }

.radius-control__toggler {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  height: 34px;
  width: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  border-radius: 6px;
  border: solid 1px rgba(17, 85, 204, 0.5);
  cursor: pointer; }

.radius-control__toggler svg {
  width: 26px;
  height: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px; }

._opened .radius-control__toggler svg {
  fill: rgba(51, 51, 51, 0.3); }

.radius-control__details {
  display: none; }

._opened .radius-control__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.radius-control__input {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin-bottom: 0; }

.radius-control__input:before {
  content: '';
  width: 11px;
  height: 11px;
  bottom: 11px;
  left: 7px;
  position: absolute;
  display: block; }

.radius-control__input--lt:before {
  border-top-left-radius: 8px;
  border-top: solid 2px #9b9b9b;
  border-left: solid 2px #9b9b9b; }

.radius-control__input--rt:before {
  border-top-right-radius: 8px;
  border-top: solid 2px #9b9b9b;
  border-right: solid 2px #9b9b9b; }

.radius-control__input--lb:before {
  border-bottom-left-radius: 8px;
  border-bottom: solid 2px #9b9b9b;
  border-left: solid 2px #9b9b9b; }

.radius-control__input--rb:before {
  border-bottom-right-radius: 8px;
  border-bottom: solid 2px #9b9b9b;
  border-right: solid 2px #9b9b9b; }

.radius-control__input input {
  padding-left: 26px; }

strong {
  font-weight: bold; }

.p-text-block {
  font-size: 14px;
  line-height: 1.43;
  color: #484848;
  margin: 16px 0; }

.p-text-block small {
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: -0.2px;
  color: #8c8c8c; }

.g-header {
  color: #212121;
  margin: 32px 0; }

.g-header--h1 {
  font-size: 40px;
  line-height: 1.2; }

.g-header--h2 {
  font-size: 32px;
  line-height: 1.25; }

.g-header--h3 {
  font-size: 28px;
  line-height: 1.29; }

.g-header--h4 {
  font-size: 24px;
  line-height: 1.25; }

.g-header--h5 {
  font-size: 20px;
  line-height: 1.3; }

.g-header--h6 {
  font-size: 18px;
  line-height: 1.33; }

.g-link {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.14;
  color: #15c;
  outline: none;
  text-decoration: none; }

.g-link:hover {
  text-decoration: underline; }

.g-link:active {
  text-decoration: none; }

.g-categories__button svg {
  position: absolute;
  top: 50%;
  left: 0.78571em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em; }

.g-categories__button::after {
  display: none; }

input[type=text][name=_cn]:hover, .g-form-control-text:hover, .g-form-control-textarea:hover {
  border: 1px solid rgba(17, 85, 204, 0.6);
  -webkit-box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4); }

.chosen-container:hover .chosen-choices {
  background: #fff;
  border: 1px solid rgba(17, 85, 204, 0.6);
  -webkit-box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.4);
  border-radius: 4px; }

.so-header-wrapp {
  padding: 30px 20px 20px 20px;
  -webkit-box-shadow: 0 1px 0 0 rgba(211, 211, 211, 0.5);
  box-shadow: 0 1px 0 0 rgba(211, 211, 211, 0.5); }

@media (min-width: 600px) {
  .so-header-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px; } }

@media (min-width: 1200px) {
  .so-header-wrapp {
    padding: 30px 100px 30px 50px; } }

.so-header {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto; }

.so-header svg {
  fill: #828282;
  display: none; }

@media (min-width: 600px) {
  .so-header svg {
    display: block;
    margin-right: 15px; } }

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

@media (min-width: 600px) {
  .so-header__title {
    text-align: left; } }

.so-header__title-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0; }

.so-header__title-subtext {
  color: #8c8c8c;
  margin: 0; }

@media (min-width: 600px) {
  .so-header__title-subtext {
    font-size: 13px; } }

.so-header__phone-text {
  color: #8c8c8c;
  margin: 0; }

@media (min-width: 600px) {
  .so-header__phone-text {
    margin-bottom: 8px;
    font-size: 13px;
    text-align: left; } }

.so-header__phone {
  text-align: center;
  margin-top: 15px; }

@media (min-width: 600px) {
  .so-header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0; } }

.so-header__phone-number {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0; }

@media (min-width: 600px) {
  .so-header__phone-number {
    text-align: left; } }

@media print {
  .so-header {
    display: none; } }

.so-content__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 60px; }
  @media (max-width: 1200px) {
  .so-content__status {
    padding: 24px 0; } }

@media (min-width: 1200px) {
  .so-content__status {
    padding-top: 24px;
    width: 100%; } }

@media print {
  .so-content__status {
    display: none; } }

.so-content__status-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px; }

@media (min-width: 600px) {
  .so-content__status-block {
    margin-left: 24px;
    margin-right: 24px; } }

.so-content__status-block-icon {
  height: 48px;
  width: 48px;
  opacity: 0.3;
  background-color: #fafafa;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 600px) {
  .so-content__status-block-icon {
    height: 64px;
    width: 64px; } }

@media (min-width: 1200px) {
  .so-content__status-block-icon {
    height: 72px;
    width: 72px; } }

.so-content__status-block-icon svg {
  display: block;
  height: 27px;
  width: 27px;
  color: #c7c7c7; }

@media (min-width: 600px) {
  .so-content__status-block-icon svg {
    height: 35px;
    width: 35px; } }

@media (min-width: 1200px) {
  .so-content__status-block-icon svg {
    height: 48px;
    width: 48px; } }

.so-content__status-block-text {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.1px;
  color: #999;
  margin-left: 16px;
  display: none; }

@media (min-width: 600px) {
  .so-content__status-block-text {
    display: block; } }

@media (min-width: 1200px) {
  .so-content__status-block-text {
    margin-left: 8px; } }

.so-content__aside {
  display: block;
  padding: 20px; }

@media (min-width: 1200px) {
  .so-content__aside {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 370px;
    flex: 1 0 370px;
    margin-left: 24px;
    padding: 0;
    padding-right: 100px;
    padding-top: 54px; } }

.so-content__aside .buy-btn {
  display: none; }

@media (min-width: 1200px) {
  .so-content__aside .buy-btn {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, from(#2f77f5), to(#15c));
    background: linear-gradient(to bottom, #2f77f5, #15c);
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    display: block;
    padding: 0; } }

.so-content__aside-title {
  display: none; }

@media (min-width: 1200px) {
  .so-content__aside-title {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    color: #212121;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center; } }

.so-content__aside-info {
  padding: 20px 10px 20px 20px;
  border-radius: 4px;
  border: 1px solid #d7d7d7; }

@media (min-width: 1200px) {
  .so-content__aside-info {
    position: relative;
    padding: 40px;
    border-radius: 8px; } }

.so-content__aside-info p {
  margin-left: -5px;
  margin-bottom: 10px;
  margin-top: 5px; }

@media (min-width: 1200px) {
  .so-content__aside-info p {
    margin-bottom: 1em; } }

.so-content__aside-info p span {
  font-size: 13px;
  line-height: 1.14;
  color: #000;
  font-weight: bold;
  margin-left: 8px; }

@media (min-width: 1200px) {
  .so-content__aside-info p span {
    font-size: 14px; } }

.so-content__aside-info .aside-info-type {
  font-weight: normal;
  color: #8c8c8c;
  min-width: 100px;
  display: inline-block;
  vertical-align: top; }

@media (min-width: 600px) {
  .so-content__aside-info .aside-info-type {
    vertical-align: auto; } }

.so-content__aside-info-title {
  font-size: 13px;
  color: #15c;
  background-color: #fff; }

.so-content__aside-reg {
  display: none; }

@media (min-width: 1200px) {
  .so-content__aside-reg {
    padding: 40px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fafafa;
    border-radius: 8px;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .so-content__aside-reg .g-form-field {
    padding: 0 40px 0 40px; }

  .so-content__aside-reg .g-form-field__value {
    width: 100%; }

  .so-content__aside-reg .g-form-field__title--light {
    font-weight: normal;
    color: #8c8c8c; }

  .so-content__aside-reg .login-btn {
    width: 100%;
    height: 34px;
    margin-top: 14px;
    padding: 0;
    margin-bottom: 40px; }

  .so-content__aside-reg .g-social__item {
    margin-right: 4px;
    width: 32px;
    height: 32px; }

  .so-content__aside-reg .g-auth__row {
    background-color: rgba(0, 0, 0, 0.05);
    height: 96px;
    text-align: center;
    margin-bottom: 0;
    padding-top: 18px !important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; } }

@media print {
  .so-content__aside-reg {
    display: none; } }

.so-content__aside-paytype {
  display: inline-block;
  width: 120px;
  vertical-align: top; }

@media (min-width: 600px) {
  .so-content__aside-paytype {
    width: auto;
    vertical-align: auto; } }

.so-content__aside-paytype--unselected {
  color: red !important; }

.so-content__aside-reg-btn {
  padding-left: 40px;
  padding-right: 40px; }

.so-content__aside-reg-text {
  font-size: 13px;
  line-height: 1.38;
  color: #8c8c8c;
  margin-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px; }

.so-content__aside-reg-text a {
  margin-left: 2px; }

.so-content {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }

.so-content .cart-aside {
  display: none; }

@media (min-width: 1200px) {
  .so-content .cart-aside {
    display: block; } }

.so-content__cart {
  padding: 0 20px;
  position: relative; }

@media (min-width: 600px) {
  .so-content__cart {
    padding: 0 32px; } }

@media (min-width: 1200px) {
  .so-content__cart {
    padding: 0 0 0 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%; } }

.so-content__cart-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #212121;
  font-weight: normal;
  margin-bottom: 14px; }

@media (min-width: 600px) {
  .so-content__cart-title {
    font-size: 28px;
    margin-bottom: 24px; } }

.so-content__cart-buttons .g-button {
  line-height: 1.33;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold; }

@media (min-width: 600px) {
  .so-content__cart-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .so-content__cart-buttons .g-button {
    width: auto;
    font-size: 18px;
    height: 48px; } }

@media (min-width: 1200px) {
  .so-content__cart-buttons {
    display: none; } }

@media print {
  .so-content__cart-buttons {
    display: none; } }

.so-content__cart-info {
  border-radius: 6px;
  background-color: #fdf8bc;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  text-align: center;
  color: #212121;
  border: 1px solid #f5e2a4;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 600px) {
  .so-content__cart-info {
    text-align: left;
    padding-left: 24px; } }

@media (min-width: 1200px) {
  .so-content__cart-info {
    border: none;
    background: transparent;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
    position: absolute;
    top: -12px;
    right: 0;
    padding-right: 0; } }

@media (min-width: 1300px) {
  .so-content__cart-info {
    top: 35px;
    right: unset; } }

@media (min-width: 1200px) {
  .so-content__cart-info span {
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: -0.1px;
    color: #8c8c8c;
    font-weight: normal; } }

.so-content__cart-info-warning {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.1px;
  color: #f52727;
  display: none; }

@media (min-width: 1200px) {
  .so-content__cart-info-warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.so-content__cart-info-warning span {
  display: block;
  margin-left: 8px;
  color: #f52727; }

@media (min-width: 1200px) {
  .so-content__cart-info-warning span {
    font-size: 16px;
    font-weight: bold; } }

.so-content__cart-info-warning svg {
  fill: #f52727;
  display: none; }

@media (min-width: 1200px) {
  .so-content__cart-info-warning svg {
    display: block; } }

.so-content__cart-controls {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 15px; }

@media (min-width: 1200px) {
  .so-content__cart-controls {
    padding-bottom: 10px; } }

.so-content__cart-controls .g-button {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 100%;
  padding: 3.5px 24px 3.5px 10px;
  text-align: center; }

@media (min-width: 600px) {
  .so-content__cart-controls .g-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 197px;
    flex: 0 0 197px;
    margin-left: 8px; } }

@media (min-width: 1200px) {
  .so-content__cart-controls .g-button {
    width: auto;
    height: 32px;
    font-size: 14px;
    line-height: 0;
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.so-content__cart-controls .g-button span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.so-content__cart-controls .g-button svg {
  fill: #333;
  margin-top: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media (min-width: 600px) {
  .so-content__cart-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1200px) {
  .so-content__cart-controls {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (min-width: 600px) {
  .so-content__cart-controls .clear-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%; } }

@media (min-width: 960px) {
  .so-content__cart-controls .clear-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 197px;
    flex: 0 0 197px; } }

@media (min-width: 1200px) {
  .so-content__cart-controls .clear-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

@media (min-width: 600px) {
  .so-content__cart-controls .resum-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%; } }

@media (min-width: 960px) {
  .so-content__cart-controls .resum-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 197px;
    flex: 0 0 197px; } }

@media (min-width: 1200px) {
  .so-content__cart-controls .resum-cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.so-content__cart-controls .print-cart {
  display: none; }

@media (min-width: 1200px) {
  .so-content__cart-controls .print-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 600px) {
  .so-content__cart-controls .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 0; } }

@media (min-width: 1200px) {
  .so-content__cart-controls .link {
    display: none; } }

@media print {
  .so-content__cart-controls {
    display: none; } }

.so-content .print {
  display: none; }

@media (min-width: 1200px) {
  .so-content .print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.so-content__cart-items-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  border-bottom: 1px solid #9e9e9e;
  margin-top: 8px;
  margin-bottom: 10px; }

@media (min-width: 1200px) {
  .so-content__cart-items-header {
    margin-top: 0; } }

.so-content__cart-items-header span {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 10px;
  padding-right: 50px;
  font-size: 14px;
  color: #484848; }

.so-content__cart-items-header .item {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto; }

.so-content__cart-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9e9e9e; }

@media (min-width: 600px) {
  .so-content__cart-item {
    padding-left: 118px; } }

@media (min-width: 1200px) {
  .so-content__cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 220px;
    padding-right: 10px; } }

@media print {
  .so-content__cart-item {
    width: 100%; } }

.so-content__cart-item-image {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 4px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (min-width: 600px) {
  .so-content__cart-item-image {
    height: 100px;
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.so-content__cart-item-image img {
  max-width: 60px; }

@media (min-width: 600px) {
  .so-content__cart-item-image img {
    max-width: 80px; } }

.so-content__cart-item-image .image-hover {
  display: none; }

@media (min-width: 1200px) {
  .so-content__cart-item-image .image-hover {
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }

  .so-content__cart-item-image .image-hover:hover {
    opacity: 1; } }

.so-content__cart-item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 600px) {
  .so-content__cart-item-description {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -118px; } }

@media (min-width: 1200px) {
  .so-content__cart-item-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 50%; } }

.so-content__cart-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex: 2 0 190px;
  flex: 2 0 190px;
  padding-left: 18px;
  margin-bottom: 16px; }

.so-content__cart-item-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.43;
  color: #15c; }

@media (min-width: 600px) {
  .so-content__cart-item-name {
    font-size: 16px;
    margin-bottom: 11px; } }

@media (min-width: 1200px) {
  .so-content__cart-item-name {
    min-height: 44px; } }

.so-content__cart-item-name a {
  color: #15c; }

.so-content__cart-item-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.so-content__cart-item-gallery .gallery-item {
  margin-right: 7px;
  height: 48px;
  width: 48px;
  padding: 5px;
  border: 1px solid #9e9e9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.so-content__cart-item-gallery .gallery-item img {
  width: 100%; }

.so-content__cart-item-params {
  border-radius: 4px;
  border: 2px solid rgba(17, 85, 204, 0.35);
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
  min-height: 42px;
  max-height: 42px; }

.so-content__cart-item-params--opened {
  min-height: 200px;
  max-height: 1500px;
  padding-top: 10px; }

@media (min-width: 1200px) {
  .so-content__cart-item-params {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border: none;
    text-align: left; }

  .so-content__cart-item-params--opened {
    padding-top: 0; } }

@media print {
  .so-content__cart-item-params {
    overflow: visible;
    min-height: 300px; } }

.so-content__cart-item-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; }

@media (min-width: 600px) {
  .so-content__cart-item-pricing {
    margin-top: 24px;
    margin-bottom: 24px; } }

@media (min-width: 1200px) {
  .so-content__cart-item-pricing {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto; } }

.so-content__cart-item-pricing .item-price, .so-content__cart-item-pricing .item-total {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (min-width: 600px) {
  .so-content__cart-item-pricing .item-price, .so-content__cart-item-pricing .item-total {
    font-size: 18px; } }

@media (min-width: 1200px) {
  .so-content__cart-item-pricing .item-price, .so-content__cart-item-pricing .item-total {
    font-size: 16px; } }

@media (min-width: 600px) {
  .so-content__cart-item-pricing .item-price-multiply, .so-content__cart-item-pricing .item-price-equal {
    display: none; } }

.so-content__cart-item-pricing .item-total {
  width: 60px; }

@media (min-width: 600px) {
  .so-content__cart-item-pricing .item-total {
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto; } }

@media (min-width: 1200px) {
  .so-content__cart-item-pricing .item-total {
    width: 120px;
    text-align: center; } }

.so-content__cart-item-pricing .item-price-old {
  position: absolute;
  min-width: 50px;
  bottom: 22px;
  left: 0;
  font-size: 12px;
  line-height: 1.17;
  color: #8c8c8c;
  text-decoration: line-through; }

@media (min-width: 600px) {
  .so-content__cart-item-pricing .item-price-old {
    bottom: 25px;
    left: 50px;
    font-size: 16px; } }

@media (min-width: 1200px) {
  .so-content__cart-item-pricing .item-price-old {
    font-size: 14px;
    left: 40px;
    bottom: 57px; } }

.so-content__cart-item-pricing .item-price-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (min-width: 600px) {
  .so-content__cart-item-pricing .item-price-input {
    margin-left: auto;
    font-size: 14px; } }

@media (min-width: 1200px) {
  .so-content__cart-item-pricing .item-price-input {
    margin-left: 70px;
    margin-right: 20px; } }

.so-content__cart-item-pricing .item-count {
  width: 48px;
  text-align: center;
  margin-left: 0; }

@media (min-width: 600px) {
  .so-content__cart-item-pricing .item-count {
    width: 60px;
    height: 48px; } }

@media (min-width: 1200px) {
  .so-content__cart-item-pricing .item-count {
    width: 40px;
    height: 32px; } }

.so-content__cart-item-pricing .item-count-clear {
  fill: #e7433a;
  cursor: pointer; }

@media (min-width: 600px) {
  .so-content__cart-item-pricing .item-count-clear {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
    height: 32px;
    width: 32px; } }

@media (min-width: 1200px) {
  .so-content__cart-item-pricing .item-count-clear {
    height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24px;
    flex: 0 1 24px; } }

.so-content__cart-item-pricing .item-count-plus {
  fill: #15c;
  cursor: pointer; }

@media (min-width: 600px) {
  .so-content__cart-item-pricing .item-count-plus {
    height: 32px;
    width: 32px;
    margin-left: 12px; } }

@media (min-width: 1200px) {
  .so-content__cart-item-pricing .item-count-plus {
    height: 24px;
    width: 24px;
    margin-left: 4px; } }

.so-content__cart-item-pricing .item-count-minus {
  fill: #15c;
  cursor: pointer; }

@media (min-width: 600px) {
  .so-content__cart-item-pricing .item-count-minus {
    height: 32px;
    width: 32px;
    margin-right: 12px; } }

@media (min-width: 1200px) {
  .so-content__cart-item-pricing .item-count-minus {
    height: 24px;
    width: 24px;
    margin-right: 4px; } }

.so-content__cart-item-pricing .item-count-minus._disabled {
  fill: #c7c7c7; }

.so-content .params-title {
  height: 40px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (min-width: 600px) {
  .so-content .params-title {
    font-size: 15px; } }

@media (min-width: 1200px) {
  .so-content .params-title {
    display: inline-block;
    width: auto;
    text-align: left;
    border-bottom: 1px dashed #000;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px; } }

.so-content .params-text {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 1200px) {
  .so-content .params-text {
    padding-left: 0;
    padding-right: 0; } }

.so-content .params-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #b5b5b5; }

.so-content .params-text p:last-child {
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .so-content .params-text p:last-child {
    margin-bottom: 10px; } }

.so-content .params-text__type {
  font-size: 13px;
  line-height: 1.23;
  color: #8c8c8c;
  min-width: 80px; }

.so-content .params-text__value {
  font-size: 12px;
  line-height: 1.33;
  color: #333;
  margin-left: 59px; }

.so-content .params-text .params-color {
  border-radius: 50px;
  height: 16px;
  width: 16px;
  padding: 6px;
  border: 1px solid #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.so-content .params-text .params-color span {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 10px;
  flex: 1 0 10px; }

.so-content .params-text .params-color--black {
  background-color: #000; }

.so-content .params-text .params-color--camo {
  background-color: #78866b; }

.so-content__cart-discount {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #8c8c8c; }

@media (min-width: 600px) {
  .so-content__cart-discount {
    padding-left: 118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px; } }

@media (min-width: 1200px) {
  .so-content__cart-discount {
    padding-left: 0; } }

.so-content__cart-discount button {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 600px) {
  .so-content__cart-discount button {
    margin: 0 0 0 8px;
    height: 48px;
    font-size: 18px;
    width: 49%; } }

@media (min-width: 1200px) {
  .so-content__cart-discount button {
    height: 32px;
    font-size: 14px;
    width: auto;
    padding: 0 10px; } }

.so-content__cart-discount-input {
  height: 40px;
  text-align: center; }

@media (min-width: 600px) {
  .so-content__cart-discount-input {
    height: 48px;
    font-size: 16px;
    padding-left: 24px;
    text-align: left;
    width: 49%; } }

@media (min-width: 1200px) {
  .so-content__cart-discount-input {
    height: 32px;
    width: 30%;
    font-size: 12px;
    padding-left: 12px; } }

.so-content__cart-discount-accept {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 600px) {
  .so-content__cart-discount-accept {
    margin-top: 16px;
    padding-left: 24px; } }

@media (min-width: 1200px) {
  .so-content__cart-discount-accept {
    margin-top: 0; } }

.so-content__cart-discount-accept span {
  font-size: 14px;
  color: #8c8c8c;
  display: block;
  margin-right: 13px; }

@media (min-width: 1200px) {
  .so-content__cart-discount-accept span {
    margin-right: 28px;
    margin-left: 30px; } }

.so-content__cart-discount-accept .discount-number {
  background-color: #fdf8bc;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto; }

@media (min-width: 600px) and (min-width: 600px) {
  .so-content__cart-discount-accept .discount-number {
    min-width: 160px;
    text-align: center; } }

.so-content__cart-discount-accept .discount-number span {
  font-size: 14px;
  color: #484848;
  line-height: 32px; }

@media (min-width: 600px) {
  .so-content .cart-bottom-buttons .g-button {
    padding: 0; } }

@media (min-width: 600px) {
  .so-content .cart-bottom-buttons {
    padding-left: 118px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .so-content .cart-bottom-buttons button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .so-content .cart-bottom-buttons button:last-child {
    margin-left: 8px; } }

.so-content__cart-total {
  margin-bottom: 15px; }

@media (min-width: 600px) {
  .so-content__cart-total {
    padding-left: 118px;
    margin-bottom: 39px; } }

@media (min-width: 1200px) {
  .so-content__cart-total {
    padding-left: 50%; } }

@media (min-width: 1200px) {
  .so-content .cart-total {
    margin-top: 10px; } }

.so-content .cart-total p {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #9e9e9e; }

@media (min-width: 600px) {
  .so-content .cart-total p {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (min-width: 1200px) {
  .so-content .cart-total p {
    padding-right: 10px; } }

.so-content .cart-total p:nth-child(3) {
  border-bottom: 1px solid #9e9e9e; }

.so-content .cart-total p:last-child {
  border-bottom: 1px solid #9e9e9e;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.so-content .cart-total span {
  font-size: 14px;
  color: #484848; }
  .so-content .cart-total span.question {
    cursor: pointer; }

.so-content .cart-total__sum span {
  font-weight: bold; }

.so-content .cart-total__sum span:last-child {
  font-size: 20px; }

@media (min-width: 600px) {
  .so-content .cart-total__sum span:last-child {
    font-size: 24px; } }

.so-content .cart-total .total-value {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #333; }

@media (min-width: 600px) {
  .so-content .cart-total .total-value {
    font-size: 18px; } }

.so-content .cart-total .total-value--sale {
  color: #f52727; }

.so-content__cart-note {
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  padding: 28px 20px 20px 20px;
  margin: 40px auto; }

@media (min-width: 600px) {
  .so-content__cart-note {
    position: relative;
    padding: 35px;
    border-radius: 8px; }

  .so-content__cart-note a {
    display: block;
    margin-top: 70px; } }

@media print {
  .so-content__cart-note {
    display: none; } }

@media (min-width: 600px) {
  .so-content__cart-note-text {
    width: 65%; } }

.so-content__cart-note-text p {
  font-size: 18px;
  line-height: 1.33;
  color: #212121;
  margin: 0 0 14px 0; }

.so-content__cart-note-text span {
  font-size: 14px;
  line-height: 1.43;
  color: #484848; }

.so-content__cart-note-image {
  margin: 12px auto 26px auto;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  padding: 24px 12px;
  width: 60%; }

@media (min-width: 600px) {
  .so-content__cart-note-image {
    width: 146px;
    height: 146px;
    position: absolute;
    right: 40px;
    bottom: 10px; }

  .so-content__cart-note-image img {
    width: 124px;
    height: 100px; } }

.so-content__cart-note-image img {
  width: 100%; }

.so-content__delivery {
  display: block;
  padding: 20px 20px 0 20px; }

@media (min-width: 600px) {
  .so-content__delivery {
    padding: 32px; } }

@media (min-width: 1200px) {
  .so-content__delivery {
    padding: 0px 0 0 52px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%; } }

h2.so-content__delivery-title {
  font-size: 24px;
  line-height: 1.25;
  color: #212121;
  font-weight: normal;
  margin: 0; }

@media (min-width: 600px) {
  h2.so-content__delivery-title {
    font-size: 28px; } }

@media (min-width: 1200px) {
  h2.so-content__delivery-title {
    margin-bottom: 16px; } }

.so-content__delivery-buttons {
  margin-top: 20px; }

.so-content__delivery-buttons .g-button {
  line-height: 1.33;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold; }
  .so-content__delivery-buttons .g-button svg, .so-content__delivery-buttons .g-button span {
    display: inline-block;
    vertical-align: middle; }

.cart-left__top .g-button svg, .cart-left__top .g-button span {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 600px) {
  .so-content__delivery-buttons .g-button {
    height: 48px;
    width: auto;
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 600px) {
  .so-content__delivery-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .so-content__delivery-buttons {
    display: none; } }

.select-city {
  margin-top: 22px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px; }

@media (min-width: 600px) {
  .select-city {
    padding-left: 44px; } }

@media (min-width: 1200px) {
  .select-city {
    padding-left: 88px; } }

.select-city::after {
  content: '';
  background: #efefef;
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 73%;
  width: 2px; }

@media (min-width: 600px) {
  .select-city::after {
    bottom: -50px;
    height: 80%;
    left: 5px; } }

@media (min-width: 1200px) {
  .select-city::after {
    left: 27px;
    height: 60%;
    bottom: -30px;
    width: 3px;
    z-index: 0; } }

.select-city__geo {
  font-size: 13px;
  color: #686868; }

@media (min-width: 600px) {
  .select-city__geo {
    padding-left: 20px;
    padding-top: 8px; } }

.select-city__geo a {
  color: #15c;
  margin-left: 5px;
  padding-bottom: 1px;
  border-bottom: 1px dashed #15c; }

.select-city__geo a:hover {
  border-bottom: none; }

.select-city .g-form-field {
  padding: 0; }

.select-city .g-form-field__value {
  width: 100%;
  margin-bottom: 5px; }

.select-city .g-form-field__value input {
  height: 40px;
  width: 100%; }

@media (min-width: 600px) {
  .select-city .g-form-field__value input {
    height: 48px;
    padding-left: 24px; } }

@media (min-width: 1200px) {
  .select-city .g-form-field__value input {
    padding-left: 16px; } }

@media (min-width: 600px) {
  .select-city .g-form-field__title {
    font-size: 16px; } }

.select-city::before {
  ●';
  font-size: 18px;
  color: #efefef;
  position: absolute;
  left: -4px;
  top: 3px; }

@media (min-width: 600px) {
  .select-city::before {
    font-size: 32px;
    top: 40px; } }

@media (min-width: 1200px) {
  .select-city::before {
    content: '1';
    font-size: 28px;
    height: 64px;
    width: 64px;
    border-radius: 50px;
    color: #15c;
    background-color: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20px;
    z-index: 1; } }

.select-type {
  position: relative;
  padding-left: 20px; }

.select-type::before {
  ●';
  font-size: 18px;
  color: #efefef;
  position: absolute;
  left: -4px;
  top: -2px; }

@media (min-width: 600px) {
  .select-type::before {
    font-size: 32px;
    top: 45px; } }

@media (min-width: 1200px) {
  .select-type::before {
    content: '2';
    font-size: 28px;
    height: 64px;
    width: 64px;
    border-radius: 50px;
    color: #15c;
    background-color: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20px;
    z-index: 1; } }

@media (min-width: 600px) {
  .select-type__title {
    font-size: 16px;
    margin-bottom: 12px;
    display: block; } }

@media (min-width: 600px) {
  .select-type {
    padding-left: 44px; } }

@media (min-width: 1200px) {
  .select-type {
    padding-left: 88px; } }

.select-type .select-type-loading {
  display: none;
  border-radius: 4px;
  background-color: #fdf8bc;
  border: 1px solid #f5e2a4;
  padding: 12px 16px;
  font-size: 13px;
  color: #333;
  margin-top: 8px;
  max-width: 260px; }

.select-type .select-type-loading .preloaderr {
  position: absolute;
  top: 30%;
  left: 25%;
  width: 150px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  padding: 10px;
  z-index: 100; }

@media (min-width: 600px) {
  .select-type .select-type-loading .preloaderr {
    left: 45%; } }

@media (min-width: 960px) {
  .select-type .select-type-loading .preloaderr {
    top: 20%; } }

@media (min-width: 1200px) {
  .select-type .select-type-loading .preloaderr {
    top: 26%; } }

.select-type-block {
  border-radius: 4px;
  background-color: #f2f2f2;
  padding: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  max-height: 70px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s; }

@media (min-width: 600px) {
  .select-type-block {
    padding-left: 24px; } }

.select-type-block__header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select-type-block__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: -0.1px;
  color: #333;
  display: block; }

@media (min-width: 600px) {
  .select-type-block__title {
    font-size: 14px; } }

@media (min-width: 1200px) {
  .select-type-block__title {
    font-size: 16px; } }

.select-type-block__text {
  font-size: 13px;
  line-height: 1.54;
  color: #8c8c8c; }

.select-type-block--selected {
  background-color: #fff;
  border: 2px solid rgba(17, 85, 204, 0.5);
  max-height: 1500px; }

.select-type-block__inner {
  padding-top: 12px;
  border-bottom: 1px solid #efefef; }

.select-type-block__inner-item {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 1200px) {
  .select-type-block__inner-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #efefef;
    background: #efefef;
    margin-bottom: 5px;
    border-radius: 6px;
    padding-left: 20px;
    position: relative;
    min-height: 64px; } }

.select-type-block__inner-item--opened {
  border: 2px solid rgba(17, 85, 204, 0.5);
  background: #fff;
  padding-right: 16px; }

.select-type-block__inner-item--opened .g-form-control-radio__label {
  color: #15c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select-type-block__inner-item .g-form-field-wrap {
  width: 100%; }

.select-type-block__inner-item .g-form-field__value {
  width: 100%; }

.select-type-block__inner-item .g-form-field__value select {
  width: 100%; }

.select-type-block__inner-price {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  color: #333;
  padding-left: 25px;
  margin-top: 5px; }

@media (min-width: 1200px) {
  .select-type-block__inner-price {
    position: absolute;
    right: 16px; } }

.select-type-block__inner-item-time {
  font-size: 12px;
  line-height: 1.33;
  color: #878787;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 25px;
  margin-top: 5px; }

.select-type-block__inner-item-time svg {
  margin-right: 5px; }

.select-type-block__inner-adress {
  display: none;
  margin-top: 10px; }

@media (min-width: 600px) {
  .select-type-block__inner-adress {
    padding-left: 25px; } }

.select-type-block__inner-adress .g-form-field {
  padding-left: 0;
  padding-right: 0; }

.select-type-block__inner-adress textarea {
  height: 64px; }

@media (min-width: 600px) {
  .select-type-block__inner-adress .g-form-control-select + .chosen-container a.chosen-single {
    height: 48px;
    padding-top: 15px;
    width: 100%; } }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .g-form-control-select + .chosen-container a.chosen-single {
    height: 34px;
    padding-top: 8px; } }

@media (min-width: 600px) {
  .select-type-block__inner-adress .g-form-control-select + .chosen-container a.chosen-single div {
    top: 21px; } }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .g-form-control-select + .chosen-container a.chosen-single div {
    top: 14px; } }

.select-type-block__inner-adress .map {
  width: 100%;
  height: 100%; }

.select-type-block__inner-adress .map-wrapper {
  height: 56px;
  width: 100%;
  position: relative;
  border-radius: 4px;
  background-image: url(../img/map.png);
  background-position: 200px 100px;
  overflow: hidden; }

@media (min-width: 600px) {
  .select-type-block__inner-adress .map-wrapper {
    height: 64px; } }

.select-type-block__inner-adress .map-wrapper__close {
  border-radius: 50%;
  background-color: #fff;
  border: none;
  outline: none;
  position: absolute;
  right: 8px;
  top: 8px;
  height: 40px;
  width: 40px;
  display: none; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-wrapper__close {
    height: 34px;
    width: 34px; } }

.select-type-block__inner-adress .map-wrapper__close svg {
  margin: auto; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-wrapper__close svg {
    height: 26px;
    width: 26px;
    border: 1px solid rgba(17, 85, 204, 0.5);
    border-radius: 6px; } }

.select-type-block__inner-adress .map-wrapper__close span {
  display: none; }

.select-type-block__inner-adress .map-text {
  border-radius: 4px;
  background-color: rgba(34, 34, 34, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  height: 56px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  color: white;
  fill: #fff; }

@media (min-width: 600px) {
  .select-type-block__inner-adress .map-text {
    height: 64px; } }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-text {
    display: none; } }

.select-type-block__inner-adress .map-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100vh;
  width: 100vw;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff; }

.select-type-block__inner-adress .map-open {
  height: auto;
  background-image: none; }

.select-type-block__inner-adress .map-open .map {
  height: 288px; }

.select-type-block__inner-adress .map-open .map-wrapper__close {
  position: static;
  padding: 0;
  border-radius: 0;
  height: 64px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .map-wrapper__close {
    border: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.select-type-block__inner-adress .map-open .map-wrapper__close svg {
  margin-right: 8px;
  margin-left: 0;
  height: 32px;
  width: 32px; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .map-wrapper__close svg {
    margin-right: 0; } }

.select-type-block__inner-adress .map-open .map-wrapper__close span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  color: #333; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .map-wrapper__close span {
    display: none; } }

.select-type-block__inner-adress .map-open .delivery-info {
  overflow: visible;
  height: auto; }

.select-type-block__inner-adress .map-open .delivery-info-header {
  display: none; }

.select-type-block__inner-adress .map-open .delivery-info-content {
  display: block;
  padding: 0; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .delivery-info-content {
    position: relative;
    top: -56px;
    padding-top: 26px; } }

.select-type-block__inner-adress .map-open .delivery-info-content__value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 175px);
  flex: 0 0 calc(100% - 175px);
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .delivery-info-content__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px); } }

.select-type-block__inner-adress .map-open .delivery-info-content__value:nth-child(2) {
  margin-right: 0;
  width: 100%; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .delivery-info-content__value--mobile {
    display: none; } }

.select-type-block__inner-adress .map-open .delivery-info-content__value--desktop {
  display: none; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .delivery-info-content__value--desktop {
    display: block;
    top: 4px; } }

.select-type-block__inner-adress .map-open .delivery-info-content__value--desktop ul {
  list-style: none; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .delivery-info-content__value--desktop ul {
    margin: 0;
    padding: 0; } }

.select-type-block__inner-adress .map-open .delivery-info-content__value--desktop ul li {
  margin-bottom: 15px; }

.select-type-block__inner-adress .map-open .delivery-info-content__type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 175px;
  flex: 0 0 175px; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .delivery-info-content__type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px; } }

.select-type-block__inner-adress .map-open .delivery-info-content__type:nth-child(2) {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.select-type-block__inner-adress .map-open .delivery-info-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.select-type-block__inner-adress .map-open .delivery-info-content-block .g-form-control-radio__label {
  color: #000; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .delivery-info-content-block {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; } }

.select-type-block__inner-adress .map-open .delivery-info-content-block span {
  font-size: 16px; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .delivery-info-content-block span {
    font-size: 14px; } }

.select-type-block__inner-adress .map-open .delivery-info-content-block:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .delivery-info-content-block:nth-child(2) {
    margin-top: 10px; } }

.select-type-block__inner-adress .map-open .selected-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .selected-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    top: -56px;
    background: transparent;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 80%; } }

.select-type-block__inner-adress .map-open .selected-shop__adress {
  font-size: 18px;
  line-height: 1.33;
  color: #212121; }

.select-type-block__inner-adress .map-open .selected-shop__select {
  height: 34px;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  margin-left: 8px; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .selected-shop__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
    width: 120px;
    margin-left: 0; } }

.select-type-block__inner-adress .map-open .selected-shop__select svg {
  display: none; }

.select-type-block__inner-adress .map-open .selected-shop__cancel {
  height: 34px;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  margin-left: 8px; }

@media (min-width: 1200px) {
  .select-type-block__inner-adress .map-open .selected-shop__cancel {
    display: none; } }

.adress-open {
  display: block; }

@media (min-width: 1200px) {
  .delivery-aside {
    padding-top: 54px; }

  .delivery-aside .so-content__aside-title {
    margin-bottom: 16px; } }

.select-active:before {
  color: #15c; }

@media (min-width: 1200px) {
  .select-active:before {
    color: #fff;
    background-color: #15c; } }

.next-btn {
  display: none; }

@media (min-width: 1200px) {
  .next-btn {
    display: block;
    height: 48px;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 30px;
    text-align: center;
    font-size: 18px; } }

.back-btn {
  display: none; }

@media (min-width: 1200px) {
  .back-btn {
    display: block;
    height: 34px;
    width: 100%;
    padding: 0; } }

.select-btn {
  border: none;
  background: #fff;
  color: #15c;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select-btn:hover {
  border: none;
  background: #fff;
  color: #15c;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.delivery-info {
  width: 100%;
  height: 64px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #fff; }

.delivery-info--opened {
  height: 100vh;
  top: calc(64px - 100vh);
  left: 0;
  overflow: visible;
  z-index: 20; }

.delivery-info-header {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 8px;
  padding-left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2; }

.delivery-info-header__title {
  font-size: 14px;
  font-weight: bold; }

.delivery-info-header__button {
  background-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  outline: none;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s; }

.delivery-info-header__button svg {
  margin: auto; }

.delivery-info-content {
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px; }

.delivery-info-content .delivery-info-content-block {
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #b5b5b5; }

@media (min-width: 1200px) {
  .delivery-info-content .delivery-info-content-block {
    border: none; } }

.delivery-info-content .delivery-info-content-block:last-child {
  border-bottom: 1px dashed #b5b5b5; }

@media (min-width: 1200px) {
  .delivery-info-content .delivery-info-content-block:last-child {
    border: none; } }

.delivery-info-content .delivery-info-content-block span {
  display: block; }

.delivery-info-content__type {
  font-size: 13px;
  color: #828282; }

@media (min-width: 1200px) {
  .delivery-info-content__type {
    font-size: 14px; } }

.delivery-info-content__value {
  font-size: 14px;
  color: #212121; }

@media (min-width: 1200px) {
  .delivery-info-content__value--mobile {
    display: none; } }

.delivery-info-content__value--desktop {
  display: none; }

@media (min-width: 1200px) {
  .delivery-info-content__value--desktop {
    display: block; } }

.selected-shop {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px; }

.selected-shop__select svg {
  display: none; }

.selected-shop__adress {
  display: block;
  width: 100%;
  min-height: 56px;
  padding-top: 16px;
  padding-bottom: 16px; }

.selected-shop button {
  width: 100%;
  height: 40px;
  margin-bottom: 8px; }

.selected-shop button:last-child {
  margin-bottom: 16px; }

.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.ta-l {
  padding-left: 0;
  text-align: left; }

.so-content .order-aside {
  display: none; }

@media (min-width: 1200px) {
  .so-content .order-aside {
    display: block; } }

.so-content .order-aside--mobile {
  margin-bottom: 8px; }

@media (min-width: 600px) {
  .so-content .order-aside--mobile {
    margin-bottom: 16px; } }

@media (min-width: 1200px) {
  .so-content .order-aside--mobile {
    display: none; } }

.so-content .order-aside__user {
  margin-bottom: 20px; }

.so-content .order-aside__user span {
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.23;
  color: #333;
  display: block; }

.so-content .order-aside__delivery {
  margin-bottom: 20px; }

.so-content .order-aside__delivery span {
  display: block;
  margin-bottom: 8px; }

.so-content .order-aside__adress {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.23;
  color: #333;
  margin-top: 3px; }

@media (min-width: 1200px) {
  .so-content .order-aside__price {
    margin-bottom: 8px; } }

@media (min-width: 1200px) {
  .so-content .order-aside fieldset {
    padding-bottom: 20px;
    padding-top: 30px; } }

@media (min-width: 1200px) {
  .so-content .order-aside .aside-info-price {
    margin-bottom: 8px; } }

@media (min-width: 1200px) {
  .so-content__order-aside {
    margin-bottom: 32px; } }

@media (min-width: 1200px) {
  .so-content__order-aside h2 {
    margin-bottom: 16px; } }

.so-content__order-aside .print-receipt-btn {
  width: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
  height: 48px; }

.so-content__order-aside .change-paytype-btn {
  height: 34px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0; }

.so-content__order {
  padding: 0 20px;
  position: relative; }

@media (min-width: 600px) {
  .so-content__order {
    padding: 0 32px; } }

@media (min-width: 1200px) {
  .so-content__order {
    padding: 0 0 0 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%; } }

.so-content__order-form {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 600px) {
  .so-content__order-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .so-content__order-form {
    padding-right: 200px; } }

@media (min-width: 600px) {
  .so-content__order-form .g-form-row-layout {
    width: 48%; } }

@media (min-width: 600px) {
  .so-content__order-form .textarea-layout {
    width: 100%; } }

.so-content__order-form .g-form-field-wrap {
  width: 100%;
  margin-top: 8px; }

.so-content__order-form .g-form-control-value--invalid {
  border-color: red; }

.so-content__order-form .g-form-field {
  padding: 0;
  width: 100%; }

.so-content__order-form .g-form-field__title .input-required {
  color: red; }

.so-content__order-form .g-form-field__value {
  width: 100%; }

.so-content__order-form .g-form-field__value textarea {
  padding: 10px 20px; }

@media (min-width: 1200px) {
  .so-content__order-form .g-form-field__value textarea {
    padding-left: 8px; } }

.so-content__order-form .g-form-field__value input {
  width: 100%;
  height: 40px;
  padding-left: 20px; }

@media (min-width: 600px) {
  .so-content__order-form .g-form-field__value input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

@media (min-width: 1200px) {
  .so-content__order-form .g-form-field__value input {
    padding-left: 8px; } }

@media (min-width: 1200px) {
  .so-content__order-form .name-layout {
    width: 100%; } }

@media (min-width: 1200px) {
  .so-content__order-form .phone-layout {
    width: 28%; } }

@media (min-width: 1200px) {
  .so-content__order-form .mail-layout {
    width: 69%; } }

@media (min-width: 1200px) {
  .so-content__order-form .organization-layout {
    width: 100%; } }

.so-content__order-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #212121;
  font-weight: normal;
  margin-bottom: 14px; }

@media (min-width: 600px) {
  .so-content__order-title {
    font-size: 28px;
    margin-bottom: 24px; } }

@media (min-width: 1200px) {
  .so-content__order-title {
    margin-bottom: 16px; } }

.so-content__order-buttons .g-button {
  line-height: 1.33;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold; }

@media (min-width: 600px) {
  .so-content__order-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .so-content__order-buttons .g-button {
    width: 180px;
    font-size: 18px;
    height: 48px; } }

@media (min-width: 1200px) {
  .so-content__order-buttons {
    display: none; } }

@media print {
  .so-content__order-buttons {
    display: none; } }

.so-content__order-buttons--bottom {
  margin-bottom: 24px;
  margin-top: 8px; }

@media (min-width: 600px) {
  .so-content__order-buttons--bottom {
    margin-bottom: 48px;
    margin-top: 16px; } }

@media (min-width: 600px) {
  .so-content .order-bottom-btn {
    margin-top: 0;
    margin-bottom: 0; } }

.so-content .order-pay-change-btn {
  margin-bottom: 4px; }

@media (min-width: 600px) {
  .so-content .order-pay-change-btn {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
    padding: 0; } }

.so-content .order-pay-choose-btn {
  margin-bottom: 4px; }

@media (min-width: 600px) {
  .so-content .order-pay-choose-btn {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
    padding: 0; } }

.so-content__order-info {
  border-radius: 6px;
  background-color: #fdf8bc;
  padding: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  text-align: center;
  color: #212121;
  border: 1px solid #f5e2a4;
  margin-top: 8px;
  margin-bottom: 24px;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 600px) {
  .so-content__order-info {
    text-align: left;
    padding-left: 24px; } }

@media (min-width: 1200px) {
  .so-content__order-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
    margin: 0;
    position: relative;
    top: 45px; } }

@media (min-width: 1200px) {
  .so-content__order-info span {
    font-size: 13px;
    line-height: 1.54;
    letter-spacing: -0.1px;
    color: #8c8c8c;
    font-weight: normal; } }

.so-content__order-info .order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px; }

@media (min-width: 600px) {
  .so-content__order-info .order-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (min-width: 1200px) {
  .so-content__order-info .order-info {
    margin-bottom: 0;
    margin-right: auto; } }

.so-content__order-info .order-info:last-child {
  margin-bottom: 0; }

.so-content__order-info .order-info__type {
  font-size: 14px;
  line-height: 1.14;
  color: #484848;
  font-weight: normal; }

@media (min-width: 600px) {
  .so-content__order-info .order-info__type {
    min-width: 90px; } }

@media (min-width: 1200px) {
  .so-content__order-info .order-info__type {
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px; } }

.so-content__order-info .order-info__value {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  text-align: right;
  color: #333; }

.so-content__order-info .order-info__value--new {
  color: #1aa63e; }

.so-content__order-controls {
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 15px; }

@media (min-width: 600px) {
  .so-content__order-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1200px) {
  .so-content__order-controls {
    padding-bottom: 10px;
    position: relative;
    top: -50px;
    border: none;
    margin-bottom: 40px; } }

.so-content__order-controls .g-button {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 100%;
  padding: 3.5px 24px 3.5px 10px; }

@media (min-width: 600px) {
  .so-content__order-controls .g-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 192px;
    flex: 0 0 192px;
    margin-left: 8px; } }

@media (min-width: 1200px) {
  .so-content__order-controls .g-button {
    height: 32px;
    font-size: 14px;
    line-height: 0;
    padding: 0 16px 0 10px;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.so-content__order-controls .g-button span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.so-content__order-controls .g-button svg {
  fill: #333;
  margin-top: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media (min-width: 600px) {
  .so-content__order-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1200px) {
  .so-content__order-controls {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.so-content__order-controls .print-order {
  display: none; }

@media (min-width: 1200px) {
  .so-content__order-controls .print-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 600px) {
  .so-content__order-controls .repeat-order {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%; } }

@media (min-width: 960px) {
  .so-content__order-controls .repeat-order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 197px;
    flex: 0 0 197px; } }

@media (min-width: 1200px) {
  .so-content__order-controls .repeat-order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

@media (min-width: 600px) {
  .so-content__order-controls .cancel-order {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%; } }

@media (min-width: 960px) {
  .so-content__order-controls .cancel-order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 197px;
    flex: 0 0 197px; } }

@media (min-width: 1200px) {
  .so-content__order-controls .cancel-order {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

@media (min-width: 600px) {
  .so-content__order-controls .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 0; } }

@media (min-width: 1200px) {
  .so-content__order-controls .link {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media print {
  .so-content__order-controls {
    display: none; } }

.so-content__order-controls .repeat-order {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.so-content__order-controls .cancel-order {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.so-content .print {
  display: none; }

@media (min-width: 1200px) {
  .so-content .print {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.so-content__order-items-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  border-bottom: 1px solid #9e9e9e;
  margin-top: 8px;
  margin-bottom: 10px; }

@media (min-width: 1200px) {
  .so-content__order-items-header {
    border-top: 1px solid #9e9e9e;
    margin-bottom: 0; } }

.so-content__order-items-header span {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 10px;
  padding-right: 50px;
  font-size: 14px;
  color: #484848; }

@media (min-width: 1200px) {
  .so-content__order-items-header span {
    padding-right: 30px; }

  .so-content__order-items-header span:last-child {
    padding-right: 0; } }

.so-content__order-items-header .item {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto; }

.so-content__order-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9e9e9e; }

@media (min-width: 600px) {
  .so-content__order-item {
    padding-left: 118px;
    padding-bottom: 0; } }

@media (min-width: 1200px) {
  .so-content__order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 16px; } }

@media print {
  .so-content__order-item {
    width: 100%; } }

.so-content__order-item-pricing {
  padding-left: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 600px) {
  .so-content__order-item-pricing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    position: relative;
    top: -30px; } }

@media (min-width: 1200px) {
  .so-content__order-item-pricing {
    top: 0;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 67%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 440px; } }

.so-content__order-item-pricing .item-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 1200px) {
  .so-content__order-item-pricing .item-pricing {
    margin-right: auto; } }

@media (min-width: 1200px) {
  .so-content__order-item-pricing .item-pricing:last-child {
    margin-right: 10px; } }

.so-content__order-item-pricing .item-pricing__type {
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 8px; }

@media (min-width: 600px) {
  .so-content__order-item-pricing .item-pricing__type {
    font-size: 13px;
    margin-top: 0; } }

@media (min-width: 1200px) {
  .so-content__order-item-pricing .item-pricing__type {
    display: none; } }

.so-content__order-item-pricing .item-pricing__value {
  font-size: 14px;
  font-weight: bold;
  color: #333; }

@media (min-width: 600px) {
  .so-content__order-item-pricing .item-pricing__value {
    font-size: 16px;
    margin-top: 8px; } }

.so-content__order-item-image {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 4px;
  position: relative; }

@media (min-width: 600px) {
  .so-content__order-item-image {
    height: 100px;
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.so-content__order-item-image img {
  max-width: 60px; }

@media (min-width: 600px) {
  .so-content__order-item-image img {
    max-width: 80px; } }

.so-content__order-item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 600px) {
  .so-content__order-item-description {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -118px; } }

@media (min-width: 1200px) {
  .so-content__order-item-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 50%; } }

.so-content__order-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex: 2 0 190px;
  flex: 2 0 190px;
  padding-left: 18px;
  margin-bottom: 16px; }

@media (min-width: 600px) {
  .so-content__order-item-info {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .so-content__order-item-info {
    padding-left: 0;
    padding-right: 40px; } }

.so-content__order-item-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.43; }

@media (min-width: 600px) {
  .so-content__order-item-name {
    font-size: 16px;
    margin-bottom: 11px; } }

@media (min-width: 1200px) {
  .so-content__order-item-name {
    min-height: 44px;
    font-size: 14px; } }

.so-content__order-item-params {
  border-radius: 4px;
  border: 2px solid rgba(17, 85, 204, 0.35);
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
  min-height: 42px;
  max-height: 42px; }

.so-content__order-item-params--opened {
  min-height: 200px;
  max-height: 1500px;
  padding-top: 10px; }

@media (min-width: 1200px) {
  .so-content__order-item-params {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border: none;
    text-align: left; }

  .so-content__order-item-params--opened {
    padding-top: 0; } }

@media print {
  .so-content__order-item-params {
    overflow: visible;
    min-height: 300px; } }

.so-content__order-total {
  margin-bottom: 24px; }

@media (min-width: 600px) {
  .so-content__order-total {
    margin-bottom: 15px; } }

@media (min-width: 1200px) {
  .so-content__order-total {
    padding-left: 0; } }

.so-content__order-total .order-total {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #9e9e9e; }

@media (min-width: 600px) {
  .so-content__order-total .order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 17px; } }

@media (min-width: 1200px) {
  .so-content__order-total .order-total {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 10px; } }

.so-content__order-total .order-total__type {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #333; }

@media (min-width: 600px) {
  .so-content__order-total .order-total__type {
    font-size: 14px; } }

.so-content__order-total .order-total__value {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 8px;
  display: block; }

@media (min-width: 600px) {
  .so-content__order-total .order-total__value {
    font-size: 24px;
    margin-top: 0; } }

@media (min-width: 1200px) {
  .so-content__order-total .order-total__value {
    font-size: 16px; } }

.so-content__order-note {
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  padding: 28px 20px 20px 20px;
  margin: 40px auto; }

@media (min-width: 600px) {
  .so-content__order-note {
    position: relative;
    padding: 35px;
    border-radius: 8px;
    margin-top: 32px; }

  .so-content__order-note a {
    display: block;
    margin-top: 70px; } }

@media print {
  .so-content__order-note {
    display: none; } }

@media (min-width: 600px) {
  .so-content__order-note-text {
    width: 65%; } }

.so-content__order-note-text p {
  font-size: 18px;
  line-height: 1.33;
  color: #212121;
  margin: 0 0 14px 0; }

.so-content__order-note-text span {
  font-size: 14px;
  line-height: 1.43;
  color: #484848; }

.so-content__order-note-image {
  margin: 12px auto 26px auto;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  padding: 24px 12px;
  width: 60%; }

@media (min-width: 600px) {
  .so-content__order-note-image {
    width: 146px;
    height: 146px;
    position: absolute;
    right: 40px;
    bottom: 10px; }

  .so-content__order-note-image img {
    width: 124px;
    height: 100px; } }

.so-content__order-note-image img {
  width: 100%; }

.form-warning {
  margin-bottom: 0; }

@media (min-width: 600px) {
  .form-warning {
    margin-top: 32px; } }

@media (min-width: 1200px) {
  .form-warning {
    display: none; } }

.so-content .order-aside {
  display: none; }

@media (min-width: 1200px) {
  .so-content .order-aside {
    display: block; } }

.so-content .order-aside--mobile {
  margin-bottom: 8px; }

@media (min-width: 600px) {
  .so-content .order-aside--mobile {
    margin-bottom: 16px; } }

@media (min-width: 1200px) {
  .so-content .order-aside--mobile {
    display: none; } }

.so-content .order-aside__user {
  margin-bottom: 20px; }

.so-content .order-aside__user span {
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.23;
  color: #333;
  display: block; }

.so-content .order-aside__delivery {
  margin-bottom: 20px; }

.so-content .order-aside__delivery span {
  display: block;
  margin-bottom: 8px; }

.so-content .order-aside__adress {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.23;
  color: #333;
  margin-top: 3px; }

@media (min-width: 1200px) {
  .so-content .order-aside__price {
    margin-bottom: 8px; } }

@media (min-width: 1200px) {
  .so-content .order-aside fieldset {
    padding-bottom: 20px;
    padding-top: 30px; } }

@media (min-width: 1200px) {
  .so-content .order-aside .aside-info-price {
    margin-bottom: 8px; } }

@media (min-width: 1200px) {
  .so-content__payment-aside {
    margin-bottom: 32px; } }

@media (min-width: 1200px) {
  .so-content__payment-aside h2 {
    margin-bottom: 76px; } }

.so-content__payment-aside .print-receipt-btn {
  width: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
  height: 48px; }

.so-content__payment-aside .change-paytype-btn {
  height: 34px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0; }

.so-content__payment {
  padding: 0 20px;
  position: relative; }

@media (min-width: 600px) {
  .so-content__payment {
    padding: 0 32px; } }

@media (min-width: 1200px) {
  .so-content__payment {
    padding: 0 0 0 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%; } }

.so-content__payment-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  color: #212121;
  font-weight: normal;
  margin-bottom: 14px; }

@media (min-width: 600px) {
  .so-content__payment-title {
    font-size: 28px;
    margin-bottom: 24px; } }

@media (min-width: 1200px) {
  .so-content__payment-title {
    margin-bottom: 16px; } }

.so-content__payment-buttons .g-button {
  line-height: 1.33;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold; }

@media (min-width: 600px) {
  .so-content__payment-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .so-content__payment-buttons .g-button {
    width: 180px;
    font-size: 18px;
    height: 48px; } }

@media (min-width: 1200px) {
  .so-content__payment-buttons {
    display: none; } }

@media print {
  .so-content__payment-buttons {
    display: none; } }

.so-content__payment-buttons--bottom {
  margin-bottom: 24px;
  margin-top: 8px; }

@media (min-width: 600px) {
  .so-content__payment-buttons--bottom {
    margin-bottom: 48px;
    margin-top: 16px; } }

@media (min-width: 600px) {
  .so-content .payment-bottom-btn {
    margin-top: 0;
    margin-bottom: 0; } }

.so-content .payment-pay-change-btn {
  margin-bottom: 4px; }

@media (min-width: 600px) {
  .so-content .payment-pay-change-btn {
    margin-top: 0;
    margin-bottom: 0;
    width: 180px; } }

.so-content .payment-pay-choose-btn {
  margin-bottom: 4px; }

@media (min-width: 600px) {
  .so-content .payment-pay-choose-btn {
    margin-top: 0;
    margin-bottom: 0;
    width: 180px; } }

.so-content__payment-form {
  padding-top: 5px;
  padding-bottom: 16px; }

@media (min-width: 1200px) {
  .so-content__payment-form {
    padding-top: 0;
    margin-top: 0; } }

.so-content__payment-type {
  padding: 16px;
  border-radius: 6px;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media (min-width: 1200px) {
  .so-content__payment-type {
    margin-bottom: 9px; } }

.so-content__payment-type--opened {
  border: 2px solid rgba(17, 85, 204, 0.5);
  background: #fff;
  padding: 14px 22px 14px 14px; }

.so-content__payment-type--opened .g-form-control-radio__label {
  color: #15c; }

.so-content__payment-type .g-form-control-radio__label {
  font-size: 14px; }

@media (min-width: 1200px) {
  .so-content__payment-type .g-form-control-radio__label {
    font-size: 16px;
    margin-left: 8px; } }

.so-content__payment-type-inner {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.so-content__payment-type-inner .payment-pay-choose-btn, .so-content__payment-type-inner .pay-btn {
  padding: 0;
  margin: 0;
  width: 120px;
  height: 34px;
  margin-left: auto;
  position: relative;
  line-height: 33px;
  flex: 0 0 120px; }

.so-content__payment-type-inner .type-inner__content {
  padding-left: 22px;
  padding-top: 10px; }
  @media (max-width: 1023px) {
  .so-content__payment-type-inner .type-inner__content {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .so-content__payment-type-inner .type-inner__content {
    padding-left: 33px; } }

.so-content__payment-type-inner .type-inner__content .mir {
  margin-bottom: -5px; }

@media (min-width: 600px) {
  .so-content__payment-type-inner .type-inner__content .mir {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .so-content__payment-type-inner .type-inner__content .creditcard-logo {
    margin-bottom: -2px; } }

.so-content__payment-online {
  display: none; }

.preloaderr {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: rgba(94, 94, 94, 0.25);
  margin: auto;
  margin-top: 5%;
  padding: 6px; }

.preloaderr-wrapper {
  background-color: rgba(94, 94, 94, 0.5);
  height: 128px;
  width: 128px;
  border-radius: 50%;
  position: relative;
  overflow: hidden; }

.translateY {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.translateX {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.transition {
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s; }

.v-icons {
  position: absolute;
  fill: #fff;
  top: -86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 31px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.before {
  left: -32px; }

.after {
  left: 94px; }

.first {
  left: -94px; }

.center {
  opacity: 1; }

.opacity {
  opacity: 0.3; }

.so-content__loader-text {
  margin-top: 32px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px; }

@media (min-width: 600px) {
  .so-content__loader-text {
    width: auto;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 24px;
    line-height: 1.25;
    margin-top: 36px; } }

@media (min-width: 1200px) {
  .so-content__loader-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    width: 600px;
    margin-top: 43px;
    line-height: 1.29; } }

.so-content__loader {
  text-align: center;
  width: 100%;
  padding-top: 40px; }

@media (min-width: 600px) {
  .so-content__loader {
    padding-top: 50px; } }

@media (min-width: 1200px) {
  .so-content__loader {
    padding-top: 76px; } }

.so-content__loader .preloaderr {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: rgba(94, 94, 94, 0.25);
  margin: auto;
  padding: 6px; }

.so-content__loader .preloaderr-wrapper {
  background-color: rgba(94, 94, 94, 0.5);
  height: 128px;
  width: 128px;
  border-radius: 50%;
  position: relative;
  overflow: hidden; }

.so-content__loader .translateY {
  -webkit-transform: translateY(200%);
  transform: translateY(200%); }

.so-content__loader .translateX {
  -webkit-transform: translateX(223%);
  transform: translateX(223%); }

.so-content__loader .transition {
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s; }

.so-content__loader .v-icons {
  position: absolute;
  fill: #fff;
  top: -176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.so-content__loader .before {
  left: -37px; }

.so-content__loader .before-first {
  left: -181px; }

.so-content__loader .after {
  left: 106px; }

.so-content__loader .first {
  left: -109px; }

.so-content__loader .center {
  opacity: 1; }

.so-content__loader .opacity {
  opacity: 0.3; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

fieldset {
  margin: 0; }

a:visited, a, a:focus {
  text-decoration: none;
  color: #15c; }

body, html {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif; }

@media (min-width: 1200px) {
  .so-content-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.g-rating {
  height: 8px;
  width: 58px; }

._active-status .so-content__status-block-icon {
  background-color: #e3eeff;
  opacity: 1; }

._active-status .so-content__status-block-icon svg {
  fill: #15c; }

._active-status .so-content__status-block-text {
  color: #212121; }

.desktop, .tablet, .tablet-flex, .desktop-flex {
  display: none; }

.so-popup-image {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100vh;
  width: 100vw;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.so-popup-image__closer {
  position: absolute;
  top: 10px;
  left: 10px; }

.so-popup-image__closer svg {
  width: 50px;
  height: 50px; }

.so-popup-image__wrapper {
  position: absolute;
  padding: 10px;
  background-color: #fff;
  border: 2px solid rgba(17, 85, 204, 0.35);
  border-radius: 4px; }

.so-popup-image__wrapper img {
  width: 80vw; }

@media (min-width: 1200px) {
  .so-popup-image__wrapper img {
    width: 50vw; } }

@media (min-width: 600px) {
  .mobile {
    display: none; }

  .tablet {
    display: block; }

  .tablet-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1200px) {
  .desktop {
    display: block; }

  .desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
    
    
    
    
    
    
/*1935 "Бонусы" в корзине*/
.cart-bonus__block {
	margin: 30px 0;
	display: flex;
    justify-content: flex-end;
    padding-left: 46.3%;
}
@media (max-width: 1199px) {
	.cart-bonus__block {
    	padding-left: 12.3%;
	}
}
@media (max-width: 599px) {
	.cart-bonus__block {
    	padding-left: 0;
		margin: 30px -20px;
	}
}
.cart-bonus__block-items {
	padding: 30px;
	background: #f3f3f3;
    width: 100%;
}
@media (max-width: 599px) {
	.cart-bonus__block-items {
		padding: 20px;
	}
}
.cart-bonus__item {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.cart-bonus__item:last-child {
	margin-bottom: 0;
}
.cart-bonus__item .wk-bonus-field {
	margin-top: 6px;
	
    box-sizing: border-box;
    display: block;
    
    flex: 1 1 calc(100% - 110px);
}
.cart-bonus__item .wk-bonus-message {
	color: #8c8c8c;
    font-size: 14px;
    margin-top: 10px;
}
.cart-bonus__item .wk-bonus-buttons {
    margin-top: 6px;
}
.cart-bonus__item .bonus-apply {
	margin-left: 8px;
    font-size: 14px;
    padding: 4px 10px;
}
.cart-bonus__subtitle {
	font-size: 14px;
	color: #484848;
	max-width: 50%;
	min-width: 50%;
}
.cart-bonus__body {
	font-size: 14px;
    line-height: 1.14;
    color: #000;
    font-weight: bold;
    margin-left: 8px;
    
	max-width: 50%;
	min-width: 50%;
	display: flex;
	justify-content: flex-end;
}
.cart-bonus__item.bonuses-input .cart-bonus__body {
	display: flex;
	align-items: center;
	margin-left: 0;
	
	max-width: 100%;
	min-width: 100%;
}
@media (max-width: 599px) {
	.cart-bonus__item.bonuses-input .cart-bonus__body {
		justify-content: flex-start;
	}
}
@media (max-width: 599px) {
	.cart-bonus__item.bonuses-input .bonuses-input__inner {
		max-width: 100%;
		min-width: 100%;
	}
}
.cart-bonus__item.bonuses-input .cart-bonus__subtitle {
	max-width: 100%;
	min-width: 100%;
}
.cart-bonus__item.bonuses-input .cart-bonus__body .g-form-control-text {
	height: 32px;
    width: 100%;
}

.cart-bonus__item.sum_discount_bonus .cart-bonus__body {
	align-items: center;
	display: flex;
}
.cart-bonus__item.sum_discount_bonus .bonus-delete {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	font-size: 0;
	padding: 0;
	outline: none;
	border: 0;
    width: 26px;
    height: 26px;
    background: none;
}
.cart-bonus__item.sum_discount_bonus .bonus-delete span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
    background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2226px%22%20height%3D%2226px%22%20%20viewBox%3D%220%200%2026%2026%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M10%2011.06L6.995%2014.066C6.85282%2014.1985%206.66478%2014.2706%206.47048%2014.2672C6.27618%2014.2637%206.09079%2014.185%205.95338%2014.0476C5.81597%2013.9102%205.73725%2013.7248%205.73383%2013.5305C5.7304%2013.3362%205.80252%2013.1482%205.935%2013.006L8.938%2010L5.847%206.908C5.7754%206.83878%205.7183%206.756%205.67904%206.66447C5.63978%206.57295%205.61913%206.47453%205.61832%206.37494C5.6175%206.27536%205.63652%206.17661%205.67428%206.08446C5.71203%205.9923%205.76776%205.90859%205.83821%205.8382C5.90866%205.76782%205.99243%205.71217%206.08462%205.6745C6.17681%205.63683%206.27558%205.6179%206.37516%205.61881C6.47474%205.61973%206.57315%205.64046%206.66463%205.67981C6.75612%205.71916%206.83885%205.77634%206.908%205.848L10%208.938L13.005%205.933C13.1472%205.80052%2013.3352%205.7284%2013.5295%205.73182C13.7238%205.73525%2013.9092%205.81397%2014.0466%205.95138C14.184%206.08879%2014.2627%206.27418%2014.2662%206.46848C14.2696%206.66278%2014.1975%206.85083%2014.065%206.993L11.062%2010L14.067%2013.005C14.1995%2013.1472%2014.2716%2013.3352%2014.2682%2013.5295C14.2647%2013.7238%2014.186%2013.9092%2014.0486%2014.0466C13.9112%2014.184%2013.7258%2014.2627%2013.5315%2014.2662C13.3372%2014.2696%2013.1492%2014.1975%2013.007%2014.065L10%2011.062V11.06ZM3.106%2016.894C-0.702%2013.087%20-0.702%206.914%203.106%203.106C6.913%20-0.702%2013.086%20-0.702%2016.894%203.106C20.702%206.913%2020.702%2013.086%2016.894%2016.894C13.087%2020.702%206.914%2020.702%203.106%2016.894V16.894ZM4.166%2015.834C5.71327%2017.3813%207.81183%2018.2505%2010%2018.2505C12.1882%2018.2505%2014.2867%2017.3813%2015.834%2015.834C17.3813%2014.2867%2018.2505%2012.1882%2018.2505%2010C18.2505%207.81183%2017.3813%205.71327%2015.834%204.166C15.0679%203.39987%2014.1583%202.79214%2013.1573%202.37751C12.1563%201.96288%2011.0835%201.74948%2010%201.74948C7.81183%201.74948%205.71327%202.61873%204.166%204.166C2.61873%205.71327%201.74948%207.81183%201.74948%2010C1.74948%2012.1882%202.61873%2014.2867%204.166%2015.834Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E) 3px 3px no-repeat;
}
.cart-bonus__item.bonuses-amount .cart-bonus__body,
.cart-bonus__item.bonuses-amount .cart-bonus__body .bonus-amount {
	font-weight: 400;
}
.cart-bonus__item.bonuses-amount .cart-bonus__subtitle,
.cart-bonus__item.bonuses-amount .cart-bonus__body {
	max-width: none;
    min-width: auto;
    display: block;
}
.shop-coupon {
	display: flex;
	flex-direction: column;
    align-items: flex-end;
}
.coupon-id {
	margin-top: 10px;
}

.cart-left__action-btns.bot_action_btns.bonuses_btns {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
@media (max-width: 1023px) {
	.cart-left__action-btns.bot_action_btns.bonuses_btns {
		display: none;
	}
}
/*1935 "Бонусы" в корзине*/


/*1935 Добавил поле Календаря*/
.shop2-order-form .form-item.type-date label > span {
	position: relative;
}
.shop2-order-form .form-item.type-date label > span input {
	padding-right: 40px;
}
.shop2-order-form .form-item.type-date label > span img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
/*1935 Добавил поле Календаря*/