.title, .modal__title-name, .product__title, .hero__title {
  font-family: "Museo Cyrl 500", Helvetica, Arial, sans-serif;
}

/* General */
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #303030;
  font-weight: normal;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
  z-index: 10;
}
.header__top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
.header__logo-link {
  display: block;
  width: 100px;
}
.header__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__schedule {
  display: none;
}
.header__phone {
  display: none;
}
.header__language {
  display: none;
}
.header__user {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.header__user-item {
  margin: 0 10px;
}
.header__user-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #F24F12;
  position: relative;
}
.header__user-link .icon {
  width: 30px;
  height: 30px;
}
.header__user-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -8px;
  height: 20px;
  background-color: #303030;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 5px;
  border-radius: 50px;
}
.header__bottom {
  display: none;
}
.header__navigation-item {
  margin-bottom: 25px;
}
.header__navigation-item:last-child {
  margin-bottom: 0;
}
.header__navigation-link {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.header__navigation-link:hover {
  color: #F24F12;
}
.header .mobile__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #303030;
  margin-left: 20px;
}
.header .mobile__burger .icon {
  width: 30px;
  height: 30px;
}
.header .mobile__menu {
  display: none;
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #303030;
  z-index: 5;
}
.header .mobile__menu.is-show {
  display: block;
  overflow-y: auto;
}
.header .mobile__menu-item {
  padding: 25px 0;
  border-bottom: 1px solid #3F3F3F;
}
.header .mobile__menu-item:last-of-type {
  border-bottom: none;
}
.header .mobile__menu-item:last-of-type:after {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background-color: #303030;
}
.header .mobile .header__language {
  display: flex;
  justify-content: center;
}
.header .mobile .header__language .language__title {
  color: #ffffff;
}
.header .mobile .header__phone {
  display: flex;
  justify-content: center;
}
.header .mobile .header__phone-item {
  margin-bottom: 10px;
}
.header .mobile .header__phone-item:last-child {
  margin-bottom: 0;
}
.header .mobile .header__phone-link {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 600;
}
.header .mobile .header__schedule {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #A2A2A2;
  text-align: center;
}

/* Footer */
.footer {
  margin-top: auto;
  background-color: #303030;
}
.footer__top {
  padding-top: 40px;
  margin-bottom: 20px;
}
.footer__block {
  text-align: center;
}
.footer__block-title {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #FF968A;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-top: 30px;
}
.footer__phone {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 500;
}
.footer__phone:hover {
  color: #F24F12;
}
.footer__address {
  font-size: 14px;
  line-height: 1.6;
  color: #A2A2A2;
  padding-top: 15px;
}
.footer__worktime-item {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 5px;
}
.footer__social {
  display: flex;
  justify-content: center;
}
.footer__social-list {
  display: flex;
  align-items: center;
}
.footer__social-item {
  margin: 0 10px;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #5C5C5C;
}
.footer__social-link .icon {
  width: 35px;
  height: 35px;
}
.footer__social-link:hover {
  color: #ffffff;
}
.footer__bottom {
  padding-top: 30px;
}
.footer__bottom-wrapper {
  padding: 20px 0;
  border-top: 1px solid #3F3F3F;
  text-align: center;
}
.footer__copy {
  display: inline-block;
  font-size: 13px;
  color: #A2A2A2;
}
.footer__policy {
  padding: 15px 0;
}
.footer__policy-link {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #A2A2A2;
  text-decoration: underline;
}
.footer__policy-link:hover {
  text-decoration: none;
}
.footer__dev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__dev-title {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  color: #A2A2A2;
}

/* Main */
/* hero */
.hero {
  position: relative;
}
.hero__picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2E6E2;
}
.hero__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__content {
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero__title {
  display: block;
  font-size: 36px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FF968A;
}
.hero__subtitle {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  color: #303030;
  padding-top: 15px;
}
.hero__countdown {
  padding-top: 30px;
}
.hero__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  font-size: 13px;
  line-height: 1.5;
  color: #5C5C5C;
  text-align: center;
}
.hero__scroll .icon {
  width: 14px;
  height: 14px;
  margin-top: 10px;
}

