.pc-slider-wg {
  background-color: transparent !important;
  box-shadow: none !important;
  font-family: 'Nunito', sans-serif;
  z-index: 1000000000000000000000000000000000000000;
}

.pc-slider-wg {
  position: fixed;
  bottom: 50px;
  right: 64px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-slider-wg__link {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Nunito', sans-serif;
}
.pc-slider-wg__slider {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.pc-slider-wg__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-radius: 50%;
  background-color: #0677ec;
  opacity: 0;
  font-family: 'Nunito', sans-serif;
}
.pc-slider-wg__item::before {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  border: 1px solid #0677ec;
}
.pc-slider-wg__item::after {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s;
  border: 1px solid #0677ec;
}
.pc-slider-wg__item--call {
  background-color: #8902b9;
}
.pc-slider-wg__item--call::after, .pc-slider-wg__item--call::before {
  border-color: #8902b9;
}
.pc-slider-wg__item--chat {
  background-color: #ff4d00;
}
.pc-slider-wg__item--chat::after, .pc-slider-wg__item--chat::before {
  border-color: #ff4d00;
}
.pc-slider-wg__item--whts {
  background-color: #42a53b;
}
.pc-slider-wg__item--whts::after, .pc-slider-wg__item--whts::before {
  border-color: #42a53b;
}
.pc-slider-wg__item--teleg {
  background-color: #0677ec;
}
.pc-slider-wg__item--teleg::after, .pc-slider-wg__item--teleg::before {
  border-color: #0677ec;
}
.pc-slider-wg__item--vk {
  background-color: #34358c;
}
.pc-slider-wg__item--vk::after, .pc-slider-wg__item--vk::before {
  border-color: #34358c;
}
.pc-slider-wg__item--insta {
  background-color: #e4097f;
}
.pc-slider-wg__item--insta::after, .pc-slider-wg__item--insta::before {
  border-color: #e4097f;
}
.pc-slider-wg__item.active {
  opacity: 1;
}

.mob-slider-wg {
  background-color: transparent;
  padding: 0;
  border-radius: 0px 8px 8px 0px;
  overflow: hidden;
  position: relative;
  font-family: 'Nunito', sans-serif;
}
.mob-slider-wg__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mob-slider-wg__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  background-color: #0677ec;
  opacity: 0;
  color: #ffffff;
  padding: 10px;
  border-radius: 0px 8px 8px 0px;
}
.mob-slider-wg__item--call {
  background-color: #8902b9;
}
.mob-slider-wg__item--chat {
  background-color: #ff4d00;
}
.mob-slider-wg__item--whts {
  background-color: #42a53b;
}
.mob-slider-wg__item--teleg {
  background-color: #0677ec;
}
.mob-slider-wg__item--vk {
  background-color: #34358c;
}
.mob-slider-wg__item--insta {
  background-color: #e4097f;
}
.mob-slider-wg__item span {
  color: inherit;
  flex-grow: 2;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}
.mob-slider-wg__item svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  opacity: 0;
}
.mob-slider-wg__item.active {
  opacity: 0.8;
}
.mob-slider-wg__item.active svg {
  opacity: 0.8;
}

.mob-slider-wg {
  display: none;
}

.scroll-off .online-form__overlay {
  opacity: 1;
}

.pc-slider-wg__popup {
  position: fixed;
  bottom: 49px;
  right: 63px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc-slider-wg__popup .cust-button--close {
  border-radius: 50%;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.pc-slider-wg__popup-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pc-slider-wg__popup-item {
  position: relative;
  display: flex;
  align-items: center;
}

.pc-slider-wg__popup-label {
  pointer-events: none;
  z-index: 0;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #343d42;
  padding: 13px 15px;
  background: #ffffff;
  border-radius: 8px;
  margin-right: 20px;
  position: absolute;
  left: -130px;
  opacity: 0;
  transition: all 0.3s;
}
.pc-slider-wg__popup-label::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%) rotate(45deg);
  background-color: #fff;
}

