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;
  }
}
.fon {
  background-image: url(../img/fon4.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.fon h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
  width: 85%;
  margin: 0 auto;
  color: #313538;
  font-size: 65px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Pacifico", cursive;
}

@media screen and (min-width: 1700px) {
  .fon h1 {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .fon h1 {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .fon h1 {
    height: 100px;
    font-size: 25px;
  }
}
.price {
  margin: 0 auto;
  width: 85%;
}
.price summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  margin: 14px;
}
.price summary::-webkit-details-marker {
  display: none;
}
.price details {
  transition: 0.4s;
}
.price details summary::before {
  content: url(./../img/2.png);
  display: inline-block;
  transform: rotate(0);
  transition: 0.25s transform ease;
  display: flex;
  align-items: center;
}
.price details[open] summary::before {
  transform: rotate(90deg);
}
.price h2 {
  margin: 0px 20px;
  color: #526371;
  font-size: 25px;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
  animation: move 2s;
  -webkit-animation: move 2s;
}
.price h2:hover {
  color: #1fb9b9;
  transition: 0.5s;
  transition-delay: calc((var(--n) - 5) * 5s);
}
@keyframes move {
  from {
    margin-left: 60%;
    width: 100%;
  }
  to {
    width: 100%;
  }
}
.price__table {
  padding: 0 100px 0 100px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #b7b7b7;
}
.price__table p {
  color: #8c8c8c;
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .price h2 {
    font-size: 22px;
  }
  @keyframes move {
    from {
      margin-left: 40%;
      width: 100%;
    }
    to {
      width: 100%;
    }
  }
  .price__table {
    padding: 0 0 0 0;
    display: block;
  }
  .price__table p {
    font-size: 18px;
    text-align: center;
  }
}
.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=price-list.css.map */