/*
  Theme Name: ALCOCLUB
/*
@charset "UTF-8";

/* ====== ШРИФТЫ ====== */

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("assets/fonts/icons.woff2") format("woff2"),
    url("assets/fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* ====== ШРИФТЫ ====== */

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("assets/fonts/icons.woff") format("woff"),
    url("assets/fonts/icons.woff2#icons") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.order__radio label::after,
[class^="_icon-"]::before,
[class*="_icon-"]::before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="_icon-"]::before,
[class*="_icon-"]::before {
  display: block;
}

._icon-arrow:before {
  content: "\e900";
}

._icon-cart:before {
  content: "\e901";
}

._icon-check:before {
  content: "\e902";
}

._icon-location:before {
  content: "\e903";
}

._icon-non_stop:before {
  content: "\e904";
}

._icon-phone:before {
  content: "\e905";
}

._icon-plus:before {
  content: "\e906";
}

._icon-search:before {
  content: "\e907";
}

._icon-to_cart:before {
  content: "\e908";
}

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

picture {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

source {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*--------------------*/

.select {
  position: relative;
}

.select__button {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background-color: transparent;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  color: #c4c4c4;
  padding: 7.5px 32px 7.5px 14px;
  text-align: left;
  width: 100%;
  position: relative;
  min-height: 32px;
}

.select__button::before,
.select__button::after {
  content: "";
  position: absolute;
  width: 9.5px;
  height: 2px;
  background-color: #e5e5e5;
  top: 50%;
  border-radius: 10px;
  transition: transform 0.3s ease 0s;
}

.select__button::after {
  transform: translate(0px, -50%) rotate(-45deg);
  right: 12px;
}

.select__button::before {
  transform: translate(0px, -50%) rotate(45deg);
  right: 18px;
}

.select__button_clicked::before {
  transform: translate(0px, -50%) rotate(-45deg);
}

.select__button_clicked::after {
  transform: translate(0px, -50%) rotate(45deg);
}

.select__list {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background-color: white;
  border: 1px solid #e5e5e5;
  width: 100%;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease 0s, visibility 0.3s;
  box-shadow: 2px 2px 9px 0px rgba(34, 60, 80, 0.2);
}

.select__list_visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.select__list-item {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  color: #c4c4c4;
  padding: 6px 14px;
  cursor: pointer;
  transition: color 0.3s ease 0s, background-color 0.3s ease;
}

.select__list-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.select__input-hidden {
  display: none;
}

html,
body {
  height: 100%;
}

body {
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-family: "Montserrat";
  opacity: 1;
  background-color: transparent;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

[class*="__container"] {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

.inner-container {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

input._error {
  box-shadow: 0 0 2.5px #ffa800;
}

img.lazy-image {
  opacity: 0;
  transition: opacity 0.4s ease;
}

img.lazy-image.lazy-image--loaded {
  opacity: 1;
}

/*--- SECTION TITLE ---*/

._title {
  font-family: "Russo One";
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: #565656;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
}

._title::before {
  margin-right: 20px;
}

._title::after {
  margin-left: 20px;
}

._title::before,
._title::after {
  content: "";
  display: inline-block;
  background-color: #ffa800;
  flex: 0 0 27px;
  height: 5px;
}

._title._title-page {
  display: block;
  text-align: left;
}

._title._title-page::before,
._title._title-page::after {
  display: none;
}

/*--- BLOG ITEM ---*/

.blog-item {
  color: #565656;
  display: flex;
  flex-direction: column;
}

.blog-item__img {
  margin-bottom: 15px;
  border-radius: 15px;
}

.blog-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 318px;
  border-radius: 15px;
}

.blog-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 21px;
}

.blog-item__text {
  font-size: 14px;
  line-height: 1.2142857143;
  margin-bottom: 21px;
}

.blog-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.blog-item__link {
  font-weight: 800;
  font-size: 14px;
  color: #ffa800;
  transition: color 0.3s ease 0s;
}

.blog-item__date {
  font-weight: 800;
  font-size: 14px;
}

/*--- SEARCH RESULT ---*/
.search-result {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  z-index: 3;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 13px 3px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 6px 13px 3px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 6px 13px 3px rgba(34, 60, 80, 0.2);
  max-height: 354px;
}

.search-result::-webkit-scrollbar {
  width: 6px;
  background-color: #eff2f3;
}

.search-result::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 4em;
}

.search-result li:not(:last-child) {
  border-bottom: 2px solid #f1f1f1;
}

.search-result a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
}

.search-result__img {
  flex: 0 0 60px;
  height: 77px;
}

.search-result__title {
  flex: 1 1 auto;
  text-align: center;
  color: #000;
  font-size: 13px;
  line-height: 1.2;
  padding: 0 8px;
  transition: color .3s ease 0s;
}

.search-result__error {
    padding: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
}



/*--- TEXT FIELD ---*/

.text-field {
  margin-bottom: 60px;
}

.text-field p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2142857143;
}

.text-field p:not(:last-child) {
  margin-bottom: 30px;
}

/*--- BLUR BTN ---*/

._blur-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid #ffa800;
  border-radius: 5px;
  padding: 17px 27px 17px 30px;
  background: rgba(229, 229, 229, 0.12);
  transition: background 0.4s ease 0s;
  max-width: 253px;
}

._blur-btn__text {
  font-weight: 700;
  font-size: 14px;
  color: #ffa800;
  transition: color 0.4s ease 0s;
}

._blur-btn__icon {
  color: #ffa800;
  font-size: 8px;
  transition: color 0.4s ease 0s;
}

/*--- LOGO ---*/

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 35px;
  font-family: "Russo One";
}

.logo__left {
  color: #ffa800;
}

.logo__right {
  color: #565656;
}

/*--- PRODUCT SLIDER ---*/

.product-slider__outer {
  padding: 0 75px;
  position: relative;
}

.product-slider__prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
  pointer-events: auto;
}

.product-slider__prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  cursor: auto;
}

.product-slider__next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0px, -50%);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease 0s;
  pointer-events: auto;
}

.product-slider__next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  cursor: auto;
}

.product-slider__slide {
  height: auto;
}

/*--- PRODUCT ITEM ---*/

.product-item {
  padding: 43px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  height: 100%;
}

.product-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.product-item__img {
  text-align: center;
  margin-bottom: 17px;
}

.product-item__title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #565656;
  margin-bottom: auto;
}

.product-item__flex {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 27px;
}

.product-item__price {
  font-weight: 700;
  font-size: 20px;
  color: #565656;
}

.product-item__hint {
  position: relative;
}

