.widget-contacts.svelte-1k7yf85 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
      'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .widget-contacts__menu.svelte-1wugmya {
    position: fixed;
    right: 30px;
    bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 8px 8px 15px 0 rgba(45, 45, 45, 0.5);
    box-shadow: 8px 8px 15px 0 rgba(45, 45, 45, 0.5);
    border-radius: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 196px);
    min-width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
    z-index: 9999 !important;
  }
  @media (min-width: 768px) {
    .widget-contacts__menu.svelte-1wugmya {
      min-width: 320px;
      max-width: 320px;
    }
  }
  .widget-contacts-menu__header.svelte-1wugmya {
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    min-height: 75px;
    padding: 24px 27px;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--brand-color);
    background-size: 100% 100%;
    background-repeat: repeat;
    overflow: inherit;
    text-overflow: ellipsis;
    word-break: break-word;
    word-wrap: break-word;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: left;
  }
  .widget-contacts-menu__title.svelte-1wugmya {
    font-size: 1.25em;
    letter-spacing: 0.04em;
    text-transform: none;
    margin: 0 0 8px 0;
  }
  .widget-contacts-menu__description.svelte-1wugmya {
    font-size: 0.875em;
    letter-spacing: 0.0285em;
    margin: 0;
  }
  .widget-contacts-menu__list.svelte-1wugmya {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    border-radius: 6px;
  }
  .widget-contacts__button.svelte-44sttq {
    position: fixed;
    bottom: 25px;
    right: 30px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background-color: var(--brand-color);
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(45, 45, 45, 0.5);
    box-shadow: 2px 2px 5px 0 rgba(45, 45, 45, 0.5);
    text-align: center;
    z-index: 9999 !important;
    margin: 0;
    padding: 0;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    overflow: hidden;
  }
  .widget-contacts__button.svelte-44sttq:hover:before,
  .widget-contacts__button.svelte-44sttq:focus:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .widget-contacts__icon.svelte-44sttq {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .widget-contacts-menu__item.svelte-l4td3o.svelte-l4td3o {
    width: 100%;
    min-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    background-color: #fff;
  }
  .widget-contacts-menu__item.svelte-l4td3o.svelte-l4td3o:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
  }
  .widget-contacts-menu__item.svelte-l4td3o.svelte-l4td3o:hover {
    background-color: #fafafa;
  }
  .widget-contacts-menu__item.svelte-l4td3o:hover .widget-contacts-menu__link.svelte-l4td3o {
    color: var(--brand-color);
  }
  .widget-contacts-menu__link.svelte-l4td3o.svelte-l4td3o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 14px 0 14px 0;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    align-items: center;
    vertical-align: middle;
    width: 100%;
  }
  .widget-contacts-menu__link-icon.svelte-l4td3o.svelte-l4td3o {
    height: 32px;
    max-height: 32px;
    width: 80px;
  }
  .widget-contacts-menu__link-name.svelte-l4td3o.svelte-l4td3o {
    font-size: 1em;
    padding-right: 24px;
    letter-spacing: 0.025rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    word-break: keep-all;
    word-wrap: normal;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    line-height: 1.5;
  }
  .widget-contacts-menu__link-icon.svelte-l4td3o.svelte-l4td3o {
    width: 32px;
    max-width: 32px;
    height: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    stroke: var(--brand-color) !important;
    background-color: transparent;
    padding-left: 24px;
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }