@font-face {
  font-family: "elementskit";
  src: url("elementskit-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.ekit-wid-con .icon::before,
.elementor-widget .icon::before {
  font-family: "elementskit" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon.icon-phone-handset::before { content: "\e830"; }
.icon.icon-map-marker1::before { content: "\e973"; }
.icon.icon-play::before { content: "\e978"; }
.icon.icon-down-arrow1::before { content: "\e994"; }
.icon.icon-up-arrow1::before { content: "\e995"; }
.icon.icon-cancel::before { content: "\e9a5"; }
.icon.icon-book1::before { content: "\e9e3"; }
.icon.icon-envelope2::before { content: "\ea13"; }
.icon.icon-users2::before { content: "\ea9a"; }
.icon.icon-menu-11::before { content: "\eaaa"; }
.icon.icon-hand_shake::before { content: "\eabb"; }
.icon.icon-telegram::before { content: "\eb73"; }

.decentrato-video-dialog {
  width: min(960px, calc(100vw - 32px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #000;
  overflow: visible;
}

.decentrato-video-dialog::backdrop {
  background: rgb(0 0 0 / 80%);
}

.decentrato-video-dialog__frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 12px;
}

.decentrato-video-dialog__close {
  position: absolute;
  z-index: 1;
  top: -42px;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #191615;
  font: 700 22px/1 sans-serif;
  cursor: pointer;
}
