@charset "UTF-8";
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* CSS Reset
========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: 700;
}

html {
  font-size: 100%;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

body {
  height: 100%;
  font: 14px/22px "Roboto", sans-serif;
  background: #ffffff;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .ttl {
  font-family: "Roboto", sans-serif;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

h1, .h1 {
  font-size: 24px;
}
@media (min-width: 320px) {
  h1, .h1 {
    font-size: 34px;
    font-size: calc(0.0113636364 * 100vw + 20.3636363636px);
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 34px;
  }
}
h1, .h1 {
  line-height: 1.3529411765em;
  margin-bottom: 0.8823529412em;
  font-weight: 300;
}

h2, .h2 {
  font-size: 18px;
}
@media (min-width: 320px) {
  h2, .h2 {
    font-size: 28px;
    font-size: calc(0.0113636364 * 100vw + 14.3636363636px);
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 28px;
  }
}
h2, .h2 {
  line-height: 1.4285714286em;
  margin-bottom: 0.5357142857em;
}

h3, .h3 {
  font-size: 16px;
}
@media (min-width: 320px) {
  h3, .h3 {
    font-size: 24px;
    font-size: calc(0.0090909091 * 100vw + 13.0909090909px);
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
  }
}
h3, .h3 {
  line-height: 1.4166666667em;
  margin-bottom: 0.625em;
  font-weight: 300;
}

h4, .h4 {
  font-size: 16px;
}
@media (min-width: 320px) {
  h4, .h4 {
    font-size: 20px;
    font-size: calc(0.0045454545 * 100vw + 14.5454545455px);
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h4, .h4 {
  line-height: 1.4em;
  margin-bottom: 0.75em;
  font-weight: 300;
}

h5, .h5 {
  font-size: 16px;
}
@media (min-width: 320px) {
  h5, .h5 {
    font-size: 16px;
    font-size: calc(0 * 100vw + 16px);
  }
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 16px;
  }
}
h5, .h5 {
  line-height: 1.5em;
  margin-bottom: 0.9375em;
  font-weight: 700;
}

h6, .h6 {
  font-size: 14px;
}
@media (min-width: 320px) {
  h6, .h6 {
    font-size: 14px;
    font-size: calc(0 * 100vw + 14px);
  }
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 14px;
  }
}
h6, .h6 {
  line-height: 1.5714285714em;
  margin-bottom: 1.0714285714em;
  font-weight: 700;
  text-transform: none;
}

.g-page-lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.g-hide {
  display: none;
}

.g-clearfix {
  *zoom: 1;
}
.g-clearfix:before, .g-clearfix:after {
  content: "";
  display: table;
}
.g-clearfix:after {
  clear: both;
}

.f-fw {
  font-weight: bold;
}

a {
  color: #D32D3E;
}
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

blockquote {
  margin: 15px 20px;
  margin: 1.0714285714rem 1.4285714286rem;
  padding-left: 30px;
  padding-left: 2.1428571429rem;
  font-style: italic;
  border-left: 1px solid #e4e4e4;
}

.l-page-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 18px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
  margin: 15px 0;
  margin: 1.0714285714rem 0;
}
.l-page-wrap table th {
  vertical-align: middle;
  background: #D32D3E;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.l-page-wrap table tr {
  transition: all 0.2s ease;
}
.l-page-wrap table tr:hover {
  background-color: rgb(242.9, 242.9, 242.9) !important;
}
.l-page-wrap table tr:nth-child(odd) {
  background: #f8f8f8;
}
.l-page-wrap table th, .l-page-wrap table td {
  padding: 10px 16px;
  padding: 0.7142857143rem 1.1428571429rem;
  text-align: left;
  vertical-align: middle;
}
.l-page-wrap table th:first-child {
  border-radius: 5px 0 0 0;
}
.l-page-wrap table th:last-child {
  border-radius: 0 5px 0 0;
}
.l-page-wrap table td {
  border-bottom: 1px solid #e4e4e4;
}

ul, ol {
  margin: 0 0 15px 30px;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 5px 0 5px 20px;
}

ul {
  list-style-image: url("../images/list_mrk.png");
}
ul li {
  margin-bottom: 10px;
}
ul li:last-child {
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
}

.l-content-wrapper img[style*="float:left"],
.l-content-wrapper img[style*="float: left"] {
  margin: 0 20px 20px 0;
}
.l-content-wrapper img[style*="float:right"],
.l-content-wrapper img[style*="float: right"] {
  margin: 0 0 20px 20px;
}
.l-content-wrapper p.special {
  border-left: 4px solid #d32d3e;
  padding: 30px 40px 30px 40px;
  background: #f8f8f8;
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0;
  line-height: 28px;
}
@media (max-width: 550px) {
  .l-content-wrapper p.special {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 30px 20px 30px;
  }
}
.l-content-wrapper p.special2 {
  background: #f7f7f7;
  font-size: 16px;
  padding: 21px 30px 23px 30px;
  border-radius: 4px;
  margin: 15px 0;
}
.l-content-wrapper p.strong, .l-content-wrapper span.strong {
  font-weight: bold;
}
.l-content-wrapper p.em, .l-content-wrapper span.em {
  font-style: italic;
}
.l-content-wrapper .fs-form:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .l-content-wrapper table {
    display: block;
    overflow-x: scroll;
  }
  .l-content-wrapper table tbody {
    display: table;
  }
}

