h2 {
  font-family: "MazzardH Medium";
  font-size: 46px;
  line-height: 52px;
  color: #053a69;
}

header {
  background-color: #f0f0f2;
  box-shadow: 0px 7px 30px -4px rgba(0, 0, 0, 0.4);
}
header .header__inner-logo .header__inner-logo__text {
  filter: brightness(0) saturate(100%) invert(20%) sepia(36%) saturate(1011%) hue-rotate(173deg) brightness(94%) contrast(86%);
}
header .header__inner-content {
  border-color: #f0f0f2;
}
header .header__inner-content .header__inner-content__nav a {
  color: #264367;
}
header .header__inner-content .header__inner-content__phone {
  display: flex;
  align-items: center;
}
header .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon {
  background-color: #eb871e;
}
header .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
  transition: all 0.2s ease-in-out;
}
header .header__inner-content .header__inner-content__phone a {
  color: #264367;
}

.main-page {
  padding: 180px 0 50px 0;
}

.delivery__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.delivery__item {
  width: 180px;
  height: 240px;
  border: 7px solid rgba(51, 89, 137, 0.12);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery__item .delivery__item-icon {
  height: 120px;
  display: flex;
  align-items: center;
}
.delivery__item p {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: 185px;
  height: 90px;
  padding: 10px 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wholesale {
  padding: 40px 0;
  background: linear-gradient(60deg, rgb(51, 89, 137) 0%, rgb(113, 153, 195) 100%);
}
.wholesale h2 {
  color: #fff;
}

.wholesale__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.wholesale__wrap .wholesale__item:not(:last-child) {
  margin-bottom: 70px;
}

.wholesale__item {
  display: flex;
}
.wholesale__item .wholesale__item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  background-color: #eb871e;
  font-family: "MazzardH Medium";
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.wholesale__item .wholesale__item-content {
  margin-left: 30px;
  max-width: 700px;
}
.wholesale__item .wholesale__item-content .title {
  font-family: "Roboto Bold";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.wholesale__item .wholesale__item-content .text {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.wholesale__item .wholesale__item-content .wholesale__item-content__button-wrap {
  display: flex;
  margin-top: 30px;
}
.wholesale__item .wholesale__item-content .wholesale__item-content__button-wrap .button {
  font-size: 18px;
  line-height: 24px;
  width: 240px;
  margin: 0 5px;
}

.retail {
  padding: 40px 0;
}

.retail__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.retail__wrap .retail__item:not(:last-child) {
  margin-bottom: 70px;
}

.retail__item {
  display: flex;
}
.retail__item .retail__item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  height: 40px;
  background: linear-gradient(60deg, rgb(51, 89, 137) 0%, rgb(113, 153, 195) 100%);
  font-family: "MazzardH Medium";
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.retail__item .retail__item-content {
  margin-left: 30px;
  max-width: 700px;
}
.retail__item .retail__item-content .title {
  font-family: "Roboto Bold";
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.retail__item .retail__item-content .title a {
  color: #000;
  text-decoration: underline;
  white-space: nowrap;
}
.retail__item .retail__item-content .text {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
}
.retail__item .retail__item-content .retail__item-content__button-wrap {
  display: flex;
  margin-top: 30px;
}
.retail__item .retail__item-content .retail__item-content__button-wrap .button {
  font-size: 18px;
  line-height: 24px;
  width: 240px;
  margin: 0 5px;
}

footer {
  padding: 35px 0;
  background-color: #335989;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
}

.footer__logo p {
  font-family: "MazzardH Medium";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.45;
  margin-top: 5px;
}

.footer__list {
  display: flex;
  flex-direction: column;
}
.footer__list a {
  font-family: "MazzardH Medium";
  font-size: 21px;
  line-height: 27px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.45;
  margin-bottom: 20px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
}
.footer__contacts a {
  font-family: "MazzardH Medium";
  font-size: 21px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.footer__contacts a img {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .main-page {
    padding: 120px 0 30px 0;
  }
  .main-page h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .delivery__wrap {
    flex-direction: column;
    align-items: center;
    margin: 30px;
  }
  .delivery__wrap .delivery__item:last-child {
    margin-bottom: 0;
  }
  .delivery__item {
    margin-bottom: 40px;
  }
  .wholesale {
    padding: 30px 0;
  }
  .wholesale h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .wholesale__wrap .wholesale__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .wholesale__item .wholesale__item-content .title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .wholesale__item .wholesale__item-content .wholesale__item-content__button-wrap {
    flex-direction: column;
  }
  .wholesale__item .wholesale__item-content .wholesale__item-content__button-wrap .button {
    margin-bottom: 15px;
  }
  .retail {
    padding: 30px 0;
  }
  .retail h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .retail__wrap {
    margin-top: 30px;
  }
  .retail__wrap .retail__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .retail__item .retail__item-content .title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .retail__item .retail__item-content .title a {
    color: #335989;
    display: block;
    margin-top: 15px;
  }
  .retail__item .retail__item-content .title br {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .delivery__item p {
    width: 205px;
  }
  .delivery__item p br {
    display: none;
  }
}/*# sourceMappingURL=style-delivery.css.map */