@import url(./fonts.css);

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}

body {
  min-width: 320px;
}

.container {
  max-width: 1140px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  padding: 20px 0;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #3a3838;
  background: transparent;
  transition: 0.3s;
}

.header__nav-link:hover {
  color: #ef4423;
}

.banner img {
  max-width: 100%;
  width: 100%;
  padding: 15px 0 36px;
}

.container2 {
  max-width: 1430px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container__new_cart {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__card_fxdc {
  display: flex;
  flex-direction: column;
  height: 380px;
}

.news-card {
  background: #b71c1c;
  padding: 15px 15px 32px 15px;
  display: flex;
  align-items: center;
  text-align: start;
}

.news-card2 {
  background: #6a1b9a;
  padding: 15px 15px 32px 15px;
  display: flex;
  align-items: center;
  text-align: start;
}

.news-card3 {
  background: #303f9f;
  padding: 15px 15px 32px 15px;
  display: flex;
  align-items: center;
  text-align: start;
}

.news-card4 {
  background: #00695c;
  padding: 15px 15px 32px 15px;
  display: flex;
  align-items: center;
  text-align: start;
}

.news-card,
.news-card2,
.news-card3,
.news-card4 {
  display: flex;
}

.news-card_img {
  width: 100%;
  height: 175px;
}

.news-card_desc-title {
  font-weight: 700;
  font-size: 19px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: start;
  margin-bottom: 20px;
  color: #fff;
}

.news-card_desc-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

.top-news {
  text-align: center;
  padding: 30px 0;
}

.top-news-title {
  max-width: 100%;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
}

.info {
  background: #ededed;
  margin-bottom: 50px;
}

.info__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.info-img {
  max-width: 100%;
}

.info-img img {
  width: 100%;
}

.info-title,
.info-text {
  margin: 0;
  gap: 30px;
}

.info-desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.info-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  max-width: 440px;
  color: #3a3838;
  margin: 0 0 30px;
}

.info-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  max-width: 440px;
  color: #686868;
}

.footer {
  padding: 28px 0;
  background: #3a3838;
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__nav-list {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer__nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  background: transparent;
  transition: 0.3s;
}

.footer__nav-link:hover {
  color: #ef4423;
}

.footer img {
  max-width: 100%;
  width: 100%;
}