html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

body {
    color: #151618;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

.header__inner {
    min-height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.logo {
    margin-bottom: 35px;
}

.menu__list {
    display: flex;
    align-items: center;
    gap: 0 65px;
    font-weight: 400;
    font-size: 18px;
    margin-left: 85px;
}

.user-actions {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.user-actions__item-search {
    margin-left: 80px;
}


.top {
    background-image: url(../images/top-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;

}
.top__inner {
    min-height: 500px;
    color: #fff;
    font-family: 'Cormorant', serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.top__title {
    font-size: 60px;
    margin-bottom: 20px;
    max-width: 780px;
    font-weight: 400;
    line-height: 1;
}   
.top__text {
    font-size: 24px;
    margin-bottom: 48px;
    max-width: 560px;
    line-height: normal;
}
.blockquote__text {
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 40px;
    font-style: italic;
    line-height: normal;
    margin: 150px auto;
    max-width: 704px;
}


.assortement {
    font-family: 'Cormorant', serif;
}
.assortement__head {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
}
.assortement__list {
    text-align: center;
    display: flex;
    gap: 0 40px;
    flex-wrap: wrap;
}
.assortement__name {
    width: 208px;
    height: 208px;
}
.assortement__img {
    padding-top: 10px;
    font-size: 24px;
    font-weight: 400;
}


.rewiews {
    background-color: #F7F2EA;
    padding: 60px 0;
    margin-bottom: 150px;
}
.rewiews__head {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Cormorant', serif;
    margin-bottom: 60px;
}
.rewiews__list {
    display: flex;
    gap: 0 26px;
    font-size: 16px;
    font-style: italic;
}
.rewiews__item {
    margin-bottom: 10px;
    max-width: 280px;
}
.rewiews__name {
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
}


.blog__title {
    margin-bottom: 60px;
    font-size: 40px;
    font-family: 'Cormorant', serif;
    font-weight: 400;
    text-align: center;
}
.blog__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 58px;
    margin-bottom: 60px;
}
.blog__card {
    flex-basis: 542px;
    display: flex;
    gap: 0 20px;
}
.blog-card__content {
    display: flex;
    flex-direction: column;
}
.blog-card__content-title {
    font-size: 24px;
    font-family: 'Cormorant', serif;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: normal;
}
.blog-card__content-author {
    margin-bottom: 28px;
    font-size: 14px;
}   
.blog-card__content-link {
    font-size: 14px;
    position: relative;
}
.blog__button {
    padding: 12px 41px;
    display: flex;
    justify-content: center;
    margin: 72px auto 0;
    border: 1px solid #151618;
    width: 152px;
    margin-bottom: 150px;
}
.blog-card__content-link::after {
    content: '';
    position: absolute;
    background-image: url(../images/arrow.svg);
    width: 5px;
    height: 10px;
    margin-left: 8px;
    bottom: 5px;
}


.mailing {
    padding: 100px 0;
    background-color: #F7F2EA;
    background-image: url(../images/mailing-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 150px;
}
.mailing__title {
    font-size: 40px;
    font-family: 'Cormorant', serif;
    margin-bottom: 50px;
    text-align: left;
}
.mailing__inner {
    display: flex;
    gap: 60px 40px;
}
.mailing__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    flex-basis: 580px;
}
.mailing__form {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 580px;
}
.mailing__email {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #B8B58B;
    padding: 3px 15px;
    width: 438px;
    margin-right: 25px;

    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #151618;
}
.mailing__email::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #b8b58b;
}
.mailing__btn {
    font-family: 'Open Sans', sans-serif;
    padding: 12px 41px;
    font-weight: 300;
    font-size: 20px;
    color: #151618;
    background-color: #fff;
    border: 1px solid #151618;
    cursor: pointer;
}
.checkbox__text {
    font-size: 13px;
    padding-left: 20px;
}
.checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    padding-left: -20px;
}
.checkbox__style {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #151618;
    margin-top: 5px;
}
.mailing__label {
    margin-top: 16px;
}


.prioritise__title {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
}
.prioritise__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
.prioritise-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prioritise-list__item-title {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px;
}
.prioritise-list__item-text {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}


.footer {
    background-color: #F7F2EA;
    padding: 100px 0px 18px;
}
.footer__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 40px;
}
.footer__products {
    margin-right: 213px;
}
.footer-products__title {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 50px;
}
.footer-proudcts__item {
    font-weight: 300;
    font-size: 16px;    
    margin-bottom: 20px;
}
.footer__company {
    margin-right: 155px;
}
.footer-company__title {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 50px;
}
.footer-company__item {
    font-weight: 300;
    font-size: 16px;    
    margin-bottom: 20px;
    width: 155px;
}
.footer__blockqoute {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-blockqoute__text {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
}
.footer-blockqoute__author {
    font-family: 'Cormorant', serif;
    margin-top: 20px;
    font-weight: 300;
    font-size: 12px;
}
.footer-blockqoute__author span {
    display: block;
}
.footer-contacts__title {
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 50px;
}
.footer-contacts__text {
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 20px;
}
.footer__nav {
    display: flex;
    flex-wrap: wrap;
}
.footer-nav__logo {
    margin-right: 25px;
}
.footer-nav__phone,
.footer-nav__email {
    font-size: 13px;
    position: relative;
    padding-left: 32px;
    display: block;
    margin-bottom: 20px;
}
.footer-nav__phone::before,
.footer-nav__email::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url(../images/phone.svg);
}
.footer-nav__email::before {
    background-image: url(../images/mail.svg);
    width: 22px;
    height: 16px;
}
.footer-nav__email {
    margin-bottom: 51px;
}
.footer-social__list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-left: 97px;
}
.footer__bottom {
    display: flex;
    margin-top: 100px;
}
.partners__logo {
    display: flex;
    gap: 20px;
    margin-left: 238px;
}
