.videoWrapper{
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;

}
 
.videoWrapper iframe,.videoWrapper video, .videoWrapper embed{
  position:absolute;
  top:0;
  left:10%;
  width:80%;
  height:80%;
}

.ml_wrapper {
    position: fixed;
    bottom: 150px;
    right: 50px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
    display: none;
} 
  
.ml_bgimg {
    background-image: url(/wp-content/uploads/2022/08/chat.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
    
}
  
.ml_btn_label {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #3fb6c5;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    overflow: hidden;
} 
  
.ml_btn_input {display: none;}
  
.ml_icon_link {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
} 
  
.ml_btn_input:checked~.ml_icon_link {
    opacity: 1;
    visibility: visible;
}   
  
.ml_btn_input:checked~a:nth-of-type(1) {
    transition: all 0.2s ease-in-out;
    transform: translate(0,-135%);
}
  
.ml_btn_input:checked~a:nth-of-type(2) {
    transition: all 0.225s ease-in-out;
    transform: translate(0,-255%);
}
  
.ml_btn_input:checked~a:nth-of-type(3) {
    transition: all 0.25s ease-in-out;
    transform: translate(0,-375%);
}
  
.ml_tooltip {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
} 
  
.ml_btn_input:checked+label .ml_icon-close {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.ml_icon-close {
    opacity: 0;
    visibility: hidden;
    transform: scale(.1);
}
.ml_icon {
    transition: all 0.3s ease-in-out;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} 
.ml_btn_input:checked+label {background: #fff!important; animation: none;}  
  
  
.ml_icon_link:hover .ml_tooltip {opacity: .85;}

.ml_tooltip {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
} 
.callLabel {
    display: block; /* Убедитесь, что элемент не скрыт */
    background: #fff; /* Белая подложка */
    color: #000; /* Цвет текста */
    padding: 5px 10px; /* Внутренние отступы */
    border-radius: 5px; /* Скругление углов */
    font-size: 14px; /* Размер шрифта */
    font-weight: bold; /* Жирность шрифта */
    position: absolute; /* Абсолютное позиционирование относительно ближайшего позиционированного родителя */
    top: 50%; /* Сдвиг вверх от центра родителя */
    right: 50%; /* Сдвиг вправо от начала родителя */
    transform: translateY(-50%); /* Центрирование по вертикали */
    padding-right: 40px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2); /* Небольшая тень для эффекта всплытия */
    z-index: 1; /* Убедитесь, что надпись находится над другими элементами */
visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 10s, opacity 10s; /* Скрывать с задержкой, чтобы анимация проявления была видна */
}

.addressLabel {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: -45%;
    left: -130%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: -1;
    margin-bottom: 8px;
    padding-right: 20px;
}

.pulse-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 40px;
  padding: 10px;
  border: none;
  background: #e15252;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}
.pulse-button__icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/phone.svg") center center/cover no-repeat;
  transition: .3s;
}

.pulse-button__text {
  display: block;
  width: 100%;
  height: 30px;
  font: 10px 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: .3s;
  margin-top: 1px;
}

.pulse-button:hover .pulse-button__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: .3s;
}
 
.pulse-button:hover .pulse-button__text {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.pulse-button__rings {
  border: 1px solid #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  animation-duration: 2.0s;
  animation-name: pulse_1;
  animation-iteration-count: infinite;
  z-index: -1;
}
 
.pulse-button__rings:nth-child(2) {
  animation-name: pulse_2;
}
 
.pulse-button__rings:nth-child(3) {
  animation-name: pulse_3;
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
 
  to {
    opacity: 0;
    transform: scale(1.3, 1.3);
  }
}
 
@keyframes pulse_2 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
 
  to {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}
 
@keyframes pulse_3 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
 
  to {
    opacity: 0;
    transform: scale(1.7, 1.7);
  }
}
@media (max-width:1024px) { .ml_wrapper {bottom: 200px; right: 24px;} }
@media (max-width: 767px) {
    .ml_wrapper {
        display: inline-block;
        /* остальные стили */
    }
}


@media (max-width:480px) { .ml_wrapper {bottom: 140px;} }