/* cats */
.cats {
  padding-bottom: 0;
}
.cats__list {
  background-color: #CB4A02;
}
.cats__list-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #FB7645;
}
.cats__list-item:last-child {
  border-bottom: none;
}
.cats__list-item.is-active {
  background-color: #F24F12;
  border-bottom-color: #F24F12;
}
.cats__list-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
}
.cats__sublist {
  display: none;
  background-color: #F24F12;
}
.cats__sublist.is-show {
  display: block;
}
.cats__sublist-item {
  width: 100%;
  color: #ffffff;
}
.cats__sublist-item.is-active {
  color: #F24F12;
  background-color: #F8F2F0;
}
.cats__sublist-item .cats__sublist-item {
  color: #303030;
  background-color: #F8F2F0;
}
.cats__sublist-item .cats__sublist-item.is-active {
  color: #ffffff;
  background-color: #A83D01;
}
.cats__sublist-item .cats__sublist .cats__sublist-btn {
  padding: 0 10px 0 50px;
}
.cats__sublist-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  width: 100%;
  height: 60px;
  padding: 0 10px 0 25px;
  background-color: inherit;
  transition: none;
}
.cats__content {
  padding-top: 30px;
}
.cats__view {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.cats__view-title {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
  width: 100%;
}
.cats__view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  min-width: 40px;
  margin-left: 5px;
  background-color: #F8F2F0;
  color: #303030;
}
.cats__view-btn.is-active {
  color: #F24F12;
}
.cats__products {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.cats__products.is-list {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 575px) {
  .cats__products.is-list .product__item-picture {
    padding: 50% 0;
  }
  .cats__products.is-list .product__item-bottom {
    padding: 10px;
  }
  .cats__products.is-list .product__item-title {
    font-size: 14px;
  }
  .cats__products.is-list .product__item-description {
    font-size: 12px;
    padding-top: 5px;
  }
  .cats__products.is-list .product__item-info {
    padding-top: 10px;
  }
  .cats__products.is-list .product__item-cost {
    margin-bottom: 10px;
  }
  .cats__products.is-list .product__item-discount {
    font-size: 18px;
  }
  .cats__products.is-list .product__item-price {
    font-size: 22px;
  }
  .cats__products.is-list .product__item-action {
    display: block;
  }
  .cats__products.is-list .product__item-action .btn {
    height: 40px;
    font-size: 12px;
    margin-top: 5px;
  }
}
/* about */
/* features */
.features {
  background-color: #F8F2F0;
}
.features__item {
  text-align: center;
  padding: 20px;
}
.features__item-picture {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.features__item-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.features__item-title {
  display: block;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #303030;
}

/* delivery */
/* exchange */
.exchange {
  padding-top: 0;
}

/* order */
.order__block {
  padding: 15px;
  background-color: #F8F2F0;
  border-radius: 15px;
  margin-bottom: 15px;
}
.order__block-title {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}
.order__block-list {
  margin-bottom: 25px;
}
.order__submit .btn {
  width: 100%;
}
.order__table-item {
  position: relative;
  border-bottom: 1px solid #E7D8D3;
}
.order__table-item:last-child {
  border-bottom-color: transparent;
}
.order__table-item td {
  vertical-align: top;
  padding-top: 25px;
  padding-bottom: 25px;
}
.order__photo {
  width: 70px;
  min-width: 70px;
  text-align: left;
}
.order__photo-link {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.order__photo-picture {
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
  padding: 50% 0;
  position: relative;
  background-color: #F2E6E2;
}
.order__photo-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order__delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #A2A2A2;
  position: absolute;
  top: 20px;
  right: 0;
}
.order__delete .icon {
  width: 14px;
  height: 14px;
}
.order__description {
  padding-left: 15px;
}
.order__name {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #303030;
  font-weight: 500;
  margin-bottom: 20px;
  padding-right: 50px;
}
.order__quantity {
  margin-bottom: 25px;
}
.order__cost {
  font-size: 16px;
  line-height: 1;
  color: #303030;
}
.order__discount {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #5C5C5C;
  margin-bottom: 10px;
}
.order__discount span {
  position: relative;
}
.order__discount span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F24F12;
  transform: translateY(-50%);
}
.order__price {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #303030;
  font-weight: bold;
}
.order__total {
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #F2E6E2;
}
.order__total-item {
  margin-bottom: 10px;
}
.order__total-item:last-of-type {
  margin-bottom: 0;
}
.order__total-title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #5C5C5C;
}
.order__total-sum {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  color: #303030;
  font-weight: bold;
}
.order__empty {
  text-align: center;
}
.order__empty-content {
  padding: 20px;
  border-radius: 5px;
  background-color: #F2E6E2;
  max-width: 760px;
  margin: 0 auto 30px;
}
.order__empty-title {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.order__empty-description {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #303030;
}
.order__add .btn {
  width: 100%;
  margin-bottom: 10px;
}

/* product */
.product__label {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
.product__label-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.product__label-item.is-sale {
  color: #ffffff;
  background-color: #F24F12;
}
.product__label-item.is-new {
  color: #ffffff;
  background-color: #1ABB00;
}
.product__label-item.is-hit {
  color: #303030;
  background-color: #FFE600;
}
.product__wish {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #A2A2A2;
  background-color: #F8F2F0;
  transform-origin: center;
  transition: 100ms ease;
  z-index: 5;
}
.product__wish .icon {
  width: 24px;
  height: 24px;
}
.product__wish.is-active {
  color: #F24F12;
  -webkit-animation: rotateIn 300ms;
          animation: rotateIn 300ms;
}
.product__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product__item-top {
  border-radius: 15px 15px 0 0;
  position: relative;
  overflow: hidden;
}
.product__item-link {
  display: block;
}
.product__item-picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 50% 0;
  position: relative;
  background-color: #F2E6E2;
}
.product__item-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__item-bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  padding: 15px;
  background-color: #F8F2F0;
  border-radius: 0 0 15px 15px;
}
.product__item-title {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #303030;
}
.product__item-description {
  font-size: 14px;
  line-height: 1.5;
  color: #5C5C5C;
  padding-top: 10px;
}
.product__item-info {
  padding-top: 20px;
  margin-top: auto;
}
.product__item-cost {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.product__item-price {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #303030;
  font-weight: bold;
}
.product__item-price span {
  font-size: 18px;
}
.product__item-discount {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #F24F12;
  font-weight: 500;
  margin-bottom: 10px;
}
.product__item-discount span {
  position: relative;
}
.product__item-discount span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #303030;
  transform: translateY(-50%);
}
.product__item-action {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}
.product__item-action .btn {
  font-size: 13px;
  height: 45px;
  width: 100%;
  padding: 0 5px;
}
.product__slider {
  position: relative;
}
.product__slider-content {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.product__slider-link {
  display: block;
}
.product__slider-picture {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 50% 0;
  background-color: #F2E6E2;
}
.product__slider-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.product__slider-thumbs {
  padding: 10px 0;
  overflow: hidden;
}
.product__slider-thumbs__item {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #ffffff;
}
.product__slider-thumbs__item.swiper-slide-thumb-active {
  border-color: #F24F12;
}
.product__slider-thumbs__picture {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 50% 0;
  background-color: #F2E6E2;
}
.product__slider-thumbs__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__top {
  margin-bottom: 15px;
}
.product__top-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.product__top-back {
  display: flex;
  align-items: center;
  color: #5C5C5C;
  font-size: 14px;
  line-height: 1;
}
.product__top-back .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.product__top-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #ffffff;
  background-color: #303030;
  border-radius: 50%;
}
.product__top-close .icon {
  width: 16px;
  height: 16px;
}
.product__sku {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #5C5C5C;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #F8F2F0;
}
.product__title {
  font-size: 30px;
  line-height: 1.4;
  color: #303030;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product__size {
  padding-top: 20px;
  margin-bottom: 30px;
}
.product__size-item {
  margin-bottom: 15px;
}
.product__info {
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: #F8F2F0;
}
.product__qty {
  margin-bottom: 20px;
  text-align: center;
}
.product__qty .qty {
  width: 100%;
}
.product__qty-counter {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #5C5C5C;
  padding-top: 10px;
}
.product__cost {
  text-align: center;
}
.product__discount {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #F24F12;
  font-weight: 500;
  margin-bottom: 10px;
}
.product__discount span {
  position: relative;
}
.product__discount span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #303030;
  transform: translateY(-50%);
}
.product__price {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: #303030;
  font-weight: bold;
}
.product__price span {
  font-size: 28px;
}
.product__action .btn {
  width: 100%;
  margin-bottom: 10px;
}
.product__tabs {
  padding-top: 30px;
}