.product-item__hint._shown .product-item__baloon {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-item__hint._shown .product-item__qn {
  background-color: #ffa800;
  color: #fff;
  border-color: #ffa800;
}

.product-item__qn {
  font-weight: 700;
  font-size: 12px;
  color: #a9a9a9;
  border: 1px solid #a9a9a9;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease 0s, color 0.3s ease,
    border-color 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.product-item__baloon {
  position: absolute;
  top: 100%;
  right: 0;
  width: 150px;
  padding-top: 10px;
  margin-top: -5px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease 0s, visibility 0.4s ease;
  pointer-events: none;
  visibility: hidden;
  text-align: center;
}

.product-item__baloon span {
  background-color: #fff;
  display: block;
  padding: 10px;
  font-size: 12.5px;
  line-height: 1.2;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-shadow: 2px 2px 9px 0px rgba(34, 60, 80, 0.2);
}

.product-item__buy {
  border-radius: 5px;
  background-color: #ffa800;
  color: white;
  font-weight: 700;
  font-size: 14px;
  padding: 18px 0;
  max-width: 194px;
  width: 100%;
  text-align: center;
  margin: 0 auto 19px auto;
  transition: background-color 0.4s ease 0s;
}

/*--- BTN ---*/

._btn {
  border: 1px solid #ffa800;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #ffa800;
  max-width: 194px;
  width: 100%;
  margin: 0 auto;
  padding: 12.5px 0;
  transition: color 0.4s ease 0s, border-color 0.4s ease,
    background-color 0.4s ease;
}

._btn__text {
  font-weight: 700;
  font-size: 14px;
}

._btn__icon {
  font-size: 23px;
}

/*--- POINT ---*/

._point {
  display: flex;
  align-items: center;
  gap: 8px;
}

._point._point_non_stop {
  margin-bottom: 14px;
}

._point._point_non_stop ._point__icon {
  font-size: 23px;
}

._point__icon {
  color: #ffa800;
  font-size: 18px;
}

._point__text {
  font-weight: 600;
  font-size: 12px;
  color: #565656;
}

/*--- PHONE ---*/

._phone {
  transition: color 0.3s ease 0s;
}

._phone__top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 11px;
}

._phone__icon {
  font-size: 21px;
  color: #ffa800;
}

._phone__text {
  font-family: "Russo One";
  font-size: 25px;
  color: #565656;
  transition: color 0.3s ease 0s;
}

._phone__bottom {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  color: #565656;
  transition: color 0.3s ease 0s;
}

/*--- CART ---*/

._cart {
  display: flex;
}

._cart__summ {
  font-weight: 900;
  font-size: 14px;
  color: #ffa800;
  min-width: 149px;
  padding: 17px 34px;
  text-align: center;
  border: 1px solid #ffa800;
  border-radius: 10px 0 0 10px;
  transition: border-color 0.4s ease 0s;
}

._cart__details {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  border-radius: 0 10px 10px 0;
  transition: background-color 0.4s ease 0s, border-color 0.4s ease 0s;
}

._cart__icon {
  position: relative;
  font-size: 25px;
  color: #fff;
  padding: 16px 41px 7px 16px;
}

._cart__count {
  position: absolute;
  font-weight: 600;
  font-size: 12px;
  color: #565656;
  background: #ffffff;
  border-radius: 20px;
  padding: 3.5px 11px;
  top: 7px;
  left: 28px;
  min-width: 40.5px;
  text-align: center;
}

/*--- SPACER ---*/

.spacer {
  margin-bottom: 60px;
}

.spacer__body {
  padding: 45px 0;
}

.spacer__title {
  font-family: "Russo One";
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffa800;
  text-align: center;
}

/*--- CRUMBS ---*/

.crumbs__list {
  display: flex;
  align-items: center;
  padding-bottom: 12.5px;
  margin-bottom: 60px;
  overflow-y: auto;
}

.crumbs__list li {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #565656;
  white-space: nowrap;
}

.crumbs__list li:last-child {
  color: #ffa800;
}

.crumbs__list li:not(:last-child)::after {
  content: "/";
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0 3px 0 4px;
}

.crumbs__list a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: opacity 0.3s ease 0s;
  white-space: nowrap;
}

/*--- INFO PAGE ---*/

.info-page {
  margin-bottom: 100px;
}

.info-page__title {
  margin-bottom: 50px;
}

.info-page__content {
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 300;
}

.info-page__content p:not(:last-child) {
  margin-bottom: 30px;
}

.info-page__map {
  margin-top: 50px;
  width: 100%;
  height: 450px;
}

/*--- PRODUCTS ---*/

.products__body {
  padding: 0 80px;
}

.products__title {
  margin-bottom: 60px;
}

.products__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 0;
  margin-bottom: 60px;
}

/*--- SIDE SALE --- */

.side-sale {
  position: relative;
  background: #f1f1f1;
  padding: 66px 0;
  border-radius: 15px;
  overflow: hidden;
}

.side-sale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #12090e;
}

.side-sale__img {
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.side-sale__content {
  padding: 0 34px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #565656;
  position: relative;
  z-index: 1;
}

/*--- FILLED BTN ---*/

._btn-filled {
  font-weight: 700;
  font-size: 14px;
  background: #ffa800;
  border-radius: 5px;
  color: #ffffff;
  padding: 16.5px 0;
  text-align: center;
  transition: background-color 0.4s ease 0s;
}

/*--- BORDER BTN ---*/

._btn-border {
  font-weight: 700;
  font-size: 14px;
  color: #ffa800;
  border-radius: 5px;
  border: 1px solid #ffa800;
  padding: 17px 0;
  text-align: center;
  transition: background-color 0.4s ease 0s, color 0.4s ease,
    border-color 0.4s ease 0s;
}

/*--- SALE GRID ---*/

.sale-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (322px) [2];
  grid-template-rows: repeat(2, 322px);
  grid-auto-flow: dense;
  gap: 36px 56px;
}

.sale-grid__marker {
  position: absolute;
}

.sale-grid__item {
  background: #f1f1f1;
  border-radius: 15px;
  position: relative;
}

.sale-grid__item:nth-child(4n + 1) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  padding: 55px 0 45px;
  display: flex;
  flex-direction: column;
  background-position: center top;
  background-size: 100% 35%;
  background-repeat: no-repeat;
}

.sale-grid__item:nth-child(4n + 1) .sale-grid__marker {
  top: 30px;
  left: 30px;
}

.sale-grid__item:nth-child(4n + 1) .sale-grid__img {
  text-align: center;
  margin-bottom: auto;
}

.sale-grid__item:nth-child(4n + 1) .sale-grid__content {
  padding: 0 43px;
  font-size: 25px;
  margin-top: 25px;
}

.sale-grid__item:nth-child(4n + 2) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: 34px 42px;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40% 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.sale-grid__item:nth-child(4n + 2) .sale-grid__marker {
  top: 35px;
  left: 35px;
}

.sale-grid__item:nth-child(4n + 2) .sale-grid__content {
  max-width: 313px;
}

.sale-grid__item:nth-child(4n + 2) .sale-grid__img {
  flex: 0 0 332px;
  margin-left: -45px;
}

.sale-grid__item:nth-child(4n + 3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: flex;
  align-items: flex-end;
  padding: 45px 39px 30px;
}