.fs-form {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.fs-form__form {
  width: 100%;
}
.fs-form__text {
  margin-bottom: 20px;
}
.fs-form__text p:last-child {
  margin-bottom: 0;
}
.fs-form__field + .fs-form__field {
  margin-top: 20px;
}
.fs-form__field .fs-form__label:first-child {
  margin-top: -9px;
}
.fs-form__field:first-child .fs-form__label:first-child {
  margin-top: 0;
}
.fs-form__label {
  display: block;
  font-weight: bold;
  margin-bottom: 9px;
  user-select: none;
}
.fs-form__label + .fs-form__comment {
  margin-top: -4px;
  margin-bottom: 9px;
}
.fs-form__comment {
  color: #9a9a9a;
  font-style: italic;
}
.fs-form__input-text {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.fs-form__input-text::placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__input-text:-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__input-text::-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__input-text::-webkit-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__input-text:focus {
  font-color: #b5b5b5;
}
.fs-form__input-text:disabled {
  background: #ececec;
  color: rgba(66, 66, 66, 0.6);
}
.fs-form__select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.fs-form__select::placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__select:-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__select::-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__select::-webkit-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__select:focus {
  font-color: #b5b5b5;
}
.fs-form__select:disabled {
  background: #ececec;
  color: rgba(66, 66, 66, 0.6);
}
.fs-form__select {
  cursor: pointer;
}
.fs-form__textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.fs-form__textarea::placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__textarea:-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__textarea::-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__textarea::-webkit-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__textarea:focus {
  font-color: #b5b5b5;
}
.fs-form__textarea:disabled {
  background: #ececec;
  color: rgba(66, 66, 66, 0.6);
}
.fs-form__textarea {
  height: 150px;
  display: block;
  resize: vertical;
}
.fs-form__input-checkbox-wrap {
  position: relative;
  line-height: 20px;
}
.fs-form__input-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.fs-form__input-checkbox:checked + .fs-form__label::after {
  opacity: 1;
  transform: scale(1);
}
.fs-form__input-checkbox:focus + .fs-form__label::before, .fs-form__input-checkbox:active + .fs-form__label::before {
  border-color: #b5b5b5;
}
.fs-form__input-checkbox:disabled + .fs-form__label::before {
  border-color: #e4e4e4;
}
.fs-form__input-checkbox:disabled + .fs-form__label {
  color: rgba(66, 66, 66, 0.6);
  cursor: default;
}
.fs-form__input-checkbox:disabled + .fs-form__label::after {
  background: #e4e4e4;
}
.fs-form__input-checkbox.fs-form--field-error + label::before {
  border-color: #de2b2b;
  background: #fdeded;
}
.fs-form__input-checkbox-wrap .fs-form__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 30px;
}
.fs-form__input-checkbox-wrap .fs-form__label::before, .fs-form__input-checkbox-wrap .fs-form__label::after {
  position: absolute;
  display: block;
  content: "";
}
.fs-form__input-checkbox-wrap .fs-form__label::before {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.fs-form__input-checkbox-wrap .fs-form__label::after {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  background: #3a3a3a;
  transform: scale(0);
  border-radius: 2px;
  opacity: 0;
  transition: all 0.2s ease;
}
.fs-form__input-checkbox-wrap .fs-form__label .fs-form__label-error {
  font-weight: bold;
}
.fs-form__input-checkbox-wrap--important {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(181, 181, 181, 0.3);
}
.fs-form__input-checkbox-wrap--important .fs-form__label {
  font-weight: bold !important;
}
.fs-form__input-radio-wrap {
  position: relative;
  line-height: 20px;
}
.fs-form__input-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.fs-form__input-radio:checked + .fs-form__label::after {
  opacity: 1;
}
.fs-form__input-radio:focus + .fs-form__label::before, .fs-form__input-radio:active + .fs-form__label::before {
  border-color: #b5b5b5;
}
.fs-form__input-radio:disabled + .fs-form__label::before {
  border-color: #e4e4e4;
}
.fs-form__input-radio:disabled + .fs-form__label {
  color: rgba(66, 66, 66, 0.6);
  cursor: default;
}
.fs-form__input-radio:disabled + .fs-form__label::after {
  background: #e4e4e4;
}
.fs-form__input-radio-wrap .fs-form__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 30px;
}
.fs-form__input-radio-wrap .fs-form__label::before, .fs-form__input-radio-wrap .fs-form__label::after {
  position: absolute;
  display: block;
  content: "";
}
.fs-form__input-radio-wrap .fs-form__label::before {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1px solid #e4e4e4;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.fs-form__input-radio-wrap .fs-form__label::after {
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
  background: #b5b5b5;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.2s ease;
}
.fs-form__input-submit, .fs-form__button {
  display: inline-flex;
  align-items: center;
  padding: 2px 25px 0 25px;
  height: 50px;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  border-radius: 4px;
  background: #D32D3E;
  color: #fff;
  transition: all 0.2s ease;
}
.fs-form__input-submit:hover:not(:disabled), .fs-form__input-submit:focus, .fs-form__button:hover:not(:disabled), .fs-form__button:focus {
  background: #C42535;
}
.fs-form__input-submit:active, .fs-form__button:active {
  background: #AF1726 !important;
}
.fs-form__input-submit[disabled], .fs-form__button[disabled] {
  opacity: 0.5;
  cursor: wait;
}
@media (max-width: 425px) {
  .fs-form__input-submit, .fs-form__button {
    height: 40px;
  }
}
.fs-form__input-file {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.fs-form__input-file::placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__input-file:-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__input-file::-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__input-file::-webkit-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.fs-form__input-file:focus {
  font-color: #b5b5b5;
}
.fs-form__input-file:disabled {
  background: #ececec;
  color: rgba(66, 66, 66, 0.6);
}
.fs-form__input-file {
  padding: 5px;
}
.fs-form__file-box {
  position: relative;
  width: 100%;
  min-height: 94px;
  padding: 10px;
  border: 1px dashed #e4e4e4;
  border-radius: 4px;
  transition: border 0.1s ease;
  user-select: none;
  cursor: default;
}
.fs-form__file-box:focus {
  border-color: #b5b5b5;
}
.fs-form__file-box--empty .fs-form__file-txt {
  display: block;
}
.fs-form__file-box--add-file {
  border-color: #b5b5b5;
}
.fs-form__file-box--add-file .fs-form__file-txt {
  background-image: url("../images/ui/ico_file_add.svg");
}
.fs-form__file-box--add-file .fs-form__file-box-bg {
  opacity: 1;
}
.fs-form__file-txt {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 48px;
  background: url("../images/ui/ico_file_upload.svg") no-repeat center 10px;
  background-size: 32px;
  transition: all 0.2s ease;
  z-index: 2;
  color: #a5a5a5;
}
.fs-form__open-file {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: inline-block;
  height: 20px;
  top: 4px;
  color: #D32D3E;
  cursor: pointer;
  border-bottom: 1px dashed #D32D3E;
}
.fs-form__open-file:hover {
  border-bottom-color: transparent;
}
.fs-form__open-file .fs-form__input-file {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  cursor: pointer !important;
  padding: 0;
}
.fs-form__file-item {
  position: relative;
  overflow: hidden;
  display: flex;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-top: 5px;
  transition: border 0.2s ease;
  z-index: 2;
  cursor: default;
}
.fs-form__file-item:hover {
  border-color: #b5b5b5;
}
.fs-form__file-item--error {
  background-color: #fdeded;
  border-color: #de2b2b;
}
.fs-form__file-item--error .fs-form__file-size {
  color: #121212;
}
.fs-form__file-item--error:hover {
  border-color: #de2b2b;
}
.fs-form__file-ico-state {
  position: relative;
  width: 32px;
  line-height: 0;
  display: flex;
  transition: all 0.2s ease;
  z-index: 2;
  align-self: flex-start;
}
.fs-form__file-ico-state svg {
  opacity: 1;
  transform: rotate(-90deg);
}
.fs-form__file-ico-state .fl-ico-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 2;
}
.fs-form__file-ico-state .fl-ico-loader {
  fill: none;
  stroke: #36ad10;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
  transition: all 0.2s ease;
  transform-origin: 50% 50%;
}
.fs-form__file-ico-state::before, .fs-form__file-ico-state::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  opacity: 0;
  transform: scale(0);
}
.fs-form__file-ico-state::before {
  background: url("../images/ui/ico_file_state_ok.svg") no-repeat center center;
}
.fs-form__file-ico-state::after {
  background: url("../images/ui/ico_file_state_error.svg") no-repeat center center;
}
.fs-form__file-ico-state--ok::before {
  opacity: 1;
  transform: scale(1);
}
.fs-form__file-ico-state--error::after {
  opacity: 1;
  transform: scale(1);
}
.fs-form__file-ico-state--error .fl-ico-bg {
  stroke: #da1d1d;
}
.fs-form__file-ico-state--error .fl-ico-loader {
  opacity: 0;
}
.fs-form__file-name {
  position: relative;
  max-width: 70%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px 5px 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 2;
}
.fs-form__file-size {
  position: relative;
  padding: 5px 10px 5px 5px;
  font-size: 12px;
  color: #8f8f8f;
  white-space: nowrap;
  z-index: 2;
}
.fs-form__file-size--error {
  color: #da1d1d;
}
.fs-form__file-remove {
  position: relative;
  width: 32px;
  min-height: 32px;
  align-self: flex-start;
  flex-shrink: 0;
  line-height: 0;
  display: flex;
  margin-left: auto;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.fs-form__file-remove--show {
  opacity: 1;
  visibility: visible;
}
.fs-form__file-remove svg {
  margin: auto;
  fill: #9E9E9E;
  transition: all 0.2s ease;
}
.fs-form__file-remove:hover svg {
  fill: #e51616;
}
.fs-form__file-progress-line {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease;
  background: rgba(181, 181, 181, 0.1);
}
.fs-form__file-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-size: 30px 30px;
  background-image: linear-gradient(to top right, #f1f1f1 25%, transparent 25%, transparent 50%, #f1f1f1 50%, #f1f1f1 75%, transparent 75%, transparent);
  animation: stripes 1s linear infinite;
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 1;
}
@keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
.fs-form--field-error {
  border-color: #de2b2b;
  background: #fdeded;
}
.fs-form--field-error::placeholder {
  color: #de2b2b;
}
.fs-form--field-error::-webkit-input-placeholder {
  color: #de2b2b;
}
.fs-form--field-error::-moz-placeholder {
  color: #de2b2b;
}
.fs-form--field-error:-moz-placeholder {
  color: #de2b2b;
}
.fs-form--field-error:-ms-input-placeholder {
  color: #de2b2b;
}
.fs-form__label-error {
  color: #de2b2b;
  display: none;
}
.fs-form__msg {
  font-weight: bold;
}
.fs-form__msg--error {
  color: #de2b2b;
}
.fs-form__msg--ok {
  margin: 0;
}
.fs-form__msg--ok + p {
  margin-top: 10px;
}
.fs-form .f-form__label-error {
  display: none;
}

* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1281px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 550px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-fluid {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row.small-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.row.small-gutters > div[class*=-tile-] {
  padding-left: 10px;
  padding-right: 10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-tile-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9.09091%;
  flex: 0 0 9.09091%;
  max-width: 9.09091%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-tile-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 320px) {
  .col-min {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-min-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-min-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-min-tile-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-min-tile-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-min-tile-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-min-tile-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-min-tile-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-min-tile-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-min-tile-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-min-tile-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-min-tile-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-min-tile-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-min-tile-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-min-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-min-tile-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pull-min-0 {
    right: auto;
  }
  .pull-min-1 {
    right: 8.33333%;
  }
  .pull-min-2 {
    right: 16.66667%;
  }
  .pull-min-3 {
    right: 25%;
  }
  .pull-min-4 {
    right: 33.33333%;
  }
  .pull-min-5 {
    right: 41.66667%;
  }
  .pull-min-6 {
    right: 50%;
  }
  .pull-min-7 {
    right: 58.33333%;
  }
  .pull-min-8 {
    right: 66.66667%;
  }
  .pull-min-9 {
    right: 75%;
  }
  .pull-min-10 {
    right: 83.33333%;
  }
  .pull-min-11 {
    right: 91.66667%;
  }
  .pull-min-12 {
    right: 100%;
  }
  .push-min-0 {
    left: auto;
  }
  .push-min-1 {
    left: 8.33333%;
  }
  .push-min-2 {
    left: 16.66667%;
  }
  .push-min-3 {
    left: 25%;
  }
  .push-min-4 {
    left: 33.33333%;
  }
  .push-min-5 {
    left: 41.66667%;
  }
  .push-min-6 {
    left: 50%;
  }
  .push-min-7 {
    left: 58.33333%;
  }
  .push-min-8 {
    left: 66.66667%;
  }
  .push-min-9 {
    left: 75%;
  }
  .push-min-10 {
    left: 83.33333%;
  }
  .push-min-11 {
    left: 91.66667%;
  }
  .push-min-12 {
    left: 100%;
  }
  .offset-min-0 {
    margin-left: 0%;
  }
  .offset-min-1 {
    margin-left: 8.33333%;
  }
  .offset-min-2 {
    margin-left: 16.66667%;
  }
  .offset-min-3 {
    margin-left: 25%;
  }
  .offset-min-4 {
    margin-left: 33.33333%;
  }
  .offset-min-5 {
    margin-left: 41.66667%;
  }
  .offset-min-6 {
    margin-left: 50%;
  }
  .offset-min-7 {
    margin-left: 58.33333%;
  }
  .offset-min-8 {
    margin-left: 66.66667%;
  }
  .offset-min-9 {
    margin-left: 75%;
  }
  .offset-min-10 {
    margin-left: 83.33333%;
  }
  .offset-min-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 425px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-tile-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-tile-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-tile-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-tile-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-tile-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-tile-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-tile-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-tile-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-tile-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-tile-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-tile-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-tile-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pull-xs-0 {
    right: auto;
  }
  .pull-xs-1 {
    right: 8.33333%;
  }
  .pull-xs-2 {
    right: 16.66667%;
  }
  .pull-xs-3 {
    right: 25%;
  }
  .pull-xs-4 {
    right: 33.33333%;
  }
  .pull-xs-5 {
    right: 41.66667%;
  }
  .pull-xs-6 {
    right: 50%;
  }
  .pull-xs-7 {
    right: 58.33333%;
  }
  .pull-xs-8 {
    right: 66.66667%;
  }
  .pull-xs-9 {
    right: 75%;
  }
  .pull-xs-10 {
    right: 83.33333%;
  }
  .pull-xs-11 {
    right: 91.66667%;
  }
  .pull-xs-12 {
    right: 100%;
  }
  .push-xs-0 {
    left: auto;
  }
  .push-xs-1 {
    left: 8.33333%;
  }
  .push-xs-2 {
    left: 16.66667%;
  }
  .push-xs-3 {
    left: 25%;
  }
  .push-xs-4 {
    left: 33.33333%;
  }
  .push-xs-5 {
    left: 41.66667%;
  }
  .push-xs-6 {
    left: 50%;
  }
  .push-xs-7 {
    left: 58.33333%;
  }
  .push-xs-8 {
    left: 66.66667%;
  }
  .push-xs-9 {
    left: 75%;
  }
  .push-xs-10 {
    left: 83.33333%;
  }
  .push-xs-11 {
    left: 91.66667%;
  }
  .push-xs-12 {
    left: 100%;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 550px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-tile-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-tile-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-tile-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-tile-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-tile-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-tile-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-tile-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-tile-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-tile-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-tile-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-tile-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-tile-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-tile-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-tile-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-tile-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-tile-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-tile-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-tile-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-tile-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-tile-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-tile-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-tile-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-tile-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-tile-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-tile-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-tile-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-tile-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-tile-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-tile-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-tile-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-tile-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-tile-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-tile-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-tile-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-tile-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-tile-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-tile-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-tile-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-tile-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-tile-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-tile-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-tile-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-tile-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-tile-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-tile-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-tile-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-tile-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09091%;
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-tile-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 320px) {
  .g-min-hide {
    display: none !important;
  }
}
@media (max-width: 425px) {
  .g-xs-hide {
    display: none !important;
  }
}
@media (max-width: 550px) {
  .g-sm-hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .g-md-hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .g-lg-hide {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .g-xl-hide {
    display: none !important;
  }
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.b-modal-window {
  position: relative;
  z-index: 1000000;
  transition: all 0.4s ease;
}
.b-modal-window--show .b-modal-window__overlay {
  opacity: 1;
  visibility: visible;
}
.b-modal-window--show .b-modal-window__window {
  opacity: 1;
  visibility: visible;
}
.b-modal-window--high .b-modal-window__overlay {
  overflow-y: scroll;
}
.b-modal-window--high .b-modal-window__window {
  position: absolute;
  top: 20px;
}
.b-modal-window__overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 720px) {
  .b-modal-window__overlay {
    display: block;
    text-align: center;
  }
}
.b-modal-window__window {
  width: 90%;
  max-width: 600px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
@media (max-width: 720px) {
  .b-modal-window__window {
    position: static !important;
    margin: 20px 0;
    display: inline-block;
    text-align: left;
  }
}
.b-modal-window__title {
  display: flex;
  justify-content: space-between;
  user-select: none;
  cursor: default;
  background: #D32D3E;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.b-modal-window__title-text {
  padding: 30px 40px;
}
@media (max-width: 720px) {
  .b-modal-window__title-text {
    padding: 15px 20px;
  }
}
.b-modal-window__btn-close {
  display: flex;
  max-height: 82px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  cursor: pointer;
}
@media (max-width: 720px) {
  .b-modal-window__btn-close {
    padding: 24px;
    height: 10px;
  }
}
.b-modal-window__btn-close svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  opacity: 0.5;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.b-modal-window__btn-close:hover svg {
  opacity: 1;
}
.b-modal-window__btn-close:active svg {
  transform: scale(0.8);
}
.b-modal-window__content {
  padding: 30px 40px 40px 40px;
}
@media (max-width: 720px) {
  .b-modal-window__content {
    padding: 15px 20px 20px 20px;
  }
}
.b-modal-window__content.f-form--sent {
  padding-top: 23px;
  padding-bottom: 25px;
}
.b-modal-window.search .b-modal-window__overlay {
  align-items: center;
  justify-content: center;
}
.b-modal-window.search .b-modal-window__overlay {
  align-items: center;
  display: flex;
}
.b-modal-window .b-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  max-width: 700px;
}
.b-modal-window .b-search-form__form {
  width: 100%;
  position: relative;
}
.b-modal-window .b-search-form__input {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.b-modal-window .b-search-form__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.b-modal-window .b-search-form__button {
  width: 49px;
  background-image: url("/images/ico_search_white.svg");
}

.lock {
  overflow: hidden;
}

.lightbox {
  position: relative;
  display: none;
  z-index: 10000;
}
.lightbox .overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.9);
}
.lightbox .inner-box {
  display: flex;
  min-height: 100%;
}
.lightbox .btn-wrap {
  position: relative;
  width: 120px;
  flex-shrink: 0;
  display: flex;
}
.lightbox .prev, .lightbox .next {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease;
  cursor: pointer;
  user-select: none;
  z-index: 11000;
}
.lightbox .prev:hover, .lightbox .next:hover {
  background: rgba(0, 0, 0, 0.4);
}
.lightbox .prev:hover > img, .lightbox .next:hover > img {
  transform: scale(0.9);
}
.lightbox .prev > img, .lightbox .next > img {
  width: 16px;
  height: 28px;
  transition: all 0.3s ease;
}
.lightbox .close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  top: 0;
  right: 0;
  z-index: 12000;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease;
  z-index: 12000;
  cursor: pointer;
  user-select: none;
}
.lightbox .close img {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}
.lightbox .close:hover {
  background: rgba(255, 255, 255, 0.085);
}
.lightbox .close:hover img {
  transform: scale(0.9);
}
.lightbox .content-wrap {
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.lightbox .content-wrap.padd {
  padding: 40px 0;
}
.lightbox .content-wrap .image-wrap {
  display: inline-block;
  opacity: 0;
  position: relative;
  background: #fff;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.lightbox .content-wrap .image-wrap img {
  max-width: 100%;
}
.lightbox .content-wrap .image-wrap.end {
  cursor: default;
}
.lightbox .content-wrap .text-wrap {
  word-break: break-all;
  line-height: 18px;
  background: #fff;
  padding: 10px 20px 0 20px;
  margin: 0 -20px;
  text-align: center;
}
.lightbox .content-wrap .text-wrap .number {
  font-size: 12px;
  text-align: center;
  color: #8A8A8A;
}
.lightbox .content-wrap .text-wrap hr {
  width: 50px;
  height: 1px;
  background: #ccc;
  margin: 10px auto 15px auto;
  border: none;
}
.lightbox .content-wrap .text-wrap .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.lightbox .load-container {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  transform: rotateZ(45deg);
  display: none;
  z-index: 12000;
}
.lightbox .load-container .load-cube {
  position: relative;
  transform: rotateZ(45deg);
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.lightbox .load-container .load-cube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: load-fold-thecube 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.lightbox .load-container .load-c2 {
  transform: scale(1.1) rotateZ(90deg);
}
.lightbox .load-container .load-c2::before {
  animation-delay: 0.3s;
}
.lightbox .load-container .load-c3 {
  transform: scale(1.1) rotateZ(180deg);
}
.lightbox .load-container .load-c3::before {
  animation-delay: 0.6s;
}
.lightbox .load-container .load-c4 {
  transform: scale(1.1) rotateZ(270deg);
}
.lightbox .load-container .load-c4::before {
  animation-delay: 0.9s;
}
@media only screen and (max-width: 1024px) {
  .lightbox .content-wrap .text-wrap hr {
    margin: 5px auto 5px auto;
  }
  .lightbox .content-wrap .text-wrap .title {
    font-size: 12px;
  }
  .lightbox .btn-wrap {
    width: 80px;
  }
}
@media only screen and (max-width: 550px) {
  .lightbox .btn-wrap {
    width: 60px;
  }
}

@keyframes load-fold-thecube {
  0%, 10% {
    transform: perspective(56px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(56px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(56px) rotateY(180deg);
    opacity: 0;
  }
}
.image-slider {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.image-slider .slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.image-slider .slider-container .slide {
  position: relative;
  width: 100%;
  display: none;
  line-height: 0;
}
.image-slider .slider-container .slide img {
  width: 100%;
}
.image-slider .slider-container .slide:first-child {
  display: block;
}
.image-slider .slider-container .slide .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 2%;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  z-index: 20;
  cursor: default;
}
.image-slider .slider-container .slide .text h4 {
  color: #fff;
}
.image-slider .slider-container .slide .text p {
  font-size: 14px;
  font-weight: normal;
}
.image-slider .slider-container .slide .text a {
  font-size: 14px;
}
.image-slider .slider-container .slide.placeholder .load {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.image-slider .slider-container .slide.placeholder .load img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 -16px 0 0 -16px;
}
.image-slider .btn-prev, .image-slider .btn-next {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 100%;
  background: #fff;
  z-index: 10;
  outline: none !important;
  transition: all 0.2s ease;
}
.image-slider .btn-prev:hover::before, .image-slider .btn-next:hover::before {
  opacity: 0.5;
}
.image-slider .btn-prev::before, .image-slider .btn-next::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.image-slider .btn-prev {
  left: -35px;
}
.image-slider .btn-prev::before {
  background: url("../images/slider_btn_l.svg") right 17px center no-repeat;
}
.image-slider .btn-next {
  right: -35px;
}
.image-slider .btn-next::before {
  background: url("../images/slider_btn_r.svg") left 17px center no-repeat;
}
.image-slider .page-dots {
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 0;
  margin-top: 15px;
}
.image-slider .page-dots .dot {
  margin: 0 3px;
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -9999px;
  border: 2px solid #CACACA;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.image-slider .page-dots .dot:hover {
  background: #CACACA;
}
.image-slider .page-dots .dot.active {
  background: #CACACA;
}

.m-tabs {
  margin-bottom: 10px;
}
.m-tabs__tabs {
  position: relative;
  margin: 0 0 -1px 0;
  padding: 0;
  list-style-type: none;
  z-index: 10;
}
.m-tabs__tabs-item {
  display: inline;
  float: left;
  padding: 10px 15px;
  margin-right: 1px;
  cursor: pointer;
  background: #F8F8F8;
  border: 1px solid #e4e4e4;
  color: #757575;
  transition: all 0.2s ease;
}
.m-tabs__tabs-item:hover {
  border-bottom-color: #fff;
  background: #fff;
  color: #424242;
}
.m-tabs__tabs-item--current {
  border-top-color: #D32D3E;
  border-bottom-color: #fff;
  background: #fff;
  color: #424242;
}
.m-tabs__box {
  display: none;
  padding: 20px;
  border: 1px solid #eee;
  transition: all 0.2s ease;
}
.m-tabs__box--visible {
  display: block;
}
.m-tabs__box > *:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .m-tabs__tabs-item {
    width: 100%;
  }
}

.m-accordion {
  margin-bottom: 10px;
}
.m-accordion__title {
  position: relative;
  display: block;
  border: 1px solid #eee;
  padding: 10px 15px 10px 44px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  color: #D32D3E;
  user-select: none;
}
.m-accordion__title--open .m-accordion__ico {
  transform: rotate(-180deg);
}
.m-accordion__ico {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 100%;
  transition: all 0.2s ease;
}
.m-accordion__ico svg {
  margin: auto;
  fill: #D32D3E;
}
.m-accordion__box {
  padding: 20px;
  display: none;
  border: 1px solid #e4e4e4;
  border-top: none;
}
.m-accordion__inner > *:last-child {
  margin-bottom: 0;
}

.m-accordion--link {
  margin-bottom: 10px;
}
.m-accordion--link__link {
  text-decoration: none;
  display: inline;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px dotted #D32D3E;
}
.m-accordion--link__link:before {
  display: none;
}
.m-accordion--link__link:hover {
  border-bottom-color: #fff;
}
.m-accordion--link__inner {
  margin-top: 15px;
  padding: 0;
}
.m-accordion--link__inner > *:last-child {
  margin-bottom: 15px;
}
.m-accordion--link__box {
  height: 0;
  opacity: 0;
  overflow: hidden;
  border: none;
  transition: all 0.6s ease;
}
.m-accordion--link__box--open {
  opacity: 1;
}

.m-pres-block {
  text-align: center;
  margin: 15px 0;
  margin-bottom: -5px;
}
.m-pres-block__item {
  text-align: center;
  margin-bottom: 20px;
}
.m-pres-block__title-before {
  font-weight: bold;
  margin-bottom: 15px;
  color: #121212;
}
.m-pres-block__image {
  position: relative;
  margin-bottom: 15px;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-pres-block__image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.m-pres-block__image--stretch img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.m-pres-block__image--round img {
  border-radius: 100%;
}
.m-pres-block__title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #121212;
}
.m-pres-block__text p :last-child {
  margin-bottom: 0;
}

.m-columns {
  margin: 15px 0 0 0;
}
.m-columns .grid-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.m-columns .grid-wrap--cols-1 .grid-col {
  width: 100%;
}
.m-columns .grid-wrap--cols-2 .grid-col {
  width: 50%;
}
.m-columns .grid-wrap--cols-3 .grid-col {
  width: 33.33%;
}
.m-columns .grid-wrap--cols-4 .grid-col {
  width: 25%;
}
.m-columns .grid-wrap--cols-5 .grid-col {
  width: 20%;
}
.m-columns .grid-col {
  padding: 0 15px;
  margin-bottom: 15px;
}
.m-columns__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .m-columns .grid-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .m-columns .grid-col {
    width: 100% !important;
    padding: 0;
  }
}

.b-search-form {
  position: relative;
  max-width: 100%;
}
.b-search-form__input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.b-search-form__input::placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.b-search-form__input:-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.b-search-form__input::-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.b-search-form__input::-webkit-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.b-search-form__input:focus {
  font-color: #b5b5b5;
}
.b-search-form__input:disabled {
  background: #ececec;
  color: rgba(66, 66, 66, 0.6);
}
.b-search-form__button {
  position: absolute;
  float: right;
  width: 34px;
  height: 100%;
  top: 0;
  right: 0px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.2s ease;
  background: url("../images/ico_search.svg") no-repeat center center;
  outline: none;
}
.b-search-form__button:hover {
  opacity: 1;
}
.b-search-form__button:active {
  box-shadow: 0 0 0 0;
}

.free-tags-slider {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  user-select: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.free-tags-slider:last-child {
  margin-bottom: 0;
}
.free-tags-slider:last-child {
  margin-bottom: 0;
}
.free-tags-slider__prev, .free-tags-slider__next {
  align-items: center;
  background: #f2f2f2;
  border-radius: 5px;
  cursor: pointer;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  justify-content: center;
  transition: all 0.2s ease;
}
.free-tags-slider__prev.swiper-button-lock, .free-tags-slider__next.swiper-button-lock {
  cursor: default;
  opacity: 0.4;
}
.free-tags-slider__prev svg, .free-tags-slider__next svg {
  stroke: #000;
  opacity: 0.5;
  transition: all 0.2s ease;
}
.free-tags-slider__prev:not(.swiper-button-disabled):hover svg, .free-tags-slider__next:not(.swiper-button-disabled):hover svg {
  opacity: 1;
}
.free-tags-slider__tag {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  color: #101010;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.free-tags-slider__tag:hover {
  background: transparent;
  color: #c0392b;
}
.free-tags-slider .swiper {
  margin: 0;
}
.free-tags-slider .swiper-slide {
  width: auto;
  display: inline-block;
}

.free-tags {
  margin-top: 20px;
  margin-bottom: 20px;
}
.free-tags:last-child {
  margin-bottom: 0;
}
.free-tags__wrap {
  height: 40px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.free-tags__wrap.all {
  height: auto;
}
.free-tags__wrap-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.free-tags__item {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  color: #101010;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.free-tags__item:hover {
  background: transparent;
  color: #c0392b;
}
.free-tags__show-more {
  height: 46px;
  flex-shrink: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 14px;
  width: 100px;
  text-align: center;
}
.free-tags__show-more span {
  color: #c0392b;
  transition: all 0.2s ease;
  border-bottom: 1px dashed #c0392b;
  line-height: 1.2em;
  cursor: pointer;
}
.free-tags__show-more span:hover {
  border-bottom-color: transparent;
}

.xdsoft_datetimepicker {
  position: absolute;
  display: none;
  border: 1px solid #eee;
  color: #333;
  padding: 15px;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 10px 35px -10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 260px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 31px;
  margin-bottom: 0px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  display: none;
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 181px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: left;
  padding-left: 8px;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 30px;
  line-height: 30px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #D32D3E;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #fff;
  color: #424242;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #D32D3E !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  *zoom: 1;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker:before, .xdsoft_datetimepicker .xdsoft_mounthpicker:after {
  content: "";
  display: table;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker:after {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAASUlEQVQokc3MqxWAMBREwSkBy6cMNPFASRTMCRXgMEHmRcK1O2eJ6xq7GSeGCGRsH4KlgLUGJtw4auBtx1Uew1KB6ecwY2zBHh6yNhJk9xIySQAAAABJRU5ErkJggg==") no-repeat center center;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAATElEQVQokcXKsRFAQBRAwS2BUAcKELsYBahC3QwtCARGePdHYLz0LXeVoBor+ggmHG9g+g8OEVxwos2BDjvmCEzfgzEHamwl8NSU5gXInRJioOaUGAAAAABJRU5ErkJggg==") no-repeat center center;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 22px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA7UlEQVQokY3QvUqDUQzG8d/baqFiBUVKaaFKN6GD4AUITo4uIrraQaiDo5OLV2Ep6uzm6KJ4Da46OAgu4iSIIHUw2sPrBw0cSE6eh/wThnGA/cgn8IjZqLs4/RJmOMQq5vCOBxSxiBu8oYZJ3OIiC+E21vCCE5Rxjk08YQNtHOEYBmhiGtUEdyHJZ9AI3aCQNJ5RCqxi7FUKYTmwQWqCZeyG4SwO0cFWTveNN0r8wIMd9FHBHeroYe+/SfOx0zjWA7Md/39OqhkeYsnnIVITGMuZpsJYQCv6VbymoizwVnCf5/4lmriCyzCO+q4/ACTdMevlS9pwAAAAAElFTkSuQmCC") no-repeat center center;
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAF0lEQVQImWNkYGD4z4AGGKH0fyxiqBIAZlgDAcRN6lcAAAAASUVORK5CYII=") no-repeat center center;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: normal;
  top: 31px;
  text-align: left;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 15px 2px 8px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background: rgb(246.3385826772, 213.6614173228, 217.0078740157);
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #D32D3E;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 13px;
  text-align: right;
  vertical-align: bottom;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 31px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
  background: #f1f1f1;
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #D32D3E;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #D32D3E;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover {
  background: #D32D3E !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background: #fff;
  color: #424242;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_datetimepicker .xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_datetimepicker .xdsoft_scrollbar {
  position: absolute;
  width: 4px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
}
.xdsoft_datetimepicker .xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_datetimepicker .xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_datetimepicker .xdsoft_noselect::-moz-selection {
  background: transparent;
}

.live-edit-parent {
  position: relative;
}

.live-edit {
  position: absolute;
  display: block;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  outline: 1px dotted red;
  pointer-events: none;
  display: none;
  z-index: 1000000000;
}
.live-edit__btn {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 25px;
  height: 25px;
  text-indent: -1000px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA9klEQVQ4jcXPuy7EURTF4TVuhUh4AKWgMJ1KPAUPQOsJJFo6rcIz0KATUXkLjUKMa1wa4hKfwpn4k5kxKitZxV5nr9/JDtKlZ3CNhWoeXOK2jQfL4jTucYDXKiQ+1ennOm6wXualAlnsBjCJK7xjpZKv4Q1TnQBjOMUm5vCMZUyggT30twOM4gTb6C3ZPF5wV8oDnU44xmFzqXgcF9VyO8BQyWYr2QTOsPsD2hIwXLJ6pdxoVf4NsI8tnGOnUj5CX3O/Bklq+VJvko0kQ0kek1wlWU3yUt4lGUnykKQl4Dd9A/T8odhS/w/oS3KTz7u61XOSp+bwAVV6JP1S7dJMAAAAAElFTkSuQmCC") red no-repeat 6px 4px;
  font-size: 10px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  padding: 2px 10px;
  pointer-events: auto;
  transition: all 0.2s ease;
  cursor: pointer;
  user-select: none;
}
.live-edit__btn:hover {
  background-color: #000;
}

.live-edit-window .f-form {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.live-edit-window .f-form__field {
  position: relative;
}
.live-edit-window .f-form__form {
  width: 100%;
}
.live-edit-window .f-form__text {
  margin-bottom: 20px;
}
.live-edit-window .f-form__text p:last-child {
  margin-bottom: 0;
}
.live-edit-window .f-form__field + .f-form__field {
  margin-top: 20px;
}
.live-edit-window .f-form__field .f-form__label:first-child {
  margin-top: -9px;
}
.live-edit-window .f-form__field:first-child .f-form__label:first-child {
  margin-top: 0;
}
.live-edit-window .f-form__label {
  display: block;
  font-weight: bold;
  margin-bottom: 9px;
  user-select: none;
}
.live-edit-window .f-form__label + .f-form__comment {
  margin-top: -4px;
  margin-bottom: 9px;
}
.live-edit-window .f-form__comment {
  color: #9a9a9a;
  font-style: italic;
}
.live-edit-window .f-form__input-text {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.live-edit-window .f-form__input-text::placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__input-text:-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__input-text::-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__input-text::-webkit-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__input-text:focus {
  border-color: #b5b5b5;
}
.live-edit-window .f-form__input-text:disabled {
  background: #ececec;
  color: rgba(66, 66, 66, 0.6);
}
.live-edit-window .f-form__select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.live-edit-window .f-form__select::placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__select:-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__select::-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__select::-webkit-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__select:focus {
  border-color: #b5b5b5;
}
.live-edit-window .f-form__select:disabled {
  background: #ececec;
  color: rgba(66, 66, 66, 0.6);
}
.live-edit-window .f-form__select {
  cursor: pointer;
}
.live-edit-window .f-form__textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.live-edit-window .f-form__textarea::placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__textarea:-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__textarea::-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__textarea::-webkit-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__textarea:focus {
  border-color: #b5b5b5;
}
.live-edit-window .f-form__textarea:disabled {
  background: #ececec;
  color: rgba(66, 66, 66, 0.6);
}
.live-edit-window .f-form__textarea {
  display: block;
  resize: vertical;
}
.live-edit-window .f-form__input-checkbox-wrap {
  position: relative;
  line-height: 20px;
}
.live-edit-window__input-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.live-edit-window__input-checkbox:checked + .live-edit-window__label::after {
  opacity: 1;
  transform: scale(1);
}
.live-edit-window__input-checkbox:focus + .live-edit-window__label::before, .live-edit-window__input-checkbox:active + .live-edit-window__label::before {
  border-color: #b5b5b5;
}
.live-edit-window__input-checkbox:disabled + .live-edit-window__label::before {
  border-color: #e4e4e4;
}
.live-edit-window__input-checkbox:disabled + .live-edit-window__label {
  color: rgba(66, 66, 66, 0.6);
  cursor: default;
}
.live-edit-window__input-checkbox:disabled + .live-edit-window__label::after {
  background: #e4e4e4;
}
.live-edit-window__input-checkbox.f-form--field-error + label::before {
  border-color: #de2b2b;
  background: #fdeded;
}
.live-edit-window__input-checkbox-wrap .live-edit-window__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 30px;
}
.live-edit-window__input-checkbox-wrap .live-edit-window__label::before, .live-edit-window__input-checkbox-wrap .live-edit-window__label::after {
  position: absolute;
  display: block;
  content: "";
}
.live-edit-window__input-checkbox-wrap .live-edit-window__label::before {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.live-edit-window__input-checkbox-wrap .live-edit-window__label::after {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  background: #3a3a3a;
  transform: scale(0);
  border-radius: 2px;
  opacity: 0;
  transition: all 0.2s ease;
}
.live-edit-window__input-checkbox-wrap .live-edit-window__label .f-form__label-error {
  font-weight: bold;
}
.live-edit-window .f-form__input-checkbox-wrap--important {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid rgba(181, 181, 181, 0.3);
}
.live-edit-window .f-form__input-checkbox-wrap--important .f-form__label {
  font-weight: bold !important;
}
.live-edit-window .f-form__input-radio-wrap {
  position: relative;
  line-height: 20px;
}
.live-edit-window .f-form__input-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.live-edit-window .f-form__input-radio:checked + .f-form__label::after {
  opacity: 1;
}
.live-edit-window .f-form__input-radio:focus + .f-form__label::before,
.live-edit-window .f-form__input-radio:active + .f-form__label::before {
  border-color: #b5b5b5;
}
.live-edit-window .f-form__input-radio:disabled + .f-form__label::before {
  border-color: #e4e4e4;
}
.live-edit-window .f-form__input-radio:disabled + .f-form__label {
  color: rgba(66, 66, 66, 0.6);
  cursor: default;
}
.live-edit-window .f-form__input-radio:disabled + .f-form__label::after {
  background: #e4e4e4;
}
.live-edit-window .f-form__input-radio-wrap .f-form__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 30px;
}
.live-edit-window .f-form__input-radio-wrap .f-form__label::before, .live-edit-window .f-form__input-radio-wrap .f-form__label::after {
  position: absolute;
  display: block;
  content: "";
}
.live-edit-window .f-form__input-radio-wrap .f-form__label::before {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1px solid #e4e4e4;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.live-edit-window .f-form__input-radio-wrap .f-form__label::after {
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
  background: #b5b5b5;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.2s ease;
}
.live-edit-window .f-form__input-submit,
.live-edit-window .f-form__button {
  padding: 10px 30px 12px 30px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #c0392b;
  color: #fff;
  transition: all 0.2s ease;
}
.live-edit-window .f-form__input-submit:hover, .live-edit-window .f-form__input-submit:focus,
.live-edit-window .f-form__button:hover,
.live-edit-window .f-form__button:focus {
  background: #db4d3e;
}
.live-edit-window .f-form__input-submit:active,
.live-edit-window .f-form__button:active {
  background: #9b2216;
}
.live-edit-window .f-form__input-file {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  outline: none;
  transition: all 0.2s ease;
}
.live-edit-window .f-form__input-file::placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__input-file:-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__input-file::-ms-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__input-file::-webkit-input-placeholder {
  color: rgba(66, 66, 66, 0.5);
}
.live-edit-window .f-form__input-file:focus {
  border-color: #b5b5b5;
}
.live-edit-window .f-form__input-file:disabled {
  background: #ececec;
  color: rgba(66, 66, 66, 0.6);
}
.live-edit-window .f-form__input-file {
  padding: 5px;
}
.live-edit-window .f-form__file-box {
  position: relative;
  width: 100%;
  min-height: 94px;
  padding: 10px;
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
  border-radius: 4px;
  transition: border 0.1s ease;
  user-select: none;
  cursor: default;
}
.live-edit-window .f-form__file-box:focus {
  border-color: #b5b5b5;
}
.live-edit-window .f-form__file-box--empty .f-form__file-txt {
  display: block;
}
.live-edit-window .f-form__file-box--add-file {
  border-color: #b5b5b5;
}
.live-edit-window .f-form__file-box--add-file .f-form__file-txt {
  background-image: url("../images/ui/ico_file_add.svg");
}
.live-edit-window .f-form__file-box--add-file .f-form__file-box-bg {
  opacity: 1;
}
.live-edit-window .f-form__file-txt {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 48px;
  background: url("../images/ui/ico_file_upload.svg") no-repeat center 10px;
  background-size: 32px;
  transition: all 0.2s ease;
  z-index: 2;
  color: #a5a5a5;
}
.live-edit-window .f-form__open-file {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: inline-block;
  height: 20px;
  top: 4px;
  color: #D32D3E;
  cursor: pointer;
  border-bottom: 1px dashed #D32D3E;
}
.live-edit-window .f-form__open-file:hover {
  border-bottom-color: transparent;
}
.live-edit-window .f-form__open-file .f-form__input-file {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  cursor: pointer !important;
  padding: 0;
}
.live-edit-window .f-form__file-item {
  position: relative;
  overflow: hidden;
  display: flex;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-top: 5px;
  transition: border 0.2s ease;
  z-index: 2;
  cursor: default;
}
.live-edit-window .f-form__file-item:hover {
  border-color: #b5b5b5;
}
.live-edit-window .f-form__file-ico-state {
  position: relative;
  width: 32px;
  line-height: 0;
  display: flex;
  transition: all 0.2s ease;
  z-index: 2;
}
.live-edit-window .f-form__file-ico-state svg {
  opacity: 1;
  transform: rotate(-90deg);
}
.live-edit-window .f-form__file-ico-state .fl-ico-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 2;
}
.live-edit-window .f-form__file-ico-state .fl-ico-loader {
  fill: none;
  stroke: #36ad10;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 63;
  stroke-dashoffset: 63;
  transition: all 0.2s ease;
  transform-origin: 50% 50%;
}
.live-edit-window .f-form__file-ico-state::before, .live-edit-window .f-form__file-ico-state::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  opacity: 0;
  transform: scale(0);
}
.live-edit-window .f-form__file-ico-state::before {
  background: url("../images/ui/ico_file_state_ok.svg") no-repeat center center;
}
.live-edit-window .f-form__file-ico-state::after {
  background: url("../images/ui/ico_file_state_error.svg") no-repeat center center;
}
.live-edit-window .f-form__file-ico-state .f-form--ok::before {
  opacity: 1;
  transform: scale(1);
}
.live-edit-window .f-form__file-ico-state .f-form--error::after {
  opacity: 1;
  transform: scale(1);
}
.live-edit-window .f-form__file-ico-state .f-form--error .fl-ico-bg {
  stroke: #da1d1d;
}
.live-edit-window .f-form__file-name {
  position: relative;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px 5px 5px;
  font-size: 12px;
  z-index: 2;
}
.live-edit-window .f-form__file-size {
  position: relative;
  padding: 5px 10px 5px 5px;
  font-size: 12px;
  color: #8f8f8f;
  z-index: 2;
}
.live-edit-window .f-form__file-size--error {
  color: #da1d1d;
}
.live-edit-window .f-form__file-remove {
  position: relative;
  width: 32px;
  line-height: 0;
  display: flex;
  margin-left: auto;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.live-edit-window .f-form__file-remove .f-form--show {
  opacity: 1;
  visibility: visible;
}
.live-edit-window .f-form__file-remove svg {
  margin: auto;
  fill: #9E9E9E;
  transition: all 0.2s ease;
}
.live-edit-window .f-form__file-remove:hover svg {
  fill: #e51616;
}
.live-edit-window .f-form__file-progress-line {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease;
  background: rgba(181, 181, 181, 0.1);
}
.live-edit-window .f-form__file-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-size: 30px 30px;
  background-image: linear-gradient(to top right, #f1f1f1 25%, transparent 25%, transparent 50%, #f1f1f1 50%, #f1f1f1 75%, transparent 75%, transparent);
  animation: stripes 1s linear infinite;
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 1;
}
@keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
.live-edit-window .f-form--field-error {
  border-color: #de2b2b;
  background: #fdeded;
}
.live-edit-window .f-form--field-error::placeholder {
  color: #de2b2b;
}
.live-edit-window .f-form--field-error::-webkit-input-placeholder {
  color: #de2b2b;
}
.live-edit-window .f-form--field-error::-moz-placeholder {
  color: #de2b2b;
}
.live-edit-window .f-form--field-error:-moz-placeholder {
  color: #de2b2b;
}
.live-edit-window .f-form--field-error:-ms-input-placeholder {
  color: #de2b2b;
}
.live-edit-window .f-form__label-error {
  color: #de2b2b;
}
.live-edit-window .f-form__msg {
  font-weight: bold;
}
.live-edit-window .f-form__msg .f-form--error {
  color: #de2b2b;
  margin-bottom: 20px;
}
.live-edit-window .f-form__msg .f-form--ok {
  margin-top: 5px;
}

.live-edit-window {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  font: 14px/22px "PT Sans", sans-serif;
}
.live-edit-window--show {
  opacity: 1;
  visibility: visible;
}
.live-edit-window__overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease;
}
.live-edit-window__window {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  max-height: calc(100% - 40px);
  max-width: 1000px;
  font: 14px/22px "PT Sans", Arial, sans-serif;
  background: #fff;
  box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}
.live-edit-window__title-wrap {
  height: 62px;
  flex-shrink: 0;
}
.live-edit-window__title {
  display: flex;
  justify-content: space-between;
  user-select: none;
  cursor: default;
  background: #f5f9fa;
  font-size: 16px;
  font-weight: bold;
}
.live-edit-window__title--fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1000px;
  z-index: 1000;
}
.live-edit-window__title-text {
  padding: 20px 30px;
}
.live-edit-window__controls {
  display: flex;
  align-items: center;
}
.live-edit-window__content {
  flex-grow: 1;
  position: relative;
  padding: 20px 30px 30px 30px;
  overflow-y: scroll;
}
.live-edit-window__btn {
  position: relative;
  display: inline-flex;
  height: 36px;
  margin-right: 15px;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
  padding: 0 15px;
  line-height: 0;
  user-select: none;
  overflow: hidden;
  color: #000;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.live-edit-window__btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.2s ease;
  pointer-events: none;
}
.live-edit-window__btn__text {
  position: relative;
  top: 0px;
  z-index: 20;
}
.live-edit-window__btn--save {
  background: #0f9c4b;
  color: #fff;
}
.live-edit-window__btn--save:hover {
  background: #0e8e44;
}
.live-edit-window__btn--save:active {
  background: #0d813e;
}
.live-edit-window__btn--cancel {
  background: #ffffff;
  color: #000;
}
.live-edit-window__btn--cancel:hover {
  background: #ededed;
}
.live-edit-window__btn--cancel:active {
  background: #d9d9d9;
}
.live-edit-window__btn--cms {
  background: #ffffff;
  color: #000;
  margin-right: 60px;
  text-decoration: none;
}
.live-edit-window__btn--cms:hover {
  background: #ededed;
}
.live-edit-window__btn--cms:active {
  background: #d9d9d9;
}
.live-edit-window .f-form__title {
  font-size: 21px;
  margin: 40px 0 20px 0;
}
.live-edit-window .f-form__input-text, .live-edit-window .f-form__select, .live-edit-window .f-form__textarea {
  width: 600px;
}
.live-edit-window .f-form__input-text:focus + .f-form__comment, .live-edit-window .f-form__select:focus + .f-form__comment, .live-edit-window .f-form__textarea:focus + .f-form__comment {
  opacity: 1;
}
.live-edit-window .f-form__input-text:focus + .f-form__help, .live-edit-window .f-form__select:focus + .f-form__help, .live-edit-window .f-form__textarea:focus + .f-form__help {
  opacity: 1;
  visibility: visible;
}
.live-edit-window .f-form__input-text:focus + .f-form__comment + .f-form__help, .live-edit-window .f-form__select:focus + .f-form__comment + .f-form__help, .live-edit-window .f-form__textarea:focus + .f-form__comment + .f-form__help {
  opacity: 1;
  visibility: visible;
}
.live-edit-window .f-form__help {
  right: auto;
  left: 582px;
}
.live-edit-window .f-form__comment {
  position: absolute;
  top: 30px;
  left: 600px;
  max-width: 400px;
  width: calc(100% - 600px);
  padding-left: 30px;
  opacity: 0;
  transition: all 0.2s ease;
}
.live-edit-window #editor_cont {
  max-width: 1200px;
}
.live-edit-window .file-list-wrapper {
  background: #fff;
  padding: 20px;
  width: 750px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.live-edit-window .file-list-wrapper .images-list {
  max-width: 700px;
  margin-top: 0;
}
.live-edit-window .file-list-wrapper .images-list__wrap {
  margin: 0 -16px -16px -8px;
}
.live-edit-window .file-list-wrapper .images-list__item-empty {
  width: 127px;
}
.live-edit-window .file-list-wrapper .dropzone-wrap {
  width: 100%;
}
.live-edit-window .file-list-wrapper + .f-form__comment {
  left: 750px;
  width: calc(100% - 750px);
}
.live-edit-window .file-list-wrapper:hover + .f-form__comment {
  opacity: 1 !important;
}

.images-list {
  position: relative;
  user-select: none;
  margin-bottom: 30px;
  margin-top: 10px;
  width: 100%;
}
.images-list__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -16px -8px;
}
.images-list__item {
  position: relative;
  width: calc(20% - 16px);
  line-height: 0;
  margin: 0 8px 16px 8px;
  border: 1px solid #e4e4e4;
  background: #f5f9fa;
  border-radius: 3px;
}
.images-list__item-err .images-list__info-filename {
  max-height: none;
}
.images-list--multiple .images-list__item {
  cursor: move;
}
.images-list__item-empty {
  position: relative;
  width: 150px;
  height: 160px;
  line-height: 0;
  margin: 0 8px 16px 8px;
  border: 1px solid #e4e4e4;
  background: url("../admin/images/ico_image_empty.svg") #f5f9fa no-repeat center center;
  border-radius: 3px;
}
.images-list .sortable-placeholder {
  position: relative;
  width: calc(20% - 16px);
  line-height: 0;
  margin: 0 8px 16px 8px;
  background: rgba(15, 156, 75, 0.05);
  border: 1px dotted rgba(15, 156, 75, 0.5);
  border-radius: 3px;
  cursor: move;
}
.images-list__thumb {
  display: flex;
  height: 102px;
  width: 102px;
  line-height: 0;
  font-size: 0;
  margin: 10px auto 5px auto;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}
.images-list__img {
  display: flex;
  height: 100px;
  width: 100px;
  line-height: 0;
  font-size: 0;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.images-list__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.images-list__file-ico {
  height: 100px;
  width: 100px;
  background: url("../admin/images/ico_files/file.svg") #fff no-repeat center center;
  background-size: 42px;
}
.images-list__file-ico[data-filename$=".7z"] {
  background-image: url("../admin/images/ico_files/7z.svg");
}
.images-list__file-ico[data-filename$=".7zip"] {
  background-image: url("../admin/images/ico_files/7zip.svg");
}
.images-list__file-ico[data-filename$=".avi"] {
  background-image: url("../admin/images/ico_files/avi.svg");
}
.images-list__file-ico[data-filename$=".bmp"] {
  background-image: url("../admin/images/ico_files/bmp.svg");
}
.images-list__file-ico[data-filename$=".cdr"] {
  background-image: url("../admin/images/ico_files/cdr.svg");
}
.images-list__file-ico[data-filename$=".csv"] {
  background-image: url("../admin/images/ico_files/csv.svg");
}
.images-list__file-ico[data-filename$=".doc"] {
  background-image: url("../admin/images/ico_files/doc.svg");
}
.images-list__file-ico[data-filename$=".docx"] {
  background-image: url("../admin/images/ico_files/docx.svg");
}
.images-list__file-ico[data-filename$=".eps"] {
  background-image: url("../admin/images/ico_files/eps.svg");
}
.images-list__file-ico[data-filename$=".fla"] {
  background-image: url("../admin/images/ico_files/fla.svg");
}
.images-list__file-ico[data-filename$=".flv"] {
  background-image: url("../admin/images/ico_files/flv.svg");
}
.images-list__file-ico[data-filename$=".gif"] {
  background-image: url("../admin/images/ico_files/gif.svg");
}
.images-list__file-ico[data-filename$=".html"] {
  background-image: url("../admin/images/ico_files/html.svg");
}
.images-list__file-ico[data-filename$=".jpg"] {
  background-image: url("../admin/images/ico_files/jpg.svg");
}
.images-list__file-ico[data-filename$=".ma"] {
  background-image: url("../admin/images/ico_files/ma.svg");
}
.images-list__file-ico[data-filename$=".mov"] {
  background-image: url("../admin/images/ico_files/mov.svg");
}
.images-list__file-ico[data-filename$=".mp3"] {
  background-image: url("../admin/images/ico_files/mp3.svg");
}
.images-list__file-ico[data-filename$=".mp4"] {
  background-image: url("../admin/images/ico_files/mp4.svg");
}
.images-list__file-ico[data-filename$=".mpg"] {
  background-image: url("../admin/images/ico_files/mpg.svg");
}
.images-list__file-ico[data-filename$=".pdf"] {
  background-image: url("../admin/images/ico_files/pdf.svg");
}
.images-list__file-ico[data-filename$=".png"] {
  background-image: url("../admin/images/ico_files/png.svg");
}
.images-list__file-ico[data-filename$=".ppt"] {
  background-image: url("../admin/images/ico_files/ppt.svg");
}
.images-list__file-ico[data-filename$=".pptx"] {
  background-image: url("../admin/images/ico_files/pptx.svg");
}
.images-list__file-ico[data-filename$=".psd"] {
  background-image: url("../admin/images/ico_files/psd.svg");
}
.images-list__file-ico[data-filename$=".pub"] {
  background-image: url("../admin/images/ico_files/pub.svg");
}
.images-list__file-ico[data-filename$=".rar"] {
  background-image: url("../admin/images/ico_files/rar.svg");
}
.images-list__file-ico[data-filename$=".rtf"] {
  background-image: url("../admin/images/ico_files/rtf.svg");
}
.images-list__file-ico[data-filename$=".txt"] {
  background-image: url("../admin/images/ico_files/txt.svg");
}
.images-list__file-ico[data-filename$=".wav"] {
  background-image: url("../admin/images/ico_files/wav.svg");
}
.images-list__file-ico[data-filename$=".wma"] {
  background-image: url("../admin/images/ico_files/wma.svg");
}
.images-list__file-ico[data-filename$=".wmv"] {
  background-image: url("../admin/images/ico_files/wmv.svg");
}
.images-list__file-ico[data-filename$=".xls"] {
  background-image: url("../admin/images/ico_files/xls.svg");
}
.images-list__file-ico[data-filename$=".xlsx"] {
  background-image: url("../admin/images/ico_files/xlsx.svg");
}
.images-list__file-ico[data-filename$=".xml"] {
  background-image: url("../admin/images/ico_files/xml.svg");
}
.images-list__file-ico[data-filename$=".zip"] {
  background-image: url("../admin/images/ico_files/zip.svg");
}
.images-list__item-del {
  display: flex;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e4e4e4;
  background-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.images-list__item-del--show {
  opacity: 1;
  visibility: visible;
}
.images-list__item-del svg {
  width: 14px;
  height: 14px;
  margin: auto;
  transition: all 0.2s ease;
}
.images-list__item-del:hover svg {
  stroke: #cf483a;
}
.images-list__item-del:active {
  transform: scale(0.8);
}
.images-list__info {
  padding: 0 10px 5px 10px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
.images-list__info-filename {
  max-height: 18px;
  overflow: hidden;
}
.images-list__info-filesize {
  position: relative;
  font-size: 11px;
  color: #969696;
}
.images-list__info-filelink {
  margin-top: -3px;
  font-size: 11px;
  color: #969696;
}
.images-list__warning {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../admin/images/ico-w/alert.svg") #cf483a no-repeat center center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  top: -2px;
  left: -20px;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0);
  cursor: default;
  transition: all 0.2s ease;
}
.images-list__warning--show {
  opacity: 1;
  transform: none;
}

.dropzone-wrap {
  width: 480px;
  margin-right: -20px;
}
.dropzone-wrap .b-btn {
  margin-top: 16px;
}

.images-list--one-img {
  width: 500px;
  display: flex;
}
.images-list--one-img .images-list {
  width: 150px;
  margin: 0;
}
.images-list--one-img .images-list .images-list__item, .images-list--one-img .images-list .images-list__wrap {
  width: 100%;
  margin: 0;
}
.images-list--one-img__item-empty {
  margin: 0;
}
.images-list--one-img .dropzone-wrap {
  flex-grow: 1;
  padding-left: 20px;
}
.images-list--one-img .f-form__file-box {
  min-height: 119px;
}
.images-list--one-img .f-form__file-txt {
  background-position: center 20px;
  padding-top: 58px;
}

.b-loader {
  position: fixed;
  z-index: 1000000000000;
  background: #fff;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  background: url("../admin/images/loader.svg") rgba(0, 0, 0, 0.85) no-repeat center center;
  background-size: 100px;
  transition: all 0.4s ease;
  z-index: 100000000000000;
}
.b-loader--show {
  opacity: 1;
  visibility: visible;
}

.xdsoft_datetimepicker {
  position: absolute;
  display: none;
  border: 1px solid #eee;
  color: #333;
  padding: 15px;
  z-index: 100000000000000000;
  background: #fff;
  box-shadow: 0 10px 35px -10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
  float: left;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 260px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 32px;
  margin-bottom: 0px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  display: none;
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 182px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  border-top: 1px solid #e6e6e6;
  color: #666;
  font-size: 12px;
  text-align: left;
  padding-left: 8px;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 30px;
  line-height: 30px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #D32D3E;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #D32D3E !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  *zoom: 1;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker:before, .xdsoft_datetimepicker .xdsoft_mounthpicker:after {
  content: "";
  display: table;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker:after {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAASUlEQVQokc3MqxWAMBREwSkBy6cMNPFASRTMCRXgMEHmRcK1O2eJ6xq7GSeGCGRsH4KlgLUGJtw4auBtx1Uew1KB6ecwY2zBHh6yNhJk9xIySQAAAABJRU5ErkJggg==") no-repeat center center;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAATElEQVQokcXKsRFAQBRAwS2BUAcKELsYBahC3QwtCARGePdHYLz0LXeVoBor+ggmHG9g+g8OEVxwos2BDjvmCEzfgzEHamwl8NSU5gXInRJioOaUGAAAAABJRU5ErkJggg==") no-repeat center center;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 22px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAA7UlEQVQokY3QvUqDUQzG8d/baqFiBUVKaaFKN6GD4AUITo4uIrraQaiDo5OLV2Ep6uzm6KJ4Da46OAgu4iSIIHUw2sPrBw0cSE6eh/wThnGA/cgn8IjZqLs4/RJmOMQq5vCOBxSxiBu8oYZJ3OIiC+E21vCCE5Rxjk08YQNtHOEYBmhiGtUEdyHJZ9AI3aCQNJ5RCqxi7FUKYTmwQWqCZeyG4SwO0cFWTveNN0r8wIMd9FHBHeroYe+/SfOx0zjWA7Md/39OqhkeYsnnIVITGMuZpsJYQCv6VbymoizwVnCf5/4lmriCyzCO+q4/ACTdMevlS9pwAAAAAElFTkSuQmCC") no-repeat center center;
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAF0lEQVQImWNkYGD4z4AGGKH0fyxiqBIAZlgDAcRN6lcAAAAASUVORK5CYII=") no-repeat center center;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ecf0f1;
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: normal;
  top: 31px;
  text-align: left;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 15px 2px 8px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  background: rgb(246.3385826772, 213.6614173228, 217.0078740157);
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #D32D3E;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  border: 1px solid #e6e6e6;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: bottom;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 31px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  padding-top: 1px;
  height: 25px;
  background: #f1f1f1;
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #D32D3E;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #D32D3E;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover {
  background: #D32D3E !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ecf0f1 !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_datetimepicker .xdsoft_time_box {
  position: relative;
  border: 1px solid #ecf0f1;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #e6e6e6 !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .xdsoft_scrollbar > .xdsoft_scroller {
  background: rgba(0, 0, 0, 0.2) !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_datetimepicker .xdsoft_scrollbar {
  position: absolute;
  width: 4px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
}
.xdsoft_datetimepicker .xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_datetimepicker .xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_datetimepicker .xdsoft_noselect::-moz-selection {
  background: transparent;
}

.b-live_edit_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000000000;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
  opacity: 0;
}
.b-live_edit_modal--show {
  opacity: 1;
}
.b-live_edit_modal__window {
  position: absolute;
  width: 100%;
  max-width: 870px;
  border: 1px solid #d4d4d4;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  z-index: 110000;
  box-shadow: 0 10px 100px -10px rgba(0, 0, 0, 0.2);
}
.b-live_edit_modal__title-wrap {
  padding: 10px 20px 10px 20px;
  display: flex;
  align-items: center;
  position: relative;
  background: #f5f9fa;
}
.b-live_edit_modal__title-wrap .b-btn {
  margin-right: 5px;
}
.b-live_edit_modal__title-wrap .b-btn:last-child {
  margin-right: 0;
}
.b-live_edit_modal__title {
  font-size: 16px;
  font-weight: bold;
}
.b-live_edit_modal__buttons {
  margin-left: auto;
}
.b-live_edit_modal__buttons .b-btn {
  min-width: 120px;
  justify-content: center;
}
.b-live_edit_modal__content {
  padding: 20px 20px;
  max-height: 500px;
}
.b-live_edit_modal .checkbox-list .f-form__field + .f-form__field {
  margin-top: 5px;
}
.b-live_edit_modal .f-form__field {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.b-live_edit_modal .f-form__label {
  width: 100%;
}
.b-live_edit_modal .f-form__input-text, .b-live_edit_modal .f-form__select, .b-live_edit_modal .f-form__textarea {
  width: 500px;
  order: 1;
}
.b-live_edit_modal .f-form__comment {
  order: 2;
  padding: 0 0 0 40px !important;
  margin: 0;
  width: calc(100% - 500px);
  transition: all 0.2s ease;
}

.b-btn {
  position: relative;
  display: inline-flex;
  height: 36px;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  padding: 0 15px;
  line-height: 0;
  user-select: none;
  overflow: hidden;
  color: #424242;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ecf0f1;
  transition: all 0.2s ease;
}
.b-btn a {
  color: #424242;
  text-decoration: none;
}
.b-btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.2s ease;
  pointer-events: none;
}
.b-btn:hover {
  background: #e0e5e7;
}
.b-btn:active, .b-btn--active {
  background: #d1d7d9;
}
.ico-btn + .b-btn__text {
  margin-left: 10px;
}
.b-btn__text {
  position: relative;
  top: 0px;
  z-index: 20;
}
.b-btn--disabled {
  opacity: 0.3;
  cursor: default !important;
  pointer-events: none;
}

.b-btn--white {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.b-btn--white:hover {
  background: #ededed;
}
.b-btn--white:active {
  background: #d9d9d9;
}

.b-btn--green {
  color: #fff;
  background: #0f9c4b;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.b-btn--green:hover {
  background: #0e8e44;
}
.b-btn--green:active {
  background: #0d813e;
}

.b-btn--blue {
  color: #fff;
  background: #2156b9;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.b-btn--blue:hover {
  background: #1e4ea8;
}
.b-btn--blue:active {
  background: #1b4799;
}

.b-btn--purple {
  color: #fff;
  background: #8414b3;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.b-btn--purple:hover {
  background: #7812a3;
}
.b-btn--purple:active {
  background: #6d1094;
}

.b-btn--red {
  color: #fff;
  background: #cf3929;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.b-btn--red:hover {
  background: #be3425;
}
.b-btn--red:active {
  background: #ad2f22;
}

.b-btn--grey {
  color: #fff;
  background: #2b3c4e;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.b-btn--grey:hover {
  background: #273747;
}
.b-btn--grey:active {
  background: #233241;
}

.b-btn--orange {
  color: #fff;
  background: #e8880b;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.b-btn--orange:hover {
  background: #db7c0a;
}
.b-btn--orange:active {
  background: #cb7109;
}

.cke_inner.cke_reset.cke_maximized {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
}

.cke.cke_reset_all.cke_1.cke_panel.cke_combopanel.cke_ltr {
  z-index: 2147483647 !important;
}

.m-catalog-list {
  margin: 15px 0;
}
.m-catalog-list__all-count {
  margin-bottom: 10px;
}
.m-catalog-list__thumb {
  position: relative;
}
.m-catalog-list__thumb img {
  border-radius: 5px;
}
.m-catalog-list__thumb.akcia .m-catalog-list__akcia {
  display: block;
}
.m-catalog-list__akcia {
  display: none;
  position: absolute;
  top: -14px;
  border-radius: 100px;
  left: 10px;
  z-index: 100;
  background: #fff;
  padding: 2px 20px 0 20px;
  cursor: default;
  user-select: none;
  line-height: 26px;
  background: #D32D3E;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .m-catalog-list__akcia {
    padding-top: 0;
  }
}
.m-catalog-list__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
.m-catalog-list__artikul {
  font-size: 12px;
  color: #8f8f8f;
  margin-bottom: 10px;
}
.m-catalog-list__description {
  color: #909090;
}
.m-catalog-list__price-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}
@media (max-width: 550px) {
  .m-catalog-list__price-wrap {
    text-align: center;
  }
}
.m-catalog-list__price {
  margin: 15px 0 25px 0;
  font-size: 18px;
  font-weight: bold;
}
.m-catalog-list__stock {
  min-height: 28px;
}
.m-catalog-list__stock-label {
  font-size: 14px;
  display: inline-block;
  padding: 7px 10px;
  line-height: 1em;
  color: #1bb54b;
  background: rgba(27, 181, 75, 0.08);
  border-radius: 3px;
  text-align: center;
}
.m-catalog-list__price + .m-catalog-list__stock {
  margin-top: -15px;
  margin-bottom: 20px;
}
.m-catalog-list__old-price {
  color: #9d9d9d;
  font-weight: 300;
  text-decoration: line-through;
}
.m-catalog-list__buy-btn-wrap {
  line-height: 0;
}
.m-catalog-list__buy-btn {
  display: inline-flex;
  align-items: center;
  padding: 2px 25px 0 25px;
  height: 50px;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  border-radius: 4px;
  background: #D32D3E;
  color: #fff;
  transition: all 0.2s ease;
}
.m-catalog-list__buy-btn:hover:not(:disabled), .m-catalog-list__buy-btn:focus {
  background: #C42535;
}
.m-catalog-list__buy-btn:active {
  background: #AF1726 !important;
}
.m-catalog-list__buy-btn[disabled] {
  opacity: 0.5;
  cursor: wait;
}
@media (max-width: 425px) {
  .m-catalog-list__buy-btn {
    height: 40px;
  }
}
.m-catalog-list__buy-btn {
  height: 40px;
  padding: 2px 60px 0 60px;
}
.m-catalog-list__items-wrap--column-view .m-catalog-list__item-short {
  display: flex;
  margin-bottom: 40px;
}
.m-catalog-list__items-wrap--column-view .m-catalog-list__title, .m-catalog-list__items-wrap--column-view .m-catalog-list__description, .m-catalog-list__items-wrap--column-view .m-catalog-list__price-wrap {
  padding: 0 20px;
}
.m-catalog-list__items-wrap--column-view .m-catalog-list__price-wrap {
  padding-bottom: 20px;
}
.m-catalog-list__items-wrap--column-view .m-catalog-list__item-short-wrap {
  display: flex;
  flex-direction: column;
  border: 1px solid #e4e4e4;
}
.m-catalog-list__items-wrap--column-view .m-catalog-list__thumb {
  position: relative;
  margin: 0 0 15px 0;
  line-height: 0;
  border-radius: 5px;
}
.m-catalog-list__items-wrap--column-view .m-catalog-list__thumb img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.m-catalog-list__items-wrap--column-view .m-catalog-list__buy-one-step {
  width: 100%;
}
.m-catalog-list__items-wrap--list-view .m-catalog-list__item-short {
  display: flex;
  margin: 30px 0 0 0;
}
@media (max-width: 600px) {
  .m-catalog-list__items-wrap--list-view .m-catalog-list__item-short {
    display: block;
    margin-top: 40px;
  }
  .m-catalog-list__items-wrap--list-view .m-catalog-list__item-short:first-child {
    margin-top: 0;
  }
}
.m-catalog-list__items-wrap--list-view .m-catalog-list__thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
  width: 100px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .m-catalog-list__items-wrap--list-view .m-catalog-list__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.m-catalog-list__items-wrap--list-view .m-catalog-list__thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.m-catalog-list__items-wrap--list-view .m-catalog-list__title {
  margin-bottom: 15px;
}
.m-catalog-list__items-wrap--list-view .m-catalog-list__text-wrap {
  flex-grow: 1;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .m-catalog-list__items-wrap--list-view .m-catalog-list__text-wrap {
    padding: 15px 0;
  }
}
.m-catalog-list__items-wrap--list-view .m-catalog-list__price-wrap {
  max-width: 180px;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .m-catalog-list__items-wrap--list-view .m-catalog-list__price-wrap {
    max-width: 100%;
  }
}
.m-catalog-list__items-wrap--list-view .m-catalog-list__price {
  margin-top: 0;
}
.m-catalog-list__items-wrap--list-view .m-catalog-list__old-price {
  font-size: 14px;
}
.m-catalog-list__items-wrap--list-view .m-catalog-list__buy-btn {
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .m-catalog-list__items-wrap--list-view .m-catalog-list__buy-btn {
    width: auto;
  }
}

.m-catalog-full__item {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 650px) {
  .m-catalog-full__item {
    display: block;
  }
}
.m-catalog-full__info {
  position: relative;
  z-index: 20;
  width: 270px;
  margin-right: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 20px;
}
.m-catalog-full__info.akcia .m-catalog-list__akcia {
  display: block;
}
@media (max-width: 650px) {
  .m-catalog-full__info {
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
  }
  .m-catalog-full__info .wrap-l {
    width: 60%;
    padding: 20px;
  }
  .m-catalog-full__info .wrap-r {
    padding: 20px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .m-catalog-full__info {
    display: block;
  }
  .m-catalog-full__info .wrap-l, .m-catalog-full__info .wrap-r {
    width: 100%;
  }
}
.m-catalog-full__artikul {
  font-size: 12px;
  color: #8f8f8f;
  text-align: center;
}
.m-catalog-full__price {
  margin: 10px 0 20px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.m-catalog-full__old-price {
  color: #9d9d9d;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 8px;
}
@media (max-width: 650px) {
  .m-catalog-full__old-price {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.m-catalog-full__buy-btn-wrap {
  text-align: center;
}
.m-catalog-full__buy-btn {
  margin-top: 10px;
  line-height: 0;
}
.m-catalog-full__thumb {
  float: none;
  margin: 0 0 15px 0;
  text-align: center;
}
@media (max-width: 650px) {
  .m-catalog-full__thumb img {
    max-width: 150px;
  }
}
.m-catalog-full .other-photo {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  user-select: none;
  max-width: 228px;
}
@media (max-width: 650px) {
  .m-catalog-full .other-photo {
    margin: 0 auto;
  }
}
.m-catalog-full .other-photo .prev, .m-catalog-full .other-photo .next {
  width: 10px;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.2s ease;
  background-size: contain;
}
.m-catalog-full .other-photo .prev:hover, .m-catalog-full .other-photo .next:hover {
  opacity: 0.8;
}
.m-catalog-full .other-photo .prev:active, .m-catalog-full .other-photo .next:active {
  transform: scale(0.8);
}
.m-catalog-full .other-photo .prev {
  background: url("../images/otherphotos_btn_prev.svg") no-repeat center center;
}
.m-catalog-full .other-photo .next {
  background: url("../images/otherphotos_btn_next.svg") no-repeat center center;
}
.m-catalog-full .other-photo .slider-wrap {
  flex-grow: 1;
  overflow: hidden;
  margin: 0 5px;
}
.m-catalog-full .other-photo .slider {
  position: relative;
  left: 0;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease;
}
.m-catalog-full .other-photo .slide {
  width: 100%;
  flex-shrink: 0;
  display: flex;
}
.m-catalog-full .other-photo .item {
  width: 33.33%;
  flex-shrink: 0;
  padding: 0 5px;
  line-height: 0;
}
.m-catalog-full .other-photo .item a {
  position: relative;
  display: block;
  line-height: 0;
  height: 63px;
  overflow: hidden;
}
.m-catalog-full .other-photo .item img {
  width: auto;
  height: 63px;
  cursor: pointer;
}
.m-catalog-full__description ul {
  margin-bottom: 15px;
  margin-left: 18px;
}
.m-catalog-full__description ul li {
  margin-bottom: 5px;
}
.m-catalog-full__stock {
  text-align: center;
}
.m-catalog-full__stock-label {
  font-size: 14px;
  display: inline-block;
  padding: 7px 10px;
  line-height: 1em;
  color: #1bb54b;
  background: rgba(27, 181, 75, 0.08);
  border-radius: 3px;
  text-align: center;
}
.m-catalog-full__price + .m-catalog-full__stock {
  margin-top: -10px;
  margin-bottom: 20px;
}
.m-catalog-full__see-other {
  clear: both;
}
.m-catalog-full div[class*=tiles-] + .pag-list-view #pagination {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.m-catalog-full .pag-list-view #pagination {
  margin-top: 20px;
  padding-top: 0;
  border-top: none;
}

.js-fly-img img {
  width: 100%;
  height: 100%;
}

.b-cat-filter {
  display: flex;
  position: relative;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  font-size: 13px;
  border-radius: 5px;
  *zoom: 1;
}
.b-cat-filter:before, .b-cat-filter:after {
  content: "";
  display: table;
}
.b-cat-filter:after {
  clear: both;
}
@media (max-width: 450px) {
  .b-cat-filter {
    flex-wrap: wrap;
  }
}
.b-cat-filter__option {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  line-height: 18px;
}
.b-cat-filter__option-label {
  display: inline-block;
  margin-right: 10px;
}
.b-cat-filter__buttons {
  padding: 0;
  height: 56px;
  margin-left: auto;
}
@media (max-width: 550px) {
  .b-cat-filter__buttons {
    display: none;
  }
}
@media (max-width: 450px) {
  .b-cat-filter__buttons {
    width: 100%;
    border-top: 1px solid #e4e4e4;
  }
}
.b-cat-filter__sep {
  color: #eaeaea;
  margin: 0 5px;
  text-decoration: none;
}
.b-cat-filter__link {
  text-decoration: underline;
  cursor: pointer;
  color: #D32D3E;
}
.b-cat-filter__link:hover {
  text-decoration: none;
}
.b-cat-filter__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 100%;
  float: right;
  cursor: pointer;
  color: #424242;
  border-left: 1px solid #e4e4e4;
  transition: all 0.2s ease;
}
@media (max-width: 450px) {
  .b-cat-filter__btn {
    width: 50%;
  }
  .b-cat-filter__btn:nth-child(2) {
    border-left: none;
  }
}
.b-cat-filter__btn svg {
  fill: #424242;
  transition: all 0.2s ease;
}
.b-cat-filter__btn:hover svg {
  fill: #D32D3E;
}
.b-cat-filter__btn--active svg {
  fill: #D32D3E;
}

.m-shop-orders__item-short {
  border: 1px solid #e4e4e4;
  padding: 20px 30px;
}
.m-shop-orders__order-title {
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 12px;
}
.m-shop-orders__order-title-txt {
  margin: 0;
}
.m-shop-orders__status-wrap {
  margin-top: 15px;
  display: flex;
}
.m-shop-orders__order-status {
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  padding: 5px 15px;
  border-radius: 3px;
}
.m-shop-orders__order-status--ok {
  border: 1px solid #b8e0bf;
  background: #dbfbe0;
}
.m-shop-orders__order-status p {
  display: inline;
}
.m-shop-orders__order-pay-btn {
  padding: 10px 30px 12px 30px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #c0392b;
  color: #fff;
  transition: all 0.2s ease;
}
.m-shop-orders__order-pay-btn:hover, .m-shop-orders__order-pay-btn:focus {
  background: #db4d3e;
}
.m-shop-orders__order-pay-btn:active {
  background: #9b2216;
}
.m-shop-orders__order-pay-btn {
  padding: 5px 15px 7px 15px;
  user-select: none;
  cursor: pointer;
  margin-left: 10px;
}
.m-shop-orders__info-block {
  margin-bottom: 10px;
}
.m-shop-orders__info-block:last-child {
  margin-bottom: 0;
}
.m-shop-orders__info-line {
  border-bottom: 1px dotted #e4e4e4;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.m-shop-orders__info-title {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
}
.m-shop-orders__pay-now {
  display: none;
}
.m-shop-orders__pay-now-ttl {
  margin-top: 20px;
}
.m-shop-orders__item-full .b-pay-system__item {
  width: 100%;
  margin: 0 0 4px 0;
}
.m-shop-orders .item.full .orders-table {
  margin-top: 20px;
  margin-bottom: 40px;
}

.b-pay-system {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  user-select: none;
  margin: 15px 0;
}
.b-pay-system__item {
  position: relative;
  width: calc(50% - 2px);
  margin-bottom: 4px;
  border: 1px solid #e4e4e4;
  padding: 9px 10px 11px 53px;
  cursor: pointer;
  font-weight: 700;
}
.b-pay-system__item--active {
  border-color: #444;
}
.b-pay-system__item:nth-child(1) {
  background: url("../images/cart/ico_pay_system_1.png") no-repeat 5px center;
}
.b-pay-system__item:nth-child(2) {
  background: url("../images/cart/ico_pay_system_2.png") no-repeat 5px center;
}
.b-pay-system__item:nth-child(3) {
  background: url("../images/cart/ico_pay_system_3.png") no-repeat 5px center;
}
.b-pay-system__item:nth-child(4) {
  background: url("../images/cart/ico_pay_system_4.png") no-repeat 5px center;
}
.b-pay-system__item:nth-child(5) {
  background: url("../images/cart/ico_pay_system_5.png") no-repeat 5px center;
}
.b-pay-system__item:nth-child(6) {
  background: url("../images/cart/ico_pay_system_6.png") no-repeat 5px center;
}
.b-pay-system__item:nth-child(7) {
  background: url("../images/cart/ico_pay_system_7.png") no-repeat 5px center;
}

p + .b-ordering-form {
  margin: 30px 0;
}

.b-ordering-form {
  position: relative;
}
.b-ordering-form > form {
  max-width: 100%;
}
.b-ordering-form__step-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}
.b-ordering-form__step-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.b-ordering-form__step-wrap {
  padding: 15px 20px 20px 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.b-ordering-form__step {
  display: none;
  transition: all 0.4s ease;
}
.b-ordering-form__step--show {
  display: block;
}
.b-ordering-form__step table {
  margin: 20px 0;
}
.b-ordering-form__step form, .b-ordering-form__step select {
  margin-bottom: 0;
}
.b-ordering-form__step select {
  cursor: pointer;
}
.b-ordering-form__step textarea {
  margin-bottom: 0;
}
.b-ordering-form__step #delivery_address input {
  margin-bottom: 0;
}
.b-ordering-form__step #delivery_address,
.b-ordering-form__step #pickup_address {
  margin-top: 20px;
}
.b-ordering-form__step .payment-method {
  position: relative;
  *zoom: 1;
}
.b-ordering-form__step .payment-method:before, .b-ordering-form__step .payment-method:after {
  content: "";
  display: table;
}
.b-ordering-form__step .payment-method:after {
  clear: both;
}
.b-ordering-form__step .payment-method .item {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  *zoom: 1;
}
.b-ordering-form__step .payment-method .item:before, .b-ordering-form__step .payment-method .item:after {
  content: "";
  display: table;
}
.b-ordering-form__step .payment-method .item:after {
  clear: both;
}
.b-ordering-form__step .payment-method .item:last-child {
  margin-bottom: 0;
}
.b-ordering-form__step .payment-method .item.active {
  border-color: #444;
}
.b-ordering-form__step .payment-method .item.i-1 .ico {
  background: url("../images/cart/ico_payment_method_2.png") no-repeat center center;
}
.b-ordering-form__step .payment-method .item.i-2 .ico {
  background: url("../images/cart/ico_payment_method_1.png") no-repeat center center;
}
.b-ordering-form__step .payment-method .item.i-3 .ico {
  background: url("../images/cart/ico_payment_method_3.png") no-repeat center center;
}
.b-ordering-form__step .payment-method .item .ico-wrap {
  position: relative;
  float: left;
  width: 15%;
  text-align: center;
  line-height: 0;
}
.b-ordering-form__step .payment-method .item .ico-wrap img {
  width: 100%;
  max-width: 80px;
}
.b-ordering-form__step .payment-method .item .ico-wrap + .desc {
  float: left;
  width: 85%;
  padding-left: 20px;
}
.b-ordering-form__step .payment-method .item .desc .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.b-ordering-form__step .payment-method .item .desc .text p {
  margin-bottom: 0;
}
.b-ordering-form__step .payment-method .item .desc .text p:last-child {
  margin-bottom: 0;
}
.b-ordering-form__step .payment-method .item .desc .text p > img {
  margin-top: 5px;
}
.b-ordering-form__step .payment-method .item .desc .text .pay-systems {
  margin-top: 5px;
}
.b-ordering-form__step .payment-method .item .desc .text .pay-systems img {
  margin-right: 5px;
}
.b-ordering-form__step.last .line {
  position: relative;
  padding: 10px 0;
  overflow: auto;
  border-bottom: 1px dotted #E0E0E0;
}
.b-ordering-form__step.last .line:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.b-ordering-form__step.last .line .title {
  float: left;
  width: 30%;
  font-weight: bold;
}
.b-ordering-form__step.last .line .text {
  float: left;
  width: 70%;
  padding-right: 80px;
}
.b-ordering-form__step.last .line a {
  position: absolute;
  top: 9px;
  right: 0;
  margin-left: 10px;
  font-size: 12px;
  padding-left: 15px;
}
.b-ordering-form__step.last .line a::before {
  position: absolute;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  top: 7px;
  left: -3px;
  background: url("../images/ui/ico_edit.svg") no-repeat center center;
}
.b-ordering-form__step input.send {
  float: right;
}
.b-ordering-form__delivery-method {
  position: relative;
  *zoom: 1;
}
.b-ordering-form__delivery-method:before, .b-ordering-form__delivery-method:after {
  content: "";
  display: table;
}
.b-ordering-form__delivery-method:after {
  clear: both;
}
.b-ordering-form__delivery-method .item {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  *zoom: 1;
}
.b-ordering-form__delivery-method .item:before, .b-ordering-form__delivery-method .item:after {
  content: "";
  display: table;
}
.b-ordering-form__delivery-method .item:after {
  clear: both;
}
.b-ordering-form__delivery-method .item:last-child {
  margin-bottom: 0;
}
.b-ordering-form__delivery-method .item.active {
  border-color: #444;
}
.b-ordering-form__delivery-method .item.i-1 .ico {
  background: url("../images/cart/ico_payment_method_2.png") no-repeat center center;
}
.b-ordering-form__delivery-method .item.i-2 .ico {
  background: url("../images/cart/ico_payment_method_1.png") no-repeat center center;
}
.b-ordering-form__delivery-method .item.i-3 .ico {
  background: url("../images/cart/ico_payment_method_3.png") no-repeat center center;
}
.b-ordering-form__delivery-method .item .ico-wrap {
  position: relative;
  float: left;
  width: 15%;
  text-align: center;
  line-height: 0;
}
.b-ordering-form__delivery-method .item .ico-wrap img {
  width: 100%;
  max-width: 80px;
}
.b-ordering-form__delivery-method .item .ico-wrap + .desc {
  width: 85%;
  float: left;
  padding-left: 20px;
}
.b-ordering-form__delivery-method .item .desc .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.b-ordering-form__delivery-method .item .desc .text p {
  margin-bottom: 0;
}
.b-ordering-form__delivery-method .item .desc .text p:last-child {
  margin-bottom: 0;
}
.b-ordering-form__delivery-method .item .desc .text p > img {
  margin-top: 5px;
}
.b-ordering-form__delivery-method .item .desc .text .pay-systems {
  margin-top: 5px;
}
.b-ordering-form__delivery-method .item .desc .text .pay-systems img {
  margin-right: 5px;
}
.b-ordering-form__button {
  float: right;
  padding: 10px 30px 12px 30px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #c0392b;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
  text-decoration: none;
}
.b-ordering-form__button:hover, .b-ordering-form__button:focus {
  background: #db4d3e;
}
.b-ordering-form__button:active {
  background: #9b2216;
}
.b-ordering-form__button--prev {
  float: left;
}
.b-ordering-form__button--next {
  float: right;
}
.b-ordering-form__description {
  position: relative;
  margin-top: 10px;
  padding: 10px 15px;
  border: 1px solid #E0E0E0;
  background: #FBFBFB;
  font-style: italic;
}
.b-ordering-form__description::before {
  position: absolute;
  display: block;
  content: "";
  top: -16px;
  left: 20px;
  border: 8px solid #E0E0E0;
  border-color: transparent;
  border-bottom-color: #E0E0E0;
}
.b-ordering-form__description::after {
  position: absolute;
  display: block;
  content: "";
  top: -14px;
  left: 20px;
  border: 8px solid #FBFBFB;
  border-color: transparent;
  border-bottom-color: #FBFBFB;
}
.b-ordering-form__description p {
  margin-bottom: 5px;
}
.b-ordering-form__description p:last-child {
  margin-bottom: 0;
}
#order_payment + .b-ordering-form__description {
  margin-bottom: 0;
}
.b-ordering-form .pay-systems {
  *zoom: 1;
}
.b-ordering-form .pay-systems:before, .b-ordering-form .pay-systems:after {
  content: "";
  display: table;
}
.b-ordering-form .pay-systems:after {
  clear: both;
}
.b-ordering-form .pay-systems {
  margin: 0 -4px -4px -4px;
}
.b-ordering-form .pay-systems .item {
  width: 50%;
  float: left;
  padding: 4px;
}
.b-ordering-form .pay-systems .item .inner {
  position: relative;
  padding: 9px 10px 11px 53px;
  height: 42px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  border: 2px solid #fff;
}
.b-ordering-form .pay-systems .item .inner.active {
  border-color: #444;
}
.b-ordering-form .pay-systems .item .inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 52px;
  height: 42px;
  top: 0;
  left: 0;
}
.b-ordering-form .pay-systems .item.s1 .inner::before {
  background: url("../images/cart/ico_pay_system_1.png") no-repeat center center;
}
.b-ordering-form .pay-systems .item.s2 .inner::before {
  background: url("../images/cart/ico_pay_system_2.png") no-repeat center center;
}
.b-ordering-form .pay-systems .item.s3 .inner::before {
  background: url("../images/cart/ico_pay_system_3.png") no-repeat center center;
}
.b-ordering-form .pay-systems .item.s4 .inner::before {
  background: url("../images/cart/ico_pay_system_4.png") no-repeat center center;
}
.b-ordering-form .pay-systems .item.s5 .inner::before {
  background: url("../images/cart/ico_pay_system_5.png") no-repeat center center;
}
.b-ordering-form .pay-systems .item.s6 .inner::before {
  background: url("../images/cart/ico_pay_system_6.png") no-repeat center center;
}
.b-ordering-form .pay-systems .item.s7 .inner::before {
  background: url("../images/cart/ico_pay_system_7.png") no-repeat center center;
}
.b-ordering-form .message-form-ok {
  color: #121212;
}
.b-ordering-form .message-form-ok .form-pay-now {
  margin-top: 20px;
  font-size: 14px;
}
.b-ordering-form .message-form-ok .form-pay-now > .inner {
  padding: 15px 20px 20px 20px;
  background: #f5f5f5;
}
.b-ordering-form .message-form-ok .form-pay-now .summ {
  font-size: 18px;
  margin-bottom: 15px;
}
.b-ordering-form .message-form-ok .form-pay-now .summ span {
  color: #D32D3E;
}
.b-ordering-form .message-form-ok .form-pay-now form input[type=submit] {
  margin: 20px 0 0 0;
}
.b-ordering-form .message-form-ok .form-pay-now label {
  font-size: 16px;
  font-weight: bold;
}
.b-ordering-form__total-price {
  margin-top: 12px;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
}

.cart-error {
  position: absolute;
  display: inline-block;
  max-width: 200px;
  line-height: 15px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  color: #CE2222;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 15px;
  opacity: 0;
  transition: all 0.2s ease;
}
.cart-error::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 3px;
  bottom: -3px;
  left: 50%;
  margin-left: -8px;
  transform: rotate(45deg);
}

.b-cart-list {
  display: table;
  width: 100%;
  padding-top: 36px;
}
.b-cart-list__item:first-child .b-cart-list__item-name::before {
  position: absolute;
  display: block;
  top: -36px;
  left: 10px;
  font-weight: bold;
  content: "Название";
}
.b-cart-list__item:first-child .b-cart-list__item-price::before {
  position: absolute;
  display: block;
  top: -36px;
  left: 10px;
  font-weight: bold;
  content: "Цена";
}
.b-cart-list__item:first-child .b-cart-list__item-quantity::before {
  position: absolute;
  display: block;
  top: -36px;
  left: 10px;
  font-weight: bold;
  content: "Кол-во, шт.";
}
.b-cart-list__item:first-child .b-cart-list__item-summ::before {
  position: absolute;
  display: block;
  top: -36px;
  left: 10px;
  font-weight: bold;
  content: "Сумма";
}
.b-cart-list__item {
  display: flex;
  background: #fff;
  margin-bottom: 5px;
  user-select: none;
  border-radius: 3px;
}
.b-cart-list__thumb {
  padding: 5px;
  width: 50px;
  line-height: 0;
  flex-shrink: 0;
}
.b-cart-list__thumb img {
  width: 100%;
  border-radius: 3px;
}
.b-cart-list__item-name {
  position: relative;
  align-items: center;
  display: flex;
  flex-grow: 1;
  padding: 0 10px;
}
.b-cart-list__item-price {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
}
.b-cart-list__item-quantity {
  position: relative;
  display: flex;
  align-items: center;
  width: 143px;
  flex-shrink: 0;
  align-items: center;
  padding: 0 10px;
}
.b-cart-list__item-count-dec, .b-cart-list__item-count-inc {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.b-cart-list__item-count-dec:hover, .b-cart-list__item-count-inc:hover {
  background: #fff;
}
.b-cart-list__item-count-dec:active, .b-cart-list__item-count-inc:active {
  opacity: 0.7;
}
.b-cart-list__item-count-dec::before, .b-cart-list__item-count-dec::after, .b-cart-list__item-count-inc::before, .b-cart-list__item-count-inc::after {
  position: absolute;
  display: block;
  content: "";
  background: #5a5a5a;
  top: 50%;
  left: 50%;
}
.b-cart-list__item-count-dec::before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  margin-left: -5px;
}
.b-cart-list__item-count-inc::before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  margin-left: -5px;
}
.b-cart-list__item-count-inc::after {
  height: 10px;
  width: 2px;
  margin-left: -1px;
  margin-top: -5px;
}
.b-cart-list__item-count {
  margin: 0 4px;
  flex-shrink: 0;
}
.b-cart-list__item-count-inp {
  width: 55px;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
}
.b-cart-list__item-summ {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 110px;
  padding: 0 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.b-cart-list__item-remove-wrap {
  display: flex;
  align-items: center;
}
.b-cart-list__item-remove {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  flex-shrink: 0;
  cursor: pointer;
  margin: 0 10px;
  transition: all 0.2s ease;
}
.b-cart-list__item-remove:hover {
  background: #fff;
}
.b-cart-list__item-remove:active {
  opacity: 0.7;
}
.b-cart-list__item-remove::before, .b-cart-list__item-remove::after {
  position: absolute;
  display: block;
  content: "";
  background: #5a5a5a;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
}
.b-cart-list__item-remove::before {
  transform: rotate(-45deg);
}
.b-cart-list__item-remove::after {
  transform: rotate(45deg);
}

.b-cart-msg {
  width: 170px;
  position: absolute;
  text-align: center;
  top: -50px;
  left: -15px;
  z-index: 100;
}
.b-cart-msg__text {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.2);
  padding: 8px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #d02615;
  color: #d02615;
  z-index: 110;
}
.b-cart-msg::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #fff;
  z-index: 115;
}
.b-cart-msg::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -18px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top-color: #d02615;
  z-index: 100;
}

