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

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

.header__content, .family__item, .sea, .product {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about__inner, .guide__inner, .guide__info, .reading, .footer__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

button {
  cursor: pointer;
}

body {
  font-family: 'Poppins';
  color: #222222;
}

.uptitle {
  color: #E6B939;
  text-transform: uppercase;
  font-size: 18px;
}

.uptitle_white {
  color: #fff;
}

.title {
  color: #575445;
  font-family: 'Roboto';
  font-size: 45px;
  padding: 10px 0;
}

.title_yellow {
  color: #E6B939;
}

.text {
  color: #575445;
  line-height: 120%;
  font-size: 20px;
  margin: 10px 0 15px;
}

.text_white {
  color: #fff;
}

.btn {
  background-color: #575445;
  color: #fff;
  border-radius: 6px;
  border: none;
  white-space: nowrap;
  padding: 10px 18px;
  text-transform: capitalize;
  min-height: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:hover {
  opacity: 0.9;
}

.btn:active {
  opacity: 0.8;
}

.btn__text {
  margin: 0 8px;
}

.btn_white {
  background-color: #fff;
  color: #575445;
}

.counter {
  border-radius: 50%;
  background-color: #fff;
  color: #575445;
  height: 25px;
  width: 25px;
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
}

.info {
  text-align: center;
  width: 50%;
  margin: auto;
}

.container {
  padding: 0 120px;
}

.page-space {
  padding: 100px 0;
}

.link {
  font-size: 20px;
}

.header__top {
  padding: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.header__menu {
  -ms-grid-column-align: end;
      justify-self: end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}

.header-btn {
  width: 60px;
  padding: 13px 0;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid #575445;
  display: none;
  place-items: center;
  -ms-grid-rows: (8px)[3];
      grid-template-rows: repeat(3, 8px);
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header-btn__line {
  height: 3px;
  background-color: #575445;
  width: 80%;
}

.header__link {
  white-space: nowrap;
}

.header__content {
  background-image: url("../images/header-bg.png");
  height: 640px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .title,
.header .text {
  color: #fff;
}

.header .title {
  margin: 10px 0;
  font-size: 48px;
  width: 30%;
}

.header .text {
  width: 30%;
}

/* === ABOUT === */
.about {
  background-image: url("../images/about-top.png"), url("../images/about-bottom.png");
  background-repeat: no-repeat;
  background-position: top 10px left 60%, left 91% bottom 15%;
  background-size: 256px;
}

.about__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 104px;
}

.about__img {
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .text {
  padding: 10px 0 20px;
}

.about .uptitle {
  margin-bottom: 10px;
}

/* === PROMISE === */
.promise {
  background-color: #FAFAFC;
  background-repeat: no-repeat;
  background-position: right 10px top 15%;
  background-size: 470px;
  background-image: url("../images/promise-bg.png");
}

.promise__inner {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 80px;
  color: #575445;
}

.promise__title {
  font-size: 24px;
  font-family: 'Roboto';
  margin: 10px 0;
}

.promise__text {
  width: 80%;
  margin: auto;
}

/* === FAMILY === */
.family__inner {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.family__item {
  padding: 30px;
  height: 670px;
  border-radius: 10px;
  text-align: center;
  color: #575445;
}

.family__title {
  font-size: 36px;
}

.family__text {
  font-size: 22px;
  padding: 20px 0;
  width: 70%;
  margin: auto;
}

/* === SEA === */
.sea {
  height: 900px;
  padding: 40px;
  display: -ms-grid;
  display: grid;
  justify-items: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.sea__utilite {
  background: #292C32;
  border-radius: 16px;
  padding: 16px 22px;
  color: #fff;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.sea__item:hover {
  opacity: 0.8;
}

.sea__icon {
  margin-right: 8px;
}

/* === PRODUCT === */
.product {
  background-color: #375c58;
  background-image: url("../images/product-bg.png");
  padding: 150px 0;
  text-align: center;
}

.product .text {
  width: 50%;
  margin: auto;
}

.product .title {
  padding: 20px 0;
}

.product .btn {
  margin-top: 30px;
}

/* === GUIDE === */
.guide .text {
  width: 40%;
}

.guide__inner {
  gap: 32px;
  margin-top: 40px;
}

.guide__item {
  display: -ms-grid;
  display: grid;
}

.guide__img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.guide__title {
  padding: 20px 0;
  font-size: 28px;
  width: 80%;
}

.guide__info {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guide__date {
  -ms-grid-column-align: end;
      justify-self: end;
  color: #6F7278;
  font-size: 20px;
}

.guide__profile {
  margin-top: 15px;
  display: -ms-inline-grid;
  display: inline-grid;
      grid-template-areas: 'person name' 'person prof';
  gap: 5px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.guide__person {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: person;
}

.guide__name {
  font-size: 22px;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: name;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.guide__prof {
  font-size: 18px;
  color: #E6B939;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: prof;
}

.guide__link {
  text-align: center;
  display: block;
  padding-top: 35px;
}

/* === READING === */
.reading {
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reading__img {
  height: 576px;
  width: 576px;
  -o-object-fit: contain;
     object-fit: contain;
}

.reading .title {
  padding: 15px 0;
}

/* === FOOTER === */
.footer {
  background-color: #575445;
  color: #fff;
}

.footer__logo {
  display: block;
  margin: auto;
}

.footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3] 2fr;
      grid-template-columns: repeat(3, 1fr) 2fr;
  gap: 20px;
  padding: 70px 0 40px;
}

.footer__socials {
  -ms-grid-column-align: end;
      justify-self: end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.footer__list {
  display: -ms-grid;
  display: grid;
  gap: 11px;
}

.footer__form {
  position: relative;
}

.footer__input {
  width: 100%;
  padding: 17px 100px 17px 21px;
  border-radius: 8px;
  border: none;
  height: 65px;
}

.footer__input::-webkit-input-placeholder {
  color: #575445;
}

.footer__input:-ms-input-placeholder {
  color: #575445;
}

.footer__input::-ms-input-placeholder {
  color: #575445;
}

.footer__input::placeholder {
  color: #575445;
}

.footer .text {
  margin: 15px 0;
}

.footer .btn {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .uptitle {
  margin-bottom: 10px;
}

@media (max-width: 1600px) {
  .container {
    padding: 0 60px;
  }
  .page-space {
    padding: 50px 0;
  }
  .title {
    font-size: 30px;
  }
  .btn {
    min-height: 40px;
    padding: 10px 12px;
    font-size: 14px;
  }
  .uptitle,
  .text,
  .link {
    font-size: 16px;
  }
  .text {
    margin: 5px 0;
  }
  .header .title {
    font-size: 36px;
  }
  .header .title,
  .header .text {
    width: 50%;
  }
  .about__img {
    height: 500px;
  }
  .promise__text {
    width: 100%;
  }
  .family__item {
    height: 500px;
  }
  .family__title {
    font-size: 25px;
  }
  .family__text {
    font-size: 16px;
  }
  .sea {
    height: 600px;
  }
  .guide__img {
    height: 300px;
  }
  .guide__title {
    font-size: 22px;
  }
  .guide__name, .guide__prof, .guide__date {
    font-size: 16px;
  }
  .footer__form {
    width: 80%;
  }
  .footer__input {
    height: 45px;
    padding: 15px 100px 15px 15px;
  }
}

@media (max-width: 1060px) {
  .container {
    padding: 0 30px;
  }
  .text,
  .title {
    width: 100%;
  }
  .header .title,
  .header .text {
    width: 100%;
  }
  .header__menu {
    display: none;
  }
  .header__content {
    height: 500px;
  }
  .header-btn {
    display: -ms-grid;
    display: grid;
  }
  .about__img {
    height: 300px;
  }
  .about__inner {
    gap: 50px;
  }
  .promise__inner {
    gap: 40px;
  }
  .info {
    width: 70%;
  }
  .family__item {
    height: 300px;
    padding: 15px;
  }
  .sea {
    height: 400px;
    padding: 20px;
  }
  .page-space {
    padding: 20px 0;
  }
  .guide .text,
  .guide .title {
    width: 100%;
  }
  .reading__img {
    width: 100%;
    height: 450px;
  }
  .footer__content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .about__inner, .guide__inner, .guide__info, .reading, .footer__bottom {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .header__top {
    padding: 15px 0;
  }
  .header-btn {
    width: 50px;
    padding: 8px 0;
  }
  .header__content {
    height: 350px;
  }
  .about__img {
    height: 200px;
    width: 80%;
    margin: auto;
  }
  .guide__img,
  .reading__img {
    height: 250px;
  }
  .reading {
    gap: 50px;
  }
  .promise__inner,
  .family__inner {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .sea__utilite {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 20px;
  }
}

@media (max-width: 620px) {
  .info {
    width: 100%;
  }
  .promise__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .promise__item {
    width: 60%;
    margin: auto;
  }
  .family__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .sea {
    height: 300px;
  }
  .sea__utilite {
    height: 100%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .product .text {
    width: 95%;
  }
  .footer__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0;
  }
  .footer__form {
    width: 100%;
  }
  .footer__bottom {
    gap: 20px;
    text-align: center;
  }
  .footer__socials {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .uptitle,
  .text,
  .link {
    font-size: 14px;
  }
  .title {
    font-size: 25px;
  }
  .header-btn {
    width: 40px;
    padding: 4px 0;
  }
  .header .title {
    font-size: 28px;
  }
  .about__img {
    width: 100%;
  }
  .about__inner {
    gap: 25px;
  }
  .promise__item {
    width: 100%;
  }
  .family__item {
    height: 250px;
  }
  .guide__person {
    height: 50px;
    width: 50px;
  }
}
/*# sourceMappingURL=style.css.map */