.delivery-page {
  font-style: normal;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 72px;
  margin-bottom: 32px;
}

.delivery-page__category_title {
  color: #003B67;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .delivery-page__category_title {
    font-size: 36px;
  }
}

.delivery-page__category_subtitle {
  color: #212121;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .delivery-page__category_subtitle {
    font-size: 32px;
  }
}

.delivery-page__category_description {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 33.6px;
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .delivery-page__category_description {
    font-size: 24px;
  }
}

.delivery-page__methods--title {
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .delivery-page__methods--title {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .delivery-page__methods--title {
    font-size: 48px;
  }
}

.delivery-page__methods--list {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .delivery-page__methods--list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .delivery-page__methods--list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.delivery-page__methods--list a {
  text-decoration: none;
  width: 100%;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 32px;
  border: 1px solid #848484;
  color: #424242;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}

@media (min-width: 1200px) {
  .delivery-page__methods--list a {
    font-size: 20px;
  }
}

.delivery-page__methods--list a span {
  align-self: flex-end;
}

.delivery-page__card {
  width: 100%;
  height: 256px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 32px;
  border: 1px solid #848484;
  position: relative;
}

.delivery-page__card--wrapper {
  display: grid;
  grid-gap: 32px;
  margin-bottom: 32px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .delivery-page__card--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .delivery-page__card--wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.delivery-page__card--stroke {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.delivery-page__card--title {
  color: #424242;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}

@media (min-width: 1200px) {
  .delivery-page__card--title {
    font-size: 20px;
  }
}

.delivery-page__card--text a {
  color: #10419F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .delivery-page__card--text a {
    font-size: 18px;
  }
}

.delivery-page__card img {
  width: 375px;
  height: 160px;
}

.delivery-page__map--wrapper {
  height: 315px;
  border-radius: 32px;
  border: 1px solid #848484;
  overflow: auto;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .delivery-page__map--wrapper {
    height: 815px;
  }
}

.delivery-page__table {
  font-weight: 600;
}

.delivery-page__table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 32px;
  border: 1px solid #848484;
  padding: 0 24px 24px 24px;
  display: inline-block;
  color: #212121;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  overflow: scroll;
}

.delivery-page__table table tbody {
  width: 100%;
  min-width: 500px;
  display: inline-table;
}

.delivery-page__table table tr td {
  padding: 12px 0;
}

.delivery-page__table table tr:first-child {
  border-bottom: 1px solid #d2d2d2;
}

.delivery-page__table table tr:first-child td {
  padding: 32px 0;
}

.delivery-page__table table p {
  padding: 0;
  margin: 0;
}

.delivery-page__group_1 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .delivery-page__group_1 {
    grid-template-columns: auto 875px;
  }
}

.delivery-page__group--bonus {
  box-sizing: border-box;
  color: #424242;
  font-size: 24px;
  line-height: 33.6px;
  margin-bottom: 0px;
}

.delivery-page__links {
  align-items: center;
  display: flex;
  gap: 48px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .delivery-page__links {
    flex-direction: row;
  }
}

.delivery-page__links a {
  border-radius: 5px;
  background: #4ABAF1;
  height: 60px;
  text-decoration: none;
  padding: 0 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 768px) {
  .delivery-page__links a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.delivery-page #pickup .delivery-page__card--wrapper {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .delivery-page #pickup .delivery-page__card--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .delivery-page #pickup .delivery-page__card--wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.delivery-page #files .delivery-page__card--title {
  align-self: flex-start;
}

.delivery-page #files .delivery-page__card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