.pc-slider-wg__popup-link {
  width: 56px;
  height: 56px;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  background-color: #0677ec;
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.pc-slider-wg__popup-link svg {
  position: relative;
  pointer-events: none;
}
.pc-slider-wg__popup-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  border-radius: 50%;
  background-color: #0677ec;
  z-index: 0;
}
.pc-slider-wg__popup-link--call {
  background-color: #8902b9;
}
.pc-slider-wg__popup-link--call::before {
  background-color: #8902b9;
}
.pc-slider-wg__popup-link--chat {
  background-color: #ff4d00;
}
.pc-slider-wg__popup-link--chat::before {
  background-color: #ff4d00;
}
.pc-slider-wg__popup-link--whts {
  background-color: #42a53b;
}
.pc-slider-wg__popup-link--whts::before {
  background-color: #42a53b;
}
.pc-slider-wg__popup-link--teleg {
  background-color: #0677ec;
}
.pc-slider-wg__popup-link--teleg::before {
  background-color: #0677ec;
}
.pc-slider-wg__popup-link--vk {
  background-color: #34358c;
}
.pc-slider-wg__popup-link--vk::before {
  background-color: #34358c;
}
.pc-slider-wg__popup-link--insta {
  background-color: #e4097f;
}
.pc-slider-wg__popup-link--insta::before {
  background-color: #e4097f;
}

.pc-slider-wg__popup-item:hover .pc-slider-wg__popup-label {
  opacity: 1;
}
.pc-slider-wg__popup-item:hover .pc-slider-wg__popup-link::before {
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
}

.pc-slider-wg__popup {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.pc-wg-open {
  position: relative;
  overflow: hidden;
}
.pc-wg-open .online-form__overlay {
  opacity: 1;
  pointer-events: initial;
}
.pc-wg-open .pc-slider-wg__popup {
  opacity: initial;
  pointer-events: initial;
}
.pc-wg-open .pc-slider-wg {
  z-index: 1000000000000000000000;
}
.pc-wg-open .pc-slider-wg__item::before {
  display: none !important;
}
.pc-wg-open .pc-slider-wg__item::after {
  display: none !important;
}

.mob-slider-wg__popup {
  display: none;
}

@media (max-width: 650px) {
  .pc-slider-wg {
    display: none;
  }
  .mob-slider-wg {
    display: block;
    height: 100%;
  }
  .phone-call {
    border-radius: 8px;
  }
  .phone-call:hover {
    background-color: transparent;
  }
  .mob-slider-wg__popup {
    position: fixed;
    font-family: 'Nunito', sans-serif;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: auto;
    right: 15px;
    bottom: 7px;
    width: calc(50% - 15px);
  }
  .cust-button--close {
    border-radius: 0 0 8px 0;
    background: #ffffff;
    padding: 10px;
    width: 100%;
    font-family: 'Nunito', sans-serif;
  }
  .cust-button--close span {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #343d42;
    flex-grow: 2;
    font-family: 'Nunito', sans-serif;
  }
  .cust-button--close svg {
    width: 25px;
    height: 25px;
    margin-right: 6px;
    flex-shrink: 0;
  }
  .mob-slider-wg__popup-link {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 10px;
    background-color: #0677ec;
  }
  .mob-slider-wg__popup-link--chat {
    background-color: #ff4d00;
    border-radius: 8px 8px 0px 0px;
  }
  .mob-slider-wg__popup-link--whts {
    background-color: #42a53b;
  }
  .mob-slider-wg__popup-link--teleg {
    background-color: #0677ec;
  }
  .mob-slider-wg__popup-link--vk {
    background-color: #34358c;
  }
  .mob-slider-wg__popup-link--insta {
    background-color: #e4097f;
  }
  .mob-slider-wg__popup-link span {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    flex-grow: 2;
    font-family: 'Nunito', sans-serif;
  }
  .mob-slider-wg__popup-link svg {
    width: 25px;
    height: 25px;
    margin-right: 6px;
    flex-shrink: 0;
  }
  .mob-slider-wg__popup-list {
    width: 100%;
  }
  .mob-slider-wg__popup-item {
    margin-bottom: 1px;
  }
  .mob-slider-wg__popup {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  .mob-wg-open {
    position: relative;
    overflow: hidden;
  }
  .mob-wg-open .mob-slider-wg__popup {
    opacity: 1;
    pointer-events: initial;
    z-index: 10000000000000000000;
  }
  .mob-wg-open .online-form__overlay {
    opacity: 1;
    pointer-events: initial;
  }
  .phone-call {
    z-index: 10000000000000000000;
  }
}

.d-modal.open {z-index: 9999999999999999999999999;}