.sale-grid__item:nth-child(4n + 3) .sale-grid__marker {
  left: 20px;
  top: 20px;
}

.sale-grid__item:nth-child(4n + 3) .sale-grid__content {
  align-self: flex-start;
  min-width: 260px;
  position: absolute;
  top: 50px;
  right: 60px;
}

.sale-grid__item:nth-child(4n + 3) .sale-grid__img {
  flex: 0 0 498px;
}

.sale-grid__item:nth-child(4n + 4) {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  padding: 85px 0 66px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sale-grid__item:nth-child(4n + 4) .sale-grid__marker {
  left: 20px;
  bottom: 20px;
}

.sale-grid__item:nth-child(4n + 4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #12090e;
  height: 50%;
  border-radius: 15px 15px 0 0;
}

.sale-grid__item:nth-child(4n + 4) .sale-grid__img {
  text-align: center;
  margin-bottom: auto;
  position: relative;
  z-index: 1;
}

.sale-grid__item:nth-child(4n + 4) .sale-grid__content {
  padding: 0 34px;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}

.sale-grid__content {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #565656;
}

.footer {
  padding: 47px 0;
  background-color: #000;
}

.footer__body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

.footer__about {
  display: flex;
  flex-direction: column;
}

.footer__logo {
  margin-bottom: 14px;
}

.footer__logo .logo__left,
.footer__logo .logo__right {
  color: #fff;
}

.footer__text {
  color: white;
  line-height: 1.2;
  max-width: 300px;
  font-size: 14px;
  margin: auto 0;
}

.footer__slogan {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 14px;
}

.footer__copyright {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #ffffff;
  margin-top: 14px;
}

.footer__catalog {
  flex: 0 1 262px;
}

.footer__title {
  font-family: "Russo One";
  font-size: 25px;
  line-height: 1.2;
  color: #a9a9a9;
  margin-bottom: 27px;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 50px;
}

.footer__grid a,
.footer__list a {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #ffffff;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
}

.footer__list li:not(:last-child) {
  margin-bottom: 13px;
}

.footer__contact {
  text-align: right;
}

.footer__phone {
  margin-bottom: 24px;
  display: inline-block;
}

.footer__phone ._phone__top {
  justify-content: flex-end;
}

.footer__phone ._phone__text {
  color: #fff;
}

.footer__phone ._phone__bottom {
  color: #fff;
}

.footer__point {
  justify-content: flex-end;
}

.footer__point ._point__text {
  color: #fff;
}

.top-header {
  padding: 33px 0;
}

.top-header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-header__logo {
  margin-bottom: 3px;
}

.top-header__slogan {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  color: #565656;
}

.top-header__search {
  flex: 0 1 357px;
  position: relative;
}

.top-header__search input {
  width: 100%;
  background: #f1f1f1;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #565656;
  padding: 17.4px 62px 17.4px 18px;
}

.top-header__search input::-moz-placeholder {
  color: #c4c4c4;
  font-size: inherit;
  font-weight: inherit;
}

.top-header__search input:-ms-input-placeholder {
  color: #c4c4c4;
  font-size: inherit;
  font-weight: inherit;
}

.top-header__search input::placeholder {
  color: #c4c4c4;
  font-size: inherit;
  font-weight: inherit;
}

.top-header__icon {
  position: absolute;
  width: 62px;
  height: 100%;
  right: 0;
  font-size: 20px;
  color: #a9a9a9;
  background-color: transparent;
  border-radius: 0 10px 10px 0;
}

.top-header__burger {
  display: none;
  flex: 0 0 30px;
  height: 25px;
  position: relative;
  order: 2;
  cursor: pointer;
  z-index: 11;
  margin-left: 15px;
}

.top-header__burger._active span {
  transform: translate(0, -50%) scale(0);
}

.top-header__burger._active::before {
  transform: rotate(-45deg);
  top: 11px;
}

.top-header__burger._active::after {
  transform: rotate(45deg);
  bottom: 10px;
}

.top-header__burger::before,
.top-header__burger::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #000;
  left: 0;
}

.top-header__burger::before {
  top: 0;
  transition: transform 0.3s ease 0s, top 0.3s ease;
}

.top-header__burger::after {
  bottom: 0;
  transition: transform 0.3s ease 0s, bottom 0.3s ease;
}

.top-header__burger span {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #000;
  left: 0;
  top: 50%;
  display: block;
  transform: translate(0, -50%) scale(1);
  transition: transform 0.3s ease 0s;
}

.bottom-header {
  background-color: #000;
  border-bottom: 2px solid #313131;
}

.bottom-header._active {
  transform: translate(0px, 0px);
}

.bottom-header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  gap: 60px;
}

.bottom-header__dropdown {
  position: relative;
}

.bottom-header__dropdown-inner {
  background-color: #313131;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  padding: 18px 31px;
  display: flex;
  align-items: center;
  gap: 28px;
  cursor: pointer;
  transition: background-color 0.4s ease 0s;
  white-space: nowrap;
}

.bottom-header__dropdown-icon {
  fill: white;
}

.bottom-header__sublist {
  position: absolute;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px 25px;
  padding: 22.5px;
  left: 0;
  top: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  width: 100%;
  box-shadow: 4px 4px 20px 5px rgba(34, 60, 80, 0.2);
}

.bottom-header__sublist li {
  list-style: none;
}

.bottom-header__sublist a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #12090e;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
}

.bottom-header__nav {
  flex: 0 1 985px;
}

.bottom-header__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.bottom-header__list a {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  transition: color 0.4s ease 0s;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.45s ease;
  pointer-events: none;
}

.popup._open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup._open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}

.popup__content {
  background: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.45s ease;
}

.popup__title {
  font-family: "Russo One";
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
}

.popup__text {
  font-weight: 500;
  font-size: 16px;
  line-height: math, div(20, 16);
  color: #565656;
}

.fast .popup__content {
  padding: 45px 70px;
}

.fast__title {
  margin-bottom: 40px;
}

.fast__text {
  margin-bottom: 50px;
}

.fast__item {
  width: 476px;
}

.fast__item:not(:last-child) {
  margin-bottom: 25px;
}

.fast__item input {
  width: 100%;
  border: 1px solid #a9a9a9;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #565656;
  padding: 15.5px 23px;
}

.fast__item input::-moz-placeholder {
  color: #a9a9a9;
}

.fast__item input:-ms-input-placeholder {
  color: #a9a9a9;
}

.fast__item input::placeholder {
  color: #a9a9a9;
}

.fast__btn {
  margin-top: 50px;
  width: 214px;
}

.cart-popup .popup__content {
  padding: 55px 45px;
  width: 557px;
}

.cart-popup__title {
  margin-bottom: 45px;
}

.cart-popup__btns {
  display: flex;
  gap: 38px;
}

.cart-popup__link {
  display: inline-block;
  flex: 0 0 calc(50% - 19px);
}

