.hero {
  margin-top: 0;
  padding-top: 94px;
}

.hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero__title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

.hero__part2-list {
  gap: 15px;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

.hero__button {
  width: 140px;
  height: 30px;
  background-image: linear-gradient(to right, rgb(249, 249, 102), rgb(83, 83, 255));
}
@media screen and (max-width: 768px) {
  .hero__button {
    width: 80px;
  }
}

.hero__part3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero__text {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.hero__text2 {
  font-size: 16px;
  text-align: center;
}

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

main {
  background-image: linear-gradient(to top, rgb(249, 249, 102), rgb(83, 83, 255));
}

section {
  margin-top: 94px;
  margin-bottom: 94px;
}

p {
  font-size: 18px;
}

img {
  width: 615px;
}
@media screen and (max-width: 768px) {
  img {
    width: 30%;
  }
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*::after, *::before {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

.work-section {
  display: flex;
  flex-direction: column;
}

.work__part1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.work__part2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}

.work__text {
  font-size: 18px;
}

.work__part3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.work__telephone {
  font-size: 24px;
  font-weight: 500;
}

.work__text2 {
  font-size: 16px;
  text-align: center;
}

.work__title {
  text-align: center;
}

.metals-containers {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.logistics-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.logistics__part1 {
  display: flex;
  flex-direction: column;
}

.logistics__text {
  font-size: 14px;
}

.contacts {
  margin-bottom: 0;
  padding-bottom: 94px;
}

.contacts__part1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contacts__title {
  margin-bottom: 20px;
}

.contacts__part2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}

.contacts__text {
  font-size: 16px;
  font-weight: 500;
}

.contacts__text2 {
  text-align: center;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(83, 83, 255);
}

.footer__text {
  font-size: 16px;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgb(249, 249, 102);
}
@media screen and (max-width: 480px) {
  header {
    justify-content: center;
  }
}

.header__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 480px) {
  .header__list {
    display: none;
  }
}

.header__telephone {
  margin-right: 15px;
}

.header__list2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 481px) {
  .header__list2 {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */