.conf-top-banner {
    background: linear-gradient(270.96deg, #F9D423 36.14%, #FF4E50 79.15%);
    /*position: fixed;*/
    /*top: 0;*/
    height: 100px;
    width: 100%;
    /*z-index: 999;*/
    display: flex;
    align-items: center;
    margin-top: -7px;
    margin-bottom: 7px;
  }
  
  .top-banner-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  .top-pos {
    align-self: flex-start;
  }
  .conf-banner-text {
    font-size: 22px;
    color: white;
    text-align: center;
  }
  
  .head-bn .btn-bn {
    font-size: 16px;
    padding: 5px 80px;
  }
  
  .btn-bn, .btn-bn:visited, .btn-bn::selection {
    background: #FE5250;
    font-size: 16px;
    padding: 5px 80px;
  }
  .btn-bn:hover {
    color: white;
    background: #DB1F1B;
  }
  
  @media (max-width: 1090px){
    .top-banner-container img {
      display: none;
    }
  }
  
  @media (max-width: 720px){
    .conf-banner-text {
      font-size: 18px;
      margin-bottom: 8px;
      color: white;
      text-align: center;
    }
    .conf-top-banner .top-block__main {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  
    }
  }
  