.linker {
   z-index: 100010;
   display: block !important;
}

.lnkr__wrap {
   height: 100%;
}

.lnkr {
   position: relative;
   list-style-type: none;
   margin: 0;
   padding: 0;
   height: 100%;
   display: block !important;
}

.lnkr>li {
   position: relative;
   height: 100%;
}

.lnkr__current {
   cursor: pointer;
   height: 100%;
   width: 70px;
   background: 0 0;
   border: 0;
   padding: 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex !important;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 8px;
}

/* @media screen and (min-width: 768px) { */
@media screen and (min-width: 720px) {
   .lnkr__current {
      width: 80px;
   }
}

.lnkr__current--noafter::after {
   content: none;
}

/* @media screen and (min-width: 768px) { */
@media screen and (min-width: 720px) {
   .lnkr__current:after {
      content: "";
      display: block;
      width: 12px;
      height: 6px;
      background: #f0f0f0;
      -webkit-clip-path: polygon(0 0, 2px 0, 50% calc(100% - 2px), calc(100% - 2px) 0, 100% 0, 50% 100%);
      clip-path: polygon(0 0, 2px 0, 50% calc(100% - 2px), calc(100% - 2px) 0, 100% 0, 50% 100%);
   }

   .lnkr__current--noafter::after {
      content: none;
   }

   .lnkr__current--noafter:hover {
      background-color: unset;
      cursor: default;
   }

   .lnkr__current--noafter img {
      opacity: 0.7;
   }

}

/* @media screen and (min-width: 1024px) { */
@media screen and (min-width: 720px) {
   .lnkr__current img {
      width: 40px;
   }
}

.lnkr__current img {
   width: 32px;
}

/* @media screen and (min-width: 1024px) { */
@media screen and (min-width: 720px) {
   .lnkr__other {
      position: absolute;
      right: 0;
      top: 100%;
      width: 212px;
      height: unset;
   }
}

.lnkr__other {
   display: none;
   z-index: -1;

}

@media screen and (max-width: 720px) {
   .lnkr__other {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
   }
}


.lnkr__other__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 32px;
   list-style-type: none;
   margin: 0;

   position: relative;
   z-index: 5;
   /* left: 0!important;
    opacity: 1!important;
    height: auto; */

   width: calc(100% - 40px);
   max-width: 420px;
   height: calc(100% - 40px);
   max-height: 425px;
   overflow: auto;
   padding: 16px;
   /* background: #000; */
   background-color: var(--accent, #3c5467);

   -webkit-box-shadow: 0 4px 44px rgba(0, 0, 0, .75);
   /* box-shadow: 0 4px 44px rgba(0, 0, 0, .75); */
   border-radius: 8px;


   background: rgba(60, 84, 103, 0.54);
   border-radius: 16px;
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
   backdrop-filter: blur(6.3px);
   -webkit-backdrop-filter: blur(6.3px);
   /* border: 1px solid rgba(60, 84, 103, 0.91); */
   border: 1px dotted rgba(255, 255, 255, 0.3);

}

/* @media screen and (min-width: 1024px) { */
@media screen and (min-width: 720px) {
   .lnkr__other__list {
      width: 100%;
      max-width: none;
      max-height: 350px;
      /* border-radius: 0; */
      overflow: auto;
      gap: 16px;
   }
}

/* @media screen and (min-width: 1024px) { */
@media screen and (min-width: 720px) {
   .lnkr__other__list li {
      background-size: auto 40px;
   }
}

.lnkr__other__list li {
   background-repeat: no-repeat;
   background-position: left center;
   background-size: auto 48px;
   position: relative;
}

/* @media screen and (max-width: 1023px) { */
.lnkr__other__list li:not(:last-child):after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: -16px;
   /* border-bottom: 1px dotted rgba(66, 66, 66, 0.5); */
   border-bottom: 1px dotted rgba(228, 228, 228, 0.562);
}

/* } */

.lnkr li {
   list-style-type: none;
}


.lnkr__other__list a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 16px;
   /* padding: 16px 0 16px 56px; */
   font-size: 24px;
   line-height: 29px;
   color: #fff;
   text-decoration: none;
   font-weight: 400;
   height: 48px;
   border-radius: 8px;

}

.lnkr__other__list a:hover {
   background-color: rgb(250 250 250 / 52%);
   /* background-color: var(--base-2); */
   /* transition: all 0.3s; */
   transition: all 0.3s ease-in-out;
}

.lnkr__other__list li:not(:first-child) {
   padding-top: 8px;
   /* margin-top: 12px; */
}

@media screen and (max-width: 719px) {
   .lnkr__other__list a {
      padding: 12px 0 12px 48px;
   }
}


/* @media screen and (min-width: 1024px) { */
@media screen and (min-width: 720px) {
   .lnkr__other__list a {
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      gap: 9px;
      height: 40px;
      padding: 28px 0 28px 8px;
   }

   .lnkr__other__list li:not(:first-child) {
      padding-top: 8px;
      /* margin-top: 8px; */
   }
}

.lnkr__other__overlay {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: rgba(0, 0, 0, .6);
   z-index: 1;
}

/* @media screen and (min-width: 1024px) { */
@media screen and (min-width: 480px) {
   .lnkr__other__overlay {
      display: none;
   }
}

.is-active .lnkr__other {
   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-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   z-index: 2;
}

/* @media screen and (min-width: 1024px) { */
@media screen and (min-width: 720px) {
   .lnkr__other:before {
      content: "";
      position: absolute;
      top: -1px;
      left: 15px;
      width: calc(100% - 30px);
      border-bottom: 1px dotted #edb958;
      z-index: 3;
   }
}