.header__top {
  background: #fff;
  height: 65px;
}

.header__top-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

.header__upper-left {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
}
.header__upper-left img {
  margin-right: 10px;
}

.header__btn-menu {
  border: 1px solid #252525;
  padding: 5px;
  cursor: pointer;
  display: none;
}

.header__upper-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__btn-name {
  font-size: 14px;
  color: #252525;
  opacity: 0.5;
}

.header__upper-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.header__upper-right-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  border-radius: 25px;
  border: 2px solid #887869;
  color: #fff;
  background: #887869;
  padding: 5px 35px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.header__upper-right-btn:hover {
  background: transparent;
  transition: all ease-in-out 0.3s;
  transform: scale(0.98);
  color: #887869;
}

.header__btn-call {
  padding: 5px;
  border: 1px solid #252525;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__btn-connection {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #252525;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 9999;
}
.header__btn-connection:hover {
  transform: scale(0.98);
  color: rgba(37, 37, 37, 0.5);
}
.header__btn-connection.company:hover > ul {
  display: flex !important;
}
.header__btn-connection.person:hover > ul {
  display: flex !important;
}

.header__btn-connection.company > ul {
  position: absolute;
  top: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s ease-out;
  z-index: 10000000000000000;
  margin-left: 30px;
  width: 170px;
}
.header__btn-connection.company > ul a {
  background: none !important;
  border: none !important;
  padding: 0;
  color: rgba(37, 37, 37, 0.65);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  text-align: left;
  width: fit-content !important;
  max-width: none !important;
  cursor: pointer;
}
.header__btn-connection.company > ul a:hover {
  opacity: 0.5;
}

.header__btn-connection.person > ul {
  position: absolute;
  top: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s ease-out;
  z-index: 10000000000000000;
  margin-left: 85px;
  width: 170px;
}
.header__btn-connection.person > ul a {
  background: none !important;
  border: none !important;
  padding: 0;
  color: rgba(37, 37, 37, 0.65);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  text-align: left;
  width: fit-content !important;
  max-width: none !important;
  cursor: pointer;
}
.header__btn-connection.person > ul a:hover {
  opacity: 0.5;
}

@media (max-width: 1480px) {
  .header {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 25px;
  }
  .header__top-upper {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1100px) {
  .header__top-upper {
    display: flex;
    justify-content: space-between;
  }
  .header__btn-connection {
    display: none;
  }
  .header__btn-menu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .popup__sales-inner {
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  .header__upper-left svg {
    height: 100px;
    width: auto;
  }
  .header__upper-right-btn {
    font-size: 14px;
    padding: 5px 10px;
  }
  .popup__sales-inner {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 10px !important;
    padding: 6px !important;
  }
  .popup__sales-descr {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .header__upper-left svg {
    height: 70px;
    width: auto;
  }
}
.popup__sales {
  background: #363636;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  width: 100%;
  height: auto;
}
.popup__sales.closed {
  display: none;
}

.popup__sales-close {
  width: 20px;
  height: 20px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  cursor: pointer;
  border: 2px solid transparent;
}
.popup__sales-close:hover {
  background: transparent;
  border-color: #fff;
}
.popup__sales-close:hover::after {
  color: #fff;
}
.popup__sales-close::after {
  position: absolute;
  content: "\ea18";
  color: #363636;
  font-size: 14px;
  font-family: "icomoon" !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup__sales-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 6px;
}

.popup__sales-descr {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.857rem + 0.09vw, 1rem);
  color: #fff;
  line-height: 137%;
}

.popus__sales-btn {
  background: #fff;
  color: #363636;
  padding: 6px 28px;
  border-radius: 15px;
  font-size: clamp(0.875rem, 0.857rem + 0.09vw, 1rem);
  font-weight: 700;
  line-height: 100%;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.popus__sales-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

@keyframes fundrasingAnim {
  0% {
    bottom: -150px;
  }
  75% {
    bottom: 23px;
  }
  100% {
    bottom: 20px;
  }
}
.icon-menu:before {
  font-size: 22px;
  color: #fff;
  transition: all 0.3s ease-out;
}

.header__btn-menu {
  border: 2px solid #887869;
  padding: 5px;
  cursor: pointer;
  background: #887869;
  border-radius: 25px;
  transition: all 0.3s ease-out;
}
.header__btn-menu:hover {
  background: transparent;
  border-color: #887869;
}
.header__btn-menu:hover .icon-menu:before {
  color: #887869;
}

.reviews__audio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
.reviews__audio p {
  margin-top: 0 !important;
  width: fit-content !important;
}
.reviews__audio audio {
  height: 35px;
}
.reviews__audio audio::-webkit-media-controls-panel {
  background: #ffffff;
  height: 35px;
}

.reviews__text-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin-top: 25px;
  position: relative;
  z-index: 99;
}
.reviews__text-items .reviews__text-title {
  grid-column: 1/3;
  font-size: clamp(1.375rem, 1.321rem + 0.27vw, 1.75rem);
  line-height: normal;
  font-weight: 700;
  color: #252525;
  margin-top: 25px;
  margin-bottom: 5px;
}
.reviews__text-items .reviews__text-item {
  background-color: #887869;
  border-radius: 25px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.reviews__text-items .reviews__text-item.open p {
  display: block !important;
}
.reviews__text-items .reviews__text-item.open p.hidden {
  display: none !important;
}
.reviews__text-items .reviews__text-item.open .reviews__text-item-more {
  display: none !important;
}
.reviews__text-items .reviews__text-item p {
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(0.875rem, 0.857rem + 0.09vw, 1rem);
  font-weight: 400;
  line-height: normal;
  display: none;
}
.reviews__text-items .reviews__text-item p.hidden {
  display: block;
}
.reviews__text-items .reviews__text-item-more {
  position: relative;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 0.982rem + 0.09vw, 1.125rem);
  line-height: 130%;
  color: #887869;
  padding: 10px;
  width: 100%;
  margin-top: 15px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.reviews__text-items .reviews__text-item-more:hover {
  transform: scale(0.98);
  background: transparent;
  color: #fff;
}

@media (max-width: 800px) {
  .reviews__audio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
  }
  .reviews__text-items {
    grid-template-columns: 1fr !important;
  }
  .reviews__text-items .reviews__text-title {
    grid-column: 1/2;
  }
}