@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}
body {
  min-width: 480px;
  background-color: #e2e2e2;
}
.wrapper {
  margin: 0 auto;
  width: 480px;
  background-color: #fff;
}
.header {
  position: relative;
}
.header__title {
  background: #961515;
  padding-top: 17px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.header__title span {
  padding-top: 17px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.offer {
  width: 460px;
  display: block;
  margin: 10px auto;
}
.header__subtitle {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 9px;
  background: #242424;
  font-size: 20px;
  color: #fff;
}
.header__bg {
  position: relative;
  background-image: url("../img/header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 8px;
  width: 100%;
  height: 473px;
}
.header__bg__rect {
  position: absolute;
  top: -1px;
  right: 0;
}
.header__bg__sale {
  position: absolute;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45px;
  margin-right: -5px;
  right: 0;
}
.header__price {
  height: 77px;
  width: 100%;
  position: absolute;
  top: 807px;
  background-image: url("../img/price.png");
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__price__old {
  padding-left: 80px;
}
.header__price__old span {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.header__price__old p {
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #a3a1a1;
  text-decoration: line-through;
}
.header__price__new {
  padding-left: 49px;
}
.header__price__new span {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.header__price__new p {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
.bullets {
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 30px;
}
.catitem img{
  display: block;
  margin: 0 auto 70px;
  width: 420px;
}
.bullets__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bullets__item img {
  width: 120px;
  height: 120px;
}
.bullets__item p {
  padding-top: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #222222;
  
}
.link__block {
  padding-top: 25px;
}
.video {
  padding-top: 70px;
}
.video video {
  width: 480px;
  height: 100%;
}
.about {
  padding-top: 70px;
}
.about__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #3A3A3A;
  text-align: center;
}
.about__title span {
  color: #961515;
}

.about__content img {
  width: 380px;
height: 380px;
display: block;
margin: 0 auto;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__content__text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #383838;
}
.about__img {
  display: block;
  margin: 0 auto;
  width: 458px;
  height: 417px;
}
.stats {
  padding-top: 36px;
}
.stats__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
.stats__title span {
  color: #961515;
}
.stats ul {
  list-style-type: none;
  padding-left: 26px;
}
.stats ul li {
  margin-top: 15px;
  font-size: 18px;
  color: #000;
}
.stats ul li span {
  font-weight: 700;
}
.products {
  padding-top: 67px;
}
.products__item img {
  display: block;
  margin: 0 auto;
  width: 440px;
}
.products__item__text {
  padding-top: 10px;
  padding-left: 23px;
  padding-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products__item__text__color {
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  color: #000;
}
.products__item__text__old {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 24px;
  color: #000;
}
.products__item__text__new {
  text-transform: uppercase;
  padding-left: 20px;
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  color: #ae011a;
}
.products__item a {
  margin-top: 36px;
  margin-bottom: 71px;
}
.revs__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 42px;
}
.revs__title span {
  color: #961515;
}
.revs__card {
  width: 428px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 47px;
  margin-inline: auto;
  padding-left: 17px;
  padding-right: 23px;
}
.revs__card__header {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.revs__card__header__left {
  width: 77px;
  height: 77px;
}
.revs__card__header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.revs__card__header__right__user span {
  font-weight: 500;
  font-size: 24px;
  color: #030539;
}
.revs__card__header__right__user p {
  font-weight: 400;
  font-size: 20px;
  color: #030539;
  padding-top: 5px;
}
.revs__card__header__right__rev__rating img {
  padding-bottom: 0px !important;
}
.revs__card__header__right__rev__date {
  padding-top: 5px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.055em;
  color: #030539;
}
.revs__card__text {
  padding-bottom: 19px;
  padding-top: 11px;
}
.revs__card img {
  padding-bottom: 27px;
}
.order {
  padding-top: 75px;
  padding-bottom: 65px;
}
.order__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.order__list {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 17px;
}
.order__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 208px;
  height: 194px;
  background: #961515;
  border-radius: 10px;
}
.order__list__item img {
  margin-top: 17px;
}
.order__list__item img:first-child {
  margin-left: 20px;
}
.order__list__item__title {
  padding-top: 9px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.order__list__item__info {
  padding-top: 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}
.form {
  padding-top: 25px;
}
.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form form .input {
  width: 379px;
  height: 46px;
  border: 0.5px solid #9a9a9a;
  border-radius: 10px;
  margin-top: 20px;
  padding-left: 15px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.form form .input:nth-child(even) {
  margin-bottom: 40px;
}
.form form button {
  border: 1px solid rgba(0, 0, 0, 0);
}
.form form .lb {
  font-size: 13px;
  line-height: 13px;
  margin-top: 15px;
  width: 100%;
  display: block;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
.form form .lb input {
  -webkit-appearance: checkbox;
  display: inline-block;
  width: auto;
  height: auto;
}
footer {
  padding: 65px 15px 20px;
  text-align: center;
}
footer p {
  padding: 5px;
}
footer .links {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button {
  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;
  text-decoration: none;
  width: 379px;
  height: 79px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cd0020),
    to(#a80018)
  );
  background: -o-linear-gradient(top, #cd0020 0%, #a80018 100%);
  background: linear-gradient(180deg, #cd0020 0%, #a80018 100%);
  border-radius: 200px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0);
}
.button:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.ava {
  width: 80px; 
}

.rev {
  width: 380px;
  display: block;
  margin:  0 auto;
}