@charset "UTF-8";
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import "../_fonts/Gilroy/main.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

h2 {
  font-size: 1.5em;
  margin: 0;
}

h3 {
  font-size: 1.17em;
  margin: 0;
}

h4 {
  font-size: 1em;
  margin: 0;
}

h5 {
  font-size: 0.83em;
  margin: 0;
}

h6 {
  font-size: 0.67em;
  margin: 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
  outline: none;
  border: none;
}

button {
  background: none;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.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 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #2C275E;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  background: transparent;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  margin: 0 0 -17px;
  top: 50%;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  height: 34px;
  width: 34px;
  z-index: 9999;
  cursor: pointer;
  border-radius: 50%;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/ico/right-thin-chevron.svg") 2px 0;
  border: 5px solid transparent;
}

.mfp-arrow-right {
  right: 10px;
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/ico/right-thin-chevron.svg") 2px 0;
  border: 5px solid transparent;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  border-radius: 15px;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 1.2em;
  font-size: 14px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.hide {
  display: none;
}

@media (max-width: 767px) {
  .xs-float-none {
    float: none !important;
  }
  .xs-b-c {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xs-hide {
    display: none;
  }
  .xs-show {
    display: block;
  }
  .xs-pad-no-t {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-float-none {
    float: none !important;
  }
  .sm-b-c {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm-hide {
    display: none;
  }
}
/** Базовые стили проекта
*************************************************/
.clearfix::before {
  content: " ";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
  height: 0;
  overflow: hidden;
}

.clr {
  clear: both;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.sb {
  box-sizing: border-box;
}
.sb::before, .sb::after,
.sb *, .sb *::before, .sb *::after {
  box-sizing: border-box;
}
.sb-wr {
  width: 100%;
  min-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.sb-wr:before, .sb-wr:after {
  display: table;
  content: " ";
}
.sb-wr:after {
  clear: both;
}

.sb-b-c {
  margin: 0 auto;
}
.sb-b-l {
  float: left;
}
.sb-b-r {
  float: right;
}

.sb-li-none {
  margin: 0;
  padding: 0;
}
.sb-li-none > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sb-resp {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .sb-wr {
    padding: 0 10px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .sb-wr {
    width: 1170px;
    min-width: 1170px;
    padding: 0 10px;
  }
}
/** Стили для текста
*/
.sb-t {
  /** Выравнивание
  */
  /** Меню внутри текста
  */
}
.sb-t-u {
  text-decoration: underline;
}
.sb-t-b {
  font-weight: bold;
}
.sb-t-em {
  font-style: italic;
}
.sb-t-stroke {
  text-decoration: line-through;
}
.sb-t-l {
  text-align: left;
}
.sb-t-c {
  text-align: center;
}
.sb-t-r {
  text-align: right;
}
.sb-t-menu {
  display: inline-block;
  position: relative;
  border-bottom: 1px dashed #999;
  margin-right: 10px;
}
.sb-t-menu-arrow {
  position: absolute;
  right: -10px;
  top: 3px;
  font-size: 10px;
}
.sb-t-menu .active {
  display: none;
}
.sb-t-menu-box {
  display: none;
  position: absolute;
  padding: 5px;
  top: 101%;
  right: -10px;
  background: #ffffff;
  z-index: 1000;
}
.sb-t-menu-box a {
  white-space: nowrap;
  padding: 3px 0;
}
.sb-t-menu:hover .sb-t-menu-box {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.mg-t-0 {
  margin-top: 0 !important;
}

.mg-t-5 {
  margin-top: 5px !important;
}

.mg-t-10 {
  margin-top: 10px !important;
}

.mg-t-15 {
  margin-top: 15px !important;
}

.mg-t-20 {
  margin-top: 20px !important;
}

.mg-t-25 {
  margin-top: 25px !important;
}

.mg-t-30 {
  margin-top: 30px !important;
}

.mg-t-35 {
  margin-top: 35px !important;
}

.mg-t-40 {
  margin-top: 40px !important;
}

.mg-t-45 {
  margin-top: 45px !important;
}

.mg-t-50 {
  margin-top: 50px !important;
}

.mg-b-0 {
  margin-bottom: 5px !important;
}

.mg-b-5 {
  margin-bottom: 5px !important;
}

.mg-b-10 {
  margin-bottom: 10px !important;
}

.mg-b-15 {
  margin-bottom: 15px !important;
}

.mg-b-20 {
  margin-bottom: 20px !important;
}

.mg-b-25 {
  margin-bottom: 25px !important;
}

.mg-b-30 {
  margin-bottom: 30px !important;
}

.mg-b-35 {
  margin-bottom: 35px !important;
}

.mg-b-40 {
  margin-bottom: 40px !important;
}

.mg-b-45 {
  margin-bottom: 45px !important;
}

.mg-b-50 {
  margin-bottom: 50px !important;
}

.mg-v-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mg-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mg-v-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mg-v-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mg-v-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mg-v-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mg-v-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mg-v-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mg-v-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mg-v-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mg-l-5 {
  margin-left: 5px !important;
}

.mg-l-10 {
  margin-left: 10px !important;
}

.mg-l-15 {
  margin-left: 15px !important;
}

.mg-l-20 {
  margin-left: 20px !important;
}

.mg-l-25 {
  margin-left: 25px !important;
}

.mg-l-30 {
  margin-left: 30px !important;
}

.mg-l-35 {
  margin-left: 35px !important;
}

.mg-l-40 {
  margin-left: 40px !important;
}

.mg-l-45 {
  margin-left: 45px !important;
}

.mg-l-50 {
  margin-left: 50px !important;
}

.mg-r-5 {
  margin-right: 5px !important;
}

.mg-r-10 {
  margin-right: 10px !important;
}

.mg-r-15 {
  margin-right: 15px !important;
}

.mg-r-20 {
  margin-right: 20px !important;
}

.mg-r-25 {
  margin-right: 25px !important;
}

.mg-r-30 {
  margin-right: 30px !important;
}

.mg-r-35 {
  margin-right: 35px !important;
}

.mg-r-40 {
  margin-right: 40px !important;
}

.mg-r-45 {
  margin-right: 45px !important;
}

.mg-r-50 {
  margin-right: 50px !important;
}

.pad-h-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pad-h-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pad-h-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pad-h-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pad-h-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pad-h-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pad-h-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pad-h-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pad-h-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pad-h-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pad-v-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pad-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pad-v-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pad-v-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pad-v-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pad-v-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pad-v-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.pad-v-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pad-v-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pad-v-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pad-no {
  padding: 0 !important;
}
.pad-no-h {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pad-no-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.debug {
  outline: 1px dotted red;
}

.pos-a {
  position: absolute;
}
.pos-r {
  position: relative;
}

.dev {
  position: relative;
}
.dev_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat top center;
  background-size: 100% auto;
  opacity: 0.6;
}

a {
  color: inherit;
}

body, html, button, input, select, textarea {
  font-size: 20px;
  font-family: Gilroy, sans-serif;
  color: #2C275E;
}

h1 {
  font-size: 36px;
  font-weight: 500;
}

h2 {
  font-size: 1.3em;
  line-height: 1.15em;
  margin: 0 0 0.5em;
  font-weight: 500;
}

/** Тексты
*************************************************/
h3 {
  margin: 0 0 0.5em;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.15em;
  letter-spacing: 0.875px;
}

h4 {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.735px;
}
h4 b {
  display: inline-block;
  margin-top: 12px;
  width: 70px;
  height: 2px;
  background-color: #E85222;
}

p {
  font: inherit;
  color: inherit;
  margin: 0 0 0.8em;
}

strong {
  font-weight: 800;
}

@media (max-width: 480px) {
  body, html, button, input, select, textarea {
    font-size: 18px;
  }

  h1 {
    font-size: 28px;
  }
}
.c-orange {
  color: #E85222;
}

.text {
  line-height: 1.3em;
}
.text h1 {
  margin-bottom: 0.6em;
  line-height: 1em;
}
.text h2, .text h3, .text h4, .text h5 {
  margin: 1.2em 0 0.6em;
}
.text h2:first-child, .text h3:first-child, .text h4:first-child, .text h5:first-child {
  margin-top: 0;
}
.text h2 {
  font-size: 1.3em;
}
.text h3 {
  font-size: 1.2em;
}
.text h4 {
  font-size: 1.1em;
}
.text ol, .text ul {
  margin-left: 20px;
  margin-bottom: 22px;
}
.text ol li, .text ul li {
  margin-bottom: 15px;
}
.text ol li ul, .text ul li ul {
  margin-left: 10px;
  margin-bottom: 22px;
}
.text ol li ul li:first-child, .text ul li ul li:first-child {
  padding-top: 10px;
}
.text ol li:last-child, .text ul li:last-child {
  margin-bottom: 0;
}
.text ul {
  list-style: none;
}
.text ul li::before {
  position: relative;
  top: 3px;
  left: 4px;
  content: "•";
  color: #564092;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 130%;
}
.text table {
  margin-bottom: 22px;
}
.text table td {
  font-size: 0.9em;
  padding: 8px 15px;
  border: 1px solid #EEEEEE;
}
.text strong {
  font-weight: 600;
}
.text_img-l {
  float: left;
  margin: 0 30px 30px 0;
  border-radius: 15px;
}
.text_img-r {
  float: right;
  margin: 30px 0 0 30px;
  border-radius: 15px;
}
.text_box {
  padding: 24px 18px 20px;
  margin-bottom: 16px;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #E1DFED;
  border-radius: 16px;
}
.text_box > *:last-child {
  margin-bottom: 0;
}
.text--accent {
  color: #E85222;
}

@media (max-width: 768px) {
  .text_img-l, .text_img-r {
    max-width: 100%;
    float: none;
    margin: 0 0 15px 0;
    border-radius: 10px;
  }
}
.text-details_btn {
  padding: 0;
  background: none;
  color: #777777;
}
.text-details_box {
  display: none;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-appearance: button;
  margin: 0;
  text-decoration: none;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  padding: 17px 40px 15px;
}
.btn i {
  position: relative;
  top: 0.1em;
  font-style: inherit;
  font-size: 0.8em;
}
.btn:focus {
  outline: none;
}
.btn-sm {
  font-size: 14px;
  padding: 11px 20px 10px;
  border-radius: 10px;
}
.btn-primary {
  background: #553F92;
  color: #fff;
}
.btn-primary:hover {
  background: #4e3f79;
}
.btn-dark {
  background: #553F92;
  border: 1px solid #553F92;
  color: #fff;
}
.btn-dark:hover {
  background: #4e3f79;
}
.btn-orange {
  background: #E85222;
  border: 1px solid #E85222;
  color: #fff;
}
.btn-orange:hover {
  background: #cf4c22;
}
.btn-border {
  background: transparent;
  color: #553F92;
  border: 2px solid #553F92;
}
.btn-border:hover {
  color: #4e3f79;
  border-color: #4e3f79;
}
.btn-border-or {
  background: transparent;
  color: #E85222;
  border: 1px solid #E85222;
}
.btn-border-or:hover {
  color: #FFFFFF;
  background: #E85222;
}
.btn-border-light {
  background: transparent;
  border: 1px solid #EDEBFA;
  color: #8d8c92;
  font-weight: normal;
}
.btn-border-light:hover {
  color: #4e3f79;
  border-color: #4e3f79;
}
.btn-inline {
  color: inherit;
  padding: 0 !important;
  margin: 0;
  font-size: inherit;
  border-bottom: 2px dashed currentColor;
  border-radius: 0;
}
.btn-inline-light {
  color: #777777;
  padding: 0 !important;
  margin: 0;
  font-size: 0.8em;
  border-bottom: 1px dashed #777777;
}
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-box .btn {
  margin: 0 10px 10px 0;
}

@media (max-width: 480px) {
  .btn {
    padding: 13px 24px 11px;
  }
  .btn-box .btn {
    margin: 0 5px 5px 0;
  }
  .btn-sm {
    padding: 6px 8px;
    border-radius: 7px;
  }
}
.btn-ico {
  padding-left: 60px;
  padding-right: 10px;
  text-align: left;
}
.btn-ico i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  z-index: 1;
}
.btn-ico i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 50px;
  margin-top: -25px;
  margin-left: -30px;
  stroke-width: 2;
  stroke: white;
}
.btn-ico .btn-border i svg {
  stroke: #553F92 !important;
}
.btn-ico .btn-border.active i svg, .btn-ico .btn-border:hover i svg {
  stroke: white !important;
}

@media (max-width: 480px) {
  .btn-ico {
    padding-left: 50px;
    text-align: left;
  }
  .btn-ico i {
    width: 50px;
  }
  .btn-ico i svg {
    width: 40px;
    height: 36px;
    margin-top: -18px;
    margin-left: -20px;
  }
}
/** Стили формы
*************************************************/
.sb-frm {
  position: relative;
  padding: 38px 40px 35px;
  max-width: 100%;
}
.sb-frm *, .sb-frm *::before, .sb-frm *::after {
  box-sizing: border-box;
}
.sb-frm_hidden {
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  visibility: hidden !important;
  width: 1px !important;
}

@media (max-width: 480px) {
  .sb-frm {
    padding: 25px;
  }
}
/** Заголовок формы
*************************************************/
.sb-frm_h, .frm_h {
  position: relative;
  margin-bottom: 18px;
  font-size: 21px;
  text-align: center;
}

@media (max-width: 480px) {
  .sb-frm_h {
    font-size: 16px;
  }
}
/** Текст примечания формы
*************************************************/
.frm_note {
  position: relative;
  margin-bottom: 15px;
  font-size: 0.8em;
  color: #48465e;
}

/** Контейнер элемента формы
*************************************************/
.sb-frm_el {
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
}
.sb-frm_el_box {
  position: relative;
}
.sb-frm_el.has-error input, .sb-frm_el.has-error textarea {
  border-color: #f05255;
}
.sb-frm_el .sb-frm_el {
  margin-bottom: 0 !important;
}
.sb-frm_el textarea.sb-frm_el_control {
  height: auto;
}

/** Оформление input[text] и textarea
*************************************************/
.sb-frm_el_control {
  display: block;
  padding: 7px 20px 3px;
  width: 100%;
  height: 52px;
  color: #2C275E;
  background: #fff;
  border: 1px solid #553F92;
  box-shadow: none;
  border-radius: 20px;
  font-size: 16px;
  line-height: 140%;
}
.sb-frm_el_control:focus {
  outline: 0 none;
  border-color: #6C51B8;
}
.sb-frm_el_control[disabled], .sb-frm_el_control[readonly], .sb-frm_el_control fieldset[disabled] .sb-frm-el-control {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}
.sb-frm_el_control::-moz-placeholder, .sb-frm_el_control ::-webkit-input-placeholder {
  color: #999;
  text-align: center;
  opacity: 1;
}

/** Блок для вывода сообщений элементов формы
*************************************************/
.sb-frm_el_msg {
  margin: 0 auto;
  padding: 3px 10px;
  width: 80%;
  border-radius: 0 0 3px 3px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  background-color: #EC2327;
  transition: height 0.3s ease 0s;
}
.sb-frm_el_msg-abs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 96%;
  margin: 0 3px;
  border-radius: 0 0 3px 3px;
  text-align: left;
  background-color: #EC2327;
  color: #FFF;
  padding: 5px 10px;
  font-size: 0.8em;
}

/** Блок для вывода сообщений элементов формы
*************************************************/
.sb-frm_el_label {
  display: block;
  margin-bottom: 5px;
}
.sb-frm_el_label sup {
  color: red;
}

/** Стили формы
*************************************************/
.sb-frm_el_radio label {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.sb-frm_el_radio i {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  margin-right: 7px;
  border: 2px solid #E85222;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.27, 0.67, 0.41, 1.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0 #E85222 inset;
  box-shadow: 0 0 0 0 #E85222 inset;
}
.sb-frm_el_radio input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.sb-frm_el_radio input:checked + i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E85222;
  border: 3px solid white;
  border-radius: 50%;
}
.sb-frm_el_radio_opt {
  padding-left: 26px;
  margin-bottom: 10px;
}
.sb-frm_el_radio_opt i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.sb-frm_el_radio .sb-frm_el_msg {
  display: inline-block;
  margin: 0;
  width: auto;
  border-radius: 3px;
}

/** Стили формы
*************************************************/
.sb-frm_el_checkbox label {
  display: block;
  position: relative;
}
.sb-frm_el_checkbox i {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  top: 6px;
  margin-right: 8px;
  border: 2px solid #E85222;
  border-radius: 5px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.27, 0.67, 0.41, 1.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0 #E85222 inset;
  box-shadow: 0 0 0 0 #E85222 inset;
}
.sb-frm_el_checkbox input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.sb-frm_el_checkbox input:checked + i {
  background-color: #E85222;
}
.sb-frm_el_checkbox input:checked + i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/_img/icon-check.svg) center no-repeat;
}
.sb-frm_el_checkbox .sb-frm_el_msg {
  display: inline-block;
  margin: 0;
  width: auto;
  border-radius: 3px;
}

/** Стили элемента для выбора даты
*************************************************/
.sb-frm_el_date_d {
  float: left;
  max-width: 25%;
  padding-right: 5px;
}
.sb-frm_el_date_m {
  float: left;
  max-width: 50%;
  padding-right: 5px;
}
.sb-frm_el_date_y {
  float: left;
  max-width: 25%;
}
.sb-frm_el_date .sb-frm_el_control {
  padding: 5px;
}

/** Галочка принять условия
*************************************************/
.sb-frm_el-accept {
  display: block;
  position: relative;
  padding-top: 10px;
  text-align: center;
  color: #999;
  font-size: 9px;
}
.sb-frm_el-accept a {
  color: inherit;
}
.sb-frm_el-accept i {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}
.sb-frm_el-accept input {
  position: absolute;
  opacity: 0;
  margin: 0;
}
.sb-frm_el-accept input:not(checked) + i {
  background-position: -175px 0;
}
.sb-frm_el-accept input:checked + i {
  background-position: -188px 0;
}

/** Элемент для ввода пароля с переключателем видимости
*************************************************/
.sb-frm_el-pw_toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  padding: 8px;
  border-radius: 50%;
  background: none;
  border: none;
  outline: none;
}
.sb-frm_el-pw_toggle:before {
  display: inline-block;
  content: "";
  background: transparent url("/_img/ico/eye-closed.svg") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.sb-frm_el-pw--visible .sb-frm_el-pw_toggle:before {
  background-image: url("/_img/ico/eye-open.svg");
}

.frm_el-calendar {
  font-size: 16px;
  line-height: 140%;
}
.frm_el-calendar_wr {
  max-width: 300px;
  position: relative;
  display: block;
  height: 52px;
  color: #302861;
  background: #fff;
  border: 1px solid #797979;
  box-shadow: none;
  border-radius: 20px;
}
.frm_el-calendar_text {
  position: relative;
  padding: 5px 20px;
  line-height: 42px;
  width: 100%;
  height: 100%;
}
.frm_el-calendar_text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  opacity: 0.7;
  background: transparent url("/_img/ico/calendar.svg") no-repeat center center;
  background-size: contain;
}
.frm_el-calendar_calendar {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 5px;
  z-index: 1;
  border: 1px solid #E1DFED;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.frm_el-calendar_calendar .calendar_header {
  padding: 5px 0;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
}
.frm_el-calendar_calendar .week, .frm_el-calendar_calendar .weekdays {
  display: flex;
}
.frm_el-calendar_calendar .day, .frm_el-calendar_calendar .weekday {
  padding: 8px;
  width: 14.2857142857%;
  text-align: center;
  border-radius: 12px;
  border: 1px solid white;
}
.frm_el-calendar_calendar .day {
  cursor: pointer;
}
.frm_el-calendar_calendar .day:hover {
  background-color: #48465e;
  color: #ffffff;
}
.frm_el-calendar_calendar .active {
  background-color: #48465e;
  color: #ffffff;
}
.frm_el-calendar_calendar .weekend {
  font-weight: bold;
}
.frm_el-calendar_calendar .past-day, .frm_el-calendar_calendar .future-day, .frm_el-calendar_calendar .day-off {
  cursor: not-allowed;
  background-color: #eee;
  color: white;
}
.frm_el-calendar_calendar .past-day:hover, .frm_el-calendar_calendar .future-day:hover, .frm_el-calendar_calendar .day-off:hover {
  background-color: #eee;
  color: #ffffff;
}
.frm_el-calendar_calendar.active {
  display: block;
}
.frm_el-calendar_restrictions {
  display: none;
}
.frm_el-calendar_restrictions table {
  width: 100%;
}

/** Стили формы
*************************************************/
.frm_el_rating_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frm_el_rating_items {
  padding: 0 25px;
  text-align: center;
}
.frm_el_rating_lbl {
  display: flex;
  justify-content: space-between;
}
.frm_el_rating_lbl-min, .frm_el_rating_lbl-max {
  min-width: 135px;
  font-size: 0.85em;
}
.frm_el_rating label {
  display: inline-block;
  position: relative;
  margin: 5px;
}
.frm_el_rating label:has(~ .checked) i, .frm_el_rating label:has(~ :hover) i {
  background-color: #E85222;
  color: white;
}
.frm_el_rating i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #E85222;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.27, 0.67, 0.41, 1.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0 #E85222 inset;
  box-shadow: 0 0 0 0 #E85222 inset;
}
.frm_el_rating i:hover {
  background-color: #E85222;
  color: white;
}
.frm_el_rating input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.frm_el_rating input:checked + i {
  background-color: #E85222;
  color: white;
}

@media (max-width: 768px) {
  .frm_el_rating_box {
    padding-bottom: 75px;
  }
  .frm_el_rating_items {
    padding: 0;
  }
  .frm_el_rating_lbl-min, .frm_el_rating_lbl-max {
    position: absolute;
    bottom: 0;
    font-size: 0.8em;
  }
  .frm_el_rating_lbl-min {
    left: 0;
  }
  .frm_el_rating_lbl-max {
    right: 0;
    text-align: right;
  }
}
@media (max-width: 600px) {
  .frm_el_rating--lg .frm_el_rating_items {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .frm_el_rating--lg .frm_el_rating_items label {
    margin: 0;
  }
  .frm_el_rating--lg .frm_el_rating_items label i {
    width: 34px;
    height: 34px;
    font-size: 0.9em;
  }
}
@media (max-width: 400px) {
  .frm_el_rating--lg .frm_el_rating_items label i {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}
::-webkit-input-placeholder {
  color: #5a5a5e;
  opacity: 1;
}

:-moz-placeholder {
  color: #5a5a5e;
  opacity: 1;
}

::-moz-placeholder {
  color: #5a5a5e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #5a5a5e;
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  color: #666;
}

input:focus:-moz-placeholder {
  color: #666;
}

input:focus::-moz-placeholder {
  color: #666;
}

input:focus:-ms-input-placeholder {
  color: #666;
}

.sb-frm-inline-c3:before, .sb-frm-inline-c3:after {
  display: table;
  content: " ";
}
.sb-frm-inline-c3:after {
  clear: both;
}
.sb-frm-inline-c3 .sb-frm_el {
  width: 33.33%;
  padding: 0 10px;
  float: left;
}
.sb-frm-inline-c4:before, .sb-frm-inline-c4:after {
  display: table;
  content: " ";
}
.sb-frm-inline-c4:after {
  clear: both;
}
.sb-frm-inline-c4 .sb-frm_el {
  width: 25%;
  padding: 0 10px;
  float: left;
}

@media (max-width: 480px) {
  .sb-frm-inline_col {
    width: 100%;
    float: none;
  }
}
.frm-search {
  position: relative;
  font-size: 16px;
  line-height: 190%;
  letter-spacing: 1px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.frm-search .sb-frm_el {
  margin: 0;
}
.frm-search .sb-frm_el input {
  display: block;
  padding: 19px 17px 17px 17px;
  height: 42px;
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
}
.frm-search_btn {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 3px 20px 0;
  height: 38px;
  background: white;
  border: none;
  border-radius: 20px;
  outline: none;
}
.frm-search_btn-search svg {
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
  margin-right: auto;
  margin-left: auto;
  stroke: #2C275E;
  fill: #ffffff;
  background: white;
  -webkit-transition: stroke 0.2s;
  -o-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
.frm-search_btn-reset:after {
  display: inline-block;
  content: "×";
  position: relative;
  top: 2px;
  font-size: 32px;
  line-height: 32px;
}

.frm-search_result {
  display: none;
  position: absolute;
  top: 100%;
  left: 5%;
  width: 90%;
  max-height: 80vh;
  padding: 0 8px;
  white-space: normal;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #FFFFFF;
  z-index: 1000;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 1px 4px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 1px 4px 0px rgba(51, 51, 51, 0.5);
  border-radius: 0 0 10px 10px;
  text-align: left;
}
.frm-search_result table {
  width: 100%;
}
.frm-search_result table td {
  padding: 10px;
  border-bottom: 1px solid #E1DFED;
  white-space: nowrap;
  line-height: 1.3em;
}
.frm-search_result table td a {
  text-decoration: none;
}
.frm-search_result table td a span {
  display: inline-block;
  padding: 0 5px;
  margin-right: 10px;
  font-size: 0.7em;
  font-weight: bold;
  border: 1px solid #E1DFED;
  border-radius: 3px;
}
.frm-search_result table td a:hover, .frm-search_result table td a:active {
  text-decoration: underline;
}
.frm-search_result table td span {
  display: inline-block;
}
.frm-search_result table td i {
  font-size: 0.8em;
  color: #777777;
  text-decoration: line-through;
}
.frm-search_result table td button {
  border: none;
  background: none;
  outline: none;
  margin-left: 20px;
}
.frm-search_result table td button img {
  position: relative;
  top: 3px;
  width: 30px;
  height: 30px;
}
.frm-search_result table td button svg {
  width: 30px;
  height: 30px;
  stroke: #E85222;
  fill: #FFFFFF;
}
.frm-search_result table td:first-child {
  white-space: normal;
}
.frm-search_result table td:nth-child(2) {
  font-weight: bold;
  text-align: right;
}
.frm-search_result table tr.sale td {
  color: #E85222;
}
.frm-search_result table tr:last-child td {
  border-bottom: none;
}
.frm-search_result::-webkit-scrollbar {
  width: 4px;
}
.frm-search_result::-webkit-scrollbar-track {
  background-color: rgba(241, 241, 241, 0.3);
}
.frm-search_result::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

@media (max-width: 500px) {
  .frm-search_result table {
    max-width: 100%;
  }
  .frm-search_result table td {
    padding: 5px;
  }
  .frm-search_result table td button {
    margin: 15px 0 0;
  }
  .frm-search_result table td b {
    display: block;
  }
  .frm-search_result table td span {
    display: block;
  }
}
@media (max-width: 420px) {
  .frm-search_result table {
    max-width: 100%;
  }
  .frm-search_result table tr {
    display: block;
  }
  .frm-search_result table td {
    display: block;
    padding: 5px;
  }
  .frm-search_result table td button {
    margin: 0;
    height: 30px;
  }
  .frm-search_result table td b {
    display: block;
  }
  .frm-search_result table td:first-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .frm-search_result table td:last-child {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: right;
  }
  .frm-search_result table td:last-child span {
    display: inline-block;
  }
  .frm-search_result table td:last-child span:first-child {
    margin-right: 5px;
    text-align: left;
  }
}
.ico {
  display: inline-block;
}

/** Блок: Всплывающее окно
*************************************************/
.sb-modal {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 425px;
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 1px 2px 8px rgba(44, 39, 94, 0.6);
  transition: all 0.3s ease-in-out;
}
.sb-modal_h {
  position: relative;
  color: #2C275E;
  font-size: 24px;
  margin-bottom: 22px;
}
.sb-modal_h b {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  background-color: #E85222;
}
.sb-modal_h_sub {
  font-size: 20px;
}
.sb-modal_text {
  padding: 30px 25px;
  border-radius: 0;
  text-align: left;
  overflow-y: auto;
}
.sb-modal_close {
  top: -38px;
  right: -25px;
  width: 15px;
  height: 15px;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  outline: none;
  background: none;
  z-index: 1002;
}
.sb-modal_close:hover {
  opacity: 0.5;
}
.sb-modal_loader {
  height: 300px;
  background: transparent url("/_img/ajax-loader.gif") no-repeat center center;
}
.sb-modal .sb-frm {
  padding: 0;
}
.sb-modal .sb-frm_el:last-child {
  margin-bottom: 0;
}
.sb-modal--lg {
  max-width: 768px;
}

/** Обертка окна Arctic Modal
*************************************************/
.arcticmodal-overlay, .arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.arcticmodal-overlay {
  background-color: #553F92 !important;
  opacity: 0.95 !important;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
.arcticmodal-container_i {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  margin: 0;
  padding: 40px 10px;
  border: 0;
  vertical-align: middle;
  text-align: center;
}
.arcticmodal-container_i2 .sb-modal {
  display: inline-block;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

*:first-child + html .arcticmodal-container {
  height: 100%;
}

@media (min-width: 767px) {
  .sb-modal_box {
    display: table;
    width: 100%;
  }

  .arcticmodal-container-i2 {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .sb-modal {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .sb-modal {
    padding: 10px;
    max-width: none;
    box-shadow: none;
  }
  .sb-modal_close {
    position: absolute;
    top: 2px;
    right: 12px;
    color: #2C275E;
  }
  .sb-modal_wr {
    margin: 0 auto;
    max-width: 425px;
  }
  .sb-modal_h {
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    padding: 0 30px;
  }
  .sb-modal_h b {
    left: 50%;
    width: 64px;
    margin-left: -32px;
  }

  .arcticmodal-container_i2 {
    padding: 0;
  }
}
.modal-alert {
  max-width: 640px;
}
.modal-alert_h {
  padding: 10px 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  color: #E85222;
}
.modal-alert_text {
  padding: 10px 0 40px;
}
.modal-alert_text u {
  display: inline-block;
  padding: 0 5px 1px;
  font-size: 0.9em;
  border: 1px solid #C9C4E8;
  border-radius: 3px;
  text-decoration: none;
}
.modal-alert_btm .btn {
  margin: 0 10px;
}

.sb-s {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  position: relative;
}
.sb-s-pad {
  padding: 25px 0;
}
.sb-s-pad-t {
  padding-top: 25px;
}
.sb-s-pad-b {
  padding-bottom: 25px;
}
.sb-s_h {
  margin: 0 auto 0.7em;
  max-width: 700px;
  font-weight: 500;
  text-align: center;
  position: relative;
  font-size: 32px;
}
.sb-s_h h2, .sb-s_h h3 {
  margin-bottom: 0;
}
.sb-s_h small {
  font-size: 75%;
}
.sb-s_h-l2 {
  margin: 0 auto 1em;
  max-width: 640px;
  text-align: center;
  position: relative;
  font-size: 30px;
}
.sb-s_sub-h {
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  font-weight: normal;
  margin: -0.5em auto 0.5em;
  max-width: 640px;
}

@media (max-width: 767px) {
  .sb-s-pad {
    padding: 15px 0;
  }
  .sb-s-pad-t {
    padding-top: 15px;
  }
  .sb-s-pad-b {
    padding-bottom: 15px;
  }
  .sb-s_h {
    font-size: 30px;
  }
  .sb-s_h-l2 {
    font-size: 28px;
  }
  .sb-s_h:after {
    bottom: -5px;
    height: 2px;
  }
  .sb-s_sub-h {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .sb-s_h {
    font-size: 24px;
  }
  .sb-s_h-l2 {
    font-size: 22px;
  }
  .sb-s_h:after {
    bottom: -10px;
  }
  .sb-s_sub-h {
    font-size: 18px;
  }
}
.btn-svg {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 60px;
  padding: 0 12px;
  align-items: center;
  text-decoration: none;
  border: 2px solid #553F92;
  background: #553F92;
  color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  transition: background-color, color linear 200ms;
}
.btn-svg b {
  font-weight: normal;
  display: block;
  padding: 3px 0;
}
.btn-svg i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 48px;
  margin-right: 10px;
}
.btn-svg i svg {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  stroke: white !important;
  transition: stroke linear 200ms;
}
.btn-svg i svg use {
  fill: none;
}
.btn-svg.active, .btn-svg:hover {
  background: #C4B6EA;
  color: #553F92;
}
.btn-svg.active i svg, .btn-svg:hover i svg {
  stroke: #553F92 !important;
}

@media (max-width: 767px) {
  .btn-svg {
    min-height: 50px;
  }
  .btn-svg i {
    width: 32px;
    min-width: 32px;
    height: 40px;
  }
}
.alert {
  padding: 25px 25px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  line-height: 150%;
  text-align: left;
}
.alert_text {
  position: relative;
}
.alert-warning {
  background-color: rgba(253, 238, 233, 0.6);
  border: 1px solid #fadcd3;
  color: #777777;
}
.alert-warning b {
  color: #E85222;
}
.alert:last-child {
  margin-bottom: 0;
}

@media (min-width: 501px) {
  .alert_text {
    padding-left: 70px;
    min-height: 40px;
  }
  .alert_text img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .alert {
    padding: 10px;
  }
  .alert_text {
    padding-left: 3.2em;
  }
  .alert_text img {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -1.25em 0 0;
    width: 2.5em;
  }

  .alert--float .alert_text {
    padding: 0;
  }
  .alert--float .alert_text img {
    position: relative;
    top: 7px;
    float: left;
    margin: 0 15px 5px 0;
    width: 2.5em;
  }
}
.alert-sm {
  padding: 10px 10px 10px;
  margin-bottom: 15px;
  line-height: 120%;
}
.alert-sm p {
  margin-bottom: 0.4em;
}

@media (max-width: 500px) {
  .alert {
    padding: 7px;
  }
}
.tbl {
  display: table;
  width: 100%;
}
.tbl_c {
  display: table-cell;
}
.tbl-brd td, .tbl-brd th {
  border: 1px solid #D9D9D9;
  padding: 5px 10px;
}

.msg-item {
  margin-bottom: 15px;
}

.pgn {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 15px;
  font-size: 22px;
}
.pgn a {
  color: #C4B6EA;
  text-decoration: none;
  outline: none;
}
.pgn b {
  color: #553F92;
}
.pgn-prev, .pgn-next {
  position: relative;
  top: 0;
  height: 24px;
  width: 24px;
  z-index: 99;
  opacity: 0.8;
  color: transparent;
  background-size: contain;
  content: "" !important;
}
.pgn-prev i, .pgn-next i {
  display: none;
}
.pgn-prev {
  margin-right: 50px;
  background: transparent no-repeat url(/_img/svg/slider-chevron-right.svg) 0 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pgn-next {
  margin-left: 50px;
  background: transparent no-repeat url(/_img/svg/slider-chevron-right.svg) 0 0;
}

/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@media (min-width: 768px) {
  .slider {
    position: relative;
    margin: 0 auto 20px;
  }
  .slider_in {
    margin: 0 -7px;
  }
  .slider .swiper-wrapper .swiper-slide {
    float: left;
    width: 25%;
    padding: 0 7px;
    text-align: center;
  }
  .slider .swiper-wrapper .swiper-slide img {
    border-radius: 15px;
    max-width: 100%;
  }
  .slider_ar-l, .slider_ar-r {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    height: 36px;
    width: 34px;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    outline: none;
    opacity: 0.3;
  }
  .slider_ar-l:hover, .slider_ar-r:hover {
    opacity: 1;
  }
  .slider_ar-l {
    left: -90px;
    background: transparent no-repeat url("/_img/svg/slider-chevron-right.svg") 2px 1px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .slider_ar-r {
    right: -90px;
    background: transparent no-repeat url("/_img/svg/slider-chevron-right.svg") 2px 1px;
  }
  .slider_dots {
    padding-top: 15px;
    text-align: center;
  }
  .slider_dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background-color: #2C275E;
    opacity: 0.4;
  }
  .slider_dots .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .slider_ar-l, .slider_ar-r {
    border: 5px solid transparent;
    opacity: 0.5;
  }
  .slider_ar-l {
    left: 30px;
  }
  .slider_ar-r {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .slider {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
  }
  .slider .swiper-wrapper .swiper-slide {
    float: left;
    text-align: center;
  }
  .slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 14px;
  }
  .slider_ar-l, .slider_ar-r {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    border: 5px solid transparent;
  }
  .slider_ar-l {
    left: 5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background: transparent no-repeat url("/_img/svg/slider-chevron-right.svg") 2px 0;
  }
  .slider_ar-r {
    right: 5px;
    background: transparent no-repeat url("/_img/svg/slider-chevron-right.svg") 2px 0;
  }
  .slider_dots {
    padding-top: 5px;
    text-align: center;
  }
  .slider_dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background-color: #2C275E;
    opacity: 0.5;
  }
  .slider_dots .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.slider-lg {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
}
.slider-lg .swiper-wrapper > div {
  position: relative;
  float: left;
  width: 100%;
  height: 350px;
  overflow: hidden;
  padding: 0;
}
.slider-lg_img {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: cover;
}
.slider-lg_ar-l, .slider-lg_ar-r {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  height: 36px;
  width: 34px;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer;
  outline: none;
  background: transparent no-repeat 2px 1px;
  background-size: contain;
}
.slider-lg_ar-l:hover, .slider-lg_ar-r:hover {
  opacity: 0.7;
}
.slider-lg_ar-l {
  left: 20px;
  background-image: url("/_img/svg/slider-chevron-right.svg");
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.slider-lg_ar-r {
  right: 20px;
  background-image: url("/_img/svg/slider-chevron-right.svg");
}
.slider-lg_dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.slider-lg_dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background-color: #E85222;
  opacity: 0.5;
}
.slider-lg_dots .swiper-pagination-bullet-active {
  opacity: 1;
}

/*
2560x733
1920x550
1440x550
768x320
480x200
 */
@media (min-width: 1921px) {
  .slider-lg .swiper-wrapper > div {
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .slider-lg .swiper-wrapper > div {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .slider-lg .swiper-container {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 30.5%;
  }
  .slider-lg .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slider-lg .swiper-wrapper > div {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .slider-lg .swiper-wrapper > div {
    height: 100%;
  }
  .slider-lg_ar-l, .slider-lg_ar-r {
    width: 20px;
    height: 22px;
    margin-top: -11px;
  }
  .slider-lg_dots {
    display: none;
  }
}
.slider-v-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider-v-slide-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider-v-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.7s ease;
  z-index: 2;
}
.slider-v-video-overlay-hidden {
  opacity: 0;
  pointer-events: none;
}
.slider-v-play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-v-play-button:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
}
.slider-v-play-button:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #333;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.slider-v-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: transparent no-repeat url("/_img/spinner.gif") center center;
  background-size: contain;
}
.slider-v-autoplay-status {
  position: absolute;
  top: 60px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  display: none;
  z-index: 3;
}
.slider-v-autoplay-status .slider-v-paused {
  background: rgba(255, 165, 0, 0.8);
}
.slider-v-autoplay-status .slider-v-playing {
  background: rgba(0, 128, 0, 0.8);
}

.tabs {
  margin-bottom: 50px;
}
.tabs_top-nav {
  width: 100%;
  padding: 0 20px 0;
  text-align: center;
}
.tabs_top-nav a {
  display: inline-block;
  padding: 15px 30px;
  margin: 0 3px -1px;
  font-weight: bold;
  color: #2C275E;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  outline: none;
  font-size: 110%;
}
.tabs_top-nav a.active, .tabs_top-nav a:hover {
  border-color: #E85222;
  color: #E85222;
}
.tabs_tab-sm {
  display: none;
}
.tabs_view {
  padding: 40px 50px;
  border: 1px solid #e1dff2;
  border-radius: 15px;
}
.tabs_view_i {
  display: none;
}
.tabs_view_i.active {
  display: block;
}
@media (max-width: 768px) {
  .tabs_top-nav {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .tabs_top-nav a {
    padding: 15px 20px;
    border: none;
    outline: none;
    text-decoration: underline;
  }
  .tabs_top-nav a.active, .tabs_top-nav a:hover {
    text-decoration: none;
    color: #E85222;
  }
  .tabs_tab-sm {
    display: none;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border-radius: 10px;
    border-bottom: 1px solid transparent;
    background-color: #f2f1f9;
    padding: 14px;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #2C275E;
  }
  .tabs_tab-sm.active, .tabs_tab-sm:hover {
    background: none;
    border-color: #E85222;
    border-radius: 0;
    color: #E85222;
  }
  .tabs_view {
    border: none;
    padding: 0;
  }
  .tabs_view_i {
    display: block;
  }
  .tabs_view_i .tabs_content {
    display: none;
  }
  .tabs_view_i.active .tabs_content {
    display: block;
  }
}
.nav-bc {
  padding: 0 0 15px;
  font-size: 0.75em;
  font-weight: lighter;
  list-style: none;
  color: #BCB3D9;
}
.nav-bc li {
  display: inline-block;
}
.nav-bc li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #2C275E;
  padding-right: 25px;
}
.nav-bc li a:hover {
  text-decoration: underline;
}
.nav-bc li a:after {
  content: "›";
  position: absolute;
  font-size: 1.8em;
  top: -0.25em;
  right: 7px;
}
.nav-bc li strong {
  font-weight: inherit;
  color: #999;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #2C275E;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  background: transparent;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.8;
  margin: 0 0 -17px;
  top: 50%;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  height: 34px;
  width: 34px;
  z-index: 9999;
  cursor: pointer;
  border-radius: 50%;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/ico/right-thin-chevron.svg") 2px 0;
  border: 5px solid transparent;
}

.mfp-arrow-right {
  right: 10px;
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/ico/right-thin-chevron.svg") 2px 0;
  border: 5px solid transparent;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  border-radius: 15px;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 1.2em;
  font-size: 14px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.social-icon {
  width: 42px;
  height: 42px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 50%;
}
.social-icon-box {
  display: flex;
  justify-content: center;
}
.social-icon svg {
  width: 26px;
  height: 22px;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.social-icon--instagram {
  background-image: -webkit-radial-gradient(30% 107%, circle, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-image: -o-radial-gradient(30% 107%, circle, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-image: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-icon--instagram svg {
  width: 25px;
  height: 25px;
}
.social-icon--fb {
  background-color: #4c6c91;
}
.social-icon--fb svg {
  height: 30px;
}
.social-icon--youtube {
  background-color: #f90019;
}
.social-icon--youtube svg {
  width: 36px;
  height: 30px;
}
.social-icon--twitter {
  background-color: #55ACEE;
}
.social-icon--twitter svg {
  height: 26px;
}
.social-icon:hover {
  background-color: #ccd0d1;
  background-image: none;
}

.box-pad {
  padding: 30px 35px;
}
.box-wh {
  padding: 30px 35px;
  border-radius: 12px;
  margin: 20px 0;
  background: #FFF;
  border: 1px solid #BCB3D9;
}
.box_h {
  margin-bottom: 15px;
  font-weight: bold;
}

@media (max-width: 425px) {
  .box-pad {
    padding: 20px 15px;
  }
  .box-xs-pad-v-x {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sb bwchat#bwc-wrap #bwc-chat .bwc-chat-message .bwc-msg .bwc-text,
.sb bwchat#bwc-wrap #bwc-chat .bwc-chat-editor .bwc-message,
.sb bwchat#bwc-wrap .bwc-font-px-13-15, .sb bwchat#bwc-wrap #bwc-chat .bwc-chat-message .bwc-msg .bwc-quick-answer .bwc-msg-btn, .sb bwchat#bwc-wrap #bwc-chat .bwc-chat-message .bwc-msg.bwc-divider {
  font-size: 15px !important;
  line-height: 1.2em;
}
.sb #bwc-iframe-sounds {
  position: absolute;
  bottom: 0;
}
.sb bwchat#bwc-wrap.bwc-design-shape-round #bwc-widget-action .bwc-get-call {
  background-color: #E85222;
}
.sb #bingc-active {
  background: rgba(86, 64, 146, 0.96) !important;
}
.sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button {
  background: #E85222 !important;
}
.sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-hour, .sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-minutes {
  background: #E85222 !important;
}
.sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-hour:hover, .sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-minutes:hover {
  background: rgba(232, 82, 34, 0.05) !important;
  color: #ffffff;
}
.sb #bingc-passive div.bingc-passive-overlay {
  background: rgba(86, 64, 146, 0.96) !important;
}
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button {
  background: #E85222 !important;
  color: #ffffff;
}
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover {
  background: rgba(232, 82, 34, 0.05) !important;
  color: #ffffff;
}
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour, .sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes {
  background: #E85222 !important;
  color: #ffffff;
}
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour:hover, .sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes:hover {
  background: rgba(232, 82, 34, 0.05) !important;
  color: #ffffff;
}
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day:hover,
.sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-we-will-call-you.bingc-offline-form div.bingc-active-date-selection-select-day span.bingc-active-date-selection-selected-day {
  background: rgba(232, 82, 34, 0.05) !important;
  color: #ffffff;
}
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day div.bingc-passive-date-selection-select-day-list-of-days-container ul.bingc-passive-date-selection-select-day-list-of-days li,
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes div.bingc-passive-date-selection-select-minutes-list-of-minutes-container ul.bingc-passive-date-selection-select-minutes-list-of-minutes li,
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour div.bingc-passive-date-selection-select-hour-list-of-hours-container ul.bingc-passive-date-selection-select-hour-list-of-hours li,
.sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-minutes div.bingc-active-date-selection-select-minutes-list-of-minutes-container ul.bingc-active-date-selection-select-minutes-list-of-minutes li,
.sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-hour div.bingc-active-date-selection-select-hour-list-of-hours-container ul.bingc-active-date-selection-select-hour-list-of-hours li,
.sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-we-will-call-you.bingc-offline-form div.bingc-active-date-selection-select-day div.bingc-active-date-selection-select-day-list-of-days-container ul.bingc-active-date-selection-select-day-list-of-days li {
  color: #E85222 !important;
}
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day div.bingc-passive-date-selection-select-day-list-of-days-container ul.bingc-passive-date-selection-select-day-list-of-days li:hover,
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes div.bingc-passive-date-selection-select-minutes-list-of-minutes-container ul.bingc-passive-date-selection-select-minutes-list-of-minutes li:hover,
.sb #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour div.bingc-passive-date-selection-select-hour-list-of-hours-container ul.bingc-passive-date-selection-select-hour-list-of-hours li:hover,
.sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-minutes div.bingc-active-date-selection-select-minutes-list-of-minutes-container ul.bingc-active-date-selection-select-minutes-list-of-minutes li:hover,
.sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-hour div.bingc-active-date-selection-select-hour-list-of-hours-container ul.bingc-active-date-selection-select-hour-list-of-hours li:hover,
.sb #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-we-will-call-you.bingc-offline-form div.bingc-active-date-selection-select-day div.bingc-active-date-selection-select-day-list-of-days-container ul.bingc-active-date-selection-select-day-list-of-days li:hover {
  background: rgba(232, 82, 34, 0.9) !important;
  color: #ffffff;
}

@media (max-width: 980px) {
  .sb bwchat#bwc-wrap #bwc-widget-action.bwc-mobile {
    bottom: 65px;
  }
}
.i {
  height: 1em;
  background: transparent no-repeat center center;
  background-size: contain;
}
.i-alert {
  background-image: url("/_img/alert.svg");
}

.tube {
  position: relative;
  margin: 6px 0 16px;
  border: 2px solid #553F92;
}
.tube_h {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #24195D;
  text-align: left;
  position: relative;
}
.tube_h:after, .tube_h:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 14px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.tube_h:after {
  content: url("/_img/svg/list-open.svg");
}
.tube_h:before {
  content: url("/_img/svg/list-close.svg");
  opacity: 0;
}
.tube.active .tube_h:after {
  opacity: 0;
}
.tube.active .tube_h:before {
  opacity: 1;
}

@media (min-width: 768px) {
  .tube {
    border-radius: 8px 30px 30px 8px;
  }
  .tube_h {
    font-size: 25px;
    padding: 10px 40px 10px 16px;
    min-height: 60px;
    border-bottom: none;
  }
  .tube_h i {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 64px;
    height: 100%;
    z-index: 1;
  }
  .tube_h i svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 50px;
    margin-top: -25px;
    margin-left: -31px;
    stroke-width: 2;
  }
}
@media (max-width: 767px) {
  .tube {
    border-radius: 8px 25px 25px 8px;
  }
  .tube_h {
    font-size: 20px;
    padding: 5px 10px;
    min-height: 60px;
    margin: -2px;
    border: 2px solid #553F92 !important;
    border-radius: 8px 25px 25px 8px;
  }
  .tube_h i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 65px;
  }
  .tube_h i svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 40px;
    margin-top: -20px;
    margin-left: -18px;
    stroke-width: 2;
  }
}
.video-box {
  max-width: 768px;
  margin: 0 auto;
}
.video-box_wr {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 10px;
  overflow: hidden;
}
.video-box_wr_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
<div class="li-lg">
    <div class="li-lg_i">
        <div class="li-lg_i_txt">
            <p>TEXT</p>
        </div>
    </div>
    ...
</div>
 */
.li-lg {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}
.li-lg_i {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 0 0 125px;
  min-height: 75px;
}
.li-lg_i_h {
  font-size: 130%;
  font-weight: bold;
}
.li-lg_i p {
  margin: 0;
}
.li-lg_i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -37px;
  font-size: 70px;
  display: block;
  width: 75px;
  height: 75px;
  margin-bottom: 30px;
  color: #FFFFFF;
  background-color: #C4B6EA;
  border-radius: 50%;
}
.li-lg_i:after {
  content: url("/_img/ico/checkmark-purple.svg");
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.li-lg_i:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .li-lg_i {
    padding: 0 0 0 65px;
  }
  .li-lg_i:before {
    left: 0;
    width: 50px;
    height: 50px;
    margin-top: -26px;
  }
  .li-lg_i:after {
    content: "";
    background: transparent url("/_img/ico/checkmark-purple.svg") no-repeat center center;
    background-size: contain;
    width: 36px;
    height: 36px;
    left: 7px;
    margin-top: -17px;
  }
}
.li-lg-ol_i:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 70px;
  height: 50px;
  font-size: 40px;
  color: #553F92;
  background: none;
  text-align: center;
}
.li-lg-ol_i:nth-child(1):after {
  content: "1";
}
.li-lg-ol_i:nth-child(2):after {
  content: "2";
}
.li-lg-ol_i:nth-child(3):after {
  content: "3";
}
.li-lg-ol_i:nth-child(4):after {
  content: "4";
}
.li-lg-ol_i:nth-child(5):after {
  content: "5";
}
.li-lg-ol_i:nth-child(6):after {
  content: "6";
}
.li-lg-ol_i:nth-child(7):after {
  content: "7";
}
.li-lg-ol_i:nth-child(8):after {
  content: "8";
}
.li-lg-ol_i:nth-child(9):after {
  content: "9";
}
.li-lg-ol_i:nth-child(10):after {
  content: "10";
}

@media (max-width: 767px) {
  .li-lg-ol_i:after {
    width: 45px;
    height: 40px;
    left: 3px;
    margin-top: -17px;
    font-size: 32px;
  }
}
.li-md {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}
.li-md_i {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 0 0 75px;
  min-height: 50px;
}
.li-md_i strong {
  display: block;
  font-size: 130%;
}
.li-md_i p {
  margin: 0.1em 0 0;
}
.li-md_i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  font-size: 70px;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  color: #FFFFFF;
  background-color: #564092;
  border-radius: 50%;
}
.li-md_i:after {
  content: url("/_img/ico/checkmark.svg");
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -15px;
  font-size: 30px;
  display: block;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
}

/* Блокировщик элементов
 * Отображается над элементом и не дает что либо делать в данном элементе
 */
.blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 70;
  background-color: #564092;
  opacity: 0;
  display: none;
}
.blocker__visible {
  display: block;
  opacity: 0.7;
}

body > .blocker {
  position: fixed;
}

/* Загрузчик-блокировщик элементов
 * Отображается над элементом и не дает что либо делать в данном элементе
 */
.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 70;
  background-color: #564092;
  opacity: 0;
  transition: opacity 300ms linear;
  display: none;
}
.loader_label {
  color: #ffffff;
}
.loader_ico {
  width: 70px;
  height: 70px;
  background: transparent url("/_img/ajax-loader.gif") no-repeat center center;
}
.loader__visible {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0.3;
}

body > .loader {
  position: fixed;
}

.loading {
  background: white url("/_img/ajax-loader.gif") no-repeat center center;
}
.loading-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.header {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.4s, background-color 0.4s;
  will-change: transform, background-color;
  overflow: visible;
  background-color: #ffffff;
}
.header--hidden {
  transform: translateY(-100%);
}
.header--dark {
  background-color: rgba(255, 255, 255, 0.95);
}
.header_wr {
  position: relative;
  display: table;
  padding-top: 20px;
  padding-bottom: 14px;
}
.header_hr:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #BCB3D9;
  border-radius: 3px;
}
.header_c1 {
  display: none;
}
.header_logo {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
}
.header_logo div {
  display: flex;
  justify-content: center;
}
.header_logo a {
  text-decoration: none;
}
.header_logo_img {
  width: 218px;
}
.header_logo_text {
  position: relative;
  margin-top: -1px;
  font-size: 0.8em;
  color: #E85222;
  letter-spacing: 1px;
}
.header_logo_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -30%;
  width: 60%;
  height: 1px;
  background-color: #E85222;
}
.header_c3 {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 180px;
}
.header_c3_r2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-city {
  flex-grow: 1;
}
.header-cart {
  display: block;
  position: relative;
  top: 1px;
  width: 30px;
  height: 29px;
  padding-left: 5px;
  text-align: right;
}
.header-cart img {
  height: 100%;
}
.header-cart svg {
  stroke: #2C275E;
  width: 100%;
  height: 100%;
}
.header-cart svg use {
  stroke: #2C275E;
}
.header-cart .cart-counter {
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  padding: 2px 4px 0;
  border-radius: 50%;
  background: #E85222;
  color: #FFFFFF;
  font-size: 10px;
}
.header-cart .cart-counter:empty {
  display: none;
}
.header-phone-sm {
  display: none;
}
.header-place {
  height: 126px;
}

