@charset "utf-8";

.top_bar_span {
    color: black;
}
.navbar {
    background: #ffffff00;
}

.card {
    background-color: transparent;
}

body#my-body::before {
    content: " ";
    background: url(img/background_GTO.jpg);
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .3;
    
}

.logo-text{
  display: none;
  font-size: 21px;
  font-weight: bold;
}

p.content {
    font-size: 20px;
}

#reception-ul {
    font-size: 20px;
    list-style: none;
    padding: 0;
}

.reception-ul  li {
    background: url(img/reception.gif) no-repeat left center;
    padding-left: 35px;
    margin-top: 10px;
    background-size: 25px;
}

.no-reception-ul  li {
    background: url(img/no_reception.gif) no-repeat left center;
    padding-left: 35px;
    margin-top: 10px;
    background-size: 25px;
}

.img_new_step{
    display: block;
    position: relative;
    margin: 0 auto;
}


/* При просмотре с телефона меняю картинку заднего фона */
@media (max-width: 499px) {
    .logo-img{
        display: none;
    }
    .logo-text{
        display: block;
    }
}

p.content.bold {
    font-weight: bold;
    font-style: oblique;
    color: #08a208;
}

p.content.table {
    margin-bottom: 0rem;
    padding-left: 15px;
    font-style: italic;
    font-weight: 500;
}

i.far.fa-file-pdf {
    font-size: 36px;
    color: #c50000;
}
i.far.fa-file-word{
    font-family: "Font Awesome 5 Free";
    font-size: 36px;
    color: #2a5994;
}

.download{
    padding-left: 15px;
}

div#Prikaz {
    padding-left: 15px;
}

div#footer {
    position: relative;
}

/* Изменяю вид полосы прокрутки */
::-webkit-scrollbar { width: 5px; height: 3px; cursor: }
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px; transition: .3s;}
::-webkit-scrollbar-thumb:hover{ background-color: #da251c; transition: .3s;}
::-webkit-scrollbar-corner { background-color: #999;}
::-webkit-resizer { background-color: #666;}