* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.header {
  min-height: 100vh;
  background: url(../img/header-bg.jpg) center center/cover no-repeat;
}
.header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}
.header .header-top .logo img {
  width: 150px;
}
.header .header-top .media {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header .header-top .media .lang a {
  background-color: #fff;
  color: #3B260D;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
}
.header .header-top .media .phone-e {
  display: flex;
  flex-direction: column;
}
.header .header-top .media .phone-e .tel {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-style: italic;
  font-size: 20px;
}
.header .header-top .media .phone-e .mail {
  color: #fff;
  text-decoration: none;
}
.header .header-top .media .social {
  display: flex;
  align-items: center;
  gap: 20px;
  border-left: 1px solid #E8A333;
  padding-left: 30px;
}
.header .header-top .media .social a {
  background-color: #E8A333;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3B260D;
}
.header .header-top .media .social a svg {
  width: 20px;
}
.header .header-content {
  margin-top: 10vh;
  max-width: 700px;
  width: 100%;
}
.header .header-content h1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
}
.header .header-content p {
  border-left: 2px solid #fff;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 35px;
}

.a-btn {
  background-color: #E8A333;
  color: #3B260D;
  padding: 20px 45px;
  border-radius: 15px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s all;
}
.a-btn:hover {
  color: #3B260D;
  transform: scale(1.05);
}

.block {
  padding: 90px 0;
}

.title {
  margin-bottom: 35px;
  text-align: center;
}
.title h2 {
  font-weight: bold;
}

.block-1 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 30px;
  margin-top: 90px;
}
.block-1 .items .item {
  background-color: #fff;
  color: #3B260D;
  border: 3px solid #E8A333;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  padding-top: 0;
}
.block-1 .items .item img {
  background-color: #fff;
  width: 110px;
  margin-top: -50px;
  margin-bottom: 20px;
  padding: 10px;
}
.block-1 .items .item p {
  background-color: #fff;
  padding: 20px;
  color: #3B260D;
  margin-bottom: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
}

.block-2 {
  background: url(../img/bg-2.jpg) center center/cover no-repeat;
  color: #fff;
}
.block-2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.block-2 .items .item {
  background-color: #E8A333;
  padding: 60px 30px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.block-2 .items .item p {
  font-size: 20px;
  margin-bottom: 0;
  color: #3B260D;
  font-weight: bold;
  font-size: 25px;
  position: relative;
  z-index: 999;
}
.block-2 .items .item h3 {
  font-size: 150px;
  font-weight: 900;
  position: absolute;
  top: -10px;
  left: 20px;
  opacity: 0.19;
}

.block-3 .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.block-3 .items .item {
  background-color: #3B260D;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 20px;
}
.block-3 .items .item img {
  border-radius: 15px;
  padding: 10px;
  width: 70px;
  background-color: #fff;
}
.block-3 .items .item p {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
}

.block-4 {
  background: url(../img/bg-3.jpg) center center/cover no-repeat;
  color: #fff;
}
.block-4 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}
.block-4 .items .item {
  background-color: #E8A333;
  padding: 60px 30px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block-4 .items .item p {
  font-size: 24px;
  margin-bottom: 0;
  color: #3B260D;
  font-weight: bold;
  font-size: 25px;
  position: relative;
  z-index: 999;
}
.block-4 .items .item h3 {
  font-size: 150px;
  font-weight: 900;
  position: absolute;
  top: -10px;
  left: 20px;
  opacity: 0.1;
}

.block-5 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 90px;
}
.block-5 .items .item {
  background-color: #fff;
  color: #3B260D;
  border: 3px solid #E8A333;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  padding-top: 0;
}
.block-5 .items .item img {
  background-color: #fff;
  width: 110px;
  margin-top: -50px;
  margin-bottom: 20px;
  padding: 10px;
}
.block-5 .items .item h3 {
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
}

.block-6 {
  margin: 0 auto;
  max-width: 800px;
}
.block-6 img {
  width: 100%;
  border-radius: 15px;
}

.br {
  width: 100%;
  background-color: #E8A333;
  height: 2px;
}

.footer {
  background-color: #E8A333;
  padding: 50px 0;
  color: #fff;
  font-weight: bold;
}
.footer .m-qr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .m-qr .qr {
  text-align: center;
}
.footer .m-qr .qr img {
  width: 150px;
  margin: 10px 0;
}
.footer .m-qr .qr h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.footer .media {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .media .phone-e {
  display: flex;
  flex-direction: column;
}
.footer .media .phone-e .tel {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-style: italic;
  font-size: 16px;
}
.footer .media .phone-e .tel svg {
  width: 22px;
  margin-right: 5px;
}
.footer .media .social {
  display: flex;
  flex-direction: column;
}
.footer .media .social h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .media .social div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .media .social div a {
  background-color: #3B260D;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E8A333;
}
.footer .media .social div a svg {
  width: 20px;
}
.footer .footer-bottom {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #fff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 900px) {
  .header .header-top .logo img {
    width: 90px;
  }
  .header .header-top .media .phone-e .tel {
    font-size: 14px;
  }
  .header .header-top .media .social {
    padding-left: 10px;
  }
  .header .header-top .media {
    gap: 10px;
  }
  .header .header-top .media .social a {
    width: 30px;
    height: 30px;
  }
  .header .header-top .media .social {
    gap: 5px;
  }
  .header .header-top .media .social {
    border-left: 0;
    border-top: 1px solid #E8A333;
    padding-top: 10px;
  }
  .header .header-top .media {
    flex-direction: column;
  }
  .header .header-top .media {
    text-align: right;
    align-items: flex-end;
  }
  .header .header-content h1 {
    font-size: 35px;
  }
  .header .header-content p {
    font-size: 16px;
  }
  .block-1 .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-2 .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-3 .items .item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .block-3 .items .item img {
    margin-bottom: 20px;
  }
  .block-3 .items .item p {
    margin: 0;
    font-size: 16px;
  }
  .block-2 .items .item p {
    font-size: 18px;
  }
  .block-4 .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-4 .items .item p {
    font-size: 18px;
  }
  .block-5 .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .footer .media {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .m-qr {
    flex-direction: column;
  }
  .footer .m-qr .qr {
    margin-top: 30px;
  }
  .footer .m-qr .qr img {
    width: 170px;
  }
}/*# sourceMappingURL=style.css.map */