header {
    background-color: transparent !important;
    color: #B0B0B0;
    z-index: 1000;
  }
  
  
  header a {
    color: #7A7A7A;
    font-weight: bold;
  }
  
  
  
  .nav-link {
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
  }
  Kiosk {
    margin: 3rem 0;
    display: flex;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    color: #036;
    background-color: #f0f3f6;
  }
  Kiosk .KioskContent {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #aside-right .Kiosk, .Kiosk .KioskContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .Kiosk .KioskContent {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #aside-right .Kiosk, .Kiosk .KioskContent {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  #aside-right .Kiosk {
    position: relative;
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem 5rem;
    margin-bottom: 6rem;
  }
  #aside-right .Kiosk {
    position: relative;
    text-align: center;
    padding: 2rem 1.5rem 5rem;
    margin-bottom: 6rem;
  }
  
  .Block {
    border: .1rem solid #d3d4d5;
    border-radius: 1.2rem;
    padding: 1rem;
  }
  
  .contact {
    font-size: 12px;
  }
  .contacts {
    font-size: 12px;
    text-align: right;
  }
  a{
    color :#87CEEB;
  }
  
  .tel {
    margin-right: 30px;
  }
  
  .contact i {
    color: rgb(86, 189, 106);
    margin-right: 10px;
  }
  
  .contacts i {
    color: rgb(86, 189, 106);
    margin-right: 10px;
  }
  
  .login {
    padding: 10px 20px;
    font-size: 14px;
    margin-right: 25px;
    text-transform: uppercase;
  }
  
  .contact a:hover,
  .login:hover {
    color: rgb(86, 189, 106);
    text-decoration: none;
  }
  
  .contacts a:hover,
  .login:hover {
    color: rgb(86, 189, 106);
    text-decoration: none;
  }
  
  
  .login i {
    color: #FFFF00;
    margin-right: 8px;
  }
  
  .navbar-brand h1 {
    margin: 0;
  }
  
  .social {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  
  .social li:not(:last-child) {
    margin-right: 15px;
  }
  
  .social a {
    font-size: 14px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(46, 145, 65, 1);
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    transition: all 0.25s ease-in-out;
  }
  
  .social a:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(46, 145, 65, 1);;
  }
  
  .navbar-brand img {
    width: 135px;
  }
  
  .navbar-collapse .search-form input[type="text"] {
    border: 1px solid #ced4da;
    color: #c1caff;;
    padding: 1.5625rem 0.625rem;
  }
  
  .navbar-collapse .search-form .btn {
    margin-top: 0;
    border-radius: 0;
    margin-left: -1px;
  }
  
  .navbar-collapse .nav-link {
    font-size: 1.125rem;
    transition: all 0.2s ease-in-out;
  }
  
  .navbar-collapse .nav-link:hover {
    color:#FFFF00;
  }
  
  
  .cart,
  .login-icon,
  .search-icon {
    color: #fff;
    font-size: 1.5rem;
  }
  
  .cart:hover,
  .login-icon:hover,
  .search-icon:hover {
    color: #FFFF00;
  }
  
  .cart {
    margin-left: 20px;
  }
  
  form input.btn-primary:hover,
  form button.btn-primary:hover {
    background-color: #fff;
    color: #FFFF00;
  }
  
  