body.bg {
  background-color: var(--color-bg);
}

.pafe-title {
  margin: 54px 0 0 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
}

.contacts__name {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
}

.contacts__list {
  margin-top: 60px;
  display: grid;
  gap: 24px;
}

.contacts__item {
  padding: 60px;
  background-color: var(--color-white);
  border-radius: 20px;
}

.contacts__content {
  margin-top: 32px;
  display: flex;
}

.contacts__address-name {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

.contacts__address {
  min-width: 293px;
}

.contacts__work {
  min-width: 281px;
  margin-left: clamp(20px, 10vw, 165px);
  margin-right: clamp(20px, 6vw, 95px);
  display: grid;
  gap: 24px;
}

.contacts__address-desc {
  font-size: 21px;
  line-height: 140%;
  margin-top: 8px;
}

.contacts__work-day {
  font-size: 21px;
  line-height: 140%;
  color: var(--color-grey-1);
}

.contacts__work-hour {
  font-size: 21px;
  line-height: 100%;
  margin-top: 8px;
}

.contacts a {
  transition: all 0.25s;
}

.contacts__tel {
  display: block;
  width: max-content;
  max-width: 100%;
  font-size: 36px;
  line-height: 110%;
  font-weight: 600;
  color: var(--color-orange);
}

.contacts__mail {
  display: block;
  width: max-content;
  max-width: 100%;
  font-size: 21px;
  margin-top: 10px;
  color: var(--color-orange);
}

.contacts__tel:hover,
.contacts__mail:hover {
  color: #ff886b;
}

.req {
  margin-top: 32px;
  padding-top: 40px;
  border-top: 1px solid #e7e7e7;
}

.req a {
  color: var(--color-grey-3);
  font-size: 21px;
  line-height: 130%;
  font-weight: 600;
  transition: all 0.25s;
}

.req a:hover {
  opacity: 0.85;
}

#req-modal {
  border-radius: 0;
  padding: 40px 50px 40px 60px;
  max-width: 720px;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform: translateX(100%);
  opacity: 1 !important;
  overflow-y: hidden;
}

#req-modal::-webkit-scrollbar {
  width: 6px;
}

#req-modal::-webkit-scrollbar-button {
  display: none;
}

#req-modal::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 50px;
}

#req-modal.showen {
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

#req-modal.modal a.close-modal {
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  /* background-color: var(--color-light-grey); */
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  transition: all 0.25s;
}

#req-modal.modal a.close-modal::before,
#req-modal.modal a.close-modal::after {
  width: 22px;
  height: 2px;
  background-color: var(--color-grey-2);
  content: "";
  transform: rotate(45deg);
  border-radius: 90px;
  position: absolute;
  transition: all 0.25s;
}

#req-modal.modal a.close-modal::after {
  transform: rotate(-45deg);
}

/* #req-modal.modal a.close-modal:hover {
  background-color: var(--color-grey-2);
} */

#req-modal.modal a.close-modal:hover::before,
#req-modal.modal a.close-modal:hover::after {
  background-color: var(--color-grey-1);
}

.req__title {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 39px 0;
  line-height: 120%;
}

.req__content {
  margin: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 32px 68px;
  padding: 0 10px 0 0;
  list-style: none;
}

.req__body {
  overflow-y: auto;
  overflow-x: hidden;
}

.req__subtitle {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
}

.req__subtext {
  font-size: 16px;
  margin-top: 14px;
  color: var(--color-grey-3);
  line-height: 140%;
}

.req__file {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #f9f9f9;
}

.req__file a {
  transition: all 0.25s;
  font-size: 17px;
  line-height: 130%;
  color: var(--color-orange);
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
}

.req__file a:hover {
  color: #ff886b;
}

.grey .bg .main-header__main-menu,
.grey .bg .main-header__right-menu {
  background: rgba(255, 255, 255, 0.8);
}

.bg .main-footer {
  margin-top: 50px;
}

@media (max-width: 1350px) {
  .contacts__content {
    justify-content: space-between;
  }

  .contacts__work {
    margin: 0 20px;
  }
}

@media (max-width: 1200px) {
  .soc-list.soc-list--contacts {
    margin-top: 25px;
    justify-content: flex-start;
  }
  .grey .bg .main-header__inner-wrap {
    background: rgba(255, 255, 255, 0.8);
  }
  .grey .bg .main-header__main-menu,
  .grey .bg .main-header__right-menu {
    background: transparent;
  }
}

@media (max-width: 1120px) {
  .contacts__content {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
  }

  .contacts__work {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  #req-modal {
    border-radius: 20px;
    padding: 50px 50px 50px 60px;
    height: auto;
  }

  .req__subtext {
    font-size: 14px;
    margin-top: 16px;
  }

  .req__file {
    margin-top: 40px;
    padding-top: 30px;
  }

  .req a {
    font-size: 18px;
  }

  .basket-wrapper.req-wrapper {
    padding: 40px 20px 20px 20px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .grey .bg .main-header__inner-wrap {
    background: var(--color-white);
  }

  .bx-breadcrumb {
    display: none !important;
  }

  .pafe-title {
    font-size: 28px;
    line-height: 100%;
    margin-top: 32px;
  }

  .contacts__list {
    margin-top: 18px;
  }

  .contacts__item {
    padding: 20px;
  }

  .contacts__name {
    font-size: 21px;
  }

  .contacts__content {
    margin-top: 20px;
    gap: 20px;
  }

  .contacts__address-name {
    font-size: 21px;
    line-height: 140%;
  }

  .contacts__address-desc {
    font-size: 14px;
    margin-top: 4px;
  }

  .contacts__contacts {
    width: 100%;
    padding-top: 20px;
    border-top: 2px solid var(--color-bg);
  }

  .contacts__work {
    gap: 20px;
  }

  .contacts__work-day {
    font-size: 14px;
  }

  .contacts__work-hour {
    font-size: 14px;
    margin-top: 4px;
  }

  .contacts__tel {
    font-size: 21px;
    line-height: 140%;
  }

  .contacts__mail {
    font-size: 14px;
    line-height: 140%;
    margin-top: 4px;
  }

  .soc-list.soc-list--contacts {
    margin-top: 20px;
  }

  .soc-list--contacts.soc-list img {
    width: 32px;
    height: 32px;
  }

  .req {
    padding-top: 32px;
  }

  .basket-wrapper.req-wrapper {
    padding: 40px 20px 20px 20px;
  }

  #req-modal {
    border-radius: 20px;
    padding: 40px 30px 40px 40px;
    height: 100%;
  }

  .req__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .req__title {
    font-size: 21px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 32px;
  }

  .req__subtext {
    font-size: 14px;
    margin-top: 4px;
  }

  .req__file {
    margin-top: 32px;
    padding-top: 31px;
  }

  #req-modal.modal a.close-modal {
    top: 12px;
    right: 12px;
  }

  .req a {
    font-size: 18px;
  }

  .bg .main-footer {
    margin-top: 72px;
  }
}
