
.top-banner {
 
  text-align: center;
  background-color: #f50;
}

.top-banner a, .top-banner span {
  display: inline-block;
}

.top-banner p {
  width: 100%;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  color: fff;
  margin-bottom: 0;
  max-width: 1700px;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.4;
}

.top-banner span{
  width: 50px;
  heigth: 28px;
  line-height: 28px;
  background-color: #a1c45a;
  border-radius: 20px;
}

.top-banner a:hover {
  color: #fff9e0;
}

.navbar {
        top: 51px;
}
body.sticky-header .navbar {
    top: 0;
}
 @media only screen and (min-width: 992px) and (max-width: 1359px)  {
.block-header-right a.link-block.w-inline-block, .block-header-right a.link-phone {
    display: none;
}
}
 @media only screen and (min-width: 705px) and (max-width: 1359px)  {
     .navbar {
        top: 72px;
    }
     
 }
 
 @media only screen and (max-width: 704px) {
    .top-banner p {
        width: 100%;
        padding: 10px 4px;
        font-size: 12px;
       
    }
    .navbar {
        top: 71px;
    }
}