/* Reset and base styles  */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

main {
	margin-bottom: 40px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

:root {
  --font-family: "DM Sans", sans-serif;
  --second-family: "Montserrat", sans-serif;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.none {
  display: none !important;
}

.title-2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #242424;
}

.title-2--green {
  line-height: 125%;
  color: #244d4d;
}

@media (max-width: 767px) {
  .title-2 {
    font-size: 26px;
  }
}

.header {
  padding: 44px 0 70px;
}

@media (max-width: 767px) {
  .header {
    padding: 40px 0;
  }
}

.header__nav-wrapper {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.header__logo {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  color: #244d4d;
}

.nav {
  z-index: 1;
  transition: transform 0.5s ease;
}

.nav--active {
  transform: translateY(0);
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .nav__list {
    gap: 16px;
    flex-wrap: wrap;
  }
}

.nav__link {
  font-family: var(--second-family);
  display: inline-block;
  font-size: 16px;
  color: #161616;
  transition: transform 0.3s ease;
}

.nav__link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .nav__link {
    font-weight: 500;
    font-size: 14px;
  }
}

.header__menu-btn {
  position: relative;
  z-index: 5;
}

.header__btns {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__form-label {
  display: none;
}

.header__img {
  position: relative;
}

.header__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #050e14;
  background: linear-gradient(3deg, rgba(5, 14, 20, 0.32) 0%, rgba(8, 3, 3, 0.52) 100%);
}

.header__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}


@media (max-width: 460px) {
  .header__img img {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .header__img {
      width: 40%;
  }
  .header__img img {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}


.header__content {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 767px) {
  .header__content {
    flex-direction: row;
    position: relative;

  }
}

.header__content-text {
  padding: 100px 18px 137px 100px;
  background-color: #154444;
  width: 60%;
}

@media (max-width:460px) {
  .header__content-text {
    top: 10%;
  }
}

@media (max-width: 1200px) {
  .header__content-text {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .header__content-text {
    width: 100%;
    padding: 40px;
    background-color: transparent;
    position: absolute;
    left: 0;
  }
}

.header__title {
  margin-bottom: 20px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 56px;
  color: #fff;
}

@media (max-width: 767px) {
  .header__title {
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  .header__title {
    font-size: 28px;
  }
}

.header__description {
  max-width: 488px;
  margin-bottom: 35px;
}

.header__description p {
  font-size: 20px;
  line-height: 125%;
  color: #fff;
}

@media (max-width: 767px) {
  .header__description p {
    font-size: 18px;
  }
}

.header__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 25px;
  font-size: 20px;
  line-height: 125%;
  color: #154444;
  background-color: #fff;
  transition: transform 0.3s ease;
  border-radius: 15px;
}

.header__link:hover {
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .header__link {
    height: 46px;
    font-size: 18px;
  }
}

.trusted {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .trusted {
    padding: 40px 0;
  }
}

.trusted__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.trusted__inner img {
  width: 40px;
  height: 40px;
}

.trusted__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  color: #244d4d;
  text-align: center;
}

@media (max-width: 767px) {
  .trusted__title {
    font-size: 26px;
  }
}

.trusted__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1024px) {
  .header__title {
    font-size: 28px;
  }
  .trusted__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.about {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
}

.about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1180px) {
  .about__inner {
    flex-direction: column-reverse;
  }
}

.about__img {
  flex-shrink: 0;
}

.about__img img {
 width: 632px;
 height: 614px;
 object-fit: cover;
}

.about__content {
  max-width: 486px;
  width: 100%;
}

.about__title {
  margin-bottom: 20px;
}

.about__description {
  margin-bottom: 40px;
}

.about__description p {
  font-size: 20px;
  line-height: 125%;
  color: #444;
}

@media (max-width: 767px) {
  .about__description p {
    font-size: 18px;
  }
}

.about__list {
  max-width: 376px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about__item {
  padding-left: 78px;
  background-repeat: no-repeat;
  background-position: left top;
}

.about__item-title {
  margin-bottom: 14px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #244d4d;
}

@media (max-width: 767px) {
  .about__item-title {
    font-size: 18px;
  }
}

.about__item-description {
  font-size: 18px;
  line-height: 144%;
  color: #383738;
}

@media (max-width: 767px) {
  .about__item-description {
    font-size: 16px;
  }
}

.popular {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .popular {
    padding: 40px 0;
  }
}

.popular__title {
  margin-bottom: 20px;
}

.popular__description {
  margin-bottom: 80px;
  max-width: 820px;
}

.popular__description p {
  font-size: 20px;
  line-height: 135%;
  color: #383738;
}

@media (max-width: 767px) {
  .popular__description p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .popular__description {
    margin-bottom: 40px;
  }
}

.popular__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 960px) {
  .popular__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 630px) {
  .popular__list {
    grid-template-columns: 1fr;
  }
}

.popular__item {
  box-shadow: 0 13px 26px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
}



.popular__img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.popular__info {
  padding: 30px 24px 27px;
}

.popular__info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.popular__info-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  color: #242424;
}

.popular__info-btns {
  display: flex;
  gap: 8px;
  display: none;
}

.popular__info-btn {
  width: 26px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ecf4ff;
}

.popular__info-btn svg {
  fill: black;
}

.popular__info-btn--heart--active {
  background-color: #ef5423;
}

.popular__info-btn--heart--active svg {
  fill: #fff;
}

