body {
  font-family: "Kanit", sans-serif;
}

.header {
  width: 100%;
}
.header__up {
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #b7b7b7;
}
.header__title {
  display: flex;
  align-items: center;
}
.header__title img {
  width: 60px;
  height: 60px;
}
.header__title h1 {
  color: #526371;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
}
.header__down {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
}
.header__down nav {
  margin-left: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.header__down nav a {
  color: #526371;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  margin: 10px;
  padding: 7px;
  border: 1px solid #b7b7b7;
  background-color: #b1f0eb;
}
.header__down nav a:hover {
  color: #1fb9b9;
  transition: 0.5s;
}

.icons {
  display: flex;
  justify-content: space-between;
}
.icons__top {
  display: flex;
}
.icons__top img {
  margin-left: 15px;
}
.icons__top h6 {
  color: #526371;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0px 0px -11px 12px;
}
.icons__top p {
  color: #b7b7b7;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  margin: 0px 0px 0px 12px;
}

@media screen and (max-width: 1024px) {
  .header__title h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .header__title h1 {
    font-size: 32px;
  }
  .header__up {
    flex-direction: column;
    height: auto;
  }
  .header__down {
    justify-content: center;
  }
  .header__down nav {
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .header__title h1 {
    font-size: 22px;
  }
  .header__down {
    margin: 20px 0 20px 0;
  }
  .header__down nav a {
    font-size: 18px;
    margin: 4px;
    padding: 4px;
  }
  .icons {
    flex-direction: column;
    align-items: center;
  }
  .icons__top img {
    margin-left: 0px;
  }
}
.background {
  background-image: url(../img/fon1.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100%;
}
.background__text {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.background__text h1 {
  max-width: 550px;
  color: #313538;
  font-size: 46px;
  line-height: 67px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Pacifico", cursive;
}

span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
}

span.fade {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (min-width: 1700px) {
  .background {
    min-height: 550px;
  }
  .background__text {
    margin-right: 200px;
  }
  .background__text h1 {
    font-size: 55px;
    line-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .background__text {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .background {
    background-image: url(../img/fon1-1.jpg);
    background-size: 100% 100%;
    height: 450px;
  }
  .background__text h1 {
    font-size: 37px;
    line-height: 50px;
  }
}
.description {
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.description__top {
  width: 370px;
  border: 1px solid #1fb9b9;
}
.description__top a {
  text-decoration: none;
}
.description__top img {
  width: 370px;
  height: 232px;
}
.description__top h4 {
  color: #000000;
  font-size: 23px;
  line-height: 35px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
}
.description__top p {
  color: #313538;
  font-size: 17px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.description__top:hover {
  background-color: #1fb9b9;
  transition: 0.8s;
}
.description__covertly {
  display: flex;
  justify-content: flex-end;
}
.description__covertly p {
  color: #8c8c8c;
  font-size: 17px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .description__top {
    max-width: 300px;
  }
  .description__top img {
    width: 300px;
    height: 182px;
  }
  .description__top h4 {
    font-size: 20px;
  }
}
.quality {
  margin-top: 40px;
  background-color: #e8f6f6;
}
.quality__top {
  margin: 0 auto;
  padding: 50px 0px 50px 0px;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.quality__services {
  width: 390px;
  display: flex;
  align-items: center;
}
.quality__img {
  margin-right: 15px;
}
.quality__text h5 {
  margin: 0 auto;
  color: #313538;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Pacifico", cursive;
}
.quality__text p {
  margin: 0 auto;
  color: #8c8c8c;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .quality__text h5 {
    font-size: 17px;
  }
}
.salon {
  padding-top: 50px;
  margin: 0 auto;
  width: 85%;
  display: flex;
  justify-content: center;
}
.salon__text {
  margin-right: 10px;
}
.salon__text h4 {
  color: #313538;
  font-size: 32px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  font-family: "Pacifico", cursive;
}
.salon__text p {
  max-width: 450px;
  margin: 0 auto;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.salon__img img {
  width: 700px;
  height: 315px;
}

@media screen and (max-width: 992px) {
  .salon {
    display: block;
  }
  .salon__img {
    background-image: url(../img/salon.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 330px;
  }
  .salon__img img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .salon__img {
    min-height: 290px;
  }
}
@media screen and (max-width: 480px) {
  .salon__text h4 {
    font-size: 25px;
  }
  .salon__img {
    min-height: 180px;
  }
}
.people {
  background-image: url(../img/fon2.jpg);
  background-position: 0 0;
  background-size: 100% auto;
  margin-top: 50px;
}
.people__title h3 {
  color: #313538;
  font-size: 40px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  font-family: "Pacifico", cursive;
}
.people__top {
  padding: 35px 0 35px 0;
  margin: 0 auto;
  width: 85%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.people__adobe {
  width: 346px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.people__adobe img {
  margin-top: 25px;
}
.people__adobe h5 {
  margin: 0 auto;
  color: #526371;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
}
.people__adobe p {
  width: 276px;
  color: #8c8c8c;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .people__title h3 {
    font-size: 30px;
  }
  .people__adobe p {
    width: 200px;
  }
}
.tooth {
  margin: 0 auto;
  margin-top: 30px;
  width: 85%;
  display: flex;
  align-items: center;
}
.tooth p {
  color: #313538;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  font-family: "Pacifico", cursive;
}
.tooth img {
  height: 140px;
}

@media screen and (max-width: 480px) {
  .tooth {
    flex-direction: column;
  }
  .tooth p {
    font-size: 18px;
  }
}
.telephone {
  padding-top: 40px;
  margin: 0 auto;
  width: 60%;
}
.telephone__top {
  display: flex;
  justify-content: center;
}
.telephone__img img {
  height: 230px;
}
.telephone__text h1 {
  color: #526371;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
}
.telephone__tel {
  display: flex;
  justify-content: center;
  margin-top: -20px;
}
.telephone__tel a {
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #8c8c8c;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.telephone__tel a:hover {
  color: #1fb9b9;
}

@media screen and (max-width: 768px) {
  .telephone__img img {
    height: 190px;
  }
  .telephone__text h1 {
    font-size: 21px;
  }
  .telephone__tel {
    display: block;
    margin-top: -35px;
  }
  .telephone__tel a {
    margin-left: 90px;
    font-size: 26px;
  }
  .telephone__tel img {
    height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .telephone__img img {
    height: 190px;
  }
  .telephone__text h1 {
    font-size: 15px;
  }
  .telephone__tel {
    margin-top: -10px;
  }
  .telephone__tel a {
    margin-left: 0px;
    font-size: 20px;
  }
  .telephone__tel img {
    height: 25px;
  }
}
.footer {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
.footer__top {
  border-top: 1px solid #b7b7b7;
  display: flex;
  justify-content: flex-end;
}
.footer__top p {
  margin-right: 7px;
  color: #526371;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
}

@media screen and (max-width: 480px) {
  .footer__top {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */