/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

input::-moz-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a {
  display: inline-block;
  color: inherit;
  font-family: inherit;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Medium.ttf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

:root {
  --primary-font: "OpenSans";
  --primary-text-color: #000000;
}

body {
  font-family: var(--primary-font);
  color: var(--primary-text-color);
  line-height: 1.4;
}

.container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero .container {
  padding: 0;
}

.hero__image {
  width: 100%;
  margin-bottom: 40px;
}

.hero__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #b54213;
  margin-bottom: 20px;
  font-weight: 600;
}

.hero__subtitle {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #4d0c02;
  max-width: 400px;
  line-height: 1.6;
  margin: 0 auto 30px auto;
}

.hero__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.hero__price_new {
  font-size: 25px;
  font-weight: 700;
  color: #fa3a3a;
}

.hero__price_old {
  font-size: 25px;
  font-weight: 700;
  color: #bdbdbd;
  text-decoration: line-through;
}

.order {
  padding: 40px 0;
}

.order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.order__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.order__label span {
  font-size: 16px;
  color: #8f8f8f;
}

.order__input {
  width: 100%;
  height: 60px;
  border: 1px solid #000000;
  border-radius: 10px;
  outline: none;
  color: #000000;
  font-size: 16px;
  padding: 0 10px;
}

.order__submit {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #c32439;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
}

.about {
  background-color: #eeeeee;
  padding: 10px 0;
}

.about .container {
  padding: 0 10px;
}

.about__image {
  width: 100%;
  display: block;
}

.about__list {
  background-color: #FFFFFF;
  margin-top: 10px;
}

.about__item {
  padding: 40px 20px;
}

.about__subtitle {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b54213;
  margin-bottom: 20px;
}

.about__desc {
  font-size: 20px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.about__desc b {
  font-weight: 700;
  color: rgb(119, 31, 31);
}

.feature {
  padding: 50px 0;
}

.feature__title {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(181, 66, 19);
  margin-bottom: 25px;
}

.feature__title span {
  color: #4d0c02;
}

.feature__button {
  text-decoration: none;
  margin-top: 20px;
}

.char {
  padding-bottom: 40px;
}

.char__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  color: #15141c;
  margin-bottom: 30px;
}

.char__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.char__item {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.char__subtitle {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.char__desc {
  font-size: 20px;
  color: #575757;
}

@media screen and (max-width: 450px) {
  .char__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 380px) {
  .char__title {
    font-size: 30px;
  }
}

.how {
  padding-bottom: 50px;
}