@font-face {
  font-family: MinionPro-Regular;
  src: url(../font/MinionPro-Regular.ttf); }

body {
  font-family: "MinionPro-Regular"; }

ul {
  list-style: none; }

h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #1a1a1a;
  text-align: center; }

h3 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #1a1a1a;
  text-transform: uppercase;
  text-align: center;
  margin: 0; }

hr {
  width: 101px;
  height: 1px;
  background-color: #2a2a2a;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

button {
  color: #ffffff;
  text-decoration: none;
  background-color: #f25448;
  padding: 10px 35px;
  border: none;
  font-family: "Open Sans", "sans-serif";
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  cursor: pointer; }

.header__line {
  width: 100%;
  height: 6px;
  background: #f57f76; }

.wrapper {
  width: 850px;
  margin: 0 auto; }

.collection__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px; }

.collection__preview img {
  border: 1px solid #858585; }

.collection__info {
  padding-left: 63px; }
  .collection__info ul {
    margin-top: 23px;
    padding: 0; }
  .collection__info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 35px;
    margin-right: 150px; }
    .collection__info li p {
      margin: 10px 9px 0px 9px;
      text-transform: uppercase;
      font-family: "Open Sans", "sans-serif";
      font-size: 13px;
      letter-spacing: 0.9px;
      color: #5b5b5b; }
  .collection__info .gray {
    background-color: #e8e8e8; }
  .collection__info .red p {
    color: #f25448;
    font-weight: 700; }

.collection__note {
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .collection__note p {
    font-family: "Open Sans", "sans-serif";
    font-size: 12px;
    font-style: italic;
    line-height: 24px;
    margin: 20px 30px; }

.collection__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 21px; }
  .collection__buttons .add__cart {
    background-color: #13b0c3;
    background-image: url(../img/cart_icon.png);
    background-repeat: no-repeat;
    background-position: 5px 11px; }

.Product__Photos {
  padding-top: 154px; }
  .Product__Photos .line__1, .Product__Photos .line__2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .Product__Photos .line__1 img, .Product__Photos .line__2 img {
      margin: 30px 30px 30px 30px;
      border: 2px solid #858585; }
  .Product__Photos .see__all {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 73px; }

.Video__review {
  padding-top: 154px;
  background-color: #f9f9f9; }
  .Video__review img {
    margin-top: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 114px; }

.other__offers {
  padding-top: 97px; }

.offers__review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .offers__review figure {
    background-image: url(../img/photo_1.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #a9a9a9;
    width: 280px;
    height: 212px;
    background-color: #d2d2d2;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    text-align: center;
    margin-left: 0; }
    .offers__review figure p {
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      color: #ffffff;
      font-family: "Museo Sans Cyrl -100";
      font-size: 18px;
      font-weight: 400;
      line-height: 20px;
      text-transform: uppercase;
      margin: 61px 80px 0 80px;
      visibility: hidden; }
    .offers__review figure button {
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      margin-top: 15px;
      visibility: hidden; }
    .offers__review figure:hover {
      opacity: 0.9;
      background-color: #898989; }
      .offers__review figure:hover button {
        visibility: visible; }
      .offers__review figure:hover p {
        visibility: visible; }
