@font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts//Poppins/Poppins-Black.eot');
  src: url('../fonts//Poppins/Poppins-Black.eot?#iefix') format('embedded-opentype'), url('../fonts//Poppins/Poppins-Black.woff') format('woff'), url('../fonts//Poppins/Poppins-Black.ttf') format('truetype'), url('../fonts//Poppins/Poppins-Black.svg#Poppins-Black') format('svg');
  font-weight: '600';
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts//Poppins/Poppins-Bold.eot');
  src: url('../fonts//Poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts//Poppins/Poppins-Bold.woff') format('woff'), url('../fonts//Poppins/Poppins-Bold.ttf') format('truetype'), url('../fonts//Poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: '600';
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts//Poppins/Poppins-Light.eot');
  src: url('../fonts//Poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts//Poppins/Poppins-Light.woff') format('woff'), url('../fonts//Poppins/Poppins-Light.ttf') format('truetype'), url('../fonts//Poppins/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: '600';
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts//Poppins/Poppins-Medium.eot');
  src: url('../fonts//Poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts//Poppins/Poppins-Medium.woff') format('woff'), url('../fonts//Poppins/Poppins-Medium.ttf') format('truetype'), url('../fonts//Poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: '600';
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Thin';
  src: url('../fonts//Poppins/Poppins-Thin.eot');
  src: url('../fonts//Poppins/Poppins-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts//Poppins/Poppins-Thin.woff') format('woff'), url('../fonts//Poppins/Poppins-Thin.ttf') format('truetype'), url('../fonts//Poppins/Poppins-Thin.svg#Poppins-Thin') format('svg');
  font-weight: '600';
  font-style: normal;
}
.body-main {
  padding-left: 1%;
  padding-top: 11vh;
  background-image: url('../img/background-icons.png');
}
@media screen and (max-width: 1152px) {
  .body-main {
    padding-left: 0%;
  }
  .main {
    width: 100% !important;
  }
  .sidebar-right {
    width: 100% !important;
  }
  .content {
    display: block !important;
  }
}
.content {
  display: flex;
}
.main {
  width: 70%;
  padding: 0 15px;
}
.sidebar-right {
  width: 26%;
}
.sidebar-right-block {
  padding: 0 25px 0 25px;
}
.block-header {
  background: #0095ff;
  background: linear-gradient(140deg, #0063a9 22%, #0074c4 74%, #0095ff 93%);
  border-radius: 10px 10px 0 0;
}
.block-header p {
  color: white;
  font-size: 20px;
  padding: 4px 10px 4px 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.block-header h1 {
  color: white;
  font-size: 22px;
  padding: 4px 10px 4px 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.block-header h2 {
  color: white;
  font-size: 20px;
  padding: 4px 10px 4px 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.block-header h3 {
  color: white;
  font-size: 18px;
  padding: 4px 10px 4px 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.block-header h4 {
  color: white;
  font-size: 16px;
  padding: 4px 10px 4px 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.block-body {
  border-right-color: #0095ff;
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: #0063a9;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: #0063a9;
  border-left-style: solid;
  border-left-width: 2px;
  background-color: white;
  padding: 10px 15px;
  margin-bottom: 2%;
  z-index: 0;
}
.row-gen {
  display: flex;
}
.row-gen .gen-left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row-gen .gen-left-side .gen-button {
  text-align: center;
  margin: 20px 0;
}
.row-gen .gen-left-side .gen-button .gen-btn {
  background: linear-gradient(135deg, #0063a9, #00a6ff);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 15px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 99, 169, 0.25);
  transition: all 0.3s ease;
}
.row-gen .gen-left-side .gen-button .gen-btn:hover {
  background: linear-gradient(135deg, #00548f, #0092e0);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 99, 169, 0.35);
}
.row-gen .gen-left-side .gen-button .gen-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 99, 169, 0.2);
}
.row-gen .gen-left-side .gen-button .gen-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 166, 255, 0.4);
}
.block-body-main {
  border-right-color: #0095ff;
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: #0063a9;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: #0063a9;
  border-left-style: solid;
  border-left-width: 2px;
  border-top-color: #0063a9;
  border-top-style: solid;
  border-top-width: 2px;
  background-color: white;
  padding: 10px 15px;
  margin: 1% 0% 2% 0%;
  z-index: 0;
}
.block-body-main p {
  margin: 0;
}
.main-nickname {
  cursor: pointer;
}
.nick-link {
  display: inline-block;
}
.nick-link a {
  color: #0063a9;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 8px;
}
.nick-link a:hover {
  color: red;
}
.ranking {
  padding: 3px 2px;
}
.ranking:hover {
  background-color: #0080ff12;
}
.top-ranking-cat {
  display: inline-flex;
  vertical-align: middle;
  text-shadow: 0 0 4px #0000001c;
}
.top-ranking-cat a {
  color: #0063a9;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 8px;
}
.top-ranking-cat a:hover {
  color: #028aea;
  text-shadow: 0 0 10px #00000029;
}
.top-ranking-nick {
  display: inline-flex;
  vertical-align: middle;
}
.top-ranking-nick a {
  color: #0063a9;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 8px;
}
hr.hr {
  margin: 2px 0;
}
.title-main {
  padding-left: 20px;
  border-radius: 4px;
  width: 80%;
}
.title-main h1 {
  font-weight: 600;
}
.item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #e3eaf0;
  padding: 8px 15px;
  margin: 5px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.item:hover {
  background: #f0f9ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.item .main-nickname {
  font-size: 18px;
  font-weight: 600;
  color: #0063a9;
  cursor: pointer;
  word-break: break-word;
  transition: color 0.3s ease;
}
.item .main-nickname:hover {
  color: #00a6ff;
}
.item hr.hr {
  border: none;
  border-top: 1px solid #2793e1;
  margin: 5px 0;
}
.item .votes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #555;
}
.item .votes .main-name a {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.item .votes .main-name a:hover {
  color: #0073c2;
}
.item .votes .rank_green {
  color: #26bd26;
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 6px;
  background: #e6f9e6;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.item .votes .rank_red {
  color: #ff5e00;
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 6px;
  background: #fff0e6;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.copied {
  background: #e9ffe9 !important;
  border: 1px solid #00c853 !important;
  transform: scale(1.02);
  transition: all 0.4s ease;
  border-radius: 5px;
}
@media screen and (max-width: 710px) {
  .copy-link input {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
  }
  .copy-link .button {
    max-width: 100%;
    font-size: 20px;
    font-weight: 700;
  }
}
.block-names p {
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
}
.block-names .lnk-st {
  text-align: center;
  font-weight: bold;
}
.block-names .lnk-st a {
  color: #0063a9;
}
.names-table {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.insidde-table {
  display: grid;
  width: 22%;
  justify-content: space-around;
  margin: 30px 10px;
}
.insidde-table h6 > a {
  color: #0063a9;
  font-weight: 600;
  text-decoration: none;
}
.insidde-table h6 > a:hover {
  color: #028aea;
  text-shadow: 0 0 10px #00000029;
}
.link-more {
  padding-top: 10px;
  color: #0063a9;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 910px) {
  .insidde-table {
    width: 47%;
  }
}
@media screen and (max-width: 710px) {
  .insidde-table {
    width: 100%;
    justify-content: center;
    margin: 20px 5px;
    display: grid;
  }
}
.result_send {
  text-align: center;
  background-color: #00b51feb;
  border-radius: 10px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 0 11px #424242;
}
.item-name {
  width: 30%;
}
.item-name ul {
  list-style: none;
}
.item-name ul li > a {
  color: #0066ac;
  font-weight: 600;
  font-size: 20px;
}
.item-symbol-list {
  width: 50%;
  padding: 1% 5%;
}
.symbol-element h4 {
  display: inline-block;
  padding: 5px;
  font-size: 23px;
  font-size: 22px;
}
.symbol-element a {
  color: #0063a9;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s linear;
  font-weight: 600;
}
.symbol-element a:hover {
  color: #d85a00;
  text-decoration: none;
}
@media screen and (max-width: 910px) {
  .item-name {
    width: 48%;
  }
  .item-name ul {
    padding-left: 0;
  }
  .item-symbol-list {
    width: 100%;
    padding: 1% 5%;
  }
}
.back-img {
  background-image: url('/assets/img/backnick.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 90%;
}
/*NEW STYLE*/
.block-header-new p {
  color: black;
  font-size: 20px;
  padding: 4px 10px 4px 10px;
  margin-bottom: 0;
  font-weight: 700;
}
.block-body-new {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #00000014;
  padding: 15px 10px;
  margin-bottom: 2%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.nick-link-new {
  margin-bottom: 1px;
}
.nick-link-new a {
  color: black;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 4px;
}
.nick-link-new a:hover {
  color: #003bb1;
  background: #e0f3fb;
  border-radius: 5px;
}
/*END NEW STYLE*/
/* ---- Add Nickname form ---- */
#add_nick {
  margin: 20px 0;
}
#add_nick .copy-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
#add_nick .copy-link input[type="text"] {
  flex: 1;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 500;
  border: 2px solid #0095ff;
  border-radius: 10px;
  transition: all 0.3s ease;
  outline: none;
}
#add_nick .copy-link input[type="text"]:focus {
  border-color: #0063a9;
  box-shadow: 0 0 0 3px rgba(0, 149, 255, 0.2);
}
#add_nick .copy-link .button {
  background: linear-gradient(135deg, #0063a9, #00a6ff);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 18px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 99, 169, 0.25);
  transition: all 0.3s ease;
}
#add_nick .copy-link .button:hover {
  background: linear-gradient(135deg, #00548f, #0092e0);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 99, 169, 0.35);
}
#add_nick .copy-link .button:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0, 99, 169, 0.2);
}
#add_nick .copy-link .button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 166, 255, 0.4);
}
@media (max-width: 640px) {
  #add_nick .copy-link {
    flex-direction: column;
    align-items: stretch;
  }
  #add_nick .copy-link input[type="text"] {
    width: 100%;
    font-size: 18px;
  }
  #add_nick .copy-link .button {
    width: 100%;
    font-size: 18px;
    padding: 12px;
  }
}
/* ---- Share link block ---- */
.block-body-main.copy-link {
  padding: 15px;
  border: 2px solid #0095ff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.block-body-main.copy-link h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0063a9;
}
.block-body-main.copy-link p {
  margin: 0 0 12px;
  font-size: 14px;
  color: #444;
}
.block-body-main.copy-link input[type="text"] {
  width: 100%;
  padding: 10px 14px;
  font-size: 0.95rem;
  border: 2px solid #0095ff;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #f9f9f9;
  cursor: not-allowed;
  color: #333;
  font-weight: 500;
}
.block-body-main.copy-link input[type="text"]:focus {
  outline: none;
  border-color: #0063a9;
  box-shadow: 0 0 0 3px rgba(0, 149, 255, 0.2);
}
.block-body-main.copy-link .button {
  display: inline-block;
  background: linear-gradient(135deg, #0063a9, #00a6ff);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 99, 169, 0.25);
  transition: all 0.3s ease;
  margin-bottom: 12px;
}
.block-body-main.copy-link .button:hover {
  background: linear-gradient(135deg, #00548f, #0092e0);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 99, 169, 0.35);
}
.block-body-main.copy-link .button:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0, 99, 169, 0.2);
}
.block-body-main.copy-link span {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
  font-family: monospace;
}
.block-body-main.copy-link hr {
  margin: 12px 0;
  border: 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 640px) {
  .block-body-main.copy-link .button {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 12px;
  }
}
/* поле ввода в форме добавления ника */
#add_nick input[type="text"] {
  width: 100%;
  max-width: 520px;
  padding: 10px 14px;
  border: 2px solid #0a7ed1;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
#add_nick input[type="text"]:focus {
  border-color: #00a6ff;
  box-shadow: 0 0 0 3px rgba(0, 166, 255, 0.25);
}
/* универсальная кнопка */
#add_nick .button,
#add_nick [type="submit"] {
  margin-left: 10px;
  padding: 10px 16px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #0063a9, #00a6ff);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 99, 169, 0.25);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
