 body{
     background-color: #ffffff;;
 }

 nav a {
    color: #6a4e4e;
}
h2 {
    font-weight: bold;
}
h5 {
    font-size: 1.14rem;
    font-weight: bold;
}
ul li a{
  color: #6a4e4e; /* Задайте желаемый цвет текста */
}

ul {
  list-style: none;
  padding: 0;
}

li {
  display: inline;
  margin-right: 20px;
  position: relative;
}
h3{
    margin-bottom: 35px;
}
#nav-mobile a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
  position: relative;
}

#nav-mobile a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 5px;
  background-color: #05203c; /* Цвет бордера при наведении */
  transform: translateX(-50%);
  transition: width 1.1s ease;
}

#nav-mobile a:hover::before {
  width: 100%;
}
.sidenav li>a {
    height: 0;
    border-top: 1px solid rgba(0,0,0,0.14);
}

 .parallax-container {
      height: "your height here";
      color: white;
      height: auto;
      text-shadow: 3px 3px 13px #0e0b0b;
    }
.parallax-container h2{
      margin: 120px 0px 20px 0px;
    }

.nivmen {
     overflow: hidden;
     top: 0;
     position: fixed;
     z-index: 1111111111;
     width: 100%;
     BOX-SHADOW: 3px 3px 4px 0px #00000026;
}

.prem {
    /* background: #ffffff5e; */
    padding: 20px;
    /* border-radius: 7px; */
    margin: 5px;
    /* border: 1px solid #ffffff6e; */
    -webkit-transition: 1s;
}
.prem img{
    width: 40%;
}

.price {
    padding: 20px;
    border-radius: 7px;
    margin: 5px;
    border: 1px solid #ffffff6e;
    box-shadow: 0px 1px 4px 0px #00000038;
    -webkit-transition: 1s;
}

.price img {
        height: 6.25rem;
    vertical-align: bottom;
    width: auto;
}


.botom {
    border: 2px solid #ffff;
    background-color: #05203c;
    border-radius: 81px;
    text-decoration: none;
    font-weight: bold;
    color: #ffff;
    text-align: center;
    display: block;
    margin-bottom: 70px;
    padding: 10px 50px 10px 50px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 1s;
    text-shadow: 3px 3px 4px black;
    box-shadow: 3px 3px 4px 0px #0000009e;
}

.botom:hover {
  background-color: #000000b8;
 transform: translateY(-5px);
}

.botomp {
 border-radius: 44px;
    text-decoration: none;
    color: #ffffff;
    background-color: #05203c;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: 1s;
    box-shadow: 3px 3px 4px 0px #0000009e;
}
.botomp:hover {
    background-color: #f33434;
}

.phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
    font-weight: bold;
    margin-right: 21px;
}

.phone i {
  font-size: 24px;
  margin-right: 10px;
}

.page-footer a{
color: #f9f9f9;
}

.nav-wrapper img {
    width: 27%;
    margin: 10px 0px 0px 20px;
}
#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #05203c;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 24px;
  z-index: 999999; /* Убедитесь, что кнопка находится над остальными элементами */
}

#scrollToTop::before {
  content: '\25B2'; /* Это юникодный символ для стрелки вверх */
  display: block;
  text-align: center;
  line-height: 50px;
}
.slider .indicators .indicator-item.active {
    background-color: #05203c;
}