.video-edu__video-wrapper {
}

.video-edu__video-content {
    position:  absolute;
    top: 0;
    left:  0;
    right:  0;
    bottom:  0;
    z-index:  1;
    background: #000;
    width:  100%;
    height:  100%;
}

.video-edu__play-btn {
    z-index: 2;
}
.video-edu__play-btn [data-video-btn-image="pause"],
.video-edu__play-btn--stop img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
}
.video-edu__play-btn ~ .video-edu__play-btn--stop {
    z-index: 1;
    right: 100px;
    bottom: 38px;
    height:  40px;
    width:  40px;
}
.video-edu__play-btn ~ .video-edu__play-btn--stop img {
    width: 16px;
}

@media (max-width: 991.98px) {
  .info__item {
      max-width: 70vw;
  }
}

.contacts-info__tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.contacts-info__icon {
    padding-right: 10px;
}


.footer__a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__phone-icon {
    padding-right: 10px;
}

