p {
  margin: 0;
}

.page__distribution h2 {
  margin: 70px 0 113px;
  font-size: 75px;
  font-family: 'AkzidenzGroteskPro-MdEx', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  color: #181818;
  text-align: center;
}

.tariffs {
  display: flex;
  flex-direction: column;
  font-family: 'AkzidenzGroteskPro-MdEx', sans-serif;
}

.tariff {
  display: flex;
  flex-direction: column;
}

.tariff__title {
  margin: 0;
  margin-bottom: 57px;
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
  color: #181818;
}

.tariff__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(437px, 1fr));
  gap: 46px;
  box-sizing: border-box;
}

.tariff__card {
  display: flex;
  flex-direction: column;
  min-height: 419px;
  width: 100%;
  padding: 30px 29px 22px 32px;
  border: 1px solid #000;
  box-sizing: border-box;
}

.tariff__card_big .tariff__card-text {
  width: 100%;
}

.tariff__card-badge {
  width: fit-content;
  padding: 10px 20px;
  border-radius: 24px;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

.tariff__card-text {
  width: 100%;
  height: 100%;
  max-width: 95%;
  margin: 47px 0 26px;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.tariff__card-text div {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px !important;
  font-family: 'AkzidenzGroteskPro-EXT', sans-serif;
}

.tariff__card-text div span {
  font-weight: 700;
  font-family: 'AkzidenzGroteskPro-MdEx', sans-serif;
}

.tariff__card-number {
  width: 100%;
  margin-top: auto;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-align: end;
}

.tariff__card-number_mt {
  margin-top: -73px;
}

.tariff__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 448px;
  height: 60px;
  margin: 46px auto 77px;
  border: 2px solid #000;
  background: #000;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.tariff__btn:hover {
  transform: scale(1.05);
  color: #fef5f0;
  box-shadow: 0 0 0 0.8em rgba(255, 255, 255, 0);
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #000;
  }
}

.tariff__btn_mb {
  margin-bottom: 105px;
}

.tariff__block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 43px;
  padding: 50px 20px;
  border: 1px solid #000;
}

.tariff__block p {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.tariff__price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 46px;
  padding: 43px 28px 43px 32px;
  border: 1px solid #000;
}

.tariff__price-text {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.tariff__price-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tariff__price-content p:first-of-type {
  font-size: 36px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 22px;
}

.tariff__price-content span {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  font-family: 'AkzidenzGroteskPro-EXT', sans-serif;
}

.tariff__price-content p:last-of-type {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.additional-work {
  display: flex;
  flex-direction: column;
  gap: 71px;
  margin-top: 120px;
}

.additional-work__title {
  margin: 0;
  font-size: 4.5rem;
  line-height: 5.2rem;
  font-family: 'AkzidenzGroteskPro-MdEx', sans-serif;
  color: #181818;
}

.additional-work__block {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.additional-work__header {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 400;
}

.additional-work__list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 104px;
}

.additional-work__list-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 410px;
  height: auto;
}

.additional-work__list-item-mw {
  max-width: 901px;
}

.additional-work__list-item h4 {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: -2px;
  font-family: 'AkzidenzGroteskPro-MdEx', sans-serif;
}

.additional-work__list-item p {
  font-size: 1.2rem;
  line-height: 2rem;
}

.additional-work__list-item span {
  font-size: 2rem;
  line-height: 4.8rem;
  font-weight: 600;
  font-family: 'AkzidenzGroteskPro-MdEx', sans-serif;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 43px;
  padding: 70px 0;
  width: 100%;
  gap: 80px;
}

.footer__tg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  background: #1c1c1c;
  border-radius: 50%;
}

.footer__tg p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .page__distribution h2 {
    margin: 32px 0 62px;
    font-size: 36px;
    line-height: 32px;
  }

  .tariff__title {
    font-size: 28px;
    margin-bottom: 26px;
  }

  .tariff__card-text {
    font-size: 26px;
  }

  .tariff__card-text div {
    font-size: 16px;
    line-height: 22px;
  }

  .tariff__card-badge {
    font-size: 18px;
  }

  .tariff__card, .tariff__block, .tariff__price {
    padding: 30px 22px;
  }

  .tariff__block p {
    font-size: 28px;
    line-height: 32px;
  }

  .tariff__price {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .tariff__price-content p:first-of-type {
    font-size: 26px;
  }

  .tariff__price-content p:last-of-type {
    font-size: 24px;
  }

  .tariff__price-text {
    font-size: 28px;
    line-height: 32px;
  }

  .tariff__card {
    width: 100%;
    height: 100%;
  }

  .additional-work {
    gap: 32px;
    margin-top: 52px;
  }

  .additional-work__title {
    font-size: 28px;
    line-height: 32px;
  }

  .additional-work__list-item span {
    font-size: 18px;
  }

  .additional-work__block {
    gap: 48px;
  }

  .additional-work__list-item {
    height: 100%;
  }

  .additional-work__list-item p {
    font-size: 16px;
  }

  .additional-work__list-item,
  .additional-work__list-item-mw {
    max-width: 100%;
  }

  .additional-work__list {
    gap: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .tariff__btn {
    max-width: 100%;
  }

  .tariff__card-number_mt {
    margin-top: 0;
  }

  .footer {
    padding: 40px 0;
    gap: 40px;
  }

  .footer__tg {
    width: 120px;
    height: 120px;
  }

  .footer__tg p {
    font-size: 14px;
  }
}

@media (max-width: 992px) {  
  .tariff__cards {
    display: flex;
    flex-direction: column;
  }
}

.social-link_tg {
  position: relative;
}

.social-link_tg p {
  transition: color 0.25s ease;
}

.social-link_tg:hover p {
  position: relative;
  z-index: 2;
  color: #000;
}

.social-link_tg:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  transform: translate(-50%, -50%) scale(0);
  background: #fef5f0;
  transition: transform 0.25s ease;
}

.social-link_tg:hover:after {
  transform: translate(-50%, -50%) scale(1);
}
