@charset "UTF-8";
.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon::before {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
          transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 1.5em;
          transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
          animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
          animation: swal2-toast-hide 0.1s forwards;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
          animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
          animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-container {
  display: -webkit-box;
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-top {
  -webkit-box-align: start;
          align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.swal2-container.swal2-center {
  -webkit-box-align: center;
          align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-flex: 1;
          flex: 1;
  align-self: stretch;
  -webkit-box-pack: center;
          justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-flex: 1;
          flex: 1;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
          align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
          align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-flex: 1;
          flex: 1;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: -webkit-box;
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  -webkit-box-pack: center;
          justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  -webkit-box-pack: center;
          justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  -webkit-transform: none;
          transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-content {
  z-index: 1;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::-webkit-input-placeholder,
.swal2-file::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::-ms-input-placeholder,
.swal2-file::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::-webkit-input-placeholder, .swal2-file::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::-ms-input-placeholder, .swal2-file::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: inherit;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: inherit;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  -webkit-box-pack: center;
          justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swal2-icon::before {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 92%;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning::before {
  content: "!";
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info::before {
  content: "i";
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question::before {
  content: "?";
}
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "\61F";
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
          transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
          transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swal2-progress-steps {
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
            transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
            transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
            transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
            transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent;
}
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: stretch;
          align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
          flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
          justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.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: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  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;
  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.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.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; }

/* 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: 18px;
  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-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/images/vendor/malihu-custom-scrollbar-plugin/mCSB_buttons.png?3a8a4582fe1dbc77086eccca317c459e); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1); border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75); border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1); border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75); border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1); border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75); border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1); border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75); border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.5)),to(rgba(255,255,255,0)));
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)),to(rgba(255,255,255,0)));
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2); box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-box-flex: 0;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-box-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -webkit-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -moz-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -ms-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }
/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: -webkit-box;
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	-webkit-box-flex: 1;
	        flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@-webkit-keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	-webkit-animation: tooltipster-fading 400ms;
	        animation: tooltipster-fading 400ms;
}

/* rotate */

@-webkit-keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		        transform: rotate(-2deg);
	}
	75% {
		-webkit-transform: rotate(2deg);
		        transform: rotate(2deg);
	}
	100% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
}

@keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		        transform: rotate(-2deg);
	}
	75% {
		-webkit-transform: rotate(2deg);
		        transform: rotate(2deg);
	}
	100% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	-webkit-animation: tooltipster-rotating 600ms;
	        animation: tooltipster-rotating 600ms;
}

/* scale */

@-webkit-keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

.tooltipster-update-scale {
	-webkit-animation: tooltipster-scaling 600ms;
	        animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.c-how__content::before,
.c-how__row::before,
.c-how__video-wrap .js-video-button::before,
.history-slider__item::before,
.history-slider::after,
.history::after,
.about-post ul li::before,
.delivery-content__item .contacts-form::before,
.faq-list__toggler::before,
.events-item-big::before,
.slider-nav__item-img::before,
.seotext-post._blur::before,
.p-cart-choose__wrap input[type=radio] + label::before,
.p-cart-choose__wrap input[type=radio]:checked + label::after,
.event-main__nav-slide::before,
.event-main__link .share__socials::before,
.event-main__seotext::before,
.event-slider__for .js-video-button::before,
.modal__event-nav-slide::before,
.linked::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::before,
.select2-container--default .select2-search--dropdown::before,
.form__checkbox input[type=checkbox] + label::after,
.form__checkbox input[type=checkbox] + label::before,
.policy-checkbox input[type=checkbox] ~ ins::after,
.policy-checkbox input[type=checkbox] ~ ins::before,
.main-nav__checkbox input[type=checkbox] + label::after,
.main-nav__checkbox input[type=checkbox] + label::before,
.header-top .container::before,
.header-filter::before,
.header--cart-empty .header-top::before,
.header--cart::before,
.dropdown-arrow::before {
  content: "";
  position: absolute;
}

.dropdown-arrow::before {
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 0;
  top: 50%;
  z-index: 2;
}

@font-face {
  font-family: "MontserratRegular";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/MontserratRegular.eot?46a837b2bf719554a4c1077fbe603f4f);
  src: url(/fonts/MontserratRegular.eot?46a837b2bf719554a4c1077fbe603f4f) format("embedded-opentype"), url(/fonts/MontserratRegular.woff?2a1aa396e55a859b1a1c490737f28072) format("woff"), url(/fonts/MontserratRegular.ttf?9c46095118380d38f12e67c916b427f9) format("truetype");
}

@font-face {
  font-family: "MontserratMedium";
  font-weight: 500;
  font-style: normal;
  src: url(/fonts/MontserratMedium.eot?131d2297a46ca90c362c70a4d9a6979d);
  src: url(/fonts/MontserratMedium.eot?131d2297a46ca90c362c70a4d9a6979d) format("embedded-opentype"), url(/fonts/MontserratMedium.woff?ca12e1560a47ebdb9ab34ce0dbebd7c1) format("woff"), url(/fonts/MontserratMedium.ttf?a98626e1aef6ceba5dfc1ee7112e235a) format("truetype");
}

@font-face {
  font-family: "MontserratBlack";
  font-weight: 900;
  font-style: normal;
  src: url(/fonts/MontserratBlack.eot?82de77e7ba0bf088c92d66c9e6f1969f);
  src: url(/fonts/MontserratBlack.eot?82de77e7ba0bf088c92d66c9e6f1969f) format("embedded-opentype"), url(/fonts/MontserratBlack.woff?03a26d041626d9fa7dd1a9e24d2dd0de) format("woff"), url(/fonts/MontserratBlack.ttf?6d1796a9f798ced8961baf3c79f894b6) format("truetype");
}

@font-face {
  font-family: "MontserratSemiBold";
  font-weight: 600;
  font-style: normal;
  src: url(/fonts/MontserratSemiBold.eot?1f7b512c447ee76be0586d1a2e4c7131);
  src: url(/fonts/MontserratSemiBold.eot?1f7b512c447ee76be0586d1a2e4c7131) format("embedded-opentype"), url(/fonts/MontserratSemiBold.woff?ba53afdcb9bd46e135adc945076d01b4) format("woff"), url(/fonts/MontserratSemiBold.ttf?c88cecbffad6d8e731fd95de49561ebd) format("truetype");
}

@font-face {
  font-family: "MontserratBold";
  font-weight: bold;
  font-style: normal;
  src: url(/fonts/MontserratBold.eot?12af69863c4cb819d1f84d4d74436387);
  src: url(/fonts/MontserratBold.eot?12af69863c4cb819d1f84d4d74436387) format("embedded-opentype"), url(/fonts/MontserratBold.woff?0f6f4bb50e1c7d6813a02f8b1822db68) format("woff"), url(/fonts/MontserratBold.ttf?88932dadc42e1bba93b21a76de60ef7a) format("truetype");
}

@font-face {
  font-family: "MontserratLight";
  font-weight: 300;
  font-style: normal;
  src: url(/fonts/MontserratLight.eot?228e8e006654fc7aa665f322090c56af);
  src: url(/fonts/MontserratLight.eot?228e8e006654fc7aa665f322090c56af) format("embedded-opentype"), url(/fonts/MontserratLight.woff?75ac2d463b1b7332a85e9bd0478567d2) format("woff"), url(/fonts/MontserratLight.ttf?91fa45ed0f53fe27ed2a2134b58307a1) format("truetype");
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

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

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/images/vendor/intl-tel-input/build/flags.png?416250f60d785a2e02f17e054d2e4e44);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/images/vendor/intl-tel-input/build/flags@2x.png?d429a5777afaf2fc349652e812e9bb11);
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */

.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */

.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Emphatic
 */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
          transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  line-height: 1.85;
  min-width: 320px;
  position: relative;
  font-family: "MontserratRegular", sans-serif;
  color: #000;
  margin: 0;
}

body.body-short {
  display: -webkit-box;
  display: flex;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

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

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

::placeholder {
  color: #666;
  opacity: 1;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

.image img {
  display: block;
  width: 100%;
}

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

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

input,
select,
button,
textarea {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  color: inherit;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #F43C3C;
}

a.disabled {
  color: #5a5f65;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  background: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

body.hidden {
  overflow: hidden;
}

.logo {
  margin-right: 21px;
}

.logo img {
  display: block;
  width: 136px;
  text-indent: -9999px;
}

.language {
  margin-right: auto;
  position: relative;
  padding: 8px 12px;
  min-width: 68px;
}

.language-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 12px 14px rgba(38, 42, 47, 0.1);
  background-color: #ffffff;
  padding: 33px 28px 8px 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  color: #5b5b5b;
  font-size: 13px;
  z-index: 3;
}

.language-dropdown.loaded {
  display: block;
}

.language-dropdown.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.language-dropdown li {
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.language-dropdown li.active {
  display: none;
}

.language-dropdown li:hover {
  color: #F43C3C;
}

.language-toggler {
  font-family: "MontserratMedium", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
  z-index: 4;
}

.language-toggler:hover {
  color: #F43C3C;
}

.language-toggler.open {
  color: #F43C3C;
}

.language-toggler.open::before {
  border-bottom-color: #F43C3C;
  border-right-color: #F43C3C;
}

.login {
  padding: 27px 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-left: 1px solid #F1F2F6;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.login span {
  margin-left: 10px;
  font-family: "MontserratBold", sans-serif;
  margin-top: 1px;
}

.login svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.login:hover svg path {
  fill: #F43C3C;
}

.cart {
  padding: 27px 61px;
  background-color: #F43C3C;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

.cart.active {
  background-color: transparent;
  border-left: 1px solid #f1f2f6;
  border-right: 1px solid #f1f2f6;
}

.cart.active:hover {
  background-color: transparent;
}

.cart.active span {
  color: #000;
}

.cart.active svg {
  -webkit-animation: none;
          animation: none;
}

.cart.active svg path {
  fill: #F43C3C;
}

.cart svg {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.cart span {
  font-family: "MontserratBold", sans-serif;
  color: #fff;
  margin-left: 10px;
}

.cart:hover {
  background-color: #D11F1F;
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

.datepicker-here .datepicker-footer {
  padding-bottom: 0;
}

.datepicker-input {
  color: transparent;
  background: transparent;
  font-family: "MontserratRegular", sans-serif;
  font-size: 14px;
  position: absolute;
  left: 30px;
  cursor: pointer;
}

.header {
  position: relative;
}

.header.fixed-header .header-top > .main-nav__item-submit {
  display: none;
}

.header.fixed-header .header-top .tab {
  margin-right: 30px;
}

.header-book {
  display: none;
}

.header-timer {
  font-size: 20px;
  color: #F43C3C;
  font-family: "MontserratBold", sans-serif;
  background-color: #FFF7F7;
  padding: 21px 45px 21px 45px;
  margin-left: auto;
  border-left: 1px solid #E4E6EB;
  width: 162px;
  flex-shrink: 0;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  right: 0;
  top: 0;
}

.header-timer.active {
  color: #fff;
  background-color: #F43C3C;
}

.header-alarm {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-left: 38px;
}

.header-alarm__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 30px;
}

.header-alarm__info .date {
  margin-right: 60px;
}

.header-alarm__info .date__date-day {
  font-size: 40px;
}

.header-alarm__info .date__year {
  font-size: 12px;
}

.header-alarm__info .date__month {
  font-size: 14px;
}

.header-alarm__text {
  color: #000;
  font-family: "MontserratBold", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin-right: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}

.header-alarm__close {
  padding: 32px;
  border-left: 1px solid #E4E6EB;
}

.header-alarm__close svg {
  display: block;
}

.header-alarm__close svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header-alarm__close:hover path {
  fill: #F43C3C;
}

.header--short .header-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: static !important;
  padding-left: 80px;
}

.header--cart {
  padding-top: 0;
  padding-bottom: 0;
}

.header--cart::before {
  height: 100%;
  width: 25px;
  top: 0;
  left: 295px;
  z-index: 2;
  pointer-events: none;
  background: url(/images/arrow-header.png?8c68d9852252b75eeb6f8cf5018fb6bb) no-repeat center;
}

.header--cart .logo {
  flex-shrink: 0;
}

.header--cart-success {
  margin-bottom: 0 !important;
}

.header--cart-empty .header-top {
  padding: 20px 30px 19px;
  max-width: 1315px;
  margin: 0 auto;
  position: relative !important;
}

.header--cart-empty .header-top .logo {
  position: relative;
  top: -1px;
}

.header--cart-empty .header-top::before {
  height: 100%;
  width: 25px;
  background: url(/images/arrow-header.png?8c68d9852252b75eeb6f8cf5018fb6bb) no-repeat center;
  top: 0;
  left: 245px;
  z-index: 2;
  pointer-events: none;
}

.header--book .logo {
  flex-shrink: 0;
}

.header-filter {
  display: none;
  padding-right: 130px;
  padding-left: 30px;
  position: relative;
}

.header-filter__heads {
  background-color: #fff;
  font-family: "MontserratBold", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}

.header-filter .search-city__content {
  padding-bottom: 0;
}

.header-filter__choose {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 15px;
  margin-bottom: 12px;
  position: relative;
}

.header-filter__choose .main-nav__dropdown {
  top: 37px;
}

.header-filter__choose .main-nav__item-submit {
  position: static;
  opacity: 1;
  visibility: visible;
  display: none;
}

.header-filter__choose .main-nav__item-submit .btn {
  width: 100%;
}

.header-filter .tab {
  cursor: pointer;
}

.header-filter .tab.active .dropdown-arrow::before {
  border-bottom-color: #F43C3C;
  border-right-color: #F43C3C;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  margin-top: 2px;
}

.header-filter .tab.active span {
  color: #F43C3C;
}

.header-filter .tab.active svg path {
  fill: #F43C3C;
}

.header-filter__scroll {
  height: 148px;
}

.header-filter__footer {
  padding: 30px;
  padding-bottom: 20px;
}

.header-filter__footer .main-nav__item-submit {
  position: static;
  opacity: 1;
  visibility: visible;
  padding-top: 12px;
  display: none;
  -webkit-transform: none;
          transform: none;
}

.header-filter__footer .main-nav__item-submit .btn {
  width: 100%;
}

.header-filter__footer .mCSB_container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -12px;
  width: 100%;
}

.header-filter > .dropdown-toggler {
  z-index: 16;
}

.header-filter > .dropdown-toggler span {
  margin-left: 0;
}

.header-filter > .dropdown-header {
  top: -20px;
  width: 100%;
}

.header-filter .header-choose {
  padding: 66px 30px 15px;
  border-bottom: 1px solid #E7E8E9;
  -webkit-box-align: center;
          align-items: center;
}

.header-filter .header-choose__item {
  margin-right: 0;
  width: 50%;
}

.header-filter::before {
  height: 50px;
  left: 0;
  top: -13px;
  width: 1px;
  background: #E4E6EB;
  z-index: 1;
}

.header-top .dropdown-arrow {
  display: -webkit-inline-box;
  display: inline-flex;
}

.header-top .dropdown-arrow::before {
  margin-top: -1px;
}

.header-top .dropdown-arrow span {
  margin-left: 10px;
  line-height: 1.5;
}

.header-top .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header-top .container::before {
  height: 100%;
  width: 25px;
  background: url(/images/arrow-header.png?8c68d9852252b75eeb6f8cf5018fb6bb) no-repeat center;
  top: 0;
  left: 265px;
  z-index: 2;
  pointer-events: none;
}

.header-top.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 30;
  background-color: #F1F2F6;
  box-shadow: 0 6px 8px 0 rgba(38, 42, 47, 0.2);
  -webkit-animation: smoothScroll 0.5s forwards;
          animation: smoothScroll 0.5s forwards;
}

.header-top.fixed .header-filter {
  display: block;
}

.header-top.fixed .container::before {
  left: 170px;
}

.header-top.fixed .search-dropdown {
  top: 44px;
  left: 24px;
  width: calc(100% - 24px);
}

.header-top.fixed .search input {
  background-color: transparent;
}

.header-top.fixed .logo img {
  width: 110px;
}

.header-top.fixed .language {
  display: none;
}

.header-top.fixed .cart {
  padding: 12px 15px;
}

.header-top.fixed .login {
  padding: 12px 26px;
  border-left-color: #E4E6EB;
}

.header-top.fixed .login span {
  display: none;
}

.header-nav {
  display: -webkit-box;
  display: flex;
}

.header-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.header-bottom {
  background: #F1F2F6;
}

.header-bottom .datepicker-footer {
  padding-bottom: 40px;
}

.header-bottom.fixed {
  margin-top: 80px;
}

.header-bottom__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.header-choose {
  display: -webkit-box;
  display: flex;
  padding: 20px 0;
}

.header-choose__item {
  margin-right: 85px;
  position: relative;
}

.header-choose__item:last-child {
  margin-right: 35px;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.main-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.main-list li + li {
  margin-left: 25px;
}

.main-list a {
  display: inline-block;
  position: relative;
}

.main-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.main-nav__dropdown {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 12px 14px rgba(38, 42, 47, 0.1);
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  min-width: 183px;
}

.main-nav__dropdown-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.main-nav__dropdown-row:last-child {
  margin-bottom: 0;
}

.main-nav__dropdown.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-nav__dropdown .main-nav__item {
  margin-bottom: 10px;
}

.main-nav__dropdown .main-nav__item:last-child {
  margin-bottom: 0;
}

.main-nav__dropdown .main-nav__item + .main-nav__item {
  margin-left: 0;
}

.main-nav__dropdown-toggler {
  cursor: pointer;
  height: 20px;
  width: 13px;
  position: relative;
}

.main-nav__dropdown-toggler svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-nav__dropdown-toggler svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.main-nav__dropdown-toggler:hover svg path {
  fill: #F43C3C;
}

.main-nav__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 0;
}

.main-nav__item-submit {
  position: absolute;
  left: 0;
  bottom: -44px;
  z-index: 10;
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.main-nav__item-submit.open {
  opacity: 1;
  visibility: visible;
}

.main-nav__item-submit .btn {
  padding: 10px 14px;
  width: 100%;
}

.main-nav__item + .main-nav__item {
  margin-left: 45px;
}

.main-nav__link a {
  display: inline-block;
  color: #5b5b5b;
  margin-left: 12px;
  line-height: 1;
  word-break: break-all;
}

.main-nav__link a:hover {
  color: #F43C3C;
}

.main-nav__checkbox input[type=checkbox] {
  display: none;
}

.main-nav__checkbox input[type=checkbox] + label {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.main-nav__checkbox input[type=checkbox] + label::before {
  border: 1px solid #c5c6ca;
  width: 100%;
  height: 100%;
  left: 0;
  top: -1px;
}

.main-nav__checkbox input[type=checkbox] + label::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: -1px;
  background: #F43C3C url(/images/checkbox.svg?c5690a74753e7a0043d15368e4464e9d) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.main-nav__checkbox input[type=checkbox]:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hamburger {
  display: none;
  cursor: pointer;
  padding: 0;
}

.hamburger-inner {
  background-color: #333;
}

.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #333;
}

.footer {
  margin-top: auto;
  background-color: #f1f2f6;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footer--short .footer__bottom {
  padding-left: 80px;
  padding-right: 80px;
}

.footer .socials a:hover span {
  color: #F43C3C;
}

.footer__top {
  padding: 68px 0 52px;
}

.footer__bottom {
  padding: 23px 0;
  background-color: #262a2f;
}

.footer__bottom .row {
  -webkit-box-align: center;
          align-items: center;
}

.footer__head {
  font-size: 18px;
  margin-bottom: 25px;
  font-family: "MontserratBold", sans-serif;
  color: #141b23;
}

.footer__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.footer__list li {
  padding: 0 30px;
  width: 33.333%;
  margin-bottom: 15px;
}

.footer__list li a {
  font-size: 14px;
  color: #141b23;
  line-height: 1.2;
  display: block;
  position: relative;
  display: inline-block;
}

.footer__list li a:hover {
  color: #F43C3C;
}

.footer__list--half li {
  width: 50%;
}

.copyright {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

.designed {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.designed span {
  font-size: 13px;
  margin-left: 10px;
  color: #fff;
}

.dev__link {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  text-decoration: none;
  color: white;
}

.dev__link:hover span {
  color: #F43C3C;
}

.dev__link::before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  content: "";
  background: url(/images/planet.svg?d1d49c1ea8f9ddc27553ab4b5f3fef64) no-repeat 50% 50%/26px 26px;
}

.dev__link::after {
  position: absolute;
  top: -7px;
  left: -4px;
  display: block;
  width: 34px;
  height: 34px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: url(/images/satellite.svg?66f5eb2bf8cacdecbcbeb8d139a6bb6b) no-repeat 50% 50%/34px 34px;
}

.dev__link:hover::before {
  -webkit-animation: grotate 0.5s ease-in-out forwards;
          animation: grotate 0.5s ease-in-out forwards;
}

.dev__link:hover::after {
  -webkit-animation: bulletrotate 0.5s ease-in-out 0.45s forwards;
          animation: bulletrotate 0.5s ease-in-out 0.45s forwards;
}

.dev__link-text {
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  box-shadow: 0 2px 0 transparent;
  color: #fff;
}

@-webkit-keyframes grotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes grotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes bulletrotate {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes bulletrotate {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCSB_scrollTools .mCSB_dragger_bar {
  background-color: #F43C3C !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e7e8e9;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.dropdown-date {
  display: none;
}

.dropdown-date.loaded {
  display: block;
}

.dropdown-city {
  display: none;
}

.dropdown-city.loaded {
  display: block;
}

.dropdown-header {
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #fff;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.2);
  width: 290px;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.dropdown-header.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.dropdown-header .btn {
  padding-top: 13px;
  padding-bottom: 13px;
}

.dropdown-arrow {
  padding-right: 14px;
  position: relative;
}

.dropdown-arrow span,
.dropdown-arrow path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.dropdown-arrow:hover::before {
  border-bottom-color: #F43C3C;
  border-right-color: #F43C3C;
}

.dropdown-arrow:hover span {
  color: #F43C3C;
}

.dropdown-arrow:hover svg path {
  fill: #F43C3C;
}

.dropdown-arrow.active::before {
  border-bottom-color: #F43C3C;
  border-right-color: #F43C3C;
  -webkit-transform: translateY(0) rotate(225deg);
          transform: translateY(0) rotate(225deg);
}

.dropdown-arrow.active span {
  color: #F43C3C;
}

.dropdown-arrow.active svg path {
  fill: #F43C3C;
}

.dropdown-toggler {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.dropdown-toggler-fixed span {
  margin-left: 0 !important;
}

.dropdown-toggler::before {
  border-bottom-color: #5b5b5b;
  border-right-color: #5b5b5b;
}

.dropdown-toggler:hover span {
  color: #F43C3C;
}

.dropdown-toggler:hover svg path {
  fill: #F43C3C;
}

.dropdown-toggler span {
  line-height: 1;
  margin-left: 14px;
  color: #5b5b5b;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.dropdown-toggler svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.datepicker {
  background-color: #fff;
  border-radius: 0;
  border: none;
  width: 290px;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.datepicker-tab .datepicker {
  width: 100%;
}

.datepicker.-from-bottom- {
  -webkit-transform: translate(-30px, 10px);
          transform: translate(-30px, 10px);
}

.datepicker .selected-day {
  background-color: #39c133;
  color: #fff;
}

.datepicker .datepicker--cell.-selected-,
.datepicker .datepicker--cell.-selected-.-current- {
  background-color: #F43C3C;
}

.datepicker--cell {
  font-size: 14px;
  border-radius: 0 !important;
  height: 26px;
  margin-bottom: 8px;
}

.datepicker--cell.-range-to-,
.datepicker--cell.-range-from- {
  border: none;
  background-color: transparent;
}

.datepicker--cell.-current- {
  color: #000;
}

.datepicker--cell.-current-.-in-range- {
  color: #fff;
}

.datepicker--cell:hover {
  background-color: #F43C3C !important;
  color: #fff !important;
  border: none;
}

.datepicker--cell-selected-,
.datepicker--cell-selected-.-current- {
  background-color: #F43C3C;
}

.datepicker--cell.-in-range- {
  background: transparent;
  color: #000;
}

.datepicker--cell.-in-range-.-disabled-.-weekend- {
  color: #aeaeae;
}

.datepicker--cell.-in-range-.selected-day {
  background-color: #39c133;
  color: #fff;
}

.datepicker--cell.-in-range-.-other-month-.selected-day {
  background-color: #39c133;
  color: #fff;
}

.datepicker--cell.-in-range-.-other-month- {
  background: transparent;
  color: #dedede;
}

.datepicker--cell.-in-range-.-disabled-.-other-month- {
  background: transparent;
  color: #dedede;
}

.datepicker--cell.-in-range-.-current- {
  color: #000;
}

.datepicker--cell.-in-range-.-disabled- {
  color: #aeaeae;
}

.picked .datepicker--cell.-in-range- {
  background-color: #f99d9d;
  color: #fff;
}

.picked .datepicker--cell.-in-range-.selected-day {
  background-color: #f99d9d;
  color: #fff;
}

.datepicker--day-name {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  text-transform: none;
}

.datepicker--content {
  padding: 10px 25px;
}

.datepicker--nav {
  padding: 11px 25px;
}

.datepicker--nav-action:hover path {
  stroke: #F43C3C;
}

.datepicker--nav-action path {
  stroke: #000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.datepicker--nav-action:hover {
  background-color: transparent;
}

.datepicker--nav-title {
  font-size: 14px;
  font-family: "MontserratBold", sans-serif;
  border-radius: 0;
}

.datepicker--nav-title:hover {
  background-color: transparent;
}

.datepicker--pointer {
  display: none;
}

.datepicker-footer {
  padding: 18px 30px 30px;
  border-top: 1px solid #F1F2F6;
}

.datepicker-footer .btn {
  padding-top: 13px;
  padding-bottom: 13px;
}

.datepicker-links {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin: 0 -5px 0;
}

.datepicker-links__item {
  width: calc(50% - 10px);
  font-size: 13px;
  margin: 0 5px 10px;
  text-align: center;
  padding: 10px 5px;
  color: #000;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.datepicker-links__active {
  background-color: #F43C3C;
  color: #fff;
}

.datepicker-links__active:hover {
  color: #fff;
}

.search {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-right: 47px;
  position: relative;
}

.search-dropdown {
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  z-index: 15;
  top: 60px;
  left: 20px;
  width: calc(100% - 20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  display: none;
}

.search-dropdown.loaded {
  display: block;
}

.search-dropdown.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.search-dropdown__content {
  padding: 30px;
  max-height: 400px;
}

.search-dropdown__head {
  width: 55%;
  color: #141b23;
  line-height: 1.3;
  margin-right: 30px;
}

.search-dropdown__img {
  margin-right: 12px;
  flex-shrink: 0;
}

.search-dropdown__img img {
  display: block;
  width: 40px;
  height: 55px;
}

.search-dropdown__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.search-dropdown__row:last-child {
  margin-bottom: 0;
}

.search-dropdown__footer {
  padding: 14px 30px;
  background-color: #F1F2F6;
}

.search-dropdown__result {
  color: #5b5b5b;
}

.search-dropdown__result:hover {
  color: #5b5b5b;
}

.search-dropdown__result span {
  color: #000;
}

.search-city__content {
  padding: 26px 30px 30px;
}

.search-city__search {
  position: relative;
}

.search-city__search button {
  position: absolute;
  right: 30px;
  top: 18px;
}

.search-city__search button svg {
  display: block;
}

.search-city__search button svg path,
.search-city__search button svg g {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.search-city__search button:hover svg path {
  fill: #F43C3C;
}

.search-city__search button:hover svg g {
  opacity: 1;
}

.search-city__search input {
  display: block;
  width: 100%;
  padding: 16px 30px;
  border-bottom: 1px solid #e7e8e9;
  font-size: 14px;
  font-family: "MontserratRegular", sans-serif;
  color: #000;
  -webkit-appearance: none;
  border-radius: 0;
}

.search-city__search input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "MontserratRegular", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

.search-city__search input::-moz-placeholder {
  font-size: 14px;
  font-family: "MontserratRegular", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

.search-city__search input:-ms-input-placeholder {
  font-size: 14px;
  font-family: "MontserratRegular", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

.search-city__search input::-ms-input-placeholder {
  font-size: 14px;
  font-family: "MontserratRegular", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

.search-city__search input::placeholder {
  font-size: 14px;
  font-family: "MontserratRegular", sans-serif;
  color: rgba(0, 0, 0, 0.5);
}

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

.search__form svg {
  display: block;
}

.search__form svg path,
.search__form svg g {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.search__form svg:hover g {
  opacity: 1;
}

.search__form svg:hover path {
  fill: #F43C3C;
}

.search__form input {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 10px 20px 10px 70px;
  font-size: 14px;
  color: #000;
  font-family: "MontserratRegular", sans-serif;
}

.search__form input::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "MontserratRegular", sans-serif;
}

.search__form input::-moz-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "MontserratRegular", sans-serif;
}

.search__form input:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "MontserratRegular", sans-serif;
}

.search__form input::-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "MontserratRegular", sans-serif;
}

.search__form input::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "MontserratRegular", sans-serif;
}

.socials img,
.socials svg {
  display: block;
}

.socials svg path,
.socials svg g {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.socials svg:hover g {
  opacity: 1;
}

.socials-main li + li {
  margin-top: 12px;
}

.socials-main li:hover svg g {
  opacity: 1;
}

.socials-main li:nth-child(1):hover path {
  fill: #577DCB;
}

.socials-main li:nth-child(2):hover path {
  fill: #7197C6;
}

.socials-main li:nth-child(3) #insta-gradient {
  opacity: 0;
}

.socials-main li:nth-child(3):hover #insta-gradient {
  opacity: 1;
}

.socials-main li:nth-child(3):hover #insta-gridor {
  opacity: 0;
}

.socials-main li:nth-child(4):hover path {
  fill: #0790D6;
}

.socials-main a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.socials-main a span {
  color: #141b23;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.socials-main a:hover span {
  color: #fff;
}

.socials-main a svg {
  margin-right: 10px;
}

.socials-payment {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.socials-payment li + li {
  margin-left: 20px;
}

.socials-payment li + li {
  margin-left: 24px;
}

.socials-payment__visa:hover svg path {
  fill: #1989DB;
  opacity: 1;
}

.socials-payment__mastercard #mastercard-gradient {
  opacity: 0;
}

.socials-payment__mastercard:hover #mastercard-gradient {
  opacity: 1;
}

.socials-payment__mastercard:hover #mastercard-gridor {
  opacity: 0;
}

.socials-payment__paypal svg:hover g g:first-child path {
  fill: #019ADE;
}

.socials-payment__paypal svg:hover g g:last-child path {
  fill: #2F71E5;
}

.socials-payment__vorkasse svg:hover path {
  fill: #2F9DDF;
}

.socials-payment__sofort svg:hover path {
  fill: #EA6F92;
}

.telegram:hover path {
  fill: #0790D6;
}

.vk:hover path {
  fill: #7197C6;
}

.facebook-2:hover path {
  fill: #577DCB;
}

.facebook:hover path {
  fill: #577DCB;
}

.whatsup:hover path {
  fill: #3EE25B;
}

.viber:hover path {
  fill: #7B519C;
}

.odnoklasniki:hover path {
  fill: #F7931E;
}

.container {
  padding: 0 30px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .grid,
.no-gutters > [class*=grid-] {
  padding-right: 0;
  padding-left: 0;
}

.grid,
.grid-1,
.grid-10,
.grid-11,
.grid-12,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-auto,
.grid-lg,
.grid-lg-1,
.grid-lg-10,
.grid-lg-11,
.grid-lg-12,
.grid-lg-2,
.grid-lg-3,
.grid-lg-4,
.grid-lg-5,
.grid-lg-6,
.grid-lg-7,
.grid-lg-8,
.grid-lg-9,
.grid-lg-auto,
.grid-md,
.grid-md-1,
.grid-md-10,
.grid-md-11,
.grid-md-12,
.grid-md-2,
.grid-md-3,
.grid-md-4,
.grid-md-5,
.grid-md-6,
.grid-md-7,
.grid-md-8,
.grid-md-9,
.grid-md-auto,
.grid-sm,
.grid-sm-1,
.grid-sm-10,
.grid-sm-11,
.grid-sm-12,
.grid-sm-2,
.grid-sm-3,
.grid-sm-4,
.grid-sm-5,
.grid-sm-6,
.grid-sm-7,
.grid-sm-8,
.grid-sm-9,
.grid-sm-auto,
.grid-xl,
.grid-xl-1,
.grid-xl-10,
.grid-xl-11,
.grid-xl-12,
.grid-xl-2,
.grid-xl-3,
.grid-xl-4,
.grid-xl-5,
.grid-xl-6,
.grid-xl-7,
.grid-xl-8,
.grid-xl-9,
.grid-xl-auto {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.grid {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.grid-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.grid-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.grid-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.grid-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.grid-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.grid-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.grid-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.grid-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.grid-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.grid-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.grid-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.grid-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.grid-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .grid-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .grid-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .grid-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .grid-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .grid-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .grid-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .grid-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .grid-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .grid-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .grid-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .grid-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .grid-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .grid-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .grid-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .grid-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .grid-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .grid-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .grid-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .grid-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .grid-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .grid-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .grid-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .grid-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .grid-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .grid-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .grid-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .grid-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .grid-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .grid-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .grid-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .grid-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .grid-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .grid-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .grid-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .grid-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .grid-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .grid-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .grid-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .grid-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .grid-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .grid-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .grid-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .grid-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .grid-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .grid-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .grid-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .grid-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.policy-checkbox__label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

.policy-checkbox label.error {
  width: 100%;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.policy-checkbox.has-error input[type=checkbox] ~ ins::before {
  border: 1px solid #F43C3C;
}

.policy-checkbox.error input[type=checkbox] ~ ins::before {
  background-color: #FDEBEB;
}

.policy-checkbox.error input[type=checkbox] ~ ins::after {
  background-color: #F43C3C;
}

.policy-checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.policy-checkbox input[type=checkbox] ~ ins {
  padding-left: 80px;
  position: relative;
  cursor: pointer;
  display: block;
  line-height: 1.2;
  color: #898d91;
}

.policy-checkbox input[type=checkbox] ~ ins a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.policy-checkbox input[type=checkbox] ~ ins a:hover {
  border-bottom-color: transparent;
  color: #F43C3C;
}

.policy-checkbox input[type=checkbox] ~ ins::before {
  width: 60px;
  height: 34px;
  border-radius: 20px;
  background-color: #F1F2F6;
  left: 0;
  top: 0;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

.policy-checkbox input[type=checkbox] ~ ins::after {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #bdbfc5;
  border-radius: 50%;
  left: 7px;
  top: 7px;
  -webkit-transition: background 0.35s ease, left 0.35s ease;
  transition: background 0.35s ease, left 0.35s ease;
}

.policy-checkbox input[type=checkbox]:checked ~ ins::before {
  background-color: #F43C3C;
}

.policy-checkbox input[type=checkbox]:checked ~ ins::after {
  left: 32px;
  background-color: #fff;
}

.toggle-password {
  width: 24px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 30px;
  background: url(/images/eye-hide.svg?590cbfc470c26e123dfce39f77000126) no-repeat center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.toggle-password.open {
  background: url(/images/eye.svg?bb27b7f09bef285b5af280748e72ee6c) no-repeat center;
  background-size: contain;
}

label.error {
  font-family: "MontserratRegular", sans-serif;
  color: #F43C3C;
  font-size: 13px;
  line-height: 1.4;
  display: block;
  margin-top: 5px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

label.error.valid {
  width: 20px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 30px;
  background: url(/images/verification-mark.svg?6dd5731e35bc72148689901cda2fa72c) no-repeat center;
  background-size: contain;
}

.iti {
  display: block;
}

.iti__selected-flag {
  position: relative;
}

.iti__selected-flag:hover .iti__arrow {
  border-bottom-color: #F43C3C;
  border-right-color: #F43C3C;
}

.iti__arrow {
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 6px;
  height: 6px;
  z-index: 10;
  position: absolute;
  right: -10px;
  top: 27px;
}

.iti__arrow--up {
  border-bottom-color: #F43C3C;
  border-right-color: #F43C3C;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 31px;
}

.iti__country-list {
  box-shadow: none;
  z-index: 6;
}

.iti__flag-container {
  height: 63px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown .iti__selected-flag {
  background: transparent;
  outline: none !important;
}

.form-modal .g-recaptcha.btn--red {
  -webkit-transform: none;
          transform: none;
  margin-right: 0;
}

.form-list {
  max-width: 588px;
}

.form__textarea {
  min-height: 116px;
}

.form__input,
.form__textarea {
  display: block;
  width: 100%;
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-appearance: none;
  border-radius: 0;
  border: solid 1px #cccccc;
  padding: 21px 30px;
}

.form__input:focus,
.form__input:hover,
.form__textarea:focus,
.form__textarea:hover {
  border-color: #b3b3b3;
}

.form__input.error,
.form__textarea.error {
  border-color: #F43C3C;
}

.form__input:-webkit-autofill,
.form__input:-webkit-autofill:hover,
.form__input:-webkit-autofill:active,
.form__input:-webkit-autofill:focus,
.form__textarea:-webkit-autofill,
.form__textarea:-webkit-autofill:hover,
.form__textarea:-webkit-autofill:active,
.form__textarea:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
  background-color: #fff !important;
}

.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "MontserratRegular", sans-serif;
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "MontserratRegular", sans-serif;
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "MontserratRegular", sans-serif;
}

.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #000;
  font-family: "MontserratRegular", sans-serif;
}

.form__input::placeholder,
.form__textarea::placeholder {
  font-size: 16px;
  color: #000;
  font-family: "MontserratRegular", sans-serif;
}

.form__label {
  position: absolute;
  top: -13px;
  left: 20px;
  background-color: #fff;
  padding: 0 10px;
  font-size: 13px;
  color: #000;
  z-index: 5;
}

.form__label span {
  color: #F43C3C;
}

.form__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 -15px;
}

.form__flex-item {
  padding: 0 15px;
}

.form__flex-item .btn--preloader {
  left: 15px;
  width: calc(100% - 30px);
}

.form__row {
  margin-bottom: 32px;
  position: relative;
}

.form__checkbox {
  margin-bottom: 18px;
  padding-top: 1px;
}

.form__checkbox:last-child {
  margin-bottom: 0;
}

.form__checkbox-wrap {
  margin-bottom: 20px;
  max-height: 290px;
  overflow-y: auto;
}

.form__checkbox input[type=checkbox] {
  display: none;
}

.form__checkbox input[type=checkbox] + label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 24px;
  line-height: 1;
}

.form__checkbox input[type=checkbox] + label::before {
  border: 1px solid #c5c6ca;
  width: 100%;
  height: 100%;
  left: 0;
  top: -1px;
  width: 14px;
  height: 14px;
}

.form__checkbox input[type=checkbox] + label::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: -1px;
  width: 14px;
  height: 14px;
  background: #F43C3C url(/images/checkbox.svg?c5690a74753e7a0043d15368e4464e9d) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.form__checkbox input[type=checkbox]:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.g-recaptcha.btn--red {
  margin-bottom: 0 !important;
}

body > .select2-container {
  width: auto !important;
}

.select2-results__option {
  padding: 6px 30px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.select2-dropdown {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}

.select2-dropdown .mCSB_inside > .mCSB_container {
  margin-right: 45px;
}

.select2-dropdown .mCSB_scrollTools {
  right: 25px;
  bottom: 15px;
  top: 15px;
}

.select2-container {
  min-width: auto;
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown {
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

.select2-container--default .select2-search--dropdown::before {
  width: 16px;
  height: 16px;
  right: 25px;
  top: 20px;
  background: url(/images/search.svg?1f3649676ca28e7ff13966e6a3b4e844) no-repeat center center;
  background-size: contain;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  padding: 17px 30px;
  color: #000;
  font-size: 14px;
  font-family: "MontserratRegular", sans-serif;
}

.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  font-family: "MontserratRegular", sans-serif;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  font-family: "MontserratRegular", sans-serif;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  font-family: "MontserratRegular", sans-serif;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  font-family: "MontserratRegular", sans-serif;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  font-family: "MontserratRegular", sans-serif;
  font-size: 14px;
}

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

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
  color: #F43C3C;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: solid 1px #cccccc;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.select2-container--default .select2-selection--single:hover {
  border-color: #b3b3b3 !important;
}

.select2-container--default .select2-selection--single:hover .select2-selection__arrow::before {
  border-bottom-color: #F43C3C !important;
  border-right-color: #F43C3C !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  height: 6px;
  width: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  right: 30px;
  top: 31px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 18px 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-bottom: 1px solid #F43C3C;
  border-right: 1px solid #F43C3C;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-selection {
  outline: none !important;
}

.select2-selection__rendered {
  padding: 6px 0;
}

.select2-search--dropdown {
  padding: 0;
}

.form.p-cart-bottom .form__input {
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.form.p-cart-bottom .form__input.valid {
  background-image: url(/images/verification-mark.svg?6dd5731e35bc72148689901cda2fa72c);
}

.form.p-cart-bottom .form__input.error {
  background-image: url(/images/verification-not.svg?f33f85eeefcc256448931b3fba12c1ae);
}

.btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-size: 14px;
  font-family: "MontserratBold", sans-serif;
  padding: 18px 35px;
  line-height: 1.75;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

.btn--preloader {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background-color: #F43C3C;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.btn--preloader.active {
  opacity: 0;
}

.btn--preloader path {
  fill: #fff;
  opacity: 1;
}

.btn svg {
  flex-shrink: 0;
}

.btn.seconds {
  min-width: 260px;
  background-color: #FDEBEB;
  cursor: auto;
}

.btn.seconds span {
  margin-left: 0;
}

.btn.seconds:hover {
  background-color: #FDEBEB;
  color: #000;
}

.btn span {
  margin-left: 12px;
}

.btn--send {
  background-color: #E8F7F2;
  padding: 18px 31px;
}

.btn--send span {
  margin-left: 0;
}

.btn--send:hover {
  background-color: #c2eadd;
  color: #000;
}

.btn--red {
  background-color: #F43C3C;
  color: #fff;
}

.btn--red:hover {
  color: #fff;
  background-color: #D11F1F;
}

.btn--gray {
  background-color: #F1F2F6;
  color: #5b5b5b;
}

.btn--gray:hover {
  color: #5b5b5b;
  background-color: #d2d5e2;
}

.btn--cyan {
  background-color: #22BFA0;
  color: #fff;
}

.btn--cyan:hover {
  color: #fff;
  background-color: #1ea98e;
}

.btn--sm {
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.85;
  font-family: "MontserratRegular", sans-serif;
}

.btn.disabled {
  background-color: #F1F2F6;
  color: #5b5b5b;
  pointer-events: none;
}

.btn.disabled path {
  fill: #5b5b5b;
}

.g-recaptcha {
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
  margin-right: 30px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.pagination--short .page-item:first-child,
.pagination--short .page-item:last-child {
  margin: 0;
}

.pagination--short .page-item:first-child .page-link,
.pagination--short .page-item:last-child .page-link {
  display: block;
  padding: 0 10px;
}

.nav {
  display: -webkit-box;
  display: flex;
}

.nav .btn + .btn {
  margin-left: 30px;
}

.lineheight-1 {
  line-height: 1.2;
}

.page {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.page-item:first-child {
  margin-right: 28px;
}

.page-item:first-child .page-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0;
}

.page-item:first-child svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 14px;
  flex-shrink: 0;
}

.page-item:last-child {
  margin-left: 28px;
}

.page-item:last-child .page-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.page-item:last-child svg {
  margin-left: 14px;
  flex-shrink: 0;
}

.page-link {
  padding: 0 10px;
  display: block;
  text-align: center;
}

.page-link:hover svg path {
  fill: #F43C3C;
}

.page-link svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.page-link.active {
  background-color: #F43C3C;
  color: #fff;
}

.page-link.disabled {
  color: #898d91;
}

.page-link.disabled svg path {
  fill: #898d91;
}

.desktop-md {
  display: block;
}

.laptop-md {
  display: none;
}

.pull-right {
  float: right;
  margin-left: 60px;
  margin-bottom: 30px;
}

.pull-left {
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
}

.bg-gray {
  background-color: #F1F2F6;
}

.bg-dark-gray {
  background-color: #E4E6EB;
}

.socials svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.socials .vk:hover path {
  fill: #7197C6;
}

.socials .google:hover path {
  fill: #D93025;
}

.socials .facebook:hover path {
  fill: #577DCB;
}

.w100 {
  width: 100%;
}

hide {
  display: none;
}

hide.active {
  display: inline;
}

.section-50 {
  padding: 50px 0 70px;
}

.section-70 {
  padding: 70px 0;
}

.section-80 {
  padding: 80px 0;
}

.dotted {
  border-bottom: 1px dotted #979797;
}

.dotted:hover {
  border-bottom-color: #F43C3C;
}

.centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.centered span,
.centered a {
  margin-left: 10px;
  line-height: 1;
}

.breadcrumb {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  font-family: "MontserratRegular", sans-serif;
}

.breadcrumb li::before {
  content: "/";
  margin-right: 18px;
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb li:first-child::before {
  display: none;
}

.breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
}

.breadcrumb a:hover {
  color: #F43C3C;
}

.slick-slide {
  outline: none;
}

.read-more,
.dashed-link,
.link-read-more {
  color: #141b23;
  border-bottom: 1px dashed #979797;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.read-more:hover,
.dashed-link:hover,
.link-read-more:hover {
  border-bottom-color: transparent;
  color: #F43C3C;
  cursor: pointer;
}

.tl-right {
  text-align: right;
}

.tl-center {
  text-align: center;
}

.linked {
  position: relative;
  display: inline-block;
}

.linked::before {
  height: 1px;
  width: 100%;
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  bottom: -1px;
  left: 0;
}

.linked:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

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

.modal {
  box-shadow: 0 12px 14px 0 rgba(38, 42, 47, 0.1);
  position: relative;
}

.modal__nav .btn + .btn {
  margin-top: 24px;
}

.modal .form__row:last-child {
  margin-bottom: 0;
}

.modal__delivery .form__row:last-child {
  margin-bottom: 32px;
}

.modal__event {
  max-width: 1240px;
  margin: 0 auto;
}

.modal__event-for .slick-track {
  display: -webkit-box;
  display: flex;
}

.modal__event-for-slide {
  display: -webkit-box !important;
  display: flex !important;
  height: auto;
  position: relative;
}

.modal__event-for img,
.modal__event-for iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.modal__event-nav {
  max-width: 700px;
}

.modal__event-nav .slick-track {
  margin-left: 0;
}

.modal__event-nav-slide {
  cursor: pointer;
  position: relative;
}

.modal__event-nav-slide::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border: 2px solid transparent;
}

.modal__event-nav-slide.slick-current::before {
  border: 2px solid #fff;
}

.modal__event-nav-slide img {
  width: 140px;
  max-height: 80px;
  display: block;
}

.modal__wishlist {
  display: block;
}

.modal__wishlist-head {
  color: #141b23;
  line-height: 1.3;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 58px;
}

.modal__wishlist-row {
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.modal__wishlist-close {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
}

.modal__wishlist-close path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.modal__wishlist-close:hover path {
  fill: #F43C3C;
}

.modal__wishlist-content {
  padding-right: 25px;
}

.modal__wishlist-img {
  margin-right: 20px;
  flex-shrink: 0;
}

.modal__wishlist-img img {
  display: block;
  width: 70px;
}

.modal__simple {
  padding: 30px 60px 40px;
  background-color: #fff;
  position: relative;
}

.modal__short {
  background-color: #fff;
  padding: 30px 40px 40px;
}

.modal__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -70px;
  cursor: pointer;
}

.modal__close:hover path {
  fill: #F43C3C;
  opacity: 1;
}

.modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.modal__close svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.modal__wide {
  max-width: 600px;
  margin: 0 auto;
}

.modal__small {
  max-width: 372px;
  margin: 0 auto;
  background-color: #fff;
}

.modal__wider {
  max-width: 800px;
  margin: 0 auto;
}

.modal__content {
  background-color: #fff;
  padding: 32px 40px 40px;
}

.modal__head {
  font-size: 26px;
  font-family: "MontserratBold", sans-serif;
  color: #000;
  margin-bottom: 24px;
  line-height: 1.4;
}

.modal__footer {
  display: -webkit-box;
  display: flex;
}

.modal__footer-socials .share__socials {
  background: url(/images/wishlist-bg.svg?d4ea00bfb8e97e8232e19055b6874adb) no-repeat center;
  background-size: contain;
  padding: 20px 10px 10px;
}

.modal__footer-wishlist {
  padding: 20px 30px;
  background-color: #262A2F;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.modal__footer-share {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.modal__footer-share span {
  color: #fff;
  margin-left: 12px;
}

.modal__footer-head {
  color: #fff;
  line-height: 1.4;
}

.modal__footer-text {
  color: #b1b1b1;
  line-height: 1.4;
}

.modal__footer-link {
  color: #fff;
  line-height: 1.4;
}

.modal__footer-item {
  padding: 18px 40px;
  width: 50%;
}

.modal__footer-item:first-child {
  background-color: #33363B;
}

.modal__footer-item:last-child {
  background-color: #262A2F;
}

.modal__footer-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.modal .socials {
  display: -webkit-box;
  display: flex;
}

.modal .socials li + li {
  margin-left: 10px;
}

.cart-success {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#F1F2F6));
  background: linear-gradient(90deg, #FFFFFF 0%, #F1F2F6 100%);
  -webkit-box-flex: 1 !important;
          flex: 1 !important;
  display: -webkit-box !important;
  display: flex !important;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .cart-success .section-80 {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cart-success .header-alarm__text {
    background: #fff;
    border-top: 1px solid #e4e6eb;
  }
}

.cart-success__caption {
  padding-top: 50px;
}

@media only screen and (max-width: 992px) {
  .cart-success__caption {
    padding: 20px 50px 40px 50px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .cart-success__caption {
    padding: 0 0 0 0;
  }
}

.cart-success__title {
  font-family: "MontserratBold", sans-serif;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .cart-success__title {
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 20px;
  }
}

.cart-success__subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 41px;
}

@media only screen and (max-width: 767px) {
  .cart-success__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

.cart-success__buttons {
  display: -webkit-box;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 1279px) {
  .cart-success__buttons {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 992px) {
  .cart-success__buttons {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .cart-success__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
  }
}

.cart-success__button {
  padding: 0 15px;
}

@media only screen and (max-width: 1279px) {
  .cart-success__button {
    padding: 0 8px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 992px) {
  .cart-success__button {
    padding: 0 15px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 767px) {
  .cart-success__button {
    width: 100%;
    margin-bottom: 20px;
    max-width: 280px;
  }

  .cart-success__button .btn {
    width: 100%;
  }
}

.cart-success__image {
  padding-left: 40px;
}

@media only screen and (max-width: 992px) {
  .cart-success__image {
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-success__image_lg {
    display: none;
  }
}

.cart-success__image_sm {
  display: none;
}

@media only screen and (max-width: 767px) {
  .cart-success__image_sm {
    margin-top: -30px;
    display: -webkit-box;
    display: flex;
    padding-left: 110px;
  }
}

.cart-success__image img {
  display: block;
  width: 778px;
  max-width: 778px;
}

@media only screen and (max-width: 767px) {
  .cart-success__image img {
    width: 421px;
    max-width: 421px;
  }
}

.s-dropdown {
  position: relative;
  z-index: 10;
}

.s-dropdown.open .s-dropdown__arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.s-dropdown.open .s-dropdown__list {
  opacity: 1;
  visibility: visible;
}

.s-dropdown.disabled .s-dropdown__current {
  background: #F2F1F6;
  border: none;
}

.s-dropdown.disabled .s-dropdown__arrow svg {
  fill: rgba(151, 155, 164, 0.5);
}

.s-dropdown.disabled .s-dropdown__current-text {
  color: #979BA4;
}

.s-dropdown.disabled .s-dropdown__icon svg {
  stroke: #979BA4;
}

.s-dropdown:hover:not(.disabled) .s-dropdown__current {
  background: #FB4848;
}

.s-dropdown:hover:not(.disabled) .s-dropdown__current .s-dropdown__icon svg {
  stroke: #fff;
}

.s-dropdown:hover:not(.disabled) .s-dropdown__current-text {
  color: #fff;
}

.s-dropdown:hover:not(.disabled) .s-dropdown__arrow svg {
  fill: rgba(255, 255, 255, 0.5);
}

.s-dropdown__current {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 6px 30px 6px 10px;
  border: 1px solid #FB4848;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  background: #fff;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

.s-dropdown__arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  z-index: 2;
}

.s-dropdown__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgba(251, 72, 72, 0.5);
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}

.s-dropdown__current-text {
  font-family: "MontserratMedium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #FB4848;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

@media only screen and (max-width: 992px) {
  .s-dropdown__current-text {
    font-size: 13px;
    line-height: 16px;
  }
}

.s-dropdown__icon {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.s-dropdown__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: #FB4848;
  -webkit-transition: stroke 300ms ease;
  transition: stroke 300ms ease;
}

.s-dropdown__list {
  width: calc(100% + 12px);
  position: absolute;
  top: -20px;
  left: -6px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 1px 6px 24px rgba(164, 170, 190, 0.25);
  border-radius: 12px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.s-dropdown__item {
  padding: 0 24px;
  display: block;
}

.s-dropdown__item:last-child .s-dropdown__item-container {
  border-bottom: none;
}

.s-dropdown__item:hover .s-dropdown__item-text {
  color: #FB4848;
}

.s-dropdown__item-container {
  padding: 18px 0;
  border-bottom: 1px solid #E7E8E9;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.s-dropdown__item-text {
  font-family: "MontserratMedium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #141B23;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
  line-height: 1.4;
}

.font-20 {
  font-size: 20px;
  line-height: 1.4;
}

.semi {
  font-family: "MontserratSemiBold", sans-serif;
}

.bold {
  font-family: "MontserratBold", sans-serif;
  line-height: 1.4;
}

.h1 {
  font-size: 40px;
  line-height: 1.3;
  font-family: "MontserratBold", sans-serif;
  margin-bottom: 30px;
}

.h1--home {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  max-width: 620px;
}

.h1--30 {
  font-size: 30px;
}

.h1--50 {
  font-size: 50px;
  margin-bottom: 40px;
}

.h2 {
  font-size: 22px;
  font-family: "MontserratBold", sans-serif;
  line-height: 1.3;
}

.h2--30 {
  font-size: 30px;
}

.h2--40 {
  font-size: 40px;
}

.h3 {
  font-size: 18px;
  font-family: "MontserratBold", sans-serif;
  line-height: 1.3;
}

.h3--20 {
  font-size: 20px;
}

.home-afisha {
  background: #141b23;
}

.home-afisha__title {
  display: none;
  font-family: "MontserratBold", sans-serif;
  font-size: 22px;
  color: #141b23;
  margin: 0 0 16px;
}

.home-afisha__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.afisha {
  background: #141b23;
  color: #fff;
  padding: 64px 0;
}

.afisha + .afisha {
  border-top: 1px solid #2c333d;
}

.afisha__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 56px;
}

.afisha__poster {
  -webkit-box-flex: 0;
          flex: 0 0 400px;
  width: 400px;
  height: 560px;
  border-radius: 4px;
  overflow: hidden;
  background: #262a2f;
  display: block;
}

.afisha__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.afisha__info {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 24px;
}

.afisha__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 16px;
}

.afisha__tags {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.afisha__tag {
  font-family: "MontserratMedium", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border: 1px solid #5b5b5b;
  border-radius: 2px;
  padding: 7px 12px;
}

.afisha__name {
  margin: 0;
  font-family: "MontserratBold", sans-serif;
  font-size: 48px;
  line-height: 1.15;
}

.afisha__name a {
  color: #fff;
  text-decoration: none;
}

.afisha__name a:hover {
  color: #F43C3C;
}

.afisha__desc {
  margin: 0;
  font-family: "MontserratRegular", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #c9ccd1;
}

.afisha__dates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.afisha__date {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 4px;
  background: #262a2f;
  border-radius: 4px;
  padding: 14px 16px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.afisha__date:hover {
  background: #31373d;
}

.afisha__date--disabled {
  opacity: 0.55;
}

.afisha__date--more {
  background: transparent;
  border: 1px dashed #5b5b5b;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 8px;
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 16px;
}

.afisha__date--more:hover {
  background: rgba(255, 255, 255, 0.04);
}

.afisha__date-head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  gap: 8px;
}

.afisha__date-day {
  font-family: "MontserratBold", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.afisha__date-time {
  font-family: "MontserratRegular", sans-serif;
  font-size: 12px;
  color: #999b9d;
}

.afisha__date-city {
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 16px;
}

.afisha__date-hall {
  font-family: "MontserratRegular", sans-serif;
  font-size: 13px;
  color: #999b9d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.afisha__date-arrow {
  color: #F43C3C;
}

.afisha__cta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.afisha__buy {
  -webkit-box-pack: center;
          justify-content: center;
}

.afisha__charity {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  margin-left: 8px;
  font-family: "MontserratRegular", sans-serif;
  font-size: 14px;
  color: #c9ccd1;
}

.afisha__flag {
  -webkit-box-flex: 0;
          flex: 0 0 22px;
  width: 22px;
  height: 15px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0057b7), color-stop(50%, #ffd700));
  background: linear-gradient(to bottom, #0057b7 50%, #ffd700 50%);
}

.afisha__price {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 2px;
}

.afisha__price-label {
  font-family: "MontserratRegular", sans-serif;
  font-size: 12px;
  color: #999b9d;
}

.afisha__price-value {
  font-family: "MontserratBold", sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

@media only screen and (max-width: 1279px) {
  .afisha {
    padding: 40px 0;
  }

  .afisha__row {
    gap: 32px;
  }

  .afisha__poster {
    flex-basis: 280px;
    width: 280px;
    height: 392px;
  }

  .afisha__name {
    font-size: 36px;
  }

  .afisha__desc {
    font-size: 15px;
  }

  .afisha__dates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 992px) {
  .afisha {
    padding: 32px 0;
  }

  .afisha__row {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 24px;
    -webkit-box-align: start;
            align-items: start;
  }

  .afisha__poster {
    width: 200px;
    height: 280px;
    grid-column: 1;
    grid-row: 1;
  }

  .afisha__info {
    display: contents;
  }

  .afisha__head {
    grid-column: 2;
    grid-row: 1;
    gap: 12px;
  }

  .afisha__name {
    font-size: 32px;
  }

  .afisha__desc {
    font-size: 14px;
  }

  .afisha__dates {
    grid-column: 1/-1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .afisha__cta {
    grid-column: 1/-1;
  }
}

@media only screen and (max-width: 767px) {
  .home-afisha {
    background: #F1F2F6;
    padding: 16px 0 24px;
  }

  .home-afisha__title {
    display: block;
    padding: 0 16px;
  }

  .home-afisha__list {
    gap: 16px;
    padding: 0 16px;
  }

  .afisha {
    border-radius: 8px;
    padding: 20px 0;
  }

  .afisha + .afisha {
    border-top: 0;
  }

  .afisha .container {
    padding: 0 16px;
  }

  .afisha__row {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px 16px;
  }

  .afisha__poster {
    width: 110px;
    height: 154px;
    grid-row: 1/span 2;
  }

  .afisha__head {
    display: contents;
  }

  .afisha__tags {
    grid-column: 2;
    grid-row: 1;
    gap: 8px;
    align-self: start;
  }

  .afisha__tag {
    font-size: 11px;
    padding: 6px 10px;
  }

  .afisha__name {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    font-size: 24px;
  }

  .afisha__desc {
    grid-column: 1/-1;
    font-size: 13px;
  }

  .afisha__dates {
    grid-template-columns: minmax(0, 1fr);
  }

  .afisha__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    gap: 12px;
  }

  .afisha__date-head {
    -webkit-box-flex: 0;
            flex: 0 0 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 0;
  }

  .afisha__date-day {
    font-size: 17px;
  }

  .afisha__date-time {
    font-size: 12px;
  }

  .afisha__date-city {
    font-size: 15px;
  }

  .afisha__date-hall {
    font-size: 12px;
  }

  .afisha__date--more {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .afisha__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    gap: 12px;
  }

  .afisha__buy {
    width: 100%;
  }

  .afisha__price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: baseline;
            align-items: baseline;
    gap: 8px;
  }

  .afisha__charity {
    margin-left: 0;
    font-size: 12px;
  }
}

.events-switcher {
  background: #F1F2F6;
}

.events-switcher__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
  min-height: 60px;
}

.events-switcher__back {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
  font-family: "MontserratMedium", sans-serif;
  font-size: 15px;
  color: #141b23;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.events-switcher__back:hover {
  color: #F43C3C;
}

.events-switcher__arrow {
  font-size: 14px;
}

.events-switcher__divider {
  -webkit-box-flex: 0;
          flex: 0 0 1px;
  width: 1px;
  height: 24px;
  background: #d3d1c7;
}

.events-switcher__tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.events-switcher__tabs::-webkit-scrollbar {
  display: none;
}

.events-switcher__tab {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  font-family: "MontserratMedium", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #141b23;
  text-decoration: none;
  border: 1px solid #c9ccd1;
  border-radius: 20px;
  padding: 9px 16px;
  white-space: nowrap;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.events-switcher__tab:hover {
  border-color: #141b23;
}

.events-switcher__tab.active {
  background: #141b23;
  border-color: #141b23;
  color: #fff;
}

.events-switcher__count {
  margin-left: auto;
  font-family: "MontserratRegular", sans-serif;
  font-size: 14px;
  color: #5b5b5b;
  white-space: nowrap;
}

.events-switcher__count-short {
  display: none;
}

@media only screen and (max-width: 992px) {
  .events-switcher__row {
    min-height: 56px;
    gap: 16px;
  }

  .events-switcher__count {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .events-switcher {
    padding: 12px 0;
  }

  .events-switcher__row {
    flex-wrap: wrap;
    gap: 10px 12px;
    min-height: 0;
  }

  .events-switcher__back {
    font-size: 14px;
  }

  .events-switcher__divider {
    display: none;
  }

  .events-switcher__tabs {
    flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin: 0 -20px;
    padding: 0 20px;
  }

  .events-switcher__tab {
    font-size: 13px;
    padding: 8px 12px;
  }

  .events-switcher__count {
    display: block;
    font-size: 12px;
  }

  .events-switcher__count-full {
    display: none;
  }

  .events-switcher__count-short {
    display: inline;
  }
}

.timer-code {
  background-color: #FDEBEB;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  margin-left: 30px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-family: "MontserratBold", sans-serif;
  line-height: 1;
}

.timer-code.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 23px 15px;
  width: 100%;
  max-width: 260px;
}

#demo-tiger [data-name] circle {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#demo-tiger [data-name] text {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#demo-tiger [data-name].red text {
  fill: #fff;
}

#demo-tiger [data-name].red circle {
  fill: #F43C3C;
}

#demo-tiger [data-name].red:hover circle {
  fill: #d70c0c;
}

#demo-tiger [data-name].green text {
  fill: #fff;
}

#demo-tiger [data-name].green circle {
  fill: #22BFA0;
}

#demo-tiger [data-name].green:hover circle {
  fill: #167e6a;
}

#demo-tiger [data-name].blue text {
  fill: #fff;
}

#demo-tiger [data-name].blue circle {
  fill: #3482FF;
}

#demo-tiger [data-name].blue:hover circle {
  fill: #0059e7;
}

#demo-tiger [data-name].orange text {
  fill: #fff;
}

#demo-tiger [data-name].orange circle {
  fill: #FF8334;
}

#demo-tiger [data-name].orange:hover circle {
  fill: #e75a00;
}

#demo-tiger [data-name].available {
  cursor: pointer;
}

#demo-tiger [data-name].filtered:not(.selected) {
  stroke: #33363b;
  stroke-width: 5;
}

#demo-tiger [data-name].selected {
  stroke: #3fe427;
  stroke-width: 5;
}

#demo-tiger [data-name].disabled circle {
  fill: #F1F2F6;
}

#demo-tiger [data-name].disabled text {
  display: none;
}

.reccomend {
  border-top: 1px solid #F1F2F6;
  border-bottom: 1px solid #F1F2F6;
}

.reccomend + .reviews {
  margin-top: 65px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -2px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

.tooltipster-sidetip .tooltipster-content {
  padding: 0;
  color: #000;
}

.tooltipster-sidetip .tooltipster-content .bold {
  margin-bottom: 5px;
}

.tooltipster-sidetip .tooltipster-box {
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0 12px 14px 0 rgba(51, 54, 59, 0.1);
  position: relative;
}

.tooltip-templates {
  display: none;
}

.tooltip-content__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 3px;
}

.tooltip-content__row:last-child {
  margin-bottom: 0;
}

.tooltip-content__item {
  color: rgba(0, 0, 0, 0.8);
  width: 40%;
  font-size: 14px;
}

.tooltip-content__item:first-child {
  padding-right: 15px;
  width: 60%;
}

.reviews {
  padding-top: 5px;
}

.reviews-form {
  margin-bottom: 30px;
  background-color: #F1F2F6;
  padding: 30px;
  display: none;
}

.reviews-form input,
.reviews-form textarea {
  border: none;
}

.reviews-form input::-webkit-input-placeholder, .reviews-form textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.reviews-form input::-moz-placeholder, .reviews-form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.reviews-form input:-ms-input-placeholder, .reviews-form textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.reviews-form input::-ms-input-placeholder, .reviews-form textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.reviews-form input::placeholder,
.reviews-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.reviews-head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.reviews-head .btn {
  cursor: pointer;
  min-width: 190px;
}

.reviews-head .btn.active {
  background-color: #F1F2F6;
  color: #5b5b5b;
}

.reviews-item {
  border-top: 1px solid #F1F2F6;
  padding: 40px 0 40px;
}

.reviews-item .tl-center {
  margin-top: 15px;
}

.reviews-item__content {
  position: relative;
}

.reviews-item__content p {
  margin-bottom: 30px;
}

.reviews-item__content p:last-child {
  margin-bottom: 0;
}

.reviews-item__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.reviews-item__name {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.reviews-item__name span {
  font-family: "MontserratBold", sans-serif;
  margin-left: 15px;
  font-size: 16px;
}

.hall-slider__nav {
  max-width: 420px;
}

.event__camera {
  width: 100%;
  background-color: #F43C3C;
  position: relative;
  height: auto;
}

.event__camera img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto !important;
  height: auto !important;
}

.event-sliders__inline .event-slider__nav .slick-track {
  display: -webkit-box;
  display: flex;
  -webkit-transform: none !important;
          transform: none !important;
}

.event-sliders__inline .event-slider__nav .slick-slide img {
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-sliders__inline .event-slider__for .slick-track {
  display: -webkit-box;
  display: flex;
}

.event-sliders__inline .event-slider__for .slick-slide {
  height: auto;
}

.event-sliders__inline .event-slider__for .slick-slide img,
.event-sliders__inline .event-slider__for .slick-slide iframe {
  height: 100%;
}

.event-slider__for .slick-slide {
  position: relative;
}

.event-slider__for.show .js-video-button {
  opacity: 0;
  z-index: -2;
}

.event-slider__for .js-video-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.event-slider__for .js-video-button.show {
  opacity: 0;
  z-index: -2;
}

.event-slider__for .js-video-button::before {
  width: 90px;
  height: 90px;
  background: url(/images/play-triangle-outline.svg?f845500c3a8a5a86c1e78b6267a64b77) no-repeat center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.event-places__s-container {
  padding: 20px 10px 20px 0;
}

@media only screen and (max-width: 767px) {
  .event-places__s-container {
    width: 100%;
  }
}

.event-places__status {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 12px 20px;
  background: rgba(85, 95, 109, 0.1);
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .event-places__status {
    width: 100%;
  }
}

.event-places__status_alert {
  background: rgba(244, 60, 60, 0.1);
}

.event-places__status_alert .event-places__status-icon svg {
  stroke: #F43C3C;
}

.event-places__status_alert .event-places__status-text {
  color: #F43C3C;
}

.event-places__status-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 10px;
}

.event-places__status-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #555F6D;
}

.event-places__status-text {
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #292D32;
}

.event-places__table {
  margin-bottom: 70px;
}

.event-places__nav {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.event-places__nav .btn.disabled {
  color: #000;
}

.event-places__nav .btn.disabled path {
  fill: #000;
}

.event-places__logo {
  margin-right: 40px;
}

.event-places__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 10px 10px 30px;
}

.event-places__row.disable .events-item__city path {
  fill: #141b23;
}

.event-places__row:nth-child(odd) {
  background-color: #F1F2F6;
}

.event-places__row .events-item-info__city {
  font-family: "MontserratBold", sans-serif;
}

.event-places__row .events-item-info__des {
  line-height: 1;
}

.event-places__row .events-item-info__des span {
  font-size: 16px;
}

.event-places__row .events-item__city {
  margin-right: 45px;
}

.event-places__row .events-item__city > div {
  margin-left: 12px;
}

.event-places__row .events-item__city > div span {
  margin-left: 0;
}

.event-places__row .events-item__city .mores {
  color: #606162;
  border-bottom: 1px dotted #606162;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
}

.event-places__row .events-item__city .mores:hover {
  border-bottom-color: transparent;
}

.event-places__row .date {
  width: 230px;
  flex-shrink: 0;
}

.event-places__row .date__week {
  color: rgba(20, 27, 35, 0.5);
}

.event-places__row .date__time {
  color: rgba(20, 27, 35, 0.5);
}

.event-places__row .date__date-day {
  font-size: 40px;
}

.event-places__row .date__year {
  font-size: 12px;
}

.event-places__row .date__month {
  font-size: 18px;
  font-family: "MontserratBold", sans-serif;
}

.event-main {
  margin-bottom: 70px;
}

@media only screen and (max-width: 992px) {
  .event-main .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}

.event-main .row .grid-lg-7 > .h1,
.event-main .row .grid-lg-7 > .event-main__row {
  display: none;
}

.event-main .div_sm {
  display: none;
}

@media only screen and (max-width: 992px) {
  .event-main .div_sm {
    display: block;
  }
}

.event-main .div_lg {
  display: block;
}

@media only screen and (max-width: 992px) {
  .event-main .div_lg {
    display: none;
  }
}

.event-main__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.event-main__seotext {
  overflow: hidden;
  min-height: 6px;
  position: relative;
}

.event-main__seotext-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.event-main__seotext-wrap.init {
  opacity: 1;
}

.event-main__seotext.active::before {
  opacity: 0;
}

.event-main__seotext::before {
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.event-main__seotext p {
  margin-bottom: 30px;
}

.event-main__seotext p:last-child {
  margin-bottom: 0;
}

.event-main__seotext + .read-more {
  display: inline-block !important;
  margin-top: 12px;
}

.event-main__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 50%;
  position: relative;
  cursor: pointer;
}

.event-main__link:hover span {
  color: #F43C3C;
}

.event-main__link .share__socials {
  position: absolute;
  border: none;
  background: none;
  left: 0;
  top: 38px;
  background-color: #141B23;
  padding: 10px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.event-main__link .share__socials.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.event-main__link .share__socials::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #141B23;
  top: -10px;
  left: 0;
  z-index: 5;
}

.event-main__link span {
  color: #5b5b5b;
  margin-left: 10px;
  line-height: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.event-main__for {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.event-main__for.slick-initialized {
  opacity: 1;
}

.event-main__for-slide {
  position: relative;
}

.event-main__for-slide img,
.event-main__for-slide iframe {
  display: block;
  width: 100%;
  height: 420px;
}

.event-main__nav {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.event-main__nav .slick-track {
  margin-left: 0;
}

.event-main__nav.slick-initialized {
  opacity: 1;
}

.event-main__nav-slide {
  cursor: pointer;
  position: relative;
}

.event-main__nav-slide::before {
  width: 100%;
  height: 100%;
  border: 2px solid #F43C3C;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.event-main__nav-slide.slick-current::before {
  opacity: 1;
}

.event-main__nav-slide img {
  display: block;
  width: 100%;
  max-height: 80px;
}

.mobile-shown {
  display: none !important;
}

.p-cart {
  border-top: 1px solid #e7e8e9;
}

.p-cart.fh {
  height: 100%;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.p-cart-empty {
  margin-bottom: 70px;
}

.p-cart-total {
  max-width: 300px;
  margin-left: auto;
  margin-top: 95px;
}

.p-cart-total__bottom {
  margin-bottom: 40px;
}

.p-cart-total__top {
  margin-bottom: 35px;
}

.p-cart-total__row {
  margin-bottom: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-cart-total__price {
  font-family: "MontserratMedium", sans-serif;
}

.p-cart-choose__hidden {
  display: none;
}

.p-cart-choose__hidden .select2-search {
  display: block !important;
}

.p-cart-choose__hidden .grid,
.p-cart-choose__hidden [class*=grid-] {
  padding-left: 15px;
  padding-right: 15px;
}

.p-cart-choose__hidden .row {
  margin-left: -15px;
  margin-right: -15px;
}

.p-cart-choose__wrap:nth-child(odd) .p-cart-choose__item {
  background-color: #F1F2F6;
}

.p-cart-choose__wrap.error .p-cart-choose__item {
  background-color: #FDEBEB;
}

.p-cart-choose__wrap input[type=radio] {
  display: none;
}

.p-cart-choose__wrap input[type=radio]:checked + label::after {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #f43c3c;
  border-radius: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.p-cart-choose__wrap input[type=radio] + label {
  position: relative;
}

.p-cart-choose__wrap input[type=radio] + label::before {
  width: 26px;
  height: 26px;
  border-radius: 20px;
  border: 1px solid #c4c6c9;
  background-color: #ffffff;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-cart-choose__price {
  font-family: "MontserratMedium", sans-serif;
  font-size: 16px;
  min-width: 120px;
  margin-left: auto;
}

.p-cart-choose__img {
  width: 20px;
}

.p-cart-choose__img svg,
.p-cart-choose__img img {
  display: block;
}

.p-cart-choose__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.p-cart-choose__head span {
  margin-left: 12px;
  line-height: 1;
  font-size: 16px;
  font-family: "MontserratMedium", sans-serif;
}

.p-cart-choose__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 24px 30px;
  cursor: pointer;
  height: 70px;
}

.p-cart-bottom {
  padding-top: 70px;
}

.p-cart-bottom__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.p-cart-bottom__head .h2 {
  margin-bottom: 0;
  margin-right: 40px;
}

.p-cart-bottom__block {
  margin-bottom: 40px;
}

.p-cart-bottom__block .form__input {
  padding: 21px 50px 21px 30px;
}

.p-cart-bottom__block--bottom {
  margin-top: 20px;
}

.p-cart-top {
  border-bottom: 1px solid #e7e8e9;
  padding-bottom: 40px;
}

.p-cart-top .h1 {
  margin-bottom: 39px;
}

.p-cart-top__content {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.p-cart-top__content .date__date-day {
  font-size: 40px;
}

.p-cart-top__content .date__month {
  font-size: 16px;
}

.p-cart-top__content .date__year {
  font-size: 13px;
}

.p-cart-top__row {
  display: -webkit-box;
  display: flex;
  margin-bottom: 45px;
}

.p-cart-top__row:last-child {
  margin-bottom: 0;
}

.p-cart-top__head {
  font-family: "MontserratMedium", sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.p-cart-top__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e8e9;
  margin-bottom: 16px;
}

.p-cart-top__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.p-cart-top__item-text {
  line-height: 1;
}

.p-cart-top__item-place {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.p-cart-top__item-place svg {
  margin-right: 10px;
}

.p-cart-top__item-place span {
  font-family: "MontserratBold", sans-serif;
}

.p-cart-top__item-price {
  font-family: "MontserratMedium", sans-serif;
  max-width: 220px;
  width: 100%;
  margin-left: auto;
}

.p-cart-top__item-close {
  cursor: pointer;
  margin-right: 30px;
}

.p-cart-top__item-close:hover path {
  fill: #F43C3C;
}

.p-cart-top__item-close svg {
  display: block;
}

.p-cart-top__item-close svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.p-cart-top__close {
  cursor: pointer;
  margin-right: 28px;
}

.p-cart-top__close svg {
  display: block;
}

.p-cart-top__close svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.p-cart-top__close:hover path {
  fill: #F43C3C;
}

.p-cart-top__header-price {
  color: #141b23;
  font-size: 24px;
  max-width: 220px;
  width: 100%;
  margin-left: auto;
}

.p-cart-top__header-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e8e9;
  margin-bottom: 20px;
}

.p-cart-top__header-row .date {
  width: 190px;
  flex-shrink: 0;
}

.p-cart-top__header-row .events-item__city {
  margin-right: 30px;
}

.p-cart-top__image {
  flex-shrink: 0;
  margin-right: 30px;
}

.p-cart-top__image img {
  display: block;
  width: 156px;
}

.p-cart-top__block {
  margin-bottom: 30px;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}

.line-scale-pulse-out > div {
  background-color: #F43C3C;
  width: 3px;
  height: 25px;
  border-radius: 2px;
  margin: 1px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
          animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
          animation-delay: -0.2s !important;
}

.filter {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.filter__item {
  margin-right: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.filter__item-text {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.filter__item-text:hover {
  color: #F43C3C;
}

.filter__item path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.filter__item:hover path {
  fill: #F43C3C;
}

.filter__item-close {
  margin-left: 10px;
}

.filter__item-reset {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.filter__item-reset:hover {
  color: #F43C3C;
}

.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 18px 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #F1F2F6;
  z-index: 20;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.cookies.closed {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.cookies svg {
  flex-shrink: 0;
}

.cookies-close {
  margin-left: auto;
  cursor: pointer;
}

.cookies-close path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.cookies-close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.cookies-close:hover path {
  fill: #F43C3C;
}

.cookies-text {
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.4;
  padding-right: 50px;
}

.cookies-text a {
  font-family: "MontserratSemiBold", sans-serif;
}

.mobile {
  display: none;
}

.mobile-nav {
  display: none;
}

.banner img {
  display: block;
  width: 100%;
}

.main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
}

.d-flex {
  display: -webkit-box;
  display: flex;
}

.rel {
  position: relative;
}

.c-loading {
  position: relative;
  display: block;
}

.c-loading__svg {
  width: 42px !important;
  height: 42px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-loading__svg.active {
  display: none;
}

.c-loading__svg--small {
  width: 30px !important;
  height: 30px !important;
}

.mt-25 {
  margin-top: 25px;
}

.r-header .header {
  padding: 40px 0;
}

.r-header .header .hamburger {
  display: none;
}

.r-header .header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.r-header .header-alarm {
  display: none;
}

.r-header .header .language {
  display: none;
}

.r-header .header--short .header-top {
  padding-left: 15px;
  padding-right: 15px;
}

.seotext-hidden {
  height: 0;
  overflow: hidden;
}

.seotext .read-more {
  margin-top: 25px;
  display: inline-block;
}

.seotext-post {
  position: relative;
  overflow: hidden;
  min-height: 14px;
  line-height: 1.8;
}

.seotext-post.hidden {
  min-height: auto !important;
}

.seotext-post.hidden::before {
  display: none !important;
}

.seotext-post.active::before {
  display: none;
}

.seotext-post._blur::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.seotext h2 {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: "MontserratBold", sans-serif;
}

.seotext strong {
  font-family: "MontserratBold", sans-serif;
}

.seotext p {
  margin-bottom: 25px;
}

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

.subscribe {
  background: #E4E6EB;
  padding-top: 85px;
  padding-bottom: 62px;
}

.subscribe__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 400px;
  margin-right: 75px;
}

.subscribe__header {
  font-size: 26px;
  font-family: "MontserratBold", sans-serif;
  line-height: 1.2;
}

.subscribe__logo {
  margin-right: 24px;
}

.subscribe__logo svg {
  display: block;
}

.subscribe__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.subscribe__form {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.subscribe__form label.error {
  margin-bottom: 10px;
  margin-top: -10px;
}

.subscribe__form-button .btn {
  min-width: 224px;
}

.subscribe__form-input {
  margin-right: 40px;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.subscribe__form-input span {
  font-size: 13px;
  color: #141b23;
}

.subscribe__form-input input {
  display: block;
  padding: 20px 30px;
  width: 100%;
  color: #000;
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  background: transparent url(/images/subscribe-input-bg.png?b6cd11a1785464d2fa347a357d90efea) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 18px;
  -webkit-appearance: none;
  border-radius: 0;
}

.subscribe__form-input input::-webkit-input-placeholder {
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  color: rgba(20, 27, 35, 0.6);
}

.subscribe__form-input input::-moz-placeholder {
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  color: rgba(20, 27, 35, 0.6);
}

.subscribe__form-input input:-ms-input-placeholder {
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  color: rgba(20, 27, 35, 0.6);
}

.subscribe__form-input input::-ms-input-placeholder {
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  color: rgba(20, 27, 35, 0.6);
}

.subscribe__form-input input::placeholder {
  font-family: "MontserratRegular", sans-serif;
  font-size: 16px;
  color: rgba(20, 27, 35, 0.6);
}

.subscribe__controls {
  position: relative;
}

.features {
  background: #F1F2F6;
}

.features__item-img {
  height: 78px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

.features__item-img img {
  display: block;
}

.features__item-content {
  text-align: center;
}

.features__item-content p {
  margin: 0;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
}

.features__item-head {
  margin-bottom: 16px;
  font-family: "MontserratMedium", sans-serif;
}

.home-slider {
  position: relative;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.anima {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slider-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(38, 42, 47, 0.94);
  padding: 32px 0;
}

.slider-nav .date__date span {
  color: #fff;
}

.slider-nav__slider {
  margin: 0 -30px;
}

.slider-nav__slide.slick-current .slider-nav__item-img::before {
  width: 70%;
}

.slider-nav .slick-arrow {
  position: absolute;
  color: transparent;
  width: 14px;
  height: 20px;
  background: url(/images/arrow-white.svg?42894b24e5447d3cba8aad3080a33b1f) no-repeat center;
  background-size: contain;
  bottom: -16px;
  z-index: 5;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.slider-nav .slick-arrow:hover {
  background: url(/images/arrow-red.svg?c7bd016fc2031fd86a9339c038a243b2) no-repeat center;
  background-size: contain;
}

.slider-nav .slick-next {
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.slider-nav .slick-prev {
  right: 30px;
}

.slider-nav__item {
  display: -webkit-box;
  display: flex;
  padding: 0 30px;
  cursor: pointer;
}

.slider-nav__item:hover .slider-nav__item-head {
  color: #F43C3C;
}

.slider-nav__item-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-basis: 100%;
}

.slider-nav__item-content .date {
  margin-top: auto;
}

.slider-nav__item-content .date__year {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}

.slider-nav__item-content .date__month {
  font-size: 12px;
  color: #fff;
}

.slider-nav__item-content .date__date {
  margin-right: 8px;
}

.slider-nav__item-content .date__date-day {
  font-size: 20px;
  color: #fff;
}

.slider-nav__item-img {
  margin-right: 20px;
  flex-shrink: 0;
  position: relative;
}

.slider-nav__item-img::before {
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #F43C3C;
  width: 0;
  -webkit-transition: width 0.5s ease 0.4s;
  transition: width 0.5s ease 0.4s;
}

.slider-nav__item-img img {
  display: block;
  width: 70px;
  height: 96px;
}

.slider-nav__item-mark {
  position: absolute;
  left: 0;
  top: 0;
}

.slider-nav__item-mark svg {
  display: block;
}

.slider-nav__item-head {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 58px;
  line-height: 1.4;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.slider-for {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.slider-for__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slider-for__image .mobile {
  display: none;
  min-height: 560px;
}

.slider-for__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.slider-for.slick-initialized {
  opacity: 1;
}

.slider-for__nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.slider-for__nav .btn {
  padding: 21px 47px;
}

.slider-for__place {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 40px;
}

.slider-for__place .cities-dropdown {
  bottom: 100%;
  top: auto;
}

.slider-for__place svg {
  margin-right: 14px;
}

.slider-for__place span {
  color: #fff;
  max-width: 220px;
  line-height: 1.3;
}

.slider-for__slide {
  padding-top: 80px;
  padding-bottom: 240px;
  position: relative;
  height: 720px;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

.slider-for__slide .c-loading__svg {
  top: calc(50% - 120px);
}

.slider-for__slide.active {
  background-position: center 200px;
}

.slider-for__slide .date {
  margin-bottom: 47px;
}

.slider-for__slide .date__year {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.slider-for__slide .date__month {
  font-size: 18px;
  color: #fff;
}

.slider-for__slide .date__date {
  margin-right: 8px;
}

.slider-for__slide .date__date span {
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
}

.slider-for__slide .date__date-day {
  font-size: 40px;
  color: #fff;
}

.svg-container {
  width: 100%;
  display: block;
  -webkit-box-flex: 1;
          flex: 1;
}

.svg-container svg {
  display: block;
  width: 100%;
  height: 100%;
}

.date {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
}

.date__year {
  font-size: 11px;
  color: rgba(20, 27, 35, 0.5);
}

.date__month {
  color: #141b23;
  font-size: 12px;
  margin-bottom: 2px;
}

.date__date {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-shrink: 0;
}

.date__date span {
  font-size: 12px;
  color: #141b23;
  margin-right: 6px;
  line-height: 1;
}

.date__date-day {
  color: #141b23;
  font-size: 22px;
  margin-right: 6px;
}

.date-custom .date__week {
  color: rgba(20, 27, 35, 0.5);
}

.date-custom .date__time {
  color: rgba(20, 27, 35, 0.5);
}

.date-custom .date__month {
  font-size: 18px;
  font-family: "MontserratBold", sans-serif;
}

.events {
  overflow: hidden;
}

.events-item__city-inner > div {
  margin-left: 12px;
}

.events-item__city-inner > div span {
  font-size: 16px;
}

.events-item-info__city {
  margin-left: 0 !important;
  font-family: "MontserratBold", sans-serif;
  line-height: 1;
}

.events-item-info__city span {
  font-family: "MontserratRegular", sans-serif;
  margin: 0 !important;
}

.events-item-info__name {
  margin-left: 0 !important;
  line-height: 1;
}

.events-item-info__address {
  margin-left: 0 !important;
  line-height: 1;
}

.cities {
  position: relative;
}

.cities-dropdown {
  position: absolute;
  left: -17px;
  top: 29px;
  background-color: #fff;
  z-index: 213;
  padding: 15px;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  box-shadow: 2px 12px 24px 0 rgba(38, 42, 47, 0.15);
}

.cities-dropdown__item {
  white-space: nowrap;
  margin-bottom: 8px;
}

.cities-dropdown__item:last-child {
  margin-bottom: 0;
}

.cities-toggler {
  position: relative;
}

.cities-toggler > span {
  position: relative;
  border-bottom: 1px dotted #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.cities-toggler:hover > span {
  border-bottom-color: transparent;
}

.cities-toggler:hover .cities-dropdown {
  opacity: 1;
  visibility: visible;
}

.events-slide {
  padding: 0 30px;
  display: -webkit-box !important;
  display: flex !important;
  height: auto;
}

.events-slide .events-item {
  margin-bottom: 0;
  height: 100%;
}

.events-slider {
  margin: 0 -30px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.events-slider.slick-initialized {
  opacity: 1;
}

.events-slider .slick-track {
  display: -webkit-box;
  display: flex;
}

.events-slider .slick-arrow {
  width: 30px;
  height: 18px;
  background: url(/images/arrow-black-big.svg?e0dc3fd99c185927885240bf3472398f) no-repeat center;
  position: absolute;
  top: 37%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  color: transparent;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

.events-slider .slick-arrow:hover {
  background: url(/images/arrow-red-big.svg?933144e56e1c695a7f6ff20f208e9c6d) no-repeat center;
}

.events-slider .slick-next {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.events-slider .slick-arrow {
  position: absolute;
  right: 25px;
  left: auto;
  top: -77px;
}

.events-slider .slick-prev {
  right: 70px;
  top: -79px;
}

.events-slider .slick-disabled {
  opacity: 0.1;
  cursor: auto;
}

.events-more {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 50px;
}

.events-more-home {
  margin-bottom: 70px;
}

.events-more-reviews {
  margin-bottom: 0;
}

.events-more:hover span {
  border-bottom-color: transparent;
}

.events-more:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.events-more svg {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 35px;
  height: 30px;
  margin-bottom: 10px;
}

.events-more span {
  color: #141b23;
  font-size: 16px;
  border-bottom: 1px dotted #141b23;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  line-height: 1;
  font-family: "MontserratMedium", sans-serif;
}

.events-banner {
  margin-bottom: 60px;
}

.events-banner img {
  display: block;
  width: 100%;
}

.events-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: calc(100% - 50px);
  margin-bottom: 50px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
  z-index: 2;
}

.events-item__hidden {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 30px 20px 20px;
  background-color: rgba(38, 42, 47, 0.9);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.events-item__hidden p {
  color: #fff;
  line-height: 1.57;
}

.events-item__hidden .btn {
  margin-top: auto;
}

.events-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  z-index: 4;
}

.events-item:hover .events-item__head {
  color: #F43C3C;
}

.events-item__button {
  background-color: #F43C3C;
  padding: 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.events-item__button:hover {
  background-color: #D11F1F;
}

.events-item-banner {
  display: block;
  margin-bottom: 50px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.events-item-banner:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.events-item-banner .events-item__img {
  margin-bottom: 0;
}

.events-item__content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.events-item__img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.events-item__img:hover .events-item__hidden {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.events-item__img img,
.events-item__img svg {
  display: block;
}

.events-item__img img.lazy {
  min-height: 364px;
}

.events-item__head {
  font-size: 16px;
  color: #141b23;
  font-family: "MontserratMedium", sans-serif;
  margin-bottom: 28px;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 58px;
}

.events-item__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  margin-top: auto;
}

.events-item__city svg {
  flex-shrink: 0;
}

.events-item__price {
  margin-left: 20px;
  width: 50%;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .events-item__price {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}

.events-item__price,
.events-item__city {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.events-item__price span,
.events-item__city span {
  margin-left: 10px;
  line-height: 1;
  display: inline-block;
}

.events-item__price svg,
.events-item__city svg {
  flex-shrink: 0;
}

.events-item__price.not-available span,
.events-item__city.not-available span {
  color: #898D91;
}

.events-item .cities-toggler > span {
  border-bottom-color: #979797;
}

.events-item .cities-toggler:hover > span {
  border-bottom-color: transparent;
}

.events-item-big {
  padding: 40px 40px 50px;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.events-item-big:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.events-item-big:hover .events-item-big__head {
  color: #F43C3C;
}

.events-item-big::before {
  background: #f1f2f6;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
}

.events-item-big__row {
  display: -webkit-box;
  display: flex;
  margin: 0 -20px;
}

.events-item-big__price,
.events-item-big__city {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 0;
}

.events-item-big__price span,
.events-item-big__city span {
  margin-left: 10px;
  color: #141b23;
}

.events-item-big__price.not-available span,
.events-item-big__city.not-available span {
  color: #898D91;
}

.events-item-big__price {
  margin-bottom: 15px;
  width: 100%;
}

.events-item-big__city {
  margin-bottom: 30px;
}

.events-item-big__img {
  flex-shrink: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.events-item-big__img img {
  display: block;
  min-width: 264px;
  min-height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}

.events-item-big__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: 100%;
}

.events-item-big__content .date__date span {
  color: #141b23;
  font-size: 14px;
  margin-top: 3px;
}

.events-item-big__content .date__date-day {
  color: #141b23;
  font-size: 30px;
}

.events-item-big__content .date__month {
  font-size: 14px;
  color: #141b23;
}

.events-item-big__content .date__year {
  font-size: 12px;
  color: rgba(20, 27, 35, 0.5);
}

.events-item-big__content .centered {
  margin-bottom: 15px;
}

.events-item-big__content .centered:last-of-type {
  margin-bottom: 30px;
}

.events-item-big__content .centered span {
  color: #141b23;
  font-size: 16px;
}

.events-item-big__content-footer {
  margin-top: auto;
}

.events-item-big__head {
  font-size: 20px;
  color: #141b23;
  font-family: "MontserratMedium", sans-serif;
  line-height: 1.2;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 70px;
}

.content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.c-404 {
  border-top: 1px solid #F1F2F6;
  position: relative;
  -webkit-box-flex: 1;
          flex-grow: 1;
  background: url(/images/404-img.jpg?596d809e669e58aa8531a0765b87b04c) no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-404-footer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 98px;
  text-align: center;
}

.c-404-content {
  padding-top: 85px;
}

.c-404-content .btn {
  margin-bottom: 30px;
}

.c-404-content .h1 {
  font-family: "MontserratMedium", sans-serif;
}

.c-404-subtext {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4;
}

#recaptcha {
  -webkit-transform: scale(0.82);
          transform: scale(0.82);
}

.contacts-block {
  display: -webkit-box;
  display: flex;
  margin-bottom: 57px;
}

.contacts-item {
  border: 1px solid #f1f2f6;
  width: 33.3333%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 30px 15px 15px 15px;
}

.contacts-item__img {
  margin-bottom: 9px;
}

.contacts-item__subtext {
  color: rgba(0, 0, 0, 0.6);
}

.contacts-item__phone {
  font-size: 22px;
}

.contacts-item__mail {
  font-size: 18px;
}

.contacts-item__date {
  font-size: 17px;
}

.contacts-item__phone,
.contacts-item__mail,
.contacts-item__date {
  font-family: "MontserratMedium", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

.contacts-item:first-child {
  background: url(/images/contact-big-1.svg?ee0e3645a647673117ec8cb3ef356d80) no-repeat right bottom;
}

.contacts-item:nth-child(2) {
  background: url(/images/contact-big-2.svg?8976807da35555762f98ce3d4860cb49) no-repeat right bottom;
}

.contacts-item:last-child {
  background: url(/images/contact-big-3.svg?534234700f4f6ea84aed76bc2bc89def) no-repeat right bottom;
}

.contacts-item + .contacts-item {
  border-left: 0;
}

.contacts-form {
  clear: both;
  border-top: 1px solid #F1F2F6;
}

.contacts-form__subtext {
  color: #7f7f7f;
  font-size: 13px;
  line-height: 1.4;
}

.contacts-form__subtext span {
  color: #F43C3C;
}

.contacts-form__footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.contacts-form__nav {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.contacts-form__head {
  margin-bottom: 45px;
}

.contacts-form__head .h2,
.contacts-form__head span {
  line-height: 1;
}

.contacts-form__head span {
  font-size: 16px;
  margin-left: 2px;
}

.faq-list__toggler {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.faq-list__toggler.active::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 16px;
  border-bottom: 2px solid #F43C3C;
  border-right: 2px solid #F43C3C;
}

.faq-list__toggler::before {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  top: 13px;
  z-index: 2;
}

.faq-list__toggler:hover {
  color: #000;
}

.faq-list__toggler:hover::before {
  border-bottom: 2px solid #F43C3C;
  border-right: 2px solid #F43C3C;
}

.faq-list__hidden {
  display: none;
  padding: 10px 0;
}

.faq-list__hidden p {
  color: rgba(0, 0, 0, 0.8);
}

.faq-list__hidden p:last-child {
  margin-bottom: 0;
}

.faq-list__item {
  padding: 20px 30px;
}

.faq-list__item:nth-child(odd) {
  background-color: #F1F2F6;
}

.faq-list__item.active {
  background-color: #FFF7F7;
}

.faq-list__item-num {
  color: #F43C3C;
  font-family: "MontserratBold", sans-serif;
  font-size: 20px;
}

.faq-list__item-question {
  font-size: 16px;
  font-family: "MontserratMedium", sans-serif;
  margin-left: 26px;
}

.delivery-tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 37px;
}

.delivery-tabs-mobile__block .delivery-tabs__item.active {
  display: none;
}

.delivery-tabs__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.delivery-tabs__item.active svg path {
  fill: #F43C3C;
}

.delivery-tabs__item.active span {
  color: #F43C3C;
  border-bottom-color: transparent;
}

.delivery-tabs__item + .delivery-tabs__item {
  margin-left: 45px;
}

.delivery-tabs__item:hover span {
  color: #F43C3C;
  border-bottom-color: #F43C3C;
}

.delivery-tabs__item:hover svg path {
  fill: #F43C3C;
}

.delivery-tabs__item span {
  margin-left: 10px;
  font-size: 18px;
  color: #000;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-family: "MontserratMedium", sans-serif;
  line-height: 1.2;
}

.delivery-tabs__item svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.delivery-info {
  margin-top: 45px;
}

.delivery-info__row {
  padding: 25px 30px 24px;
}

.delivery-info__row:nth-child(odd) {
  background-color: #F1F2F6;
}

.delivery-info__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.delivery-info__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.delivery-info__head span {
  margin-left: 10px;
  font-family: "MontserratMedium", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.delivery-info__price {
  color: #F43C3C;
  font-size: 16px;
  font-family: "MontserratMedium", sans-serif;
  padding-right: 100px;
}

.delivery-info__content p {
  color: rgba(0, 0, 0, 0.8);
}

.delivery-info__content p strong {
  font-family: "MontserratBold", sans-serif;
}

.delivery-info__content p:last-child {
  margin-bottom: 0;
}

.delivery-content .h2 {
  margin-bottom: 31px;
}

.delivery-content .contacts-form__head .h2 {
  margin-bottom: 0;
}

.delivery-content__head--alert {
  margin-bottom: 40px;
}

.delivery-content__head--alert .centered svg {
  flex-shrink: 0;
}

.delivery-content__head--alert .h2 {
  margin-bottom: 30px !important;
}

.delivery-content__head p {
  font-size: 16px;
  line-height: 1.75;
}

.delivery-content__head p strong {
  font-family: "MontserratBold", sans-serif;
}

.delivery-content__head p:last-child {
  margin-bottom: 0;
}

.delivery-content__item {
  overflow: hidden;
}

.delivery-content__item .about {
  padding-bottom: 70px;
}

.delivery-content__item .contacts-form {
  padding-top: 70px;
  border-top: none;
  position: relative;
}

.delivery-content__item .contacts-form::before {
  top: 0;
  left: -50vw;
  width: 200vw;
  background: #F1F2F6;
  height: 1px;
}

#s-delivery .row {
  margin-left: -12px;
  margin-right: -12px;
}

#s-delivery .grid,
#s-delivery [class*=grid-] {
  padding-left: 12px;
  padding-right: 12px;
}

.s-delivery__item {
  padding: 25px 30px 30px;
  background-color: #F1F2F6;
  position: relative;
  margin-bottom: 30px;
}

.s-delivery__item-change {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.s-delivery__item-change span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 8px;
}

.s-delivery__item-change path,
.s-delivery__item-change span {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.s-delivery__item-change:hover span {
  color: #F43C3C;
}

.s-delivery__item-change:hover path {
  fill: #F43C3C;
  opacity: 1;
}

.s-delivery__item-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.s-delivery__item-item {
  width: 20%;
}

.s-delivery__item-label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.s-delivery__item-header {
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}

.s-delivery__item-head {
  font-size: 16px;
  font-family: "MontserratMedium", sans-serif;
  margin-right: 30px;
}

.s-delivery__item-close {
  opacity: 0.2;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.s-delivery__item-close path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.s-delivery__item-close:hover {
  opacity: 1;
}

.s-delivery__item-close:hover path {
  fill: #F43C3C;
}

.inner-tabs {
  display: -webkit-box;
  display: flex;
  margin-bottom: 50px;
}

.inner-tabs-item .h2 {
  margin-bottom: 45px;
}

.inner-tab {
  background-color: #F1F2F6;
  padding: 11px 26px;
  font-size: 16px;
  font-family: "MontserratMedium", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.inner-tab:hover {
  background-color: #F43C3C;
  color: #fff;
}

.inner-tab.active {
  background-color: #F43C3C;
  color: #fff;
}

.about-post ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.about-post ul:last-child {
  margin-bottom: -25px;
}

.about-post ul li {
  width: 50%;
  position: relative;
  padding-left: 22px;
  margin-bottom: 25px;
  padding-right: 15px;
}

.about-post ul li::before {
  width: 6px;
  height: 6px;
  background-color: #F43C3C;
  left: 0;
  top: 8px;
}

.about-post ol {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  counter-reset: item;
  margin: 0;
}

.about-post ol:last-child {
  margin-bottom: -25px;
}

.about-post ol li {
  width: 50%;
  padding-left: 38px;
  margin-bottom: 25px;
  position: relative;
  padding-right: 15px;
}

.about-post ol li::before {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #F43C3C;
  left: 0;
  top: 2px;
  text-align: center;
  color: #fff;
  line-height: 24px;
}

.about-post h3 {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "MontserratBold", sans-serif;
  line-height: 1.4;
}

.about-post h2 {
  font-size: 22px;
  font-family: "MontserratBold", sans-serif;
  margin-bottom: 28px;
  line-height: 1.4;
}

.about-post p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.about-post p:last-child {
  margin-bottom: auto;
}

.about-post strong {
  font-family: "MontserratBold", sans-serif;
}

.about-features {
  margin-bottom: -45px;
}

.about-features .h2 {
  margin-bottom: 40px;
}

.about-features__item {
  display: -webkit-box;
  display: flex;
  margin-bottom: 45px;
}

.about-features__item-img {
  flex-shrink: 0;
}

.about-features__item-img img {
  display: block;
}

.about-features__item-content {
  color: rgba(0, 0, 0, 0.8);
  margin-left: 12px;
  line-height: 1.4;
}

.benefits {
  padding: 80px 0 73px;
}

.benefits__item {
  max-width: 184px;
  margin: 0 auto;
}

.benefits__item-content {
  text-align: center;
}

.benefits__item-content p {
  color: rgba(20, 27, 35, 0.8);
  line-height: 1.3;
}

.benefits__item-content p:last-child {
  margin-bottom: 0;
}

.benefits__item-head {
  font-size: 40px;
  line-height: 1;
  color: #141b23;
  font-family: "MontserratBold", sans-serif;
  margin-bottom: 12px;
}

.benefits__item-img {
  position: relative;
  height: 72px;
  margin-bottom: 8px;
}

.benefits__item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.history {
  position: relative;
}

.history::after {
  bottom: 70px;
  width: 50vw;
  height: 1px;
  left: 0;
  background-color: #F1F2F6;
}

.history-accordion {
  margin-bottom: 50px;
}

.history-accordion__arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #F3F4F9;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

@media only screen and (max-width: 992px) {
  .history-accordion__arrow {
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .history-accordion__arrow {
    width: 24px;
    height: 24px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 20px;
  }
}

.history-accordion__arrow svg {
  display: block;
  width: 12px;
  height: 7px;
  fill: #000000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.history-accordion__tc {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-width: 130px;
}

.history-accordion__tc-icon {
  flex-shrink: 0;
  margin-right: 12px;
  width: 14px;
  height: 14px;
}

.history-accordion__tc-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #F43C3C;
}

.history-accordion__tc-text {
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

@media only screen and (max-width: 992px) {
  .history-accordion__tc-text {
    font-size: 14px;
    line-height: 17px;
  }
}

.history-accordion__invoice {
  margin-right: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 6px 12px;
  background: #F3F4F9;
  border-radius: 18px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

.history-accordion__invoice:hover {
  background: #FFE2E2;
}

@media only screen and (max-width: 767px) {
  .history-accordion__invoice {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.history-accordion__invoice-icon {
  flex-shrink: 0;
  margin-right: 6px;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .history-accordion__invoice-icon {
    margin: 0;
  }
}

.history-accordion__invoice-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #F43C3C;
  -webkit-transition: stroke 300ms ease;
  transition: stroke 300ms ease;
}

.history-accordion__invoice-text {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

@media only screen and (max-width: 992px) {
  .history-accordion__invoice-text {
    font-size: 13px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .history-accordion__invoice-text {
    display: none;
  }
}

.history-accordion__price {
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #141B23;
}

@media only screen and (max-width: 992px) {
  .history-accordion__price {
    font-size: 20px;
    line-height: 24px;
  }
}

.history-accordion__price svg {
  display: block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.history-accordion__price-status {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  .history-accordion__price-status {
    margin-right: 0;
    margin-top: 6px;
  }
}

.history-accordion__price-status span {
  margin-left: 8px;
  font-size: 13px;
  line-height: 16px;
}

.history-accordion__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .history-accordion__row {
    margin: 0 -8px;
  }
}

@media only screen and (max-width: 767px) {
  .history-accordion__row {
    position: static;
    flex-wrap: wrap;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.history-accordion__row-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.history-accordion__row-item {
  padding: 0 15px;
}

@media only screen and (max-width: 992px) {
  .history-accordion__row-item {
    padding: 0 8px;
  }
}

.history-accordion__row-item--tc {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media only screen and (max-width: 767px) {
  .history-accordion__row-item--tc {
    width: 50%;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.history-accordion__row-item--status {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media only screen and (max-width: 767px) {
  .history-accordion__row-item--status {
    width: 100%;
    -webkit-box-ordinal-group: 4;
            order: 3;
    padding-top: 18px;
  }
}

.history-accordion__row-item--price {
  -webkit-box-ordinal-group: 4;
          order: 3;
  margin-right: 48px;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .history-accordion__row-item--price {
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-right: 0;
    margin-left: 0;
  }
}

.history-accordion__item {
  border-bottom: 1px solid #e7e8e9;
  position: relative;
}

.history-accordion__item:first-child {
  border-top: 1px solid #e7e8e9;
}

.history-accordion__item .date__date-day {
  font-size: 40px;
}

.history-accordion__item .date__month {
  font-size: 16px;
}

.history-accordion__item .date__year {
  font-size: 13px;
}

.history-accordion__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .history-accordion__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 16px;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.history-accordion__head {
  font-size: 20px;
  line-height: 24px;
  font-family: "MontserratSemiBold", sans-serif;
  margin-right: 16px;
  color: #141B23;
}

@media only screen and (max-width: 992px) {
  .history-accordion__head {
    font-size: 17px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .history-accordion__head {
    margin-right: 0;
    margin-bottom: 6px;
  }

  .history-accordion__head span {
    display: block;
  }
}

.history-accordion__num {
  font-family: "MontserratMedium", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 992px) {
  .history-accordion__num {
    font-size: 14px;
    line-height: 17px;
  }
}

.history-accordion__flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .history-accordion__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}

.history-accordion__mark {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 10px 0 16px;
  height: 32px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.history-accordion__mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  border-left: 8px solid #fff;
  border-top: 16px solid #fff;
  border-bottom: 16px solid #fff;
  border-right: 8px solid transparent;
}

@media only screen and (max-width: 767px) {
  .history-accordion__mark::before {
    display: none;
  }
}

.history-accordion__mark svg {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 13px;
}

.history-accordion__mark span {
  margin-left: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

@media only screen and (max-width: 992px) {
  .history-accordion__mark span {
    font-size: 13px;
    line-height: 16px;
  }
}

.history-accordion__mark.processing {
  background: rgba(220, 136, 10, 0.1);
}

.history-accordion__mark.sent {
  background: rgba(31, 152, 221, 0.1);
}

.history-accordion__mark.delivered {
  background: rgba(57, 193, 51, 0.1);
}

.history-accordion__mark.canceled {
  background: rgba(244, 60, 60, 0.1);
}

.history-accordion__hidden {
  background-color: #F1F2F6;
  padding: 20px 30px;
  display: none;
}

.history-accordion__hidden-wrap {
  border-bottom: 1px solid #E7E8E9;
  margin-bottom: 16px;
}

.history-accordion__hidden-wrap:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.history-accordion__hidden-wrap .history-accordion__hidden-head {
  border-bottom: 1px solid #E7E8E9;
  padding-bottom: 16px;
}

.history-accordion__hidden-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.history-accordion__hidden-row:last-child {
  margin-bottom: 0;
}

.history-accordion__hidden-block {
  display: -webkit-box;
  display: flex;
  margin: 0 -15px;
}

.history-accordion__hidden-block + .history-accordion__hidden-block {
  position: relative;
  padding-top: 20px;
}

.history-accordion__hidden-block + .history-accordion__hidden-block::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  top: 0;
  left: 20px;
  border-top: 1px solid #e7e8e9;
}

.history-accordion__hidden-blocks {
  width: 40%;
}

.history-accordion__hidden-blocks--status {
  width: 20%;
  align-self: flex-end;
}

.history-accordion__hidden-blocks .history-accordion__mark {
  display: -webkit-inline-box;
  display: inline-flex;
  margin: 0;
  margin-bottom: 30px;
}

.history-accordion__hidden-blocks .history-accordion__mark.disabled {
  position: relative;
  background: url(/images/mark-gray-item.svg?6b732094cb53ab4a3ed0c4b9f4b0cf32) no-repeat center;
  padding-left: 18px;
}

.history-accordion__hidden-blocks .history-accordion__hidden-item {
  width: 100%;
}

.history-accordion__hidden-blocks .history-accordion__hidden-item--md-hidden {
  display: none;
}

.history-accordion__hidden-blocks .history-accordion__hidden-item--md-visible {
  display: block;
}

.history-accordion__hidden-inner {
  display: -webkit-box;
  display: flex;
}

.history-accordion__hidden-inner--right {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.history-accordion__hidden-inner--right .history-accordion__hidden-item:last-child {
  width: auto;
}

.history-accordion__hidden-head {
  font-size: 16px;
  color: #000;
  font-family: "MontserratMedium", sans-serif;
  margin-bottom: 16px;
}

.history-accordion__hidden-label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.history-accordion__hidden-item {
  padding: 0 15px 20px;
  width: 20%;
}

.history-accordion__hidden-item--50 {
  width: 50%;
}

.history-accordion__hidden-item .history-accordion__mark {
  margin-left: 0;
}

.history-accordion__hidden-item .history-accordion__mark.disabled {
  background-color: #fff;
  background: url(/images/mark-gray-item.svg?6b732094cb53ab4a3ed0c4b9f4b0cf32) no-repeat center;
  padding-left: 18px;
}

.history-accordion__toggler {
  position: relative;
  cursor: pointer;
  padding-bottom: 30px;
  padding-top: 30px;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 767px) {
  .history-accordion__toggler {
    padding-top: 20px;
    padding-bottom: 55px;
  }
}

.history-accordion__toggler.active .history-accordion__arrow {
  background: transparent;
}

.history-accordion__toggler.active .history-accordion__arrow svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.history-accordion__toggler:hover .history-accordion__arrow svg {
  fill: #F43C3C;
}

.history-head {
  margin-bottom: 38px;
}

.history-head .h2 {
  margin-bottom: 35px;
}

.history-head p {
  margin-bottom: 0;
  font-size: 16px;
}

.history-slider {
  position: relative;
}

.history-slider::after {
  bottom: 0;
  width: 75.5%;
  height: 1px;
  background-color: #F1F2F6;
}

.history-slider .slick-arrow {
  width: 30px;
  height: 18px;
  background: url(/images/arrow-black.svg?04eeb4aa3e2d7bef439207bc4242115a) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  color: transparent;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}

.history-slider .slick-arrow:hover {
  background: url(/images/arrow-red.svg?c7bd016fc2031fd86a9339c038a243b2) no-repeat center;
  background-size: contain;
}

.history-slider .slick-prev {
  left: -120px;
}

.history-slider .slick-next {
  right: -120px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.history-slider .slick-disabled {
  opacity: 0.1;
  cursor: auto;
}

.history-slider__year {
  color: #F43C3C;
  font-family: "MontserratBold", sans-serif;
  font-size: 40px;
}

.history-slider__item {
  position: relative;
  padding: 0 4px 70px;
}

.history-slider__item::before {
  width: 9px;
  height: 46px;
  background: url(/images/about-line.svg?25f2d4954f76b3eef5293e10e903caa0) no-repeat center;
  bottom: 0;
  left: 0;
}

.history-slider__item p {
  color: rgba(20, 27, 35, 0.8);
  line-height: 1.3;
  max-width: 230px;
}

.history-slider__item p:last-child {
  margin-bottom: 0;
}

.thankful {
  padding: 60px 0 70px;
}

.thankful-logo {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 680px;
  margin-right: 24px;
}

.thankful-logo img {
  display: block;
  flex-shrink: 0;
}

.thankful-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.thankful-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.thankful-content__text {
  padding: 0 30px;
  max-width: 370px;
}

.thankful-content .h2 {
  max-width: 680px;
}

.js-video-button.show {
  opacity: 0;
  z-index: -1;
}

.c-how__video {
  margin-bottom: 70px;
}

.c-how__video-wrap {
  position: relative;
  padding-top: 48%;
}

.c-how__video-wrap.show .js-video-button {
  opacity: 0;
  z-index: -1;
}

.c-how__video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.c-how__video-wrap .js-video-button {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
  cursor: pointer;
}

.c-how__video-wrap .js-video-button::before {
  width: 90px;
  height: 90px;
  background: url(/images/play-triangle-outline.svg?f845500c3a8a5a86c1e78b6267a64b77) no-repeat center;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-how__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.c-how__row::before {
  width: 9px;
  height: 9px;
  background-color: #F43C3C;
  left: -4px;
  top: 15px;
}

.c-how__row:last-child {
  margin-bottom: 0;
}

.c-how__left {
  width: 100%;
  max-width: 325px;
  padding-right: 65px;
  padding-left: 50px;
  flex-shrink: 0;
}

.c-how__num {
  font-family: "MontserratBold", sans-serif;
  color: #F43C3C;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 14px;
}

.c-how__head {
  font-size: 16px;
  font-family: "MontserratMedium", sans-serif;
  line-height: 1.3;
}

.c-how__text {
  color: rgba(0, 0, 0, 0.8);
}

.c-how__text a {
  font-family: "MontserratBold", sans-serif;
  color: #000;
}

.c-how__text a:hover {
  color: #F43C3C;
}

.c-how__content {
  position: relative;
}

.c-how__content::before {
  height: calc(100% - 90px);
  width: 1px;
  background: #F1F2F6;
  left: 0;
  top: 15px;
}

.cart-info {
  padding-top: 95px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-bottom: 95px;
  border-top: 1px solid #E4E6EB;
}

.cart-info .row {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
  padding: 0 30px;
  -webkit-box-align: center;
          align-items: center;
}

.cart-info__img img {
  margin-left: auto;
}

.cart-info__content--short {
  padding-top: 80px;
}

.cart-info.fail {
  background: url(/images/cart-fail-bg.png?da25bc31b147547b8f3dd75d023c888b) no-repeat right top;
  background-size: auto 100%;
}

.cart-info.success {
  background: url(/images/cart-succes-bg.png?da5bfae68ecccaeba692208f330265c2) no-repeat right top;
  background-size: auto 100%;
}

.cart-info__content p {
  margin-bottom: 30px;
  margin-top: 0;
}

.cart-info__alert {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 46px;
  font-size: 14px;
}

.wishlist__item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e8e9;
  display: -webkit-box;
  display: flex;
}

.wishlist__item-close {
  align-self: center;
  margin-left: auto;
  cursor: pointer;
}

.wishlist__item-close path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.wishlist__item-close:hover path {
  fill: #F43C3C;
}

.wishlist__item-head {
  font-size: 16px;
  font-family: "MontserratMedium", sans-serif;
  margin-bottom: 15px;
}

.wishlist__item-img {
  margin-right: 20px;
  flex-shrink: 0;
}

.wishlist__item-img img {
  display: block;
  width: 70px;
}

.wishlist__item:last-child {
  margin-bottom: 50px;
}

.share {
  background-color: #33373B;
  padding: 15px 0;
}

.share__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.share__text {
  color: #fff;
}

.share__info {
  display: -webkit-box;
  display: flex;
  margin-right: 20px;
}

.share__icon {
  flex-shrink: 0;
  margin-right: 12px;
}

.share__icon svg {
  display: block;
}

.share__socials {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 10px 10px 22px;
  background: url(/images/share-bg.svg?08a881e431ddfd58389e8c0bc31309e9) no-repeat center;
  background-size: contain;
}

.share__socials path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.share__socials li a svg {
  display: block;
}

.share__socials li + li {
  margin-left: 10px;
}

.book-alert {
  padding: 28px;
  background: #000;
  background: #FFE7E7;
  border: 1px solid #F5CFCF;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 992px) {
  .book-alert {
    padding: 10px 20px;
  }
}

.book-alert__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

@media only screen and (max-width: 992px) {
  .book-alert__icon {
    width: 16px;
    height: 16px;
    margin-right: 12px;
  }
}

.book-alert__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #F43C3C;
}

.book-alert__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #F43C3C;
}

@media only screen and (max-width: 992px) {
  .book-alert__text {
    font-size: 13px;
    line-height: 16px;
  }
}

.book {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  border-top: 1px solid #e7e8e9;
  height: calc(100vh - 80px);
  overflow: hidden;
}

.book-nav {
  position: absolute;
  top: 70px;
  left: 70px;
}

.book-nav__item {
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid #e7e8e9;
  cursor: pointer;
  background-color: #fff;
  z-index: 11;
}

.book-nav__item:hover svg path {
  fill: #F43C3C;
}

.book-nav__item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.book-nav__item svg path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.book-nav__up {
  border-bottom: none;
}

.book__main {
  -webkit-box-flex: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.book__main-container {
  width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: flex;
}

.book__right {
  width: 380px;
  background-color: #33363B;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.book__right-toggler {
  display: none;
}

.book__right-order {
  max-height: 70%;
}

.book__right-order-descr {
  margin-left: 10px;
  width: 85%;
}

.book__right-order-place {
  color: rgba(255, 255, 255, 0.8);
  word-wrap: break-word;
}

.book__right-order-info {
  display: -webkit-box;
  display: flex;
  width: 150px;
}

.book__right-order-info svg {
  flex-shrink: 0;
}

.book__right-order-price {
  font-family: "MontserratMedium", sans-serif;
  color: #fff;
}

.book__right-order-close {
  cursor: pointer;
}

.book__right-order-close path {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.book__right-order-close:hover path {
  fill: #F43C3C;
}

.book__right-order-text {
  font-family: "MontserratMedium", sans-serif;
  color: #fff;
}

.book__right-order-row {
  padding: 28px 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #45484C;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.book__right-footer {
  background-color: #262A2F;
  padding: 35px 40px 40px;
  margin-top: auto;
}

.book__right-footer .btn {
  width: 100%;
}

.book__right-footer .btn span {
  font-size: 16px;
}

.book__right-footer-text {
  color: #fff;
  font-family: "MontserratMedium", sans-serif;
}

.book__right-footer-count {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.book__right-footer-count span {
  color: #fff;
  font-family: "MontserratMedium", sans-serif;
  margin-right: 8px;
}

.book__right-footer-price {
  color: #fff;
  font-family: "MontserratMedium", sans-serif;
}

.book__right-footer-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.book__right-footer-info {
  margin-bottom: 25px;
}

.book__left {
  width: 160px;
  background-color: #F1F2F6;
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.book__left > div:first-child {
  padding: 0 40px;
}

@media only screen and (max-width: 1200px) {
  .book__left.disabled {
    display: none;
  }
}

.book__left.disabled .book__left-price {
  background: #E1E3E8 !important;
  color: #919191 !important;
  pointer-events: none;
}

.book__left-prices {
  padding: 0 40px;
  overflow-y: auto;
}

.book__left-price {
  font-size: 13px;
  color: #101010;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.book__left-price--color_1 {
  border: 0px;
  background-color: #FFB84F;
}

.book__left-price--color_1.active {
  border: 1px #FFB84F solid !important;
  background-color: #fff;
}

.book__left-price--color_2 {
  border: 0px;
  background-color: #B9C8FF;
}

.book__left-price--color_2.active {
  border: 1px #B9C8FF solid !important;
  background-color: #fff;
}

.book__left-price--color_3 {
  border: 0px;
  background-color: #FDDF75;
}

.book__left-price--color_3.active {
  border: 1px #FDDF75 solid !important;
  background-color: #fff;
}

.book__left-price--color_4 {
  border: 0px;
  background-color: #ABF292;
}

.book__left-price--color_4.active {
  border: 1px #ABF292 solid !important;
  background-color: #fff;
}

.book__left-price--color_5 {
  border: 0px;
  background-color: #87BEFF;
}

.book__left-price--color_5.active {
  border: 1px #87BEFF solid !important;
  background-color: #fff;
}

.book__left-price--color_6 {
  border: 0px;
  background-color: #E0C2FF;
}

.book__left-price--color_6.active {
  border: 1px #E0C2FF solid !important;
  background-color: #fff;
}

.book__left-price--color_7 {
  border: 0px;
  background-color: #FF97C9;
}

.book__left-price--color_7.active {
  border: 1px #FF97C9 solid !important;
  background-color: #fff;
}

.book__left-price--color_8 {
  border: 0px;
  background-color: #FF886D;
}

.book__left-price--color_8.active {
  border: 1px #FF886D solid !important;
  background-color: #fff;
}

.book__left-price--color_9 {
  border: 0px;
  background-color: #FA6262;
}

.book__left-price--color_9.active {
  border: 1px #FA6262 solid !important;
  background-color: #fff;
}

.book__left-price--color_10 {
  border: 0px;
  background-color: #AFE9FC;
}

.book__left-price--color_10.active {
  border: 1px #AFE9FC solid !important;
  background-color: #fff;
}

.book__left-price--color_11 {
  border: 0px;
  background-color: #DBAE93;
}

.book__left-price--color_11.active {
  border: 1px #DBAE93 solid !important;
  background-color: #fff;
}

.book__left-price--color_12 {
  border: 0px;
  background-color: #FFDBB4;
}

.book__left-price--color_12.active {
  border: 1px #FFDBB4 solid !important;
  background-color: #fff;
}

.ttu {
  text-transform: uppercase;
}

.aling-items-center {
  -webkit-box-align: center;
          align-items: center;
}

.e-ticket {
  max-width: 1540px;
  padding: 60px 50px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.e-ticket__footer {
  padding-left: 80px;
  padding-right: 80px;
}

.e-ticket__footer .e-ticket__row {
  margin-bottom: 40px;
}

.e-ticket__footer .e-ticket__item {
  margin-bottom: 0;
}

.e-ticket__footer .e-ticket__logo {
  margin-bottom: 47px;
}

.e-ticket__policy {
  display: -webkit-box;
  display: flex;
  margin: 0 -20px;
}

.e-ticket__policy ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 1.2;
}

.e-ticket__policy-head {
  font-family: "MontserratBold", sans-serif;
  font-size: 15px;
  color: #000;
}

.e-ticket__policy-item {
  width: 50%;
  padding: 0 20px;
}

.e-ticket__barcode {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.e-ticket__barcode:last-child {
  margin-bottom: 0;
}

.e-ticket__barcode-img img {
  display: block;
}

.e-ticket__barcode-price__text {
  text-transform: uppercase;
  color: #000;
  font-size: 32px;
  font-family: "MontserratBold", sans-serif;
  line-height: 1;
}

.e-ticket__barcode-price__price {
  font-size: 160px;
  font-family: "MontserratSemiBold", sans-serif;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

.e-ticket__middle {
  padding: 105px 80px 50px;
  background: url(/images/e-line.png?11cbfc63069cf00dbdae699161d9d675) no-repeat center bottom;
  margin-bottom: 41px;
}

.e-ticket__descr {
  background-color: #F1F2F6;
  padding: 75px 80px 83px;
}

.e-ticket__top {
  padding-left: 80px;
  padding-right: 80px;
}

.e-ticket__logo img {
  display: block;
}

.e-ticket__logo.right img {
  margin-left: auto;
}

.e-ticket__subhead {
  font-size: 22px;
  line-height: 1.2;
  font-family: "MontserratMedium", sans-serif;
  margin-bottom: 45px;
  margin-top: -12px;
}

.e-ticket__head {
  margin-bottom: 50px;
  margin-top: 30px;
}

.e-ticket__head > div {
  max-width: 475px;
}

.e-ticket__item {
  margin-bottom: 35px;
  width: 72%;
}

.e-ticket__item:nth-child(even) {
  width: 28%;
}

.e-ticket__item:last-child {
  margin-bottom: 0;
}

.e-ticket__row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.e-ticket__info--gray {
  background-color: #F1F2F6;
  padding: 20px 40px;
}

.e-ticket__info-head {
  text-transform: uppercase;
  font-size: 28px;
  font-family: "MontserratBold", sans-serif;
  color: #000;
  line-height: 1.2;
}

.e-ticket__info-descr {
  font-size: 38px;
  font-family: "MontserratLight", sans-serif;
  line-height: 1.2;
}

.e-ticket__block .e-ticket__row {
  margin-bottom: 36px;
}

img.lazy {
  text-indent: -9999px;
  width: 100%;
}

.form__row .error--front {
  display: none;
}

.form__row .error--front.visible {
  display: block;
}

.language-dropdown li a {
  display: block;
}

@supports (display: grid) {
  .row-el {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(4, 1fr);
  }

  .row-el .el-col {
    grid-row: span 1;
    grid-column: span 1;
  }

  .row-el .el-col[data-premium] {
    grid-row: span 1;
    grid-column: span 2;
  }

@media (max-width: 1200px) {
    .row-el {
      grid-template-columns: repeat(3, 1fr);
      grid-auto-flow: row dense;
    }

    .row-el .el-col {
      grid-column: span 1;
    }

    .row-el .el-col[data-premium] {
      grid-column: span 2;
    }
}

@media (max-width: 992px) {
    .row-el {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-flow: row dense;
    }

    .row-el .el-col {
      grid-column: span 1;
    }

    .row-el .el-col[data-premium] {
      grid-column: span 2;
    }
}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .row-el {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -30px;
  }

  .row-el .el-col {
    width: calc(25% - 60px);
    max-width: calc(25% - 60px);
    margin: 0 30px;
  }

  .row-el .el-col[data-premium] {
    width: calc(50% - 60px);
    max-width: calc(50% - 60px);
  }
}

@media only screen and (-ms-high-contrast: active) and (max-width: 1200px), only screen and (-ms-high-contrast: none) and (max-width: 1200px) {
  .row-el .el-col {
    width: calc(33.33% - 60px);
    max-width: calc(33.33% - 60px);
  }

  .row-el .el-col[data-premium] {
    width: calc(66.66% - 60px);
    max-width: calc(66.66% - 60px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 992px), screen and (-ms-high-contrast: none) and (max-width: 992px) {
  .row-el .el-col {
    width: calc(50% - 60px);
    max-width: calc(50% - 60px);
  }

  .row-el .el-col[data-premium] {
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}

/*==========  Desktop First  ==========*/

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /**/

  .events-slide {
    display: block !important;
  }
}

@media (max-height: 850px) {
  /**/

  .c-404-content {
    padding-top: 70px;
  }

  .c-404-footer {
    bottom: 75px;
  }
}

@media (max-height: 800px) {
  /**/

  .c-404-content {
    padding-top: 50px;
  }

  .c-404-footer {
    bottom: 55px;
  }
}

@media (max-height: 700px) {
  /**/

  .c-404-content {
    padding-top: 30px;
  }

  .c-404-footer {
    bottom: 35px;
  }
}

@media (max-height: 800px) and (min-width: 1200px) {
  /**/

  .tab-content .form__checkbox-wrap {
    max-height: 180px;
  }

  .cart-info {
    padding-top: 80px;
  }

  .cart-info__img img {
    max-width: 580px;
  }

  .header-filter__scroll {
    height: 125px;
  }
}

@media (max-height: 799px) and (min-width: 1200px) {
  /**/

  .header-filter__choose {
    margin-bottom: 5px;
  }

  .header-filter__footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .header-filter .header-choose {
    padding-top: 55px;
  }

  .header-filter .datepicker--nav {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .header-filter .datepicker--content {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-filter .datepicker--cell {
    height: 22px;
    margin-bottom: 5px;
  }

  .header-filter .datepicker-links {
    margin-bottom: 5px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-height: 700px) and (min-width: 1200px) {
  /**/

  .cart-info.success .cart-info__img img {
    max-width: 410px;
  }

  .cart-info__img img {
    max-width: 500px;
  }

  .header-filter__scroll {
    max-height: 90px;
  }

  .header-filter__choose {
    margin-bottom: 5px;
  }

  .header-filter__footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .header-filter .header-choose {
    padding-top: 55px;
  }

  .header-filter .datepicker--nav {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .header-filter .datepicker--content {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-filter .datepicker--cell {
    height: 22px;
    margin-bottom: 5px;
  }

  .header-filter .datepicker-links {
    margin-bottom: 5px;
  }

  .tab-content .form__checkbox-wrap {
    max-height: 120px;
  }

  .form__checkbox-wrap {
    max-height: 220px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-height: 639px) and (min-width: 1200px) {
  /**/

  .cart-info.success .cart-info__img img {
    max-width: 380px;
  }

  .cart-info__img img {
    max-width: 450px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) and (min-width: 993px) {
  /**/

  .events-block .row {
    margin: 0 -30px;
  }

  .events-block .row .grid,
  .events-block .row [class*=grid-] {
    padding: 0 30px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1600px) {
  /**/

  .history-slider {
    margin: 0 50px;
  }

  .history-slider .slick-next {
    right: -50px;
  }

  .history-slider .slick-prev {
    left: -50px;
  }

  .events-item__hidden p {
    line-height: 1.5;
    font-size: 13px;
  }

  .events-item__hidden .btn {
    padding: 14px 10px;
  }

  .header-alarm__text {
    max-width: 400px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1400px) {
  /**/

  .c-404 {
    background-position: center center;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1300px) {
  /**/

  .delivery-history .delivery-tabs__item + .delivery-tabs__item {
    margin-left: 0 !important;
  }

  .delivery-tabs {
    flex-wrap: wrap;
  }

  .delivery-tabs__item {
    margin-bottom: 20px;
    margin-right: 40px;
  }

  .delivery-tabs__item + .delivery-tabs__item {
    margin-left: 0;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  /**/

  .cart.active {
    padding-right: 30px;
  }

  .svg-container .c-loading__svg {
    top: calc(50% - 63px);
  }

  .svg-container svg {
    height: calc(100% - 126px);
  }

  .book {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .book-nav {
    left: 30px;
  }

  .book__left {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding: 0 0 0 30px;
    -webkit-box-align: center;
            align-items: center;
  }

  .book__left .mb-15 {
    margin-bottom: 0;
  }

  .book__left > div:first-child {
    padding: 0;
  }

  .book__left-prices {
    padding: 20px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-left: 28px;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .book__left-price {
    margin-bottom: 0;
    padding: 5px 26px;
    margin-right: 10px;
  }

  .book__right {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
  }

  .book__right-order {
    display: none;
  }

  .book__right-order-descr {
    display: -webkit-box;
    display: flex;
  }

  .book__right-order-info {
    width: 40%;
  }

  .book__right-order-text {
    margin-right: 10px;
  }

  .book__right-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 30px 30px;
  }

  .book__right-footer-info {
    margin-bottom: 0;
    width: 100%;
    max-width: 200px;
  }

  .book__right-footer-info-row:last-child {
    margin-bottom: 0;
  }

  .book__right-footer::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #393C41;
    left: 185px;
  }

  .book__right-footer .btn {
    max-width: 280px;
    font-size: 14px;
  }

  .book__right-toggler {
    display: block;
    color: #fff;
    position: relative;
    margin-right: 60px;
    padding-left: 30px;
  }

  .book__right-toggler::after {
    content: "";
    position: absolute;
    height: 128px;
    width: 185px;
    background-color: #33363B;
    left: -30px;
    top: -53px;
    z-index: -1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
  }

  .book__right-toggler.active {
    z-index: 1;
  }

  .book__right-toggler.active::after {
    opacity: 1;
  }

  .book__right-toggler.active::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: url(/images/arrow-red.svg?c7bd016fc2031fd86a9339c038a243b2) no-repeat center;
    background-size: contain;
  }

  .book__right-toggler.active span {
    color: #F43C3C;
  }

  .book__right-toggler::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: url(/images/arrow-white.svg?42894b24e5447d3cba8aad3080a33b1f) no-repeat center;
    background-size: contain;
    left: 0;
    top: 9px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .modal__event .modal__close {
    right: 0;
    top: -60px;
  }

  .grid,
  [class*=grid-] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .thankful-row {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .thankful-logo {
    width: 100%;
    width: 68px;
  }

  .thankful-content {
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .thankful-content .h2 {
    max-width: none;
    margin-bottom: 30px;
    width: 100%;
  }

  .thankful-content__text {
    padding-left: 0;
  }

  .history-slider::after {
    width: 67%;
  }

  .contacts-item:first-child {
    background-position: bottom -20px right -40px !important;
  }

  .contacts-item:nth-child(2) {
    background-position: bottom -20px right -20px !important;
  }

  .contacts-item:last-child {
    background-position: bottom -20px right -20px !important;
  }

  .events-item {
    max-width: 300px;
    z-index: auto;
    width: 100%;
  }

  .events-item-banner {
    max-width: 300px;
    margin: 0 auto 50px;
  }

  .events-item__img {
    z-index: -1;
  }

  .events-item__img img {
    width: 100%;
  }

  .events-item-big__content {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .cookies {
    padding: 12px 25px 12px 30px;
  }

  .cookies svg:first-child {
    margin-top: 4px;
  }

  .slider-nav .slick-next {
    right: 30px;
  }

  .slider-nav .slick-prev {
    right: 60px;
  }

  .header--book .header-timer {
    position: absolute;
    right: 0;
    top: 81px;
    z-index: 20;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .header-book {
    display: block;
  }

  .header-book .events-item__city > div {
    margin-left: 8px;
  }

  .header-book .header-alarm__info {
    display: -webkit-box;
    display: flex;
    padding: 22px 30px;
    position: relative;
    margin-right: 0;
  }

  .header-book .header-alarm__info .events-item__city {
    max-width: 100%;
  }

  .header-book .header-alarm__info::before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100vw + 30px);
    left: -30px;
    height: 1px;
    background-color: #E7E8E9;
  }

  .header-alarm__info {
    padding-right: 182px !important;
    display: none;
  }

  .header-alarm__info .date {
    margin-right: 20px;
  }

  .header--cart::before {
    left: 248px;
  }

  .header--short .header-top {
    padding-left: 30px;
  }

  .header-top .container {
    padding-right: 0;
  }

  .header-top.fixed .search-dropdown {
    top: 50px;
    width: 100%;
    left: 0;
  }

  .footer--short .footer__bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer__list {
    margin: 0 -15px;
  }

  .footer__list li {
    padding: 0 15px;
    width: 50%;
  }

  .features .grid,
  .features [class*=grid-] {
    padding: 0 15px;
  }

  .features .row {
    margin: 0 -15px;
  }

  .subscribe {
    padding: 65px 0 50px;
  }

  .subscribe__row {
    flex-wrap: wrap;
  }

  .subscribe__head {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .subscribe__header {
    max-width: 310px;
  }

  .search {
    position: static;
  }

  .search-dropdown {
    border-top: 1px solid #F0F1F5;
    top: 80px;
    left: 0;
    width: 100%;
  }

  .delivery-info__price {
    padding-right: 40px;
  }

  .delivery-history .delivery-tabs__item + .delivery-tabs__item {
    margin-left: 21px;
  }

  .event-places__row .date {
    width: 160px;
  }

  .event-places__row .events-item__city {
    max-width: 400px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1024px) {
  /**/

  .header-filter .tab:hover span {
    color: #000;
  }

  .header-filter .tab:hover svg path {
    fill: #000;
  }

  .header-filter .tab.active span {
    color: #F43C3C !important;
  }

  .header-filter .tab.active svg path {
    fill: #F43C3C !important;
  }

  .header-filter .tab.active::before {
    -webkit-transform: translateY(-50%) rotate(225deg) !important;
            transform: translateY(-50%) rotate(225deg) !important;
    border-bottom-color: #F43C3C !important;
    border-right-color: #F43C3C !important;
    margin-top: 2px !important;
  }

  .dropdown-arrow:hover span {
    color: #000;
  }

  .dropdown-arrow:hover svg path {
    fill: #000;
  }

  .dropdown-arrow:hover::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-bottom-color: #000;
    border-right-color: #000;
  }

  .dropdown-toggler.active span {
    color: #F43C3C !important;
  }

  .dropdown-toggler.active svg path {
    fill: #F43C3C !important;
  }

  .dropdown-toggler.active::before {
    -webkit-transform: translateY(-50%) rotate(225deg) !important;
            transform: translateY(-50%) rotate(225deg) !important;
    border-bottom-color: #F43C3C !important;
    border-right-color: #F43C3C !important;
    margin-top: 2px !important;
  }

  .cart-info.fail {
    background-position: -200px top;
  }

  .cart-info.success {
    background-position: -100px top;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1023px) {
  /**/

  .events-item:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .events-item-big:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .header-alarm__info {
    padding-right: 140px !important;
  }

  .header--cart::before {
    left: 228px;
  }

  .header--cart-empty .header-top::before {
    left: 232px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 992px) {
  /**/

  .event-places__s-container {
    padding: 0;
  }

  .event-places__logo {
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-right: 0;
    margin-left: 34px;
  }

  .event-places__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    padding: 20px 20px 30px;
  }

  .event-places__row .date {
    margin-bottom: 20px;
  }

  .event-places__row .events-item__city {
    margin-bottom: 20px;
  }

  .event-places__nav {
    margin-left: 0;
  }

  .event-main .row .grid-lg-7 > .h1 {
    display: block;
  }

  .event-main .row .grid-lg-7 > .event-main__row {
    display: -webkit-box;
    display: flex;
  }

  .event-main__content .h1 {
    font-size: 22px;
  }

  .event-main__nav {
    margin-bottom: 45px;
  }

  .event-main__nav-slide img {
    max-height: none;
  }

  .p-cart-bottom__head {
    margin-bottom: 40px;
  }

  .p-cart-bottom__block {
    margin-bottom: 60px;
  }

  .p-cart-top__item-price {
    max-width: 120px;
  }

  .p-cart-top__header-price {
    max-width: 120px;
  }

  .p-cart-top__header-row {
    flex-wrap: wrap;
  }

  .p-cart-top__header-row .events-item__city {
    -webkit-box-ordinal-group: 5;
            order: 4;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }

  .s-delivery__item-row {
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-bottom: -18px;
  }

  .s-delivery__item-item {
    width: 33.3333%;
    margin-bottom: 18px;
  }

  .desktop-md {
    display: none;
  }

  .laptop-md {
    display: block;
  }

  .cart-info.fail {
    background-position: -200px top;
  }

  .cart-info.success {
    background-position: -100px top;
  }

  .cart-info__img img {
    margin: 0 auto;
  }

  .cart-info__content {
    text-align: center;
    margin-bottom: 80px;
  }

  .cart-info .row {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0 -30px;
    max-width: none;
    width: auto;
  }

  .about-post ul,
  .about-post ol {
    margin-bottom: 30px;
  }

  .about-post ul:last-child,
  .about-post ol:last-child {
    margin-bottom: 0;
  }

  .about-post ul li,
  .about-post ol li {
    width: 100%;
    padding-right: 0;
  }

  .about-post ul li:last-child,
  .about-post ol li:last-child {
    margin-bottom: 0;
  }

  .c-how__content::before {
    height: calc(100% - 140px);
  }

  .c-how__row {
    display: block;
    padding-left: 50px;
  }

  .c-how__left {
    padding: 0;
    max-width: 100%;
    margin-bottom: 18px;
  }

  .thankful-logo {
    margin-top: 8px;
  }

  .benefits .row {
    margin-bottom: -40px;
  }

  .benefits__item {
    margin-bottom: 40px;
  }

  .delivery-history .delivery-tabs {
    flex-wrap: wrap;
    margin-bottom: 17px;
  }

  .delivery-history .delivery-tabs__item {
    margin-right: 50px;
    margin-bottom: 20px;
  }

  .delivery-history .delivery-tabs__item + .delivery-tabs__item {
    margin-left: 0;
  }

  .history-accordion__hidden-block {
    flex-wrap: wrap;
  }

  .history-accordion__hidden-blocks {
    width: 100%;
  }

  .history-accordion__hidden-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .history-accordion__hidden-item {
    width: 33.333%;
  }

  .history-slider::after {
    width: 50.5%;
  }

  .contacts-form__nav .btn {
    min-width: 277px;
  }

  .contacts-block {
    flex-wrap: wrap;
  }

  .contacts-item {
    width: 50%;
  }

  .contacts-item + .contacts-item {
    border-left: 1px solid #f1f2f6;
  }

  .contacts-item:first-child {
    width: 100%;
  }

  .contacts-item:last-child {
    border-left: none;
  }

  .datepicker--nav {
    padding: 11px 18px;
  }

  .datepicker--content {
    padding: 10px;
  }

  .datepicker-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-post img.pull-right {
    float: none;
    margin: 0;
    width: 100%;
  }

  .dev__link-text {
    line-height: 1.4;
  }

  .dev__link::after {
    top: 1px;
  }

  .dev__link::before {
    top: 6px;
  }

  .header-timer {
    width: 130px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-alarm {
    padding-left: 15px;
  }

  .header-alarm__text {
    font-size: 16px;
    padding-right: 15px;
  }

  .header-choose__item {
    margin-right: 30px;
  }

  .header-filter {
    padding-left: 15px;
    padding-right: 90px;
  }

  .header-filter .dropdown-toggler {
    white-space: nowrap;
  }

  .header-filter .search-city__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-filter__footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-filter .header-choose {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-top.fixed .cart {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-top.fixed .login {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-top.fixed .container::before {
    left: 135px;
  }

  .header-top.fixed .search {
    padding-right: 15px;
  }

  .header-top.fixed .search input {
    padding-left: 15px;
  }

  .cart {
    padding: 27px 34px;
  }

  .login {
    padding: 27px 33px;
  }

  .login span {
    display: none;
  }

  .logo {
    flex-shrink: 0;
    margin-right: 18px;
  }

  .slider-nav {
    padding-left: 65px;
    padding-right: 65px;
  }

  .slider-nav .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    width: 22px;
    height: 26px;
    background-size: contain;
  }

  .slider-nav .slick-prev {
    right: auto;
    left: -30px;
  }

  .slider-nav .slick-next {
    right: -30px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }

  .features {
    margin-bottom: -40px;
  }

  .features__item {
    margin-bottom: 40px;
  }

  .events-slide {
    padding: 0 20px;
  }

  .events-slider {
    margin: 0 -20px;
  }

  .events-item {
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
  }

  .events-item-banner img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__bottom .row {
    margin: 0 -15px;
  }

  .footer__bottom .grid,
  .footer__bottom [class*=grid-] {
    padding: 0 15px;
  }

  .footer__list {
    margin: 0;
  }

  .footer__list li {
    padding: 0;
    width: 100%;
  }

  .designed span {
    line-height: 1.4;
  }

  .main-nav {
    margin-left: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .main-nav__item + .main-nav__item {
    margin-left: 30px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 767px) {
  /**/

  .row-el {
    grid-gap: 20px;
  }

  .content-slider-main {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
  }

  .content-slider-main .h1--home {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .slider-nav {
    position: relative;
  }

  .iti__flag-container {
    height: 50px;
  }

  .icon-fields {
    top: 20px;
    right: 30px;
    width: 10px;
    height: 10px;
  }

  .reccomend + .reviews {
    margin-top: 35px;
  }

  .date-custom .date__month {
    font-size: 14px;
  }

  .date-custom .date__date,
  .date-custom .date__time {
    font-size: 12px;
  }

  .g-recaptcha {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    margin-right: 30px;
    margin-bottom: 15px;
  }

  .r-header .header {
    padding: 16px 0;
  }

  .r-header .header-alarm__text {
    display: none;
  }

  .svg-container .c-loading__svg {
    top: calc(50% - 40px);
  }

  .svg-container svg {
    height: calc(100% - 80px);
  }

  .c-loading__svg {
    width: 35px !important;
    height: 35px !important;
  }

  .main-nav__item-submit {
    position: fixed;
    z-index: 40123123123123;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .mobile-shown {
    display: block !important;
  }

  .desktop-shown {
    display: none !important;
  }

  .cart.active {
    padding-right: 0;
    padding-left: 0;
  }

  .w100-mobile {
    width: 100%;
  }

  .book {
    margin-top: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .book__right {
    margin-top: auto;
  }

  .book__right-order {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    background-color: #33363B;
    height: calc(var(--vh, 1vh) * 100 - 133px);
    overflow: hidden;
    max-height: none;
  }

  .book__right-order-info {
    width: 55%;
  }

  .book__right-order-row {
    padding: 20px;
  }

  .book__right-order-descr {
    display: block;
  }

  .book__right-order-place {
    font-size: 13px;
    line-height: 1.3;
  }

  .book__right-order-text {
    font-size: 13px;
  }

  .book__right-order-price {
    font-size: 13px;
  }

  .book__right-footer {
    padding: 12px 20px;
  }

  .book__right-footer-row {
    margin-bottom: 0;
  }

  .book__right-footer-text,
  .book__right-footer-price,
  .book__right-footer-count {
    font-size: 13px;
  }

  .book__right-footer::before {
    left: 55px;
  }

  .book__right-footer .btn {
    padding: 15px;
    width: auto;
    max-width: 100%;
    margin-left: 30px;
  }

  .book__right-footer .btn span {
    display: none;
  }

  .book__right-toggler {
    margin-right: 30px;
  }

  .book__right-toggler::after {
    width: 65px;
  }

  .book__right-toggler::before {
    top: -4px;
  }

  .book__right-toggler span {
    display: none;
  }

  .book__main {
    min-height: auto;
  }

  .book-nav {
    left: 0;
    bottom: 80px;
    top: auto;
    width: 100%;
    display: -webkit-box;
    display: flex;
    position: fixed;
  }

  .book-nav__up {
    border-right: none;
    border-bottom: 1px solid #e7e8e9;
  }

  .book-nav__item {
    width: 50%;
    height: 40px;
  }

  .book__left {
    padding: 0 0 0 20px;
  }

  .book__left-prices {
    padding: 16px 0;
    margin-left: 16px;
  }

  body.body-short {
    display: block;
  }

  .timer-code.active {
    margin-top: 20px;
    margin-left: 0 !important;
  }

  .modal__event {
    width: 100% !important;
  }

  .modal__event-for .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    width: 18px;
    height: 30px;
    background: url(/images/arrow-white.svg?42894b24e5447d3cba8aad3080a33b1f) no-repeat center;
    background-size: contain;
    z-index: 10;
    color: transparent;
  }

  .modal__event-for .slick-prev {
    left: 15px;
  }

  .modal__event-for .slick-next {
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }

  .modal__event .modal__close {
    top: -40px;
  }

  .hall-slider__for {
    position: relative;
  }

  .hall-slider__for .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    width: 18px;
    height: 30px;
    background: url(/images/arrow-white.svg?42894b24e5447d3cba8aad3080a33b1f) no-repeat center;
    background-size: contain;
    z-index: 10;
    color: transparent;
  }

  .hall-slider__for .slick-prev {
    left: 15px;
  }

  .hall-slider__for .slick-next {
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }

  .reviews {
    padding-top: 5px !important;
  }

  .reviews-item__name {
    margin-bottom: 10px;
  }

  .reviews-item__date {
    margin-left: 40px;
  }

  .reviews-item__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .reviews-form {
    padding: 20px;
  }

  .reviews-form #recaptcha {
    margin-top: 0;
    -webkit-transform: scale(0.79);
            transform: scale(0.79);
  }

  .reviews-head {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .reviews-head .btn {
    width: 100%;
  }

  .reviews-head .h2 {
    margin-bottom: 30px;
  }

  .event-slider__for .js-video-button::before {
    width: 45px;
    height: 45px;
  }

  .event-places .events-item__city span {
    word-break: normal;
  }

  .event-places .date__month {
    font-size: 14px;
  }

  .event-places .date__week,
  .event-places .date__time {
    font-size: 11px;
  }

  .event-places__table {
    margin-bottom: 45px;
  }

  .event-places__nav {
    width: 100%;
  }

  .event-places__nav .btn {
    width: 100%;
  }

  .event-places__nav .btn.disable {
    padding: 0;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .event-places__logo {
    display: none;
  }

  .event-places__row {
    padding: 15px 20px 20px;
  }

  .event-places__row .events-item-info__des span {
    font-size: 14px;
  }

  .event-places__row .events-item__city {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .event-places__row .date {
    margin-bottom: 12px;
  }

  .event-places__row .date__date-day {
    font-size: 32px;
  }

  .event-places__row .date__year {
    font-size: 11px;
  }

  .event-main {
    margin-bottom: 20px;
  }

  .event-main .h1 {
    margin-bottom: 20px;
  }

  .event-main__row {
    margin-bottom: 30px;
  }

  .event-main__content .h1 {
    font-size: 22px;
  }

  .event-main__link svg {
    max-width: 20px;
    max-height: 20px;
  }

  .event-main__link span {
    line-height: 1.4;
    font-size: 13px;
  }

  .event-main__nav {
    margin-bottom: 30px;
  }

  .event-main__for .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    width: 18px;
    height: 30px;
    background: url(/images/arrow-white.svg?42894b24e5447d3cba8aad3080a33b1f) no-repeat center;
    background-size: contain;
    z-index: 10;
    color: transparent;
  }

  .event-main__for .slick-prev {
    left: 15px;
  }

  .event-main__for .slick-next {
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg);
  }

  .event-main__for .slick-track {
    display: -webkit-box;
    display: flex;
  }

  .event-main__for-slide {
    height: auto;
    display: -webkit-box !important;
    display: flex !important;
  }

  .event-main__for-slide img,
  .event-main__for-slide iframe {
    width: 100%;
    height: 100%;
  }

  .event-main__link .share__socials {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .event-main__link .share__socials li {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .event-main__link .share__socials li:last-child {
    margin-right: 0;
  }

  .event-main__link .share__socials li + li {
    margin-left: 0;
  }

  .event-places__row {
    flex-wrap: wrap;
  }

  .select2-results__option {
    padding: 6px 20px;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 17px 20px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 11px 20px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    top: 22px;
  }

  .font-20 {
    font-size: 18px;
  }

  .header-alarm__text {
    margin-right: 0;
  }

  .header-alarm__text--empty {
    border-top: 1px solid #e4e6eb;
  }

  .header-book .events-item__city > div {
    line-height: 1.2;
  }

  .header-book .events-item__city > div span {
    line-height: 1.2;
  }

  .header-book .header-alarm__info {
    padding-left: 20px;
    padding-right: 20px !important;
  }

  .header-book .header-alarm__info .date {
    margin-right: 20px;
  }

  .header-book .header-alarm__info::before {
    display: none;
  }

  .header--cart {
    margin-bottom: 60px;
  }

  .header--cart-empty .header-top::before {
    display: none;
  }

  .header--book {
    margin-bottom: 60px;
  }

  .header--book .header-alarm__close {
    position: static !important;
  }

  .header--short .header-top {
    padding: 14px 0;
  }

  .header-timer {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    border-left: none;
    padding: 12px 15px;
    text-align: center;
  }

  .header--cart .header-top {
    margin-right: 0;
  }

  .header-filter__choose {
    width: 50%;
  }

  .h3--20.mb-40 {
    margin-bottom: 15px;
  }

  .p-cart {
    border-top: none;
  }

  .p-cart-empty {
    margin-bottom: 30px;
  }

  .p-cart-empty .h1 {
    margin-bottom: 15px;
  }

  .p-cart-empty .btn {
    width: 100%;
  }

  .p-cart-total {
    margin-top: 0;
    max-width: 100%;
  }

  .p-cart-total__top {
    margin-bottom: 22px;
  }

  .p-cart-choose__img {
    margin-top: 5px;
  }

  .p-cart-choose__head span {
    font-size: 14px;
  }

  .p-cart-choose__item {
    padding: 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .p-cart-choose__price {
    margin-left: 33px;
    max-width: 100%;
    font-size: 14px;
  }

  .p-cart-bottom {
    padding-top: 40px;
  }

  .p-cart-bottom__head {
    margin-bottom: 28px;
  }

  .p-cart-bottom__block {
    margin-bottom: 40px;
  }

  .p-cart-bottom__block .form__input {
    padding: 15px 50px 15px 20px;
  }

  .p-cart-bottom__block--bottom {
    margin-top: 0;
  }

  .p-cart-bottom__block .h2 {
    font-size: 22px;
  }

  .p-cart-top {
    padding-bottom: 20px;
  }

  .p-cart-top__close {
    -webkit-box-ordinal-group: 5;
            order: 4;
    margin-right: 0;
  }

  .p-cart-top__row {
    position: relative;
  }

  .p-cart-top__image {
    position: absolute;
    left: 0;
    top: 0;
  }

  .p-cart-top__image img {
    width: 66px;
  }

  .p-cart-top__header {
    padding-left: 86px;
    border-bottom: 1px solid #F1F2F6;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .p-cart-top__header-row {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .p-cart-top__header-row .events-item__city-inner > div {
    line-height: 1.4;
  }

  .p-cart-top__header-row .events-item__city-inner > div span {
    font-size: 14px;
    word-break: normal;
    line-height: 1.4;
  }

  .p-cart-top__header-price {
    font-size: 20px;
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .p-cart-top__header .events-item__city {
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .p-cart-top__head {
    font-size: 16px;
  }

  .p-cart-top__item-price {
    width: 54px;
  }

  .p-cart-top__item-close {
    margin-right: 0;
  }

  .p-cart-top__content .date {
    margin-bottom: 12px;
  }

  .p-cart-top__content .date__date-day {
    font-size: 34px;
  }

  .p-cart-top__content .date__year {
    font-size: 12px;
  }

  .p-cart-top__content .date__month {
    font-size: 14px;
  }

  .filter {
    margin-bottom: 25px;
  }

  .filter__item {
    margin-bottom: 5px;
  }

  .font-16 {
    font-size: 14px;
  }

  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .nav .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
    min-width: 100%;
  }

  .s-delivery__item {
    padding: 18px 20px;
    padding-bottom: 48px;
  }

  .s-delivery__item-change {
    position: absolute;
    left: 20px;
    bottom: 10px;
  }

  .s-delivery__item-row {
    margin-bottom: -10px;
  }

  .s-delivery__item-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .share__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }

  .share__info {
    margin-right: 0;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 14px;
    max-width: 170px;
    line-height: 1.4;
  }

  .share__text {
    font-size: 13px;
  }

  .wishlist__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .wishlist__item:last-child {
    margin-bottom: 30px;
  }

  .wishlist__item-img {
    margin-right: 14px;
  }

  .wishlist__item-img img {
    width: 50px;
  }

  .wishlist__item-head {
    font-size: 14px;
    line-height: 1.3;
    margin-right: 10px;
  }

  .wishlist__item-close {
    align-self: flex-start;
  }

  .desktop {
    display: none;
  }

  .cart-info {
    padding-top: 0;
    padding-bottom: 55px;
  }

  .cart-info__alert {
    font-size: 13px;
  }

  .cart-info__content {
    padding-top: 40px;
    margin-bottom: 45px;
  }

  .cart-info .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .c-how__row {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .c-how__row::before {
    top: 12px;
  }

  .c-how__num {
    font-size: 30px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .c-how__text {
    font-size: 13px;
  }

  .c-how__head {
    font-size: 14px;
  }

  .c-how__content::before {
    height: calc(100% - 110px);
  }

  .c-how__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 15px;
  }

  .c-how__video {
    margin-bottom: 30px;
  }

  .c-how__video-wrap {
    padding-top: 56.25%;
  }

  .c-how__video-wrap .js-video-button::before {
    width: 45px;
    height: 45px;
  }

  .thankful {
    padding: 30px 0;
  }

  .thankful-row {
    -webkit-box-align: stretch;
            align-items: stretch;
    position: relative;
  }

  .thankful-content {
    width: 100%;
  }

  .thankful-content .h2 {
    padding-left: 62px;
  }

  .thankful-content__text {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .thankful-content .btn {
    width: 100%;
  }

  .thankful-logo {
    -webkit-box-align: stretch;
            align-items: stretch;
    width: 48px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  .page-link {
    line-height: 1.59;
    padding: 0 7px;
  }

  .page-item:first-child,
  .page-item:last-child {
    position: absolute;
    bottom: 0;
    width: 50%;
    margin: 0;
  }

  .page-item:last-child {
    left: 50%;
  }

  .pagination {
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px;
    position: relative;
  }

  .pagination--short {
    padding-bottom: 0;
  }

  .pagination--short .page-item:first-child,
  .pagination--short .page-item:last-child {
    position: static;
    width: auto;
  }

  .history-accordion__hidden {
    padding: 20px 20px;
  }

  .history-accordion__hidden-label {
    font-size: 12px;
  }

  .history-accordion__hidden-text {
    font-size: 13px;
    line-height: 1.4;
  }

  .history-accordion__hidden-text .events-item-info__city {
    font-family: "MontserratRegular", sans-serif;
  }

  .history-accordion__hidden-inner {
    flex-wrap: wrap;
  }

  .history-accordion__hidden-inner .history-accordion__hidden-item:last-child {
    width: 100%;
  }

  .history-accordion__hidden-row {
    flex-wrap: wrap;
  }

  .history-accordion__hidden-row:nth-child(2),
  .history-accordion__hidden-row:nth-child(3) {
    margin-bottom: 0;
  }

  .history-accordion__hidden-item {
    width: 100%;
  }

  .history-accordion__hidden-item--md-hidden {
    display: block !important;
  }

  .history-accordion__hidden-item--md-visible {
    display: none !important;
  }

  .history-accordion__hidden-item .history-accordion__mark {
    width: 100%;
  }

  .history-accordion__hidden-item .history-accordion__mark.disabled {
    background-image: none;
    border: 1px solid #e7e8e9;
    background-color: #fff;
    width: 100%;
    margin: 0;
    max-width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: 5px;
  }

  .history::after {
    bottom: 40px;
  }

  .history-slider {
    margin: 0 30px;
  }

  .history-slider .slick-prev {
    left: -30px;
  }

  .history-slider .slick-next {
    right: -30px;
  }

  .history-slider .slick-arrow {
    height: 12px;
    width: 20px;
  }

  .history-slider::after {
    display: none;
  }

  .history-slider__year {
    font-size: 30px;
  }

  .history-slider__item {
    text-align: center;
  }

  .history-slider__item p {
    margin: 0 auto;
  }

  .history-slider__item::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .history-head p {
    font-size: 13px;
  }

  .history-head .h2 {
    margin-bottom: 20px;
  }

  .benefits {
    padding: 40px 0;
  }

  .benefits__item-head {
    font-size: 30px;
  }

  .mb-30 {
    margin-bottom: 25px;
  }

  .mb-70 {
    margin-bottom: 45px;
  }

  .about-post h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .about-post h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about-post ol li {
    padding-left: 30px;
  }

  .about-post ol li::before {
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 16px;
  }

  .about-post ol,
  .about-post ul {
    margin-bottom: 20px;
  }

  .about-post ol li,
  .about-post ul li {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .about-post p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .about-features {
    margin-bottom: 0;
  }

  .about-features__item {
    margin-bottom: 20px;
  }

  .h2--30 {
    font-size: 18px;
  }

  .h3--20 {
    font-size: 18px;
  }

  .delivery-history .delivery-tabs {
    margin-bottom: 0;
  }

  .delivery-info {
    margin-top: 30px;
  }

  .delivery-info__content p {
    font-size: 13px;
  }

  .delivery-info__price {
    padding-right: 20px;
    font-size: 14px;
  }

  .delivery-info__head svg {
    flex-shrink: 0;
  }

  .delivery-info__head span {
    font-size: 14px;
  }

  .delivery-info__row {
    padding: 20px;
  }

  .delivery-content__item .about {
    padding-bottom: 40px;
  }

  .delivery-content__item .contacts-form {
    padding-top: 0;
  }

  .delivery-content__item .contacts-form .h2 {
    margin-bottom: 0;
  }

  .delivery-content__item .contacts-form::before {
    display: none;
  }

  .delivery-content .h2 {
    margin-bottom: 18px;
  }

  .delivery-content__head--alert {
    margin-bottom: 30px;
  }

  .delivery-content__head--alert .h2 {
    margin-bottom: 15px !important;
  }

  .delivery-content__head p {
    font-size: 13px;
  }

  .delivery-tabs {
    display: none;
    margin-bottom: 0;
    padding: 8px 20px 20px;
  }

  .delivery-tabs__item {
    margin-bottom: 15px;
  }

  .delivery-tabs__item:hover span {
    color: #000;
  }

  .delivery-tabs__item-img {
    width: 18px;
    flex-shrink: 0;
  }

  .delivery-tabs__item-img img {
    display: block;
    margin: 0 auto;
  }

  .delivery-tabs__item:last-child {
    margin-bottom: 0;
  }

  .delivery-tabs__item span {
    border-bottom: none;
    font-family: "MontserratMedium", sans-serif;
    font-size: 14px;
    color: #000;
    margin-left: 12px;
  }

  .delivery-tabs__item + .delivery-tabs__item {
    margin-left: 0;
  }

  .delivery-tabs__item span {
    font-size: 14px;
  }

  .delivery-tabs-mobile {
    border: solid 1px #cccccc;
    margin-bottom: 30px;
  }

  .delivery-tabs-mobile .delivery-tabs {
    display: block;
  }

  .delivery-tabs-mobile__block {
    display: none;
  }

  .delivery-tabs-mobile__toggler {
    padding: 14px 20px;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
  }

  .delivery-tabs-mobile__toggler::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 20px;
    top: 50%;
    z-index: 2;
  }

  .delivery-tabs-mobile__toggler.active {
    color: #000;
  }

  .delivery-tabs-mobile__toggler.active::before {
    border-bottom: 1px solid #F43C3C;
    border-right: 1px solid #F43C3C;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
    margin-top: 2px;
  }

  .delivery-tabs-mobile__toggler img {
    width: 20px;
    height: 20px;
  }

  .delivery-tabs-mobile__toggler span {
    font-size: 16px;
    font-family: "MontserratMedium", sans-serif;
    margin-left: 10px;
    line-height: 1;
  }

  .toggle-password {
    width: 20px;
    height: 16px;
    top: 18px;
    right: 20px;
  }

  .inner-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 30px;
  }

  .inner-tabs-item .h2 {
    margin-bottom: 30px;
  }

  .inner-tab {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 1px;
  }

  .faq-list__item {
    padding: 16px 20px;
    padding-right: 35px;
  }

  .faq-list__item-num {
    font-size: 16px;
  }

  .faq-list__item-question {
    font-size: 14px;
    margin-left: 12px;
  }

  .faq-list__toggler {
    line-height: 1.3;
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .faq-list__toggler.active::before {
    top: 8px;
  }

  .faq-list__toggler::before {
    top: 4px;
    width: 8px;
    height: 8px;
    right: -18px;
  }

  .content {
    -webkit-box-flex: 0;
            flex-grow: 0;
    display: block;
  }

  .content--book {
    -webkit-box-flex: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .content.fixed {
    margin-top: 103px;
  }

  .content--fixed.fixed {
    margin-top: 0;
  }

  .content--short.fixed {
    margin-top: 0;
  }

  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .grid,
  [class*=grid-] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-block {
    margin-bottom: 30px;
  }

  .contacts-form__head {
    margin-bottom: 28px;
  }

  .contacts-form__head span {
    font-size: 14px;
    margin-left: 1px;
  }

  .contacts-form__nav .btn {
    min-width: auto;
    width: 100%;
  }

  .contacts-form__nav,
  .contacts-form__footer {
    display: block;
  }

  .contacts-item {
    width: 100%;
  }

  .contacts-item + .contacts-item {
    border-top: none;
  }

  .contacts-item:first-child {
    background-size: 100px 94px;
    background-position: right bottom !important;
  }

  .contacts-item:nth-child(2) {
    background-size: 95px 82px;
    background-position: right bottom !important;
  }

  .contacts-item:last-child {
    background-size: 92px 100px;
    background-position: right bottom !important;
    border-left: 1px solid #f1f2f6;
  }

  .contacts-item__phone {
    font-size: 18px;
  }

  .contacts-item__date,
  .contacts-item__mail {
    font-size: 16px;
  }

  .contacts-item__subtext {
    font-size: 13px;
  }

  .iti__arrow {
    top: 20px;
  }

  .iti__arrow--up {
    top: 31px;
  }

  .form__row {
    margin-bottom: 22px;
  }

  .form__input,
  .form__textarea {
    font-size: 14px;
    padding: 15px 20px;
  }

  .form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    font-size: 14px;
  }

  .form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  .form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
    font-size: 14px;
  }

  .form__input::placeholder,
  .form__textarea::placeholder {
    font-size: 14px;
  }

  .form__textarea {
    min-height: 120px;
  }

  #recaptcha {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    margin-top: 18px;
  }

  .datepicker-here .datepicker {
    width: 100%;
  }

  .cookies {
    padding: 10px 20px;
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .cookies svg {
    margin-top: 6px;
  }

  .cookies-text {
    padding-right: 10px;
    font-size: 12px;
  }

  .dev {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }

  .dev__link::before {
    top: 0;
  }

  .dev__link::after {
    top: -4px;
  }

  .mobile {
    display: block;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-70 {
    padding: 40px 0;
  }

  .section-50 {
    padding: 30px 0 30px;
  }

  .c-404 {
    padding-bottom: 38px;
  }

  .c-404-footer {
    -webkit-transform: none;
            transform: none;
    position: static;
    margin-top: 250px;
  }

  .c-404-subtext {
    font-size: 13px;
  }

  .c-404-content .btn {
    margin-bottom: 20px;
    width: 100%;
    max-width: 380px;
  }

  .breadcrumb {
    margin-bottom: 15px;
  }

  .breadcrumb li {
    font-size: 12px;
  }

  .h1 {
    font-size: 24px;
  }

  .h1--50 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .h1--30 {
    font-size: 20px;
  }

  .h1--home {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .h2--40 {
    font-size: 24px;
  }

  .banner {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .hamburger-box {
    width: 22px;
    height: 14px;
    position: relative;
    bottom: -5px;
  }

  .hamburger.is-active .hamburger-inner {
    width: 18px;
    background-color: #F43C3C;
  }

  .hamburger.is-active .hamburger-inner::before {
    top: 0;
  }

  .hamburger.is-active .hamburger-inner::after {
    bottom: 0;
  }

  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #F43C3C;
  }

  .hamburger-inner {
    width: 14px;
    height: 3px;
    background-color: #141b23;
  }

  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 18px;
    height: 3px;
    background-color: #141b23;
  }

  .hamburger-inner::before {
    top: -6px;
  }

  .hamburger-inner::after {
    bottom: -6px;
  }

  .cart {
    padding: 0;
    background-color: transparent;
    margin-left: 14px;
  }

  .cart-info .row {
    padding: 0;
  }

  .cart:hover {
    background: transparent;
  }

  .cart svg path {
    fill: #F43C3C;
  }

  .cart span {
    display: none;
  }

  .search {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    border-top: 1px solid #F1F2F6;
    box-shadow: 0 12px 14px 0 rgba(38, 42, 47, 0.1);
    z-index: 40;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }

  .search.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .search-city__content {
    padding-bottom: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .search-city__search input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-dropdown {
    top: 45px;
  }

  .search-dropdown__head {
    width: 100%;
    padding-left: 52px;
    font-size: 13px;
    margin-bottom: 5px;
  }

  .search-dropdown__row {
    position: relative;
    display: block;
    min-height: 55px;
  }

  .search-dropdown__img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .search-dropdown__content {
    padding: 20px;
  }

  .search-dropdown__content .date {
    padding-left: 52px;
  }

  .search__form input {
    font-size: 13px;
    padding: 17px 0;
  }

  .search__form input::placeholer {
    font-size: 13px;
  }

  .search-toggler.active svg path {
    fill: #F43C3C;
  }

  .search-toggler svg {
    display: block;
  }

  .search-toggler svg path {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .language {
    display: none;
  }

  .language-text {
    color: rgba(0, 0, 0, 0.5);
  }

  body.fixed {
    overflow: hidden;
  }

  .cookies {
    z-index: 40;
  }

  label.error.valid {
    right: 15px;
    top: 20px;
  }

  .dropdown-header {
    background-color: #fff;
    box-shadow: none;
  }

  .dropdown-header .form__checkbox-wrap {
    margin-bottom: 0;
  }

  .dropdown-mobile {
    z-index: 805;
    position: absolute;
    width: 100vw !important;
    left: 0;
    top: 54px;
    height: calc(var(--vh, 1vh) * 100 - 103px);
    overflow: auto;
    z-index: 1043;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }

  .dropdown-mobile.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .dropdown-mobile-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .dropdown-mobile-wrap.active .header-filter__footer {
    padding-bottom: 60px !important;
  }

  .dropdown-mobile-overlay {
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 800;
    overflow: hidden;
    top: 103px;
    height: calc(100vh - 103px);
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    display: none !important;
  }

  .dropdown-mobile .header-filter__footer {
    background-color: #fff;
  }

  .dropdown-mobile .header-choose {
    background-color: #fff;
    padding-top: 5px;
  }

  .dropdown-mobile .tab-item {
    background-color: #fff;
  }

  .dropdown-mobile .dropdown-arrow {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
  }

  .dropdown-mobile .tabs {
    padding: 20px 20px 12px;
    border-bottom: 1px solid #E4E6EB;
    border-top: 1px solid #E4E6EB;
  }

  .dropdown-mobile .tabs .tab {
    width: 50%;
  }

  .dropdown-mobile .tabs .tab.active .dropdown-arrow span {
    color: #F43C3C;
  }

  .dropdown-mobile .tabs .tab.active .dropdown-arrow svg path {
    fill: #F43C3C;
  }

  .dropdown-mobile .tabs .tab.active .dropdown-arrow::before {
    border-bottom-color: #F43C3C;
    border-right-color: #F43C3C;
    -webkit-transform: translateY(0) rotate(225deg);
            transform: translateY(0) rotate(225deg);
    margin-top: 0;
  }

  .mobile-filter {
    position: relative;
    margin-right: 14px;
  }

  .mobile-filter svg {
    display: block;
  }

  .mobile-filter.active {
    background: #fff;
  }

  .mobile-filter path {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .mobile-filter.active svg path {
    fill: #F43C3C;
  }

  .mobile-nav {
    position: absolute;
    left: 0;
    top: 40px;
    border-top: 1px solid #F1F2F6;
    width: 100%;
    background-color: #fff;
    z-index: 15;
    box-shadow: 0 12px 14px 0 rgba(38, 42, 47, 0.1);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }

  .mobile-nav.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .mobile-nav .login {
    display: -webkit-box;
    display: flex;
    padding: 20px 30px;
  }

  .mobile-nav .login.active {
    border-bottom: 1px solid #F1F2F6;
  }

  .mobile-nav .login span {
    display: block;
  }

  .mobile-nav .language {
    display: block;
    padding: 8px 20px 8px 20px;
  }

  .mobile-nav .language-toggler {
    display: inline-block;
    position: relative;
    top: -4px;
  }

  .mobile-nav .language-toggler::before {
    margin-top: -1px;
  }

  .mobile-nav .language-toggler.open {
    color: #F43C3C !important;
  }

  .mobile-nav .language-toggler.open::before {
    border-bottom-color: #F43C3C !important;
    border-right-color: #F43C3C !important;
    -webkit-transform: translateY(0) rotate(225deg);
            transform: translateY(0) rotate(225deg);
  }

  .mobile-nav .language-toggler:hover {
    color: #000;
  }

  .mobile-nav .language-toggler:hover::before {
    border-bottom-color: #000;
    border-right-color: #000;
    margin-top: -1px;
  }

  .mobile-nav .language-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    display: none;
    margin-top: -4px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .login {
    display: none;
  }

  .logo {
    position: absolute !important;
    left: 50%;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .logo img {
    width: 102px;
  }

  .header--cart-empty .header-top {
    position: static !important;
  }

  .header--cart::before {
    display: none;
  }

  .header--short {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
  }

  .header--short.fixed {
    position: static !important;
    -webkit-animation: none !important;
            animation: none !important;
  }

  .header--short .mobile-nav {
    top: 53px;
  }

  .header--short .hamburger {
    position: relative;
    top: 3px;
  }

  .header--short .header-top {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .header-alarm {
    padding-left: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .header-alarm__text {
    font-size: 16px;
    padding: 11px 20px;
    border-bottom: 1px solid #E4E6EB;
    max-width: 100%;
  }

  .header-alarm__close {
    padding: 0;
    border: none;
  }

  .header > .mobile-filter {
    background-color: #F1F2F6;
    padding: 12px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-right: 0;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .header > .mobile-filter span,
  .header > .mobile-filter path {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .header > .mobile-filter.active {
    background-color: #fff;
  }

  .header > .mobile-filter.active span {
    color: #F43C3C;
  }

  .header > .mobile-filter.active svg path {
    fill: #F43C3C;
  }

  .header > .mobile-filter.active::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    border-bottom: 1px solid #F43C3C;
    border-right: 1px solid #F43C3C;
    top: 24px;
  }

  .header > .mobile-filter::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 23px;
    top: 20px;
    z-index: 2;
  }

  .header > .mobile-filter span {
    margin-left: 10px;
  }

  .header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900;
    -webkit-animation: smoothScroll 0.8s forwards;
            animation: smoothScroll 0.8s forwards;
    box-shadow: 2px 12px 24px 0 rgba(38, 42, 47, 0.15);
  }

  .header.fixed .header-filter > .dropdown-header {
    top: 27px;
    height: calc(var(--vh, 1vh) * 100 - 27px);
  }

  .header.fixed .header-filter > .dropdown-overlay {
    height: calc(100vh - 54px);
    top: 54px;
  }

  .header.fixed .mobile-filter {
    display: block;
  }

  .header.fixed > .mobile-filter {
    display: none;
  }

  .header.fixed .logo {
    display: none;
  }

  .header-filter {
    display: block;
    padding: 0;
    position: absolute;
  }

  .header-filter .main-nav__item-submit {
    -webkit-transform: none;
            transform: none;
  }

  .header-filter .main-nav__item-submit .btn {
    margin-right: 0;
  }

  .header-filter > .dropdown-header {
    top: 76px;
    left: -20px;
  }

  .header-filter__scroll {
    height: auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .header-filter::before {
    display: none;
  }

  .header-filter__footer {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 20px 20px;
  }

  .header-filter__footer .mCSB_container {
    margin: 0;
  }

  .header-filter__choose {
    padding-left: 0;
    padding-right: 0;
  }

  .header-filter__choose:nth-last-child(2) {
    display: none;
  }

  .header-filter .dropdown-toggler {
    display: none;
  }

  .header-nav {
    -webkit-box-align: center;
            align-items: center;
  }

  .header-nav .mobile-filter {
    display: none;
  }

  .header-bottom {
    display: none;
  }

  .header-top {
    padding: 14px 0;
    position: relative;
    background-color: #fff;
    z-index: 30;
  }

  .header-top .container {
    padding-right: 20px;
  }

  .header-top .container > .dropdown-toggler {
    display: none;
  }

  .header-top .container::before {
    display: none;
  }

  .hamburger-box {
    width: 18px;
    height: 17px;
  }

  .slider-nav {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 55px;
    padding-right: 55px;
    overflow: hidden;
  }

  .slider-nav__slide {
    margin: 0 7px;
  }

  .slider-nav__item {
    padding: 0;
  }

  .slider-nav__item-img {
    margin: 0 auto;
  }

  .slider-nav__item-img img {
    width: 60px;
    height: 77px;
  }

  .slider-nav__item-content {
    display: none;
  }

  .slider-for__image .desktop {
    display: none;
  }

  .slider-for__image .mobile {
    display: block;
  }

  .slider-for__place {
    -webkit-box-ordinal-group: 0;
            order: -1;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .slider-for__slide {
    padding: 40px 0;
    z-index: 1;
    position: relative;
    background-position: -700px center;
    min-height: 540px;
    height: auto;
  }

  .slider-for__slide .c-loading__svg {
    top: calc(50% - 80px);
  }

  .slider-for__slide .date {
    margin-bottom: 15px;
  }

  .slider-for__slide .date__date span {
    font-size: 16px;
  }

  .slider-for__slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 54, 59, 0.7)), to(#33363b));
    background-image: linear-gradient(270deg, rgba(51, 54, 59, 0.7) 0%, #33363b 100%);
    opacity: 0.7;
    z-index: -1;
  }

  .slider-for__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .slider-for__nav .btn {
    padding: 13px 30px;
    width: 100%;
    max-width: 290px;
  }

  .btn {
    padding: 13px 30px;
  }

  .p-cart-top__block {
    margin-bottom: 10px;
  }

  .events-banner {
    margin-bottom: 30px;
  }

  .events-slide {
    padding: 0 10px;
  }

  .events-slider {
    margin: 0 -10px;
  }

  .events-slider .slick-arrow {
    top: -50px;
    right: 6px;
    height: 12px;
    width: 20px;
    background: url(/images/arrow-black-small.svg?23f45cb2fb54f90bf30500a720052d50) no-repeat center;
  }

  .events-slider .slick-arrow:hover {
    background: url(/images/arrow-red-small.svg?c4a95d5478ede818288dab7bae85629f) no-repeat center;
  }

  .events-slider .slick-prev {
    right: 36px;
    top: -51px;
  }

  .events-more {
    margin-bottom: 30px;
  }

  .events-more.mb-0 {
    margin-bottom: 0;
  }

  .events-more-home {
    margin-bottom: 30px;
  }

  .events .row {
    margin: 0 -10px;
  }

  .events .row .grid,
  .events .row [class*=grid-] {
    padding: 0 10px;
  }

  .events-item {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }

  .events-item__hidden {
    display: none;
  }

  .events-item__city span {
    word-break: break-word;
    font-size: 12px;
    line-height: 1.5;
  }

  .events-item__button {
    padding: 12px;
    left: 10px;
    bottom: 10px;
  }

  .events-item__button svg {
    width: 16px;
    height: 16px;
  }

  .events-item__img {
    margin-bottom: 15px;
  }

  .events-item__img img.lazy {
    min-height: 363px;
  }

  .events-item__head {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .events-item__price {
    font-size: 12px;
  }

  .events-item__row {
    display: block;
  }

  .events-item__row .date {
    margin-bottom: 12px;
  }

  .events-item-big {
    padding: 0 30px 40px;
    margin-bottom: 30px;
    margin-top: 20px;
    background: #f1f2f6;
  }

  .events-item-big::before {
    height: 456px;
    top: 30px;
    display: none;
  }

  .events-item-big__head {
    font-size: 18px;
  }

  .events-item-big__content {
    padding-bottom: 0;
  }

  .events-item-big__content .btn {
    width: 100%;
  }

  .events-item-big__content .date {
    margin-bottom: 18px;
  }

  .events-item-big__city {
    margin-bottom: 24px;
  }

  .events-item-big__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .events-item-big__price {
    margin-bottom: 7px;
  }

  .events-item-big__img {
    margin-bottom: 22px;
    -webkit-box-ordinal-group: 0;
            order: -1;
    margin-top: -30px;
  }

  .events-item-big__img img {
    max-width: 150px;
    margin: 0 auto;
    min-height: 206px;
    min-width: 150px;
  }

  .features__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .features__item-img {
    flex-shrink: 0;
    max-width: 50px;
    display: block;
  }

  .features__item-content {
    text-align: left;
    padding-left: 15px;
  }

  .features__item-head {
    margin-bottom: 9px;
  }

  .seotext-post {
    min-height: 22px;
  }

  .seotext h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .seotext p {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .subscribe {
    padding: 32px 0 68px;
  }

  .subscribe .container {
    position: relative;
  }

  .subscribe__header {
    font-size: 18px;
  }

  .subscribe__logo {
    width: 48px;
    flex-shrink: 0;
    margin-right: 14px;
  }

  .subscribe__logo svg {
    max-width: 100%;
  }

  .subscribe__head {
    margin-bottom: 25px;
  }

  .subscribe__form {
    display: block;
  }

  .subscribe__form .btn {
    width: 100%;
  }

  .subscribe__form-input {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .subscribe__form-input .centered {
    position: absolute;
    bottom: -36px;
    left: 20px;
  }

  .subscribe__form-input input {
    background-image: none;
    background-color: #fff;
    font-size: 14px;
    padding: 18px 26px;
  }

  .subscribe__form-input input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .subscribe__form-input input::-moz-placeholder {
    font-size: 14px;
  }

  .subscribe__form-input input:-ms-input-placeholder {
    font-size: 14px;
  }

  .subscribe__form-input input::-ms-input-placeholder {
    font-size: 14px;
  }

  .subscribe__form-input input::placeholder {
    font-size: 14px;
  }

  .footer .row {
    margin: 0;
  }

  .footer .grid,
  .footer [class*=grid-] {
    margin-bottom: 20px;
    padding: 0;
  }

  .footer .grid:last-child,
  .footer [class*=grid-]:last-child {
    margin-bottom: 0;
  }

  .footer__top {
    padding: 26px 0;
    background: #f1f2f6;
  }

  .footer__list {
    display: none;
    margin-top: 15px;
  }

  .footer__list li {
    margin-bottom: 10px;
  }

  .footer__list li a {
    font-size: 13px;
  }

  .footer__head {
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
  }

  .footer__head.active::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .footer__head::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/images/arrow-blacksmall.svg?0a25ba835ffb82c13b422e7789bd8403) no-repeat center;
    background-size: contain;
    right: 0;
    top: 7px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .footer__head + .socials {
    display: none;
    margin-top: 15px;
  }

  .footer__head + .socials a {
    font-size: 13px;
  }

  .designed {
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }

  .socials-payment {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .socials-payment li + li {
    margin-left: 20px;
  }

  .copyright {
    text-align: center;
  }

  .form .btn {
    width: 100%;
  }

  .form__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
  }

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

  .form__flex-item:last-child {
    margin-bottom: 0;
  }

  .form__label {
    left: 10px;
  }

  .mfp-content {
    padding: 50px 0 !important;
  }

  .modal {
    width: 80%;
    min-width: 280px;
  }

  .modal__simple {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .modal__short {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .modal__close {
    top: -36px;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .modal__content {
    padding: 10px 20px 20px;
  }

  .modal__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .modal__footer-head,
  .modal__footer-text,
  .modal__footer-link {
    font-size: 13px;
  }

  .modal__footer-head {
    margin-right: 15px;
    max-width: 130px;
  }

  .modal__footer-item {
    width: 100%;
    padding: 20px 20px;
  }

  .modal__head {
    font-size: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .header--book .header-timer {
    padding-bottom: 7px;
    padding-top: 7px;
    top: 54px;
  }

  .events-item__img img.lazy {
    min-height: 206px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 414px) {
  /**/

  .h1--home {
    max-height: 218px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
  }

  .datepicker--nav {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 375px) {
  /**/

  .datepicker--nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .events-item__img img.lazy {
    min-height: 170px;
  }
}

@media only screen and (max-width: 320px) {
  .events-item__img img.lazy {
    min-height: 170px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 374px) {
  /**/

  .c-how__content::before {
    height: calc(100% - 140px);
  }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 768px) {
  /**/

  .footer__top .socials {
    display: block !important;
  }

  .footer__list {
    display: -webkit-box !important;
    display: flex !important;
  }
}

#book-svg .color_1.available circle {
  stroke: #FFB84F !important;
  fill: #FFB84F !important;
}

#book-svg .color_2.available circle {
  stroke: #B9C8FF !important;
  fill: #B9C8FF !important;
}

#book-svg .color_3.available circle {
  stroke: #FDDF75 !important;
  fill: #FDDF75 !important;
}

#book-svg .color_4.available circle {
  stroke: #ABF292 !important;
  fill: #ABF292 !important;
}

#book-svg .color_5.available circle {
  stroke: #87BEFF !important;
  fill: #87BEFF !important;
}

#book-svg .color_6.available circle {
  stroke: #E0C2FF !important;
  fill: #E0C2FF !important;
}

#book-svg .color_7.available circle {
  stroke: #FF97C9 !important;
  fill: #FF97C9 !important;
}

#book-svg .color_8.available circle {
  stroke: #FF886D !important;
  fill: #FF886D !important;
}

#book-svg .color_9.available circle {
  stroke: #FA6262 !important;
  fill: #FA6262 !important;
}

#book-svg .color_10.available circle {
  stroke: #AFE9FC !important;
  fill: #AFE9FC !important;
}

#book-svg .color_11.available circle {
  stroke: #DBAE93 !important;
  fill: #DBAE93 !important;
}

#book-svg .color_12.available circle {
  stroke: #FFDBB4 !important;
  fill: #FFDBB4 !important;
}

#book-svg .color_1.available rect {
  stroke: #FFB84F !important;
  fill: #FFB84F !important;
}

#book-svg .color_2.available rect {
  stroke: #B9C8FF !important;
  fill: #B9C8FF !important;
}

#book-svg .color_3.available rect {
  stroke: #FDDF75 !important;
  fill: #FDDF75 !important;
}

#book-svg .color_4.available rect {
  stroke: #ABF292 !important;
  fill: #ABF292 !important;
}

#book-svg .color_5.available rect {
  stroke: #87BEFF !important;
  fill: #87BEFF !important;
}

#book-svg .color_6.available rect {
  stroke: #E0C2FF !important;
  fill: #E0C2FF !important;
}

#book-svg .color_7.available rect {
  stroke: #FF97C9 !important;
  fill: #FF97C9 !important;
}

#book-svg .color_8.available rect {
  stroke: #FF886D !important;
  fill: #FF886D !important;
}

#book-svg .color_9.available rect {
  stroke: #FA6262 !important;
  fill: #FA6262 !important;
}

#book-svg .color_10.available rect {
  stroke: #AFE9FC !important;
  fill: #AFE9FC !important;
}

#book-svg .color_11.available rect {
  stroke: #DBAE93 !important;
  fill: #DBAE93 !important;
}

#book-svg .color_12.available rect {
  stroke: #FFDBB4 !important;
  fill: #FFDBB4 !important;
}

#book-svg .color_1.available polygon {
  stroke: #FFB84F !important;
  fill: #FFB84F !important;
}

#book-svg .color_2.available polygon {
  stroke: #B9C8FF !important;
  fill: #B9C8FF !important;
}

#book-svg .color_3.available polygon {
  stroke: #FDDF75 !important;
  fill: #FDDF75 !important;
}

#book-svg .color_4.available polygon {
  stroke: #ABF292 !important;
  fill: #ABF292 !important;
}

#book-svg .color_5.available polygon {
  stroke: #87BEFF !important;
  fill: #87BEFF !important;
}

#book-svg .color_6.available polygon {
  stroke: #E0C2FF !important;
  fill: #E0C2FF !important;
}

#book-svg .color_7.available polygon {
  stroke: #FF97C9 !important;
  fill: #FF97C9 !important;
}

#book-svg .color_8.available polygon {
  stroke: #FF886D !important;
  fill: #FF886D !important;
}

#book-svg .color_9.available polygon {
  stroke: #FA6262 !important;
  fill: #FA6262 !important;
}

#book-svg .color_10.available polygon {
  stroke: #AFE9FC !important;
  fill: #AFE9FC !important;
}

#book-svg .color_11.available polygon {
  stroke: #DBAE93 !important;
  fill: #DBAE93 !important;
}

#book-svg .color_12.available polygon {
  stroke: #FFDBB4 !important;
  fill: #FFDBB4 !important;
}

#book-svg .red.available circle {
  stroke: #FF0000 !important;
  fill: #FF0000 !important;
}

#book-svg .orange.available circle {
  stroke: #FA7F13 !important;
  fill: #FA7F13 !important;
}

#book-svg .orange.available rect {
  stroke: #FA7F13 !important;
  fill: #FA7F13 !important;
}

#book-svg .yellow.available circle {
  stroke: #E2DA25 !important;
  fill: #E2DA25 !important;
}

#book-svg .yellow.available ellipse {
  stroke: #E2DA25 !important;
  fill: #E2DA25 !important;
}

#book-svg .green.available circle {
  stroke: #13A627 !important;
  fill: #13A627 !important;
}

#book-svg .light-blue.available circle {
  stroke: #13DEFA !important;
  fill: #13DEFA !important;
}

#book-svg .blue.available circle {
  stroke: #488af7 !important;
  fill: #488af7 !important;
}

#book-svg .purple.available circle {
  stroke: #bf68ec !important;
  fill: #bf68ec !important;
}

#book-svg .brown.available circle {
  stroke: #f9b191 !important;
  fill: #f9b191 !important;
}

#book-svg .burgundy.available circle {
  stroke: #e46485 !important;
  fill: #e46485 !important;
}

#book-svg .light-green.available circle {
  stroke: #9CE02B !important;
  fill: #9CE02B !important;
}

#book-svg .fuchsia.available circle {
  stroke: #FF00FF !important;
  fill: #FF00FF !important;
  opacity: 0.65;
}

#book-svg .pink.available circle {
  stroke: #FF0097 !important;
  fill: #FF0097 !important;
  opacity: 0.65;
}

#book-svg .beige.available circle {
  stroke: #D6D29F !important;
  fill: #D6D29F !important;
}

#book-svg .turquoise.available circle {
  stroke: #30D5C8 !important;
  fill: #30D5C8 !important;
}

#book-svg .aqua.available circle {
  stroke: #04FBFB !important;
  fill: #04FBFB !important;
}

#book-svg .filtered.available circle {
  fill: #fff !important;
}

#book-svg .selected.available circle {
  stroke-width: 0.5;
  fill: #fff !important;
}

#book-svg .selected_custom.available circle {
  stroke: #0f9af0 !important;
  fill: #0f9af0 !important;
}

#book-svg .filtered.available rect {
  fill: #fff !important;
}

#book-svg .selected.available rect {
  stroke-width: 0.5;
  fill: #fff !important;
}

#book-svg .selected_custom.available rect {
  stroke: #0f9af0 !important;
  fill: #0f9af0 !important;
}

#book-svg .filtered.available text {
  fill: #fff !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_1 {
  fill: #FFB84F !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_1 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_2 {
  fill: #B9C8FF !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_2 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_3 {
  fill: #FDDF75 !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_3 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_4 {
  fill: #ABF292 !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_4 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_5 {
  fill: #87BEFF !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_5 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_6 {
  fill: #E0C2FF !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_6 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_7 {
  fill: #FF97C9 !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_7 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_8 {
  fill: #FF886D !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_8 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_9 {
  fill: #FA6262 !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_9 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_10 {
  fill: #AFE9FC !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_10 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_11 {
  fill: #DBAE93 !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_11 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_12 {
  fill: #FFDBB4 !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].color_12 g {
  fill: #000;
}

[data-schema] svg [data-category] [data-parent] [data-name].available {
  cursor: pointer;
}

.d-none {
  display: none;
}

[data-schema] svg [data-category] [data-parent] [data-name].red {
  fill: #F43C3C;
}

[data-schema] svg [data-category] [data-parent] [data-name].green {
  fill: #22BFA0;
}

[data-schema] svg [data-category] [data-parent] [data-name].blue {
  fill: #3482FF;
}

[data-schema] svg [data-category] [data-parent] [data-name].orange {
  fill: #FF8334;
}

[data-schema] svg [data-category] [data-parent] [data-name].available {
  cursor: pointer;
}

[data-schema] svg [data-category] [data-parent] [data-name].disabled circle {
  fill: #F0F2F6 !important;
  stroke: #F0F2F6 !important;
}

[data-schema] svg [data-category] [data-parent] [data-name].disabled path {
  fill: #A3A6BF !important;
}

.book__left-prices > div {
  cursor: pointer;
}

.book__left-prices > div.active {
  border: 1px #33363b solid;
}

.book__right-order [data-item] [data-icon].color_1 svg path {
  fill: #FFB84F;
}

.book__right-order [data-item] [data-icon].color_2 svg path {
  fill: #B9C8FF;
}

.book__right-order [data-item] [data-icon].color_3 svg path {
  fill: #FDDF75;
}

.book__right-order [data-item] [data-icon].color_4 svg path {
  fill: #ABF292;
}

.book__right-order [data-item] [data-icon].color_5 svg path {
  fill: #87BEFF;
}

.book__right-order [data-item] [data-icon].color_6 svg path {
  fill: #E0C2FF;
}

.book__right-order [data-item] [data-icon].color_7 svg path {
  fill: #FF97C9;
}

.book__right-order [data-item] [data-icon].color_8 svg path {
  fill: #FF886D;
}

.book__right-order [data-item] [data-icon].color_9 svg path {
  fill: #FA6262;
}

.book__right-order [data-item] [data-icon].color_10 svg path {
  fill: #AFE9FC;
}

.book__right-order [data-item] [data-icon].color_11 svg path {
  fill: #DBAE93;
}

.book__right-order [data-item] [data-icon].color_12 svg path {
  fill: #FFDBB4;
}

.book__right-footer-count svg {
  cursor: pointer;
}

/* (ignored) *//* (ignored) *//* (ignored) */