.footer {
  padding: 42px 0;
  background: #2f3232;
}
.footer__search-wrapper {
  position: relative;
}
.footer-none {
  display: none;
}
.kapelnitsy-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.dropper-item {
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.dropper-item__type {
    color: #1BC19A;
    font-weight: 600;
}
.dropper-item .btn {
    padding: 8px;
    font-size: 16px;
    margin-top: 12px;
}
@media(max-width: 991px){
    .kapelnitsy-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 767px){
    .kapelnitsy-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
.footer__search {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}
.footer__search input {
  border-radius: 10px;
  padding: 13px 25px;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  color: #fff;
}
.footer__search input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
}
.footer__search input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
}
.footer__search input:hover {
  background: rgba(255, 255, 255, 0.15);
}
.footer__search input:focus {
  background: rgba(255, 255, 255, 0.22);
}
.footer__search img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.footer__search_result {
  width: 100%;
  background-color: #B4B4B4;
  border-radius: 10px;
  padding: 30px 20px;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 400px;
  overflow-y: auto;
}
.footer__search_result ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__search_result ul a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #575757;
  transition: all 0.3s ease;
}
.footer__search_result ul a:hover {
  color: #179779;
}
.footer__logo {
  display: block;
  max-width: 238px;
  width: 100%;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.footer__top_left, .footer__top_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.footer__top_left p, .footer__top_right p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.83);
}
.footer__top_left p span, .footer__top_right p span {
  display: block;
}
.footer__top_left p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.footer__top_phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__top_phones a {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #20c69c;
}
.footer__top_phones a:hover {
  text-decoration: underline;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__info_item {
  display: flex;
  gap: 14px;
}
.footer__info_item p, .footer__info_item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.footer__navigation {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 24px;
}
.footer__navigation_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #1ec99e;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.footer__navigation_title::after {
  content: "";
  display: block;
  flex: 1 0 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.footer__nav_item:nth-last-child(n+3) {
  grid-row: span 2;
}
.footer__nav_item p {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 12px;
}
.footer__nav_item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__nav_item ul a {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}
.footer__nav_item ul a:hover {
  opacity: 0.7;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 28px;
}
.footer__bottom_right {
  display: flex;
  gap: 120px;
}
.footer__networks, .footer__pays {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__networks p, .footer__pays p {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}
.footer__networks_list, .footer__pays_list {
  display: flex;
  gap: 12px;
}
.footer__networks_icon, .footer__pays_icon {
  display: block;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.footer__networks_icon svg path, .footer__pays_icon svg path {
  transition: all 0.4s ease;
}
.footer__networks_icon:hover svg path, .footer__pays_icon:hover svg path {
  fill: white;
}
.footer__btns {
  border-radius: 15px;
  padding: 13px 20px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
}
.footer__btns a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 0;
}
.footer__btns a:first-child {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.footer__btns a:first-child::before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-right: 8px solid #1bc19a;
  transition: all 0.4s ease;
}
.footer__btns a:last-child {
  padding-left: 20px;
}
.footer__btns a:last-child::after {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-left: 8px solid #1bc19a;
  transition: all 0.4s ease;
}
.footer__btns a:hover {
  opacity: 0.8;
}
.footer__btns a:hover::before {
  transform: translate(-8px, 0);
}
.footer__btns a:hover::after {
  transform: translate(8px, 0);
}
.footer__copy {
  display: flex;
  gap: 32px;
}
.footer__copy p {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}
.footer__copy_right {
  display: flex;
  gap: 32px;
}

@media (max-width: 1100px) {
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .footer__nav_item:nth-last-child(n+3) {
    grid-row: span 1;
  }
}
@media (max-width: 800px) {
  .footer {
    padding: 24px 0 28px;
  }
  .footer__logo {
    max-width: 220px;
  }
  .footer__top {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  .footer__top_phones a {
    font-size: 20px;
  }
  .footer__info {
    gap: 8px;
  }
  .footer__info_item {
    display: flex;
    gap: 14px;
  }
  .footer__info_item p, .footer__info_item a {
    font-size: 14px;
  }
  .footer__navigation {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer__navigation_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .footer__navigation_title::after {
    content: none;
  }
  .footer__nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .footer__nav_item {
    flex-basis: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer__nav_item > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
    transition: all 0.4s ease;
  }
  .footer__nav_item > p::after {
    content: "";
    display: block;
    border: 5px solid transparent;
    border-top: 7px solid #1bc19a;
    transition: all 0.4s ease;
  }
  .footer__nav_item > p.active {
    margin-bottom: 12px;
  }
  .footer__nav_item > p.active::after {
    transform: rotateX(180deg);
  }
  .footer__nav_item ul {
    max-height: 0;
    overflow: hidden;
    gap: 8px;
    transition: all 0.3s ease;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 16px;
  }
  .footer__bottom_right {
    flex-direction: column;
    gap: 20px;
  }
  .footer__btns {
    justify-content: center;
  }
  .footer__btns a {
    flex: 1 0 40%;
    justify-content: center;
    font-size: 14px;
  }
  .footer__copy {
    flex-direction: column;
    gap: 20px;
  }
  .footer__copy p {
    margin-bottom: 8px;
  }
  .footer__copy_right {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__networks-title {
    margin-bottom: 0px;
}
@media(max-width: 767px){
    .banner-inner .banner .text p {
        font-size: 14px  !important;
    }
    .banner-inner .banner .form-banner .form__policy {
        font-size: 14px  !important;
    }
    .post p {
        font-size: 14px  !important;
    }
    .c-features__title {
        font-size: 16px  !important;
    }
    .c-features__offer {
        font-size: 14px !important;
    }
}