@font-face {
  font-family: "Din Pro Condensed";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/DINPro-CondensedBold.woff2), url(../fonts/DINPro-CondensedBold.woff)
}

@font-face {
  font-family: "Din Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DINPro-Regular.woff2), url(../fonts/DINPro-Regular.woff)
}

@font-face {
  font-family: "Din Pro";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/DINPro-Medium.woff2), url(../fonts/DINPro-Medium.woff)
}

@font-face {
  font-family: "Din Pro";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DINPro-Bold.woff2), url(../fonts/DINPro-Bold.woff)
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none
}

html, body {
  width: 100%;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased
}

button {
  background: none;
  border: 0
}

figure {
  font-size: 0
}

picture {
  display: block;
  line-height: 0
}

li {
  list-style: none
}

a {
  text-decoration: none
}

input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none
}

input::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  display: none;
  visibility: hidden;
  pointer-events: none
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none
}

input[type="number"] {
  -moz-appearance: textfield
}

textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  resize: none
}

hr {
  border: none
}

h1, h2, h3, h4, h5, h6, em, strong, dl, dt, dd {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  border: 0
}

.container {
  max-width: 1216px;
  margin: 0 auto
}

@media only screen and (max-width: 1439px) {
  .container {
    max-width: 1120px
  }
}

@media only screen and (max-width: 1279px) {
  .container {
    max-width: 944px
  }
}

@media only screen and (max-width: 1023px) {
  .container {
    max-width: 704px
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px
  }
}

section {
  padding-top: 56px;
  padding-bottom: 56px
}

@media only screen and (max-width: 1279px) {
  section {
    padding-top: 56px
  }
}

@media only screen and (max-width: 1023px) {
  section {
    padding-top: 32px
  }
}

@media only screen and (max-width: 1279px) {
  section {
    padding-bottom: 56px
  }
}

@media only screen and (max-width: 1023px) {
  section {
    padding-bottom: 32px
  }
}

.title {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-family: "Din Pro Condensed", Helvetica, Arial, sans-serif;
  color: #ec001a;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase
}

@media only screen and (max-width: 1279px) {
  .title {
    margin-bottom: 24px
  }
}

@media only screen and (max-width: 1023px) {
  .title {
    margin-bottom: 16px
  }
}

.title:before, .title:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 5px;
  background-color: #ec001a
}

.title:before {
  margin-right: 25px
}

.title:after {
  margin-left: 25px
}

@media only screen and (max-width: 1439px) {
  .title {
    font-size: 56px;
    line-height: 60px
  }
}

@media only screen and (max-width: 1279px) {
  .title {
    font-size: 44px;
    line-height: 50px
  }
}

@media only screen and (max-width: 1023px) {
  .title {
    font-size: 40px;
    line-height: 48px
  }
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 26px;
    line-height: 30px
  }

  .title:before, .title:after {
    width: 32px;
    height: 3px
  }

  .title:before {
    margin-right: 16px
  }

  .title:after {
    margin-left: 16px
  }
}

.header {
  padding-top: 32px;
  padding-bottom: 48px;
  font-family: "Din Pro Condensed", Helvetica, Arial, sans-serif;
  color: #333;
  background-image: url("../img/header-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain
}

@media only screen and (max-width: 1279px) {
  .header {
    padding-top: 32px
  }
}

@media only screen and (max-width: 1023px) {
  .header {
    padding-top: 24px
  }
}

@media only screen and (max-width: 1279px) {
  .header {
    padding-bottom: 48px
  }
}

@media only screen and (max-width: 1023px) {
  .header {
    padding-bottom: 32px
  }
}

.header .container {
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  background-size: 550px 335px
}

@media only screen and (max-width: 1439px) {
  .header .container {
    background-size: 480px 300px
  }
}

@media only screen and (max-width: 1279px) {
  .header .container {
    background-size: 450px 280px
  }
}

@media only screen and (max-width: 1023px) {
  .header .container {
    background-size: 350px 220px
  }
}

@media only screen and (max-width: 767px) {
  .header .container {
    min-height: 350px;
    background-size: 280px 170px
  }
}

.header__title {
  padding-top: 104px;
  margin-bottom: 64px;
  font-size: 75px;
  line-height: 85px;
  color: #ec001a;
  text-transform: uppercase
}

@media only screen and (max-width: 1279px) {
  .header__title {
    padding-top: 88px
  }
}

@media only screen and (max-width: 1023px) {
  .header__title {
    padding-top: 56px
  }
}

@media only screen and (max-width: 1279px) {
  .header__title {
    margin-bottom: 64px
  }
}

@media only screen and (max-width: 1023px) {
  .header__title {
    margin-bottom: 48px
  }
}

@media only screen and (max-width: 1439px) {
  .header__title {
    font-size: 58px;
    line-height: 64px
  }
}

@media only screen and (max-width: 1279px) {
  .header__title {
    font-size: 50px;
    line-height: 54px
  }
}

@media only screen and (max-width: 1023px) {
  .header__title {
    padding-top: 70px;
    font-size: 44px;
    line-height: 48px
  }
}

@media only screen and (max-width: 767px) {
  .header__title {
    padding-top: 16px;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 30px
  }
}

.header__subtitle {
  display: block;
  width: 600px;
  padding: 12px 30px 20px 40px;
  font-size: 50px;
  line-height: 52px;
  color: #fff;
  background-color: #684E9B;
  border-top-right-radius: 200px;
  text-transform: uppercase
}

@media only screen and (max-width: 1439px) {
  .header__subtitle {
    font-size: 40px;
    line-height: 50px
  }
}

@media only screen and (max-width: 1279px) {
  .header__subtitle {
    width: 400px;
    padding: 12px 30px 16px 30px;
    font-size: 34px;
    line-height: 44px
  }
}

@media only screen and (max-width: 1023px) {
  .header__subtitle {
    width: 320px;
    font-size: 26px;
    line-height: 32px
  }
}

@media only screen and (max-width: 767px) {
  .header__subtitle {
    width: 200px;
    font-size: 22px;
    line-height: 24px
  }
}

.special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Din Pro", Helvetica, Arial, sans-serif;
  color: #333
}

