@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

* {
  box-sizing: border-box; }

body {
  padding: 0;
  font-family: 'PT Sans', sans-serif;
  color: #333333;
  background: url(../images/background.png) repeat fixed 0 0; }

@media (max-width: 1000px) {
  body {
    background: #F2F2F2; } }

@media (max-width: 1000px) {
  .page-wrapper {
    background: #F2F2F2;
    box-shadow: none; } }

.layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh; }

.container {
  width: 1170px;
  max-width: 100%; }
  @media (max-width: 1000px) {
    .container {
      padding: 0; } }

.page {
  background: #ffffff;
  box-shadow: 0 0 8px 2px #E0E0E0;
  padding: 20px 0 30px;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-height: 900px; }
  @media (max-width: 500px) {
    .page {
      padding: 0;
      box-shadow: none;
      min-height: unset; } }

.inner {
  padding: 0 15px; }
  @media (max-width: 1000px) {
    .inner {
      padding: 0 10px; } }
  @media (max-width: 500px) {
    .inner {
      padding: 0; } }

.bow-divider {
  max-width: 98%;
  position: relative;
  margin: 0 auto;
  height: 39px; }
  .bow-divider:before {
    content: '';
    display: block;
    width: 48px;
    height: 39px;
    background: url(../images/bow-hr.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 10; }
  .bow-divider:after {
    content: '';
    display: block;
    border-top: 1px solid #C9C9C9;
    position: absolute;
    top: 20px;
    width: 100%; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex-aic {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

ins {
  color: red;
  text-decoration: none; }

.text-danger, .text-red, .text-error {
  color: red; }

.alert-warning {
  background-color: #FFF8DC;
  border-color: #ddd6ba;
  color: #8a6d3b; }

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
p {
  margin: 0 0 10px; }

.join-content__to-fee-reg, .join-content__terms, .form__label-tip,
.small-text {
  font-size: 13px; }

.form__header,
.big-text {
  font-size: 21px; }

.join-content__to-fee-reg, .join-content__to-fee-reg a, .join-content__terms, .join-content__terms a, .form__label-tip,
.bleached-text {
  color: #A5A5A5;
  font-weight: 400; }


.bold-text {
  font-weight: 700; }

.join-content__form .form__content {
  background: #F2F2F2; }

.join-content__to-fee-reg a:hover, .join-content__terms a:hover {
  text-decoration: none; }

.link,
.inner-link,
.steps-header__fee {
  color: #0972CF;
  cursor: pointer;
  text-decoration: underline; }
  .link:active, .link:focus, .link:hover,
  .inner-link:active,
  .steps-header__fee:active,
  .inner-link:focus,
  .steps-header__fee:focus,
  .inner-link:hover,
  .steps-header__fee:hover {
    color: #0972CF;
    text-decoration: none; }


.inner-link {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dashed #0972CF; }
  
  .inner-link:active,
  .inner-link:focus,
  .inner-link:hover {
    border-bottom-color: transparent;
    text-decoration: none; }
  
  .inner-link:focus,
  .inner-link:active {
    border-bottom-color: #0972CF; }

.logo-edit__terms, .photos-edit__terms, .rewards-edit__terms,
.tip {
  color: #999999;
  font-size: 14px; }

.hidden {
  display: none; }

kbd,
.kbd {
  background-color: #333333;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px 0px inset;
  color: white;
  display: inline;
  font-family: monospace, monospace;
  font-size: 12px;
  height: auto;
  line-height: 22.4px;
  padding: 2px 4px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: auto;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent; }

.no-list {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px; }
  .no-list li {
    list-style-type: none; }

.tip-panel {
  background: #F0F5FB;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: 0 0 5px; }
  .tip-panel__icon-wrapper {
    background: #FFFFFF;
    height: 70px;
    width: 70px;
    margin: 0 15px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .tip-panel__icon {
    font-size: 16px;
    background: #11BBE6;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center; }
  .tip-panel__description {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0; }
  .tip-panel__title {
    display: block;
    font-weight: 700;
    padding: 0 0 5px; }
  .tip-panel__advice {
    display: block;
    padding: 0 0 10px; }
  .tip-panel__more {
    font-size: 14px;
    color: #999999; }
    .tip-panel__more:hover {
      color: #999999; }

.tooltip {
  z-index: 500 !important;
  margin: 5px 0;
  opacity: 1 !important; }
  .tooltip:hover .tooltip__text {
    display: block; }
  .tooltip__icon {
    display: block;
    font-size: 16px;
    background: #11BBE6;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s; }
    .tooltip__icon:hover {
      background: #0fa8ce; }
  .tooltip__text {
    top: 35px;
    left: -20px;
    position: absolute;
    display: none;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #11BBE6;
    font-weight: 400;
    font-size: 14px;
    color: #11BBE6;
    min-width: 250px;
    background-color: #f2f2f2;
    z-index: 101; }
    .tooltip__text ul {
      margin: 0;
      padding: 0 0 0 20px; }
  .tooltip__arrow {
    position: absolute;
    width: 20px;
    height: 10px;
    top: -10px;
    left: 19px; }
    .tooltip__arrow polyline {
      stroke: #11BBE6;
      fill: #F2F2F2;
      stroke-width: 1px; }

.question {
  position: relative;
  display: block;
  width: 20px;
  margin: 0 0 0 5px;
  color: #666666; }
  .question .active .question__text {
    display: block; }
  .question__icon {
    display: block;
    font-size: 16px;
    border: 2px solid #666666;
    font-weight: 700;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%; }
  .question__text {
    background: #ffffff;
    z-index: 100;
    top: 35px;
    left: -20px;
    position: absolute;
    display: none;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #666666;
    font-weight: 400;
    font-size: 14px;
    min-width: 275px; }
    .question__text ul {
      margin: 0;
      padding: 0 0 0 20px; }
    .question__text a {
      color: #666666; }
      .question__text a:hover {
        color: #666666; }
  .question__arrow {
    position: absolute;
    width: 20px;
    height: 10px;
    top: -10px;
    left: 19px; }
    .question__arrow polyline {
      stroke: #666666;
      fill: #FFFFFF;
      stroke-width: 1px; }

.navbar {
  background: #333333;
  border-bottom: 3px solid #FF3366 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  color: #ffffff;
  position: relative;
  z-index: 1010;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .navbar.to-phone {
    display: block;
    border: none !important;
    text-align: center;
    padding: 5px;
    border-bottom: 10px solid #fff !important; }
  .navbar .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .navbar__logo {
    background: url(../images/barb-white.png) no-repeat 25px center, #FF0066;
    width: 320px;
    height: 37px;
    padding: 24px 0;
    margin-left: -20px; }
  .navbar__slug {
    font-size: 12px;
    margin-left: -115px;
    margin-top: 13px;
    width: 100px; }
    .navbar__slug a {
      color: #fff; }

.footer {
  background: #333333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-top: auto; }
  @media (max-width: 480px) {
    .footer .row {
      margin: 0 !important; } }

.join-header {
  text-align: center;
  padding: 0;
  font-size: 24px; }

.join-content {
  padding: 10px 0; }
  .join-content .muted {
    color: #aaa; }
  .join-content .section {
    margin-bottom: 30px; }
  .join-content a {
    color: #0683f1; }
  .join-content__to-fee-reg {
    padding: 16px 0 0; }
  .join-content__form {
    padding: 20px 0 0;
    max-width: 435px;
    margin: 0 auto; }
    @media (max-width: 640px) {
      .join-content__form {
        padding: 0 25px; } }
    .join-content__form .text-muted {
      color: #A5A5A5; }
  .join-content__terms {
    padding: 20px 0 10px; }

.join-additional-info {
  max-width: 800px;
  margin: 50px auto 20px; }
  .join-additional-info p {
    font-size: 26px; }
  .join-additional-info a {
    font-size: 13px;
    float: right; }
  .join-additional-info img {
    margin: 20px 0; }
  .join-additional-info .for-desktop {
    display: block; }
  .join-additional-info .for-mobile {
    display: none; }
  @media (max-width: 640px) {
    .join-additional-info img {
      display: none; }
    .join-additional-info .for-desktop {
      display: none; }
    .join-additional-info .for-mobile {
      display: block;
      margin: 0 auto !important; } }

.steps-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 30px; }
  .steps-header__title {
    font-size: 27px; }

.steps-arrow {
  display: block;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 40px; }

.step-arrow {
  display: block;
  float: left;
  color: #333333;
  width: 220px;
  margin: 0 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  position: relative; }
  @media (max-width: 1000px) {
    .step-arrow {
      width: 33.2%;
      margin: 0; } }
  .step-arrow__text {
    line-height: 30px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%; }
  .step-arrow--link:hover .step-arrow__svg {
    fill: #d9d9d9; }
  .step-arrow--link .step-arrow__svg polygon {
    transition: 0.3s;
    fill: #F2F2F2; }
  .step-arrow--link .step-arrow__text {
    color: #333333; }
  .step-arrow--link_ok .step-arrow__svg polygon {
    fill: #BCE0FF; }
  .step-arrow--current {
    cursor: default; }
    .step-arrow--current .step-arrow__svg polygon {
      fill: #FF0066; }
    .step-arrow--current .step-arrow__text {
      color: #ffffff; }
  .step-arrow:first-child {
    margin-left: 0; }
  .step-arrow:last-child {
    margin-right: 0; }

.code_input {
  display: inline;
  width: 100px;
  text-align: center;
  font-size: 22px;
  height: 40px; }

.price__panel {
  position: relative;
  background-color: #F2F2F2; }
  .price__panel label {
    font-weight: normal; }
    .price__panel label.bold {
      font-weight: bold; }

.price__section {
  position: relative; }
  .price__section .fa-check.green {
    color: green; }
  .price__section .fa-minus.gray {
    color: gray; }
  .price__section-check {
    position: absolute;
    right: 8px;
    top: 10px; }
  .price__section-label {
    background-color: #E4E4E4;
    padding: 10px 20px;
    margin-bottom: 3px;
    display: block;
    color: #0972CF; }
    @media (max-width: 600px) {
      .price__section-label {
        color: #0972CF;
        padding: 10px; } }
  .price__section .price-sticky-button {
    display: none;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    padding: 15px;
    border-radius: 0; }

@media (max-width: 600px) {
  .price__section.open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border: 0;
    box-sizing: border-box; }
    .price__section.open .price-sticky-button {
      display: block;
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      bottom: env(safe-area-inset-bottom, 0); } }

.price__section.open > .price__items {
  display: block; }
  @media (max-width: 600px) {
    .price__section.open > .price__items {
      min-height: 91vh; } }

@media (max-width: 600px) {
  .price__section.open .price__section-label {
    color: #333;
    text-align: center;
    font-weight: normal;
    padding: 10px; }
    .price__section.open .price__section-label .fa-caret-right {
      display: none; }
    .price__section.open .price__section-label .fa {
      display: none; } }

.price__section .fa.fa-caret-right {
  transition: 0.3s ease; }

.price__section.open .fa.fa-caret-right {
  /* Для Firefox */
  /* Для IE */
  -webkit-transform: rotate(90deg);
  /* Для Safari, Chrome, iOS */
  /* Для Opera */
  transform: rotate(90deg); }

.price__items {
  display: none;
  transition: 0.3s ease; }

.price__items-item {
  padding: 12px 20px;
  overflow: hidden;
  color: #000;
  border-bottom: 1px solid #ddd; }
  .price__items-item.sub {
    color: #999;
    border-top: 1px dotted #ddd;
    border-bottom: none;
    margin-left: -20px;
    margin-right: -20px; }
  @media (max-width: 600px) {
    .price__items-item {
      padding: 12px;
      background-color: #fff;
      border-bottom: 1px solid #aaa; }
      .price__items-item.sub {
        border-top: 1px dotted #ddd;
        border-bottom: none;
        margin-left: -12px;
        margin-right: -12px; } }
  .price__items-item input {
    vertical-align: baseline;
    padding: 4px;
    font-size: 14px;
    margin-right: 5px; }
    .price__items-item input.required {
      border: 1px solid red; }
    @media (max-width: 600px) {
      .price__items-item input {
        padding: 4px;
        font-size: 12px; } }
  .price__items-item label {
    margin: 0 0 -2px;
    line-height: 15px;
    background-color: #F2F2F2; }
    @media (max-width: 600px) {
      .price__items-item label {
        background-color: transparent; } }
    .price__items-item label .bold {
      font-weight: bold; }
  .price__items-item .item-column {
    vertical-align: bottom; }
    .price__items-item .item-column input[type="checkbox"] {
      vertical-align: middle; }
    .price__items-item .item-column span {
      vertical-align: sub; }
    .price__items-item .item-column__dotted {
      border-bottom: 1px dotted #999; }
    @media (max-width: 600px) {
      .price__items-item .item-column {
        border-bottom: none;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px; } }

.price__items-item_values {
  margin-left: 0px;
  padding-top: 10px;
  /*float: right; margin-top: -9px;*/ }
  .price__items-item_values input[type="radio"] {
    vertical-align: middle;
    margin: -2px 0 0; }
  @media (max-width: 600px) {
    .price__items-item_values {
      margin-left: 0; } }
  .price__items-item_values .form__input-price, .price__items-item_values .form__input-price_time {
    width: 120px;
    margin-left: 10px;
    margin-right: 5px;
    border: 1px solid #ddd;
    padding: 7px; }
    @media (max-width: 600px) {
      .price__items-item_values .form__input-price, .price__items-item_values .form__input-price_time {
        width: 94px;
        margin-left: 5px; } }
  .price__items-item_values .form__input-price.ok {
    border: 1px solid #aaa; }
  .price__items-item_values .form__input-price_time {
    margin-left: 5px; }

.address_oeverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000; }

.menu_addresses {
  display: block; }
  .menu_addresses__item {
    padding: 10px 10px 10px 38px;
    border-bottom: 1px solid #ddd;
    color: #337ab7;
    cursor: pointer; }
  .menu_addresses__add {
    text-decoration: none;
    display: block;
    padding: 10px 38px;
    cursor: pointer; }

.address_item {
  visibility: hidden;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  z-index: 1020;
  background-color: #F2F2F2;
  transition: right 0.5s ease, display 0s 0.5s;
  border: 5px solid #ccc; }
  .address_item.open {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: right 0.5s ease, display 0s 0.5s;
    height: 90%;
    overflow: auto; }
    .address_item.open .form__row {
      display: block; }
    .address_item.open .panel {
      padding: 10px !important; }
  @media screen and (max-width: 576px) {
    .address_item {
      width: 100%; }
      .address_item.open {
        visibility: visible;
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        border: 0;
        box-sizing: border-box; } }
  .address_item .address_header {
    display: block;
    background-color: #E4E4E4;
    color: #333;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    margin: -11px -11px 20px; }
  .address_item .address_save {
    border-radius: 0; }
  .address_item .address_save__fixed {
    margin-top: auto;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 1000; }

.fa.green {
  color: green; }

.fa.gray {
  color: gray; }

.fa.red {
  color: red; }

.barb-bonus {
  margin-top: 30px;
  margin-bottom: 5px; }
  @media (max-width: 450px) {
    .barb-bonus {
      text-align: left;
      margin-top: 5px;
      padding: 14px;
      border-top: 3px solid #FFF;
      border-bottom: 3px solid #FFF; }
      .barb-bonus .bonus_value {
        text-align: center; }
      .barb-bonus.procedure {
        background-color: #E4E4E4;
        border: none;
        padding: 10px 25px;
        text-align: left;
        margin-left: -26px;
        margin-right: -26px; } }
  .barb-bonus__title {
    color: #FF0065;
    font-size: 22px; }
    @media (max-width: 450px) {
      .barb-bonus__title {
        font-size: 16px; } }
  .barb-bonus__muted {
    color: #8c8c8c; }
  .barb-bonus .bonus_value {
    width: 40px; }

.bonus_list {
  color: #FF0065;
  background-color: #F2F2F2;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 4px;
  text-align: center;
  font-size: 18px; }
  .bonus_list.seller_detail {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
    text-align: left;
    font-size: 15px;
    margin-left: 20px; }
  .bonus_list.procedure_detail {
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 15px; }
  .bonus_list a {
    color: #FF0065; }
  .bonus_list > span[data-alert] {
    cursor: pointer; }

.spec-edit {
  font-size: 14px; }
  .spec-edit__title {
    display: block;
    padding: 0 0 5px; }
  .spec-edit__other {
    padding: 10px 0 0; }
  .spec-edit__additional {
    padding: 10px 0 0; }
  .spec-edit__add-spec {
    cursor: pointer;
    color: #2C94EF; }
    .spec-edit__add-spec:hover {
      color: #2C94EF;
      text-decoration: underline; }

.logo-edit__img-wrapper {
  background: #ffffff;
  width: 120px;
  overflow: hidden; }

.logo-edit__img {
  display: block;
  margin: 0 auto;
  width: 100%; }
  .logo-edit__img--master {
    height: 120px;
    border-radius: 100%; }

.logo-edit__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 0; }

.logo-edit__terms {
  font-size: 12px;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  padding: 0 0 0 20px; }
  .logo-edit__terms p {
    margin: 0 0 5px; }
  @media (max-width: 368px) {
    .logo-edit__terms {
      display: none !important; } }

.logo-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  display: none;
  margin: auto;
  z-index: 510;
  background: #f2f2f2;
  padding: 30px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 600px) {
    .logo-dialog {
      padding: 0; } }
  .logo-dialog__content {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .logo-dialog__cropper {
    width: 70%; }
    @media (max-width: 600px) {
      .logo-dialog__cropper {
        width: 100%; } }
  .logo-dialog__panel {
    padding: 0 0 0 40px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 600px) {
      .logo-dialog__panel {
        padding: 0 0 0 5px; } }
  .logo-dialog__preview {
    width: 100%;
    height: 200px;
    overflow: hidden;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4); }
    .logo-dialog__preview--master {
      border-radius: 100%; }
  .logo-dialog__crop-btn {
    margin-top: 20px; }
  .logo-dialog.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .logo-dialog__close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #333333;
    cursor: pointer;
    transition: 0.5s; }
    .logo-dialog__close:hover {
      color: #4d4d4d; }
  .logo-dialog__img {
    display: block;
    max-height: 300px; }

.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.cropper-container img {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;
  image-orientation: 0deg !important; }

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cropper-wrap-box {
  overflow: hidden; }

.cropper-drag-box {
  opacity: 0;
  background-color: #fff; }

.cropper-modal {
  opacity: .5;
  background-color: #000; }

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: #39f solid 1px;
  outline-color: rgba(51, 153, 255, 0.75); }

.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee; }

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px; }

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px; }

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: .75; }

.cropper-center:after, .cropper-center:before {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee; }

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px; }

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px; }

.cropper-face, .cropper-line, .cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1; }

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff; }

.cropper-line, .cropper-point {
  background-color: #39f; }

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize; }

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize; }

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize; }

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize; }

.cropper-point {
  width: 5px;
  height: 5px;
  opacity: .75; }

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize; }

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize; }

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize; }

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize; }

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize; }

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize; }

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize; }

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1; }

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f; }

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px; } }

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px; } }

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75; } }

.cropper-invisible {
  opacity: 0; }

.cropper-bg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC); }

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed; }

.photos-edit__control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 15px; }

.photos-edit__terms {
  font-size: 12px;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  padding: 0 0 0 20px; }
  .photos-edit__terms p {
    margin: 0 0 5px; }

.photos-edit-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.photos-edit-item {
  width: 250px;
  position: relative;
  margin-right: 9px;
  margin-bottom: 10px; }
  @media (max-width: 500px) {
    .photos-edit-item {
      margin-right: 0;
      width: 50%;
      border: 2px solid #f2f2f2; } }
  .photos-edit-item--deleted {
    opacity: 0.5; }
  .photos-edit-item__img {
    display: block;
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center; }
    @media (max-width: 500px) {
      .photos-edit-item__img {
        width: 100%;
        height: 170px; } }
  .photos-edit-item__adult {
    position: absolute;
    right: 35px;
    top: 6px;
    background: #ffffff;
    padding: 2px 5px; }
    @media (max-width: 500px) {
      .photos-edit-item__adult {
        right: 5px;
        bottom: 70px;
        top: auto; } }
  .photos-edit-item__btn {
    position: absolute;
    z-index: 5;
    top: 6px;
    right: 5px;
    width: 25px;
    background: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 26px;
    line-height: 0.7;
    color: red;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); }
    .photos-edit-item__btn .fa {
      font-size: 26px;
      line-height: 1;
      vertical-align: bottom; }
  .photos-edit-item__tools {
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0px 2px; }
    .photos-edit-item__tools .fa {
      color: #717171;
      background: #fff;
      padding: 3px; }
      .photos-edit-item__tools .fa:hover {
        cursor: pointer;
        color: #23527c; }
  @media (max-width: 500px) {
    .photos-edit-item__name {
      height: 90px;
      font-size: 13px;
      padding: 6px; }
      .photos-edit-item__name:focus {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        z-index: 200; } }

.rewards-edit__control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 15px; }

.rewards-edit__terms {
  font-size: 12px;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  padding: 0 0 0 20px; }
  .rewards-edit__terms p {
    margin: 0 0 5px; }

.rewards-edit-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.rewards-edit-item {
  width: 30%;
  position: relative;
  margin: 0 5px 15px; }
  .rewards-edit-item--deleted {
    opacity: 0.5; }
  .rewards-edit-item__img {
    display: block;
    width: 100%; }
  .rewards-edit-item__btn {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    width: 18px;
    background: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 26px;
    line-height: 0.7;
    color: #717171;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); }
    .rewards-edit-item__btn .fa {
      font-size: 10px;
      line-height: 1.7;
      vertical-align: bottom; }
  .rewards-edit-item__name {
    transition: 0.3s ease; }
    @media (max-width: 1000px) {
      .rewards-edit-item__name:focus {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        z-index: 200; } }

.videos-edit-item {
  padding: 0 0 15px; }
  .videos-edit-item__video-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%; }
  .videos-edit-item__iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.brands-edit__list {
  padding: 15px 0 0; }

.brands-edit__item {
  background: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  padding: 1px 12px;
  margin: 0 10px 10px 0;
  color: #333333;
  cursor: default;
  line-height: normal;
  background: #fffffff; }

.brands-edit__detach {
  text-decoration: none !important;
  font-size: 20px;
  color: #333333;
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px 3px 0;
  cursor: pointer; }
  .brands-edit__detach:hover {
    color: #FB1313;
    text-decoration: none; }

.cabinet-map {
  height: 300px; }

.schedule-edit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .schedule-edit__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0 0 10px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px; }
  .schedule-edit__day {
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px; }
  .schedule-edit__from .form__input, .schedule-edit__from .form__input-textarea, .schedule-edit__to .form__input, .schedule-edit__to .form__input-textarea {
    text-align: center; }
  .schedule-edit__dash {
    padding: 0 10px; }

.contacts-edit {
  position: relative; }
  .contacts-edit__delete {
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 20px;
    color: #4d4d4d;
    text-decoration: none;
    transition: 0.3s; }
    .contacts-edit__delete:focus, .contacts-edit__delete:active, .contacts-edit__delete:hover {
      color: #333333;
      text-decoration: none; }
  .contacts-edit__salon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left; }
    @media (max-width: 600px) {
      .contacts-edit__salon {
        display: block; } }
  .contacts-edit__salon-name {
    width: 45%; }
    @media (max-width: 600px) {
      .contacts-edit__salon-name {
        width: 100%; } }
  .contacts-edit__salon-spec {
    width: 45%; }
    @media (max-width: 600px) {
      .contacts-edit__salon-spec {
        width: 100%; } }

@media (max-width: 600px) {
  .btn__delPhone {
    background-color: #ddd;
    color: #333; }
  .inner-link {
    background-color: #ddd;
    color: #333;
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 8px;
    margin-bottom: 10px; } }

.sitename-edit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 600px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sitename-edit__form {
    margin: 0 0 15px;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%; }
  .sitename-edit__input {
    margin: 0 0 15px; }
  .sitename-edit__btn {
    width: 100%;
    padding: 8px 50px;
    font-weight: 400; }
  .sitename-edit__arrow {
    color: #AEAEAE;
    -webkit-flex: 0 1 34%;
    -ms-flex: 0 1 34%;
    flex: 0 1 34%;
    text-align: center; }
  .sitename-edit__result {
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .sitename-edit__response {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 14px;
    color: red; }

@media (max-width: 480px) {
  .mobile-hidden {
    display: none !important; } }

@media (max-width: 1000px) {
  .tablet-hidden {
    display: none !important; } }

@media (min-width: 1001px) {
  .desktop-hidden {
    display: none !important; } }

@media (max-width: 480px) {
  hr {
    height: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: -20px;
    /*margin-right: -20px;*/
    overflow: visible;
    box-sizing: content-box;
    border-top: 1px solid #ddd; }
  hr.white {
    height: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: -20px;
    overflow: visible;
    box-sizing: content-box;
    border-top: 3px solid #fff; } }

.btn {
  border: none;
  color: #ffffff;
  background: #0972CF;
  padding: 15px 50px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none; }
  .btn[disabled] {
    background-color: #ccc; }
    .btn[disabled]:hover {
      background-color: #ddd; }
  @media (max-width: 1000px) {
    .btn {
      font-weight: normal;
      padding: 10px 20px; } }
  .btn:hover {
    background: #168cf5; }
  .btn--file {
    background: #BCE0FF;
    padding: 10px 5px;
    font-size: 12px;
    color: #336699;
    min-width: 120px; }
    .btn--file-dark {
      background-color: #d7d7d7;
      color: #333;
      border-radius: 2px;
      padding: 8px 16px; }
    .btn--file-blue {
      background-color: #bae1ff;
      color: #437292;
      border-radius: 2px;
      padding: 8px 16px; }
    .btn--file:hover {
      background: #89c8ff; }

.form__label {
  margin-bottom: 10px; }

.form__header {
  padding: 20px 0; }

.form__content {
  padding: 35px 40px; }
  @media (max-width: 480px) {
    .form__content {
      padding: 20px 0 0; } }

.form__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 15px; }
  .form__row > .form__label {
    padding: 0 15px 0 0; }
    @media (max-width: 480px) {
      .form__row > .form__label {
        display: block;
        width: 100%;
        margin-bottom: 10px; } }
  .form__row > .form__column, .form__row > .form__input, .form__row > .form__input-textarea {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0; }
  .form__row > .has-feedback {
    width: 50%; }
    @media (max-width: 480px) {
      .form__row > .has-feedback {
        width: 100%; } }

@media (max-width: 480px) {
  .form__row {
    display: block; } }

.form__label {
  font-weight: 700;
  width: 50%;
  text-align: left; }
  .form__label::first-letter {
    text-transform: capitalize; }
  .form__label-tip {
    display: block; }
  .form__label sup {
    color: red;
    font-size: 120%;
    top: 0; }

.form__input, .form__input-textarea {
  display: block;
  width: 100%;
  border: 1px solid #C9C9C9;
  height: 38px;
  padding: 0 10px;
  font-size: 14px; }
  .form__input-textarea {
    height: auto;
    padding: 10px 10px;
    resize: none; }

.form__checker {
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  margin-bottom: 0;
  white-space: nowrap; }
  .form__checker-caption {
    font-weight: 400; }
  .form__checker-input {
    display: none; }
    .form__checker-input:checked + .form__checker-custom:before {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background: #646464;
      border-radius: 1px; }
    .form__checker-input:checked + .form__checker-custom--radio:before {
      border-radius: 100%; }
  .form__checker-custom {
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #646464;
    background: #ffffff;
    margin: 0 5px 0 0;
    position: relative;
    border-radius: 3px; }
    .form__checker-custom--radio {
      border-radius: 100%; }
  .form__checker-caption {
    display: block; }

.form__combined {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .form__combined .form__input, .form__combined .form__input-textarea {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0; }
  .form__combined .btn {
    width: 38px;
    height: 38px;
    padding: 0; }

.form__open-additional, .form__close-additional {
  color: #0972CF;
  display: inline-block;
  margin: 15px 0; }

.form__controls {
  padding: 20px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.form__btn {
  margin: 0 10px;
  font-size: 16px; }
  .form__btn--back {
    background: #999999; }
    .form__btn--back:hover {
      background: #8c8c8c; }

.form__dropdown-wrapper {
  position: relative; }

.form__dropdown {
  position: absolute;
  z-index: 1;
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.3);
  top: 1px;
  left: 1px;
  right: 1px;
  margin: auto; }

.form__result-item {
  border-radius: 0 !important;
  font-size: 15px;
  text-align: left;
  padding: 3px 15px;
  border-bottom: 0;
  border-top: 0;
  background: #ffffff;
  color: #333;
  font-weight: 400;
  border: none;
  width: 100%;
  display: block;
  cursor: pointer; }
  .form__result-item:hover {
    background: #f2f2f2; }

.form__attach-item {
  font-size: 14px;
  text-align: left;
  padding: 3px 15px;
  width: 100%;
  background: #CCCCCC;
  border: none;
  color: #543C4A;
  font-weight: 400; }
  .form__attach-item:hover {
    background: #b3b3b3; }

.has-feedback {
  position: relative;
  width: 100%; }

.form-tip,
.form-error {
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  padding: 2px 10px;
  top: 40px;
  position: absolute;
  border-radius: 3px;
  z-index: 100; }
  .form-tip:before,
  .form-error:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
    top: -10px; }

.has-error .form__input, .has-error .form__input-textarea {
  border: 1px solid red; }

.form-error {
  background: red; }
  .form-error:before {
    border-bottom-color: red; }

.panel {
  background: #F2F2F2 !important;
  margin: 0 0 5px !important;
  padding: 15px 50px !important;
  border-radius: 0 !important;
  box-shadow: none !important; }
  .panel.reg {
    padding: 10px !important;
    background: #FFF !important; }
  .panel .form__label {
    font-size: 17px; }
    @media (min-width: 900px) {
      .panel .form__label {
        width: 30% !important; } }
    @media (max-width: 480px) {
      .panel .form__label {
        white-space: nowrap; } }
  @media (max-width: 1000px) {
    .panel {
      padding: 10px !important;
      margin: 0 !important; } }

@media (max-width: 480px) {
  form {
    background-color: #f2f2f2; } }

.steps-content .work_selector {
  padding: 10px !important;
  background-color: #E4E4E4;
  color: #0972CF;
  margin-bottom: 5px !important;
  display: block; }

.form__row.register-client {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fa-angle-double-left, .fa-angle-double-right {
  font-size: 27px;
  vertical-align: sub;
  line-height: 1px; }

.fa-angle-double-left {
  margin-right: 15px; }

.fa-angle-double-right {
  margin-left: 15px; }

.btn-price-back {
  background-color: #d6d6d6 !important;
  color: #0972CF !important; }

select.new_appearance {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23888" d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 20px;
  padding-right: 30px;
  background-color: #fff;
  color: #444; }

.color-888 {
  color: #888; }

input:focus, select:focus {
  outline: 2px solid transparent; }

.select2-search__field {
  height: 33px; }
