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;
  }
}
.contacts {
  background-image: url(../img/fon3.jpg);
  background-position: 0 0;
  background-size: 100% auto;
}
.contacts__top {
  margin: 0 auto;
  width: 85%;
  padding: 30px 0 30px 0;
  display: flex;
  justify-content: center;
  gap: 0px 40px;
}
.contacts__left {
  background-color: white;
  width: 356px;
}
.contacts__left h5 {
  color: #313538;
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  padding-top: 15px;
  text-align: center;
}
.contacts__con {
  display: flex;
  align-items: center;
  border-top: 2px solid #8c8c8c;
  margin: 0 auto;
  width: 280px;
}
.contacts__con p {
  color: #8c8c8c;
  font-size: 17px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  margin-left: 15px;
}

.map2 {
  display: none;
}

.map3 {
  display: none;
}

.map4 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .map1 {
    display: none;
  }
  .map2 {
    display: inline;
  }
  .map3 {
    display: none;
  }
  .map4 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .map1 {
    display: none;
  }
  .map2 {
    display: none;
  }
  .map3 {
    display: inline;
  }
  .map4 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .contacts__top {
    flex-direction: column;
    align-items: center;
  }
  .contacts__left {
    min-width: auto;
  }
  .contacts__con {
    width: 255px;
  }
  .contacts__con p {
    margin-left: 7px;
  }
  .map1 {
    display: none;
  }
  .map2 {
    display: none;
  }
  .map3 {
    display: none;
  }
  .map4 {
    display: inline;
  }
}
.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=contacts.css.map */