.shop-review__item {
  display: flex;
}
.shop-review__name {
  font-weight: bold;
  margin-bottom: 10px;
}
.shop-review__date {
  color: #969696;
}
.shop-review {
  @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
  /****** Style Star Rating Widget *****/
}
.shop-review .rating {
  border: none;
  float: left;
}
.shop-review .rating > input {
  display: none;
}
.shop-review .rating > label:before {
  display: inline-block;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background: #000;
  cursor: pointer;
}
.shop-review .rating > .half:before {
  width: 13px;
  background: #000;
  position: absolute;
}
.shop-review .rating > label {
  color: #ddd;
  float: right;
}
.shop-review {
  /***** CSS Magic to Highlight Stars on Hover *****/
}
.shop-review .rating > input:checked ~ label::before,
.shop-review .rating:not(:checked) > label:hover::before,
.shop-review .rating:not(:checked) > label:hover ~ label::before {
  background: #FFD700;
}
.shop-review { /* hover previous stars in list */ }
.shop-review .rating > input:checked + label:hover::before,
.shop-review .rating > input:checked ~ label:hover::before,
.shop-review .rating > label:hover ~ input:checked ~ label::before,
.shop-review .rating > input:checked ~ label:hover ~ label::before {
  background: #FFED85;
}

.autorization .form_errors {
  margin-top: 5px;
}
.autorization form {
  margin-bottom: 10px;
}
.autorization p {
  margin-bottom: 0px;
  font-size: 12px;
}
.autorization .account-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
}
.autorization .send {
  margin-bottom: 10px;
}

