.git-branch {
    background-color:white;
    color: #FE0000;
    border-radius: 5px;
    position: absolute;
    border: 1px solid #FE0000;
    top: 10px;
    left: 10px;
    z-index: 100;
    padding: 5px;
    font-size: 12px;
}

.thumbnail-classic {
    margin-right: auto;
    margin-left: auto
}

.userMenu {
    display: flex;
    padding-top: 0;
}

.page-header {
    z-index: 20;
}

.rd-navbar-logo img {
    width: 100%;
    height: 45px;
}


.nav-riader-links {
    display: flex;
    margin-top: 2px;
}

.nav-riader-links img {
  
    padding-right: 5px;
    display: flex;
    align-items: center;
    width: 25px;
}

.nav-riader-links a {
    padding-left: 10px;
    color: black;
    margin-top: -5px;
    display: flex;
}

.right-rider-menu img {
    width: 25px;
}

.article-title {
    text-align: center;
}


.right-rider-menu {
    display: flex;
    justify-content: center;
    flex-grow: inherit;
    
}

.right-rider-menu a {
    margin-top: 10px;
}

.right-rider-menu a {
    padding-left: 10px;

}

.rd-nav-panel-main {
    display: flex;
    justify-content: space-between;
}

.mobi-navbar-panel {
    width: 100%;
}

.right-links-wrapper {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .hide-in-mobile {
      visibility: hidden;
      clear: both;
      display: none;
    }

    .show-in-mobile {
        visibility: visible;
        display: block !important;
      }

  }

  .hide-block {
      display: none;
}

.read-link {
    color: #FE0000;

}

.color-green {
    color: green;
}


.color-red {
    color: red;
}

.hidden {
    display: none;
}

.fa-icon {
    width: 20px;
    height: 20px;
    max-width: none;
}  

.list-tails ul{
        display: flex;
        flex-wrap: wrap;
}

.list-tails li {
    margin: 2px;
}

.list-tails img {
    min-width: 110px;
    object-fit: cover;
    vertical-align: bottom;
    margin: 2px;
}

.position-relative .row {
    justify-content: center;
}

.swiper-thumbs {
    width: 100%;
}

@media screen and (max-width: 990px) {
    .section {
      margin-top: 61px;
    }

}

.swiper-button-next {
    top: 50% !important;
}

.swiper-button-prev {
    top: 50% !important;
}

.big-title {
    color: black;
    font-size: 25px;
}

.MuiList-root { display: flex; align-items:  flex-start; flex-direction: column}
.MuiList-root i {  margin-right: 10px; font-style: normal; flex-shrink: 0; flex-grow: 1; max-width: 20px; width: 100%}


ul.rd-navbar-nav {
    margin-bottom: 0;
}

.font-bold {
    font-weight: bold;
}

.color-silver {
    color: silver;
}

.audio-button {
    width: 250px;
}

.pointer {
    cursor: pointer;
}

.help-text h3 {
    display: block;
}

.step .number {
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dad8d8));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #dad8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#dad8d8', GradientType=0);
    display: inline-block;
    border: 2px solid #981B1E;
    width: 30px;
    height: 30px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #981B1E;
    border-radius: 29px;
    margin-right: 7px;
    vertical-align: middle;
    line-height: 30px;
}

.step_descr span:first-child {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #981B1E;
}

.step_descr {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 55px);
}

.step_descr span {
    display: block;
    font-size: 15px;
}

.padding-little-top {
    padding-top: 10px;
}