/*Block borders*/
/*Socials*/
/*Footer*/
/*Catalog Item*/
/* Alerts */
/* Helpers & Mixins*/
/*
    Mixins
*/
/* Plaseholder Color */
/* Media Query Vars */
/* Sprite */
.telegram_button {
  position: fixed;
  left: 2.5rem;
  bottom: 2.5rem;
  display: block;
  padding: 14px 14px 14px 12px;
  width: 50px;
  height: 50px;
  background: #000000;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: pulse2 2s infinite;
          animation: pulse2 2s infinite;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.telegram_button.active ~ .telegram_popup {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}
.telegram_button.active ~ .popup_telegram_overlay {
  opacity: 1;
  z-index: 12;
  visibility: visible;
}

.telegram_popup {
  position: fixed;
  width: 260px;
  min-height: 220px;
  height: auto;
  left: 30px;
  bottom: 98px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 1rem;
  z-index: 13;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
          transform: translateX(-110%);
  font-size: 14px;
}
.telegram_popup .title {
  font-size: 17px;
  margin-bottom: 0;
}
.telegram_popup .sub_title {
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
}
.telegram_popup .text_box {
  margin-top: 8px;
  color: rgba(27, 27, 27, 0.75);
  font-size: 14px;
}
.telegram_popup .bts {
  margin-top: 0.85em;
}
.telegram_popup .bts .btn {
  width: 100%;
}
.telegram_popup .bts #next_time {
  margin-top: 8px;
}

.popup_telegram_overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: -1;
  opacity: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 16px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 16px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.messengers_button {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  display: block;
  padding: 14px 14px 14px 12px;
  width: 60px;
  height: 60px;
  background: #1B1B1B;
  border-radius: 50%;
  fill: #fff;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 13;
  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;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  -webkit-animation: pulse1 2s infinite;
          animation: pulse1 2s infinite;
}
.messengers_button.active ~ .messangers_wrapper {
  opacity: 1;
  visibility: visible;
}
.messengers_button.active ~ .messangers_wrapper .messenger_link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatex(0%);
      -ms-transform: translatex(0%);
          transform: translatex(0%);
}
.messengers_button.active ~ .messengers_overlay {
  opacity: 1;
  z-index: 12;
  visibility: visible;
}
@media (max-width: 767px) {
  .messengers_button {
    right: 2rem;
    bottom: 2rem;
    width: 44px;
    height: 44px;
  }
}

.messangers_wrapper {
  position: fixed;
  right: 2.5rem;
  bottom: 120px;
  padding-bottom: 30px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 12px;
  opacity: 0;
  visibility: hidden;
  z-index: 13;
}
.messangers_wrapper.show_cap .messenger_link {
  padding: 10px 20px;
}
.messangers_wrapper.show_cap .messenger_link span {
  display: block;
}
@media (max-width: 767px) {
  .messangers_wrapper {
    right: 2rem;
    width: 44px;
    bottom: 60px;
  }
}

a.messenger_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  color: #fff;
  fill: #fff;
  -webkit-transform: translatex(300%);
      -ms-transform: translatex(300%);
          transform: translatex(300%);
  font-size: 32px;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
a.messenger_link span {
  font-size: 12px;
  background: #000;
  padding: 0.5em 1em;
  position: absolute;
  line-height: 1;
  letter-spacing: 0.5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  color: inherit;
  white-space: nowrap;
  left: -8px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
a.messenger_link .svg-icon {
  width: 1em;
  height: 1em;
}
a.messenger_link:nth-child(1) {
  -webkit-transition-delay: 0.084s;
       -o-transition-delay: 0.084s;
          transition-delay: 0.084s;
}
a.messenger_link:nth-child(2) {
  -webkit-transition-delay: 0.084s;
       -o-transition-delay: 0.084s;
          transition-delay: 0.084s;
}
a.messenger_link:nth-child(3) {
  -webkit-transition-delay: 0.168s;
       -o-transition-delay: 0.168s;
          transition-delay: 0.168s;
}
a.messenger_link:nth-child(4) {
  -webkit-transition-delay: 0.252s;
       -o-transition-delay: 0.252s;
          transition-delay: 0.252s;
}
a.messenger_link:nth-child(5) {
  -webkit-transition-delay: 0.336s;
       -o-transition-delay: 0.336s;
          transition-delay: 0.336s;
}
a.messenger_link:nth-child(6) {
  -webkit-transition-delay: 0.42s;
       -o-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
a.messenger_link:nth-child(7) {
  -webkit-transition-delay: 0.504s;
       -o-transition-delay: 0.504s;
          transition-delay: 0.504s;
}
a.messenger_link:nth-child(8) {
  -webkit-transition-delay: 0.588s;
       -o-transition-delay: 0.588s;
          transition-delay: 0.588s;
}
a.messenger_link:nth-child(9) {
  -webkit-transition-delay: 0.672s;
       -o-transition-delay: 0.672s;
          transition-delay: 0.672s;
}
a.messenger_link:nth-child(10) {
  -webkit-transition-delay: 0.756s;
       -o-transition-delay: 0.756s;
          transition-delay: 0.756s;
}
a.messenger_link:nth-child(11) {
  -webkit-transition-delay: 0.84s;
       -o-transition-delay: 0.84s;
          transition-delay: 0.84s;
}
a.messenger_link:nth-child(12) {
  -webkit-transition-delay: 0.924s;
       -o-transition-delay: 0.924s;
          transition-delay: 0.924s;
}
a.messenger_link.in {
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
a.messenger_link.mail, a.messenger_link.tiktok {
  fill: #000;
  color: #000;
}
a.messenger_link.tg {
  background: #000000;
}
a.messenger_link.tk {
  background: #000000;
}
a.messenger_link.skype {
  background: #009EDC;
}
a.messenger_link.fb {
  background: #1877F2;
}
a.messenger_link.vb {
  background: #7360F2;
}
a.messenger_link.whats {
  background: #25d366;
}
a.messenger_link.callback {
  background: #6232eb;
}
a.messenger_link.link, a.messenger_link.x {
  background: #1B1B1B;
}
a.messenger_link:hover span {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  a.messenger_link {
    width: 42px;
    height: 42px;
  }
}

.messengers_overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: -1;
  opacity: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}

@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 27, 27, 0.7);
            box-shadow: 0 0 0 0 rgba(27, 27, 27, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 16px rgba(27, 27, 27, 0);
            box-shadow: 0 0 0 16px rgba(27, 27, 27, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 27, 27, 0);
            box-shadow: 0 0 0 0 rgba(27, 27, 27, 0);
  }
}

@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 27, 27, 0.7);
            box-shadow: 0 0 0 0 rgba(27, 27, 27, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 16px rgba(27, 27, 27, 0);
            box-shadow: 0 0 0 16px rgba(27, 27, 27, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 27, 27, 0);
            box-shadow: 0 0 0 0 rgba(27, 27, 27, 0);
  }
}