/* pagination */
/* modal */
.modal {
  width: 100%;
  height: 100%;
}
.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: auto;
}
.modal__bg {
  display: none;
}
.modal__wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: auto;
  text-align: left;
}
.modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5C5C5C;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 100ms ease;
  opacity: 0.5;
  z-index: 5;
}
.modal__close .icon {
  width: 16px;
  height: 16px;
  margin-left: 7px;
}
.modal__content {
  padding: 15px 10px;
}
.modal__block {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.modal__block-bottom {
  padding-top: 10px;
  text-align: center;
}
.modal__block-bottom .btn {
  width: 100%;
}
.modal__title {
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.modal__title-name {
  display: block;
  font-size: 30px;
  line-height: 1.3;
  color: #303030;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modal__title-description {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #303030;
  padding-top: 10px;
}

/* Wysiwyg */
/* Custom Styles */
.swiper-wrapper {
  box-sizing: border-box;
}

.swiper-container-horizontal {
  position: relative;
}

.swiper-slide {
  height: auto;
}

.swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 5px;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000000;
  transition: all 100ms ease;
  outline: none;
  opacity: 1;
  z-index: 2;
}
.swiper-button .icon {
  width: 18px;
  height: 18px;
  transition: none;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 5px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 5px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 25px;
  top: unset;
  z-index: 1;
  color: #303030;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #000000;
  border-radius: 50%;
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  background-color: #303030;
}

/* Media */
@media screen and (min-width: 476px) {
  .product__cost {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .product__discount {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .order__total-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
@media screen and (min-width: 576px) {
  .header__logo-link {
    width: 140px;
  }
  .header__user-item {
    margin: 0 15px;
  }
  .header__user-link {
    width: 40px;
    height: 40px;
  }
  .header__user-link .icon {
    width: 35px;
    height: 35px;
  }
  .header__user-counter {
    top: -3px;
    right: -7px;
  }
  .header .mobile__burger {
    width: 40px;
    height: 40px;
    margin-left: 40px;
  }
  .header .mobile__burger .icon {
    width: 35px;
    height: 35px;
  }

  .hero__content {
    padding: 70px 0;
  }
  .hero__title {
    font-size: 44px;
  }
  .hero__subtitle {
    font-size: 18px;
  }
  .hero__countdown {
    padding-top: 40px;
  }

  .features__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .features__item {
    padding: 10px 0;
  }

  .product__title {
    font-size: 36px;
  }

  .order__block {
    padding: 15px 20px;
  }

  .cats__view {
    display: none;
  }
  .cats__products.is-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .footer__bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__policy {
    padding: 0;
  }

  .product__label {
    top: 15px;
    left: 15px;
  }
  .product__label-item {
    height: 40px;
    font-size: 18px;
  }
  .product__wish {
    top: 15px;
    right: 15px;
  }
  .product__item-action {
    grid-gap: 10px;
  }
  .product__item-action .btn {
    font-size: 14px;
    height: 50px;
  }
  .product__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product__action .btn {
    width: 49%;
    margin-bottom: 0;
  }
  .product__tabs {
    padding-top: 40px;
  }
}
