body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Mulish", sans-serif;
  font-family: "Playfair Display", serif;
  font-family: "Rochester", cursive;
  font-family: 'Roboto', sans-serif;
  background-color: #f5f5f5;
  overflow-x: hidden;
}

/* header */

.header {
  height: 722px;
  width: 100%;
}

.header_nav {
  height: 153px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.top_nav {
  height: 74px;
  width: 1112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
}

.media_nav {
  width: 124px;
  display: flex;
  justify-content: space-between;
}

.another_nav {
  width: 132px;
  display: flex;
  justify-content: space-between;
}

.bottom_nav {
  height: 79px;
  width: 555px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 37px;
  color: black;
}

.nav_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav_link:hover {
  color: #eda3b5;
  transition: ease 0.2s;
}

.rectangle {
  width: 34px;
  height: 3px;
}

a:hover .rectangle {
  background-color: #eda3b5;
  transition: ease 0.3s;
}

.top_link:hover {
  cursor: pointer;
  transition: ease 0.3s;
  transform: scale(1.2);
}

.preview {
  width: 100%;
  height: 569px;
  background-image: url(../images/hero.png);
  padding-top: 103px;
  padding-left: 164px;
}
.slogan {
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 348px;
}
.header_title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 67px;
  color: #fff;
}
.header_text {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin-top: 13px;
  margin-bottom: 34px;
}

.header_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 255px;
  height: 77px;
  background-color: #1b2437;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 15px;
}
a.header_btn:hover {
    color: #fff;
    background-color: #eda3b5;
    transition: ease .3s;
}
/* end header */

/* main */

.main_content {
    width: 1110px;
    margin-top: 71px;
}

.wrapper {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.box1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
.box1_img {
   
}
.box1_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -190px;
    margin-left: 32px;
    z-index: 99;
}
.box13_title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 45px;
    color: #fff;
}
.box13_subtitle {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 2px 0 8px 0;
    color: #fff;
}
.box1_btn {
    display: flex;
    width: 93px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    align-items: center;
    justify-content: center;
}
a.box1_btn:hover {
    background-color: #eda3b5;
    transition: ease .3s;
}

.box2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: -1rem;
    margin-bottom: -1rem;
}
.box2_title {
    margin-top: -172px;
    margin-left: 22px;
}
.box24_subtitle {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #1B2437;
}
.box24_title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 45px;
    color: #1B2437;
}
.box3 {
    width: 303px;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    border-radius: 16px;
}

.box3_title {
    margin-top: -172px;
    margin-left: 39px;
}

.box4 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-bottom: -30px;
}

.box4_title {
    margin-top: -140px;
    margin-left: 22px;
}

.box5 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
    background-color: #fff;
    border-radius: 16px;
    height: 313px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_wrapper {
    display: flex;
    justify-content: space-around;
}

.box5_product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider {
    width: 84px;
    height: 12px;
    margin-top: 40px;
}

.contacts_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1110px;
  height: 67px;
  margin-top: 70px;
  margin-bottom: 35px;
}

.contacts {
  display: flex;
  justify-content: flex-start;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 67px;
}

.grid {
  display: grid;
  gap: 1px;
  grid-template-columns: 350px 350px 350px;
  grid-template-rows: 487px 487px;
  border-color: #000;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.like_items {
    border-radius: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;

}

.like_img {
    margin-bottom: 16px;
}

.like_btn {
    width: 44px;
    margin-left: 290px;
    margin-top: 16px;
    position: absolute;
    cursor: pointer;
}
.like_btn:hover {
    background-color: #eda3b5;
    border-radius: 50px;
    cursor: pointer;
    transition: ease 0.3s;
    transform: scale(1.2);
}

.like_title {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    margin-left: 24px;
    margin-bottom: 8px;
}

.like_text {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 24px;
    margin-bottom: 27px;
}

.like_bottom {
    width: 308px;
    height: 58px;
    display: flex;
    justify-content: space-between;
    margin-left: 24px;
}

.price {

    width: 92px;
    height: 37px;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
}

.shop_btn {
    width: 153px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1B2437;
    border-radius: 15px;
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
a.shop_btn:hover {
    color: #fff;
    background-color: #eda3b5;
    transition: ease .3s;
}
/* end main */

/* contacts */

.contacts_info {
  width: 1110px;
  height: 658px;
  padding: 12px 12px 25px;
  background-color: #fff;
  border-radius: 16px;
}

.map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.maph_info {
  width: 940px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}

.contact_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
}
/* end contacts */

/* footer */
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1440px;
  height: 407px;
  margin-top: 70px;
  padding-top: 32px;
  background-color: #fff;
}

.footer__content {
  display: flex;

  width: 1075px;
  height: 333px;
}

.footer__text {
  height: 180px;
  width: 255px;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 24px;
  color: #5c5c5c;
  margin-right: 126px;
}

.footer_nav {
  display: flex;
  justify-content: space-between;
  width: 694px;
}

h4 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  color: #000;
  margin-bottom: 22px;
}

ul {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #8e8e93;
}

li {
  margin-bottom: 22px;
  cursor: pointer;
}

li:hover {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  transition: ease 0.3s;
}
/* end footer */

/* copyright */

.copyright {
  display: flex;
  justify-content: center;
  width: 1440px;
  height: 74px;
}

.end_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1110px;
}

address {
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  color: #8e8e93;
}

