.whatsapp-button {
  position: fixed;
  right: 13px;
  bottom: 90px;
  transform: translate(-50%, -50%);
  background: #25d366; /*цвет кнопки*/
  border-radius: 50%;
  width: 55px; /*ширина кнопки*/
  height: 55px; /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 53px; /*центровка иконки в кнопке*/
  font-size: 35px; /*размер иконки*/
  z-index: 9999;
}
.whatsapp-icon {
  fill: white;
  width: 30px;
  height: 30px;
  transform: translateY(3px);
}
.whatsapp-button a {
  color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25d366; /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.whatsapp-button:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.contacts-icon svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.edge-item__border {
  align-items: stretch !important;
}
.edge-item__border::before {
  display: none;
}
.edge-item__desc {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border: 2px solid #b38764;
  align-self: center;
}
.edge-item:nth-child(odd) .edge-item__desc {
  border-right: none;
}
.edge-item:nth-child(even) .edge-item__desc {
  border-left: none;
}
.edge-item__image {
  height: auto;
}
.edge-item__image img {
  height: 100% !important;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .edge-item__desc {
    border: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1565px) {
  .swiper-btn-prev {
    left: 40px !important;
  }
  .swiper-btn-next {
    right: 40px !important;
  }
}
@media (max-width: 1024px) {
  .swiper-btn-prev {
    left: 10px !important;
  }
  .swiper-btn-next {
    right: 10px !important;
  }
}

.job__swiper {
  overflow: visible !important;
  padding-bottom: 55px;
}

.slider-scrollbar {
  margin-top: 30px;
  height: 4px;
  background-color: rgba(182, 182, 182, 0.4);
}

.slider-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #ffc99e;
}

.modal {
  display: none;
  background-color: #0d0e10;
  border: 2px solid rgba(179, 135, 100, 0.4);
  width: 500px !important;
  max-width: calc(100% - 30px) !important;
  color: white;
  padding: 30px;
}
.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.modal__title {
  font-size: 24px;
  margin: 0;
}
.modal__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: opacity 0.2s ease;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #b38764;
  margin-bottom: 25px;
  width: 100%;
  gap: 20px;
}
.modal__search-input {
  background-color: transparent;
  outline: none;
  flex: 1;
  border: none;
  font-size: 16px;
  padding: 0;
}
.modal__cities {
}
.modal__cities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  row-gap: 25px;
}

.header__wrap {
  gap: 16px;
}
.contacts-icon {
  flex-shrink: 0;
}

.modal__direction-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 25px;
  width: 100%;
}

.contacts-mob__nav {
  width: 300px;
  max-width: 500px;
}
.contacts-mob__nav li {
  border-bottom: 1px solid #b38764;
  width: 100%;
  padding-bottom: 10px;
}
.contacts-mob__nav li.menu-item-has-children li {
  border-bottom: none;
  padding-bottom: 0;
}

.modal-banner {
  display: none;
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  width: 700px;
  max-width: calc(100% - 30px);
}

.modal-banner img {
  width: 100%;
  height: auto;
}

.nav .sub-menu {
  width: 500px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}

.nav .sub-menu a {
  padding: 0 !important;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1375px) {
  .reviews__slider {
    width: 1200px;
    max-width: 100%;
  }
  .section-reviews .swiper-btn-prev {
    left: -30px !important;
    width: 60px !important;
    height: 60px !important;
  }
  .section-reviews .swiper-btn-next {
    right: -30px !important;
    width: 60px !important;
    height: 60px !important;
  }
}
@media (max-width: 1270px) {
  .section-reviews .swiper-btn-prev {
    left: 15px !important;
  }
  .section-reviews .swiper-btn-next {
    right: 15px !important;
  }
}
@media (max-width: 991px) {
  .section-reviews .swiper-btn-next,
  .section-reviews .swiper-btn-prev {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 575px) {
  .section-jobs .swiper-btn-next,
  .section-jobs .swiper-btn-prev {
    display: none;
  }
  .section-reviews .swiper-btn-next,
  .section-reviews .swiper-btn-prev {
    display: none;
  }
}

.contacts-mob__telegram.telegram {
  left: auto !important;
  right: 70px;
}

@media (max-width: 1440px) {
  .footer__wrap {
    gap: 20px;
  }
  .footer-nav__col {
    margin-left: 40px !important;
  }
  .footer-contact {
    max-width: 300px;
  }
  .footer__col._main {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .footer-nav__col {
    margin-left: 0 !important;
  }
}