@media only screen and (max-width: 1023px) {
  .special {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.special__img {
  width: 600px;
  height: auto
}

@media only screen and (max-width: 1439px) {
  .special__img {
    width: 500px
  }
}

@media only screen and (max-width: 1279px) {
  .special__img {
    width: 400px
  }
}

@media only screen and (max-width: 1023px) {
  .special__img {
    width: 100%
  }
}

.special__info {
  padding-left: 64px
}

@media only screen and (max-width: 1279px) {
  .special__info {
    padding-left: 64px
  }
}

@media only screen and (max-width: 1023px) {
  .special__info {
    padding-left: 48px
  }
}

.special__info span {
  font-size: 22px;
  line-height: 25px
}

@media only screen and (max-width: 1279px) {
  .special__info span {
    font-size: 18px;
    line-height: 22px
  }
}

@media only screen and (max-width: 1023px) {
  .special__info {
    padding-left: 0
  }
}

.special__title {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 40px;
  line-height: 42px
}

@media only screen and (max-width: 1279px) {
  .special__title {
    margin-bottom: 32px
  }
}

@media only screen and (max-width: 1023px) {
  .special__title {
    margin-bottom: 24px
  }
}

@media only screen and (max-width: 1279px) {
  .special__title {
    font-size: 30px;
    line-height: 32px
  }
}

@media only screen and (max-width: 1023px) {
  .special__title {
    font-size: 28px;
    line-height: 32px
  }
}

@media only screen and (max-width: 767px) {
  .special__title {
    font-size: 24px;
    line-height: 28px
  }
}

.special__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px
}

.special__text span {
  font-size: 16px;
  line-height: 18px;
  color: #684E9B
}

@media only screen and (max-width: 1279px) {
  .special__text {
    font-size: 14px;
    line-height: 18px
  }

  .special__text span {
    font-size: 14px;
    line-height: 18px
  }
}

.sterilization {
  font-family: "Din Pro", Helvetica, Arial, sans-serif;
  color: #333
}

.sterilization__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .sterilization__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.sterilization__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px
}

.sterilization__item:last-child {
  margin-bottom: 0
}

@media only screen and (max-width: 767px) {
  .sterilization__item {
    margin-bottom: 32px
  }
}

.sterilization__item span {
  position: relative;
  width: 72px;
  height: 70px;
  padding: 15px 25px;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #684E9B;
  border-radius: 50%
}

.sterilization__item span:after {
  position: absolute;
  content: "";
  top: -6px;
  left: -5px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 3px solid #684E9B
}

@media only screen and (max-width: 1279px) {
  .sterilization__item span {
    width: 50px;
    height: 48px;
    padding: 10px 16px;
    font-size: 30px;
    line-height: 25px
  }

  .sterilization__item span:after {
    top: -6px;
    left: -6px;
    width: 60px;
    height: 60px
  }
}

.sterilization__info {
  padding-left: 40px
}

@media only screen and (max-width: 1279px) {
  .sterilization__info {
    padding-left: 30px
  }
}

@media only screen and (max-width: 767px) {
  .sterilization__info {
    padding-left: 16px
  }
}

.sterilization__info h3 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px
}

@media only screen and (max-width: 1439px) {
  .sterilization__info h3 {
    font-size: 32px;
    line-height: 36px
  }
}

@media only screen and (max-width: 1279px) {
  .sterilization__info h3 {
    font-size: 22px;
    line-height: 28px
  }
}

@media only screen and (max-width: 1023px) {
  .sterilization__info h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px
  }
}

@media only screen and (max-width: 767px) {
  .sterilization__info h3 {
    font-size: 16px;
    line-height: 20px
  }
}

.sterilization__info p {
  font-size: 26px;
  line-height: 30px
}

