.div-disc{
	display: flex;
	align-items: center;
}

.second_menu {

}

/* ========== Floating Contacts (right fixed) ========== */
.floating-contacts{
  position: fixed;
  right: 20px;
  bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 9999;
}

.floating-contacts .fc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #a8b1c000;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  opacity: 0.96;
  outline: none;
}

.floating-contacts .fc-btn img{
  display: block;
  width: 50px;
  height: 50px;
}

.floating-contacts .fc-btn:hover,
.floating-contacts .fc-btn:focus{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.22);
  opacity: 1;
}

.floating-contacts .fc-telegram{
  border: 1px solid rgba(74, 171, 255, 0.45);
}

.floating-contacts .fc-whatsapp{
  border: 1px solid rgba(37, 211, 102, 0.45);
}

@media (max-width: 991.98px){
  .floating-contacts{
    right: 20px;
    bottom: 120px;
    gap: 30px;
  }
  .floating-contacts .fc-btn{
    width: 50px;
    height: 50px;
  }
  .floating-contacts .fc-btn img{
    width: 50px;
    height: 50px;
  }
}

.floating-contacts .fc-btn:focus-visible{
  box-shadow: 0 0 0 3px rgba(73, 150, 255, .35), 0 10px 22px rgba(0,0,0,.22);
}

/* === Earnings Calculator (FAB + Overlay) === */
.calc-fab{
  position: fixed;
  right: 20px;
  bottom: 320px;
  z-index: 1100;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #ffc107;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  border: 1px solid rgba(0,0,0,.06);
}
.calc-fab:hover{ transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.22); }
.calc-fab:active{ transform: translateY(0); }
.calc-fab:focus-visible{ outline: 2px solid #5da9ff; outline-offset: 2px; }
.calc-fab img{ display:block; width: 32px; height: 32px; }

.calc-overlay{
  position: fixed; inset: 0;
  background: rgba(8,11,20,.68);
  backdrop-filter: blur(2px);
  z-index: 1101;
  display: none;
}
.calc-overlay.open{ display: block; }

.calc-panel{
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: min(1000px, 92vw);
  height: min(700px, 90vh);
  background: #0d1117;
  border-radius: 16px;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}

.calc-close{
  position: absolute; top: 55px; right: 20px;
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: #111; border: 0; cursor: pointer;
  font-size: 20px; line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
  z-index: 3;
}
.calc-close:hover{ filter: brightness(0.95); }
.calc-close:focus-visible{ outline: 2px solid #5da9ff; outline-offset: 2px; }

.calc-open-full{
  position: absolute; right: 12px; bottom: 10px;
  background: rgba(255,255,255,.9);
  color: #111; font-size: 13px; line-height: 1;
  padding: 8px 10px; border-radius: 8px; text-decoration: none;
  border: 1px solid rgba(0,0,0,.06);
}
.calc-open-full:hover{ background: #fff; }

.calc-iframe{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0; background: #fff;
}

body.no-scroll{ overflow: hidden; }

@media (max-width: 767.98px){
  .calc-panel{
    width: 96vw; height: 92vh; border-radius: 12px;
  }
  .calc-fab{ right: 16px; bottom: 280px; }
}


.gt-fab{
  position: fixed; left:20px; bottom:20px; z-index:1350;
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 14px; border-radius:999px;
  background:#f19828; color:#172B4D;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 28px rgba(0,0,0,.18); cursor:pointer;
}
.gt-fab:focus-visible{ outline:2px solid #5da9ff; outline-offset:2px; }
@media (max-width:575.98px){ .gt-fab{ left:12px; bottom:12px; padding:9px 12px; } }

.gt-pop{ position:fixed; left:16px; bottom:68px; z-index:1360; }
.gt-pop[hidden]{ display:none !important; }
.gt-pop-card{ width:300px; max-width:90vw; background:#fff; border:1px solid rgba(0,0,0,.08);
  border-radius:14px; box-shadow:0 18px 60px rgba(0,0,0,.25); overflow:hidden; }
.gt-pop-header{ display:flex; align-items:center; justify-content:space-between;
  padding:12px 14px; border-bottom:1px solid rgba(0,0,0,.06); }
.gt-pop-close{ width:32px; height:32px; border-radius:8px; background:#f3f4f6; border:0; cursor:pointer; }
.gt-pop-body{ padding:14px; }

#google_translate_float .goog-te-gadget{ margin:0; font-size:14px; line-height:1.2; }

body .goog-te-banner-frame{ display:none !important; }
body{ top:0 !important; }

body .goog-te-banner-frame{ display:none !important; }
body{ top:0 !important; }

/* --- Compact styling for Google Translate select in the popover --- */

.gt-pop-body{
  padding: 8px 12px;
}

#google_translate_float{ margin: 0; }
#google_translate_float .goog-te-gadget{
  margin: 0;
  line-height: 1.1;
}

#google_translate_float select.goog-te-combo{
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 8px 36px 8px 12px;
  font-size: 15px;
  border: 2px solid #101010; 
  border-radius: 12px;
  background: #fff;
}


/*
#google_translate_float select.goog-te-combo{
  height: 36px;
  padding: 6px 30px 6px 10px;
  border: 2px solid #101010;
  border-radius: 10px;
}
*/

.goog-te-banner-frame.skiptranslate { display:none !important; }
body { top: 0 !important; }

#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover { 
  display: none !important; 
}