body {
  color: #2b2b2b;
  letter-spacing: -.01em;
  font-family: NeueFrutiger, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
}

a {
  color: #521ec9;
  font-weight: 500;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.initial-load-overlay {
  z-index: 1000;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.initial-load-overlay.is-hidden {
  display: none;
}

.initial-load-overlay__spinner {
  width: 30px;
  height: 30px;
  margin: auto;
  display: block;
  position: fixed;
  top: 0;
  bottom: 40px;
  left: 0;
  right: 0;
}

.bem-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(184, 184, 184, .6);
  border-top-color: rgba(90, 90, 90, .82);
  border-radius: 50%;
}

.bem-spinner.is-smaller {
  width: 16px;
  height: 16px;
}

.bem-spinner.is-larger {
  width: 32px;
  height: 32px;
}

.subpage {
  min-height: 100%;
  position: relative;
}

.hamburger-icon {
  width: 64px;
  height: 64px;
  cursor: pointer;
  padding-top: 21px;
  padding-left: 19px;
  padding-right: 19px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.hamburger-icon:active {
  background-color: rgba(43, 50, 109, .1);
}

.top-header {
  z-index: 2;
  background-color: #191a20;
  position: relative;
  box-shadow: 0 -60px 120px 13px #708392;
}

.hamburger-icon__line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}

.simply-modal-wrapper {
  z-index: 10;
  text-align: center;
  background-color: rgba(26, 27, 32, .3);
  padding: 18vh 8px 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.simply-modal-wrapper__inner {
  text-align: left;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.reusable-components-and-styles-preview-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 45px;
  display: flex;
}

.bem-select-dropdown__button {
  height: 38px;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #eaeaea;
  border-radius: 5px;
  align-items: center;
  padding: 9px 40px 7px 14px;
  transition: background-color .5s, border-color .5s;
  display: flex;
}

.bem-select-dropdown__button:hover {
  background-color: #fff;
  border-color: #788088;
}

.bem-select-dropdown__button.is-auto-height {
  height: auto;
  min-height: 59px;
}

.bem-select-dropdown__button.is-error {
  border-color: #e95b5b;
}

.bem-text-link {
  color: #521ec9;
  cursor: pointer;
  font-weight: 700;
}

.bem-text-link:hover {
  color: #7446dd;
}

.bem-select-dropdown__button-handle {
  width: 34px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.bem-select-dropdown__list {
  z-index: 1;
  max-height: 260px;
  min-width: 100%;
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin-top: -1px;
  position: absolute;
  left: 0;
  overflow: auto;
  box-shadow: 3px 3px 8px #7d838d;
}

.bem-select-dropdown__list.w--open {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #d4dae0;
  border-radius: 5px;
  margin-top: -1px;
  overflow: hidden;
  box-shadow: 0 9px 25px -5px rgba(42, 58, 76, .51);
}

.bem-select-dropdown__list.is-hidden, .bem-select-dropdown__chosen-item.is-hidden {
  display: none;
}

.bem-select-dropdown__button-handle-icon {
  height: 20px;
  text-align: center;
  background-image: url('../images/chevron-down-5a5a5a.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin: auto;
  font-size: 24px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bem-select-dropdown__choice {
  cursor: pointer;
  margin-bottom: 0;
  padding: 8px 20px 10px 34px;
  position: relative;
}

.bem-select-dropdown__choice:hover {
  background-color: #f7f7f7;
}

.bem-select-dropdown__choice:active {
  background-color: #dadada;
}

.bem-select-dropdown__choice.is-selected {
  background-image: url('../images/check-gray.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 16px;
}

.bem-text-input {
  height: 38px;
  background-color: #fff;
  border: 2px solid #eaeaea;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 9px 14px 7px;
  font-size: 13px;
  line-height: 18px;
  transition: border-color .2s;
}

.bem-text-input:hover {
  background-color: #fff;
  border-color: #788088;
}

.bem-text-input:focus {
  background-color: #fff;
  border-color: #521ec9;
}

.bem-text-input.is-error {
  border-color: #e95b5b;
}

.bem-text-input.is-textarea {
  height: auto;
}

.bem-text-input.is-search-open-box {
  background-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 23px;
  padding-right: 38px;
}

.bem-text-input.is-search-open-box.is-small-in-table-header {
  height: 29px;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.bem-text-input.is-with-xy-prefix {
  padding-left: 40px;
}

.bem-text-input.is-with-generic-suffix {
  padding-right: 48px;
}

.bem-checkbox__label {
  text-align: left;
  padding-top: 1px;
  padding-left: 6px;
}

.bem-checkbox {
  cursor: pointer;
  border-radius: 5px;
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px 5px 5px 28px;
  display: block;
  position: relative;
}

.bem-checkbox.is-error {
  background-color: #ffe3e3;
}

.bem-checkbox__checkmark {
  width: 15px;
  height: 15px;
  opacity: 0;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  position: absolute;
}

.bem-checkbox__checkmark:hover {
  border-color: #14a8fd;
}

.bem-checkbox__checkmark.is-unchecked {
  opacity: 0;
}

.bem-checkbox__checkmark.is-checked {
  opacity: 1;
}

.bem-button {
  min-width: 74px;
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  cursor: pointer;
  background-color: #521ec9;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 900px;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  font-weight: 600;
  line-height: 1.43em;
  display: flex;
}

.bem-button:hover {
  background-color: #6029df;
}

.bem-button:active {
  background-color: #4c28a0;
  box-shadow: 0 0 rgba(83, 90, 101, .57);
}

.bem-button.is-secondary {
  color: #521ec9;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #521ec9;
}

.bem-button.is-secondary:hover {
  background-color: #f8f7fb;
}

.bem-button.is-secondary:active {
  background-color: #e6e3f0;
}

.bem-button.is-secondary.is-no-border {
  border-color: rgba(30, 144, 255, 0);
}

.bem-button.is-secondary.is-no-border.is-grayed-out {
  border-color: rgba(0, 0, 0, 0);
}

.bem-button.is-secondary.is-grayed-out {
  color: #9e9e9e;
  background-color: #eee;
  border-color: rgba(0, 0, 0, 0);
}

.bem-button.is-grayed-out {
  cursor: default;
  background-color: #a489e2;
}

.bem-button.is-grayed-out:hover {
  box-shadow: none;
}

.bem-button.is-accent-color {
  background-color: #3b3ddf;
}

.bem-button.is-accent-color:active {
  background-color: #dc3538;
}

.bem-button.is-with-spinner {
  padding-left: 20px;
  padding-right: 20px;
  transition: padding 1.2s;
  position: relative;
}

.bem-button.is-with-spinner.is-settings-save-button {
  min-width: 110px;
}

.bem-button.is-with-spinner.is-with-success {
  background-color: #4dbf8b;
  transition: background-color .3s, padding 1.2s;
}

.bem-button.is-demo-notification-success {
  background-color: #317748;
}

.bem-button.is-demo-notification-error {
  background-color: #e95b5b;
}

.bem-button.is-without-min-width {
  min-width: auto;
}

.font-icon {
  font-family: Material design iconic font;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.font-icon.is-bem-error-icon {
  font-size: 18px;
}

.font-icon.is-check-in-deals-info {
  padding-right: 3px;
}

.font-icon.is-chevron-down-in-faq-question {
  padding-left: 4px;
  padding-right: 4px;
}

.bem-select-dropdown {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.simply-radio.is-with-inline-buttons {
  display: flex;
}

.simply-radio__row {
  cursor: pointer;
  margin: 0 -15px;
  padding: 10px 19px 10px 43px;
  position: relative;
}

.simply-radio__row.is-inline-button {
  margin-right: 24px;
  padding-right: 0;
}

.simply-radio__row.is-grayed-out {
  opacity: .6;
}

.simply-radio__icon-holder {
  width: 28px;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 16px;
}

.simply-radio__label-text {
  font-weight: 600;
}

.simply-radio__label-text.is-with-icon {
  padding-bottom: 4px;
  padding-left: 59px;
}

.simply-radio__icon {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #9fa0af;
  border-radius: 50%;
}

.simply-radio__icon.is-grayed-out {
  opacity: .62;
  background-color: #e7e7e7;
}

.simply-radio__label.is-with-icon {
  position: relative;
}

.simply-radio__icon-inside {
  width: 10px;
  height: 10px;
  background-color: #7446dd;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.simply-radio__icon-inside.is-hidden {
  display: none;
}

.top-header__left-side {
  float: left;
}

.top-header__right-side {
  float: right;
}

.top-header__logo {
  margin-right: 23px;
  padding: 22px 24px;
}

.top-header__nav-wrapper {
  padding-right: 10px;
}

.top-header__nav-link {
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 17px 0 3px;
}

.top-header__nav-link.w--current {
  border-bottom: 3px solid #7446dd;
}

.top-header__nav-link-holder {
  float: left;
  color: #919191;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 8px;
  padding-bottom: 16px;
  font-weight: 500;
}

.top-header__nav-link-text {
  font-size: 16px;
}

.rn-logo {
  padding-top: 16px;
  padding-left: 54px;
  position: relative;
  top: -1px;
}

.rn-logo__icon {
  width: 53px;
  height: 42px;
  background-image: url('../images/rachuneo-logo_1rachuneo-logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
}

.rn-logo__text {
  color: #521ec9;
  padding-right: 8px;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

.rn-logo__text.is-claim {
  font-weight: 400;
}

.simply-form-block {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.simply-form-block__inner {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.demo-slider-holder {
  margin-bottom: 13px;
}

.big-form__input-wrapper {
  position: relative;
}

.bem-button__text-near-icon {
  text-align: left;
  padding-right: 11px;
  display: inline;
}

.bem-button__icon {
  font-family: Material design iconic font;
  line-height: 20px;
  position: relative;
}

.bem-button__icon.is-image {
  width: 20px;
  height: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: contain;
}

.bem-button__icon.is-image.is-plus-circle {
  background-image: url('../images/Icon-feather-plus-circle.svg');
}

.bem-button__icon.is-image.is-close-purple {
  background-image: url('../images/close-purple.svg');
  background-repeat: no-repeat;
  background-size: 50%;
}

.bem-button__icon.is-image.is-ellipsis {
  background-image: url('../images/ellipsis-purple.svg');
}

.bem-button__icon.is-image.is-chevron-down-purple {
  background-image: url('../images/chevron-down-purple.svg');
}

.bem-button__icon.is-image.is-play {
  background-image: url('../images/icon-play-purple.svg');
  background-repeat: no-repeat;
  background-size: 10px;
}

.bem-button__icon.is-image.is-add-another-selectors-creator-row {
  background-image: url('../images/icon-feather-plus-circle-purple.svg');
}

.bem-button__icon.is-copy-white {
  width: 20px;
  height: 20px;
  background-image: url('../images/icon-copy-white.svg');
  background-position: 50%;
  background-size: 20px;
}

.bem-button__icon.is-success-check {
  width: 20px;
  height: 20px;
  background-image: url('../images/check-white-feather.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-header__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bem-field-error {
  color: #e95b5b;
  margin-top: 3px;
  padding-top: 2px;
  padding-left: 22px;
  font-weight: 500;
  position: relative;
}

.bem-field-error.is-hidden {
  display: none;
}

.bem-field-error__icon {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  color: #fff;
  background-color: #1a1b20;
  padding: 11px 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer__left-side {
  flex: 1;
  align-items: center;
  display: flex;
}

.footer__copyright {
  font-weight: 500;
  display: inline-block;
}

.footer__right-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer__link-block {
  color: #fff;
  padding: 11px 10px;
}

.footer__link-block:hover {
  text-decoration: underline;
}

.footer__inner {
  max-width: 960px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bem-stepper__number-circle {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, .87);
  text-align: center;
  background-color: #a3adb8;
  border: 1px rgba(120, 128, 136, 0);
  border-radius: 50%;
  padding-top: 6px;
  font-weight: 600;
  line-height: 13px;
}

.bem-stepper__number-circle.is-current {
  color: #fff;
  background-color: #521ec9;
  border-color: rgba(30, 144, 255, 0);
}

.bem-stepper__number-circle.is-finished {
  background-color: #521ec9;
  background-image: url('../images/check-white-feather.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.bem-stepper__number {
  width: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.bem-stepper {
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 20px;
  padding-left: 1px;
  display: flex;
}

.bem-stepper__separator {
  height: 2px;
  float: left;
  background-color: #eaeaea;
  flex: .2 140px;
  margin-top: 10px;
  margin-left: 14px;
  margin-right: 14px;
}

.bem-stepper-wrapper {
  max-width: 780px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 26px;
  display: block;
}

.bem-stepper__number-label {
  color: #a2a1a1;
  text-transform: uppercase;
  padding-top: 3px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.bem-stepper__number-label.is-current {
  color: #2b2b2b;
}

.bem-stepper__step {
  float: left;
  color: rgba(120, 128, 136, .77);
  text-align: center;
  padding-left: 31px;
  position: relative;
}

.bem-stepper__step.is-current {
  color: #2a3a4c;
}

.bem-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 7px 50px -3px rgba(47, 46, 55, .08), 0 1px 2px rgba(30, 32, 59, .11);
}

.wizard-card-header {
  padding-bottom: 8px;
  position: relative;
}

.wizard-card-header__text {
  font-size: 16px;
  font-weight: 700;
}

.bem-card__body {
  padding: 0 22px 22px;
}

.wizard-fieldset__input-wrapper {
  position: relative;
}

.wizard-card-holder {
  padding-bottom: 12px;
}

.bem-text-input-with-suffix-or-prefix {
  position: relative;
}

.bem-text-input-with-suffix__suffix-text {
  color: #c5c5c5;
  padding-top: 9px;
  padding-right: 11px;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.wizard-buttons__left-side {
  height: 40px;
  max-width: 56%;
  float: left;
  align-items: center;
  display: flex;
}

.wizard-buttons__right-side {
  float: right;
}

.wizard-buttons__left-side-text {
  color: #6e717e;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
}

.bem-card__footer {
  background-color: #fbfdff;
  border-top: 1px solid #dce2e6;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 21px 24px 25px;
}

.deal-box__additional-info-header.is-inline {
  padding-right: 3px;
  display: inline-block;
}

.deal-box__additional-info-text {
  font-weight: 500;
  display: inline-block;
}

.deal-box__additional-info-text.is-inline {
  padding-right: 5px;
  display: inline;
}

.deal-box__additional-info-text.is-green {
  color: #5ac37d;
}

.deal-box__additional-info-segment {
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 16px;
}

.chosen-deals-list {
  padding-top: 4px;
}

.chosen-deals-list__item {
  position: relative;
}

.chosen-deals-list__logo {
  width: 150px;
  height: 40px;
  background-color: #fff;
  margin-bottom: 9px;
}

.chosen-deals-list__logo.is-fortum {
  background-image: url('../images/fortum-logo-slide.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.chosen-deals-list__texts {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.chosen-deals-list__text-line {
  line-height: 16px;
}

.bem-header-with-line__text {
  color: #8b8b8b;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: 6px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.bem-header-with-line {
  margin-bottom: 5px;
  position: relative;
}

.chosen-deals-list__show-details {
  display: inline-block;
}

.bem-header-with-line__line {
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
}

.chosen-deals-list__item-top {
  flex-direction: column;
  display: flex;
}

.chosen-deals-list__item-bottom {
  margin-top: 26px;
}

.chosen-deals-list__amount-summary {
  padding-right: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.chosen-deals-list__amount-title {
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 16px;
}

.wizard-card-intro__text {
  margin-bottom: 8px;
  line-height: 20px;
}

.simply-radio__label-subtext {
  color: #7a7f86;
  line-height: 18px;
}

.bem-checkbox__label-span {
  line-height: 19px;
}

.bem-checkbox__label-span.is-lighter {
  color: #8b8b8b;
}

.wizard-additional-info-points {
  padding-left: 19px;
}

.wizard-faq__question {
  color: #521ec9;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 500;
}

.wizard-faq__answer {
  padding-bottom: 14px;
}

.wizard-faq__answer.is-hidden {
  display: none;
}

.wizard-additional-info-points__bullet {
  padding-bottom: 6px;
}

.bem-radio__label-image {
  width: 50px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.simply-modal-window__footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 19px;
}

.simply-modal-window__footer-buttons {
  align-items: center;
  display: flex;
}

.modal-window__close-icon {
  width: 40px;
  height: 40px;
  color: #788088;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/x-close-gray.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 3px;
  position: absolute;
}

.modal-window__close-icon:hover {
  background-color: #f7f7f7;
}

.modal-window__close-icon:active {
  color: #d3dce7;
  background-color: #dadada;
}

.simply-modal-window__content {
  padding: 24px;
  position: relative;
}

.simpy-modal-window__title {
  margin-top: -1px;
  font-size: 18px;
  font-weight: 600;
}

.simply-modal-window {
  max-width: 520px;
  background-color: #fff;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 14px 40px -9px rgba(41, 45, 49, .39);
}

.simply-modal-window__header {
  padding-bottom: 10px;
  padding-right: 36px;
}

.simply-modal-window__body {
  flex-direction: column;
  align-items: stretch;
  padding-top: 7px;
  padding-bottom: 33px;
  display: flex;
}

.simply-modal-window__title-text {
  color: #000;
  line-height: 1.33em;
}

.simply-modal-window__footer-button-holder {
  float: right;
  padding-left: 12px;
}

.simply-modal-window__close-icon-area {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.bem-radio__inline-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #521ec9;
  border-radius: 4px;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}

.delete-eresdfasd {
  width: 24px;
  height: 24px;
}

.delete-eresdfasd.is-close-icon {
  cursor: pointer;
  background-image: none;
  border-radius: 50%;
}

.delete-eresdfasd.is-close-icon:hover {
  background-color: rgba(255, 255, 255, .15);
}

.delete-eresdfasd.is-close-icon:active {
  background-color: rgba(0, 0, 0, .35);
}

.delete-eresdfasd.is-close-icon {
  cursor: pointer;
  background-image: none;
  border-radius: 50%;
}

.delete-eresdfasd.is-close-icon:hover {
  background-color: rgba(255, 255, 255, .15);
}

.delete-eresdfasd.is-close-icon:active {
  background-color: rgba(0, 0, 0, .35);
}

.delete-eresdfasd.is-error, .delete-eresdfasd.is-info-icon, .delete-eresdfasd.is-check {
  background-image: none;
}

.flashing-notification__icon-on-right-holder {
  width: 29px;
  height: 19px;
  padding-top: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flashing-notification__text {
  font-size: 14px;
}

.bem-button__spinner {
  width: 18px;
  height: 18px;
  float: left;
  border: 3px solid rgba(255, 255, 255, .8);
  border-top-color: rgba(255, 255, 255, .27);
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity .4s ease-in, transform .5s ease-out;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: -14px;
}

.bem-button__spinner.is-hidden {
  opacity: 0;
  display: block;
  transform: scale(0);
}

.bem-button__spinner.is-dark {
  border-color: rgba(90, 90, 90, .82) rgba(184, 184, 184, .6) rgba(184, 184, 184, .6);
}

.bem-error-text {
  color: #fd0000;
  font-weight: 500;
}

.bem-button__text {
  min-height: 20px;
  align-items: center;
  line-height: 15px;
  display: flex;
}

.bem-button__text.is-with-icon-on-left {
  padding-right: 3px;
}

.bem-bullet {
  background-image: url('../images/icon-bugbug-bullet.svg');
  background-position: 6px 4px;
  background-repeat: no-repeat;
  background-size: 8px;
  margin-bottom: 6px;
  padding-left: 27px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bem-slider {
  padding-top: 7px;
}

.bem-slider__line {
  width: 100%;
  height: 3px;
  background-color: #76d3f9;
}

.bem-slider__handle {
  width: 40px;
  height: 40px;
  cursor: grab;
  margin-top: -8px;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  position: absolute;
  top: 3px;
  bottom: auto;
  left: 50%;
  right: auto;
}

.bem-slider__handle-icon {
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: 6px solid #3b3ddf;
  border-radius: 50%;
  position: absolute;
}

.bem-slider__axis-labels {
  justify-content: space-between;
  margin-top: -4px;
  padding-bottom: 4px;
  display: flex;
}

.bem-slider__axis-label {
  color: #afb5c7;
  font-size: 16px;
  font-weight: 700;
}

.bem-slider__drag-area {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.bem-button__inner {
  display: inline-block;
  position: relative;
}

.bem-button__inner.is-hidden {
  display: none;
}

.code-block {
  color: #d8e1ec;
  letter-spacing: .02em;
  white-space: pre;
  background-color: #2d2e31;
  border-radius: 5px;
  padding: 16px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
}

.components-list {
  height: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.components-list__left {
  width: 250px;
}

.components-list__right {
  background-color: #f3f3f3;
}

.components-section {
  padding: 21px 30px 15px 34px;
}

.componets-section__h {
  font-size: 28px;
  line-height: 32px;
}

.components-section__main {
  margin-top: 17px;
}

.components-section__demo-holder {
  padding: 17px 17px 19px;
}

.components-list-wrapper {
  background-color: #f3f3f3;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
}

.components-list-nav {
  padding-top: 30px;
  padding-bottom: 34px;
}

.components-list-nav__item {
  padding: 11px 20px;
}

.components-list-nav__item-text {
  color: #521ec9;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
}

.components-section__inner {
  max-width: 800px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.components-section__validate-button-holder {
  padding-top: 13px;
}

.components-section__card-holder {
  margin-bottom: 15px;
}

.components-section__code-example-holder, .components-section__cheatseet-holder {
  padding: 17px;
}

.component-sheet__t {
  font-weight: 700;
}

.component-sheet__p {
  color: #3d033f;
  margin-bottom: 7px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.components-sheet__block {
  padding-top: 7px;
  padding-bottom: 7px;
}

.component-sheet__ex {
  font-weight: 400;
}

.components-section__demo-radio-buttons {
  margin-top: -8px;
}

.components-section__demo-input-field {
  margin-bottom: 14px;
}

.components-section__demo-input-holder {
  max-width: 320px;
}

.bem-select-dropdown__choice-text {
  flex: 1;
  line-height: 19px;
}

.bem-select-dropdown__choice-text.is-lighter {
  color: #8b8b8b;
}

.bem-select-dropdown__choice-text-h {
  font-weight: 700;
}

.bem-select-dropdown__chosen-item-text {
  text-align: left;
  line-height: 20px;
}

.bem-select-dropdown__chosen-item-text.is-for-not-selected {
  opacity: .49;
}

.bem-select-dropdown__chosen-item-text.is-bold {
  padding-right: 4px;
  font-weight: 700;
}

.bem-select-dropdown__chosen-item-text.is-subtext {
  color: #8b8b8b;
}

.bem-checkbox__checkmark-box {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #dadada;
  border-radius: 4px;
  padding-top: 1px;
  padding-left: 1px;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 5px;
  right: auto;
}

.bem-checkbox__checkmark-box.is-error {
  border-color: #e95b5b;
}

.simply-tabs__nav {
  border-bottom: 2px solid #f3f3f3;
}

.simply-tabs__tab-content.is-hidden {
  display: none;
}

.demo-tabs__img-holder {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px;
}

.simply-tabs__nav-button {
  color: #6e6e6e;
  text-align: center;
  letter-spacing: .05em;
  cursor: pointer;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: -1px;
  margin-right: 24px;
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.simply-tabs__nav-button.is-current {
  color: #521ec9;
  border-bottom-color: #521ec9;
}

.simply-tabs__nav-text {
  line-height: 18px;
  display: inline-block;
}

.simply-tabs__nav-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.simply-tabs__nav-right {
  min-height: 0;
}

.simply-tabs__nav-right.is-hidden {
  display: none;
}

.simply-tabs__nav-buttons {
  display: flex;
}

.simply-modal-window__footer-left {
  min-height: 0;
}

.simply-modal-window__footer-inner {
  justify-content: space-between;
  display: flex;
}

.demo-slider__outer {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.demo-slider__right {
  flex: 0 170px;
}

.demo-slider__left {
  flex: 1;
  padding-right: 14px;
}

.demo-slider__slider {
  width: 100%;
  padding-top: 13px;
}

.demo-tooltips {
  display: flex;
}

.demo-tooltip-item {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #afb5c7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 11px;
  margin-right: 11px;
  font-weight: 700;
  display: flex;
}

.demo-stars-holder {
  margin-bottom: 39px;
}

.bem-stars {
  display: flex;
}

.bem-stars__star-holder {
  width: 34px;
  height: 40px;
  cursor: pointer;
}

.bem-stars__star-pic {
  width: 100%;
  height: 100%;
  background-image: url('../images/bem-star-ik-empty.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 83%;
}

.bem-stars__star-pic.is-filled {
  background-image: url('../images/bem-star-ik-full.svg');
}

.demo-stars-h {
  font-size: 18px;
  font-weight: 700;
}

.demo-hamburger-holder {
  position: relative;
}

.demo-hamburger-text {
  margin-top: 23px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.demo-status-notification-button {
  margin-bottom: 16px;
}

.flashing-notification-2 {
  z-index: 1;
  width: 100%;
  max-height: 600px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  transition: transform .5s ease-out, opacity .8s, max-height .8s ease-out;
  display: block;
  position: relative;
}

.flashing-notification-2.is-transparent {
  max-height: 0;
  opacity: 0;
  transform: translate(0, -100%);
}

.flashing-notification-2.is-transparent.is-hidden {
  display: none;
}

.flashing-notification__button {
  min-width: 80px;
  color: #535a65;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(106, 155, 55, 0);
  border-radius: 4px;
  padding: 5px 10px 7px;
  font-weight: 600;
  transition: box-shadow .4s, background-color .1s;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 rgba(83, 90, 101, .57);
}

.flashing-notification__icon-holder-2 {
  width: 40px;
  height: 19px;
  padding-top: 10px;
  padding-left: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.flashing-notifications-wrapper-2 {
  z-index: 3;
  width: 100%;
  height: 0;
  position: fixed;
}

.flashing-notification__button-holder {
  margin-top: 9px;
}

.flashing-notification__padding-wrapper-2 {
  padding-top: 16px;
}

.flashing-notification__box-2 {
  min-height: 20px;
  color: #fff;
  background-color: #464c55;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 60px 17px 46px;
  display: block;
  position: relative;
  box-shadow: 0 15px 65px -9px rgba(46, 51, 58, .85);
}

.flashing-notification__box-2.is-green-success {
  background-color: #107c2e;
}

.flashing-notification__box-2.is-red-error {
  background-color: #ff3b20;
}

.demo-preloaders {
  position: relative;
}

.demo-preloaders__holder {
  justify-content: center;
  align-items: center;
  padding: 19px;
  display: flex;
}

.bem-button__icon-holder {
  font-family: Material design iconic font;
  display: flex;
  position: relative;
}

.bem-button__icon-holder.is-on-left {
  margin-left: -2px;
  padding-left: 0;
  padding-right: 7px;
}

.bem-button__icon-holder.is-chevron-down-on-right {
  margin-right: -2px;
  padding-left: 5px;
}

.bem-button__icon-holder.is-solo-icon {
  padding-left: 0;
}

.bem-button__icon-holder.is-on-right {
  margin-right: -2px;
  padding-left: 5px;
}

.bem-button__text-wrapper {
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.bem-button__text-wrapper.is-with-spinner-shown {
  transform: translate(9px);
}

.demo-buttons-with-spinner__status-check {
  padding-top: 12px;
}

.demo-buttons-with-spinner__check-holder {
  padding-top: 18px;
  padding-bottom: 18px;
}

.ux-advice-bullets {
  padding-top: 10px;
  padding-bottom: 10px;
}

.demo-checkbox-holder {
  padding-bottom: 7px;
}

.component-sheet__var-span {
  color: #fff;
  background-color: #8b8b8b;
  border-radius: 20px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Roboto;
  font-size: 14px;
  display: inline-block;
}

.component-sheet__ex-code {
  color: #3d033f;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.simply-dropdown-menu__list-icon-pic {
  width: 20px;
  height: 20px;
  text-align: center;
  background-image: url('../images/transparent_1transparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.simply-dropdown-menu__list-icon-pic.is-sign-out {
  background-image: url('../images/log-out.svg');
  background-size: 18px;
}

.simply-dropdown-menu__list-icon-pic.is-dolar {
  background-image: url('../images/dollar-sign.svg');
  background-size: 16px;
}

.simply-dropdown-menu__list-icon-pic.is-delete-all {
  background-image: url('../images/trash-feather-red.svg');
  background-size: 18px;
}

.simply-dropdown-menu__list-icon-pic.is-make-owner {
  background-image: url('../images/user-check.svg');
  background-size: 18px;
  position: relative;
  left: 2px;
}

.simply-dropdown-menu__list-icon-pic.is-user {
  background-image: url('../images/user.svg');
  background-size: 18px;
}

.simply-dropdown-menu__list-icon-pic.is-documentation {
  background-image: url('../images/file-text.svg');
  background-size: 18px;
}

.simply-dropdown-menu__list-icon-pic.is-contact {
  background-image: url('../images/mail.svg');
  background-size: 18px;
}

.simply-dropdown-menu__list-icon-pic.is-briefcase {
  background-image: url('../images/briefcase_1.svg');
  background-size: 18px;
  position: relative;
  top: -1px;
}

.simply-dropdown-menu__list-icon-pic.is-plus-accent {
  background-image: url('../images/plus-purple.svg');
  background-size: 12px;
  margin-top: -1px;
}

.simply-dropdown-menu__list-icon-pic.is-book-a-demo {
  background-image: url('../images/calendar-4.svg');
  background-size: 18px;
}

.simply-dropdown-menu__list-icon-pic.is-users-invite {
  width: 24px;
  background-image: url('../images/user-plus.svg');
  background-size: 18px;
}

.simply-dropdown-menu__list-icon-pic.is-try-bugbug {
  background-image: url('../images/arrow-right.svg');
}

.simply-dropdown-menu__button-label {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.simply-dropdown-menu__button-label-text {
  padding-right: 5px;
  line-height: 15px;
}

.simply-dropdown-menu__button-label-text.is-colored {
  color: #461e56;
}

.simply-dropdown-menu__button-label-text.is-colored.is-user-email {
  overflow: hidden;
}

.simply-dropdown-menu__button-label-text.is-colored.is-organization-name {
  max-width: 210px;
  white-space: nowrap;
  overflow: hidden;
}

.simply-dropdown-menu__list {
  z-index: 2;
  max-height: 230px;
  min-width: 160px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  left: auto;
  right: 0;
  overflow: auto;
  box-shadow: 0 20px 70px rgba(117, 117, 117, .35), 0 4px 15px #a1a1a1;
}

.simply-dropdown-menu__list.w--open {
  z-index: 5;
  background-color: #fff;
  border: 1px solid #d4dae0;
  border-radius: 5px;
  margin-top: -1px;
  overflow: hidden;
  box-shadow: 0 9px 25px -5px rgba(42, 58, 76, .51);
}

.simply-dropdown-menu__list.is-table-list-actions-menu {
  margin-top: -7px;
  margin-bottom: 16px;
  left: auto;
  right: 8px;
}

.simply-dropdown-menu__list.is-generic-list {
  left: 3px;
}

.simply-dropdown-menu__list.is-full-width {
  min-width: 100%;
  right: 0;
}

.simply-dropdown-menu__list.is-full-width.is-user-nav-dropdown {
  max-height: 280px;
}

.simply-dropdown-menu__list.is-full-width.is-topbar-switch-dropdown {
  max-height: 280px;
  left: 0;
  right: auto;
}

.simply-dropdown-menu__list.is-full-width.is-topbar-switch-dropdown.is-hidden {
  display: none;
}

.simply-dropdown-menu__list.is-list-with-big-help-tooltip {
  max-height: none;
  display: flex;
  left: 0;
  right: auto;
  overflow: visible;
}

.simply-dropdown-menu__list.is-list-with-big-help-tooltip.is-hidden {
  display: none;
}

.simply-dropdown-menu__list-icon {
  width: 32px;
  height: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.simply-dropdown-menu__list-icon.is-no-icon {
  width: 12px;
  opacity: 0;
}

.simply-dropdown-menu__button {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #eaeaea;
  border-radius: 1000px;
  padding: 7px 14px 7px 12px;
  transition: background-color .5s, border-color .5s;
  display: inline-block;
}

.simply-dropdown-menu__button:hover {
  border-color: #788088;
}

.simply-dropdown-menu__button.is-full-width {
  display: block;
}

.simply-dropdown-menu__button.is-full-width.is-topbar-no-border {
  height: 48px;
  border-style: none;
  border-radius: 0;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
  transition-duration: .1s, .1s;
  display: flex;
}

.simply-dropdown-menu__button.is-full-width.is-topbar-no-border:hover {
  background-color: #f8f7fb;
}

.simply-dropdown-menu__button.is-full-width.is-topbar-no-border.is-topbar-switcher {
  padding: 6px 8px 5px;
}

.simply-dropdown-menu__button.is-full-width.is-topbar-no-border.is-topbar-switcher:hover {
  border-color: #eaeaea;
}

.simply-dropdown-menu__list-label {
  white-space: nowrap;
  line-height: 15px;
}

.simply-dropdown-menu__list-label.is-organization-name {
  max-width: 230px;
  overflow: hidden;
}

.simply-dropdown-menu__label-chevron {
  background-image: url('../images/chevron-down-5a5a5a.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 1px;
  padding-right: 1px;
}

.simply-dropdown-menu__label-chevron.is-topbar-dropdown-menu {
  background-image: url('../images/chevron-down-1.svg');
}

.simply-dropdown-menu {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.simply-dropdown-menu__button-inner {
  align-items: center;
  display: flex;
}

.simply-dropdown-menu__list-item {
  min-height: 30px;
  color: #2b2b2b;
  cursor: pointer;
  align-items: center;
  padding: 6px 21px 6px 5px;
  display: flex;
}

.simply-dropdown-menu__list-item:hover {
  background-color: #f3f3f3;
}

.simply-dropdown-menu__list-item:active {
  background-color: #dadada;
}

.simply-dropdown-menu__list-item.is-table-list-action {
  min-width: auto;
}

.simply-dropdown-menu__list-item.is-table-list-action.is-delete-all {
  color: #e95b5b;
  border-top: 1px solid #eaeaea;
  margin-top: -1px;
}

.simply-dropdown-menu__list-item.is-table-list-action.is-hidden-for-future {
  display: none;
}

.simply-dropdown-menu__list-item.is-organization-nav {
  border-left: 5px solid rgba(0, 0, 0, 0);
  padding-left: 20px;
}

.simply-dropdown-menu__list-item.is-organization-nav.is-selected {
  background-image: url('../images/check-gray.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 14px;
}

.simply-dropdown-menu__list-item.is-organization-nav.is-create-organization {
  color: #521ec9;
  padding-bottom: 8px;
}

.simply-dropdown-menu__button-chevron-icon {
  width: 12px;
  height: 20px;
  color: #5a5a5a;
  font-family: Material design iconic font;
  font-size: 18px;
}

.simply-dropdown-menu__button-chevron-icon.is-colored {
  color: #461e56;
}

.is-hidden {
  display: none;
}

.bem-generic-form__fieldset {
  min-height: 54px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.bem-generic-form__fieldset.is-horizontal {
  flex-direction: row;
  align-items: center;
}

.bem-generic-form__fieldset.is-vertical {
  padding-bottom: 16px;
}

.bem-generic-form__field-label {
  align-items: center;
  padding-right: 8px;
  display: flex;
}

.bem-generic-form__field-label-text {
  font-weight: 500;
  line-height: 15px;
}

.bem-generic-form__inputs {
  padding-top: 6px;
  padding-bottom: 9px;
}

.bem-generic-form__input-holder {
  flex: 1;
}

.bem-dropzone {
  min-height: 70px;
  border: 1px dashed #eaeaea;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 21px;
  display: flex;
}

.bem-dropzone__text {
  color: #8b8b8b;
}

.bem-generic-form__field-label-subtext {
  color: #666;
  padding-top: 3px;
  line-height: 16px;
}

.reusable-menu__label {
  flex: 1;
}

.table-list {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.table-list.is-in-modal-box {
  max-height: 378px;
  min-height: 378px;
  border: 2px solid #efefef;
  border-radius: 5px;
}

.table-list__header {
  border-bottom: 2px solid #efefef;
  margin-bottom: -1px;
  position: relative;
}

.table-list__rows {
  flex: 1;
  overflow: auto;
}

.table-list__rows.is-user-permissions-table {
  overflow: visible;
}

.table-list__row {
  min-height: 52px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #efefef;
  margin-bottom: -1px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.table-list__row.is-table-header {
  min-height: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  position: relative;
}

.table-list__row.is-clickable {
  cursor: pointer;
}

.table-list__row.is-clickable:hover {
  background-color: #f9f9ff;
  border-top-color: #dadada;
  border-bottom-color: #dadada;
}

.table-list__row.is-grayed-out {
  color: #a2a1a1;
  cursor: default;
}

.table-list__cell {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 6px 6px 4px;
  display: flex;
}

.table-list__cell.is-check {
  flex: 0 0 30px;
  padding: 0;
}

.table-list__cell.is-for-actions {
  flex: 0 0 150px;
  justify-content: flex-end;
}

.table-list__cell.is-for-first-column-in-steps {
  flex: 0 0 36%;
  padding-left: 8px;
}

.table-list__cell.is-hidden-for-future {
  display: none;
}

.table-list__header-label {
  align-items: center;
  display: flex;
}

.table-list__header-label.is-clickable {
  cursor: pointer;
}

.table-list-header-text {
  color: #a2a1a1;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.table-list__header-sort-icon {
  width: 16px;
  height: 13px;
  flex: none;
}

.table-list__header-sort-icon.is-descending {
  background-image: url('../images/Icon-material-sort-desc.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.table-list__header-sort-icon.is-ascending {
  background-image: url('../images/Icon-material-sort-ascending.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.table-list__check-area {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: -4px;
  margin-bottom: -4px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.table-list__check-area:hover {
  background-color: rgba(0, 0, 0, .04);
}

.table-list__check-box {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  padding-top: 0;
  padding-left: 0;
}

.table-list__check-box:hover {
  border-color: #6d6d6d;
}

.table-list__check-box.is-grayed-out {
  opacity: .8;
  background-color: #e7e7e7;
}

.table-list__check-box.is-with-plus-minus-symbol {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
}

.table-list__cell-label {
  align-items: center;
  display: flex;
}

.generic-table__text {
  white-space: nowrap;
  line-height: 15px;
}

.generic-table__text.is-lighter {
  color: #8b8b8b;
}

.table-list-actions {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.table-list-actions__item-holder {
  padding-left: 12px;
  padding-right: 0;
}

.table-list-actions__button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url('../images/ellipsis-small-clean_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 5px;
}

.table-list-actions__button:hover {
  background-color: rgba(156, 156, 156, .14);
}

.table-list-actions__button:active {
  background-color: #e7e7e7;
}

.table-list-actions__button.is-ellipsis {
  background-image: url('../images/ellipsis-small-clean_2.svg');
  background-position: 50%;
  background-size: auto;
}

.table-list-actions__button.is-delete {
  background-image: url('../images/trash-feather-black.svg');
  background-position: 7px 6px;
  background-size: 16px;
}

.table-list-actions__button.is--bigclose {
  background-image: url('../images/x-close-gray.svg');
  background-size: 18px;
}

.table-list__check-box-checkmark {
  width: 15px;
  height: 15px;
  opacity: 0;
  background-image: url('../images/check-gray.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  position: absolute;
}

.table-list__check-box-checkmark:hover {
  border-color: #14a8fd;
}

.table-list__check-box-checkmark.is-unchecked {
  opacity: 0;
}

.table-list__check-box-checkmark.is-unchecked.is-plus-minus-symbol {
  opacity: 1;
  background-image: url('../images/plus-purple.svg');
  background-size: auto;
}

.table-list__check-box-checkmark.is-checked {
  opacity: 1;
}

.table-list-actions__dropdown-menu {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.table-list__pagination {
  border-top: 2px solid #efefef;
  padding-top: 13px;
  padding-bottom: 16px;
}

.table-list__pagination-buttons {
  padding-left: 3px;
  display: flex;
}

.table-list__pagination-button-holder {
  padding-left: 4px;
  padding-right: 4px;
}

.table-list__pagination-button {
  width: 24px;
  height: 24px;
  opacity: .56;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}

.table-list__pagination-button:hover {
  opacity: 1;
  border-color: #ddd;
}

.table-list__pagination-button.is-chevron-left {
  background-image: url('../images/chevron-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.table-list__pagination-button.is-chevron-right {
  background-image: url('../images/chevron-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.table-list__pagination-button.is-current {
  color: #521ec9;
  border-color: #521ec9;
  font-weight: 700;
}

.table-list__pagination-ellipsis {
  width: 24px;
  height: 24px;
  color: #898989;
  text-align: center;
  font-size: 19px;
}

.bem-text-input-with-suffix__prefix {
  color: #768cad;
  padding-top: 9px;
  padding-right: 11px;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.bem-text-input-with-suffix__prefix.is-search-icon {
  width: 20px;
  opacity: .33;
  background-image: url('../images/search-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.free-plan-tag__text {
  color: #8b8b8b;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 18px;
}

.free-plan-tag__texts {
  margin-top: 1px;
  display: flex;
}

.bem-generic-form__buttons {
  padding-top: 25px;
  padding-bottom: 12px;
  display: flex;
}

.bem-generic-form__button-holder {
  padding-right: 10px;
}

.test-error {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.test-error__box {
  width: 100%;
  color: #e95b5b;
  background-color: #fff0f0;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 12px 3px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.bem-spinner-with-stop {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}

.bem-spinner-with-stop__stop {
  width: 16px;
  height: 16px;
  background-image: url('../images/stop-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.test-error__text {
  font-weight: 700;
}

.test-error__close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url('../images/x-close-gray.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.test-error__close:hover {
  background-color: rgba(0, 0, 0, .07);
}

.test-error__close:active {
  background-color: rgba(0, 0, 0, .11);
}

.test-error__link {
  color: #521ec9;
  cursor: pointer;
  font-weight: 700;
}

.test-error__box-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/thumb-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  flex: none;
  margin-right: 6px;
  display: none;
}

.test-error__box-content {
  max-width: 460px;
  flex: 1;
}

.test-error-on-top-of-list {
  margin-top: -12px;
  padding-left: 40px;
}

.styleguide-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.styleguide-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-row__right {
  flex: 0 50%;
}

.styleguide-row__right.is-full-width {
  width: 100%;
  flex-basis: 100%;
}

.styleguide-row__left {
  flex-wrap: wrap;
  flex: 0 50%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 51px;
  display: flex;
}

.styleguide-row__left.is-full-width {
  flex-basis: 100%;
  padding-right: 0;
}

.styleguide-block__h {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 40px;
}

.styleguide-block__component-holder {
  display: flex;
}

.styleguide-block__component-holder.is-vertical {
  flex-direction: column;
}

.styleguide-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.styleguide-row.is-vertical {
  flex-direction: column;
  align-items: center;
}

.styleguide-row__text {
  text-align: right;
  flex: 0 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 17px;
}

.styleguide-row__text.is-secondary {
  color: #666;
}

.styleguide-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: flex;
}

.styleguide-grid__row {
  justify-content: space-between;
  display: flex;
}

.styleguide-grid__cell {
  min-height: 50px;
  flex: 1;
  align-items: center;
  display: flex;
}

.styleguide-grid__no-use {
  color: #a5a5a5;
  font-size: 12px;
}

.suites-details-search-in-header {
  flex: 1;
  justify-content: flex-end;
  padding-left: 7px;
  display: flex;
}

.styleguide-space-info {
  color: #d8d8d8;
}

.generic-collapsible-section__header {
  min-height: 48px;
  cursor: pointer;
  align-items: center;
  margin-left: -12px;
  display: flex;
}

.generic-collapsible-section__content-inner {
  padding-top: 8px;
  padding-bottom: 24px;
  padding-left: 0;
}

.generic-collapsible-sections__h {
  letter-spacing: .03em;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.generic-collapsible-sections__chevron {
  width: 21px;
  height: 30px;
  opacity: .33;
  background-image: url('../images/chevron-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  transition: transform .15s;
}

.generic-collapsible-sections__chevron.is-expanded {
  transform: rotate(90deg);
}

.styleguide-collapsible-sections-placeholder {
  color: #bebebe;
  padding: 20px 20px 20px 8px;
}

.bem-generic-form__left {
  flex: 0 171px;
}

.bem-generic-form__right {
  flex: 1;
}

.generic-modal__bullets-list-text {
  line-height: 19px;
}

.generic-empty-state {
  min-height: 220px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.generic-empty-state__pic {
  width: 96px;
  height: 96px;
  opacity: 1;
  background-image: url('../images/coffee-pixel-02-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.generic-empty-state__text {
  max-width: 300px;
  color: #999;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 8px;
  font-weight: 400;
  line-height: 18px;
}

.generic-modal-p {
  margin-bottom: 8px;
}

.bem-alert-icon {
  width: 48px;
  height: 48px;
  background-image: url('../images/alert-triangle-yellow.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.bem-alert-icon.is-bigger {
  width: 64px;
  height: 64px;
  background-size: 60px;
}

.bem-xy-inputs__inner {
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
}

.bem-xy-inputs__item {
  flex: 1;
  padding-left: 4px;
  padding-right: 4px;
}

.bem-xy-inputs__input-holder {
  position: relative;
}

.bem-xy-inputs__prefix {
  width: 30px;
  color: #a2a1a1;
  background-color: #fafafa;
  border-right: 1px solid #eaeaea;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: auto;
}

.util-page-wrapper {
  min-height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.util-page-content {
  text-align: center;
}

.util-page-heading {
  font-size: 21px;
}

.util-page-top-bar {
  justify-content: space-between;
  display: flex;
}

.util-page-top-bar-logo {
  width: 160px;
  height: 80px;
  background-image: url('../images/bubug-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
}

.util-page-404-img {
  height: 112px;
  margin-bottom: 68px;
}

.limits-widget {
  min-height: 40px;
  align-items: center;
  display: flex;
}

.limits-widget.is-in-user-dropdown {
  min-height: 16px;
}

.limits-widget__bar {
  width: 100%;
  height: 16px;
  background-color: #9fa0af;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.limits-widget__bar.is-in-user-dropdown {
  height: 4px;
}

.limits-widget__bar-amount {
  width: 50%;
  height: 100%;
  background-color: #461e56;
  position: absolute;
}

.limits-widget__bar-amount.is-green {
  width: 46%;
  background-color: #4dbf8b;
}

.limits-widget__bar-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: 1px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.limits-widget__bar-holder {
  flex-direction: column;
  flex: 0 0 160px;
  align-items: center;
  margin-left: -1px;
  display: flex;
}

.failed-component {
  height: 100%;
  min-height: 130px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.failed-component__icon {
  width: 52px;
  height: 52px;
  background-image: url('../images/alert-octagon-red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 18px;
}

.failed-component__text {
  color: #e95b5b;
  line-height: 16px;
}

.simply-dropdown-menu__section-h {
  color: #a2a1a1;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #fafafa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.bem-spinner-with-label {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bem-spinner-with-label.is-with-label-on-right {
  flex-direction: row;
}

.bem-spinner-with-label__text {
  color: #8b8b8b;
  margin-top: 8px;
}

.bem-spinner-with-label__text.is-on-right {
  margin-top: 0;
  margin-left: 8px;
}

.failed-component__text-span {
  padding-right: 3px;
  display: inline-block;
}

.simply-modal-with-icon-wrapper {
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.simply-modal-with-icon-wrapper__icon {
  flex: none;
  margin-top: -4px;
  margin-right: 16px;
}

.bem-question-icon {
  width: 48px;
  height: 48px;
  background-image: url('../images/question-icon-gray.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.bem-question-icon.is-bigger {
  width: 64px;
  height: 64px;
  background-position: 50%;
  background-size: 60px;
}

.user-cell {
  align-items: center;
  display: flex;
}

.user-cell__icon {
  flex: none;
  margin-right: 16px;
}

.generic-user-avatar {
  width: 32px;
  height: 32px;
  background-color: #a5a3ac;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.generic-user-avatar__text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.topbar {
  z-index: 7;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 2px rgba(30, 32, 59, .2);
}

.topbar__logo-holder {
  cursor: pointer;
  padding-top: 12px;
  padding-left: 13px;
  padding-right: 0;
}

.topbar__inner {
  min-height: 48px;
  justify-content: space-between;
  display: flex;
}

.topbar__l {
  display: flex;
}

.topbar__r {
  min-height: 5px;
  min-width: 5px;
  align-items: center;
  display: flex;
}

.topbar__logo {
  width: 84px;
  height: 22px;
  background-image: url('../images/bubug-logo-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.topbar-dropdown-holder {
  align-items: stretch;
  display: flex;
}

.topbar-login-info__user-menu {
  flex: 1;
}

.topbar-subscribe-promo-text {
  align-self: stretch;
  display: flex;
}

.topbar-free-plan-tag__box {
  color: #525252;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.topbar-dropdown-icon {
  width: 20px;
  height: 20px;
  background-image: url('../images/Icon-feather-settings-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  flex: none;
  margin-right: 8px;
}

.topbar-dropdown-icon.is-user {
  background-image: url('../images/user-4.svg');
  margin-right: 2px;
}

.topbar-dropdown-icon.is-briefcase {
  background-image: url('../images/briefcase.svg');
  background-position: 50% 0;
  background-size: 18px;
}

.topbar-dropdown-icon.is-help {
  background-image: url('../images/help-circle-2.svg');
  margin-right: 4px;
}

.topbar-all-projects {
  align-items: center;
  display: flex;
}

.topbar-all-projects.is-hidden {
  display: none;
}

.topbar-free-plan-tag__icon {
  width: 18px;
  height: 18px;
  opacity: .98;
  text-align: center;
  background-image: url('../images/monetization_on-24px-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-right: 4px;
  font-family: Material design iconic font;
  font-size: 20px;
  display: none;
}

.topbar-dropdown-login-info {
  color: #8b8b8b;
  background-color: #fafafa;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 16px;
}

.topbar-dropdown-login-info__text {
  max-width: 320px;
  letter-spacing: 0;
  font-weight: 500;
}

.help-dropdown-infos {
  color: #8b8b8b;
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
  padding-top: 6px;
  padding-bottom: 6px;
}

.help-dropdown-infos__item {
  padding: 0 14px;
}

.help-dropdown-infos__item-text {
  max-width: 320px;
  color: #a2a1a1;
  letter-spacing: 0;
  white-space: nowrap;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.topbar-dropdown-login-info__limit-info {
  max-width: 320px;
  color: #a2a1a1;
  letter-spacing: 0;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.topbar-dropdown-limits-info {
  cursor: pointer;
  border-radius: 5px;
  margin-left: -4px;
  margin-right: -4px;
  padding: 2px 4px 4px;
}

.topbar-dropdown-limits-info:hover {
  background-color: #f7f7f7;
}

.topbar-dropdown-limits-info.is-hidden-for-future {
  display: none;
}

.topbar-drop-menu {
  flex: 1;
}

.generic-small-info-bar {
  border: 2px solid #eaeaea;
  border-radius: 5px;
  align-items: center;
  padding: 6px;
  display: flex;
}

.generic-small-info-bar__text {
  line-height: 16px;
}

.generic-small-info-bar__icon {
  width: 20px;
  height: 20px;
  opacity: .53;
  background-image: url('../images/info-icon-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  align-self: flex-start;
  margin-right: 8px;
}

.dropdown-menu__button-area {
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
}

.action-button {
  text-align: center;
  letter-spacing: .01em;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  line-height: 1.43em;
  display: flex;
}

.action-button:hover {
  background-color: rgba(47, 46, 55, .08);
}

.action-button:active {
  background-color: rgba(30, 32, 59, .11);
  box-shadow: 0 0 rgba(83, 90, 101, .57);
}

.action-button__icon-holder {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  font-family: Material design iconic font;
  line-height: 20px;
  position: relative;
}

.action-button__text {
  min-height: 20px;
  align-items: center;
  line-height: 15px;
  display: flex;
}

.action-button__inner {
  align-items: center;
  display: flex;
  position: relative;
}

.bem-select-dropdown__choice-subtext {
  color: #8b8b8b;
}

.bem-select-dropdown__choice-edit-button {
  width: 24px;
  height: 24px;
  background-image: url('../images/edit-purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 5px;
}

.bem-select-dropdown__choice-edit-button:hover {
  background-color: rgba(16, 0, 32, .14);
}

.protoflow-element {
  z-index: 100;
  width: 360px;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 2px solid #000;
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.protoflow-element.is-without-rows {
  padding: 8px;
  display: none;
}

.label-with-inline-actions {
  align-items: center;
  display: flex;
}

.label-with-inline-actions__text {
  flex: 1;
}

.label-with-inline-actions__actions {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.generic-inline-action-button {
  width: 24px;
  height: 24px;
  background-image: url('../images/edit-purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 5px;
}

.generic-inline-action-button:hover {
  background-color: rgba(16, 0, 32, .14);
}

.generic-inline-action-button.is-trash {
  background-image: url('../images/trash-2.svg');
}

.selectors-creator-wrapper {
  max-width: 1120px;
  grid-column-gap: 60px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 106px 40px;
  display: flex;
}

.selectors-creator-wrapper.is-with-articles {
  padding-top: 0;
}

.selectors-creator-slot {
  padding: 16px 20px 0;
}

.selectors-creator-slot__h {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.selectors-creator-slot__row {
  grid-column-gap: 12px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.selectors-creator-slot__text.is-first-on-left {
  min-width: 40px;
  font-weight: 700;
}

.selectors-creator-slot__input-holder {
  flex: 1;
}

.selectors-creator-slot__input-holder.is-hug {
  flex: 0 auto;
}

.selectors-creator-slot__input-holder.is-new-line-on-mobile {
  flex: 1;
}

.selectors-creator-slot__input-holder.is-hidden {
  display: none;
}

.selectors-creator-slot__rows {
  grid-row-gap: 0px;
  flex-direction: column;
  padding-top: 12px;
  display: flex;
}

.selectors-creator-slot__button-row {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.selectors-creator-slot__row-actions {
  min-width: 40px;
  justify-content: flex-end;
  display: flex;
}

.selectors-creator-slot__button-row-item {
  margin-left: -15px;
}

.selectors-creator-slots {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.selectors-creator-add-more-slots {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.selectors-creator-add-more-slots__button-item {
  margin-left: -15px;
}

.selectors-creator-result {
  max-width: 360px;
  flex-direction: column;
  flex: 0 358px;
  align-self: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.selectors-creator-result__inner {
  padding: 20px;
}

.selectors-creator-result__h {
  font-size: 16px;
  font-weight: 500;
}

.selectors-creator-result__result-holder {
  padding-top: 11px;
  padding-bottom: 20px;
}

.selectors-creator-result__result-text {
  color: #8b8b8b;
  border: 1px #fafafa;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

.selectors-creator-promo {
  color: #2b2b2b;
  background-color: #f8f7fc;
  border-radius: 10px;
  margin-top: 27px;
  font-weight: 400;
}

.selectors-creator-promo__h {
  color: #521ec9;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.selectors-creator-promo__benefit {
  align-items: flex-start;
  display: flex;
}

.selectors-creator-promo__benefit-check {
  width: 24px;
  height: 24px;
  background-image: url('../images/check-green.svg');
  background-position: 50%;
  background-size: auto;
  flex: none;
}

.selectors-creator-promo__benefit-text {
  padding-top: 3px;
  padding-left: 10px;
}

.selectors-creator-promo__button-holder {
  padding: 12px 20px 20px;
}

.selectors-creator-promo__texts {
  flex-direction: column;
  flex: 66%;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 20px;
  display: flex;
}

.selectors-creator-promo__pic {
  flex-direction: column;
  flex: 0 40%;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -40px;
  display: flex;
}

.selectors-creator-promo__row {
  display: flex;
}

.selectors-creator__h1 {
  padding-bottom: 40px;
}

.selectors-creator__columns {
  grid-column-gap: 40px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.selectors-creator__h1-sub {
  color: #8b8b8b;
  padding-top: 8px;
}

.selectors-creator-h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.33em;
}

.selectors-creator-slots__connector {
  width: 2px;
  height: 30px;
  background-color: #eaeaea;
  align-self: center;
}

.selectors-creator-slot-header {
  min-height: 32px;
  align-items: center;
  display: flex;
}

.selectors-creator-slot-item {
  flex-direction: column;
  display: flex;
}

.selectors-creator-slot-item.is-hidden {
  display: none;
}

.selectors-creator__slots-column-left {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.simply-dropdown-menu__list-scrollable-near-help {
  max-height: 316px;
  min-width: 160px;
  flex: none;
  align-self: stretch;
  overflow: auto;
}

.simply-dropdown-menu__list-scrollable-near-help.is-in-tag {
  max-height: 390px;
}

.simply-dropdown-menu__big-help-tooltip {
  width: 460px;
  background-color: #f3f3f3;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.simply-dropdown-menu__big-help-tooltip__help-item {
  padding: 20px 24px;
}

.simply-dropdown-menu__big-help-tooltip__help-item-heading {
  font-weight: 500;
}

.simply-dropdown-menu__big-help-tooltip__help-paragraph {
  color: #666;
  margin-bottom: 12px;
}

.simply-dropdown-menu__big-help-tooltip__help-item-icon {
  width: 16px;
  height: 16px;
  opacity: .52;
  background-image: url('../images/help-circle-3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.simply-dropdown-menu__big-help-tooltip__help-item-tagline {
  grid-column-gap: 4px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.simply-dropdown-menu__big-help-tooltip__help-item-tagline-text {
  color: #a2a1a1;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

.simply-dropdown-menu__big-help-tooltip__help-item-image {
  margin-top: 8px;
}

.selectors-creator-h2 {
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.33em;
}

.selectors-creator-article__section {
  grid-row-gap: 12px;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.7em;
  display: flex;
}

.selectors-creator-article__h {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.selectors-creator-article-heading {
  padding-bottom: 20px;
}

.selectors-creator-article-tagline {
  color: #a2a1a1;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33em;
}

.selectors-creator-article-tagline.is-in-outline {
  margin-bottom: 13px;
}

.selectors-creator-article__columns {
  display: flex;
}

.selectors-creator-article__column-left {
  max-width: 400px;
  min-width: 0;
  flex: 1;
}

.selectors-creator-article__column-right {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.code-snippet {
  color: #710083;
  letter-spacing: .02em;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 4px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.selectors-creator-artilce {
  margin-bottom: 40px;
  padding-top: 25px;
  padding-right: 40px;
}

.selectors-creator-article__img {
  align-self: flex-start;
}

.selectors-creator-article__img.is-with-border {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

.selectors-creator-article__rich-text ul {
  padding-left: 14px;
}

.selectors-creator-article__rich-text a {
  color: #521ec9;
  font-weight: 700;
}

.selectors-creator-articles {
  grid-column-gap: 80px;
  display: flex;
  position: relative;
}

.selectors-creator-articles__r {
  flex-direction: column;
  display: flex;
}

.selectors-creator__articles-nav {
  width: 280px;
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
}

.selectors-creator__articles-contents-list {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.selectors-creator__articles-contents-item {
  align-self: stretch;
}

.selectors-creator__articles-contents-item.is-indent-1 {
  margin-left: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.selectors-creator__articles-contents-item-text {
  color: #521ec9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6em;
}

.selectors-creator__articles-nav-inner {
  max-height: 82vh;
  padding: 27px;
  overflow: auto;
}

.selectors-creator__articles-contents-list-divider {
  height: 1px;
  background-color: #eaeaea;
  margin-top: 3px;
  margin-bottom: 11px;
}

.selectors-creator-articles-area-heading {
  margin-top: 0;
  margin-bottom: 31px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.33em;
}

.selectors-creator-articles-area-heading__light {
  font-weight: 300;
}

.selectors-creator-slot__row-fields-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  align-items: center;
  display: flex;
}

.selectors-creator-article__image-caption {
  color: #8b8b8b;
  text-align: center;
  font-size: 13px;
}

.selectors-creator-webflow {
  font-size: 13px;
  line-height: 20px;
}

.selectors-creator-youtube-embed {
  padding-top: 56.1702%;
  position: relative;
}

.selectors-creator-youtube-embed__embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .bem-stepper__number-circle {
    width: 20px;
    height: 20px;
    padding-top: 4px;
  }

  .bem-stepper__number {
    position: relative;
  }

  .bem-stepper__separator {
    margin-top: 9px;
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .bem-stepper__number-label {
    padding-top: 6px;
    font-size: 11px;
    line-height: 13px;
  }

  .bem-stepper__number-label.is-current {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bem-stepper__step {
    width: 25%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2px;
    padding-right: 2px;
    display: flex;
  }

  .simply-modal-window__body {
    flex-direction: column;
    align-items: stretch;
  }

  .flashing-notification__button {
    transition-duration: 0s, 0s;
  }

  .selectors-creator-result {
    max-width: none;
  }

  .selectors-creator__columns {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .selectors-creator-artilce {
    padding-right: 0;
  }

  .selectors-creator-articles {
    grid-column-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-icon {
    display: block;
  }

  .top-header {
    height: 64px;
    box-shadow: 0 -29px 34px 13px rgba(17, 20, 46, .32);
  }

  .simply-radio.is-with-inline-buttons {
    display: block;
  }

  .top-header__left-side {
    float: none;
    display: inline-block;
  }

  .top-header__right-side {
    float: none;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .top-header__logo.w--current {
    height: 64px;
    margin-right: 0;
    padding-top: 18px;
  }

  .top-header__nav-wrapper {
    display: none;
  }

  .rn-logo {
    padding-top: 12px;
    padding-left: 41px;
  }

  .rn-logo__icon {
    width: 47px;
    height: 34px;
  }

  .rn-logo__text {
    font-size: 20px;
  }

  .rn-logo__text.is-claim {
    display: none;
  }

  .top-header__inner {
    text-align: center;
  }

  .footer__left-side {
    float: none;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer__copyright {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer__right-side {
    float: none;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }

  .footer__link-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer__inner {
    flex-direction: column;
  }

  .selectors-creator-slot__text.is-first-on-left {
    align-self: flex-start;
    padding-top: 8px;
  }

  .selectors-creator-slot__input-holder.is-hug {
    flex: 1;
  }

  .selectors-creator-slot__input-holder.is-new-line-on-mobile {
    flex: 0 100%;
  }

  .selectors-creator-result {
    max-width: none;
  }

  .selectors-creator__columns {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .selectors-creator-articles {
    flex-direction: column;
  }

  .selectors-creator__articles-nav {
    width: auto;
  }

  .selectors-creator-slot__row-fields-wrapper {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding: 8px 0 0;
  }

  .footer__right-side {
    padding-top: 7px;
    padding-bottom: 10px;
  }

  .footer__link-block {
    display: block;
  }

  .bem-stepper__separator {
    margin-left: -35px;
    margin-right: -35px;
  }

  .bem-stepper-wrapper {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .wizard-card-header {
    padding-bottom: 4px;
  }

  .wizard-card-header__text {
    font-size: 15px;
    line-height: 18px;
  }

  .bem-card__body {
    padding: 0 16px 10px;
  }

  .wizard-card-holder {
    padding-bottom: 8px;
  }

  .wizard-buttons__left-side {
    height: auto;
    max-width: 100%;
    float: none;
    padding-top: 11px;
  }

  .wizard-buttons__right-side {
    float: none;
  }

  .wizard-buttons__button-holder {
    display: block;
  }

  .bem-card__footer {
    padding: 16px 14px 15px;
  }

  .deal-box__additional-info-segment {
    padding-bottom: 4px;
  }

  .simply-modal-window__footer-buttons {
    flex-direction: column-reverse;
    align-items: center;
  }

  .simply-modal-window__content {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .simply-modal-window__body {
    padding-bottom: 28px;
  }

  .simply-modal-window__footer-button-holder {
    width: 100%;
    flex-direction: column;
    padding-bottom: 8px;
    padding-left: 0;
    display: flex;
  }

  .bem-slider__axis-labels {
    margin-top: -8px;
  }

  .bem-slider__axis-label {
    font-size: 14px;
  }

  .simply-modal-window__footer-inner {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .demo-slider__outer {
    flex-direction: column;
  }

  .demo-slider__right {
    flex: 0 auto;
  }

  .demo-slider__left {
    padding-right: 0;
  }

  .demo-slider__slider {
    padding-top: 0;
  }

  .util-page-404-img {
    height: 64px;
    margin-bottom: 32px;
  }

  .selectors-creator-wrapper {
    padding: 60px 20px;
  }
}


@font-face {
  font-family: 'NeueFrutiger';
  src: url('../fonts/NeueFrutigerComRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'NeueFrutiger';
  src: url('../fonts/NeueFrutigerComLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'NeueFrutiger';
  src: url('../fonts/NeueFrutigerComThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'NeueFrutiger';
  src: url('../fonts/NeueFrutigerComMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'NeueFrutiger';
  src: url('../fonts/NeueFrutigerComBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}