.list {
  padding-top: 40px;
  padding-bottom: 50px;
}
.list h2 {
  font-weight: 900;
  font-size: 35px;
  padding-left: 10px;
  padding-top: 5px;
  text-transform: uppercase;
  color: #000000;
}

/* footer */
.footer_section {
  padding: 25px 0;
  background: #f4f4f4;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.footer_section img {
  display: block;
  margin: 0 auto 10px auto;
}
.footer_section a {
  color: #222;
}

.list_block {
  height: 66px;
  background-repeat: no-repeat;
  background-image: url(../images/rect.png);
}
.list_block h3 {
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px #000000;
  text-align: end;
  padding-right: 20px;
  padding-top: 3px;
}
.list_cards {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list_cards_item {
  margin-top: 10px;
  width: 464px;
  height: 719px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
}
.list_cards_item h4 {
  font-weight: bold;
  font-size: 30px;
  padding-left: 15px;
  padding-top: 15px;
  text-transform: uppercase;
}
.list_cards_item h5 {
  font-weight: 500;
  font-size: 20px;
  text-align: end;
  padding-top: 10px;
  padding-right: 20px;
  text-transform: uppercase;
}
.list_cards_item_color {
  padding-left: 15px;
  padding-top: 15px;
  font-size: 16px;
}
.list_cards_item_color span {
  font-weight: 900;
}
.list_cards_item_color1 {
  padding-top: 15px;
  font-size: 16px;
  padding-left: 15px;
}
.list_cards_item img {
  padding-top: 15px;
}
.list_cards_item .card_price {
  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;
  height: 130px;
  width: 100%;
}
.list_cards_item .card_price_left {
  padding-left: 50px;
  height: 130px;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list_cards_item .card_price_left span {
  font-weight: 300;
  font-size: 15px;
  border-bottom: 1px solid black;
}
.list_cards_item .card_price_left a {
  font-size: 33px;
  width: 229px;
  height: 58px;
}
.list_cards_item .card_price_right {
  height: 130px;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list_cards_item .card_price_right span {
  font-size: 25px;
}
.list_cards_item .card_price_right p {
  font-weight: 800;
  font-size: 68px;
}
.list_cards_item .card_price_right p i {
  font-weight: 400;
  font-size: 25px;
  padding-left: 5px;
}
.list_cards_item .card_price_right p i::after {
  content: "99Ðº";
  font-size: 22px;
  font-size: 25px;
  position: relative;
  bottom: 13px;
}
.revs {
  padding-top: 40px;
  padding-bottom: 50px;
}
.revs h2 {
  font-weight: 900;
  font-size: 35px;
  padding-left: 10px;
  padding-top: 5px;
  text-transform: uppercase;
  color: #000000;
}
.revs_block {
  height: 64px;
  background-repeat: no-repeat;
  background-image: url(../images/rect.png);
}
.revs_block h3 {
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px #000000;
  text-align: end;
  padding-right: 20px;
  padding-top: 3px;
}
.revs .reviews__item {
  background-color: #ffffff;
  margin: 15px 15px;
  padding: 3px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 10px 1px #bdbdbd;
  box-shadow: 0 0 10px 1px #bdbdbd;
  border-radius: 5px;
}
.revs .reviews__item__header {
  padding: 15px 15px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.revs .reviews__item__header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.revs .reviews__item__header__right {
  margin-left: auto;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.revs .reviews__item__header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.revs .reviews__item__header__photo {
  background-color: rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.revs .reviews__item__header__photo img {
  width: 100%;
}
.revs .reviews__item__header__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 121%;
  margin-bottom: 5px;
}
.revs .reviews__item__header__age {
  font-weight: 500;
  font-size: 14px;
  line-height: 121%;
}
.revs .reviews__item__header___rating {
  margin-bottom: 10px;
}
.revs .reviews__item__header__date {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
}
.revs .reviews__item__header__date {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
}
.revs .reviews__item__image {
  padding: 2px;
}
.revs .reviews__item__image img {
  border-radius: 0 0 3px 3px;
  width: 100%;
}
.revs .reviews__item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 15px;
}

.inst {
  position: relative;
  list-style: none;
  padding-left: 40px;
}

.inst::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-img: url("../images/inst.png");
  background-size: cover;
}