.b-user-control {
  max-width: 300px;
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  padding: 15px 15px 10px 15px;
}
.b-user-control__msg {
  font-weight: bold;
  color: #de2b2b;
}
.b-user-control__msg--error {
  margin-bottom: 15px;
}
.b-user-control__msg--ok {
  margin-bottom: 15px;
}
.b-user-control__username {
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.b-user-control__links {
  margin-top: 10px;
}
.b-user-control__link {
  font-size: 12px;
}
.b-user-control .f-form__input-text {
  padding: 8px 15px;
  font-size: 13px;
  margin-bottom: 10px;
}
.b-user-control .f-form__input-submit {
  font-size: 13px;
}

.first-screen {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .header--inner {
    background: #f9f9f9;
  }
}
.header__top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  gap: 40px;
}
.header__top div {
  display: flex;
  align-items: center;
}
.header__search-btn {
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.header__search-btn:hover {
  opacity: 1;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
}
.header__logo-text {
  border-left: 1px solid #e4e4e4;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
  color: #121212;
  opacity: 0.7;
  text-transform: uppercase;
}
.header__contacts {
  display: flex;
  align-items: center;
}
.header__contact {
  margin-right: 30px;
  text-align: right;
}
.header__subtl-ttl {
  color: #B3B3B3;
  font-size: 12px;
  margin-bottom: 3px;
}
.header__phone {
  font-size: 16px;
}
@media (min-width: 320px) {
  .header__phone {
    font-size: 21px;
    font-size: calc(0.0056818182 * 100vw + 14.1818181818px);
  }
}
@media (min-width: 1200px) {
  .header__phone {
    font-size: 21px;
  }
}
.header__phone {
  font-weight: 300;
  white-space: nowrap;
  color: #121212;
}
.header__phone a {
  color: #121212 !important;
  text-decoration: none !important;
}
.header__btn {
  display: inline-flex;
  align-items: center;
  padding: 2px 25px 0 25px;
  height: 50px;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  border-radius: 4px;
  background: #D32D3E;
  color: #fff;
  transition: all 0.2s ease;
}
.header__btn:hover:not(:disabled), .header__btn:focus {
  background: #C42535;
}
.header__btn:active {
  background: #AF1726 !important;
}
.header__btn[disabled] {
  opacity: 0.5;
  cursor: wait;
}
@media (max-width: 425px) {
  .header__btn {
    height: 40px;
  }
}
.header__social {
  display: flex;
  gap: 5px;
  margin-left: auto;
}
.header__social-item {
  display: block;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease;
}
.header__social-item[href*="vk.com"] {
  background: url("../images/ico_vk.svg") no-repeat center center;
  background-size: contain;
}
.header__social-item[href*="vk.com"]:hover {
  background-image: url("../images/ico_vk_hover.svg");
}
.header__social-item[href*="max.ru"] {
  background: url("../images/ico_max.svg") no-repeat center center;
  background-size: contain;
}
.header__social-item[href*="max.ru"]:hover {
  background-image: url("../images/ico_max_hover.svg");
}
.header__cart {
  position: relative;
  cursor: default;
  display: flex;
  padding: 5px 10px;
  height: 22px;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  border-radius: 4px;
  transition: all 0.3s ease;
  gap: 5px;
  margin-left: -20px;
}
.header__cart img {
  width: 14px;
  height: 14px;
}
.header__cart-label {
  font-size: 10px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .header__top {
    padding-right: 55px;
  }
  .header__cart {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .header__logo img {
    width: calc(0px + 19.53125vw);
  }
}
@media (max-width: 1050px) {
  .header__bottom {
    flex-direction: column;
    gap: 15px;
  }
  .header__btn {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    width: 150px;
  }
  .header__top {
    gap: 20px;
  }
}
@media (max-width: 670px) {
  .header__top {
    display: none;
  }
}
@media (max-width: 700px) {
  .header__btn {
    margin-top: 5px;
  }
  .header__contacts {
    gap: 0px 20px;
  }
  .header__contact {
    display: flex;
    text-align: left;
    margin: 0;
  }
  .header__phone {
    margin-left: 10px;
    font-size: 12px;
  }
  .header__btn {
    display: none;
  }
  .header__cart {
    display: none;
  }
}
@media (max-width: 480px) {
  .header__logo-text br {
    display: none;
  }
}
@media (max-width: 540px) {
  .header__contacts {
    align-items: flex-start;
  }
  .header__contact {
    flex-direction: column;
  }
  .header__phone {
    margin-left: 0;
  }
  .header__subtl-ttl {
    margin-bottom: 0;
  }
}
@media (max-width: 430px) {
  .header__logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .header__logo-text {
    padding-left: 0;
    margin-left: 0;
    border: none;
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .header__contact {
    display: block;
  }
  .header__phone {
    margin-left: 0;
  }
}

.cover-block {
  padding-top: 40px;
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  background: url("../images/cover_block_bg.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 30px;
}

.main-categories__item {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease;
}
.main-categories__item:hover {
  background: rgb(255, 255, 255);
}
.main-categories__item:hover .main-categories__thumb img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.col-tile-1:first-child .main-categories__item {
  border-color: #EB1A2F;
  background: rgb(235, 26, 47);
}
.col-tile-1:first-child .main-categories__thumb img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.col-tile-1:first-child .main-categories__item .main-categories__title {
  color: #fff;
}
.col-tile-1:first-child .main-categories__item:hover {
  background: #C42535;
}
.main-categories__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.main-categories__thumb {
  line-height: 0;
  margin-right: 20px;
  flex-shrink: 0;
}
.main-categories__thumb img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.3s ease;
}
.main-categories__title {
  position: relative;
  top: 1px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #121212;
}
@media (max-width: 550px) {
  .main-categories .cover-block {
    margin-bottom: 30px;
  }
  .col-tile-1:first-child .main-categories__item {
    background: rgba(235, 26, 47, 0.85);
  }
  .main-categories__item {
    margin-bottom: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.85);
  }
  .main-categories__title {
    font-size: 13px;
    line-height: 1.4em;
  }
}
@media (max-width: 425px) {
  .main-categories__thumb img {
    max-width: 50px;
  }
}

.main-menu-wrap {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1200px) {
  .main-menu-wrap {
    padding: 10px 0;
  }
  .main-menu-wrap .main-menu {
    display: none;
  }
}
.main-menu-wrap .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu-wrap__btns {
  display: flex;
  line-height: 0;
}
@media (max-width: 550px) {
  .main-menu-wrap__btns {
    display: block;
    width: 100%;
  }
}
.main-menu-wrap__btn {
  display: inline-flex;
  align-items: center;
  padding: 2px 25px 0 25px;
  height: 50px;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  border-radius: 4px;
  background: #D32D3E;
  color: #fff;
  transition: all 0.2s ease;
}
.main-menu-wrap__btn:hover:not(:disabled), .main-menu-wrap__btn:focus {
  background: #C42535;
}
.main-menu-wrap__btn:active {
  background: #AF1726 !important;
}
.main-menu-wrap__btn[disabled] {
  opacity: 0.5;
  cursor: wait;
}
@media (max-width: 425px) {
  .main-menu-wrap__btn {
    height: 40px;
  }
}
.main-menu-wrap__btn {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 550px) {
  .main-menu-wrap__btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.main-menu-wrap__btn img {
  margin-right: 10px;
}
.main-menu-wrap__btn + .main-menu-wrap__btn {
  margin-left: 10px;
}
@media (max-width: 550px) {
  .main-menu-wrap__btn + .main-menu-wrap__btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.main-menu {
  display: flex;
}
.main-menu__item {
  position: relative;
  display: flex;
}
.main-menu__item + .main-menu__item {
  margin-left: 25px;
}
.main-menu__item:hover:not(.main-menu__item--active) .main-menu__link {
  color: #D32D3E;
}
.main-menu__item--active .main-menu__link {
  color: #D32D3E;
}
.main-menu__ico-sub {
  position: relative;
  top: -1px;
  margin-left: 5px;
  fill: #000;
}
.main-menu__item:hover .main-menu__submenu {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: all 0.2s ease;
}
.main-menu__link {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #121212;
  transition: all 0.2s ease;
}
.main-menu__item-name {
  position: relative;
  top: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu__submenu {
  position: absolute;
  top: 82px;
  left: 0px;
  min-width: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}
.main-menu__subitem {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.1s ease;
  background: #fff;
}
.main-menu__subitem:last-child {
  border-radius: 0 0 5px 5px;
}
.main-menu__subitem:hover:not(.main-menu__subitem--active) .main-menu__sublink {
  color: #D32D3E;
}
.main-menu__subitem--active .main-menu__sublink {
  color: #D32D3E;
}
.main-menu__ico-subsub {
  fill: #fff;
}
.main-menu__ico-subsub {
  position: relative;
  top: 1px;
  margin-left: 10px;
  fill: #000;
}
.main-menu__subitem:hover .main-menu__subsubmenu {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: all 0.2s ease;
}
.main-menu__sublink {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  font-size: 13px;
  color: #424242;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.main-menu__sublink .main-menu__item-name {
  top: 1px;
}
.main-menu__subsubmenu-wrap {
  position: absolute;
  top: -1px;
  right: 0px;
}
.main-menu__subsubmenu {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}
.main-menu__subsubitem {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.1s ease;
  background: #fff;
}
.main-menu__subsubitem:last-child {
  border-radius: 0 0 5px 5px;
}
.main-menu__subsubitem:hover:not(.main-menu__subsubitem--active) .main-menu__subsublink {
  color: #D32D3E;
}
.main-menu__subsubitem--active {
  background: rgb(210.28, 69.88, 55.32);
}
.main-menu__subsubitem__subsublink {
  color: #fff;
}
.main-menu__ico-subsubsub {
  position: relative;
  top: 1px;
  margin-left: 10px;
  fill: #000;
}
.main-menu__subsubitem:hover .main-menu__subsubsubmenu {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: all 0.2s ease;
}
.main-menu__subsublink {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  font-size: 13px;
  color: #424242;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.main-menu__subsublink .main-menu__item-name {
  top: 1px;
}
.main-menu__subsubsubmenu-wrap {
  position: absolute;
  top: -1px;
  right: 0px;
}
.main-menu__subsubsubmenu {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
}
.main-menu__subsubsubitem {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.1s ease;
  background: #fff;
}
.main-menu__subsubsubitem:last-child {
  border-radius: 0 0 5px 5px;
}
.main-menu__subsubsubitem:hover:not(.main-menu__subsubsubitem--active) .main-menu__subsubsublink {
  color: #D32D3E;
}
.main-menu__subsubsubitem--active {
  background: rgb(210.28, 69.88, 55.32);
}
.main-menu__subsubsublink {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  font-size: 13px;
  color: #424242;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.main-menu__subsubsublink .main-menu__item-name {
  top: 1px;
}

.b-menu-mob {
  position: relative;
  display: none;
  z-index: 100000;
}
.b-menu-mob--show .b-menu-mob__wrap {
  transform: none;
}
.b-menu-mob--show .b-menu-mob____overlay {
  opacity: 1;
  visibility: visible;
}
.b-menu-mob__button {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 23px;
  top: 20px;
  right: 20px;
}
.b-menu-mob__button-line {
  width: 100%;
  height: 3px;
  background: #D32D3E;
}
.b-menu-mob__wrap {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 400px;
  right: calc(-127.5862068966px + 58.6206896552vw);
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transform: translateX(-100%);
  transition: all 0.2s ease;
  overflow-y: scroll;
  z-index: 6000;
  will-change: transform;
}
.b-menu-mob__footer {
  padding: 20px;
}
.b-menu-mob__footer .header__btn {
  width: 100%;
  display: inline-flex;
  text-align: center;
  justify-content: center;
}
.b-menu-mob__menu {
  flex-grow: 1;
}
.b-menu-mob__item {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.b-menu-mob__item:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
}
.b-menu-mob__item--active {
  color: #fff;
  background: #D32D3E;
}
.b-menu-mob__subitem {
  display: block;
  padding: 10px 20px 10px 40px;
  color: #b7b7b7;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.b-menu-mob__subitem--active {
  color: #fff;
  background: #D32D3E;
}
.b-menu-mob__subsubitem {
  display: block;
  padding: 10px 20px 10px 60px;
  color: #b7b7b7;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.b-menu-mob__subsubitem--active {
  color: #fff;
  background: #D32D3E;
}
.b-menu-mob__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}
.b-menu-mob__info a {
  color: #fff;
}
.b-menu-mob__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
@media (max-width: 1200px) {
  .b-menu-mob {
    display: block;
  }
  .b-menu-mob__button {
    display: flex;
  }
}

.b-cart-link {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 15px;
  padding-right: 15px;
}
.b-cart-link__ico {
  position: absolute;
  top: 10px;
  left: -26px;
  font-size: 14px;
  fill: #D32D3E;
}
.b-cart-link__link {
  position: relative;
  display: block;
  color: #424242;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.b-cart-link__link:hover {
  color: #c0392b;
}
.b-cart-link__count {
  font-size: 12px;
  color: #9e9e9e;
  display: block;
}

.l-page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-page-wrap__page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.l-page-wrap__footer-wrap {
  flex-shrink: 0;
}

.l-content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.l-content-wrapper .grid-row {
  display: flex;
}
@media (max-width: 1280px) {
  .l-content-wrapper {
    padding-top: calc(13.3333333333px + 2.0833333333vw);
    padding-bottom: calc(13.3333333333px + 2.0833333333vw);
  }
}
@media (max-width: 768px) {
  .l-content-wrapper .grid-row {
    flex-direction: column;
  }
  .l-content-wrapper .l-sidebar {
    order: 2;
    margin-bottom: -10px;
  }
  .l-content-wrapper .l-content {
    order: 1;
    margin-bottom: 40px;
  }
}

.l-content ul li {
  margin-bottom: 3px;
}
.l-content iframe[src*=maps-reviews-widget] {
  height: 800px !important;
}

.home-page {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .home-page {
    padding: calc(30.9090909091px + 2.8409090909vw) 0;
  }
}
.home-page .l-content-wrap {
  position: relative;
}
.home-page p, .home-page h1, .home-page h2, .home-page h3, .home-page h4, .home-page h5, .home-page h6 .m-columns,
.home-page .m-tabs, .home-page .m-accordion {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.home-page p {
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 300;
}
@media (max-width: 768px) {
  .home-page p, .home-page h1, .home-page h2, .home-page h3, .home-page h4, .home-page h5, .home-page h6 .m-columns,
  .home-page .m-tabs, .home-page .m-accordion {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .home-page p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }
}

.l-sidebar .m-module-list__item {
  margin-bottom: 20px;
}
.l-sidebar .m-module-list__thumb,
.l-sidebar .m-module-list__text {
  display: none;
}
.l-sidebar .m-module-list__title .ttl {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}
.l-sidebar .b-user-control {
  margin-bottom: 40px;
}
.l-sidebar .b-search-form {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .l-sidebar {
    margin: 0 0 40px 0;
  }
}

.sidebar-menu ul {
  list-style-image: none;
}
.sidebar-menu ul li {
  list-style-type: none;
  margin: 0;
}
.sidebar-menu ul {
  margin: 0;
}
.sidebar-menu ul > li {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.sidebar-menu ul ul {
  margin: 0;
}
.sidebar-menu ul > li > ul > li {
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  padding: 5px 0;
  font-weight: bold;
  margin-bottom: 0;
}
.sidebar-menu ul > li > ul > li:first-child {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
}
.sidebar-menu ul > li > ul > li > ul > li {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 5px;
  padding-left: 20px;
  font-weight: normal;
}

.ask-question {
  padding: 100px 0;
  text-align: center;
  background: url("../images/ask_question_bg.jpg") no-repeat center center;
  background-size: cover;
}
.ask-question__btn {
  display: inline-flex;
  align-items: center;
  padding: 2px 25px 0 25px;
  height: 50px;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  border-radius: 4px;
  background: #D32D3E;
  color: #fff;
  transition: all 0.2s ease;
}
.ask-question__btn:hover:not(:disabled), .ask-question__btn:focus {
  background: #C42535;
}
.ask-question__btn:active {
  background: #AF1726 !important;
}
.ask-question__btn[disabled] {
  opacity: 0.5;
  cursor: wait;
}
@media (max-width: 425px) {
  .ask-question__btn {
    height: 40px;
  }
}
.ask-question__btn img {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .ask-question {
    padding: calc(12.7272727273px + 8.5227272727vw);
  }
}

.m-module-list {
  margin: 15px 0;
}
.m-module-list__item {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.m-module-list__item:last-child {
  margin-bottom: 0;
}
.m-module-list__item--tale {
  display: block;
}
.m-module-list__item--tale .m-module-list__item__thumb {
  margin-bottom: 10px;
}
.m-module-list__thumb {
  line-height: 0;
  flex-shrink: 0;
}
.m-module-list__thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 6px 20px 0 0;
}
.m-module-list__date {
  font-size: 12px;
  color: #8f8f8f;
  margin-bottom: 5px;
}
.m-module-list #pagination {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 550px) {
  .m-module-list__item {
    display: block;
    margin-bottom: calc(6.0869565217px + 4.347826087vw);
  }
  .m-module-list__thumb {
    margin-bottom: 15px;
  }
  .m-module-list__thumb img {
    margin: 0;
  }
}

.m-module-full__date {
  color: #8f8f8f;
  font-size: 12px;
  margin-bottom: 20px;
}
.m-module-full__thumb {
  line-height: 0;
}
.m-module-full__thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}
.m-module-full__back {
  display: inline-block;
  margin-top: 20px;
}

.b-see-more {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #e4e4e4;
}

.b-path {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #808080;
}

#pagination {
  display: flex;
  justify-content: center;
  clear: both;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
}
#pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  margin: 0px 3px;
  border: 1px solid #e7e7e7;
  font-weight: 300;
  color: #424242;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.2s ease;
}
#pagination a:hover, #pagination a.current {
  background: #D32D3E;
  color: #fff;
}
#pagination + p {
  margin-top: 15px;
}