.header-btm-search {
  display: none;
}

@media (max-width: 767px) {
  .header-btm-search {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .header-btm-search .frm-search .sb-frm_el input {
    height: 38px;
    padding: 16px 17px 14px 17px;
    border-radius: 15px;
    border-color: rgba(108, 81, 184, 0.6);
  }
  .header-btm-search .frm-search_btn {
    height: 33px;
  }
}
@media (max-width: 980px) {
  .header {
    padding: 3px 0 0;
  }
  .header_wr {
    padding: 0 5px 0 4px;
  }
  .header_c1 {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
  }
  .header_c1 div {
    display: flex;
    align-items: center;
  }
  .header_c1 button.header-btn-menu {
    display: block;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 7px 0 0;
    background: none;
    text-align: center;
  }
  .header_c1 button.header-btn-menu:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background: transparent url("/_img/ico_bars.svg") no-repeat center center;
  }
  .header_c1 .header-btn-city {
    display: block;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 4px 0 0;
    text-align: center;
    background: none;
  }
  .header_c1 .header-btn-city svg {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: stroke 0.2s;
    -o-transition: stroke 0.2s;
    transition: stroke 0.2s;
  }
  .header_logo {
    width: auto;
    text-align: center;
  }
  .header_logo_img {
    width: 166px;
  }
  .header_c3 {
    width: 45px;
  }
  .header_c3_r2 {
    display: none;
  }
  .header-phone-sm {
    display: table-cell;
    width: 40px;
    height: 40px;
    background-color: #553F92;
    border-radius: 12px;
  }
  .header-phone-sm a {
    position: relative;
    top: -3px;
  }
  .header-phone-sm svg {
    position: relative;
    top: 10px;
    stroke: white;
  }
  .header-phone-sm_icon {
    width: 28px;
    height: 28px;
    margin-right: auto;
    margin-left: auto;
    stroke: #2C275E;
    fill: #2C275E;
    -webkit-transition: stroke 0.2s;
    -o-transition: stroke 0.2s;
    transition: stroke 0.2s;
  }
  .header-place {
    height: 72px;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 3px 0 0;
  }
  .header-place {
    height: 103px;
    background: transparent;
  }
}
.header-search {
  display: table-cell;
  position: relative;
  padding: 0 30px;
}
@media (max-width: 980px) {
  .header-search {
    display: none;
    padding: 0 15px;
  }
}
.header-phone_link {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #E85222;
  min-width: 205px;
  text-decoration: none;
  text-align: right;
}
.header-phone_link svg {
  display: inline-block;
  position: relative;
  top: 4px;
  content: "";
  width: 20px;
  height: 24px;
  stroke: #E85222;
}
.header-phone_link a {
  text-decoration: none;
}
.header-phone_link:hover {
  color: #E85222;
}
.header-phone_link:hover svg {
  fill: #E85222;
}
.header-phone_label {
  display: block;
  position: relative;
  margin-top: -5px;
  font-size: 10px;
  text-align: right;
  line-height: 18px;
  color: #777777;
  white-space: nowrap;
}
.header-phone-sm a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 5px;
}

