@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}
.footer__title, .featured__title, .header-arrows span, .header__title {
  font-family: "Montserrat";
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
}
.featured__price {
  font-family: "Montserrat";
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}
.info__title, .title, .btn {
  font-family: "Montserrat";
  font-weight: 700;
}

.header-arrows, .header__links, .btn-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

html {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
a img {
  height: inherit;
  width: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
}

.btn {
  padding: 8px 20px;
  border: none;
  font-size: 14px;
}
.btn_white {
  background-color: #fff;
  color: #156963;
}
.btn_green {
  background-color: #156963;
  color: #fff;
}

.text {
  color: #2C1500;
  line-height: 200%;
}

.container {
  margin: 0 56px;
}

.title {
  color: #2C1500;
  font-size: 40px;
  line-height: 130%;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}
.footer__title, .featured__title, .header-arrows span, .header__title {
  font-family: "Montserrat";
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
}
.featured__price {
  font-family: "Montserrat";
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}
.info__title, .btn, .title {
  font-family: "Montserrat";
  font-weight: 700;
}

.header {
  position: relative;
}
.header__top {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 40px 56px 0;
  position: relative;
  z-index: 999;
}
.header__links {
  gap: 40px;
}
.header__menu {
  justify-self: end;
  display: inline-grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  gap: 8px;
}
.header__img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__content {
  display: grid;
  width: 50%;
  margin-left: auto;
  margin-top: 110px;
}
.header__title {
  font-size: 68px;
  line-height: 83px;
  color: #156963;
  width: 70%;
  margin-bottom: 24px;
  margin-right: 72px;
}
.header .text {
  width: 70%;
  margin-right: 72px;
}

.header-arrows {
  margin-top: 110px;
}
.header-arrows__item {
  padding: 39px 49px;
  cursor: pointer;
}
.header-arrows__item:nth-child(1) {
  background-color: #fff;
  color: #156963;
  padding-left: 15px;
}
.header-arrows__item:nth-child(1) .header-arrows__top {
  color: #333;
}
.header-arrows__item:nth-child(2) {
  background-color: #156963;
  color: #fff;
}
.header-arrows__top {
  color: #F2F2F2;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}
.header-arrows span {
  font-size: 32px;
}

/* === INFO === */
.info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 140px 0 80px;
}
.info__item {
  display: grid;
  border: 1px solid #E0E0E0;
  padding: 22px 16px;
}
.info__title {
  line-height: 180%;
  color: #156963;
  font-size: 24px;
  width: 80%;
}
.info__top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.info__img {
  height: 48px;
  width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* === FEATURED === */
.featured__title {
  font-size: 20px;
}
.featured__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
}
.featured__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 24px 0 80px;
}
.featured__item {
  text-align: center;
}
.featured__name {
  font-size: 16px;
  margin: 16px 0 8px;
}
.featured__img {
  background: #F3F4F6;
}
.featured__img img {
  height: 190px;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.featured-dropdown {
  border: 1px solid #E0E0E0;
  padding: 8px 36px 8px 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.featured-dropdown::after {
  content: "";
  height: 10px;
  width: 10px;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 12px;
  top: 50%;
  transform: translateY(-35%);
  transition: all 0.2s linear;
}
.featured-dropdown:hover .featured-dropdown__list {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  transform: translateY(0);
}
.featured-dropdown:hover::after {
  transform: translateY(-50%) rotate(180deg);
}
.featured-dropdown__list {
  position: absolute;
  top: 35px;
  background-color: #fff;
  display: grid;
  gap: 12px;
  border: 1px solid #E0E0E0;
  width: 100%;
  left: 0;
  transform: translateY(-100%);
  z-index: -9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.featured-dropdown__list li {
  padding: 7px;
  transition: all 0.2s linear;
}
.featured-dropdown__list li:hover {
  background-color: rgb(194, 194, 194);
}

/* === ADVICE === */
.advice {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 84px;
  margin-bottom: 80px;
}
.advice__huge {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.advice__info {
  display: grid;
}
.advice__img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: end;
}
.advice .title {
  width: 80%;
}
.advice .text {
  width: 80%;
}

/* === SHOP === */
.shop {
  display: grid;
  grid-template-columns: 2fr 0.7fr;
  background-color: #F3F4F6;
  padding: 20px 90px;
  align-items: center;
  justify-items: center;
  margin-bottom: 80px;
}
.shop .title {
  width: 70%;
  margin-bottom: 32px;
}
.shop .btn {
  padding: 10px 42px;
}
.shop__img {
  height: 100%;
  width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* === FOOTER === */
.footer {
  padding: 60px 160px;
  border-top: 1px solid #156963;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
}
.footer__logo {
  margin-bottom: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__links {
  display: grid;
  font-size: 14px;
  gap: 14px;
}
.footer__title {
  margin-bottom: 20px;
}
.footer__text {
  width: 65%;
  line-height: 130%;
}
.footer__input {
  padding: 8px 13px;
  border: 1px solid #F2F2F2;
  border-radius: 2px;
  display: block;
  margin-bottom: 14px;
}/*# sourceMappingURL=style.css.map */