@media only screen and (max-width: 1439px) {
  .sterilization__info p {
    font-size: 24px;
    line-height: 28px
  }
}

@media only screen and (max-width: 1279px) {
  .sterilization__info p {
    font-size: 19px;
    line-height: 23px
  }
}

@media only screen and (max-width: 1023px) {
  .sterilization__info p {
    font-size: 16px;
    line-height: 18px
  }
}

@media only screen and (max-width: 1023px) {
  .sterilization__picture {
    padding-left: 12px
  }
}

.sterilization__picture p {
  font-size: 16px;
  line-height: 20px
}

@media only screen and (max-width: 1023px) {
  .sterilization__picture p {
    font-size: 14px;
    line-height: 16px
  }
}

@media only screen and (max-width: 1279px) {
  .sterilization__img {
    width: 420px
  }
}

@media only screen and (max-width: 1023px) {
  .sterilization__img {
    width: 320px
  }
}

@media only screen and (max-width: 767px) {
  .sterilization__img {
    width: auto;
    max-width: 100%
  }
}

.optimal {
  font-family: "Din Pro", Helvetica, Arial, sans-serif;
  color: #333
}

.optimal__list {
  width: 85%;
  margin: 0 auto
}

@media only screen and (max-width: 1023px) {
  .optimal__list {
    width: auto
  }
}

.optimal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}

.optimal__item:last-child {
  margin-bottom: 0
}

.optimal__icon {
  width: 200px
}

@media only screen and (max-width: 1279px) {
  .optimal__icon {
    width: 150px
  }
}

@media only screen and (max-width: 1023px) {
  .optimal__icon {
    width: 100px
  }
}

@media only screen and (max-width: 767px) {
  .optimal__icon {
    width: 60px
  }
}

.optimal__info {
  padding-left: 60px
}

@media only screen and (max-width: 1023px) {
  .optimal__info {
    padding-left: 40px
  }
}

@media only screen and (max-width: 767px) {
  .optimal__info {
    padding-left: 16px
  }
}

.optimal__info h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px
}

@media only screen and (max-width: 1439px) {
  .optimal__info h3 {
    font-size: 36px;
    line-height: 40px
  }
}

@media only screen and (max-width: 1279px) {
  .optimal__info h3 {
    font-size: 30px;
    line-height: 34px
  }
}

@media only screen and (max-width: 1023px) {
  .optimal__info h3 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 30px
  }
}

@media only screen and (max-width: 767px) {
  .optimal__info h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px
  }
}

.optimal__info p {
  font-size: 26px;
  line-height: 30px
}

@media only screen and (max-width: 1279px) {
  .optimal__info p {
    font-size: 24px;
    line-height: 28px
  }
}

@media only screen and (max-width: 1023px) {
  .optimal__info p {
    font-size: 20px;
    line-height: 22px
  }
}

@media only screen and (max-width: 767px) {
  .optimal__info p {
    font-size: 14px;
    line-height: 16px
  }
}

.food__img {
  max-width: 100%
}

.recommendation__img {
  max-width: 100%
}

.recommendation__text-box {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 1279px) {
  .recommendation__text-box {
    margin-top: 16px
  }
}

@media only screen and (max-width: 1023px) {
  .recommendation__text-box {
    margin-top: 8px
  }
}

.recommendation__text {
  font-family: "Din Pro Condensed", Helvetica, Arial, sans-serif;
  width: 550px;
  font-size: 35px;
  line-height: 39px;
  color: #333;
  text-align: center;
  text-transform: uppercase
}

@media only screen and (max-width: 1279px) {
  .recommendation__text {
    width: 410px;
    font-size: 30px;
    line-height: 34px
  }
}

@media only screen and (max-width: 1023px) {
  .recommendation__text {
    width: 300px;
    font-size: 24px;
    line-height: 28px
  }
}

@media only screen and (max-width: 767px) {
  .recommendation__text {
    width: 130px;
    font-size: 14px;
    line-height: 16px
  }
}

.health__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 1023px) {
  .health__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.health__img {
  width: 500px
}

@media only screen and (max-width: 1279px) {
  .health__img {
    width: 400px
  }
}

@media only screen and (max-width: 1023px) {
  .health__img {
    margin-bottom: 24px;
    max-width: 100%
  }
}

.health__list {
  font-family: "Din Pro", Helvetica, Arial, sans-serif;
  padding-left: 60px;
  color: #333
}

@media only screen and (max-width: 1023px) {
  .health__list {
    padding-left: 0
  }
}

.health__item {
  margin-bottom: 30px
}

.health__item:last-child {
  margin-bottom: 0
}

.health__subtitle {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px
}

@media only screen and (max-width: 1279px) {
  .health__subtitle {
    font-size: 20px;
    line-height: 24px
  }
}

.health__text {
  font-size: 20px;
  line-height: 24px
}

@media only screen and (max-width: 1279px) {
  .health__text {
    font-size: 16px;
    line-height: 20px
  }
}
