@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    background-color: #f9f9f9;
    color: #575757;
    font-family: Open Sans, sans-serif;
    margin: 0;
}


#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border: 2px solid #fff; /* Светлая обводка */
  border-radius: 50%;
  background: radial-gradient(circle, #145a96, #2c6296); /* Оранжевый градиент */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scrollTopBtn::before {
  content: "▲"; /* Можно заменить на иконку, если нужно */
  color: white;
  font-size: 24px;
  margin-top: -2px;
}

#scrollTopBtn:hover {
  transform: translateY(-3px);
  background: radial-gradient(circle, #56aad4, #6784b6);
}


.card .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.navbar {
	bottom: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .2);
	 color: #000;
	 z-index: 2;
	 font-family: Rubik, sans-serif;
	 font-weight: 300;
}

.navbar .navbar-nav a {
    color: #000;
    /* font-size: 1.2em; */
}

.container { max-width: 1100px; width: 100%; margin-inline: auto; }

.p-11 {
	padding: 0.45em;
}

 .article-link {
    display: block;
    text-decoration: none;
    color: inherit;
	background: #f9f9f9;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0.5rem;
	border: 1px solid #cdcdcd;
  }

  .article-link:hover {
    background-color: #c9ebff; /* фон при наведении */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
.navbar .navbar-nav .nav-item:hover {
  color: #000;
  border-bottom: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  margin-bottom: 0;
  margin-left: -1px;
  margin-right: -1px;
  z-index: 5;
}

.nav-underline .nav-link {
	font-size: 13px;
}

.nav-underline .nav-link i {
	color: #0a58ca;
}

.btn-custom {
	font-size: 13px;
	border-radius: 0;
}

.btn-custom:hover {
	font-size: 13px;
	border-radius: 0;
	color: #fff;
	background: #198754;
	border: 1px solid #198754;
}

.img-list-bux {
	width: 160px;
	height: 50px;
}


.footer-link {
  text-decoration: none;
  color: #555;
  display: block;
  padding: 4px 0;
  font-size: 12px;
}

.text-social {
	 color: #555;
	 font-size: 12px;
}

.footer-link:hover {
  text-decoration: underline;
  color: #000;
}

.text-purple {
  color: #8e44ad;
}

.social-circle {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #2A4480;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #6C8CD5;
  font-size: 14px;
  transition: 0.3s;
}

.social-circle:hover {
  background-color: #c9ebff;
  color: #1240AB;
}



#footer-prodege {
    clear: both;
    margin: auto;
    max-width: 1000px;
    padding-top: 0px;
    position: relative;
    text-align: center;
}

#footer-copyright {
    font-size: 12px;
	margin:3px;
}

#footer-prodege-disclaimer {
    font-size: 12px;
}


.b468 {display:inline-block;position:relative;padding: 3px 3px 3px 3px;background: #757575;}
.b468 small a {color: #666666;font-weight: bold;}
.b468 small a:hover {color: #a62232;}

.b468 .buy468 {position: absolute; top:2px; right: 2px;color: #fff;font-size: 14px;}
.b468 .buy468::after {position: absolute; top:2px; right: 2px;content: "+"; background: linear-gradient(to right, #4facfe, #00f2fe);padding:1px 4px;font-weight: bold; }
.b468 .buy468:hover::after {position: absolute; top:2px; right: 2px; font-size: 16px; background: #c9ebff; color: #000; padding:2px 5px;}
