* {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

.center {
  padding-left: calc(50% - 662px);
  padding-right: calc(50% - 662px);
}

body, html {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex: 1 0;
}

.header__mobile {
  display: none;
}
.header__mobile__nav {
  display: none;
}
.header__mobile .fa-bars__menu {
  color: forestGreen;
}
.header__mobile .fa-window-close {
  color: crimson;
  font-size: 0;
}

.header {
  padding-top: 18px;
  padding-bottom: 22px;
  background-color: #212121;
}
.header__link {
  text-decoration: none;
  color: #fff;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__top-hr {
  display: block;
  width: 2px;
  height: 28px;
  background: gray;
  margin-right: 18px;
}
.header__top__menu {
  display: flex;
  list-style: none;
  align-items: center;
}
.header__top__menu .top__menu__list:not(:last-child) {
  margin-right: 30px;
}
.header__top__menu .top__menu__link_account:before {
  content: url("img/logo/account.png");
  margin-right: 10px;
}
.header__top__menu .top__menu__link_cart:before {
  content: url("img/logo/cart-logo.png");
  margin-right: 10px;
}
.header__top__menu .top__menu__link_checkout:before {
  content: url("img/logo/checkout.png");
  margin-right: 10px;
}
.header__top__menu .top__menu__link {
  display: flex;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ff3448;
}
.header__top__menu .top__menu__link img {
  width: 24px;
  height: 24px;
}
.header .hr {
  height: 2px;
  margin: 18px 0 15px 0;
  background: gray;
}
.header__bottom {
  min-height: 85px;
  display: flex;
  justify-content: space-between;
}
.header__bottom-logo {
  width: 195px;
  height: 85px;
}
.header__bottom-right {
  display: flex;
}
.header__bottom .header__logo {
  font-size: 45px;
}
.header__bottom .header__logo_colour {
  color: #ff3448;
}
.header__bottom .info__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__bottom .info__list {
  display: inline-block;
}
.header__bottom .info__link {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}
.header__bottom .info__link:before {
  content: url("img/logo/tel.png");
  margin-right: 21px;
  display: inline-block;
  vertical-align: middle;
}
.header__bottom .header__text {
  margin-top: 10px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #fff;
}
.header__bottom-info {
  padding: 0 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 114px;
}
.header__bottom-info::before {
  content: "";
  position: absolute;
  border-right: 2px solid gray;
  height: 100%;
  right: 0;
}
.header__bottom-info .info__img {
  width: 25px;
  height: 25px;
}
.header__bottom-info .info__img img {
  width: 25px;
  height: 25px;
}
.header__bottom-info .info__text {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.header__bottom-info .info__text__work {
  margin-top: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a2a2a2;
}
.header__bottom-info .info__list {
  text-align: center;
  display: flex;
  text-decoration: none;
  color: #fff;
}
.header__bottom-info-tel {
  width: 400px;
}

.sub__header {
  min-height: 55px;
  background-color: #030303;
}
.sub__header__nav {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.sub__header__menu {
  display: flex;
  list-style: none;
  align-items: center;
  min-height: 55px;
}
.sub__header__menu .menu__list:not(:last-child) {
  margin-right: 20px;
}
.sub__header__menu .menu__link {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}

.promo {
  min-height: 872px;
  background: url("img/promo_bg.jpg") no-repeat center center/cover;
}

.goods {
  background: #303030;
}
.goods__container {
  padding-left: calc(50% - 800px);
  padding-right: calc(50% - 800px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.goods__items {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  align-items: center;
  min-height: 408px;
  width: 50%;
  border-left: 2px solid;
  border-right: 2px solid;
  background-color: #303030;
}
.goods__items:first-child .goods__items-img {
  width: 427px;
  height: 230px;
}
.goods__items:nth-child(2) .goods__items-img {
  width: 315px;
  height: 290px;
}
.goods__items:nth-child(4) .goods__items-img {
  width: 280px;
  height: 330px;
}
.goods__items__heading {
  position: relative;
  z-index: 10;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.goods__items-description {
  max-width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.goods__items__text {
  z-index: 10;
  position: relative;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #979696;
}
.goods__items-mod {
  position: relative;
  background-color: #1c1c1c;
}
.goods__items-img-mod {
  margin-right: 60px;
  align-self: flex-end;
}
.goods img {
  width: 100%;
  height: 100%;
  display: flex;
}
.goods__items-position_mod {
  width: 250px;
  height: 250px;
  position: relative;
  right: 185px;
}
.goods__items-position {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 48px;
  right: 56px;
}

.featured {
  padding-top: 86px;
  padding-bottom: 108px;
  min-height: 704px;
  background-color: #282828;
}
.featured__header {
  font-family: Lato;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.featured__block {
  width: 172px;
  height: 6px;
  background-color: #9c1c28;
  margin: 0 auto;
  margin-top: 28px;
}
.featured__card__box {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
.featured__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
  width: 250px;
  min-height: 372px;
  background-color: #363636;
  transition: 0.5s;
}
.featured__items:hover {
  transition: 0.5s;
  transform: scale(1.12);
  cursor: pointer;
}
.featured__img {
  width: 210px;
  height: 210px;
}
.featured__img-one, .featured__link-one {
  width: 194px;
  height: 155px;
}
.featured__link-one {
  margin-top: 58px;
}
.featured__img-two, .featured__link-two {
  width: 207px;
  height: 177px;
}
.featured__img-three, .featured__link-three {
  width: 179px;
  height: 209px;
}
.featured__img-four, .featured__link-four {
  width: 217px;
  height: 116px;
}
.featured__link-four {
  margin-top: 43px;
}
.featured__img-five {
  width: 210px;
  height: 203px;
}
.featured__photo {
  width: 100%;
  height: 100%;
}
.featured__descr {
  text-align: center;
}
.featured__heading {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ff3448;
  transition: 0.4s;
}
.featured__heading:hover .featured__link_header {
  color: #00bfff;
  transform: scale(1.2);
  transition: 0.4s;
}
.featured__link {
  flex-grow: 1;
  display: block;
  color: #ff3448;
  text-decoration: none;
}
.featured__link_header {
  transition: 0.4s;
  display: block;
  color: #ff3448;
  text-decoration: none;
}
.featured__price {
  margin-top: 22px;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.featured__rating {
  margin-top: 12px;
}
.featured .fa-star {
  color: #ff3448;
}
.featured .golden {
  color: gold;
}
.featured .lime {
  color: lime;
}
.featured .blue {
  color: blue;
}

.sales {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 545px;
  background: url("img/sales_bg.jpg") no-repeat center/cover;
}
.sales__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 545px;
}
.sales__block {
  width: 40%;
}
.sales__heading {
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.sales__text {
  text-align: center;
  margin-top: 18px;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.sales__descr {
  margin-top: 28px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.sales__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
.sales__button {
  padding: 8px 44px;
  background-color: #9c1c28;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 20px;
}
.sales__button:hover {
  background-color: crimson;
}
.sales__block_vertical-hr {
  width: 2px;
  height: 172px;
  background-color: #fff;
}

.footer__top, .footer__info, .footer__bottom {
  background: #000;
}

.footer__hr {
  height: 2px;
  background: gray;
}

.footer__top .top {
  display: flex;
  justify-content: space-between;
  padding-top: 115px;
  padding-bottom: 80px;
  min-height: 537px;
}
.footer__top .top__heading {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.footer__top .top__block {
  margin-top: 14px;
  width: 89px;
  height: 6px;
  background-color: #9c1c28;
}
.footer__top .top__items {
  min-height: 360px;
}
.footer__top .top__text {
  margin-top: 20px;
  width: 330px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #887979;
}
.footer__top .top__input {
  font-size: 18px;
  margin-top: 15px;
  padding: 0 10px;
  width: 342px;
  height: 37px;
  background-color: #282828;
  outline: none;
  color: #fff;
}
.footer__top .top__btn {
  margin-top: 34px;
  display: block;
  padding: 8px 30px;
  background-color: #9c1c28;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 20px;
}
.footer__top .top__btn:hover {
  background: crimson;
}
.footer__top .top__menu {
  list-style: none;
  margin-top: 27px;
}
.footer__top .top__list {
  margin-top: 20px;
}
.footer__top .top__link {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ff3448;
  text-decoration: none;
}

.footer__info .info__container {
  padding-top: 84px;
  padding-bottom: 103px;
  display: flex;
  justify-content: space-between;
  min-height: 419px;
}
.footer__info .info__items {
  width: 383px;
  min-height: 260px;
}
.footer__info .info__heading {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.footer__info .info__block {
  margin-top: 16px;
  width: 89px;
  height: 6px;
  background-color: #9c1c28;
}
.footer__info .info__text {
  margin-top: 37px;
  width: 383px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #887979;
}
.footer__info .info__menu {
  margin-top: 36px;
  list-style: none;
}
.footer__info .info__list {
  display: flex;
  margin-top: 20px;
  color: #887979;
}
.footer__info .info__list-location:before {
  content: url("img/logo/location.png");
  margin-right: 15px;
}
.footer__info .info__list-mobile:before {
  content: url("img/logo/mobile.png");
  margin-right: 15px;
}
.footer__info .info__list-time:before {
  content: url("img/logo/time.png");
  margin-right: 15px;
}
.footer__info .info__list-mail:before {
  content: url("img/logo/mail.png");
  margin-right: 15px;
}
.footer__info .info__link {
  color: #887979;
  text-decoration: none;
}

.footer__bottom {
  flex: 0 0;
  display: flex;
  justify-content: space-between;
  padding-top: 47px;
  padding-bottom: 72px;
  align-items: center;
}
.footer__bottom .footer__copyright {
  color: #887979;
}
.footer__bottom .footer__copyright-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.footer__bottom .footer__payment {
  width: 327px;
  height: 22px;
}
.footer__bottom .footer__payment-photo {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  .center {
    padding-left: calc(50% - 482px);
    padding-right: calc(50% - 482px);
  }
  .header__logo {
    font-size: 40px;
  }
  .header__text {
    letter-spacing: 0.2em;
  }
  .goods__items {
    padding-left: 40px;
  }
  .goods__items__heading {
    font-size: 30px;
  }
  .featured__card__box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .featured__items:hover {
    transform: scale(1.08);
  }
  .footer__info .info__items {
    width: 33%;
  }
  .footer__info .info__text {
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .center {
    padding-left: calc(50% - 400px);
    padding-right: calc(50% - 400px);
  }
  .header__bottom-info-tel {
    width: 300px;
  }
  .header__text {
    font-size: 14px;
  }
  .promo {
    min-height: 700px;
  }
  .goods__items {
    padding-left: 20px;
  }
  .goods__items-img-mod {
    margin-right: 30px;
  }
  .goods__items-position {
    right: 5px;
  }
  .goods__items-position_mod {
    right: 135px;
  }
  .sales__heading {
    font-size: 62px;
  }
  .sales__text {
    font-size: 30px;
  }
  .footer__top .top__heading {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .center {
    padding-left: calc(50% - 368px);
    padding-right: calc(50% - 368px);
  }
  .promo {
    min-height: 500px;
  }
  .goods__container {
    flex-direction: column;
    align-items: center;
  }
  .goods__items {
    width: 80%;
    border: 2px solid;
    margin: 20px 0;
  }
  .footer__top .top__heading {
    font-size: 18px;
  }
  .footer__top .top__link {
    font-size: 12px;
  }
  .footer__info .info__text, .footer__info .infp__link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .header__bottom-info-tel {
    width: 250px;
  }
}
@media (max-width: 850px) {
  .header__bottom-info-tel {
    width: 200px;
  }
  .header__bottom .info__link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .center {
    padding-left: calc(50% - 260px);
    padding-right: calc(50% - 260px);
  }
  .header__bottom {
    flex-direction: column;
  }
  .header__bottom-logo {
    width: 100%;
  }
  .header__bottom-left {
    margin: 0 auto 20px;
  }
  .promo {
    min-height: 400px;
  }
  .goods__items {
    width: 85%;
  }
  .featured__items {
    width: 100%;
  }
  .sales__heading {
    font-size: 42px;
  }
  .sales__text {
    font-size: 22px;
  }
  .footer__top .top {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
  .footer__top .top__items {
    margin: 0 auto;
    min-height: 300px;
  }
  .footer__top .top__items:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer__info .info__container {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }
  .footer__info .info__items {
    width: 80%;
  }
  .footer__info .info__items:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
  }
  .footer__copyright {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .center {
    padding-left: calc(50% - 200px);
    padding-right: calc(50% - 200px);
  }
  .header .info__link, .header .info__list {
    font-size: 14px;
    align-items: center;
  }
  .header .info__text__work {
    font-size: 12px;
  }
  .header__bottom-right {
    display: grid;
    gap: 15px;
    grid-template: repeat(2, 1fr)/repeat(3, 1fr);
  }
  .header .info__text__work {
    margin-top: 15px;
  }
  .header__bottom-info {
    width: auto;
  }
  .header__bottom-info::before {
    right: -6px;
  }
  .header__bottom-info:nth-child(4)::before {
    display: none;
  }
  .header__bottom-info-tel {
    width: auto;
    grid-row: 2;
    grid-column: 1/4;
  }
  .header__bottom-info-tel::before {
    width: 100%;
    padding: 10px 0;
    border-right: none;
    border-top: 2px solid gray;
  }
  .header .info__tel {
    align-items: center;
  }
  .sub__header {
    display: none;
  }
  .header__mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    background: #303030;
  }
  .fa-bars__menu {
    font-size: 40px;
    color: #fff;
  }
  .header__mobile__nav {
    display: none;
    justify-content: center;
    height: 580px;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    background: #000;
    top: 40px;
    z-index: 10;
  }
  .active {
    display: flex;
  }
  .header__mobile__menu {
    flex-direction: column;
  }
  .header__mobile__menu .menu__mobile__list:not(:last-child) {
    margin-right: 0;
  }
  .header__mobile__menu .menu__mobile__link {
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    color: deepskyblue;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    width: 160px;
    padding: 10px;
    text-transform: uppercase;
  }
  .header__mobile__menu .menu__mobile__list:hover .menu__mobile__link {
    background: crimson;
    color: yellow;
    border-radius: 20px;
    width: 160px;
    padding: 10px;
  }
  .promo {
    min-height: 280px;
  }
  .goods__items {
    display: flex;
    flex-direction: column;
  }
  .goods__items:first-child .goods__items-img {
    width: 100%;
    height: 200px;
  }
  .goods__items:nth-child(4) .goods__items-img {
    width: 300px;
    height: 250px;
  }
  .goods__items-position {
    width: 250px;
    height: 250px;
    top: 150px;
    right: 45px;
  }
  .goods__items-position_mod {
    position: absolute;
    top: 185px;
    right: 150px;
    width: 200px;
    height: 200px;
  }
  .featured__header {
    font-size: 26px;
  }
  .featured__items {
    width: 85%;
  }
  .sales__box {
    flex-direction: column;
    justify-content: space-evenly;
  }
  .sales__block_vertical-hr {
    transform: rotate(90deg);
  }
  .sales__heading {
    font-size: 36px;
  }
  .sales__text {
    font-size: 18px;
  }
  .sales__button {
    font-size: 13px;
  }
  .footer__top .top__heading {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .center {
    padding-left: calc(50% - 170px);
    padding-right: calc(50% - 170px);
  }
  .header .top__menu__list:not(:last-child) {
    margin-right: 15px;
  }
  .header .info__link, .header .info__list {
    font-size: 12px;
  }
  .header .info__link:before {
    margin-right: 16px;
  }
  .header__mobile__nav {
    top: 40px;
  }
  .promo {
    min-height: 250px;
  }
  .goods__items-img-mod {
    margin-right: 15px;
  }
  .goods__items:nth-child(2) .goods__items-img, .goods__items:nth-child(4) .goods__items-img {
    width: 100%;
  }
  .goods__items:nth-child(2) .goods__items-img {
    height: 250px;
  }
  .goods__items-position {
    right: 15px;
  }
  .goods__items-position_mod {
    right: 120px;
  }
  .sales {
    min-height: 250px;
    height: 250px;
  }
  .sales__box {
    justify-content: start;
  }
  .sales__block {
    width: 100%;
  }
  .sales__block-mobile, .sales__block_vertical-hr {
    display: none;
  }
  .sales__heading {
    font-size: 30px;
  }
  .sales__text {
    font-size: 14px;
  }
  .sales__button {
    font-size: 12px;
    padding: 8px 36px;
  }
}
@media (max-width: 375px) {
  .center {
    padding-left: calc(50% - 145px);
    padding-right: calc(50% - 145px);
  }
  .header .top__menu__list:not(:last-child) {
    margin-right: 8px;
  }
  .header .top__menu__link {
    font-size: 10px;
  }
  .header .info__link, .header .info__list {
    font-size: 10px;
  }
  .header .info__text__work {
    font-size: 10px;
  }
  .header .info__link:before {
    margin-right: 10px;
  }
  .header__mobile__nav {
    height: 520px;
  }
  .promo {
    min-height: 200px;
  }
  .goods__items-position {
    width: 200px;
    height: 200px;
    top: 200px;
  }
  .goods__items-position_mod {
    width: 180px;
    height: 180px;
    top: 210px;
    right: 90px;
  }
  .featured__header {
    font-size: 22px;
  }
  .sales__heading {
    font-size: 26px;
  }
  .sales__text {
    font-size: 12px;
  }
  .sales__descr {
    font-size: 14px;
  }
  .sales__button {
    padding: 8px 25px;
  }
  .footer__top .top__text, .footer__top .top__input {
    width: 100%;
  }
  .footer__payment img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */