.widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3030;
  line-height: 1.5;
}
.widget a {
  text-decoration: none;
}
.widget *,
.widget *::before,
.widget *::after {
  box-sizing: border-box;
}
.widget * {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.widget input.input-text,
.widget textarea.textarea,
.widget select.select {
  color: #1A191C;
  font-size: 14px;
  padding: 5px 15px;
  height: 40px;
  width: 100%;
  border: 1px solid rgba(191, 197, 210, 0.4);
  background: #ffffff;
  border-radius: 4px;
  vertical-align: top;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.widget input.input-text:focus,
.widget textarea.textarea:focus,
.widget select.select:focus {
  border-color: #000000;
  outline: none;
}
.widget input.input-text::placeholder,
.widget textarea.textarea::placeholder,
.widget select.select::placeholder {
  color: #7C8087;
}
.widget textarea.textarea {
  padding-top: 10px;
  vertical-align: top;
  overflow: auto;
  height: auto;
}
.widget a.button,
.widget input.button,
.widget button.button {
  text-align: center;
  background: #000000;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #ffffff;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color;
  border-radius: 4px;
  padding: 9px 34px 8px;
}
.widget a.button:hover,
.widget input.button:hover,
.widget button.button:hover {
  border-color: #6628b6;
  background-color: #6628b6;
}
.widget a.button:focus,
.widget input.button:focus,
.widget button.button:focus {
  outline: none;
}
.widget input.button,
.widget button.button {
  line-height: normal;
}
.widget-button {
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.3);
  background: #000000 url("images/chat.svg") no-repeat 50% 50%;
  background-size: 30px;
}
.widget-button-label {
  border-radius: 5px;
  padding: 4px 8px;
  position: absolute;
  right: 100%;
  top: 50%;
  color: #ffffff;
  white-space: nowrap;
  font-size: 14px;
  background: rgba(26, 25, 28, 0.65);
  transform: translate3d(-10px, -50%, 0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
.widget.no-init .widget-button-label {
  opacity: 0;
}
.widget-step {
  border-radius: 5px;
  background: #ffffff;
  padding: 16px;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 320px;
  display: none;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.3);
}
.widget-step.current {
  display: block;
}
.widget-step-row {
  margin-bottom: 10px;
}
.widget-step .textarea {
  resize: none;
}
.widget-step a.button,
.widget-step button.button {
  width: 100%;
  background-image: url("images/arrow-more-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.widget-step-phone {
  display: flex;
}
.widget-step-phone-code {
  flex: 0 0 70px;
  max-width: 70px;
  position: relative;
}
.widget-step-phone-value {
  flex-grow: 1;
}
.widget-step-phone-value input.input-text {
  padding-left: 8px;
  padding-right: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.widget-success {
  text-align: center;
  font-size: 16px;
}
.widget-success p {
  margin: 0;
}
.widget-drop-down-value {
  display: block;
  color: #1A191C;
  width: 100%;
  font-size: 14px;
  padding: 8px 12px 8px 30px;
  text-align: right;
  height: 40px;
  width: 100%;
  border: 1px solid rgba(191, 197, 210, 0.4);
  background: #ffffff;
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.widget-drop-down-value .flag {
  top: 14px !important;
}
.widget-drop-down ul {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0 10px;
  border-radius: 4px;
  font-size: 14px;
  background: #ffffff;
  display: none;
}
.widget-drop-down ul.open {
  display: block;
}
.widget-drop-down ul li {
  text-align: right;
  position: relative;
  padding: 2px 12px;
  cursor: pointer;
}
.widget-drop-down ul li:hover {
  background-color: #EEEEEF;
}
.widget-drop-down ul li.active {
  display: none;
}
.widget .flag {
  width: 16px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 7px;
  background: url("images/flags.png") no-repeat 0 0;
}
.widget .flag.flag-ca {
  background-position: -32px 0;
}
.widget .flag.flag-nl {
  background-position: 0 -22px;
}
.widget .flag.flag-us {
  background-position: 0 -33px;
}
.widget .flag.flag-pt {
  background-position: -32px -22px;
}
.widget .flag.flag-se {
  background-position: -48px -22px;
}
.widget .flag.flag-gb {
  background-position: -32px -11px;
}
.widget .flag.flag-pl {
  background-position: -16px -22px;
}
.widget .flag.flag-be {
  background-position: -16px 0;
}
.widget .flag.flag-fr {
  background-position: -16px -11px;
}
.widget .flag.flag-es {
  background-position: 0 -11px;
}
.widget .drop-content {
  display: none;
}
.widget.active .drop-toggle {
  display: none;
}
.widget.active .drop-content {
  display: block;
}
