.mobile-nav-toggler .login {
	position: absolute; 
	left: -45px;
}

.nodisplay {
	display:none !important;
}

.display-block {
	display:block !important;
}

.pointgrab {
	cursor:grab;
}
 
.left-border {
	border-left: 3px solid #44A08D;
}

.border-radius-20 {
	border-radius:20px !important;
}

.border-radius-50 {
	border-radius:50% !important;
}

.padding-0 { 
	padding:0px !important;
}
.padding-20 { 
	display:20px !important;
}

.dynamic-width {
	width: var(--dynamic-width) !important;;
}

.width-100 {
	width: 100%;
}

.bradius-15 {
	border-radius: 15px;
}

.modal-box {
	padding: 10px 20px; 
	margin-bottom: 5px !important;   
	border: 1px solid;
}

.ico-cur {
	height: 30px; 
	width: 30px; 
	margin-right: 5px;
}

.cconncet {
	float: right;
	display:none;
}

.no-bbottom {
	border-bottom: none;
}

img.self-img-size {
	width: auto;
	height: auto;
	max-width: 100%;
}

.text-shadow {
	text-shadow: 1px 1px 20px black, -1px -1px 20px black, -1px 1px 20px black, 1px -1px 20px black, 1px 1px 20px black, -1px -1px 20px black, -1px 1px 20px black, 1px -1px 20px black;
}

.logo-size {
	width: 200px;
	height: 62px;
}

wui-network-button {
  height: 50px;
  --appkit-button-height: 50px; 
}

.network-rel { 
    border: 1px solid #333440;
    border-radius: 50px;
    position: relative; 
	height: 50px;
}

.network-arrow {
    position: absolute;
    top: 18px;
    right: 12px;
	cursor: pointer;
}

appkit-network-button { 
  transform: scale(1.24);
  transform-origin: top left;
}

select.noarr {
  appearance: none;         /* стандартний спосіб */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  background: none;
  padding-right: 1em;       /* щоб не обрізався текст */
  background-image: none;   /* на випадок браузерів з фоном */
  border: 1px solid #ccc;
}


 .overlay-a {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.7);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* окно */
    .popup-a {
      position: relative;
      width: 80%;
      max-width: 800px;
      background: #000;
      border-radius: 10px;
      overflow: hidden;
    }

    /* видео */
    .popup-a video {
      width: 100%;
      height: auto;
      display: block;
    }

    /* кнопка закрытия */
    .close-a {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 28px;
      color: white;
      cursor: pointer;
      z-index: 1100;
    }