.cart-popup__close {
  flex: 0 0 calc(50% - 19px);
  cursor: pointer;
}

.popup-success .popup__content {
  width: 696px;
  padding: 100px 40px;
}

.popup-success__title {
  margin-bottom: 60px;
}

.popup-success__text {
  margin-bottom: 70px;
}

.popup-success__link {
  display: inline-block;
  width: 239px;
}

.article {
  margin-bottom: 100px;
}

.article__img {
  width: 100%;
  max-height: 372px;
  margin-bottom: 50px;
}

.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__title {
  margin-bottom: 50px;
}

.article__content {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2142857143;
}

.article__content p:not(:last-child) {
  margin-bottom: 30px;
}

.blog-page {
  margin-bottom: 100px;
}

.blog-page__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 34px;
}

.cart-page {
  margin-bottom: 45px;
}

.cart-page__flex {
  display: flex;
  align-items: flex-start;
  gap: 34px;
}

.cart-page__content {
  flex: 1 1 100%;
}

.cart-page__row {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.cart-page__row span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #a9a9a9;
}

.cart-page__row-value {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #565656;
  margin-left: 13px;
}

.cart-page__summary {
  text-align: right;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 28px;
}

.cart-page__summary span {
  color: #a9a9a9;
}

.cart-page__total {
  color: #ffa800;
  margin-left: 13px;
}

.cart-page__input-total {
  display: none;
}

.cart-page__sale {
  flex: 0 0 342px;
}

.cart-page__scroll {
  padding-left: 19px;
  padding-right: 19px;
  margin-top: 28px;
  display: flex;
  max-width: 170px;
  margin-left: auto;
  justify-content: center;
}

.item-cart {
  border: 3px solid #f1f1f1;
  border-radius: 15px;
  padding: 20px 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 27.5px 20px;
}

.item-cart:not(:last-child) {
  margin-bottom: 29px;
}

.item-cart:last-child {
  margin-bottom: 50px;
}

.item-cart__left {
  display: flex;
  align-items: center;
  gap: 20px 26px;
}

.item-cart__img {
  text-align: center;
  width: 97px;
}

.item-cart__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #565656;
  max-width: 200px;
}

.item-cart__input-title {
  display: none;
}

.item-cart__price {
  font-weight: 700;
  font-size: 14px;
  color: #565656;
}

.item-cart__actions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (55px) [3];
  grid-template-columns: repeat(3, 55px);
}

.item-cart__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e5;
  font-size: 20px;
  font-weight: 700;
  color: #565656;
  transition: background-color 0.3s ease 0s;
}

.item-cart__minus {
  border-radius: 10px 0 0 10px;
}

.item-cart__input {
  font-weight: 800;
  text-align: center;
  font-size: 20px;
  color: #565656;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 4px;
}

.item-cart__plus {
  border-radius: 0 10px 10px 0;
}

.item-cart__right {
  display: flex;
  align-items: center;
  gap: 70px;
}

.item-cart__total {
  font-weight: 700;
  font-size: 20px;
  color: #565656;
  min-width: 145px;
  text-align: right;
}

.item-cart__delete {
  background-color: transparent;
  font-size: 20px;
  color: #565656;
  transform: rotate(45deg);
  padding: 2.5px;
  transition: color 0.3s ease 0s;
}

.order {
  background-color: #f1f1f1;
  padding: 43px 0 102px;
}

.order__container {
  max-width: 1340px;
}

.order__title {
  margin-bottom: 53px;
}

.order__flex {
  display: flex;
  align-items: flex-start;
  gap: 30px 45px;
  justify-content: space-between;
  margin-bottom: 55px;
}

.order__main {
  flex: 0 1 877px;
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}

.order__main .order__label {
  margin-bottom: 19px;
  padding-left: 18px;
}

.order__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.order__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #565656;
}

.order__input {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #565656;
  padding: 16.5px 20px;
}

.order__input::-moz-placeholder {
  color: #c4c4c4;
}

.order__input:-ms-input-placeholder {
  color: #c4c4c4;
}

.order__input::placeholder {
  color: #c4c4c4;
}

.order__textarea {
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  resize: none;
  height: 140px;
  padding: 16.5px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #565656;
}

.order__addition {
  flex: 0 1 338px;
}

.order__addition .order__label {
  text-align: center;
  margin-bottom: 24px;
}

.order__addition .order__item {
  flex: 0 1 350px;
}

.order__addition .order__item:not(:last-child) {
  margin-bottom: 38px;
}

.order__radios {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 18px;
}

.order__radio input {
  display: none;
}

.order__radio input:checked + label::after {
  opacity: 1;
}

.order__radio label {
  display: flex;
  align-items: center;
  gap: 21px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #565656;
  position: relative;
}

.order__radio label::before {
  content: "";
  flex: 0 0 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  align-self: flex-start;
}

.order__radio label::after {
  content: "\e902";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffa800;
  border-radius: 5px;
  font-size: 13px;
  color: #ffa800;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.order__btns {
  display: flex;
  align-items: center;
  gap: 20px 28px;
}

.order__link {
  flex: 0 1 212px;
}

.order__btn {
  flex: 0 1 212px;
}

.catalog-page {
  margin-bottom: 147px;
}

.catalog-page__flex {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.catalog-page__categories {
  flex: 0 0 244px;
  border: 3px solid #f1f1f1;
  border-radius: 15px;
  padding: 31px 27px;
}

.catalog-page__categories li:not(:last-child) {
  margin-bottom: 24px;
}

.catalog-page__category {
  font-family: "Russo One";
  font-size: 20px;
  line-height: 1.2;
  color: #565656;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
}

.catalog-page__category_active {
  color: #ffa800;
}

.catalog-page__assortment {
  flex: 1 1 100%;
}

.catalog-page__not-found {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.catalog-page__sort {
  margin-bottom: 48px;
}

.catalog-page__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 33px 0;
}

.catalog-page__pagination {
  background: #f1f1f1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 17px;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 63px;
}

.pagination.prev svg {
  transform: rotate(180deg);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  color: #565656;
  transition: color 0.3s ease 0s, background-color 0.3s ease;
}

.pagination.current {
  background-color: #a9a9a9;
  color: #fff;
}

.pagination.prev svg,
.pagination.next svg {
  fill: #565656;
  transition: fill 0.3s ease 0s;
}

.sort-catalog {
  display: flex;
  align-items: center;
  gap: 19px;
}

.sort-catalog__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #565656;
}

.sort-catalog__select {
  min-width: 218px;
}

.benefit {
  background-color: #f1f1f1;
  margin-bottom: 72px;
  padding: 44px 0px;
}

.benefit__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.benefit__item {
  flex: 0 1 311px;
  gap: 15px;
  text-align: center;
}

.benefit__icon {
  margin-bottom: 15px;
}

.benefit__title {
  margin-bottom: 15px;
  font-family: "Russo One";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #565656;
}