.m-photogallery__item {
  line-height: 0;
  font-size: 0;
  margin-bottom: 20px;
}
.m-photogallery__item img {
  width: 100%;
  max-width: 100%;
}

.m-guestbook {
  margin: 15px 0;
}
.m-guestbook__question {
  margin-bottom: 20px;
}
.m-guestbook__item {
  margin-bottom: 40px;
}
.m-guestbook__item:last-child {
  margin-bottom: 0;
}
.m-guestbook__info-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.m-guestbook__thumb {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 100px;
  background: #eee;
}
.m-guestbook__thumb svg {
  fill: #424242;
  margin: auto;
}
.m-guestbook__name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.m-guestbook__date {
  color: #A5A5A5;
  font-size: 12px;
}
.m-guestbook__text {
  position: relative;
  clear: both;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.m-guestbook__text p {
  margin: 0;
}
.m-guestbook__answer .m-guestbook__thumb {
  background: #D32D3E;
}
.m-guestbook__answer .m-guestbook__thumb svg {
  fill: #fff;
}

.m-faq {
  margin: 15px 0;
}
.m-faq__question-list {
  margin-bottom: 30px;
}
.m-faq__question {
  display: block;
  border-bottom: 1px dotted #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.m-faq__item {
  margin-bottom: 30px;
}
.m-faq__item:last-child {
  margin-bottom: 0;
}

.b-btn-scroll-up {
  position: fixed;
  bottom: 20px;
  left: 20px;
  transition: all 0.4s ease;
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
.b-btn-scroll-up--hide {
  visibility: hidden;
  opacity: 0;
}
.b-btn-scroll-up__ico {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 1;
  background: #fff;
  line-height: 0;
  cursor: pointer;
  border: 2px solid #D32D3E;
}
.b-btn-scroll-up__ico svg {
  width: 24px;
  fill: #D32D3E;
}
.b-btn-scroll-up:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .b-btn-scroll-up {
    display: none;
  }
}

.b-user-block {
  position: relative;
  display: flex;
  padding: 35px 40px 40px 40px;
  margin: 30px 0 30px 0;
  background: #D32D3E url("../images/user_block_bg.jpg") no-repeat right center;
  background-size: contain;
  color: #fff;
}
@media (max-width: 550px) {
  .b-user-block {
    background-size: cover;
    padding: 25px 30px 30px 30px;
  }
}
.b-user-block__wrap {
  display: inline-flex;
  width: 100%;
  min-height: 160px;
  flex-direction: column;
}
.b-user-block__title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
}
@media (max-width: 550px) {
  .b-user-block__title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
.b-user-block__phone {
  font-size: 26px;
  margin: 25px 0 20px 0;
  font-weight: bold;
}
@media (max-width: 550px) {
  .b-user-block__phone {
    font-size: 21px;
    text-align: center;
    margin: 15px 0 15px 0;
  }
}
@media (max-width: 550px) {
  .b-user-block__text {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .b-user-block > div {
    width: 100%;
    text-align: center;
  }
}
.b-user-block__button {
  padding: 10px 30px 12px 30px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #c0392b;
  color: #fff;
  transition: all 0.2s ease;
}
.b-user-block__button:hover, .b-user-block__button:focus {
  background: #db4d3e;
}
.b-user-block__button:active {
  background: #9b2216;
}
.b-user-block__button {
  display: inline-flex;
  padding: 12px 20px 12px 20px;
  display: inline-block;
  text-decoration: none;
  margin-top: 17px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.b-user-block__button:hover {
  background: #fff;
  color: #D32D3E;
}
.b-user-block__button:focus {
  background: transparent;
  color: #fff;
}

.b-blockquote {
  display: flex;
  padding: 30px 30px;
  margin: 40px 0;
  background: #f7f7f7;
}
.b-blockquote__photo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding-right: 60px;
}
.b-blockquote__photo-wrap + .b-blockquote__text-wrap {
  padding: 0;
}
.b-blockquote__photo {
  line-height: 0;
  margin-bottom: 10px;
}
.b-blockquote__photo img {
  border-radius: 100%;
  max-width: 120px;
}
.b-blockquote__name {
  font-weight: bold;
  font-size: 16px;
}
.b-blockquote__desc {
  font-size: 12px;
  color: #8e8e8e;
}
.b-blockquote__fio-wrap {
  text-align: center;
}
.b-blockquote__text-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.b-blockquote__text-wrap p:last-child {
  margin-bottom: 0;
}
.b-blockquote__text {
  font-size: 14px;
}
@media (min-width: 320px) {
  .b-blockquote__text {
    font-size: 18px;
    font-size: calc(0.0022727273 * 100vw + 13.2727272727px);
  }
}
@media (min-width: 1200px) {
  .b-blockquote__text {
    font-size: 16px;
  }
}
.b-blockquote__text {
  font-weight: 300;
  line-height: 26px;
  font-style: italic;
}
.b-blockquote__blockquote-l {
  position: relative;
}
.b-blockquote__blockquote-l::before {
  position: absolute;
  display: block;
  content: "";
  top: -10px;
  left: -55px;
  width: 50px;
  height: 50px;
  pointer-events: none;
  background: url("../images/blockquote_l.svg") no-repeat 0 0;
  z-index: 0;
}
.b-blockquote__blockquote-r {
  position: relative;
}
.b-blockquote__blockquote-r::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -26px;
  right: -57px;
  width: 50px;
  height: 50px;
  pointer-events: none;
  background: url("../images/blockquote_r.svg") no-repeat 0 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .b-blockquote {
    margin: calc(15.4545454545px + 1.4204545455vw) 0;
    padding: calc(15.4545454545px + 1.4204545455vw) calc(15.4545454545px + 1.4204545455vw) calc(0.9090909091px + 2.8409090909vw) calc(15.4545454545px + 1.4204545455vw);
  }
}
@media (max-width: 768px) {
  .b-blockquote__blockquote-l, .b-blockquote__blockquote-r {
    display: none;
  }
  .b-blockquote__photo-wrap {
    margin-right: 0;
    padding-right: 40px;
  }
  .b-blockquote__text-wrap {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .b-blockquote {
    flex-direction: column;
  }
  .b-blockquote__photo-wrap {
    flex-direction: row;
    display: flex;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .b-blockquote__photo {
    margin: 0 25px 0 0;
  }
  .b-blockquote__photo img {
    max-width: 90px;
  }
  .b-blockquote__fio-wrap {
    text-align: left;
  }
}

.YMapsID + script + p {
  margin-top: 15px;
}

p + .YMapsID {
  margin: 15px 0;
}

.YMapsID {
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

.dop-komp {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 30px 0 -10px 0;
}
.dop-komp__item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .dop-komp__item {
    width: 100%;
  }
}
.dop-komp__ico {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 2px solid #D32D3E;
  border-radius: 100%;
  margin-right: 20px;
}
.dop-komp__text {
  color: #121212;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.advantages {
  display: flex;
  flex-wrap: wrap;
}
.advantages__item {
  width: 25%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .advantages__item {
    width: 33.33%;
  }
}
@media (max-width: 1023px) {
  .advantages__item {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .advantages__item {
    width: 100%;
  }
}
.advantages__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  background: #f7f7f7;
  border-radius: 100%;
}
.advantages__ico img {
  display: block;
}
.advantages__text {
  font-size: 18px;
}

.ya-share2 {
  bottom: 40px;
  transform: translateY(-50%);
  right: 0;
  position: fixed;
  background: #f5f5f5;
  padding: 5px;
  border-radius: 3px 0 0 3px;
  z-index: 100;
}
.ya-share2 li {
  display: block !important;
  margin: 0 0 5px 0 !important;
  opacity: 0.5;
  transition: all 0.2s ease;
}
.ya-share2 li:last-child {
  margin-bottom: 0 !important;
}
.ya-share2 li:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .ya-share2 {
    display: none;
  }
}

.b-social {
  display: flex;
  position: relative;
  line-height: 0;
}
.b-social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.b-social__item:last-child {
  margin-right: 0;
}
.b-social__item:hover {
  background: #f8f8f8;
}
.b-social__item:hover .b-social__ico {
  transform: scale(1.3);
}
.b-social__ico {
  transition: all 0.3s ease;
}

.m-site-map__item {
  margin-bottom: 10px;
}
.m-site-map__item--level:not(.m-site-map__item--level-1) {
  position: relative;
  padding-left: 25px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhBRMKKiIsHB2cAAAAXElEQVQoz2NgoAH4z3yt8D4HjMeETQVD7LcNMCVYFDD+++/CKAZTwojdmqtCjHv+v+IKUPyBQwFCCePVdEZNHGqEGGIZVzMxEACErSDLkQhprOHwnwkhTURQUw4AFUwtpxRrYZIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDUtMTlUMTA6NDI6MzQrMDI6MDCCHYAaAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA1LTE5VDEwOjQyOjM0KzAyOjAw80A4pgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=") no-repeat left center;
  background-size: 12px;
}
.m-site-map__item--level-1 {
  font-weight: bold;
}
.m-site-map__item--level-2 {
  margin-left: 15px;
}
.m-site-map__item--level-3 {
  margin-left: 30px;
}
.m-site-map__item--level-4 {
  margin-left: 45px;
}
.m-site-map__item--level-5 {
  margin-left: 60px;
}
.m-site-map__item--level-6 {
  margin-left: 75px;
}

.footer {
  color: #787878;
}
.footer__menu {
  display: flex;
  gap: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #E5E5E5;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footer__menu {
    gap: 20px 40px;
  }
}
@media (max-width: 720px) {
  .footer__menu .footer .b-social {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .footer__menu-col {
    width: calc(33.33% - 40px);
  }
}
@media (max-width: 480px) {
  .footer__menu-col {
    width: 100%;
  }
}
.footer__menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu-col ul li a {
  color: #424242;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 480px) {
  .footer__menu-col ul li a {
    border-bottom: 1px dotted #E5E5E5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
  }
}
.footer__menu-col ul li a:hover {
  color: #D32D3E;
}
.footer__first-line {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 2px solid #E5E5E5;
}
@media (max-width: 1024px) {
  .footer__first-line .footer__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .footer__first-line .footer__item {
    width: 100%;
  }
}
.footer__second-line {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 12px;
}
.footer__second-line p, .footer__second-line .live-edit-parent {
  padding: 5px 0;
  margin: 0;
}
.footer__second-line p + p, .footer__second-line .live-edit-parent + .live-edit-parent {
  margin-left: 20px;
}
.footer__second-line > .live-edit-parent {
  padding: 0;
}
.footer__second-line > .live-edit-parent + a {
  margin-left: 20px;
}
.footer__second-line p + a {
  margin-left: 20px;
}
.footer .b-social {
  margin-left: auto;
}
.footer__item {
  padding: 5px 0;
}
.footer__item--studio {
  text-align: right;
  margin-left: auto !important;
}
.footer__item + .footer__item {
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .footer__item, .footer p, .footer .live-edit-parent {
    margin: 0 !important;
    padding-right: 20px;
  }
  .footer .b-social {
    margin: 0;
  }
  .footer br {
    display: none;
  }
  .footer__item--studio {
    width: 100%;
    display: block;
    margin-top: 20px !important;
    text-align: left;
  }
}
@media (max-width: 500px) {
  .footer__second-line .footer__item, .footer__second-line p, .footer__second-line .live-edit-parent {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .footer__first-line {
    justify-content: center;
  }
  .footer__item, .footer p, .footer .live-edit-parent {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 2px 0 !important;
  }
  .footer .b-social a {
    width: 40px;
  }
}
/*# sourceMappingURL=style_dev.css.map */
