:root { --cassiopeia-color-primary: #0171BB; --cassiopeia-color-hover: #1171BB; --cassiopeia-color-link: #333333; }

body.wrapper-fluid .grid-child {
  max-width: none;
}

@media (width <= 800px) {
    
.menu-top {
  display: none !important;
}

}
@media (width >= 800px) {
    
.mob {
  display:none;
}

}

h3.popul {
    font-size: 2rem;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
  }

h5.carousel-caption-title{
    font-size: 4rem;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  
/* Общий стиль контейнера /
.number-input {
display: flex;
 align-items: center;
 width: 110px;
 height: 40px;
 border: 1px solid #ccc;
 border-radius: 4px;
 overflow: hidden;
}
/ Стиль кнопок */
.number-input button {
background-color: #97a0a8;
 color: white;
 border: none;
 width: 40px;
 height: 40px;
 cursor: pointer;
 font-size: 18px;
 font-weight: 500;
 transition: background-color 0.3s ease;
}

.number-input button:hover {
background-color: #D9DDE1FF; 
color: #000;
}
.number-input button:active {
background-color: #D9DDE1FF; 
color: #000;
}
.number-input input { 
width: 100%; 
text-align: center; 
font-size: 16px; 
border: none; 
outline: none; 
background-color: transparent; 
appearance: none; 
-moz-appearance: textfield;
} 
 .number-input input::-webkit-inner-spin-button,
 .number-input input::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;}  
  
  