@media (max-width: 980px) {
  .header-phone {
    display: none;
  }
}
.header-city {
  position: relative;
  padding: 5px 15px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  border: 1px solid #BCB3D9;
  border-radius: 23px;
}
.header-city_ico-location {
  position: relative;
  top: 2px;
  height: 1em;
  width: 1em;
  fill: #E85222;
}
.header-city_ico-down {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  width: 14px;
  height: 10px;
  stroke: #2C275E;
}
.header-city_name {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
.header-city-btm {
  display: none;
}

@media (max-width: 767px) {
  .header-city-btm {
    display: block;
    padding-top: 5px;
    padding-bottom: 3px;
  }
}
.header_menu {
  display: flex;
  width: 100%;
  padding: 0 8px;
  margin-top: 0;
  margin-bottom: -14px;
  font-size: 16px;
  font-weight: 300;
  line-height: 190%;
  letter-spacing: 1px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.header_menu li {
  position: relative;
  padding: 5px 10px;
}
.header_menu li i {
  position: relative;
  bottom: -3px;
  height: 1.6em;
  display: inline-block;
}
.header_menu li i svg {
  height: 1.6em;
  width: 1.6em;
  margin-right: 3px;
  stroke-width: 2px;
  stroke: #553F92;
}
.header_menu li i .cart-counter {
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
  padding: 3px 4px 1px 5px;
  border-radius: 50%;
  background: #E85222;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 1.1em;
}
.header_menu li i .cart-counter:empty {
  display: none;
}
.header_menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  margin-top: 0;
  padding-bottom: 5px;
  z-index: 100;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  border-top: 3px solid white;
  border-left: 1px solid #BCB3D9;
  border-right: 1px solid #BCB3D9;
  border-bottom: 1px solid #BCB3D9;
  min-width: 180px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.2);
}
.header_menu li ul li {
  display: block;
  padding: 7px 15px;
  border-bottom: #999;
  text-align: left;
  width: 100%;
}
.header_menu li ul li:last-child {
  border-bottom: none;
}
.header_menu li:hover ul {
  display: block;
}
.header_menu a, .header_menu span {
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.header_menu a:hover, .header_menu a.active, .header_menu span:hover, .header_menu span.active {
  color: #E85222;
}

.test-tube {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2px 0 0 65px;
  height: 60px;
  border-radius: 16px;
  border: 2px solid #553F92;
  border-left: 3px solid transparent;
  border-left: none;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
}
.test-tube:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  bottom: -6px;
  width: 60px;
  background-color: #C4B6EA;
  border: 2px solid #553F92;
  border-radius: 12px 4px 4px 12px;
  transition: background-color, color linear 200ms;
}
.test-tube i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  z-index: 1;
}
.test-tube i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 50px;
  margin-top: -25px;
  margin-left: -30px;
  stroke-width: 2;
  stroke: #2C275E;
}