.popular__info-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.popular-text {
  margin-bottom: 15px;

}

.popular__info-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 129%;
  color: #154444;
}

.popular__info-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  font-weight: 500;
  font-size: 12px;
  line-height: 175%;
  color: #fff;
  border: 1px solid transparent;
  background-color: #244d4d;
  transition: all 0.3s ease;
}

.popular__info-link:hover {
  background-color: #fff;
  color: #244d4d;
  border-color: #244d4d;
}

.products {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .products {
    padding: 40px 0;
  }
}

.products__title {
  margin-bottom: 20px;
  text-align: center;
}

.products__tabs {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 100px;
}

@media (max-width: 767px) {
  .products__tabs {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.products__tab {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 112%;
  color: #919090;
  transition: color 0.3s ease;
}

.products__tab::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #154444;
  transition: width 0.3s ease;
}

.products__tab:hover {
  color: #154444;
}

.products__tab:hover::after {
  width: 35%;
}

.products__tab--active {
  color: #154444;
}

.products__tab--active::after {
  width: 35%;
}

.products__img {
  flex-shrink: 0;
}

.products__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1024px) {
  .products__content {
    flex-direction: column;
  }
}

.products__category {
  max-width: 474px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px 30px;
}

.products__category-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15.5px 0;
  background-color: #fff;
  border: 1.5px solid #d9dce5;
  transition: all 0.3s ease;
}

.products__category-btn svg {
  fill: #666666;
  transition: fill 0.3s ease;
}

.products__category-btn:hover {
  color: #fff;
  background-color: #154444;
  border-color: transparent;
}

.products__category-btn:hover svg {
  fill: white;
}

.customers {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .customers {
    padding: 40px 0;
  }
}

.customers__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1024px) {
  .customers__inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.customers__img {
  flex-shrink: 0;
}

.customers__content {
  max-width: 535px;
  width: 100%;
}

.customers__title {
  margin-bottom: 20px;
}

.customers__description {
  margin-bottom: 40px;
}

.customers__description p {
  font-size: 20px;
  line-height: 135%;
  color: #383738;
}

@media (max-width: 767px) {
  .customers__description p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .customers__description {
    margin-bottom: 30px;
  }
}

.customers__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .customers__author {
    justify-self: flex-end;
  }
}

.customers__author-img {
  width: 51px;
  aspect-ratio: 1;
}

.customers__author-name {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 119%;
  color: #000;
}

.customers__author-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 107%;
  color: #000;
}

.subscribe {
  padding: 70px 0 140px;
}

@media (max-width: 767px) {
  .subscribe {
    padding: 40px 0 70px;
  }
}

.subscribe__inner {
  padding: 68px 0 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f6f6;
}

.subscribe__title {
  margin-bottom: 20px;
  max-width: 605px;
  text-align: center;
}

.subscribe__description {
  margin-bottom: 40px;
  max-width: 493px;
}

.subscribe__description p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #222;
}

.subscribe__form {
  padding: 7px 18px 7px;
  max-width: 471px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #fff;
}

@media (max-width: 530px) {
  .subscribe__form {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.subscribe__form-label {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 530px) {
  .subscribe__form-label {
    height: 42px;
  }
}

.subscribe__form-input {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #000;
}

.subscribe__form-input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #bababa;
}

.subscribe__form-input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #bababa;
}

.subscribe__form-btn {
  padding: 0 32px;
  height: 52px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #fff;
  border: 1px solid transparent;
  background-color: #305f64;
  transition: all 0.3s ease;
}

.subscribe__form-btn:hover {
  color: #305f64;
  background-color: #fff;
  border-color: #305f64;
}

@media (max-width: 530px) {
  .subscribe__form-btn {
    height: 42px;
    font-size: 14px;
    padding: 0 18px;
  }
}

.footer {
  padding-top: 100px;
  background-color: #305f64;
}

.footer__copy {
  padding: 20px 0;
  border-top: 1px solid #407980;
}

.footer__copy-text {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

@media (max-width: 1100px) {
  .footer__content {
    flex-wrap: wrap;
    gap: 40px;
  }
}

.footer__logo {
  display: block;
  margin-bottom: 24px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.footer__description {
  margin-bottom: 40px;
  max-width: 308px;
}

.footer__description p {
  font-size: 18px;
  line-height: 144%;
  color: #fff;
}

.footer__socials {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__socials-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}

.footer__socials-list {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer__socials-link {
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer__socials-link:hover {
  transform: translateY(-2px);
}

.footer__items {
  max-width: 734px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer__items {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.footer__title {
  margin-bottom: 24px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__list-link {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}

.footer__list-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.footer__list-link:hover::after {
  width: 100%;
}

.footer__item-description {
  margin-bottom: 40px;
  max-width: 240px;
  width: 100%;
}

.footer__item-description p {
  font-size: 18px;
  line-height: 128%;
  color: #fff;
}

.footer__form {
  height: 48px;
  padding: 0 12px 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #fff;
}

.footer__form-input {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.footer__form-input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #859395;
}

.footer__form-input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #859395;
}

.footer__form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  aspect-ratio: 1;
  background-color: #ffb624;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.footer__form-btn:hover {
  background-color: #407980;
}

.menu--active {
  overflow: hidden;
}

.header {
  position: static;
}

.footer {
  display: none;
}

.map {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.address h2, .address h3, .address h4 {
	margin-bottom: 16px;
}