html {
  font-size: 13px;
}

@media (max-width: 1399px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-size: 13px;
}

@media (max-width: 1399px) {
  body {
    font-size: 12px;
  }
}

p {
  font-style: normal;
  font-weight: normal;
  line-height: 1.14rem;
}

.headline {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.title {
  font-style: normal;
  font-size: 1.23rem;
  line-height: 1.23em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}

.sub_header {
  font-style: normal;
  font-weight: normal;
  font-size: 1.23rem;
  line-height: 1.23rem;
  color: rgba(0, 0, 0, 0.87);
}

.sub_header_medium {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: #333333;
}

.menu_item {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

.caption {
  font-style: normal;
  font-weight: normal;
  font-size: 0.92rem;
  line-height: 0.92rem;
  color: rgba(0, 0, 0, 0.539261);
}

.delivery-general {
  padding-bottom: 30px;
  border-bottom: 3px solid #e0e0e0;
}

.delivery-general .heading {
  font-weight: normal;
  font-size: 1.23rem;
  line-height: 1.23rem;
  color: #990033;
  margin-bottom: 10px;
}

.delivery-general .heading.second {
  margin-top: 30px;
}

.one_delivery_block {
  padding-top: 25px;
  padding-bottom: 30px;
  border-bottom: 3px solid #e0e0e0;
}

.one_delivery_block .logo_block {
  width: 263px;
  height: 168px;
}

@media (max-width: 768px) {
  .one_delivery_block .logo_block {
    height: auto;
  }
}

.one_delivery_block .logo_block img {
  max-width: 263px;
  max-height: 168px;
}

@media (max-width: 768px) {
  .one_delivery_block .logo_block img {
    max-width: 100%;
  }
}

.one_delivery_block .description_block .title {
  font-weight: 500;
  font-size: 1.14rem;
  line-height: 1.78rem;
}

.one_delivery_block .description_block .title:hover {
  color: #990033;
  text-decoration: none;
}

.local_block {
  margin-top: 40px;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 1.42rem;
  line-height: 1.64rem;
}

.local_block a {
  color: #990033;
}

@media (max-width: 425px) {
  .local_block {
    font-size: 1rem;
  }
}

.payments_section .one_option_block {
  margin-top: 30px;
}

.payments_section .one_option_block .one_option_title {
  font-weight: normal;
  font-size: 1.14rem;
  line-height: 1.78rem;
  color: #990033;
  margin-bottom: 10px;
}