.benefit__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25;
}

.blog {
  background-color: #f1f1f1;
  padding: 71px 0 135px;
  margin-bottom: 60px;
}

.blog__title {
  margin-bottom: 90px;
}

.blog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 35px;
}

.companies {
  margin-bottom: 120px;
}

.companies__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 35px 30px;
}

.companies__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hot {
  margin-bottom: 75px;
}

.hot__title {
  margin-bottom: 65px;
}

.info {
  padding: 63px 80px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-bottom: 97px;
}

.info__logo {
  margin-bottom: 43px;
}

.info__logo ._logo__right {
  color: #fff;
}

.info__text {
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 827px;
  font-weight: 400;
}

.intro {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.intro__container {
  max-width: 1440px;
}

.intro__body {
  padding-top: 127px;
  padding-bottom: 176px;
}

.intro__uptitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #ffa800;
  margin-bottom: 42px;
  max-width: 60%;
}

.intro__title {
  font-family: "Russo One";
  font-style: normal;
  font-size: 45px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 84px;
  max-width: 60%;
}

.intro__phone {
  display: none;
  margin-bottom: 20px;
}

.intro__phone ._phone__text {
  color: #ffa800;
}

.offer {
  margin-bottom: 75px;
}

.offer__title {
  margin-bottom: 65px;
}

.sale {
  margin-bottom: 100px;
}

.sale__title {
  margin-bottom: 85px;
}

.item-page {
  margin-bottom: 130px;
}

.item-page__flex {
  display: flex;
  align-items: flex-start;
  gap: 53px;
}

.item-page__img {
  flex: 0 0 477px;
}

.item-page__content {
  flex: 1 1 100%;
}

.item-page__title {
  margin-bottom: 40px;
}

.item-page__feature {
  color: #565656;
  margin-bottom: 15px;
}

.item-page__feature span {
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 700;
}

.item-page__value {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  padding-left: 10px;
}

.item-page__price {
  margin-top: 85px;
  font-weight: 800;
  font-size: 25px;
  color: #565656;
  margin-bottom: 39px;
}

.item-page__buy {
  display: inline-block;
}

.item-page__cart {
  margin: 0;
}

.item-page__sale {
  flex: 0 0 342px;
}

.sale-page {
  margin-bottom: 100px;
}

@media (max-width: 1600px) {
  .product-slider__outer {
    padding: 0 50px;
  }

  .product-slider__prev {
    left: 5px;
  }

  .product-slider__next {
    right: 5px;
  }

  .top-header__points {
    display: none;
  }

  .bottom-header__body {
    padding: 0;
  }
}

@media (max-width: 1570px) {
  .products__body {
    padding: 0;
  }

  .info {
    padding: 60px 0;
  }

  .intro__body {
    padding-top: calc(40px + 87 * ((100vw - 320px) / 1250));
  }

  .intro__body {
    padding-bottom: calc(40px + 136 * ((100vw - 320px) / 1250));
  }
}

@media (max-width: 1500px) {
  .sale-grid {
    gap: 30px;
  }

  .sale-grid__item:nth-child(4n + 3) .sale-grid__content {
    right: 30px;
  }
}

@media (max-width: 1400px) {
  .products__grid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }

  .sale-grid {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .sale-grid__item {
    -ms-grid-column-span: 2 !important;
    grid-column: span 2 !important;
    -ms-grid-row-span: 1 !important;
    grid-row: span 1 !important;
  }

  .sale-grid__item:nth-child(4n + 1) {
    background-size: 100% 45%;
    padding: 30px 0;
  }

  .sale-grid__item:nth-child(4n + 1) .sale-grid__content {
    padding: 0 40px;
    margin-top: 20px;
  }

  .sale-grid__item:nth-child(4n + 2) {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: 30px 40px;
  }

  .sale-grid__item:nth-child(4n + 2) .sale-grid__content {
    max-width: 400px;
  }

  .sale-grid__item:nth-child(4n + 2) .sale-grid__img {
    margin-left: 0;
    flex: 0 0 auto;
    align-self: flex-end;
  }

  .sale-grid__item:nth-child(4n + 3) {
    padding: 30px 40px;
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
  }

  .sale-grid__item:nth-child(4n + 3) .sale-grid__content {
    position: static;
    top: auto;
    right: auto;
  }

  .sale-grid__item:nth-child(4n + 3) .sale-grid__img {
    flex: 0 0 auto;
  }

  .sale-grid__item:nth-child(4n + 4) {
    padding: 30px 0;
  }

  .sale-grid__item:nth-child(4n + 4) .sale-grid__content {
    padding: 0 40px;
  }

  .cart-page__sale {
    display: none;
  }

  .catalog-page__grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .item-page__flex {
    gap: 30px;
  }

  .item-page__sale {
    display: none;
  }
}

@media (max-width: 1300px) {
  .product-item {
    padding: 30px;
  }

  .benefit__item {
    flex: 0 1 285px;
  }
}

