/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

#block-search,
#block-search * {
  box-sizing: border-box;
}

#block-search {
  background: rgba(255, 255, 255, 1);
  border-radius: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.tl-container {
  padding: 0 30px;
}

#hero-responsive {
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-image: url('/img/hero_mobile.png');

  min-height: 100vh;
  position: relative;
}

@media (max-width: 991px) {
  #hero-responsive {
    background-image: url('/img/hero_mobile.png') !important;
    background-image: url('/img/hero_mobile.webp') !important;
    background-image: image-set(url('/img/hero_mobile.webp') type('image/webp'), url('/img/hero_mobile.png') type('image/png')) !important;
  }
  #block-search {
      background: rgba(255, 255, 255, 0.35);
      transform: translateY(80px);
  }
}

@media (min-width: 992px) {
  #hero-responsive {
    background-image: url('/img/hero_pc.png') !important;
    background-image: url('/img/hero_pc.webp') !important;
    background-image: image-set(url('/img/hero_pc.webp') type('image/webp'), url('/img/hero_pc.png') type('image/png')) !important;
  }
}

.phone-pulse {
  animation: pulse 2s infinite;
  font-weight: 600;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    color: inherit;
  }

  50% {
    transform: scale(1.05);
    color: inherit
      /*#e78f3c*/
    ;
  }

  100% {
    transform: scale(1);
    color: inherit;
  }
}

.rounded-container-15-sh {
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.04);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.04);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.04);
}

.contents-list {
  background-color: white;
  background-color: white;
  border-radius: 10px;
  padding: 30px 45px 16px 45px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.contents-list ol {
  list-style: decimal;
  padding: 0;
  margin: 0 0 0 0;
}

.contents-list ol li {
  margin-bottom: 15px;
}

.contents-list ol li i {
  font-size: 36px;
  font-size: 2.25rem;
  color: #978667;
}

.contents-list ol li h4 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.contents-list ol li small {
  font-style: oblique;
  opacity: 0.8;
}




  #mainNav ul {
    display: flex;
    align-items: center;
}

.max-item-desktop a {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    height: 34px;
    transition: transform 0.2s;
}

.max-item-desktop img {
    max-height: 20px;
    width: auto;
}

.max-item-desktop a:hover {
    transform: scale(1.05);
}

/* Мобильные стили */
.mobile_contacts_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mobile_icon {
    font-size: 22px;
    color: #ffffff;
}

.mobile_max_icon img {
    background: #fff;
    padding: 3px 8px;
    border-radius: 15px;
    max-height: 25px;
    display: block;
}

@media (max-width: 991px) {
    .max-item-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .col-4 {
        width: 33.33% !important;
    }
}