#add_nick .button:hover,
#add_nick [type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 99, 169, 0.35);
}
#add_nick .button:active,
#add_nick [type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 99, 169, 0.2);
}
/* состояние загрузки */
#add_nick .is-loading {
  position: relative;
  pointer-events: none;
  filter: saturate(0.6) brightness(0.9);
}
#add_nick .is-loading::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* сообщения формы */
#result_form {
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f0f9ff;
  color: #034c7c;
  font-weight: 600;
  display: none;
}
.copy_element {
  position: relative;
}
.copy_element.copied::after {
  content: "Copied ✓";
  position: absolute;
  right: -6px;
  top: -6px;
  font-size: 12px;
  font-weight: 700;
  color: #0a7ed1;
  background: #e6f3ff;
  border: 1px solid #b7dcff;
  padding: 2px 6px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.logo-style {
  text-align: center;
  padding: 5px;
}
.logo-style img.logo-main {
  width: 40px;
  border-radius: 100px;
  background-color: white;
}
.logo-style img.logo-main:hover {
  box-shadow: 0 0 8px #1d1d1d;
}
.logo-style p {
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  position: relative;
  color: white;
  margin-bottom: 0;
}
.logo-style a {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 5px;
  text-decoration: none;
}
header {
  padding-bottom: 9px;
}
nav[aria-label="Main navigation"] {
  display: flex;
  position: fixed;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  min-height: 6vh;
  font-style: normal;
  background: #0095ff;
  background: linear-gradient(140deg, #0063a9 22%, #0074c4 74%, #0095ff 93%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 0;
  z-index: 9999;
}
/* Quick links in hero — isolated from main nav styles */
.quick-links {
  /* reset: не наследуем форматирование глобального nav */
  all: unset;
  display: block;
  margin: 0.75rem 0 1.5rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  /* снова включаем нужные свойства после all:unset */
  /* автоматические разделители */
  /* мобильная адаптация */
}
.quick-links a {
  all: unset;
  cursor: pointer;
  color: #346da6;
  text-decoration: none;
  font-weight: 600;
}
.quick-links a:hover,
.quick-links a:focus {
  color: #1d4f80;
  text-decoration: underline;
}
.quick-links a + a::before {
  content: "·";
  display: inline-block;
  margin: 0 0.5rem;
  color: #aaa;
}
@media (max-width: 640px) {
  .quick-links {
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
    justify-content: center;
  }
  .quick-links a + a::before {
    content: none;
    margin: 0;
  }
}
.nav-links {
  display: flex;
  justify-content: space-around;
  width: 50%;
  align-items: center;
  padding: 14px 0;
  margin-bottom: 0;
}
.nav-links li {
  list-style: none;
  padding: 2px;
}
.nav-links a {
  color: white;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 15px;
  padding: 4px 2px 2px 2px;
}
.nav-links a:hover {
  color: white;
  text-shadow: 0 0 7px black;
}
.burger {
  display: none;
  cursor: pointer;
}
.burger div {
  width: 25px;
  height: 3px;
  background: white;
  margin: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1154px) {
  .show-mob {
    display: none !important;
  }
}
@media screen and (max-width: 1152px) {
  .none-mob {
    display: none !important;
  }
  .mob-p {
    line-height: 1 !important;
    font-size: 20px !important;
  }
  .logo-style p {
    top: 2px;
    font-size: 5vw;
    color: white;
    margin-top: 10px;
  }
  div.body-overflow-x {
    overflow-x: hidden !important;
  }
  .nav-links {
    position: absolute;
    right: 0;
    height: 40vh;
    top: 11vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    transform: translateX(103%);
    transition: transform 0.5s ease-in;
    z-index: 9;
    background: #0095ff;
    background: linear-gradient(140deg, #0095ff 22%, #0074c4 74%, #0095ff 93%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
  }
  .nav-links a {
    z-index: 10;
    letter-spacing: 0;
    color: white;
    font-weight: 700;
  }
  .nav-links:hover a:hover {
    text-shadow: 1px 3px 8px #000000d1;
  }
  .nav-links li {
    opacity: 0;
  }
  .burger {
    display: block;
  }
  .navbar-custom-menu > .input-group {
    width: 80% !important;
  }
  .sidebar-left {
    display: none;
  }
}
.nav-active {
  transform: translateX(0%);
}
@keyframes navAnim {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  opacity: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
.input-group-btn {
  border: 0;
  border-radius: 4px;
  outline: none;
  transition: all 0.1s ease;
  background: #ffffff;
  margin-left: 10px;
}
.input-group-btn:hover {
  background: #9ed6ff;
  background: linear-gradient(140deg, #9ed6ff 22%, #bde3ff 74%, #9ed6ff 93%);
}
.input-group-btn > button {
  font-weight: 700;
}
.input-group-btn > button:hover {
  font-weight: 700;
}
.navbar-custom-menu > .input-group {
  width: 100%;
}
.navbar-custom-menu > .input-group input {
  border-radius: 30px;
}
.cat-style {
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 10px;
  text-decoration: underline;
  color: white;
  text-shadow: 1px 3px 8px #000000d1;
}
.dropdown {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dropdown button {
  background: none;
  text-decoration: none;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
}
.Language {
  position: relative;
  text-align: center;
}
.Language ul {
  margin: 10px 0 0 35px;
  position: fixed;
  padding-left: 0;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  width: 6%;
  background: #fafdfff7;
  list-style: none;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  border: 1px solid #0095ff;
}
.Language li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  margin: 2px 0 2px 0;
}
.Language li:hover {
  background-color: #0095ff;
  border-radius: 5px;
}
.Language a {
  color: black;
  text-decoration: none;
}
.Language button:hover {
  color: white;
  text-shadow: 0 0 7px black;
}
.Language-show {
  opacity: 1 !important;
  pointer-events: all;
  transform: translateY(0px);
}
@media screen and (max-width: 1152px) {
  .Language ul {
    width: 15%;
    height: 30%;
    margin: 12px 0 0 -5px;
    font-size: 20px;
    font-weight: 500;
  }
  .Language button {
    width: 50px;
    height: 50px;
  }
  .Language button:focus + ul {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }
  .dropdown {
    width: 10%;
    margin-left: -50px;
  }
  .lang {
    display: none;
  }
  .icon-lang {
    width: 35px;
  }
  .icon-lang:hover {
    box-shadow: 0 0 10px #0000008c;
    border-radius: 60px;
  }
}
.main-footer {
  padding: 14px 0px;
  z-index: 0;
  border-top: 2px solid #0063a9;
}
/*# sourceMappingURL=style.css.map */