@media (max-width: 767px) {
  .test-tube {
    padding-left: 55px;
  }
  .test-tube:after {
    width: 50px;
  }
  .test-tube i {
    width: 50px;
  }
  .test-tube i svg {
    width: 50px;
    margin-left: -25px;
  }
}
.nav-4-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 30px;
  text-align: center;
  line-height: 0.9em;
}
.nav-4-btn_i {
  width: 25%;
  padding: 10px 8px;
}
.nav-4-btn_i .btn {
  width: 100%;
}
.nav-4-btn_btm {
  padding: 0 30px;
}
.nav-4-btn_btm_wr {
  margin: 0 auto;
  width: 50%;
  padding: 10px 8px;
}
.nav-4-btn_btm .btn {
  width: 100%;
  border-width: 2px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1024px) {
  .nav-4-btn {
    padding: 0;
  }
}
@media (max-width: 980px) {
  .nav-4-btn_i {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .nav-4-btn {
    padding: 0;
    margin: 0 -8px;
  }
  .nav-4-btn_i {
    width: 50%;
    padding: 7px 8px;
  }
  .nav-4-btn_btm {
    padding: 0;
    margin: 0 -8px;
  }
  .nav-4-btn_btm_wr {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .nav-4-btn {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .nav-4-btn {
    font-size: 14px;
  }
}
.s-nav-top {
  padding: 25px 0 15px;
}
.s-nav-top h2 {
  text-align: center;
}

@media (max-width: 767px) {
  .s-nav-top {
    padding: 15px 0 5px;
  }
}
.s-oberit-analizi {
  padding: 25px 0 15px;
}
.s-oberit-analizi h2 {
  text-align: center;
}

@media (max-width: 767px) {
  .s-oberit-analizi {
    padding: 15px 0 5px;
  }
}
.s-nav-about {
  padding: 25px 0 15px;
}
.s-nav-about .nav-4-btn_btm .btn {
  color: #E85222;
}

@media (max-width: 767px) {
  .s-nav-about {
    padding: 15px 0 5px;
  }
}
.s-nav-dop {
  padding: 25px 0 15px;
}
.s-nav-dop h2 {
  text-align: center;
}
.s-nav-dop_wr {
  width: 826px;
  max-width: 100%;
  margin: 0 auto;
}
.s-nav-dop_li {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.s-nav-dop_li_i {
  padding: 8px 10px;
  width: 50%;
}
.s-nav-dop_li_i .btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.s-nav-dop_li_i .btn svg {
  stroke: #2C275E;
}
.s-nav-dop_li_i .btn:hover svg {
  stroke: white;
}

@media (max-width: 767px) {
  .s-nav-dop {
    padding: 15px 0 5px;
  }
}
.footer {
  padding: 10px 0;
}
.footer .sb-wr:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #BCB3D9;
  border-radius: 3px;
}
.footer_wr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 20px;
}
.footer a {
  text-decoration: none;
}
.footer_c1 {
  order: 1;
}
.footer_c2 {
  order: 2;
  text-align: center;
}
.footer_c3 {
  order: 3;
  text-align: right;
}
.footer_contacts {
  margin-bottom: 30px;
}
.footer_soc {
  display: flex;
  justify-content: center;
}
.footer_soc a {
  margin: 15px 15px 0;
}
.footer_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 16px;
  background: #553F92;
  border-radius: 10px;
}
.footer_btm_copy {
  padding-right: 30px;
  font-size: 0.7em;
  color: #FFFFFF;
}
.footer_btm_pay {
  text-align: right;
}
.footer_btm_pay i {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
}
.footer_btm_pay i img {
  height: 0.7em;
}

@media (max-width: 980px) {
  .footer_c1 {
    text-align: center;
    width: 100%;
  }
  .footer_c3 {
    text-align: center;
    order: 2;
    width: 100%;
    padding-top: 30px;
  }
  .footer_c2 {
    order: 3;
    width: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0 5px;
  }
  .footer_wr {
    padding: 15px 0;
  }
  .footer_c3 {
    padding-top: 15px;
  }
  .footer_c2 {
    padding-top: 15px;
  }
  .footer_contacts {
    margin-bottom: 15px;
  }
  .footer_soc a {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footer_btm {
    display: block;
  }
  .footer_btm_copy {
    padding: 0;
    text-align: center;
  }
  .footer_btm_pay {
    padding-top: 15px;
    text-align: center;
  }
}
.s-btm-nav {
  display: none;
}
.s-btm-nav_place {
  display: none;
}

@media (max-width: 980px) {
  .s-btm-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 10px 12px 0;
    display: flex;
    justify-content: space-between;
    background: #553F92;
    z-index: 100;
  }
  .s-btm-nav a {
    position: relative;
    display: block;
    width: 20%;
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-size: 12.5px;
  }
  .s-btm-nav a svg {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 6px;
    stroke: white;
  }
  .s-btm-nav a .cart-counter {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 6px 0;
    border-radius: 50%;
    background: #E85222;
    color: #FFFFFF;
  }
  .s-btm-nav a .cart-counter:empty {
    display: none;
  }
  .s-btm-nav-place {
    height: 75px;
  }
}
.s-frm-btm {
  color: #FFFFFF;
}
.s-frm-btm_wr {
  position: relative;
  padding: 40px 0 30px;
  background: #2C275E url("/_img/laboratory/lab-012.jpg") no-repeat center;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
}
.s-frm-btm_wr:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 63, 146, 0.8);
  z-index: 0;
}
.s-frm-btm_frm {
  margin: 0 auto;
  max-width: 500px;
  padding: 0;
}
.s-frm-btm_frm .sb-frm_h {
  margin-bottom: 20px;
}
.s-frm-btm_frm textarea.sb-frm_el_control {
  height: 140px;
}

@media (max-width: 600px) {
  .s-frm-btm_frm {
    padding: 15px;
  }
}
.s-banner {
  position: relative;
  margin: 0;
  padding: 32% 0 0;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.s-banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .s-main .slider-lg .swiper-container {
    padding-bottom: 47.68%;
  }
}
.s-prepare_variant {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.s-prepare_variant-wr {
  margin: 0 -15px;
}
.s-prepare_variant_li {
  width: 33.33%;
  padding: 15px;
}
.s-prepare_variant_li_inner {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 20px 40px 20px 20px;
  border: 1px solid #BCB3D9;
  border-radius: 12px;
  background-color: white;
}
.s-prepare_variant_li_inner:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -10px;
  content: url("/_img/ico/right-thin-chevron-purple.svg");
  width: 24px;
  height: 26px;
  opacity: 0.7;
}
.s-prepare_variant_li_inner:nth-child(even) {
  border-color: #E85222;
}
.s-prepare_variant_li_inner:hover {
  cursor: pointer;
  color: #E85222;
}
.s-prepare_variant_li_inner:hover:after {
  content: url("/_img/ico/right-thin-chevron.svg");
}
.s-prepare_variant_h {
  font-size: 22px;
  font-weight: bold;
}
.s-prepare_variant_text ul, .s-prepare_variant_text ol {
  margin: 0;
  padding: 0;
}
.s-prepare_variant_text ul li, .s-prepare_variant_text ol li {
  margin: 0 0 15px 15px;
  padding: 0;
}

@media (max-width: 768px) {
  .s-prepare_variant_li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .s-prepare_variant_li {
    width: 100%;
  }
}
.s-faq_li_i.active {
  background-color: #ffffff;
}
.s-faq_li_i.active .s-faq_vopros {
  color: #E85222;
}
.s-faq_li_i.active .s-faq_otvet {
  opacity: 1;
  height: auto;
}
.s-faq_otvet {
  transition: height 0.35s ease-in-out, opacity 0.5s ease-in-out;
  overflow: hidden;
  opacity: 0;
  height: 0;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  padding: 0 16px;
}
.s-faq_otvet .text {
  padding: 5px 0;
}
.s-faq_otvet:after {
  content: "";
  display: block;
  height: 16px;
}
.s-faq_otvet p:last-child {
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .s-faq_otvet {
    padding: 0 16px;
    font-size: 16px;
  }
  .s-faq_otvet:before {
    content: " ";
    display: block;
    height: 10px;
  }
  .s-faq_li_i {
    background-color: #ffffff;
  }
  .s-faq_li_i i {
    display: none;
  }
  .s-faq_li_i.active .s-faq_otvet {
    display: block;
    opacity: 1;
  }
  .s-faq button {
    width: 100%;
  }
}
.s-seo-text {
  padding: 0;
}
.s-seo-text_opener {
  text-align: center;
}
.s-seo-text_opener button {
  padding: 0;
  margin: 0;
  width: 100px;
  height: 70px;
  background: transparent url("/_img/ico/chevron-down.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.1;
  cursor: default;
}
.s-seo-text_box {
  padding-top: 15px;
  padding-bottom: 0;
  display: none;
  color: #777777;
  font-size: 0.6rem;
}
.s-seo-text_box h1 {
  font-size: 2em;
}
.s-seo-text--active .s-seo-text_opener button {
  display: none;
}
.s-seo-text--active .s-seo-text_box {
  display: block;
}
.s-seo-text--gray {
  background-color: #f4f4f4;
}

.s-video {
  padding: 30px 0;
}
.s-video_box {
  max-width: 768px;
  margin: 0 auto;
}
.s-video_box_wr {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 15px;
  overflow: hidden;
}
.s-video_box_wr_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .s-video {
    padding: 30px 0;
  }
}
.s-price {
  padding: 5px 0 10px;
}
.s-price_cover img {
  display: none;
  width: 100%;
  border-radius: 15px;
}
.s-price_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}

@media (min-width: 768px) {
  .s-price_cover-lg {
    display: inline-block !important;
  }
  .s-price_box_c2 {
    width: 67.4%;
  }
}
@media (max-width: 767px) {
  .s-price {
    padding-top: 0;
  }
  .s-price_cover-sm {
    display: inline-block !important;
  }
  .s-price_box_c2 {
    width: 100%;
  }
}
.s-price_nav {
  padding-bottom: 15px;
}
.s-price_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-price_nav ul li {
  list-style: none;
  margin-bottom: 10px;
}
.s-price_nav button i.arr-down {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  width: 19px;
  min-width: auto;
  height: 12px;
}

@media (min-width: 768px) {
  .s-price_nav {
    width: 32.6%;
    padding-right: 15px;
  }
  .s-price_nav button {
    display: none;
  }
}
@media (max-width: 767px) {
  .s-price_nav {
    padding-top: 0;
    width: 100%;
  }
  .s-price_nav ul {
    display: none;
  }
}
.price-list {
  transition: all 0.4s ease-in-out;
}
.price-list_h {
  position: relative;
  padding: 13px 7px;
  font-weight: bold;
  color: #6C51B8;
  border-bottom: 1px solid #D9D9D9;
}
.price-list_h b {
  display: block;
  width: 100%;
  font-weight: inherit;
}
.price-list_h:after, .price-list_h:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.price-list_h:after {
  content: url("/_img/svg/arr-down.svg");
}
.price-list_h:before {
  content: url("/_img/svg/arr-up.svg");
  opacity: 0;
}
.price-list_body {
  position: relative;
  overflow: hidden;
  transition: height 0.35s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  height: 0;
  padding: 0 10px;
}
.price-list_body .price-list_body {
  padding-right: 0;
}
.price-list .price-prod:first-child {
  border-top: none;
}
.price-list:last-child .price-list_h {
  border-bottom: none;
}
.price-list.active > .price-list_h {
  color: #24195D;
}
.price-list.active > .price-list_h:after {
  opacity: 0;
}
.price-list.active > .price-list_h:before {
  opacity: 1;
}
.price-list.active > .price-list_body {
  opacity: 1;
  height: auto;
}

@media (max-width: 767px) {
  .price-list_h {
    display: flex;
    align-items: center;
    padding: 13px 7px;
    min-height: 44px;
    font-size: 18px;
    text-align: center;
  }
  .price-list_h:after, .price-list_h:before {
    margin-top: -11px;
    right: 0;
    width: 15px;
    height: 20px;
  }
  .price-list_body {
    padding: 0 10px;
  }
  .price-list_lvl {
    margin-top: 5px;
  }
}
.price-list-top {
  position: relative;
  margin: 6px 0 16px;
  border: 2px solid #553F92;
}
.price-list-top > .price-list_h {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #24195D;
  text-align: left;
}