@media (max-width: 1200px) {
  ._cart:hover ._cart__summ {
    border-color: transparent;
  }

  ._cart:hover ._cart__details {
    border-color: transparent;
    background-color: transparent;
  }

  ._cart__summ {
    display: none;
  }

  ._cart__details {
    border: none;
    background-color: transparent;
  }

  ._cart__icon {
    padding: 16px 30px 7px 0px;
    color: #ffa800;
  }

  ._cart__count {
    color: white;
    background-color: #565656;
    left: 12px;
  }

  .footer__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 55px;
  }

  .footer__contact {
    -ms-grid-row: 1;
    grid-row: 1/1;
    -ms-grid-column: 2;
    grid-column: 2/2;
    text-align: left;
  }

  .footer__phone ._phone__top {
    justify-content: flex-start;
  }

  .footer__point {
    justify-content: flex-start;
  }

  .top-header__search {
    flex: 0 1 300px;
  }

  .blog-page__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .blog__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .intro__uptitle {
    max-width: 50%;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .intro__uptitle br {
    display: none;
  }

  .intro__title {
    max-width: 50%;
    font-size: 32.5px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1100px) {
  .products__grid {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog-page__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
}

@media (max-width: 991.98px) {
  .select__button {
    font-size: 16px;
    min-height: 37px;
  }

  .select__list-item {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main {
    margin-top: 98px;
  }

  .catalog-page__not-found {
    font-size: 22px;
    margin-top: 30px;
  }

  ._title {
    font-size: 22.5px;
  }

  ._title::before,
  ._title::after {
    flex: 0 0 20px;
  }

  .blog-item__img img {
    max-height: 260px;
  }

  .text-field {
    margin-bottom: 45px;
  }

  .logo {
    font-size: 30px;
  }

  .logo img {
    max-width: 25px;
  }

  .product-item::before {
    opacity: 1;
  }

  .product-item {
    padding: 25px;
  }

  .product-item__img {
    margin-bottom: 15px;
  }

  .product-item__flex {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  ._phone__icon {
    font-size: 20px;
  }

  ._phone__text {
    font-size: 23px;
  }

  .spacer {
    margin-bottom: 45px;
  }

  .spacer__body {
    padding: 40px 0;
  }

  .spacer__title {
    font-size: 30px;
  }

  .crumbs__list {
    margin-bottom: 37.5px;
  }

  .info-page {
    margin-bottom: 60px;
  }

  .info-page__title {
    margin-bottom: 40px;
  }

  .info-page__map {
    margin-top: 45px;
    height: 400px;
  }

  .products__title {
    margin-bottom: 45px;
  }

  .products__grid {
    margin-bottom: 45px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sale-grid__item:nth-child(4n + 1) {
    padding: 20px 0;
  }

  .sale-grid__item:nth-child(4n + 1) .sale-grid__content {
    padding: 0 20px;
  }

  .sale-grid__item:nth-child(4n + 2) {
    padding: 20px;
    background-image: none !important;
  }

  .sale-grid__item:nth-child(4n + 2) .sale-grid__content {
    max-width: 100%;
    text-align: center;
  }

  .sale-grid__item:nth-child(4n + 2) .sale-grid__img {
    -ms-grid-row-align: center;
    align-self: center;
  }

  .sale-grid__item:nth-child(4n + 3) {
    padding: 20px;
    align-items: center;
  }

  .sale-grid__item:nth-child(4n + 3) .sale-grid__content {
    text-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .sale-grid__item:nth-child(4n + 4) {
    padding: 20px 0;
  }

  .sale-grid__item:nth-child(4n + 4) .sale-grid__content {
    padding: 0 20px;
  }

  .footer__catalog {
    flex: 0 0 auto;
  }

  .footer__title {
    margin-bottom: 25px;
    font-size: 23px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background-color: white;
  }

  .top-header {
    padding: 25px 0;
  }

  .top-header__body {
    flex-direction: row-reverse;
  }

  .top-header__wrapper {
    order: 1;
  }

  .top-header__logo {
    margin-bottom: 0;
  }

  .top-header__slogan {
    display: none;
  }

  .top-header__phone {
    order: 1;
  }

  .top-header__phone ._phone__text,
  .top-header__phone ._phone__bottom {
    display: none;
  }

  .top-header__phone ._phone__top {
    margin-bottom: 0;
  }

  .top-header__phone ._phone__icon {
    font-size: 26px;
  }

  .top-header__search {
    display: none;
    flex: 0 0 auto;
  }

  .top-header__actions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .top-header__burger {
    display: block;
  }

  .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-bottom: none;
    background-color: white;
    transition: transform 0.4s ease 0s;
    transform: translate(0px, -100%);
    overflow-y: auto;
  }

  .bottom-header__container {
    height: 100%;
  }

  .bottom-header__body {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 45px 40px 45px 20px;
    gap: 10px;
    height: 100%;
  }

  .bottom-header__dropdown:hover .bottom-header__dropdown-inner {
    background-color: transparent;
  }

  .bottom-header__dropdown {
    width: 100%;
  }

  .bottom-header__dropdown-inner {
    color: #565656;
    background-color: transparent;
    padding: 0;
    gap: 20px;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .bottom-header__dropdown-icon {
    display: none;
  }

  .bottom-header__sublist {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: static;
    width: 100%;
    padding: 0;
    gap: 15px;
    display: none;
    margin-bottom: 00px;
    box-shadow: none;
  }

  .bottom-header__sublist a {
    font-size: 18px;
  }

  .bottom-header__nav {
    flex: 0 0 auto;
    width: 100%;
  }

  .bottom-header__list a {
    color: #565656;
    font-size: 25px;
    font-weight: 600;
  }

  .bottom-header__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bottom-header .top-header__phone ._phone__top {
    margin-bottom: 0;
  }

  .bottom-header .top-header__phone ._phone__bottom {
    display: none;
  }

  .fast .popup__content {
    padding: 35px;
    width: 100%;
  }

  .fast__title {
    margin-bottom: 30px;
  }

  .fast__text {
    margin-bottom: 30px;
  }

  .fast__item {
    width: 100%;
  }

  .fast__btn {
    margin-top: 25px;
  }

  .cart-popup .popup__content {
    padding: 35px;
  }

  .popup-success .popup__content {
    padding: 35px;
  }

  .popup-success__title {
    margin-bottom: 45px;
  }

  .popup-success__text {
    margin-bottom: 45px;
  }

  .article {
    margin-bottom: 60px;
  }

  .article__img {
    margin-bottom: 40px;
    height: 200px;
  }

  .article__title {
    margin-bottom: 40px;
  }

  .blog-page {
    margin-bottom: 60px;
  }

  ..item-cart:last-child {
    margin-bottom: 45px;
  }

  .item-cart {
    padding: 18px 15px;
  }

  .item-cart__left {
    flex-direction: column;
  }

  .item-cart__title {
    text-align: center;
  }

  .item-cart__price {
    display: none;
  }

  .item-cart__right {
    gap: 30px;
  }

  .order {
    padding: 55px 0;
  }

  .order__title {
    margin-bottom: 45px;
  }

  .order__flex {
    margin-bottom: 45px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .order__main {
    flex: 0 0 auto;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .order__addition .order__item:not(:last-child) {
    margin-bottom: 0;
  }

  .order__addition {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    flex: 0 0 auto;
  }

  .order__btns {
    justify-content: center;
  }

  .catalog-page {
    margin-bottom: 60px;
  }

  .catalog-page__flex {
    flex-direction: column;
  }

  .catalog-page__categories {
    flex: 1 1 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    padding: 15px;
    width: 100%;
    gap: 20px;
  }

  .catalog-page__categories li {
    text-align: center;
  }

  .catalog-page__categories li:not(:last-child) {
    margin-bottom: 0;
  }

  .catalog-page__category {
    font-size: 17px;
  }

  .catalog-page__assortment {
    width: 100%;
    flex: 0 0 auto;
  }

  .catalog-page__sort {
    margin-bottom: 30px;
  }

  .catalog-page__grid {
    gap: 20px;
  }

  .catalog-page__pagination {
    margin-top: 40px;
  }

  .sort-catalog__text {
    font-size: 17px;
  }

  .sort-catalog__select {
    min-width: 280px;
  }

  .benefit__flex {
    flex-wrap: wrap;
  }

  .benefit__item {
    flex: 0 1 calc(50% - 10px);
  }

  .blog {
    padding: 60px 0;
    margin-bottom: 45px;
  }

  .blog__title {
    margin-bottom: 60px;
  }

  .companies {
    margin-bottom: 45px;
  }

  .companies__grid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .hot {
    margin-bottom: 45px;
  }

  .hot__title {
    margin-bottom: 60px;
  }

  .info {
    margin-bottom: 45px;
  }

  .info__logo {
    margin-bottom: 30px;
    justify-content: center;
  }

  .info__text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 17px;
  }

  .info__text br {
    display: none;
  }

  .info__link {
    margin: 0 auto;
  }

  .intro {
    background-position: left center !important;
  }

  .intro__uptitle {
    max-width: 100%;
    text-align: center;
  }

  .intro__title {
    max-width: 100%;
    text-align: center;
  }

  .intro__link {
    margin: 0 auto;
  }

  .offer {
    margin-bottom: 45px;
  }

  .offer__title {
    margin-bottom: 60px;
  }

  .sale {
    margin-bottom: 45px;
  }

  .sale__title {
    margin-bottom: 45px;
  }

  .item-page {
    margin-bottom: 60px;
  }

  .item-page__flex {
    gap: 20px;
    align-items: stretch;
  }

  .item-page__img {
    flex: 0 0 calc(45% - 10px);
  }

  .item-page__content {
    flex: 0 0 calc(55% - 10px);
    display: flex;
    flex-direction: column;
  }

  .item-page__title {
    margin-bottom: 30px;
  }

  .item-page__price {
    margin-top: auto;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .sale-page {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .select__button {
    font-size: 14px;
    min-height: 34.5px;
  }

  .select__list-item {
    font-size: 14px;
  }

  .main {
    margin-top: 66px;
  }

  .catalog-page__not-found {
    margin-top: 0;
    font-size: 18px;
  }

  ._title {
    font-size: 20px;
  }

  ._title::before,
  ._title::after {
    flex: 0 0 12.5px;
  }

  ._title::before {
    margin-right: 15px;
  }

  ._title::after {
    margin-left: 15px;
  }

  .footer__text {
    max-width: 100%;
  }

  .blog-item__img img {
    max-height: 230px;
  }

  .blog-item__title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .blog-item__text {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .blog-item__link {
    font-size: 13px;
  }

  .blog-item__date {
    font-size: 13px;
  }

  .text-field {
    margin-bottom: 30px;
  }

  .text-field p {
    font-size: 13px;
  }

  .text-field p:not(:last-child) {
    margin-bottom: 20px;
  }

  ._blur-btn {
    max-width: 245px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  ._blur-btn__text {
    font-size: 13px;
  }

  ._blur-btn__icon {
    font-size: 7px;
  }

  .logo {
    font-size: 22px;
  }

  .product-slider__prev {
    left: 0;
  }

  .product-slider__next {
    right: 0;
  }

  .product-item {
    padding: 20px;
  }

  .product-item__title {
    font-size: 13px;
  }

  .product-item__flex {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .product-item__price {
    font-size: 18px;
  }

  .product-item__buy {
    font-size: 13px;
    margin-bottom: 15px;
    padding: 14px 0;
  }

  ._btn {
    padding: 9px 0;
  }

  ._btn__text {
    font-size: 13px;
  }

  ._btn__icon {
    font-size: 21px;
  }

  ._phone__top {
    gap: 0;
  }

  ._phone__icon {
    font-size: 17px;
  }

  ._phone__text {
    font-size: 19px;
    padding-left: 13.2px;
  }

  ._cart__icon {
    font-size: 23px;
  }

  ._cart__count {
    font-size: 11px;
    padding: 3px 9px;
    min-width: 38px;
  }

  .spacer {
    margin-bottom: 30px;
  }

  .spacer__body {
    padding: 35px 0;
  }

  .spacer__title {
    font-size: 24px;
  }

  .crumbs__list {
    margin-bottom: 22.5px;
  }

  .crumbs__list li {
    font-size: 13px;
  }

  .info-page {
    margin-bottom: 30px;
  }

  .info-page__title {
    margin-bottom: 30px;
  }

  .info-page__content {
    font-size: 13px;
  }

  .info-page__content p:not(:last-child) {
    margin-bottom: 20px;
  }

  .info-page__map {
    margin-top: 30px;
    height: 350px;
  }

  .products__title {
    margin-bottom: 30px;
  }

  .products__grid {
    margin-bottom: 30px;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .products_modificated .products__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .products_modificated .product-item {
    padding: 10px;
  }

  .products_modificated .product-item__title {
    font-size: 11px;
  }

  .products_modificated .product-item__flex {
    gap: 10px;
  }

  .products_modificated .product-item__price {
    font-size: 14.5px;
  }

  .products_modificated .product-item__buy {
    font-size: 11px;
    padding: 10px 0;
  }

  .products_modificated .product-item__cart {
    padding: 10px 0;
  }

  .products_modificated .product-item__cart ._btn__text {
    font-size: 11px;
  }

  .products_modificated .product-item__cart ._btn__icon {
    display: none;
  }

  .products_modificated .product-item__baloon {
    right: -15px;
  }

  .products_modificated .product-item__baloon span {
    padding: 8px;
    font-size: 10px;
  }

  ._btn-filled {
    font-size: 13px;
    padding: 12.5px 0;
  }

  ._btn-border {
    font-size: 13px;
    padding: 13px 0;
  }

  .sale-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sale-grid__img img {
    max-height: 250px;
    max-width: 250px;
  }

  .sale-grid__content {
    font-size: 18px !important;
  }

  .sale-grid__content * {
    font-size: 18px !important;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__body {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .footer__about {
    order: 1;
  }

  .footer__catalog {
    margin-bottom: 30px;
  }

  .footer__title {
    margin-bottom: 17.5px;
    font-size: 20px;
  }

  .footer__grid {
    gap: 15px 30px;
  }

  .footer__grid a,
  .footer__list a {
    font-size: 13px;
  }

  .footer__info {
    margin-bottom: 30px;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer__contact {
    margin-bottom: 30px;
  }

  .footer__phone {
    margin-bottom: 15px;
  }

  .top-header {
    padding: 10px 0;
  }

  .top-header__body {
    gap: 10px;
  }

  .top-header__phone ._phone__icon {
    font-size: 21px;
  }

  .top-header__burger {
    flex: 0 0 25px;
  }

  .bottom-header__container {
    height: auto;
  }

  .bottom-header__body {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 40px 25px 0;
    display: -ms-grid;
    display: grid;
  }

  .bottom-header__dropdown-inner {
    font-size: 19px;
  }

  .bottom-header__sublist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
    padding-left: 15px;
  }

  .bottom-header__sublist a {
    font-size: 15px;
  }

  .bottom-header__list a {
    font-size: 19px;
  }

  .bottom-header__list {
    align-items: flex-start;
  }

  .fast .popup__content {
    padding: 25px;
  }

  .fast__btn {
    margin-top: 5px;
    width: 100%;
  }

  .cart-popup .popup__content {
    width: 100%;
    padding: 25px;
  }

  .cart-popup__title {
    margin-bottom: 30px;
  }

  .cart-popup__btns {
    flex-direction: column;
    gap: 20px;
  }

  .cart-popup__link {
    flex: 0 0 auto;
  }

  .cart-popup__close {
    flex: 0 0 auto;
  }

  .popup-success .popup__content {
    width: 100%;
    padding: 25px;
  }

  .popup-success__title {
    margin-bottom: 30px;
  }

  .popup-success__text {
    margin-bottom: 30px;
  }

  .popup-success__link {
    width: 100%;
  }

  .article {
    margin-bottom: 30px;
  }

  .article__img {
    margin-bottom: 30px;
  }

  .article__title {
    margin-bottom: 30px;
  }

  .article__content {
    font-size: 13px;
  }

  .article__content p:not(:last-child) {
    margin-bottom: 20px;
  }

  .blog-page {
    margin-bottom: 30px;
  }

  .blog-page__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cart-page {
    margin-bottom: 30px;
  }

  .item-cart:last-child {
    margin-bottom: 30px;
  }

  .cart-page__row {
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .cart-page__summary {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
  }

  .cart-page__scroll {
    margin: 20px auto 0;
    max-width: 200px;
  }

  .item-cart:not(:last-child) {
    margin-bottom: 20px;
  }

  .item-cart {
    flex-direction: column;
    padding: 22.5px;
  }

  .item-cart__title {
    max-width: 100%;
  }

  .item-cart__total {
    font-size: 22px;
  }

  .item-cart__delete {
    font-size: 24px;
  }

  .order {
    padding: 40px 0;
  }

  .order__title {
    margin-bottom: 30px;
  }

  .order__flex {
    margin-bottom: 30px;
  }

  .order__main .order__label {
    margin-bottom: 15px;
    padding-left: 0;
  }

  .order__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .order__label {
    text-align: center;
  }

  .order__addition .order__label {
    margin-bottom: 15px;
  }

  .order__addition .order__item {
    flex: 0 0 auto;
    width: 100%;
  }

  .order__addition {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .order__btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .order__link {
    flex: 0 0 auto;
    width: 100%;
  }

  .order__btn {
    flex: 0 0 auto;
    width: 100%;
  }

  .catalog-page {
    margin-bottom: 30px;
  }

  .catalog-page__categories {
    padding: 10px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-page__category {
    font-size: 14px;
  }

  .catalog-page__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .catalog-page__pagination {
    gap: 10px;
    padding: 14px 10px;
    margin-top: 30px;
  }

  .pagination {
    flex: 0 0 25px;
    height: 25px;
    font-size: 10px;
  }

  .pagination.prev svg, .pagination.next svg {
    width: 6px;
  }

  .sort-catalog {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .sort-catalog__text {
    font-size: 15px;
  }

  .sort-catalog__select {
    min-width: 0;
    width: 100%;
  }

  .benefit {
    margin-bottom: 45px;
  }

  .benefit {
    margin-bottom: 30px;
    padding: 40px 0;
  }

  .benefit__flex {
    gap: 25px;
  }

  .benefit__item {
    flex: 1 1 100%;
  }

  .benefit__title {
    font-size: 14px;
  }

  .benefit__text {
    font-size: 11px;
  }

  .blog {
    padding: 40px 0;
    margin-bottom: 30px;
  }

  .blog__title {
    margin-bottom: 30px;
  }

  .blog__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .companies {
    margin-bottom: 30px;
  }

  .companies__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .hot {
    margin-bottom: 30px;
  }

  .hot__title {
    margin-bottom: 30px;
  }

  .info {
    padding: 40px 0;
    margin-bottom: 30px;
  }

  .info__logo {
    margin-bottom: 20px;
  }

  .info__text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .intro__uptitle {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .intro__title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .intro__phone {
    display: flex;
    justify-content: center;
  }

  .offer {
    margin-bottom: 30px;
  }

  .offer__title {
    margin-bottom: 30px;
  }

  .sale {
    margin-bottom: 30px;
  }

  .sale__title {
    margin-bottom: 30px;
  }

  .item-page {
    margin-bottom: 30px;
  }

  .item-page__flex {
    flex-direction: column;
    align-items: center;
  }

  .item-page__img {
    flex: 0 0 auto;
  }

  .item-page__img img {
    max-height: 320px;
  }

  .item-page__content {
    flex: 0 0 auto;
    text-align: center;
  }

  .item-page__title {
    text-align: center !important;
    margin-bottom: 20px;
  }

  .item-page__price {
    margin-top: 5px;
    font-size: 22.5px;
    margin-bottom: 20px;
  }

  .item-page__cart {
    margin: 0 auto;
  }

  .sale-page {
    margin-bottom: 30px;
  }
}

@media (max-width: 479.98px) {
  .cart-page__scroll {
    max-width: 100%;
  }
}

@media (any-hover: hover) {
  .search-result a:hover .search-result__title {
    color: #ffa800;
  }
  .select__list-item:hover {
    color: white;
    background-color: #c4c4c4;
  }

  .blog-item__link:hover {
    color: #ffb933;
  }

  ._blur-btn:hover {
    background-color: #ffa800;
  }

  ._blur-btn:hover ._blur-btn__text,
  ._blur-btn:hover ._blur-btn__icon {
    color: #fff;
  }

  .product-item:hover::before {
    opacity: 1;
  }

  .product-item__hint:hover .product-item__baloon {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .product-item__hint:hover .product-item__qn {
    background-color: #ffa800;
    color: #fff;
    border-color: #ffa800;
  }

  .product-item__buy:hover {
    background-color: #565656;
  }

  ._btn:hover {
    background-color: #565656;
    border-color: #565656;
    color: white;
  }

  ._phone__top:hover ._phone__text {
    color: #ffa800;
  }

  ._phone__bottom:hover {
    color: #ffa800;
  }

  ._cart:hover ._cart__summ {
    border-color: #ffb933;
  }

  ._cart:hover ._cart__details {
    border-color: #ffb933;
    background-color: #ffb933;
  }

  .crumbs__list a:hover {
    opacity: 0.8;
  }

  ._btn-filled:hover {
    background-color: #565656;
  }

  ._btn-border:hover {
    background-color: #565656;
    border-color: #565656;
    color: white;
  }

  .footer__grid a:hover,
  .footer__list a:hover {
    color: #a9a9a9;
  }

  .footer__phone ._phone__top:hover ._phone__text {
    color: #a9a9a9;
  }

  .footer__phone ._phone__bottom:hover {
    color: #a9a9a9;
  }

  .bottom-header__dropdown:hover .bottom-header__dropdown-inner {
    background-color: #242424;
  }

  .bottom-header__dropdown:hover .bottom-header__sublist {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .bottom-header__sublist a:hover {
    color: #ffa800;
  }

  .bottom-header__list a:hover {
    color: #ffa800;
  }

  .item-cart__button:hover {
    background-color: #d8d8d8;
  }

  .item-cart__delete:hover {
    color: #ffa800;
  }

  .catalog-page__category:hover {
    color: #ffa800;
  }

  .pagination:not(.dots):hover {
    background-color: #a9a9a9;
    color: #fff;
  }

  .pagination:hover svg {
    fill: white;
  }
}