.service__desc ol, .service__desc ul {
  padding-left: 10px;
}

.service__desc ul p:last-of-type, .service__desc ol p:last-of-type {
  margin-bottom: 30px;
}

.header__container {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  border-radius: 20px;
}
.header__container::before {
  position: absolute;
  border-radius: 20px;
  content: "";
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(25, 33, 50, 0.4);
}

.header__container_dropdown {
  border-radius: 20px 20px 0 0;
  position: relative;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}
.header__container_dropdown::before {
  display: block;
  position: absolute;
  border-radius: 20px 20px 0 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(25, 33, 50, 0.4);
}

.submenu__list {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.contacts .contacts__wrapper .contacts__map {
  height: auto;
  align-self: stretch;
}

@media (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul .contacts__item_social {
    margin-bottom: 20px;
    padding: 10px 20px;
    align-items: center;
  }
}

.contacts .contacts__wrapper .contacts__list ul li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li {
    margin-bottom: 20px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li:nth-of-type(2) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li.li-text {
  width: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li.li-text {
    order: 10;
  }
}
.contacts .contacts__wrapper .contacts__list ul li.li-text p {
  margin-bottom: 10px;
}
.contacts .contacts__wrapper .contacts__list ul li.li-text p:last-child {
  margin-bottom: 0;
}
.contacts .contacts__wrapper .contacts__list ul li.li-text a {
  font-size: inherit;
  color: #204f7a;
}

.modal__orderCall.fancybox__content {
  padding: 0;
  background: none;
}

.footer-links {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding: 10px 0;
}
.footer-links a {
  display: block;
  line-height: 100%;
}
.footer-links a:hover {
  color: #ffffff;
}

.footer__wrapper-company {
  grid-template-rows: 50px 150px;
}

.footer__container {
  grid-template-rows: 50px 230px 20px;
}
@media screen and (max-width: 1024px) {
  .footer__container {
    grid-template-rows: 80px 156px 260px 50px 67px;
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    grid-template-rows: 120px 156px 260px 50px;
  }
}

.customers {
  overflow: hidden;
}

/*# sourceMappingURL=custom_zuev.css.map */