@media (min-width: 768px) {
  .price-list-top {
    padding-left: 80px;
    border-left: none;
    border-radius: 8px 30px 30px 8px;
  }
  .price-list-top:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    width: 80px;
    background-color: #C4B6EA;
    border: 2px solid #553F92;
    border-right: none;
    border-radius: 8px 0 0 8px;
    transition: background-color, color linear 200ms;
  }
  .price-list-top:after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 16px;
    bottom: -6px;
    width: 64px;
    background-color: #C4B6EA;
    border: 2px solid #553F92;
    border-radius: 4px;
    transition: background-color, color linear 200ms;
  }
  .price-list-top > .price-list_h {
    font-size: 25px;
    padding: 10px 40px 10px 16px;
    min-height: 60px;
    border-bottom: none;
  }
  .price-list-top > .price-list_h i {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 64px;
    height: 100%;
    z-index: 1;
  }
  .price-list-top > .price-list_h i svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 50px;
    margin-top: -25px;
    margin-left: -31px;
    stroke-width: 2;
  }
  .price-list-top > .price-list_h:after, .price-list-top > .price-list_h:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 14px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .price-list-top > .price-list_h:after {
    content: url("/_img/svg/list-open.svg");
  }
  .price-list-top > .price-list_h:before {
    content: url("/_img/svg/list-close.svg");
    opacity: 0;
  }
  .price-list-top:hover:before, .price-list-top:hover:after, .price-list-top.active:before, .price-list-top.active:after {
    background-color: #8872C4;
  }
  .price-list-top.active > .price-list_h:after {
    opacity: 0;
  }
  .price-list-top.active > .price-list_h:before {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .price-list-top {
    border-radius: 8px 25px 25px 8px;
  }
  .price-list-top > .price-list_h {
    font-size: 20px;
    padding: 4px 10px 4px 73px;
    min-height: 50px;
    margin: -2px;
    border: 2px solid #553F92 !important;
    border-radius: 8px 25px 25px 8px;
  }
  .price-list-top > .price-list_h:after, .price-list-top > .price-list_h:before {
    display: none;
  }
  .price-list-top > .price-list_h i {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    width: 65px;
    background-color: #C4B6EA;
    border: 2px solid #553F92;
    border-right: none;
    border-radius: 8px 0 0 8px;
    transition: background-color, color linear 200ms;
  }
  .price-list-top > .price-list_h i:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 11px;
    bottom: -6px;
    width: 54px;
    background-color: #C4B6EA;
    border: 2px solid #553F92;
    border-radius: 4px;
    transition: background-color, color linear 200ms;
  }
  .price-list-top > .price-list_h i svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 40px;
    margin-top: -20px;
    margin-left: -18px;
    stroke-width: 2;
  }
  .price-list-top:hover:before, .price-list-top:hover:after, .price-list-top.active:before, .price-list-top.active:after {
    background-color: #8872C4;
  }
}
.price-prod {
  padding: 20px 0 16px;
  border-top: 1px solid #e8eced;
  font-size: 18px;
  line-height: 1.2em;
  text-align: left;
}
.price-prod_h {
  margin-bottom: 5px;
}
.price-prod_h a {
  text-decoration: none;
  color: inherit;
}
.price-prod_kw {
  display: none;
}
.price-prod_term {
  position: relative;
}
.price-prod_term:before {
  content: "";
  background: url("/_img/svg/term.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 28px;
  position: relative;
  top: 7px;
}
.price-prod_cost {
  display: inline-block;
  padding: 3px 8px 0;
  height: 28px;
  margin-left: 5px;
  font-weight: bold;
  color: #E85222;
  border: 1px solid #24195D;
  border-radius: 7px;
}
.price-prod_cost-old {
  display: inline-block;
  padding: 3px 8px 0;
  height: 28px;
  font-weight: bold;
  border: 1px solid #553F92;
  color: #553F92;
  border-radius: 7px;
}
.price-prod .price-btn-select {
  top: 7px;
  margin-left: 5px;
}
.price-prod table {
  width: 100%;
}
.price-prod table td {
  vertical-align: top;
}
.price-prod table td:last-child {
  text-align: right;
  white-space: nowrap;
}
.price-prod_alert {
  padding: 10px 0 0;
  color: #ba421b;
  font-size: 0.8em;
}
.price-prod_alert p {
  margin: 0 0 0.4em;
}
.price-prod.selected .price-item_h {
  color: #E85222;
}
.price-prod:hover .price-item_h {
  font-weight: bold;
}

@media (max-width: 767px) {
  .price-prod_h {
    margin-bottom: 0;
  }
}
.price-btn-select {
  position: relative;
  width: 26px;
  height: 28px;
  background: url("/_img/svg/cart.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
}
.price-btn-select.selected {
  background: url("/_img/svg/cart-check.svg") no-repeat center center;
}
.price-btn-select.loading {
  background: transparent url("/_img/spinner.gif") no-repeat center center;
}

.mdl-price-nav {
  padding: 50px 12px 20px;
}
.mdl-price-nav ul li {
  list-style: none;
  margin-bottom: 10px;
}

.s-price_not-found {
  display: none;
  padding: 50px 0;
}
.s-price_not-found_h {
  margin-bottom: 15px;
  color: #E85222;
  text-align: center;
  font-size: 32px;
}
.s-price_not-found_h2 {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
.s-price_not-found_elements {
  max-width: 500px;
  margin: 0 auto;
}

.s-price-part {
  padding: 100px 0;
}
.s-price-part .sb-s_h {
  margin-bottom: 70px;
}
.s-price-part .price-list {
  padding: 0 15px;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  background-color: #EEECFA;
}
.s-price-part .price-list-1 {
  margin-top: 20px;
  padding: 0 20px;
}
.s-price-part .price-list-1 .price-list_h {
  background-color: transparent;
  color: #2C275E;
  font-size: 110%;
  padding: 20px 24px 20px 15px;
}
.s-price-part .price-list-1 .price-list_h:before {
  background-color: #2C275E;
}
.s-price-part .price-list-1 .price-list_h:hover {
  color: #E85222;
}
.s-price-part .price-list-1 .price-list_h:hover:before {
  background-color: #E85222;
}
.s-price-part .price-list-1 .price-list_list {
  margin-bottom: 20px;
  padding: 0 10px;
}

.pg-prod {
  padding: 0 0 40px;
}
.pg-prod_h1 {
  font-size: 1.75rem;
}
.pg-prod_h1 b {
  display: inline-block;
  margin-right: 5px;
  font-weight: bolder;
}
.pg-prod_h1 h1 {
  display: inline;
  font-size: inherit;
}
.pg-prod_h1 h1 i {
  display: none;
}
.pg-prod_h1 h1 small {
  display: block;
  margin-top: 5px;
  font-size: 0.75em;
}
.pg-prod_attr {
  padding-top: 10px;
  font-size: 85%;
  color: #666666;
}
.pg-prod_attr div {
  display: inline-block;
  margin-right: 10px;
}
.pg-prod_attr .icon {
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  fill: transparent;
  stroke: #2C275E;
}
.pg-prod_attr i {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 2px;
  font-weight: normal;
  font-size: 20px;
  color: #302861;
  font-style: normal;
}
.pg-prod_price-inline {
  border: 1px solid rgba(108, 81, 184, 0.2);
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg-prod_price-inline span {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.5em;
}
.pg-prod_price-inline div {
  margin-right: 10px;
}
.pg-prod_price-inline .btn {
  position: relative;
}
.pg-prod_price-inline i {
  display: inline-block;
  margin-left: 3px;
  font-style: normal;
}
.pg-prod_price-old {
  margin: 0 10px;
  font-size: 1.2em !important;
  text-decoration: line-through;
}
.pg-prod_price-new {
  font-weight: bolder;
  color: #E85222;
}
.pg-prod_synonyms {
  padding-top: 5px;
  font-size: 0.8em;
  color: #777777;
}
.pg-prod_part {
  padding: 0 0 22px;
}
.pg-prod_part_h {
  float: left;
}
.pg-prod_part p:last-child {
  margin-bottom: 0;
}
.pg-prod .text {
  padding: 0;
}
.pg-prod .text p, .pg-prod .text li {
  text-align: justify;
}
.pg-prod_sep {
  display: none;
}
.pg-prod_dep {
  margin-bottom: 30px;
}
.pg-prod_dep h2 {
  margin-top: 0;
}
.pg-prod_dep a {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  text-decoration: none;
  text-align: justify;
  cursor: pointer;
}
.pg-prod_dep a strong {
  color: #E85222;
}
.pg-prod_dep a:hover {
  color: #E85222;
}
.pg-prod_content_top {
  display: flex;
  justify-content: flex-start;
}
.pg-prod_term {
  display: flex;
  align-items: center;
  border: 1px solid rgba(108, 81, 184, 0.2);
  border-radius: 10px;
  padding: 8px 10px;
  margin-right: 15px;
}
.pg-prod_nav {
  float: right;
  width: 340px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
.pg-prod_nav_h {
  font-weight: bold;
  padding: 0 0 10px 10px;
}
.pg-prod_nav a {
  padding: 10px;
  display: block;
  font-size: 80%;
  text-decoration: none;
  border-top: 1px solid #EEEEEE;
}
.pg-prod_nav a:hover, .pg-prod_nav a .active {
  color: #E85222;
}
.pg-prod_nav div:last-child a {
  padding-bottom: 0;
}
.pg-prod_nav.fixed {
  position: fixed;
  margin-top: 50px;
  top: 0;
  right: 0;
}

@media (max-width: 960px) {
  .pg-prod_content {
    margin-right: 0;
  }
  .pg-prod_nav {
    float: none;
    width: auto;
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .pg-prod_h1 {
    font-size: 1.5rem;
  }
  .pg-prod_content {
    margin-right: 0;
  }
  .pg-prod_content_top {
    display: block;
  }
  .pg-prod_nav {
    float: none;
    width: auto;
    margin-top: 30px;
  }
  .pg-prod_sep {
    display: block;
    height: 15px;
  }
  .pg-prod_term {
    display: inline-flex;
    margin-right: 0;
  }
  .pg-prod_price-inline {
    display: inline-flex;
  }
}
@media (max-width: 600px) {
  .pg-prod_nav {
    margin-top: 0;
  }
  .pg-prod_content_top {
    display: block;
  }
  .pg-prod_price-lg {
    display: inline-block;
  }
  .pg-prod_price-lg b {
    display: block;
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .pg-prod {
    padding-top: 0;
  }
  .pg-prod_h1 {
    font-size: 1.4rem;
  }
  .pg-prod_content_top {
    display: block;
  }
}
.pg-prod_sub-tests {
  margin: 20px 0 50px;
}
.pg-prod_sub-tests .pg-prod_part_h {
  float: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.pg-prod_sub-tests ul {
  list-style: none;
}
.pg-prod_sub-tests ul li {
  display: table;
  padding: 12px 10px 8px;
  margin-bottom: 5px;
  width: 100%;
  list-style: none;
  border: 1px solid rgba(108, 81, 184, 0.2);
  border-radius: 10px;
}
.pg-prod_sub-tests ul li div {
  display: table-cell;
}
.pg-prod_sub-tests ul li div:last-child {
  white-space: nowrap;
  font-weight: bold;
  width: 120px;
  text-align: right;
}
.pg-prod_sub-tests ul li div a {
  text-decoration: none;
}
.pg-prod_sub-tests ul li div b {
  font-weight: bold;
}
.pg-prod_sub-tests_total {
  padding: 0 10px;
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
}
.pg-prod_sub-tests_total span {
  display: inline-block;
  position: relative;
}
.pg-prod_sub-tests_total span:after {
  border-bottom: 2px solid #E85222;
  position: absolute;
  content: "";
  left: -3%;
  top: 56%;
  width: 106%;
  height: 0;
}

@media (max-width: 500px) {
  .pg-prod_sub-tests ul li div:last-child {
    width: auto;
  }
}
.pg-offer_cover img {
  border-radius: 25px;
  width: 100%;
}
.pg-offer_price {
  margin-top: 30px;
  font-weight: 600;
  font-size: 130%;
}
.pg-offer_price strong {
  font-size: 120%;
  color: #E85222;
  font-weight: inherit;
}
.pg-offer_short {
  margin-top: 20px;
}
.pg-offer_dates {
  margin-top: 20px;
  color: #E85222;
}
.pg-offer_pdf {
  color: #564092;
  text-decoration: none;
}
.pg-offer_pdf svg {
  position: relative;
  top: 2px;
  width: 1.2em;
  height: 1.2em;
  margin-right: 5px;
  stroke: #564092;
  fill: #564092;
}
.pg-offer_pdf:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pg-offer_cover {
    margin-bottom: 24px;
  }
}
.pg-offers {
  padding: 0 0 40px;
}
.pg-offers_li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pg-offers_li-wr {
  margin: 0 -12px;
}
.pg-offers_li_i {
  padding: 12px 12px 24px;
  width: 33.3%;
}
.pg-offers_li_i_in {
  position: relative;
  height: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}
.pg-offers_li_i_in:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -3px;
  display: block;
  width: 100%;
  height: 3px;
  background: #BCB3D9;
  border-radius: 3px;
}
.pg-offers_li_i_cover {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  border-radius: 15px;
  overflow: hidden;
}
.pg-offers_li_i_h {
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.pg-offers_li_i_short {
  position: relative;
  line-height: 1.1rem;
  padding: 0.5rem 0;
}
.pg-offers_li_i_short div {
  overflow: hidden;
}
.pg-offers_li_i_date {
  font-size: 0.9rem;
  color: #E85222;
  margin-right: 10px;
}
.pg-offers_li_i_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 17px;
}
.pg-offers_li_i_btm .btn {
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .pg-offers_li_i {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .pg-offers_li {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .pg-offers_li-wr {
    margin: 0;
  }
  .pg-offers_li_i {
    width: 100%;
    padding: 0 0 40px;
  }
  .pg-offers_li_i_in {
    padding-bottom: 50px;
  }
  .pg-offers_li_i:last-child {
    padding-bottom: 0;
  }
  .pg-offers_li_i:last-child .pg-offers_li_i_in:after {
    display: none;
  }
}
.s-def_box {
  overflow: hidden;
  text-align: justify;
}
.pg-refund_frm {
  padding: 100px 30px;
}
.pg-refund_frm .frm {
  max-width: 500px;
  margin: 0 auto;
}
.pg-refund_frm .frm_h {
  font-weight: bold;
  font-size: 1.2em;
}
.pg-refund_msg {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4em;
}
.pg-refund_msg_h {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.pg-success {
  display: flex;
  padding: 50px 0 0;
  text-align: center;
}
.pg-success_h {
  text-align: center;
}
.pg-success_h-sub {
  padding: 30px 0 60px;
  font-size: 24px;
}
.pg-success_text b {
  color: #E85222;
}
.pg-success_social {
  padding-bottom: 150px;
  text-align: center;
}
.pg-success_social_text {
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  .pg-success {
    padding: 60px 0;
  }
}
.s-addr_city {
  margin: 6px 0 26px;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}
.s-addr_city.active {
  background-color: #ffffff;
}
.s-addr_city.active .s-addr_city_list {
  opacity: 1;
  height: auto;
}
.s-addr_city_h {
  font-weight: 500;
  font-size: 1.2rem;
}
.s-addr_city_h .s-addr_ico {
  display: inline-block;
  padding: 0 0 5px 10px;
}
.s-addr_city_list {
  padding: 0 16px;
  transition: height 0.35s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
  height: 0;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
}
.s-addr_city_list li {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.s-addr_city_list li:last-child {
  border-bottom: none;
}
.s-addr_city_list li:hover {
  color: #E85222;
}
.s-addr_city_list li:hover div {
  color: #E85222;
}
.s-addr_city_list_wt {
  width: 144px;
  min-width: 144px;
  font-size: 80%;
  color: #48465e;
}
.s-addr_city_list_btn-map {
  padding-top: 7px;
}
.s-addr_city_list_btn-map .btn {
  margin-right: 20px;
  font-size: 14px;
  padding: 2px 0 3px;
  border-radius: 0;
  border-bottom: 1px dashed #2C275E;
}
.s-addr_ofc_addr {
  line-height: 1.4em;
}
.s-addr_ico {
  padding: 8px 0 0;
}
.s-addr_ico i, .s-addr_ico a, .s-addr_ico b {
  position: relative;
  padding: 2px 5px;
  margin-right: 5px;
  width: 38px;
  height: 32px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 0.85em;
  border-radius: 5px;
}
.s-addr_ico i:before, .s-addr_ico a:before, .s-addr_ico b:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 36px;
  height: 32px;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.s-addr_ico i:hover:before, .s-addr_ico a:hover:before, .s-addr_ico b:hover:before {
  transform: scale(1.2);
}
.s-addr_ico i.vnd, .s-addr_ico a.vnd, .s-addr_ico b.vnd {
  width: 46px;
  height: auto;
}
.s-addr_ico i.vnd:before, .s-addr_ico a.vnd:before, .s-addr_ico b.vnd:before {
  content: url("/_img/svg/services/vnd.svg");
  top: -10px;
  width: 46px;
  height: 46px;
}
.s-addr_ico i.uzi:before, .s-addr_ico a.uzi:before, .s-addr_ico b.uzi:before {
  content: url("/_img/svg/services/uzd.svg");
}
.s-addr_ico i.ekg:before, .s-addr_ico a.ekg:before, .s-addr_ico b.ekg:before {
  content: url("/_img/svg/services/ekg.svg");
}
.s-addr_ico i.inj:before, .s-addr_ico a.inj:before, .s-addr_ico b.inj:before {
  content: url("/_img/svg/services/injection.svg");
}
.s-addr_ico i.scop:before, .s-addr_ico a.scop:before, .s-addr_ico b.scop:before {
  content: url("/_img/svg/services/scop.svg");
}
.s-addr_ico i.electricity:before, .s-addr_ico a.electricity:before, .s-addr_ico b.electricity:before {
  content: url("/_img/svg/services/electricity.svg");
}
.s-addr_ico i.i77:before, .s-addr_ico a.i77:before, .s-addr_ico b.i77:before {
  content: url("/_img/svg/services/77.svg");
}
.s-addr_ico i.sperm:before, .s-addr_ico a.sperm:before, .s-addr_ico b.sperm:before {
  content: url("/_img/svg/services/sperm.svg");
}
.s-addr_ico i.iGyn:before, .s-addr_ico a.iGyn:before, .s-addr_ico b.iGyn:before {
  content: url("/_img/svg/services/gyn.svg");
}
.s-addr_ico i.ramp:before, .s-addr_ico a.ramp:before, .s-addr_ico b.ramp:before {
  content: "";
  background: transparent url("/_img/svg/services/ramp.svg") no-repeat;
  background-size: cover;
}
.s-addr_ico:empty {
  display: none;
}

@media (max-width: 480px) {
  .s-addr_city_list li {
    display: block;
  }
  .s-addr_city_list_wt {
    padding-top: 5px;
    width: auto;
  }
  .s-addr_city_list_srv {
    display: block;
    padding: 10px 0 0;
  }
}
.map-modal {
  max-width: 800px;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
}
.map-modal .sb-modal_h {
  padding: 0 15px;
  font-size: 20px;
  color: #E85222;
}
.map-modal_box {
  width: 100%;
  height: 450px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 500px) {
  .map-modal {
    padding-top: 15px;
  }
  .map-modal .sb-modal_close {
    top: 4px;
  }
  .map-modal .sb-modal_h {
    padding-right: 30px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 18px;
  }
  .map-modal_box {
    min-height: 80vh;
  }
}
.adr-wt {
  max-width: 380px;
  margin: 0 auto;
}
.adr-wt_top {
  position: relative;
}
.adr-wt_h {
  position: relative;
  color: #E85222;
  font-size: 24px;
}
.adr-wt_alert {
  position: relative;
  padding: 10px 5px 10px 44px;
  margin-top: 15px;
  font-size: 0.7em;
  background-color: rgba(253, 238, 233, 0.6);
  border: 1px solid #fadcd3;
  border-radius: 5px;
  color: #E85222;
  text-align: left;
}
.adr-wt_alert:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: transparent url("/_img/alert.svg") no-repeat;
  background-size: contain;
}
.adr-wt_alert-main {
  margin-top: 5px;
}
.adr-wt_days {
  padding: 10px 0;
}
.adr-wt_days_names {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.adr-wt_days_names b {
  display: block;
  padding: 8px;
  width: 14.2857142857%;
  font-size: 0.8em;
  font-weight: normal;
  text-align: center;
  border-radius: 12px;
}
.adr-wt_days_names b.weekend {
  border-radius: 5px;
  color: #48465e;
}
.adr-wt_days_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.adr-wt_days_row b {
  display: block;
  width: 14.2857142857%;
  text-align: center;
  padding: 1px;
}
.adr-wt_days_row b i {
  display: inline-block;
  padding: 0 8px 3px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.adr-wt_days_row b s {
  position: relative;
  top: -6px;
  text-decoration: none;
  color: #333333;
  font-size: 0.7em;
  font-weight: normal;
  font-style: normal;
}
.adr-wt_days_row b u {
  position: relative;
  top: -3px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  line-height: 0.7em;
}
.adr-wt_days_row b.weekend i {
  background-color: #eeeeee;
  border-radius: 5px;
  border-color: #eeeeee;
}
.adr-wt_days_row b:hover i {
  border-color: #ed754e;
}
.adr-wt_days_row b.active i {
  background-color: #E85222;
  border-color: #E85222;
  color: #FFFFFF;
}
.adr-wt_days_row b.active i s {
  color: #dddddd;
}
.adr-wt_srv {
  padding: 5px 0 15px;
}
.adr-wt_srv li {
  padding: 5px 0;
  border-bottom: 1px solid #EEEEEE;
}
.adr-wt_srv li div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
}
.adr-wt_srv li div:first-child b, .adr-wt_srv li div:first-child i {
  display: block;
  padding: 7px;
}
.adr-wt_srv li:hover {
  background-color: #FAFAFA;
}
.adr-wt_srv_alert {
  padding: 0 7px;
  margin-top: -7px;
  color: #ba421b;
  text-align: left;
  font-size: 0.7em;
}
.adr-wt_tests {
  padding-top: 15px;
}
.adr-wt_tests_h {
  padding-bottom: 10px;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 0.9em;
}
.adr-wt_tests table td {
  padding: 10px 5px;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.8em;
  text-align: left;
}
.adr-wt_tests table td.wt {
  font-weight: normal;
  font-style: italic;
  white-space: nowrap;
  text-align: right;
}
.adr-wt_tests table tr:hover td {
  background-color: #fafafa;
}
.adr-wt_tests table tr:last-child td {
  border-bottom: none;
}
.adr-wt .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.adr-wt .fixed .adr-wt_top_fix_inr {
  position: relative;
  margin: 0 auto;
  background-color: white;
}
.adr-wt .fixed .adr-wt_top_fix_inr:before {
  content: "×";
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 40px;
  line-height: 100%;
  color: #2C275E;
}

#ModalAddrWT {
  padding: 15px;
}
#ModalAddrWT .sb-modal_h {
  color: #E85222;
}
#ModalAddrWT .adr-wt {
  max-width: 100%;
}

.s-map_cities_li {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.s-map_cities_li .btn {
  display: inline-flex;
  align-items: center;
  border-radius: 0;
}
.s-map_cities_li .btn-inline-light {
  border-bottom: none;
}
.s-map_cities_li .btn i.vnd {
  width: 32px;
  top: -2px;
}
.s-map_cities_li .btn i.vnd:before {
  width: 32px;
}
.s-map_top {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}
.s-map_top_r {
  display: flex;
  gap: 10px;
}
.s-map_top_r .s-map_frm-query {
  flex: 1;
}
.s-map_top_r .btn {
  flex: 0 0 40px;
}
.s-map_top .sb-frm_el {
  margin-bottom: 0;
}
.s-map_top .sb-frm_el_control {
  height: 40px;
  padding: 7px 15px 3px;
  border-radius: 12px;
  border-color: #BCB3D9;
  font-size: 1rem;
}
.s-map_top .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
  background-color: #564092;
  overflow: visible;
}
.s-map_top .btn svg {
  width: 24px;
  max-height: 100%;
}
.s-map_top .btn i {
  position: absolute;
  top: -5px;
  right: -7px;
  padding: 2px 5px 1px;
  border-radius: 50%;
  background-color: #E85222;
  color: white;
  font-size: 12px;
}
.s-map_top .btn i:empty {
  display: none;
}
.s-map_switch {
  display: none;
}
.s-map_wr {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.s-map_wr_abs-l {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 10px);
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.s-map_wr_abs-r {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 10px);
  height: 100%;
  border-radius: 8px;
  background-color: #eee;
}
.s-map_list {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  margin: 0;
}
.s-map_list_alert {
  display: none;
  position: relative;
  padding: 15px 15px 8px 15px;
  color: #E85222;
  font-size: 0.8em;
}
.s-map_list_alert:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  height: 0;
  border-bottom: 1px solid #f6baa7;
}
.s-map_map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.s-map_map .leaflet-marker-icon svg {
  fill: #564092;
}
.s-map_map .leaflet-marker-icon.selected {
  transform: scale(2);
  z-index: 1000 !important;
}
.s-map_map .leaflet-marker-icon.selected svg {
  fill: #E85222;
}
.s-map .leaflet-control-attribution {
  opacity: 0;
}
.s-map .leaflet-pane {
  z-index: 40;
}
.s-map .leaflet-top, .s-map .leaflet-bottom {
  z-index: 50;
}

@media (max-width: 768px) {
  .s-map_top {
    display: block;
    margin-bottom: 5px;
  }
  .s-map_top_l {
    margin-left: auto;
    margin-right: auto;
  }
  .s-map_top .sb-frm_el {
    margin-bottom: 5px;
  }
  .s-map_top .sb-frm_el_control {
    font-size: 18px;
  }
  .s-map_switch {
    display: block;
    margin-bottom: 10px;
  }
  .s-map_switch .btn {
    width: 44%;
    margin: 0 6px;
  }
  .s-map_wr {
    display: block;
    height: auto;
    padding-bottom: 0;
    transition: height 300ms linear;
  }
  .s-map_wr #SMapMap {
    height: 440px;
  }
  .s-map_wr_abs-l {
    position: relative;
    width: 100%;
  }
  .s-map_wr_abs-l .s-map_list {
    min-height: 440px;
  }
  .s-map_wr_abs-r {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
  }
}
.s-map-popup_h {
  font-weight: bold;
}

.s-map_city {
  position: relative;
  padding: 10px 15px 5px;
  height: 40px;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  border: 1px solid #BCB3D9;
  border-radius: 12px;
}
.s-map_city_name {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
.s-map_city svg {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  width: 14px;
  height: 10px;
  stroke: #564092;
}

@media (max-width: 768px) {
  .s-map_city {
    margin-bottom: 5px;
  }
}
.s-map_flt-srv {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 10px);
  z-index: 60;
  padding: 24px 30px 18px;
  border: 2px solid #564092;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.s-map_flt-srv .sb-frm_el label {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.s-map_flt-srv .sb-frm_el label img {
  width: 40px;
  height: 40px;
  margin-right: 24px;
  border-radius: 5px;
}
.s-map_flt-srv .sb-frm_el label img:last-child {
  display: none;
}
.s-map_flt-srv .sb-frm_el label i {
  display: block;
}
.s-map_flt-srv .sb-frm_el label:hover {
  color: #E85222;
}
.s-map_flt-srv .sb-frm_el label:hover img {
  box-shadow: 0 0 4px rgba(232, 82, 34, 0.4);
}
.s-map_flt-srv .sb-frm_el input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.s-map_flt-srv .sb-frm_el input:checked + i img:first-child {
  display: none;
}
.s-map_flt-srv .sb-frm_el input:checked + i img:last-child {
  display: inline-block;
}

@media (max-width: 768px) {
  .s-map_flt-srv {
    position: relative;
    width: 100%;
  }
}
.s-form-purple {
  padding: 100px 0;
  background: #564092;
  -webkit-box-shadow: 0px -3px 5px -5px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0px -3px 5px -5px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px -3px 5px -5px rgba(0, 0, 0, 0.3) inset;
}
.s-form-purple_lbl {
  display: block;
  margin-bottom: 5px;
}
.s-form-purple label sup {
  color: red;
}
.s-form-purple .frm .btn {
  padding: 14px 40px 15px;
  width: 100%;
}
.s-form-purple .box-wh_h {
  font-size: 120%;
  margin-bottom: 15px;
}

.menu-mobile {
  transform: translateX(-100%);
  transition-duration: 300ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  z-index: 1001;
}
.menu-mobile_wr {
  position: relative;
  height: 100%;
  background-color: #fff;
}
.menu-mobile_in {
  height: 100%;
  overflow-y: auto;
}
.menu-mobile_t {
  margin-top: 30px;
  padding: 15px;
  text-align: center;
}
.menu-mobile_t img {
  max-width: 190px;
}
.menu-mobile_t .s-h_logo_sm {
  float: none;
  margin: 0;
  width: 45px;
}
.menu-mobile_t .s-h_logo_ss {
  width: 80%;
}
.menu-mobile_m {
  padding: 0 0 15px;
}
.menu-mobile_m ul {
  display: none;
  width: 100%;
}
.menu-mobile_m ul.active {
  display: block;
}
.menu-mobile_m ul li {
  width: 100%;
  padding: 7px 10px;
}
.menu-mobile_m ul li a {
  position: relative;
  display: block;
  padding: 13px 20px 8px;
  font-size: 130%;
  border: 1px solid #BCB3D9;
  border-radius: 15px;
  line-height: 130%;
  color: #2C275E;
  text-decoration: none;
  text-align: left;
}
.menu-mobile_m ul li a[href^="#MMenu"]:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/svg/right-chevron.svg") 2px 0;
}
.menu-mobile_m ul li a:hover, .menu-mobile_m ul li a.active {
  color: #E85222;
}
.menu-mobile_m ul li a span {
  color: #2C275E;
}
.menu-mobile_h a {
  font-weight: 500;
  padding-top: 10px !important;
}
.menu-mobile_h a:before {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 24px;
  height: 24px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: rgba(255, 255, 255, 0.9) no-repeat url("/_img/svg/right-chevron.svg") 2px 0;
}
.menu-mobile_h a:after {
  display: none !important;
}
.menu-mobile_cat {
  text-align: center;
  border-bottom: none !important;
  padding: 20px;
}
.menu-mobile_cat a.btn {
  color: #fff;
  text-transform: none;
  display: inline-block;
  padding: 8px 15px;
}
.menu-mobile_b {
  padding: 15px 10px;
}
.menu-mobile_b_tel {
  text-align: center;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #E85222;
}
.menu-mobile_b_tel_lnk {
  display: inline-block;
  margin-top: 3px;
  font-style: normal;
  font-size: 28px;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}
.menu-mobile_b_tel_lnk svg {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 3px;
  width: 26px;
  height: 26px;
  fill: #E85222;
  stroke: #E85222;
}
.menu-mobile_b_tel_lnk a {
  text-decoration: none;
}
.menu-mobile_b_tel small {
  color: #48465e;
  font-weight: 200;
}
.menu-mobile_btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  text-align: right;
  background-color: #fff;
  z-index: 1002;
}
.menu-mobile_btn button {
  height: 32px;
  padding: 0 15px;
  color: #2C275E;
  background-color: transparent;
}
.menu-mobile_btn button span {
  display: inline-block;
  position: relative;
  top: -5px;
  right: -2px;
  font-size: 270%;
}
.menu-mobile_btn button i {
  font-size: 17px;
}
.menu-mobile_btn-result {
  padding: 7px 10px;
  text-align: center;
}
.menu-mobile_btn-result .btn {
  width: 100%;
  padding: 15px 20px 10px;
  font-weight: normal;
  font-size: 130%;
}
.menu-mobile_btn-dialog {
  padding: 7px 10px;
  text-align: center;
}
.menu-mobile_btn-dialog .btn {
  width: 100%;
  padding: 15px 20px 10px;
  font-weight: normal;
  font-size: 130%;
  border-width: 2px;
  color: #E85222;
}
.menu-mobile.active {
  transform: translateX(0);
}

.menu-mobile_search {
  position: relative;
  max-width: 300px;
  margin: 0 auto 25px;
}
.menu-mobile_search form {
  position: relative;
  overflow: hidden;
  margin-top: -5px;
}
.menu-mobile_search .sb-frm_el {
  margin: 0;
}
.menu-mobile_search .sb-frm_el input {
  display: block;
  padding: 19px 17px 21px 17px;
  height: 32px;
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
}
.menu-mobile_search_btn {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 3px 20px 0;
  height: 40px;
  background: white;
  border: none;
  border-radius: 20px;
  outline: none;
}
.menu-mobile_search_btn-search svg {
  width: 18px;
  height: 18px;
  margin-right: auto;
  margin-left: auto;
  stroke: #2C275E;
  fill: #ffffff;
  background: white;
  -webkit-transition: stroke 0.2s;
  -o-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
.menu-mobile_search_btn-reset {
  padding: 0 13px;
}
.menu-mobile_search_btn-reset svg {
  width: 32px;
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  stroke: #2C275E;
  fill: white;
  background: white;
  -webkit-transition: stroke 0.2s;
  -o-transition: stroke 0.2s;
  transition: stroke 0.2s;
}

.s-dlya_li_i {
  display: flex;
  padding: 0;
  margin: 0 0 50px;
}
.s-dlya_li_i_img {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding: 0;
  border-radius: 8px;
  background: transparent none center center;
  background-size: cover;
}
.s-dlya_li_i_img i {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent none center center;
  background-size: cover;
}
.s-dlya_li_i_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 25px;
}
.s-dlya_li_i_txt strong {
  display: block;
  padding-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
}
.s-dlya_li_i_btn {
  margin-top: 25px;
}
.s-dlya_li_i_btn .btn {
  padding: 10px 20px;
  font-size: 16px;
}
.s-dlya_li_i:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .s-dlya {
    padding: 50px 0 10px;
  }
  .s-dlya h2 {
    margin-bottom: 40px;
  }
  .s-dlya_li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .s-dlya_li_i {
    display: block;
    margin: 0 15px 40px;
    max-width: 45%;
  }
  .s-dlya_li_i_img {
    width: 100%;
  }
  .s-dlya_li_i_txt {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .s-dlya_li {
    display: block;
  }
  .s-dlya_li_i {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .s-dlya_li_i_img {
    padding-top: 60%;
  }
  .s-dlya_li_i_img i {
    position: absolute;
    top: 0;
    left: 0;
  }
  .s-dlya_li_i_txt {
    padding: 10px;
  }
}
.uzd-s-doc_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.uzd-s-doc_item {
  padding: 0 16px 32px;
  width: 25%;
  max-width: 400px;
}
.uzd-s-doc_item_inner {
  position: relative;
  height: 100%;
  border: 1px solid #BCB3D9;
  border-radius: 12px;
  overflow: hidden;
}
.uzd-s-doc_item_cover {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.uzd-s-doc_item_text {
  padding: 10px 10px 70px 10px;
  font-size: 18px;
  text-align: center;
}
.uzd-s-doc_item_text p {
  margin-bottom: 0;
}
.uzd-s-doc_item_h {
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 5px;
}
.uzd-s-doc_item_btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 991px) {
  .uzd-s-doc_list {
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .uzd-s-doc_item {
    padding: 0 8px 16px;
  }
}
@media (max-width: 767px) {
  .uzd-s-doc_item {
    width: 33.3%;
  }
}
@media (max-width: 480px) {
  .uzd-s-doc_item {
    width: 50%;
  }
}
.uzd-modal-doc {
  text-align: left;
}
.uzd-modal-doc_s-h {
  font-weight: 700;
  margin-bottom: 10px;
}
.uzd-modal-doc_photo {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
  overflow: hidden;
  margin-bottom: 15px;
}
.uzd-modal-doc_name {
  font-size: 120%;
  font-weight: 600;
  color: #E85222;
  margin-bottom: 5px;
}
.uzd-modal-doc_spec {
  font-size: 80%;
  padding-bottom: 35px;
}
.uzd-modal-doc_address {
  padding-bottom: 35px;
}
.uzd-modal-doc_text {
  padding-bottom: 35px;
}

.s-cena .sb-wr {
  width: 860px;
  min-width: auto;
}
.s-cena_switch {
  text-align: center;
}
.s-cena_switch a {
  display: inline-block;
  margin: 0 15px 15px;
  font-weight: bold;
  border-bottom: 1px dashed;
  text-decoration: none;
  outline: none;
}
.s-cena_switch a.active {
  border: none;
  color: inherit;
}
.s-cena_li {
  display: none;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 50px;
}
.s-cena_li.active {
  display: flex;
}
.s-cena_li_i {
  width: 200px;
  margin-bottom: 50px;
  text-align: center;
}
.s-cena_li_i_price {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 38px;
  line-height: 100%;
  text-align: center;
  background-color: #C4B6EA;
  color: #553F92;
}
.s-cena_li_i_price span {
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.s-cena_li_i_price small {
  position: relative;
  top: 10px;
  font-size: 12px;
  line-height: 100%;
  color: #EEEEEE;
}
.s-cena_li_i_name {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
.s-cena .btn {
  margin: 15px 25px;
}

@media (max-width: 861px) {
  .s-cena .sb-wr {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 425px) {
  .s-cena:before {
    display: none;
  }
  .s-cena_li {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .s-cena_li_i {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #553F92;
    border-radius: 30px;
    background-color: #C4B6EA;
  }
  .s-cena_li_i_price {
    order: 2;
    display: flex;
    flex-direction: row;
    padding: 15px;
    text-align: right;
    margin: 0;
    height: auto;
    border-radius: 0;
    font-size: 30px;
    white-space: nowrap;
    line-height: 100%;
    background-color: transparent;
    color: #2C275E;
  }
  .s-cena_li_i_price span {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
  }
  .s-cena_li_i_price small {
    font-size: 80%;
    color: inherit;
    top: 0;
  }
  .s-cena_li_i_name {
    order: 1;
    margin: 0;
    padding: 15px;
    vertical-align: bottom;
    font-size: 16px;
  }
}
.au-cert .tests-slider_list_i_cover {
  position: relative;
  background-color: #2C275E;
  padding-bottom: 90%;
}
.au-cert .tests-slider_list_i_cover_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.au-cert .tests-slider_list_i_cover_box img {
  border-radius: 8px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0px 0px 4px 0px rgba(255, 165, 0, 0.93);
}
.au-cert .tests-slider_list_i .slider .swiper-wrapper .swiper-slide img {
  border-radius: 8px;
}
.au-cert .tests-slider_list_i_inner {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .au-cert .slider .swiper-wrapper .swiper-slide img {
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .au-cert .slider .swiper-wrapper .swiper-slide img {
    width: auto;
  }
}
.s-manager_list {
  display: flex;
  flex-wrap: wrap;
}
.s-manager_list-wr {
  margin: 0 -25px;
}
.s-manager_item {
  width: 50%;
  padding: 25px;
}
.s-manager_item_inner {
  position: relative;
  height: 100%;
  border: 1px solid #BCB3D9;
  border-radius: 12px;
  padding: 15px 15px 15px 15px;
  overflow: hidden;
  background-color: white;
}
.s-manager_item_cover {
  background: transparent no-repeat center center;
  background-size: cover;
  float: left;
  width: 45%;
  height: 360px;
  border-radius: 10px;
  margin: 0 15px 0 0;
  overflow: hidden;
}
.s-manager_item_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.s-manager_item_text blockquote {
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
}
.s-manager_item_text blockquote:before {
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 2px;
  content: "❝";
  font-size: 1.5em;
  line-height: 18px;
  opacity: 0.2;
}
.s-manager_item_text blockquote:after {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  top: 2px;
  content: "❞";
  font-size: 1.5em;
  line-height: 18px;
  opacity: 0.2;
}
.s-manager_item_h {
  font-weight: 600;
  padding-bottom: 0;
  margin-top: 10px;
  color: #48465e;
  text-align: right;
}
.s-manager_item_post {
  margin-top: -2px;
  font-size: 70%;
  color: #48465e;
  opacity: 0.8;
  text-align: right;
}

@media (max-width: 960px) {
  .s-manager_list {
    flex-wrap: wrap;
  }
  .s-manager_list-wr {
    margin: 0;
  }
  .s-manager_item {
    width: 100%;
    padding: 0 0 40px;
  }
  .s-manager_item_cover {
    width: 240px;
    height: 360px;
    padding-top: 0;
  }
  .s-manager_item_text {
    width: auto;
  }
  .s-manager_item:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .s-manager_item_cover {
    float: none;
    margin: 10px auto;
    width: 75%;
    height: 0;
    padding-bottom: 100%;
  }
  .s-manager_item_text {
    display: block;
    padding: 20px 15px;
    text-align: left;
  }
  .s-manager_item_h {
    text-align: center;
  }
  .s-manager_item_post {
    text-align: center;
  }
}
.au-principles ol {
  list-style: none;
}
.au-principles ol li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 85px;
}
.au-principles ol li svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
}
.au-principles ol li strong {
  display: block;
  margin-bottom: 5px;
}

.au-quality_box {
  display: flex;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.au-quality_box_l {
  padding: 30px;
  display: flex;
  align-items: center;
  line-height: 1.8em;
}
.au-quality_box_r {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.au-quality_box_r img {
  max-width: 300px;
  border-radius: 10px;
  border: 1px solid #C9C4E8;
  cursor: pointer;
}
.au-quality_box_r .slider {
  width: 300px;
}
.au-quality_box_r .slider .swiper-slide {
  width: 100%;
}
.au-quality_box_r .slider_ar-l {
  left: -45px;
}
.au-quality_box_r .slider_ar-r {
  right: -45px;
}
.au-quality_box_r .slider_i_cover_box {
  display: block;
}

@media (max-width: 768px) {
  .au-quality_box {
    display: block;
  }
  .au-quality_box_r {
    margin-top: -30px;
    padding: 30px 0;
  }
}
@media (max-width: 375px) {
  .au-quality_box {
    display: block;
  }
  .au-quality_box_r {
    padding-bottom: 0;
  }
  .au-quality_box_r .slider {
    width: 100%;
  }
  .au-quality_box_r .slider_ar-l {
    left: -15px;
  }
  .au-quality_box_r .slider_ar-r {
    right: -15px;
  }
}
.vacancies {
  padding: 30px 0;
}
.vacancies_li {
  margin: 45px -12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vacancies_li_i {
  margin: 0 0 30px;
  padding: 0 12px;
  width: 50%;
}
.vacancies_li_i_c {
  padding: 0 0 15px;
  height: 100%;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.vacancies_li_i_c:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background-color: #dedede;
}
.vacancies_li_i_h {
  margin-bottom: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2rem;
  letter-spacing: 0;
}
.vacancies_li_i a {
  color: #E85222;
  text-decoration: none;
}
.vacancies_li_i:hover .vacancies_li_i_h {
  color: #E85222;
}
.vacancies_li_i:hover a {
  font-weight: normal;
}

@media (max-width: 767px) {
  .vacancies_li {
    margin: 50px 0 0;
  }
  .vacancies_li_i {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
}
.wwu-pg {
  padding-bottom: 30px;
}
.wwu-pg_banner {
  position: relative;
  width: 100%;
  padding: 50px 30px;
  background: transparent url("/_img/work-with-us/banner/lg.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}
.wwu-pg_banner_text {
  display: flex;
  align-items: center;
  width: 70%;
  color: #FFFFFF;
}

@media (max-width: 500px) {
  .wwu-pg {
    padding-bottom: 15px;
  }
  .wwu-pg_banner {
    padding: 30px 15px 35px;
  }
}
.rvw-star {
  display: inline-block;
  background: transparent url("/_img/svg/sprite/rvw-gm.svg") no-repeat center center;
  background-size: contain;
}

.rvw-frm_qst {
  padding: 30px 0 20px;
  font-weight: bold;
  text-align: center;
}
.rvw-frm .sb-frm_el_checkbox label {
  margin-bottom: 10px;
}
.rvw-frm_text {
  max-width: 700px;
  margin: 0 auto;
}
.rvw-frm_set {
  padding: 10px 10px 25px;
  margin: 0 -5px 40px;
  border: 1px solid #E1DFED;
  border-radius: 10px;
}
.rvw-frm_set :last-child .sb-frm_el {
  margin-bottom: 0;
}
.rvw-frm .frm_el_rating {
  padding: 15px 0;
}
.rvw-frm .frm_btm {
  padding: 30px 0;
  text-align: center;
}
.rvw-frm .sb-frm_el_radio {
  text-align: center;
}
.rvw-frm #FrmRvw_MO_2 .sb-frm_el_radio label, .rvw-frm #FrmRvw_VND_2 .sb-frm_el_radio label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.rvw-frm #FrmRvwNeedCall {
  padding: 100px 0;
}
.rvw-frm #FrmRvwRecallY .rvw-frm_recall_time {
  display: block;
}
.rvw-frm-loader {
  display: none;
  min-height: 400px;
  background: no-repeat transparent center center url("/_img/ajax-loader.gif");
}

@media (max-width: 500px) {
  .rvw-frm .sb-frm_el_radio {
    text-align: left;
  }
  .rvw-frm .sb-frm_el_radio_opt {
    display: block;
    margin: 0 auto 10px;
    width: 250px;
  }
}
.rvw-frm_recall {
  text-align: center;
}
.rvw-frm_recall label {
  display: block;
}
.rvw-frm_recall .sb-frm_el_checkbox label {
  font-weight: bold;
}
.rvw-frm_recall_time {
  display: none;
}
.rvw-frm_recall_time .rvw-frm_qst {
  font-weight: normal;
}
.rvw-frm_recall_time_wr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rvw-frm_recall_time_clm {
  padding: 0 15px;
}
.rvw-frm_recall_time_clm_h {
  padding-bottom: 10px;
  text-align: left;
  font-weight: bold;
}
.rvw-frm_recall_time label {
  display: block;
}

/** Елемент рейтинга со смайликами
*************************************************/
.rvw-frm-rating .frm_el_rating_items label:has(~ .checked) i, .rvw-frm-rating .frm_el_rating_items label:has(~ :hover) i {
  background-color: transparent;
  color: inherit;
}
.rvw-frm-rating .frm_el_rating_items label:nth-child(1) i:before {
  background-image: url("/_img/svg/rating/1.svg");
}
.rvw-frm-rating .frm_el_rating_items label:nth-child(2) i:before {
  background-image: url("/_img/svg/rating/2.svg");
}
.rvw-frm-rating .frm_el_rating_items label:nth-child(3) i:before {
  background-image: url("/_img/svg/rating/3.svg");
}
.rvw-frm-rating .frm_el_rating_items label:nth-child(4) i:before {
  background-image: url("/_img/svg/rating/4.svg");
}
.rvw-frm-rating .frm_el_rating_items label:nth-child(5) i:before {
  background-image: url("/_img/svg/rating/5.svg");
}
.rvw-frm-rating i {
  position: relative;
  border: 2px solid transparent;
  margin-top: 20px;
}
.rvw-frm-rating i:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: -5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent no-repeat center center;
  background-size: contain;
}
.rvw-frm-rating i:hover {
  background-color: #E85222 !important;
  color: white !important;
}
.rvw-frm-rating input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.rvw-frm-rating input:checked + i {
  background-color: #E85222;
  color: white;
}

.rvw-frm-mini .sb-s_h {
  margin-bottom: 7px;
  font-size: 28px;
}
.rvw-frm-mini .s-frm-btm_wr {
  padding: 0 15px;
  background-image: none;
  background-color: #E2DBF5;
}
.rvw-frm-mini .s-frm-btm_wr:before {
  display: none;
}
.rvw-frm-mini .sb-frm {
  max-width: 570px;
  margin: 0 auto;
  padding: 25px 0;
}
.rvw-frm-mini .sb-frm_el {
  margin-bottom: 4px;
}
.rvw-frm-mini .sb-frm_el_control {
  height: 40px;
  border-radius: 12px;
  border: none;
}
.rvw-frm-mini_rating {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  gap: 10px;
  margin-bottom: 20px;
}
.rvw-frm-mini_submit {
  margin-top: 16px;
  text-align: center;
}
.rvw-frm-mini_submit button {
  width: 280px;
  height: 60px;
}

.frm-el-rating {
  display: inline-flex;
  gap: 4px;
  flex-direction: row-reverse;
  font-size: 30px;
}
.frm-el-rating label {
  display: inline-block;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: transparent url("/_img/svg/star-o.svg") no-repeat center center;
  /* hover эффект */
}
.frm-el-rating label:hover, .frm-el-rating label:hover ~ label {
  background-image: url("/_img/svg/star.svg");
}
.frm-el-rating input {
  display: none;
}
.frm-el-rating input:checked ~ label {
  background-image: url("/_img/svg/star.svg");
}

.rvw-list {
  padding: 0 0 15px;
}
.rvw-list_i {
  position: relative;
  padding: 17px 15px 10px;
  margin-bottom: 6px;
  border: 2px solid #C4B6EA;
  border-radius: 16px;
  text-align: left;
}
.rvw-list_i .v-name {
  font-weight: bold;
  font-size: 1.05em;
}
.rvw-list_i .v-type {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 30px;
  height: 30px;
}
.rvw-list_i .v-type svg {
  width: 100%;
  height: 100%;
}
.rvw-list_i .v-rating {
  display: flex;
  gap: 7px;
  padding-top: 6px;
}
.rvw-list_i .v-rating svg {
  width: 20px;
  height: 20px;
}
.rvw-list_i .v-text {
  position: relative;
  margin-top: 16px;
  padding-right: 100px;
  overflow: hidden;
  font-size: 0.95em;
  line-height: 1.15em;
}
.rvw-list_i .v-text strong {
  color: #553F92;
}
.rvw-list_i .v-text p:last-child {
  margin-bottom: 0;
}
.rvw-list_i_vote {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.rvw-list_i_vote button {
  margin: 0 2px;
  padding: 0;
}
.rvw-list_i_vote span {
  position: relative;
  top: -5px;
  font-size: 0.7em;
  color: #553F92;
}
.rvw-list_i_vote_up:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 32px;
  background: transparent url("/_img/svg/rvw-like.svg") no-repeat top left;
  background-size: 100%;
}
.rvw-list_i_vote_down:before {
  content: "";
  display: inline-block;
  position: relative;
  bottom: -8px;
  width: 42px;
  height: 32px;
  background: transparent url("/_img/svg/rvw-dislike.svg") no-repeat bottom right;
  background-size: 100%;
}
.rvw-list_i.voted .rvw-list_i_vote button {
  opacity: 0.4;
}

@media (max-width: 767px) {
  .rvw-list_i .v-text {
    padding: 0 0 40px;
  }
}
.rvw-slider h2 {
  margin-bottom: 0.8em;
}
.rvw-slider .swiper-slide {
  width: 33.33% !important;
}
.rvw-slider_i {
  position: relative;
  border: 2px solid #C4B6EA;
  border-radius: 16px;
  padding: 20px 15px 10px;
  text-align: left;
}
.rvw-slider_i .v-name {
  font-weight: bold;
  font-size: 1.05em;
}
.rvw-slider_i .v-type {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 30px;
  height: 30px;
}
.rvw-slider_i .v-type svg {
  width: 100%;
  height: 100%;
}
.rvw-slider_i .v-rating {
  display: flex;
  gap: 7px;
  padding-top: 5px;
}
.rvw-slider_i .v-rating svg {
  width: 18px;
  height: 18px;
}
.rvw-slider_i .v-text {
  position: relative;
  margin-top: 18px;
  height: 5.75em;
  overflow: hidden;
  font-size: 0.95em;
  line-height: 1.15em;
}
.rvw-slider_i .v-text_wr {
  width: 100%;
}
.rvw-slider_i_opener {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 11px;
  width: 35px;
  height: 25px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.35) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
.rvw-slider_i_opener:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-top: 23px solid transparent;
  border-right: 23px solid #C4B6EA;
  border-bottom: 0;
}
.rvw-slider_i.open .v-text {
  height: auto;
}
.rvw-slider_i.open .rvw-slider_i_opener:before {
  border-right: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #C4B6EA;
  border-top: 0;
  right: -23px;
  bottom: 0px;
}

@media (max-width: 767px) {
  .rvw-slider h2 {
    margin-bottom: 0.8em;
  }
  .rvw-slider .swiper-slide {
    width: 100% !important;
  }
  .rvw-slider .slider {
    padding-bottom: 25px;
    border: 2px solid #C4B6EA;
    border-radius: 16px;
  }
  .rvw-slider .slider_dots {
    padding-top: 20px;
  }
  .rvw-slider .slider_ar-l, .rvw-slider .slider_ar-r {
    top: auto;
    bottom: 15px;
  }
  .rvw-slider .slider_ar-l {
    left: -10px;
  }
  .rvw-slider .slider_ar-r {
    right: -10px;
  }
  .rvw-slider_i {
    border: none;
  }
}
.rvw-totals {
  padding-bottom: 6px;
}
.rvw-totals_wr {
  padding: 15px;
  border: 2px solid #D9D9D9;
  border-radius: 16px;
}
.rvw-totals_li {
  width: 245px;
  margin: 0 auto;
  position: relative;
  left: -30px;
  padding-top: 17px;
}
.rvw-totals_li li {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.rvw-totals_li_stars {
  display: flex;
  justify-content: right;
  gap: 2px;
  width: 105px;
  padding-right: 10px;
}
.rvw-totals_li_stars i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: transparent url("/_img/svg/sprite/rvw-star.svg") no-repeat center center;
  background-size: contain;
}
.rvw-totals_li_bar {
  flex: 1;
  height: 3px;
  background: #c9c3d6;
  border-radius: 3px;
  position: relative;
}
.rvw-totals_li_bar i {
  position: absolute;
  height: 100%;
  min-width: 6px;
  background: #E85222;
  border-radius: 3px;
  left: 0;
  top: 0;
}
.rvw-totals_li_bar i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: white;
  border: 2px solid #E85222;
  border-radius: 50%;
}
.rvw-totals_li_count {
  position: relative;
  top: -1px;
  width: 24px;
  padding-left: 8px;
  text-align: left;
  font-size: 11px;
}
.rvw-totals_count {
  position: absolute;
  left: 7%;
  bottom: 36px;
}
.rvw-totals_count strong {
  display: inline-block;
  padding: 0 15px 0 5px;
  font-size: 1em;
  font-weight: 300;
}
.rvw-totals_count small {
  font-size: 0.6em;
}
.rvw-totals_count div {
  display: flex;
  gap: 7.5px;
  padding-top: 6px;
}
.rvw-totals_count div i {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: transparent url("/_img/svg/sprite/rvw-star.svg") no-repeat center center;
  background-size: contain;
}

@media (max-width: 700px) {
  .rvw-totals_count {
    position: relative;
    left: 0;
    bottom: 0;
    padding-top: 20px;
  }
}
.modal-order {
  max-width: 800px;
  overflow: hidden;
}
.modal-order_h {
  color: #E85222;
}
.modal-order_search {
  padding: 0 0 15px;
  font-size: 15px;
}
.modal-order_btm {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
  margin-top: 30px;
}
.modal-order_btm .btn {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 15px;
}
.modal-order_empty_h {
  font-size: 2em;
  margin-bottom: 40px;
}
.modal-order_empty_text {
  text-align: center;
  line-height: 1.2em;
}
.modal-order_empty .frm-search {
  margin-top: 15px;
}
.modal-order_city {
  padding: 10px 0 30px;
}
.modal-order_city .btn {
  padding: 10px 20px 8px;
  margin: 0 5px;
}
.modal-order_city_text {
  padding-top: 0.5em;
  font-size: 0.8em;
  color: #777777;
}
.modal-order_promo {
  padding: 30px 0;
  color: #E85222;
}
.modal-order .order-items {
  position: relative;
}
.modal-order .order-items_amount {
  font-size: 130%;
}
.modal-order .order-items_amount b, .modal-order .order-items_amount u {
  color: #E85222;
  text-decoration: none;
}

@media (max-width: 500px) {
  .modal-order {
    padding: 10px;
  }
  .modal-order .order-items {
    position: relative;
  }
  .modal-order .order-items_amount {
    font-size: 115%;
  }

  .arcticmodal-container_i2 {
    padding: 5px;
  }
}
.modal-order--calc {
  color: #451435;
}
.modal-order--calc .modal-order_search {
  font-size: 0.9em;
}
.modal-order--calc .modal-order_promo {
  padding: 30px 0;
  color: #E85222;
}
.modal-order--calc .order-items {
  color: #451435;
}
.modal-order--calc .order-items .price-prod_price {
  color: #451435;
}
.modal-order--calc .order-items_amount {
  color: #451435;
}
.modal-order--calc .order-items_amount b, .modal-order--calc .order-items_amount u {
  color: #E85222;
  text-decoration: none;
}
.modal-order--calc .order-items .price-btn-select {
  color: #451435;
}
.modal-order--calc .btn-border {
  border-color: #451435;
}
.modal-order--calc .btn-dark {
  background-color: #631C4C;
}

.modal-order_cross-sell {
  position: relative;
  display: none;
  margin: 30px -30px -30px;
  padding: 30px 30px 30px;
  background-color: #f7f5fa;
}
.modal-order_cross-sell:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(51, 51, 51, 0.1);
}
.modal-order_cross-sell_li {
  text-align: left;
}
.modal-order_cross-sell_li .price-prod {
  background: #FFFFFF;
  padding: 10px 10px 8px;
  margin-bottom: 8px;
  border: 1px solid #6C51B8;
  border-radius: 8px;
}

@media (max-width: 480px) {
  .modal-order_cross-sell {
    margin: 10px -10px -10px;
    padding: 30px 10px 10px;
  }
}
.modal-order_complex_text {
  padding: 10px 0;
}
.modal-order_complex_prod {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #E1DFED;
  border-collapse: separate;
  border-radius: 8px;
  background-color: #ffffff;
  color: #2C275E;
  text-align: left;
}
.modal-order_complex_prod ul {
  list-style-position: inside;
  list-style-type: none;
  margin-top: 10px;
}
.modal-order_complex_prod ul li {
  padding: 10px;
}
.modal-order_complex_prod ul li.dubbing {
  color: #E85222;
}

.modal-order-cta .modal-fo_form {
  padding: 40px 20px;
}
.modal-order-cta .sb-modal_h {
  margin-bottom: 20px;
  color: #2C275E;
  font-size: 1.5em;
}
.modal-order-cta p {
  font-size: 24px;
  line-height: 150%;
}
.modal-order-cta p strong, .modal-order-cta p b {
  color: #E85222;
}

.mobile-search {
  transform: translateY(-100%);
  transition-duration: 300ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: rgba(51, 51, 51, 0.4);
  z-index: 1000;
}
.mobile-search_wr {
  display: table;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mobile-search_c1 {
  display: table-cell;
  padding: 4px 0 0 10px;
}
.mobile-search_c2 {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
.mobile-search_btn-close {
  background: none;
  color: #2C275E;
}
.mobile-search_btn-close span {
  display: inline-block;
  position: relative;
  top: 4px;
  right: -2px;
  font-size: 190%;
}
.mobile-search.active {
  transform: translateX(0);
}

.region {
  position: relative;
}
.region_h {
  margin-bottom: 35px;
}
.region_h .btn-inline {
  color: #E85222;
  border-color: #E85222;
}
.region_l2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.region_l2 .btn {
  padding: 5px 20px 7px;
}
.region_text {
  margin-top: 30px;
  font-size: 13px;
  text-align: left;
  line-height: 18px;
  color: #777777;
}
.region_search {
  position: relative;
}
.region_search .sb-frm_el_control {
  height: 42px;
  padding: 5px 35px 3px 15px;
}
.region_search svg {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 18px;
  height: 18px;
  margin-right: auto;
  margin-left: auto;
  stroke: #302861;
  fill: #ffffff;
  background: white;
  -webkit-transition: stroke 0.2s;
  -o-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
.region_li {
  padding: 20px 10px 0;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.region_li_i {
  width: 50%;
  padding: 3px;
  text-align: left;
  font-size: 16px;
}
.region_li_i .hide {
  display: none;
}
.region_li_i:hover {
  text-decoration: underline;
}
.region--loading {
  position: relative;
}
.region--loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3) url("/_img/ajax-loader.gif") no-repeat center center;
  background-size: 80px 80px;
}

.btn-top {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 32px;
  padding: 13px 0;
  z-index: 1000;
}
.btn-top a, .btn-top button {
  display: inline-block;
  margin-right: 20px;
  width: 46px;
  height: 46px;
  background-color: #553F92;
  border-radius: 10px;
  transition: transform 0.35s ease-out;
  z-index: 1001;
}
.btn-top a:before, .btn-top button:before {
  display: block;
  margin: 0 auto;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/_img/svg/sprite/arr-down.svg");
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
}
.btn-top a:hover, .btn-top button:hover {
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .btn-top {
    right: 11px;
    bottom: 135px;
  }
  .btn-top button {
    width: 54px;
    height: 54px;
    border-radius: 20px;
  }
}
.s-order .alert-warning strong {
  color: #E85222;
}
.s-order .alert-warning p {
  margin: 0;
}

.s-order-sec {
  padding: 30px 0 0;
}
.s-order-sec .box-wh {
  margin: 0;
  padding: 20px 30px 15px;
}
.s-order-sec h3 {
  font-size: 26px;
  margin-bottom: 0;
}
.s-order-sec_box {
  padding: 15px 0;
}
.s-order-sec_buttons {
  padding-top: 20px;
  text-align: right;
}
.s-order-sec_buttons .btn {
  margin-bottom: 15px;
  display: inline-flex;
}
.s-order-sec_label {
  font-weight: bold;
}
.s-order-sec_result {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.s-order-sec_result_text {
  margin-right: 20px;
}
.s-order-sec--disabled .s-order-sec_top {
  opacity: 0.7;
}
.s-order-sec--disabled .s-order-sec_box {
  display: none;
}

@media (max-width: 500px) {
  .s-order-sec .box-wh {
    margin: 0;
    padding: 10px 15px;
  }
}
.s-order-place_note {
  padding: 15px 0;
  font-size: 0.9em;
  color: #48465e;
}
.s-order-place_city {
  padding: 15px 0 30px;
}
.s-order-place_city_wr {
  display: inline-block;
  padding: 5px 10px 5px;
  border: 1px solid #777777;
  border-radius: 20px;
  cursor: pointer;
}
.s-order-place_city_name {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
.s-order-place_city_name:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 18px;
  height: 18px;
  background: transparent url("/_img/ico/chevron-down.svg") no-repeat center center;
  background-size: contain;
  fill: #E85222;
}
.s-order-place_city_ico-location {
  position: relative;
  top: 2px;
  height: 1em;
  width: 1em;
  fill: #E85222;
}
.s-order-place_city_ico-down {
  position: absolute;
  top: 7px;
  right: 0;
  width: 18px;
  height: 18px;
  fill: #E85222;
}

.s-order-offices_list {
  transition: height 0.35s ease-in-out, opacity 0.5s ease-in-out;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
}
.s-order-offices_list_items label {
  position: relative;
  margin: 0;
  padding: 10px 0 7px 35px;
  display: block;
  border-bottom: 1px solid #EEEEEE;
  font-size: 0.9em;
}
.s-order-offices_list_items label:last-child {
  border-bottom: none;
}
.s-order-offices_list_items label i {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -10px;
}
.s-order-offices_list_items label div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.s-order-offices_list_items label div i {
  top: 2px;
}
.s-order-offices_list_items label .s-addr_city_list_srv {
  overflow: visible;
  padding: 0 0 0 12px;
  text-align: right;
}
.s-order-offices_list_items label .s-addr_city_list_btn-map {
  padding-top: 0;
  margin-top: -5px;
}
.s-order-offices_list_items label > div:last-child {
  height: 0;
  opacity: 0;
  transition: height 0.15s ease-in-out, opacity 0s linear;
  padding-top: 5px;
  font-size: 80%;
  color: #48465e;
  overflow-y: hidden;
}
.s-order-offices_list_items label.checked div:last-child {
  height: auto;
  opacity: 1;
}
.s-order-offices_list_items label:hover {
  color: #E85222;
}
.s-order-offices_list_items label:hover div {
  color: #E85222;
}
.s-order-offices_list_items label:hover div:last-child {
  transition: height 0.15s ease-in-out, opacity 0.35s ease-in-out;
  height: auto;
  opacity: 1;
}
.s-order-offices_list_items label:hover .s-addr_city_list_btn-map .btn {
  color: #E85222;
  border-color: #E85222;
}
.s-order-offices_list.has-error .s-order-offices_list_items {
  padding-bottom: 15px;
}
.s-order-offices_date {
  max-width: 400px;
}

@media (max-width: 500px) {
  .s-order-offices_list_items label {
    display: block;
  }
  .s-order-offices_list_items .s-addr_city_list_srv {
    display: inline-block;
    margin: 0;
  }
}
.s-order-tests .s-order-sec_box {
  padding-top: 30px;
}
.s-order-tests_search {
  position: relative;
  margin: 0 0 30px;
}
.s-order-tests_search .sb-frm_el_label {
  padding: 0 17px;
  font-size: 0.9em;
}
.s-order-tests_search .sb-frm_el input {
  display: block;
  padding: 19px 17px 21px 17px;
  height: 32px;
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
}
.s-order-tests_empty {
  padding: 50px 0;
  text-align: center;
}
.s-order-tests_empty_h {
  font-size: 1.5em;
  padding-bottom: 30px;
  font-weight: bold;
  color: #E85222;
}
.s-order-tests_empty_text {
  padding-bottom: 30px;
}
.s-order-tests_discount {
  display: none;
}
.s-order-tests_discount form {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.s-order-tests_discount .sb-frm_el_label {
  padding: 0 17px 15px;
  font-size: 0.9em;
}
.s-order-tests_discount .sb-frm_el_control {
  height: 40px;
}
.s-order-tests_discount .sb-frm_el .btn {
  position: relative;
  padding: 7px 15px 10px;
  margin-left: 15px;
}

.order-payment_promo {
  padding: 15px 0 60px;
  color: #E85222;
}
.order-payment_types {
  display: flex;
  justify-content: center;
}
.order-payment_types_i {
  position: relative;
  width: 300px;
  margin: 0 15px;
  padding: 20px 15px;
  border: 1px solid #E1DFED;
  border-radius: 10px;
  text-align: center;
  transition: all linear 300ms;
}
.order-payment_types_i_h {
  font-size: 1.3em;
  padding-bottom: 30px;
}
.order-payment_types_i_txt {
  padding-bottom: 130px;
  font-size: 0.9em;
}
.order-payment_types_i_txt img {
  height: 18px;
  margin: 4px;
}
.order-payment_types_i_amount {
  padding-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
}
.order-payment_types_i_btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
}
.order-payment_types_i--pmn .order-payment_types_i_h {
  color: #E85222;
}
.order-payment_types_i--pmn .order-payment_types_i_amount {
  color: #E85222;
}
.order-payment_types_i--mo .order-payment_types_i_txt {
  padding-top: 40px;
}
.order-payment_types_i:hover {
  background-color: #f4f4f4;
}
.order-payment_types_i.active {
  border: 1px solid #f6baa7;
}
.order-payment_types_i.active button {
  position: relative;
  padding: 12px 14px 12px;
}
.order-payment_types_i.active button span {
  display: none;
}
.order-payment_types_i.active button:before {
  display: inline-block;
  content: "";
  position: relative;
  top: 0;
  background: transparent url("/_img/ico/check.svg") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.order-payment_types_i.active button:hover {
  background-color: transparent;
}
.order-payment .s-order-sec_buttons {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 550px) {
  .order-payment_types {
    display: block;
  }
  .order-payment_types_i {
    margin: 15px auto;
  }
  .order-payment_types_i--mo .order-payment_types_i_txt {
    padding-top: 10px;
  }
}
.s-order-client_question-visit, .s-order-client_question-acc {
  display: none;
}
.s-order-client .s-order-sec-box {
  padding: 0;
}
.s-order-client .frm {
  max-width: 400px;
  padding: 15px 0;
}
.s-order-client .frm_h {
  margin-bottom: 30px;
  font-weight: bold;
  color: #E85222;
  text-align: left;
  line-height: 1.3em;
}
.s-order-client .frm_h_back {
  border: none;
  position: relative;
  top: 5px;
  left: -7px;
  outline: none;
  width: 1.3em;
  height: 1.3em;
  padding: 3px;
  border-radius: 50%;
  background: none;
  text-align: center;
}
.s-order-client .frm_h_back:before {
  position: relative;
  top: -4px;
  display: inline-block;
  content: "";
  background: transparent url("/_img/ico/right-thin-chevron.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  width: 0.8em;
  height: 0.8em;
}
.s-order-client .frm_btm {
  padding: 15px 0;
}
.s-order-client_login_btn-lost {
  padding: 20px;
}
.s-order-client_recover .sb-frm_el_checkbox label {
  display: inline-block;
}
.s-order-client-fml {
  display: none;
}

.s-order-client_family_person {
  margin-bottom: 30px;
}
.s-order-client_family_person .sb-frm_el_radio_opt {
  display: block;
  padding: 10px 10px 13px 40px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.s-order-client_family_person .sb-frm_el_radio_opt i {
  left: 10px;
}
.s-order-client_family_person .sb-frm_el_radio_opt:hover {
  color: #E85222;
}
.s-order-client_family_person .sb-frm_el_radio_opt:last-child {
  margin-bottom: 0;
}
.s-order-client_family_person .sb-frm_el_radio_opt small {
  color: #999;
}
.s-order-client_family_person .sb-frm_el_radio_items .loading {
  padding: 50px;
  background: transparent url("/_img/ajax-loader.gif") no-repeat center center;
}
.s-order-client_family_person .frm-el {
  margin-bottom: 10px;
}
.s-order-client_family_person button b {
  font-weight: bold;
  font-size: 180%;
}

.order-items_list {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  background-color: #FFFFFF;
  min-height: 100px;
}
.order-items_list .price-prod {
  padding: 10px 10px 8px;
  margin-bottom: 8px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.order-items_list .price-btn-select {
  background: url("/_img/svg/trash.svg") no-repeat center center;
}
.order-items_warning {
  padding: 10px 0 0;
  color: #E85222;
  text-align: right;
}
.order-items_amount {
  position: relative;
  padding: 5px 0 25px;
  text-align: right;
  font-weight: 500;
  font-size: 150%;
  color: #2C275E;
}
.order-items_amount b, .order-items_amount u {
  color: #E85222;
  text-decoration: none;
}
.order-items_amount.loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url("/_img/ajax-loader.gif") no-repeat center center;
}
.order-items--loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7) url("/_img/ajax-loader.gif") no-repeat center center;
}

@media (max-width: 500px) {
  .order-items_list .price-item {
    padding: 5px 10px;
  }
  .order-items_list .price-item_c1 {
    padding: 0 0 5px 0;
  }
  .order-items_amount {
    font-size: 120%;
  }
}
.order-btn-cart {
  display: block;
  transform: translateX(200px);
  transition-duration: 300ms;
  position: fixed;
  padding: 20px 15px 10px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  z-index: 1000;
  background: #E85222;
}
.order-btn-cart i {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  padding-left: 6px;
  display: block;
  text-align: center;
  color: white;
  font-size: 0.8em;
}
.order-btn-cart svg {
  width: 100%;
  height: 100%;
  stroke: #ffffff;
  fill: #E85222;
}
.order-btn-cart img {
  width: 100%;
  position: relative;
  top: 4px;
}
.order-btn-cart.visible {
  transform: translateX(0);
}
.order-btn-cart--calc {
  border-radius: 20px;
}
.order-btn-cart--calc i {
  padding: 2px;
  top: 1px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  min-height: 1em;
  border-bottom: 2px solid #fff;
  line-height: 100%;
}

@media (min-width: 769px) {
  .order-btn-cart {
    top: 145px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .order-btn-cart {
    bottom: 30px;
    left: 20px;
    width: 56px;
    height: 56px;
    transform: translateX(0);
  }
}
.order-resend-code {
  display: none;
  padding-top: 10px;
  font-size: 0.8em;
  color: #48465e;
}
.order-resend-code button {
  display: none;
  border: none;
}

.order-cancel {
  padding: 100px 0;
}
.order-cancel_h {
  text-align: center;
}
.order-cancel .frm {
  max-width: 500px;
  margin: 0 auto;
  padding: 15px 0;
}
.order-cancel .frm_h {
  margin-bottom: 30px;
  font-weight: bold;
  color: #E85222;
  text-align: left;
  line-height: 1.3em;
}
.order-cancel .frm_h_back {
  border: none;
  position: relative;
  top: 5px;
  left: -7px;
  outline: none;
  width: 1.3em;
  height: 1.3em;
  padding: 3px;
  border-radius: 50%;
  background: none;
  text-align: center;
}
.order-cancel .frm_h_back:before {
  position: relative;
  top: -4px;
  display: inline-block;
  content: "";
  background: transparent url("/_img/ico/right-thin-chevron.svg") no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  width: 0.8em;
  height: 0.8em;
}
.order-cancel .frm_btm {
  padding: 15px 0;
}

.order-cancel-orders {
  width: 500px;
  margin: 0 auto;
}
.order-cancel-orders table {
  width: 100%;
}
.order-cancel-orders table td {
  padding: 15px 0;
}
.order-cancel-orders table tr:last-child td {
  border-bottom: 0;
}

.order-mdl-mat_qst {
  padding-bottom: 20px;
  font-weight: bold;
  color: #E85222;
}
.order-mdl-mat .sb-frm_el_radio_opt {
  display: block;
}

#OrderDependedModal .order-items_list .price-btn-select {
  background: url("/_img/svg/cart.svg");
}

#OrderIdBox {
  display: none;
  position: fixed;
  bottom: 3px;
  left: 3px;
  z-index: 1000;
  padding: 10px 10px 5px;
  font-size: 1rem;
  background-color: antiquewhite;
  border-radius: 5px;
}

.pg-post_cover {
  border-radius: 12px;
  margin-bottom: 15px;
  background: #2C275E;
  text-align: center;
  overflow: hidden;
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}
.pg-post_cover img {
  max-width: 100%;
}
.pg-post h1 {
  text-align: left;
}
.pg-post_date {
  font-size: 0.8rem;
  color: #777777;
}

@media (max-width: 480px) {
  .pg-post_cover {
    padding-bottom: 60%;
  }
}
.posts-li_i {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}
.posts-li_i_c1 {
  width: 266px;
  padding-right: 16px;
  float: left;
}
.posts-li_i_c1 img {
  width: 100%;
  border-radius: 11px;
  margin-bottom: 10px;
}
.posts-li_i_c2 {
  float: left;
  width: calc(100% - 250px - 16px);
}
.posts-li_i_h {
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 1.1em;
  cursor: pointer;
}
.posts-li_i:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background: #dedede;
  border-radius: 3px;
}
.posts-li_i:last-child {
  margin-bottom: 0;
}
.posts-li_i:last-child:after {
  display: none;
}

@media (max-width: 767px) {
  .posts-li_i_c1 {
    width: 150px;
  }
  .posts-li_i_c2 {
    width: calc(100% - 150px);
  }
}
@media (max-width: 375px) {
  .posts-li_i_c2 {
    float: none;
    width: auto;
  }
}
.posts-line {
  padding: 20px 0 80px;
}
.posts-line h2 {
  text-align: center;
  margin-bottom: 1.5em;
}
.posts-line .swiper-wrapper .swiper-slide {
  width: 25%;
}
.posts-line_list {
  display: flex;
  flex-wrap: wrap;
}
.posts-line_list-wr {
  margin: 0 -20px;
}
.posts-line_list_i {
  padding: 20px;
  max-width: 420px;
}
.posts-line_list_i_inner {
  position: relative;
  height: 100%;
  border: 1px solid #E1DFED;
  border-radius: 10px;
  overflow: hidden;
}
.posts-line_list_i_cover {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(51, 51, 51, 0.1);
  cursor: pointer;
}
.posts-line_list_i_text {
  padding: 10px 10px 72px 10px;
  font-size: 18px;
  text-align: center;
}
.posts-line_list_i_h {
  font-weight: 600;
  color: #E85222;
  height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
}
.posts-line_list_i_date {
  margin-bottom: 10px;
  font-size: 0.7rem;
  color: #777777;
}
.posts-line_list_i_btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .posts-line .swiper-wrapper .swiper-slide {
    width: 33.3%;
  }
  .posts-line_list-wr {
    margin: 0 -15px;
  }
  .posts-line_list_i {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .posts-line .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .posts-line_list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .posts-line_list-wr {
    margin: 0;
  }
  .posts-line_list_i {
    padding: 0 0 40px;
  }
  .posts-line_list_i:last-child {
    padding-bottom: 0;
  }
}
.post-part-img {
  text-align: center;
}
.post-part-img_in {
  display: inline-block;
  position: relative;
  padding: 3px;
  border-radius: 10px 10px 0 0;
}
.post-part-img_in small {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -5px;
  padding-bottom: 3px;
  border-radius: 0 0 10px 10px;
  display: block;
  color: #777777;
}
.post-part-img img {
  max-width: 100%;
  border-radius: 10px;
}

.posts-list {
  padding: 25px 0;
}
.posts-list ul li {
  position: relative;
  padding: 5px 5px 5px 120px;
  margin-bottom: 10px;
  border: 1px solid #E1DFED;
  border-radius: 10px;
  min-height: 85px;
}
.posts-list ul li i {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100px;
  height: 75px;
  background: transparent no-repeat center center;
  background-size: cover;
  border-radius: 5px;
}
.posts-list ul li a {
  text-decoration: none;
}
.posts-list ul li.accent {
  border-color: #E85222;
  background-color: #fdeee9;
}

.pg-author_post {
  font-size: 80%;
  color: #777777;
  margin-bottom: 15px;
}
.pg-author_photo {
  float: left;
  width: 310px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.pg-author_photo img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.pg-author_text {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .pg-author_photo {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.pg-post_editors {
  border: 1px solid rgba(108, 81, 184, 0.2);
  border-radius: 10px;
  padding: 10px 15px 0;
}
.pg-post_editors_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.pg-post_editors_top strong {
  font-weight: 500;
}
.pg-post_editors_top span {
  font-size: 90%;
}
.pg-post_editors_wr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.pg-post_editors_i {
  width: calc(36.3% - 20px);
  line-height: 1.25;
  margin: 0 10px 15px 10px;
  padding-left: 51px;
  position: relative;
  font-size: 80%;
  color: #999;
  min-height: 38px;
}
.pg-post_editors_i img {
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 36px;
  height: 36px;
  object-fit: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.pg-post_editors_i_name {
  display: block;
  margin-bottom: 4px;
  color: #2C275E;
}
.pg-post_editors_i_post {
  font-size: 80%;
  color: #777777;
}

@media (max-width: 480px) {
  .pg-post_editors_i {
    width: calc(50% - 20px);
  }
}
.s-dopomoga_wr {
  background-color: #C4B6EA;
  padding: 25px;
  border-radius: 16px;
}
.s-dopomoga_btns {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.s-dopomoga_btns .btn {
  padding-right: 20px;
  font-size: 20px;
  font-weight: 300;
}
.s-dopomoga_btns .btn i svg {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
}
@media (max-width: 767px) {
  .s-dopomoga_btns {
    flex-direction: column;
    gap: 22px;
  }
  .s-dopomoga_btns .btn:nth-child(1) {
    order: 2;
  }
  .s-dopomoga_btns .btn:nth-child(2) {
    order: 3;
  }
  .s-dopomoga_btns .btn:nth-child(3) {
    order: 1;
  }
}

.s-viewed {
  display: none;
}

@media (min-width: 768px) {
  .s-viewed_items .price-prod {
    position: relative;
    padding: 10px 10px 50px;
    border-radius: 10px;
    border: 2px solid #553F92;
    height: 100%;
  }
  .s-viewed_items .price-prod_h {
    height: 6em;
    overflow: auto;
  }
  .s-viewed_items .price-prod table:last-child {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .s-viewed_items {
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #553F92;
  }
  .s-viewed_items .price-prod:first-child {
    padding-top: 10px;
    border-top: none;
  }
}
@media (max-width: 768px) {
  #pg-67 .s-banner {
    padding-top: 41.6%;
  }
}

@media print {
  .print-hide {
    display: none !important;
  }
}
.print-order-items .price-prod_term img {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 28px;
  position: relative;
  top: 7px;
}
.print-order-items .price-prod_term:before {
  display: none;
}
.print-order-items .order-items_amount {
  font-size: 110%;
}

.print-header {
  width: 100%;
  z-index: 100;
  transition: transform 0.4s, background-color 0.4s;
  will-change: transform, background-color;
  overflow: visible;
  background-color: #ffffff;
}
.print-header_wr {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 8px;
}
.print-header_hr {
  display: block;
  width: 100%;
  height: 3px;
  background: #BCB3D9 !important;
  border-radius: 3px;
  border: 1px solid #BCB3D9;
}
.print-header_logo {
  display: flex;
  align-items: center;
  width: 220px;
}
.print-header_logo div {
  display: flex;
  justify-content: center;
}
.print-header_logo a {
  text-decoration: none;
}
.print-header_logo_img {
  width: 218px;
}
.print-header_c3 {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  width: 220px;
}

@media (max-width: 980px) {
  .print-header .header-phone {
    display: block;
  }
  .print-header_hr:after {
    content: "";
    display: block;
  }
}
@media (max-width: 460px) {
  .print-header_logo_img {
    width: 180px;
  }
  .print-header .header-phone {
    display: block;
  }
  .print-header .header-phone_link {
    font-size: 20px;
    line-height: 24px;
  }
  .print-header .header-phone_link svg {
    height: 20px;
  }
}
@media (max-width: 410px) {
  .print-header_logo_img {
    width: 140px;
  }
}
.pg-order-print {
  min-width: 400px;
}

/*# sourceMappingURL=main.css.map */
