.node-type-main-section {
  background: none !important;
}
.admin-menu .header {
  z-index: 101;
  margin-top: 55px;
  position: sticky;
  
}
.vtb-hero a{
  font-size: unset;
}
.footer-bottom a {
  font-size: unset;
}
.vtb-hero__card img {
  height: 48px;
}
.breadcrumb a {
    font-size: 13px;
    line-height: 13px;
}
.info-vertical-fix {
  display: flex;
}
.tarif-table-cell-content .prev{
  font-size: 18px;
  color: #d4d7df;
  text-decoration: line-through;
}

/* fix markdown-list styles for about_info page */
.vtb-about-us-info-wrap ul {
    list-style: none
}
.vtb-about-us-info-wrap ul li {
    position:relative;
    padding-left:28px;
    margin-bottom:16px;
}
.vtb-about-us-info-wrap ul li::before {
    content: "\2014";
    font-size: 14px;
    left: 0;
    letter-spacing: -.3px;
    line-height: 120%;
    position: absolute;
    top: 2px
}

@media screen and (max-width: 1280px){
  .info-vertical-fix {
    flex-direction: column;
  }
}