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

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1240px) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 1000px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 30%;
  }
}
@media only screen and (min-width: 1800px) {
  html {
    font-size: 70%;
  }
}

body {
  background: #FAFAD2;
  overflow-x: hidden;
}

.container {
  background: #FAFAD2;
  position: relative;
  z-index: 0;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: regular;
  font-style: normal;
}
.title-first {
  font-family: "Roboto";
  color: #ffffff;
  font-size: 4.8rem;
  line-height: 5.76rem;
}

.title-secondary {
  font-family: "Roboto";
  font-size: 3.6rem;
  line-height: 4.3rem;
  margin-bottom: 1rem;
}
.title-secondary_brown {
  color: #575445;
}
.title-secondary_orange {
  color: #E6B939;
}

.title-third {
  font-family: "Poppins";
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.title-third_orange {
  color: #E6B939;
}
.title-third_white {
  color: #ffffff;
}

.title-forth {
  font-family: "Roboto";
  color: #575445;
  font-size: 2rem;
  line-height: 2.4rem;
}

.paragraph {
  font-size: 1.6rem;
  font-family: "Poppins";
  line-height: 2.5rem;
}
.paragraph a {
  text-decoration: none;
  color: #575445;
}
@media only screen and (max-width: 1240px) {
  .paragraph a {
    font-size: 1.8rem;
  }
}
.paragraph_grey {
  color: #CACCD1;
}
.paragraph_brown {
  color: #575445;
}
.paragraph_white {
  color: #ffffff;
}

.paragraph-description {
  color: #575445;
  font-size: 1.4rem;
  font-family: "Poppins";
  line-height: 2rem;
}
@media only screen and (max-width: 1240px) {
  .paragraph-description {
    font-size: 1.5rem;
  }
}

.margin-bottom-30px {
  margin-bottom: 3rem;
}

.margin-bottom-20px {
  margin-bottom: 2rem;
}

.margin-bottom-10px {
  margin-bottom: 1rem;
}

.text-align-center {
  text-align: center;
}

.text-align-center {
  text-align: center;
}

.cards-box__row {
  display: flex;
  justify-content: center;
}
.cards-box__row_1 {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1240px) {
  .cards-box__row_1 {
    margin-bottom: 3rem;
  }
}
.cards-box__row_2 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1240px) {
  .cards-box__row_2 {
    margin-bottom: 3rem;
  }
}
.cards-box__item {
  width: 37.9rem;
  height: 47.3rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
.cards-box__item:not(:last-child) {
  margin-right: 1.6rem;
}
@media only screen and (max-width: 1240px) {
  .cards-box__item {
    width: 30rem;
    height: 40rem;
  }
  .cards-box__item:not(:last-child) {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .cards-box__item {
    width: 20rem;
    height: 30rem;
  }
}
.cards-box__item_1 {
  background: url(../img/cards-box-img1.jpg) center/cover no-repeat;
}
.cards-box__item_2 {
  background: url(../img/cards-box-img2.jpg) center/cover no-repeat;
}
.cards-box__item_3 {
  background: url(../img/cards-box-img3.jpg) center/cover no-repeat;
}
.cards-box__item_4 {
  background: url(../img/cards-box-img4.jpg) center/cover no-repeat;
}
.cards-box__item_5 {
  background: url(../img/cards-box-img5.jpg) center/cover no-repeat;
}
.cards-box__item_6 {
  background: url(../img/cards-box-img6.jpg) center/cover no-repeat;
}
.cards-box__text {
  color: #ffffff;
  max-width: 25rem;
  text-align: center;
  padding-top: 20%;
}
.cards-box__title {
  font-family: "Roboto";
  font-size: 3.5rem;
  line-height: 3.4rem;
  margin-bottom: 1rem;
}
.cards-box__description {
  font-family: "Poppins";
  font-size: 1.6rem;
}
.cards-box__description ul > li {
  margin-bottom: 2rem;
}
.cards-box__description ul > li a {
  text-decoration: none;
  color: #ffffff;
}

.icons-box {
  display: flex;
  flex-direction: column;
}
.icons-box__row {
  display: flex;
  justify-content: space-around;
}
.icons-box__row_1 {
  margin-bottom: 10rem;
}
.icons-item {
  width: 28.7rem;
  text-align: center;
}
.icons-item__img {
  margin: 0 auto;
  background: #575445;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.btn:link, .btn:visited {
  font-size: 1.6rem;
  line-height: 2.24rem;
  font-weight: 700;
  font-family: "Poppins";
  color: #575445;
  background: #ffffff;
  text-decoration: none;
  padding: 1rem 1.8rem;
  display: inline-block;
  transition: 0.5s all;
  border-radius: 0.6rem;
}
.btn:hover {
  transform: translateY(-0.2rem);
}
.btn:active {
  transform: translateY(0rem);
}
.btn_brown {
  color: #ffffff;
  background: #575445;
  border-radius: 1rem;
  padding: 1rem 1.8rem;
  border: none;
  transition: 0.5s all;
}

.cards-box-guides {
  max-width: 56.8rem;
}
.cards-box-guides:not(:last-child) {
  margin-right: 3.2rem;
}
.cards-box-guides a {
  text-decoration: none;
  color: #575445;
}
.cards-box-guides__descr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cards-box-guides__wrapper {
  display: flex;
}
.cards-box-guides__img {
  width: 56.8rem;
  height: 31.9rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1240px) {
  .cards-box-guides__img {
    width: 42rem;
    height: 25rem;
  }
}
.cards-box-guides__description {
  font-size: 2rem;
  font-family: "Poppins";
  line-height: 2.4rem;
  max-width: 46.5rem;
  margin-bottom: 1.2rem;
}
.cards-box-guides__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cards-box-guides__person-photo {
  width: 5rem;
  height: 5rem;
  margin-right: 1.2rem;
}
@media only screen and (max-width: 1240px) {
  .cards-box-guides__person-photo {
    margin-right: 3rem;
  }
}
.cards-box-guides__name {
  display: block;
}
.cards-box-guides__name_1 {
  font-family: "Roboto";
  font-size: 1.4rem;
  color: #575445;
  line-height: 1.82rem;
}
.cards-box-guides__name_2 {
  font-family: "Poppins";
  font-size: 1.2rem;
  color: #E6B939;
  line-height: 1.54rem;
}
.cards-box-guides__date {
  font-family: "Poppins";
  font-size: 1.3rem;
  color: #6F7278;
}

.header {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.header__logo {
  padding: 2rem 0 2rem 2rem;
}
@media only screen and (max-width: 749px) {
  .header__logo {
    padding-top: 1rem;
  }
}
.header__nav-container {
  display: flex;
  justify-content: space-around;
  height: 7.9rem;
}
.header__box {
  width: 100%;
  height: 70rem;
}
.header__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 11%;
}

.slider {
  position: relative;
  width: 100%;
  height: 95vh;
  margin: 0 auto;
  overflow: hidden;
}
.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  color: #333;
  opacity: 0.5;
  border-radius: 50%;
  height: 5.5rem;
  width: 5.5rem;
  font-size: 3.25rem;
  cursor: pointer;
}
.slider__btn--left {
  left: 3%;
  transform: translate(-50%, -50%);
}
.slider__btn--right {
  right: 3%;
  transform: translate(50%, -50%);
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* THIS creates the animation! */
  transition: transform 1s;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dots {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.3;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  background-color: #888;
  opacity: 1;
}

.overlay {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000;
  position: absolute;
  z-index: 10;
  top: 0;
}

.navigation {
  margin-right: 4rem;
  font-size: 1.6rem;
  line-height: 1.4rem;
  font-family: "Poppins";
  font-weight: bold;
}
@media only screen and (max-width: 1240px) {
  .navigation {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 749px) {
  .navigation__nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 50%;
    background: #FAFAD2;
    z-index: 20;
    transition: 0.6s all;
  }
}
.navigation__list {
  display: flex;
}
@media only screen and (max-width: 749px) {
  .navigation__list {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 80vh;
  }
}
.navigation__item {
  display: flex;
  align-items: center;
  height: 7.9rem;
}
.navigation__item:not(:last-child) {
  margin-right: 1rem;
}
.navigation__item:nth-child(5) {
  margin-right: 4rem;
}
@media only screen and (max-width: 1240px) {
  .navigation__item:nth-child(5) {
    margin-right: 0rem;
  }
}
@media only screen and (max-width: 749px) {
  .navigation__item {
    font-size: 4rem;
    margin-right: 0;
  }
}
.navigation__link {
  position: relative;
  display: inline-block;
  transition: 0.3s all;
}
.navigation__link:link, .navigation__link:visited {
  padding: 0.8rem 1.5rem;
  border-radius: 0.6rem;
  text-decoration: none;
  color: #575445;
}
@media only screen and (max-width: 749px) {
  .navigation__link:link, .navigation__link:visited {
    height: 6rem;
  }
}
.navigation__link:hover, .navigation__link:active {
  color: #ffffff;
  background: #575445;
  border-radius: 0.6rem;
  transform: scale(1.2);
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 749px) {
  .navigation__link:hover, .navigation__link:active {
    height: 6rem;
    display: flex;
    align-items: center;
  }
}
.navigation__buttons {
  display: flex;
  align-items: center;
  transition: 0.3s all;
  height: 4.4rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 749px) {
  .navigation__buttons {
    height: 6rem;
    display: flex;
    align-items: center;
  }
}
.navigation__buttons:link, .navigation__buttons:visited {
  padding: 0rem 1.8rem;
  font-size: 1.6rem;
  border-radius: 0.6rem;
  text-decoration: none;
  color: #ffffff;
  background: #575445;
}
@media only screen and (max-width: 749px) {
  .navigation__buttons:link, .navigation__buttons:visited {
    font-size: 3rem;
    margin-right: 0;
  }
}
.navigation__buttons:hover, .navigation__buttons:active {
  color: #ffffff;
  padding: 0rem 1.8rem;
  background: #575445;
  border-radius: 0.6rem;
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 749px) {
  .navigation__buttons:hover, .navigation__buttons:active {
    font-size: 3rem;
    margin-right: 0;
  }
}
.navigation__buttons:hover {
  transform: translateY(-0.3rem);
}
.navigation__buttons:active {
  transform: translateY(-0.1rem);
}
.navigation__img {
  width: 1.7rem;
  margin-right: 0.8rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 749px) {
  .navigation__img {
    width: 3rem;
  }
}
.navigation__sum {
  font-size: 1.6rem;
  border-radius: 0.9rem;
  background: #ffffff;
  color: #575445;
  width: 2rem;
  margin-left: 0.8rem;
  text-align: center;
  line-height: 1.8rem;
}
@media only screen and (max-width: 749px) {
  .navigation__sum {
    width: 3rem;
    line-height: 3rem;
    border-radius: 2rem;
    font-size: 2rem;
  }
}

.hamburger {
  display: none;
}
@media only screen and (max-width: 749px) {
  .hamburger {
    display: block;
    position: fixed;
    top: 2rem;
    right: 30px;
    width: 30px;
    height: 14px;
    z-index: 30;
  }
  .hamburger span {
    height: 2px;
    width: 100%;
    display: block;
    background: black;
    margin-bottom: 4px;
    transition: 1s all;
  }
  .hamburger span:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 749px) {
  .hamburger_active span {
    margin-bottom: -2px;
  }
  .hamburger_active span:nth-child(1) {
    transform: translateY(3px) rotate(-45deg);
  }
  .hamburger_active span:nth-child(2) {
    display: none;
  }
  .hamburger_active span:nth-child(3) {
    transform: translateY(3px) rotate(45deg);
  }
}

.nav-menu_active {
  right: 0;
}

.wrapper {
  display: flex;
  align-items: center;
  padding: 5% 5%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.wrapper a {
  text-decoration: none;
  color: #575445;
}
.wrapper__left {
  margin-right: 10.4rem;
}
@media only screen and (max-width: 1240px) {
  .wrapper__left {
    margin-right: 5rem;
  }
}
.wrapper__img {
  width: 60rem;
}
@media only screen and (max-width: 1240px) {
  .wrapper__img {
    width: 40rem;
  }
}
@media only screen and (max-width: 1000px) {
  .wrapper__img {
    width: 30rem;
  }
}
.wrapper__right {
  max-width: 50rem;
}

.footer {
  font-family: "Poppins";
  font-size: 1.4rem;
  padding: 8rem 0;
  height: 56.7rem;
  background: #575445;
}
@media only screen and (max-width: 1240px) {
  .footer {
    padding: 5rem 5rem;
    height: 50rem;
  }
}
.footer__logo {
  width: 16rem;
  height: 4.8rem;
  margin-bottom: 7.6rem;
}
.footer__row {
  max-width: 116.8rem;
  margin: 0 auto;
}
.footer__row_2 {
  display: flex;
  margin-bottom: 3.1rem;
}
@media only screen and (max-width: 1240px) {
  .footer__row_2 {
    margin-bottom: 1rem;
  }
}
.footer__list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.footer__list:not(:last-child) {
  width: 22rem;
}
.footer__list:last-child {
  width: 45.8rem;
}
.footer__list:not(:last-child) {
  margin-right: 1.6rem;
}
.footer__title {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 2rem;
  color: #E6B939;
  letter-spacing: 0.2rem;
  margin-bottom: 0.9rem;
}
.footer__item {
  color: #ffffff;
  line-height: 2rem;
  text-decoration: none;
  letter-spacing: 0.2rem;
  display: inline-block;
}
.footer__item:not(:last-child) {
  margin-bottom: 0.9rem;
}
.footer__item_rights {
  margin-bottom: 0 !important;
}
.footer__item_rights a {
  margin-right: 1rem;
}
.footer__rights {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 2.4rem;
  padding-top: 1rem;
}
.footer__rights img {
  width: 2.4rem;
  height: 2.4rem;
}
.footer__rights img:not(:last-child) {
  margin-right: 2rem;
}
.footer__link:link, .footer__link:visited {
  color: #ffffff;
  line-height: 2rem;
  text-decoration: none;
  letter-spacing: 0.2rem;
  display: inline-block;
  transition: all 0.3s;
}
.footer__link:hover {
  transform: rotate(5deg) scale(1.2);
}

.form {
  position: relative;
  height: 5.3rem;
}
.form__input {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: none;
  padding-left: 2rem;
}
.form__input:focus {
  outline: none;
}
.form__btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.section-about {
  position: relative;
  overflow: hidden;
  padding: 10rem 13.6rem;
  z-index: 2;
}
@media only screen and (max-width: 1240px) {
  .section-about {
    padding: 6rem 11rem;
  }
}
@media only screen and (max-width: 1000px) {
  .section-about {
    padding: 6rem 4rem;
  }
}

.section-products {
  position: relative;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff 0%, #fafad2 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 82rem;
  z-index: 0;
}
.section-products__title {
  padding-top: 7rem;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1240px) {
  .section-products__title {
    padding-top: 4rem;
  }
}
.section-products__decor {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 1240px) {
  .section-products__decor {
    display: none;
  }
}
.section-products__decor_1 {
  bottom: 0;
  left: 0;
}
.section-products__decor_2 {
  top: 0;
  right: 0;
}
.section-products__icons-box {
  max-width: 116.8rem;
  margin: 0 auto;
}

.section-catalog {
  background: #ffffff;
  min-height: 145rem;
}
@media only screen and (max-width: 1240px) {
  .section-catalog {
    min-height: 123rem;
  }
}
@media only screen and (max-width: 1000px) {
  .section-catalog {
    min-height: 97rem;
  }
}
.section-catalog__decor_1 {
  position: absolute;
  right: -1rem;
  opacity: 0.4;
}
@media only screen and (max-width: 1240px) {
  .section-catalog__decor_1 {
    display: none;
  }
}
.section-catalog__title {
  padding-top: 7%;
  position: absolute;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}
.section-catalog__cards-box {
  padding-top: 22%;
  z-index: 5;
}
@media only screen and (max-width: 1000px) {
  .section-catalog__cards-box {
    padding-top: 25%;
  }
}
.section-catalog__top {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  z-index: 1;
}

.section-visit-shop {
  position: relative;
}
.section-visit-shop__title {
  position: absolute;
  top: 15%;
  left: 30%;
  max-width: 53.8rem;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1000px) {
  .section-visit-shop__title {
    top: 25%;
    left: 28vw;
  }
}
.section-visit-shop__video {
  height: 50rem;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(70deg, rgba(250, 250, 210, 0.5), rgba(0, 0, 0, 0.9));
}

.section-guides {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  .section-guides {
    padding: 0 5%;
  }
}
.section-guides__title {
  padding-top: 7rem;
  max-width: 60rem;
  max-width: 60rem;
  margin-bottom: 2rem;
}
.section-guides__cards-box-guides {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.section-about-magazine {
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #ffffff 0%, #fafad2 100%);
  min-height: 50rem;
  position: relative;
  overflow: hidden;
  padding: 5% 5%;
  z-index: 2;
}
@media only screen and (max-width: 1240px) {
  .section-about-magazine {
    padding: 6rem 11rem;
  }
}
@media only screen and (max-width: 1000px) {
  .section-about-magazine {
    padding: 6rem 4rem;
  }
}
.section-about-magazine__decor {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1240px) {
  .section-about-magazine__decor {
    display: none;
  }
}
.section-about-magazine__decor_1 {
  bottom: -5%;
  left: 10%;
}
.section-about-magazine__decor_2 {
  top: 3%;
  right: -3%;
}

.wrapper {
  max-width: 116.8rem;
  margin: 0 auto;
  border-radius: 2rem;
  z-index: 100;
}
.wrapper img {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2rem;
}/*# sourceMappingURL=style.css.map */