@import url(./fonts.css);
@import url(./reset.css);

body {
  font-family: 'Rubik', Arial, Helvetica, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  display: flex;
  height: 159px;
  justify-content: space-between;
  align-items: center;
}

.header__list {
  display: flex;
}

.header___search--buy {
  display: flex;
}

.header__logo {
  font-weight: 500;
  font-size: 33px;
  letter-spacing: 0.04em;
  color: #ff6838;
}
.header__logo span {
  color: #363853;
}

.header__nav--box {
  display: flex;
}

.header__item:not(:last-child) {
  margin-right: 45px;
}
.header__link {
  font-weight: 400;
  font-size: 18px;
  color: #31352b;
  transition: 0.3s;
}

.header__link:hover {
  color: #ff6838;
}

.header___search--buy {
  margin-left: 62px;
}

.header___search--buy--icon:not(:last-child) {
  margin-right: 35px;
}

.header___search--buy--icon {
  color: #31352b;
  transition: 0.3s;
}

.header___search--buy--icon:hover {
  color: #ff6838;
}

.hero__title {
font-weight: 500;
font-size: 66px;
line-height: 130%;
text-transform: uppercase;
color: #363853;
}

.hero__title span {
  color: #ff6838;
}

.hero__subtitle {
font-weight: 400;
font-size: 20px;
line-height: 150%;
color: #31352b;
margin: 20px 0 20px 0;
}

.hero__btn {
  border-radius: 6px;
  padding: 12px 32px;
  width: 146px;
  height: 47px;
  background: #ff6838;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  margin-right: 34px;
}


.hero__link {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #363853;
}

.hero__section {
  display: flex;
  justify-content: space-between;
}

.hero__box {
  width: 450px;
  height: 349px;
  margin-top: 156px;
}

.hero__img {
  width: 560px;
  height: 660px;
}

.count {
  position: relative;
}

.count::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ff6838;
  position: absolute;
  border-radius: 50%;
  top: -4px;
  right: -8px;
}

.count2 {
  position: absolute;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  top: -3px;
  right: -4px;
}