#widget_messangers {
  position: fixed;
  z-index: 10;
  bottom: -300px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#widget_messangers.active {
  bottom: 15px;
}

.w_messanger_btn {
  border-radius: 50%;
  padding: 15px;
  width: 50px;
  height: 50px;
  margin: auto;
  position: relative;
}

.w_messanger_btn::before {
  content: "";
  animation-name: w_pulse;
  -webkit-animation-name: w_pulse;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@keyframes w_pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes w_pulse2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.w_messanger_btn::after {
  content: "";
  animation-name: w_pulse2;
  -webkit-animation-name: w_pulse2;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.w_messanger_btn img,
.w_messanger_btn svg {
  width: 50px;
  position: relative;
  z-index: 1;
}

.w_messanger_btn.image img {
  position: absolute;
  z-index: 1;
  max-width: unset;
  bottom: -1px;
  width: auto;
  right: 0;
}

.w_messanger_btn.image {
  border-radius: 50%;
  padding: 15px;
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 15px;
  position: relative;
}

.w_messanger_btn.image::after,
.w_messanger_btn.image::before {
}

.w_messanger_wrap {
  position: relative;
}

.w_messanger_items {
  position: absolute;
  bottom: -100%;
  opacity: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.w_messanger_wrap:hover {
}

.w_messanger_wrap:hover .w_messanger_items {
  bottom: 100% !important;
  opacity: 1;
}

.type_1 .w_item a.w_mess_img {
  background: #fff;
}

.w_item a.w_mess_img {
  width: 50px;
  height: 50px;
  margin: auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.w_item a.w_mess_img:hover {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}

.w_messanger_tooltip_wrap {
  position: absolute;
  opacity: 0;
  top: 0px;
  width: max-content;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.w_item:hover .w_messanger_tooltip_wrap {
  opacity: 1;
}

.w_messanger_tooltip {
  background: #00000061;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 6px;
  padding: 3px 10px;
  width: max-content;
  color: #ffffff;
}

.w_item a.viber {
  background: #7360f2;
}

.w_item a.whatsapp {
  background: #43d854;
}

.w_item a.telegram {
  background: #0088cc;
}

.w_item a.telegram img,
.w_item a.telegram svg {
  width: 25px;
  position: relative;
  left: -2px;
  top: 1px;
}

.w_item a.instagram {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.w_item a.vk {
  background: #0077ff;
}

.w_item a.facebook {
  background: #3b5998;
}

.w_item {
  margin-bottom: 15px;
  position: relative;
}

.w_item img,
.w_item svg {
  width: 30px;
  height: auto;
}

@media (max-width: 767px) {
  .w_messanger_items {
    position: unset;
    opacity: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .w_item {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
  }
}

/*Планшет*/

@media (max-width: 960px) and (min-width: 768px) {
}

/*Старый монитор*/

@media (min-width: 1000px) and (max-width: 1139px) {
}

@media (min-width: 1140px) and (max-width: 1280px) {
}

@media (min-width: 1281px) and (max-width: 1366px) {
}

@media (min-width: 1367px) and (max-width: 1549px) {
}

@media (min-width: 1550px) and (max-width: 1679px) {
}

@media (min-width: 1680px) and (max-width: 1900px) {
}

@media (min-width: 1901px) {
}
