@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&display=swap');


a{ 
  color:#dccf9d !important; 
}  

table {
  border-collapse: collapse;
  /*убираем пустые промежутки между ячейками*/
  border: 1px solid grey;
  /*устанавливаем для таблицы внешнюю границу серого цвета толщиной 1px*/
}

th, td {
  border: 1px solid grey;
  padding: 10px 15px;
}

.advent-pro {
  font-family: "Advent Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

nav.sticky-top .navbar .container-fluid {
  max-width: 1000px;
}

.overflow {
  overflow: auto;
}

.bodyS{
  background-color: #212529;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  padding:0;
  margin:0;
}

.navcontent{
  background-color: rgba(53,57,64, 0.8); 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-content{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content:hover {background-color: #f1f1f1}

.img { 
  width: 100%; 
  height: 300px; 
  object-fit: cover; 
  object-position: bottom; 
  }

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.content {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(53,57,64, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

:root {

  --dark-new: #353940;
  
}

body main .row {
  max-width: 750px;
}

button[data-dismiss="modal"],
button[data-dismiss="alert"] {
  top: 0;
  right: 0;
}


.rng{
  margin-top: 60px;
}


.collapsible {
  background-color:rgba(241,	241,	241, 0.9);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  color: #444;
  cursor: pointer;
  padding: 10px;
  padding-left: 50px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  border-radius: 2px;
  margin: 5px;
}

.contentS {
  width: 100%;
  display: none;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(53,57,64, 0.8);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
}




hr {
  border: none;
  border-top: 3px double grey;
  color: grey;
  overflow: visible;
  text-align: center;
  height: 5px;
}

hr::after {
  content: '§';
  padding: 0 4px;
  position: relative;
  top: -13px;
}

.titleS{
  background-color:rgba(241,	241,	241, 0.9);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  color: #444;
  text-align: center; 
  font-size: 35px; 
  border-radius: 2px;
}