@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("./fonts/Unbounded/Unbounded-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: clip;
}

.dark::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 1000;
  transition: opacity 0.3s ease; /* плавный переход */
  opacity: 0;
}

body.dark::after {
  opacity: 1;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.jcs {
  justify-content: space-between;
}

.jcsa {
  justify-content: space-around;
}

.aic {
  align-items: center;
}

.flexbox {
  display: flex;
}

.jcc {
  justify-content: center;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-ub {
  font-family: "Unbounded", sans-serif;
}

.up {
  text-transform: uppercase;
}

.w {
  color: #FFF;
}

.bg-white {
  background-color: #FFFFFF;
}

.shade {
  background-color: #EEEEEE;
}

.i-footer-name {
  width: 26px;
  height: 26px;
  background-color: #FFF;
  border-radius: 50px;
  color: #000;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.7px;
  margin-right: 10px;
}

.i-exampleee {
  min-width: 21px;
  min-height: 18px;
  width: 21px;
  height: 18px;
  display: inline-block;
}
.i-exampleee::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("");
  display: inline-block;
}

.i-hr {
  min-width: 1px;
  min-height: 16px;
  width: 1px;
  height: 16px;
  background-color: #FFF;
  margin: 0 15px;
  display: inline-block;
}

.i-phone {
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
  display: inline-block;
}
.i-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-phone.png");
  display: inline-block;
}

.i-whatsapp {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.i-whatsapp::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-whatsapp.png");
  display: inline-block;
}
.i-whatsapp {
  margin-right: 11px;
}

.i-telegram {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.i-telegram::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-telegram.png");
  display: inline-block;
}
.i-telegram {
  margin-right: 11px;
}

.i-viber {
  min-width: 23px;
  min-height: 23px;
  width: 23px;
  height: 23px;
  display: inline-block;
}
.i-viber::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-viber.png");
  display: inline-block;
}

.i-header {
  min-width: 50px;
  min-height: 30px;
  width: 50px;
  height: 30px;
  display: inline-block;
  margin-right: 20px;
}
.i-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-logo.png");
  display: inline-block;
}

.i-glass {
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
}
.i-glass::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  margin-bottom: 1px;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-glass.png");
  display: inline-block;
}

.i-cart {
  min-width: 46px;
  min-height: 46px;
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-left: 13px;
}
.i-cart::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  margin-bottom: 1px;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-cart.png");
  display: inline-block;
}

.i-saves {
  min-width: 39px;
  min-height: 39px;
  width: 39px;
  height: 39px;
  display: inline-block;
  margin-left: 13px;
}
.i-saves::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  margin-bottom: 1px;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-saves.png");
  display: inline-block;
}

.i-hr-mid {
  min-width: 1px;
  min-height: 41px;
  width: 1.5px;
  background-color: #000;
  height: 41px;
  display: inline-block;
  margin-left: 27px;
}

.i-not {
  min-height: 14px;
  height: 14px;
  background-color: #FF7900;
  display: inline-block;
  border-radius: 30px;
  position: absolute;
  top: -3px;
  right: -8px;
  color: #FFF;
  font-style: normal;
  font-size: 10px;
  padding: 0 4px;
}

.i-to-home {
  min-width: 39px;
  min-height: 39px;
  width: 39px;
  height: 39px;
  display: inline-block;
}
.i-to-home::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  margin-bottom: 1px;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/to-home.png");
  display: inline-block;
}

.i-chevron-hero-nav {
  min-width: 90px;
  min-height: 90px;
  width: 90px;
  height: 90px;
  display: inline-block;
  position: absolute;
  right: 30px;
  cursor: pointer;
  transition: opacity 0.5s ease;
  top: 50%;
  transform: translateY(-50%);
}
.i-chevron-hero-nav:hover {
  opacity: 0.7;
}
.i-chevron-hero-nav:active {
  opacity: 0.1;
}
.i-chevron-hero-nav::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  margin-bottom: 1px;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/hero-chevron.png");
  display: inline-block;
}

.i-user {
  min-width: 23px;
  min-height: 23px;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: 14px;
  margin-left: 28px;
}
.i-user::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-user.png");
  display: inline-block;
}

.i-user-phone {
  min-width: 29px;
  min-height: 29px;
  width: 29px;
  height: 29px;
  display: inline-block;
  margin-left: 24px;
  margin-right: 11px;
}
.i-user-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-user-phone.png");
  display: inline-block;
}

.i-quality {
  min-width: 43px;
  min-height: 43px;
  width: 43px;
  height: 43px;
  display: inline-block;
  margin-right: 10px;
}
.i-quality::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-quality.png");
  display: inline-block;
}

.i-fast {
  min-width: 43px;
  min-height: 43px;
  width: 43px;
  height: 43px;
  display: inline-block;
  margin-right: 10px;
}
.i-fast::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-fast.png");
  display: inline-block;
}

.i-blue-chevron {
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 3px;
}
.i-blue-chevron::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-blue-chevron.png");
  display: inline-block;
}

.i-adv-user {
  min-width: 70px;
  min-height: 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 25px;
}
.i-adv-user::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/adv-user.png");
  display: inline-block;
}

.i-adv-order {
  min-width: 70px;
  min-height: 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 25px;
}
.i-adv-order::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/adv-delivery.png");
  display: inline-block;
}

.i-adv-catalog {
  min-width: 70px;
  min-height: 70px;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 25px;
}
.i-adv-catalog::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/adv-catalog.png");
  display: inline-block;
}

.i-reviews {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 15px;
}
.i-reviews::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-reviews.png");
  display: inline-block;
}

.i-star {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 7px;
}
.i-star::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/star.png");
  display: inline-block;
}

.i-star.tst {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 7px;
}
.i-star.tst::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/start.png");
  display: inline-block;
}

.i-reviews__nav {
  min-width: 54px;
  min-height: 4px;
  width: 54px;
  height: 4px;
  display: inline-block;
  margin-right: 3.5px;
  margin-left: 3.5px;
  background-color: #D9D9D9;
}

.i-reviews__nav.tst {
  min-width: 54px;
  min-height: 4px;
  width: 54px;
  height: 4px;
  display: inline-block;
  margin-right: 3.5px;
  margin-left: 3.5px;
  background-color: #4E4E4E;
}

.i-footer-phone {
  min-width: 26px;
  min-height: 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 13px;
}
.i-footer-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-phone.png");
  display: inline-block;
}

.i-clock {
  min-width: 26px;
  min-height: 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 13px;
}
.i-clock::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-clock.png");
  display: inline-block;
}

.i-white-chevron {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 7px;
}
.i-white-chevron::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-white-chevron.png");
  display: inline-block;
}

.i-filter {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 8px;
}
.i-filter::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-filter.png");
  display: inline-block;
}

.i-card-cart {
  min-width: 26px;
  min-height: 24px;
  width: 26px;
  height: 24px;
  display: inline-block;
}
.i-card-cart::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-card-cart.png");
  display: inline-block;
}

.i-btn-filter {
  min-width: 51px;
  min-height: 39px;
  width: 51px;
  height: 39px;
  background-color: #ff6200;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 26px;
  position: fixed;
  top: 10%;
  left: 0;
  cursor: pointer;
  transition: 0.7s ease all;
  display: none;
}
.i-btn-filter:hover {
  background-color: #d75200;
}
.i-btn-filter::after {
  content: "";
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -5px;
  background-image: url("./imgs/icons/white-filter.png");
  display: inline-block;
}

.i-checkmark {
  min-width: 13px;
  min-height: 13px;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
}
.i-checkmark::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-checkmark.png");
  display: inline-block;
}

.i-minus {
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.i-minus::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-minus.png");
  display: inline-block;
}

.i-plus {
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.i-plus::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-plus.png");
  display: inline-block;
}

.i-p-car {
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}
.i-p-car::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-p-car.png");
  display: inline-block;
}

.i-p-bus {
  min-width: 18px;
  min-height: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}
.i-p-bus::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-p-bus.png");
  display: inline-block;
}

.i-p-worker {
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}
.i-p-worker::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-p-worker.png");
  display: inline-block;
}

.i-p-coins {
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}
.i-p-coins::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-p-coins.png");
  display: inline-block;
}

.i-p-card {
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}
.i-p-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-p-card.png");
  display: inline-block;
}

.i-list {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 12px;
}
.i-list::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-list.png");
  display: inline-block;
}

.i-gear {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 12px;
}
.i-gear::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-gear.png");
  display: inline-block;
}

.i-box {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 12px;
}
.i-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-box.png");
  display: inline-block;
}

.i-input-minus {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
}
.i-input-minus::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-input-minus.png");
  display: inline-block;
}

.i-input-plus {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
}
.i-input-plus::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-input-plus.png");
  display: inline-block;
}

.i-pen {
  min-width: 26px;
  min-height: 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 10px;
}
.i-pen::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-pen.png");
  display: inline-block;
}

.i-black-chevron {
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
  margin-top: -1px;
}
.i-black-chevron::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-black-chevron.png");
  display: inline-block;
}

.favorite-remove::after {
  content: "";
  width: 31px !important;
  height: 31px !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  background-image: url("./imgs/icons/cross.png") !important;
}

.i-lay-search {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
  transition: all 0.7s ease;
}
.i-lay-search:hover {
  transform: rotate(360deg);
}
.i-lay-search::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-lay-glass.png");
  display: inline-block;
}

.i-cross-not-found {
  min-width: 33px;
  min-height: 33px;
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-left: 25px;
}
.i-cross-not-found::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-cross.png");
  display: inline-block;
}

.i-double-chevron {
  min-width: 18px;
  min-height: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
}
.i-double-chevron::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/double-chevron.png");
  display: inline-block;
}

.i-contacts-phone {
  min-width: 18px;
  min-height: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
}
.i-contacts-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/phone.svg");
  display: inline-block;
}

.i-contacts-email {
  min-width: 18px;
  min-height: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
}
.i-contacts-email::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/mail.svg");
  display: inline-block;
}

.i-cart-app {
  min-width: 25px;
  min-height: 22px;
  width: 25px;
  height: 22px;
  display: inline-block;
  margin-left: 10px;
}
.i-cart-app::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-cartapp.svg");
  display: inline-block;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* случайная тряска каждые 5–10 секунд */
.i-cart-app {
  animation: shake 1.5s infinite;
}

span.span__not-found {
  font-family: "Unbounded";
  font-size: 22px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

span.favorites-span-1 {
  font-family: "Unbounded";
  font-size: 22px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

span.favorites-span-2 {
  font-family: "Unbounded";
  font-size: 18px;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto;
}

.header {
  width: 100%;
}
.header .header__top {
  padding: 4px 0;
  background-color: #EF5C00;
}
.header .header__top a {
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.header .header__middle {
  padding: 30px 0;
}
.header .header__middle .logo img {
  width: 273px;
  height: 30px;
}
.header .header__middle .search {
  padding-left: 15px;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 1px;
  width: 298px;
  position: relative;
}
.header .header__middle .search input {
  padding: 8.5px 0;
  width: 100%;
  border: none;
  outline: none;
  padding-right: 15px;
}
.header .header__middle .search input::-moz-placeholder {
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #000;
  font-weight: 500;
  font-style: italic;
}
.header .header__middle .search input::placeholder {
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #000;
  font-weight: 500;
  font-style: italic;
}
.header .header__middle .search .search__dropdown {
  position: absolute;
  top: 34px;
  left: -1px;
  background-color: #FFF;
  border: 1px solid #000;
  border-top: none;
  width: 100%;
  padding-top: 0px;
  z-index: 15;
}
.header .header__middle .search .search__dropdown .search__dropdown-card {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  background-color: #FFF;
  transition: all 0.6s ease;
}
.header .header__middle .search .search__dropdown .search__dropdown-card:hover {
  transform: translateX(10px);
}
.header .header__middle .search .search__dropdown .search__dropdown-card img {
  width: 66px;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-right: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.header .header__middle .search .search__dropdown .search__dropdown-card .hrefs span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #000;
}
.header .header__middle .search .search__dropdown .search__dropdown-card .hrefs strong {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-top: 5px;
  color: #000;
}
.header .header__middle .search .search__dropdown .search__dropdown-card .hrefs .active {
  color: rgb(233, 85, 0);
}
.header .header__middle .user-nav {
  color: #000;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}
.header .header__middle .user-nav a {
  text-decoration: none;
  color: #000;
}
.header .header__middle .user-nav .user-nav__cart {
  margin-left: 25px;
  position: relative;
}
.header .header__middle .user-nav .user-nav__saves {
  position: relative;
}
.header .header__bottom {
  background-color: #000;
  width: 100%;
  height: 49px;
}
.header .header__bottom .main-nav {
  height: 100%;
  width: 100%;
  position: relative;
}
.header .header__bottom .main-nav ul {
  width: 100%;
  margin-left: 30px;
}
.header .header__bottom .main-nav ul li {
  list-style: none;
  margin-left: 0;
}
.header .header__bottom .main-nav ul li a {
  color: #eeeeee;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1px;
  font-weight: 600;
  padding: 16px 15px;
}
.header .header__bottom .main-nav ul li a:hover {
  background-color: #1b2334;
}
.header .header__bottom .main-nav ul li:hover .header-dropdown {
  display: block;
}
.header .header__bottom .main-nav ul li .header-dropdown {
  background-color: #1b2334;
  box-sizing: border-box;
  padding: 30px;
  padding-bottom: 35px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 49px;
  left: 0;
  display: none;
}
.header .header__bottom .main-nav ul li .header-dropdown:hover {
  display: block;
}
.header .header__bottom .main-nav ul li .header-dropdown .header-dropdown__card {
  display: inline-block;
  width: 123px;
  margin-right: 33px;
}
.header .header__bottom .main-nav ul li .header-dropdown .header-dropdown__card:hover {
  background: none;
}
.header .header__bottom .main-nav ul li .header-dropdown .header-dropdown__card img {
  width: 119px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header__bottom .main-nav ul li .header-dropdown .header-dropdown__card h5 {
  text-transform: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #FFF;
  text-align: center;
  line-height: 130.9%;
}
.header .header__bottom .main-nav .adaptive a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.header .header__bottom .main-nav .adaptive a:last-child {
  margin-left: 20px;
}
.header .header__bottom .main-nav .adaptive {
  display: none;
}
.header .header__bottom .container {
  height: 100%;
}
.header .header__bottom .to-home {
  display: flex;
  height: 100%;
  min-width: 49px;
  background-color: #FF8110;
}

.hero {
  width: 100%;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.hero .hero__page {
  width: 100%;
  min-width: 100%;
  padding-top: 115px;
  padding-bottom: 160px;
}
.hero .hero__page h1 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 130.9%;
  color: #FFF;
  display: block;
  width: 536px;
  margin-bottom: 20px;
}
.hero .hero__page h1 b {
  font-weight: 700;
}
.hero .hero__page h2 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 130.9%;
  color: #FFF;
  display: block;
  width: 536px;
  margin-bottom: 20px;
}
.hero .hero__page h2 b {
  font-weight: 700;
}
.hero .hero__page p {
  width: 406px;
  font-size: 20px;
  letter-spacing: 0.2px;
  color: #D0D0D0;
  line-height: 147%;
  display: block;
  margin-bottom: 37px;
}
.hero .hero__page .hrefs a {
  background-color: #F87600;
  padding: 11.5px 0;
  width: 197px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  box-sizing: border-box;
}
.hero .hero__page .hrefs .href2 {
  background: none;
  padding: 10px 0;
  margin-left: 20px;
  color: #F87600;
  border: 2px solid #F87600;
}
.hero .page-1 {
  background-image: url("./imgs/global/main1.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0%;
}
.hero .page-2 {
  background-image: url("./imgs/global/main2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .page-3 {
  background-image: url("./imgs/global/main3.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.call {
  margin-top: -40px;
  width: 100%;
  z-index: 3;
  position: relative;
  margin-bottom: 59px;
}
.call .container {
  z-index: 4;
  background-color: #FFF;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 70px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
}
.call span {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  line-height: 146.9%;
  color: #000;
}
.call .call__form {
  margin-top: 30px;
  padding-bottom: 66px;
}
.call .call__form .form-input:first-of-type {
  margin-right: 15px;
}
.call .call__form .form-input {
  border: #000000 1px solid;
  height: 55px;
}
.call .call__form .form-input input {
  border: none;
  box-sizing: border-box;
  color: #222222;
  font-size: 20px;
  letter-spacing: 0.1px;
  font-weight: 500;
  width: 295px;
  padding-right: 20px;
  height: 100%;
  outline: none;
}
.call .call__form .form-input input::-moz-placeholder {
  color: #222;
}
.call .call__form .form-input input::placeholder {
  color: #222;
}
.call .call__form button {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  background-color: #F87600;
  padding: 16px 45px;
  margin-left: auto;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.call .call__form button:hover {
  background-color: #EF5C00;
}

.budrenovo {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 75px;
  margin-top: 75px;
}
.budrenovo .budrenovo__inner {
  z-index: 9;
  width: 110%;
  margin-left: -10px;
  transform: rotateZ(-1.69deg);
  background-color: #000;
  width: 110%;
  height: 45.18px;
}
.budrenovo span {
  transform: rotateZ(-0.69deg);
  padding: 8px 0;
  display: block;
  background-color: #EF5C00;
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 10;
  overflow-x: hidden;
}
.budrenovo span b {
  font-size: 24px;
  font-weight: 700;
}

.ad {
  margin-bottom: 83px;
}
.ad .ad__banner {
  background-color: #000;
  display: block;
  text-decoration: none;
  padding-top: 30px;
  padding-left: 30px;
  width: 29.7%;
}
.ad .ad__banner span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #FFF;
  text-transform: uppercase;
}
.ad .ad__banner h4 {
  display: block;
  margin-top: 2px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #FFF;
  text-transform: uppercase;
}
.ad .ad__banner p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #FFF;
}
.ad .ad__banner p strong {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #EF5C00;
  display: inline-block;
  margin-left: 10px;
}
.ad .ad__banner button {
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: #FFF;
  padding: 9px 17px;
  background-color: #EF5C00;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 23px;
  margin-bottom: 30px;
}
.ad .banner-1, .ad .banner-2, .ad .banner-3 {
  background-repeat: no-repeat, no-repeat;
  background-position: left top, calc(100% + 42px) center !important;
  background-size: cover, auto 100% !important;
  background-color: #000;
  background-size: 70% 100%, cover;
  background-repeat: no-repeat;
  background-position: left center, center;
}

.about {
  margin-bottom: 100px;
}
.about .container {
  position: relative;
}
.about .about__img {
  width: 571px;
  height: 515px;
  display: block;
  margin-right: 70px;
}
.about .about__text span {
  color: #E75900;
  font-size: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.about .about__text h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #000;
  display: block;
  width: 80%;
  margin-bottom: 15px;
  line-height: 151%;
}
.about .about__text h3 b {
  letter-spacing: -0.3px;
  font-weight: 400;
  background: linear-gradient(to right, #000, #BEBEBE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 159%;
  color: #4C4C4C;
  display: block;
  margin-bottom: 35px;
  width: 84%;
}
.about .about__features .about__features-feature {
  width: -moz-fit-content;
  width: fit-content;
}
.about .about__features .about__features-feature .feature-text {
  width: 276px;
}
.about .about__features .about__features-feature span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 9px;
}
.about .about__features .about__features-feature p {
  font-size: 12px;
  font-weight: 400;
  color: #4C4C4C;
  display: block;
  width: 88%;
}
.about .about__features .about__features-feature:last-child p {
  width: 76%;
}
.about a {
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  padding: 11.5px 22px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  background-color: #EF5C00;
  margin-top: 20px;
  display: inline-block;
}
.about .gloves {
  position: absolute;
  width: 205px;
  height: 190px;
  top: -55px;
  left: -84px;
}

.fast-categories {
  margin-bottom: 100px;
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 145px;
}
.fast-categories span {
  font-size: 32px;
  font-weight: 600;
}
.fast-categories .fast-categories__cards {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.fast-categories .fast-categories__cards .card {
  background-color: #171D29;
  border-radius: 6px;
  padding-top: 30px;
  padding-left: 30px;
  height: 285px;
  box-sizing: border-box;
  display: block;
  width: 379px;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.fast-categories .fast-categories__cards .card img {
  position: absolute;
  top: 11px;
  right: 11px;
  width: auto;
  height: 66px;
}
.fast-categories .fast-categories__cards .card h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 154%;
  width: 68%;
}
.fast-categories .fast-categories__cards .card p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5647058824);
  line-height: 154%;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 50px;
}
.fast-categories .fast-categories__cards .card span {
  font-size: 19px;
  font-weight: 400;
  color: #4A81FF;
}
.fast-categories .fast-categories__cards .card {
  transition: 0.8s ease all;
}
.fast-categories .fast-categories__cards .card:hover {
  background-color: #222e47;
}

.advantages {
  margin-bottom: 120px;
}
.advantages h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.advantages h4 b {
  font-weight: 600;
  color: #F87600;
}
.advantages .advantages__cards {
  margin-top: 68px;
}
.advantages .advantages__cards .advantages__cards-card {
  width: 30.3%;
}
.advantages .advantages__cards .advantages__cards-card h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: flex;
  margin-bottom: 11px;
}
.advantages .advantages__cards .advantages__cards-card p {
  font-size: 13px;
  font-weight: 500;
  line-height: 157%;
  color: #000;
  display: block;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.4745098039);
}

.fast-brands {
  margin-bottom: 100px;
}
.fast-brands span {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 151%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 55px;
}
.fast-brands span::after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  margin-top: 5px;
  background-color: #000;
}
.fast-brands .fast-brands__cards {
  background-color: #FFF;
  width: 100%;
  height: 200px;
  box-shadow: 0 0 44.9px rgba(0, 0, 0, 0.15);
}
.fast-brands .fast-brands__cards .card {
  width: 16.666%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.fast-brands .fast-brands__cards .card img {
  width: 117px;
  height: auto;
}

.reviews {
  margin-bottom: 110px;
}
.reviews .reviews__title {
  margin-bottom: 50px;
}
.reviews .reviews__title h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.reviews .reviews__title span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}
.reviews .reviews__cards {
  overflow: visible !important;
  cursor: grab;
}
.reviews .reviews__cards .card {
  width: 48%;
  padding: 30px 40px;
  box-sizing: border-box;
  box-shadow: 0 0 44.9px rgba(0, 0, 0, 0.15);
}
.reviews .reviews__cards .card .card__title {
  margin-bottom: 15px;
}
.reviews .reviews__cards .card .card__title span {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.reviews .reviews__cards .card .card__title i {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  font-style: normal;
}
.reviews .reviews__cards .card .card__stars {
  margin-bottom: 30px;
}
.reviews .reviews__cards .card p {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 154%;
}
.reviews .swiper-pagination {
  position: relative !important; /* или absolute если хочешь снизу */
  bottom: auto !important; /* сброс старого положения */
  margin-top: 50px !important;
  text-align: center;
}
.reviews .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 0;
}
.reviews .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff6f00;
}

.footer .footer__top {
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 83px;
}
.footer .footer__top .footer__top-left-nav {
  margin-bottom: 14px;
  max-width: 278px;
}
.footer .footer__top .footer__top-left-nav .footer-logo img {
  width: 273px;
  height: 30px;
}
.footer .footer__top .footer__top-left-nav span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #FFF;
  display: block;
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 48px;
}
.footer .footer__top .footer__top-left-nav .footer-left-nav {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
  color: #FFF;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 14px;
}
.footer .footer__top .footer__top-left-nav .footer-left-nav:last-child {
  margin-bottom: 0;
}
.footer .footer__top .footer__top-nav h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.footer .footer__top .footer__top-nav nav ul li {
  list-style: none;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #FFF;
  text-decoration: none;
}
.footer .footer__top .footer__top-nav nav ul li a {
  color: rgba(255, 255, 255, 0.7921568627);
  text-decoration: none;
}
.footer .footer__top .footer__top-right-nav {
  width: 27.4%;
}
.footer .footer__top .footer__top-right-nav h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.footer .footer__top .footer__top-right-nav p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 151%;
  color: rgba(255, 255, 255, 0.7764705882);
}
.footer .footer__bottom {
  text-transform: uppercase;
  background-color: #EF5C00;
  padding: 1px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.footer .footer__bottom b {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.footer .footer__bottom {
  white-space: nowrap;
}
.footer {
  position: relative;
}
.footer .LARX-watermark {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .LARX-watermark img {
  width: 230px;
  height: auto;
}
.footer .LARX-watermark {
  position: absolute;
  bottom: 21px;
  right: 50px;
}

.pagination {
  margin-top: 80px;
  margin-bottom: 50px;
}
.pagination .container {
  flex-wrap: wrap;
  line-height: 180%;
}
.pagination a {
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000;
  text-decoration: none;
}
.pagination a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/chevron.png");
  display: inline-block;
  margin: 0 12px;
}
.pagination a:last-child {
  color: #FF7900;
}
.pagination a:last-child::after {
  content: "";
  width: 0px;
  height: 0px;
}

.catalog h1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 80px;
}
.catalog .catalog__app .catalog__app-filter {
  min-width: 297px;
  margin-bottom: 50px;
}
.catalog .catalog__app .catalog__app-filter .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #000;
  margin-bottom: 20px;
}
.catalog .catalog__app .catalog__app-filter .sc {
  border-radius: 4px;
  border-bottom: 1px solid #bfbfbf;
  background-color: #FFF;
}
.catalog .catalog__app .catalog__app-filter .price {
  width: 100%;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 30px;
  padding-bottom: 40px;
}
.catalog .catalog__app .catalog__app-filter .price .price__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #929292;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.catalog .catalog__app .catalog__app-filter .price .price__title span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.3px;
}
.catalog .catalog__app .catalog__app-filter .price .price__title i {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #000;
  font-style: normal;
}
.catalog .catalog__app .catalog__app-filter .price .price__range {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
}
.catalog .catalog__app .catalog__app-filter .price .price__range input {
  width: 100%;
  height: 3px;
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}
.catalog .catalog__app .catalog__app-filter .price .price__range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
  width: 21px;
  height: 20px;
  cursor: grab;
  border-radius: 22px;
  background-color: #FF8110;
  border: #EC7000 3px solid;
}
.catalog .catalog__app .catalog__app-filter .price .price__range input::-webkit-slider-thumb:active {
  border: #EC7000 7px solid;
}
.catalog .catalog__app .catalog__app-filter .price .price__range input:first-child {
  background-color: #919191;
}
.catalog .catalog__app .catalog__app-filter .price .price__range .range-fill {
  width: 100%;
  height: 3px;
  background-color: #FF8110;
  pointer-events: none;
  position: absolute;
}
.catalog .catalog__app .catalog__app-filter .price .price__range-inputs {
  margin-top: 30px;
}
.catalog .catalog__app .catalog__app-filter .price .price__range-inputs input[type=number]::-webkit-outer-spin-button,
.catalog .catalog__app .catalog__app-filter .price .price__range-inputs input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog .catalog__app .catalog__app-filter .price .price__range-inputs .input {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.3px;
  width: 114px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #afafaf;
}
.catalog .catalog__app .catalog__app-filter .price .price__range-inputs .input input {
  width: 60%;
  font-size: 13px;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0.3px;
  border-radius: 5px;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  outline: none;
  cursor: pointer;
}
.catalog .catalog__app .catalog__app-filter .filter {
  padding: 30px;
  padding-bottom: 40px;
  margin-bottom: 15px;
}
.catalog .catalog__app .catalog__app-filter .filter .filter__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #929292;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 20px;
}
.catalog .catalog__app .catalog__app-filter .filter .filter__title span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.3px;
}
.catalog .catalog__app .catalog__app-filter .filter .filter__input {
  margin-bottom: 8px;
}
.catalog .catalog__app .catalog__app-filter .filter .filter__input label {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.catalog .catalog__app .catalog__app-filter .filter .filter__input label input {
  margin-right: 13px;
  width: 21px;
  height: 21px;
}
.catalog .catalog__app .catalog__app-filter .filter .filter__input i {
  padding: 2px 7px;
  background-color: #FF8110;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #FFF;
  font-style: normal;
  border-radius: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.catalog .catalog__app .catalog__app-filter .filter .filter__input:last-child {
  margin-bottom: 0;
}
.catalog .catalog__app .catalog__app-filter .category {
  border-radius: 4px;
  background-color: #171D29;
  padding: 30px;
  padding-bottom: 40px;
  border-bottom: 6px solid #000;
  margin-bottom: 15px;
}
.catalog .catalog__app .catalog__app-filter .category .category__title {
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #969696;
}
.catalog .catalog__app .catalog__app-filter .category .category__title span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.catalog .catalog__app .catalog__app-filter .category .category__input {
  margin-bottom: 14px;
}
.catalog .catalog__app .catalog__app-filter .category .category__input label {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.catalog .catalog__app .catalog__app-filter .category .category__input label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 13px;
  width: 21px;
  height: 21px;
  background: none;
  border: #929292 1px solid;
  border-radius: 21px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.catalog .catalog__app .catalog__app-filter .category .category__input label input[type=radio]:checked {
  background-color: #4A81FF;
  border: #e8efff 2px solid;
}
.catalog .catalog__app .catalog__app-filter .category .category__input i {
  padding: 2px 7px;
  background-color: #4A81FF;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #FFF;
  font-style: normal;
  border-radius: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.catalog .catalog__app .catalog__app-filter .category .category__input:last-child {
  margin-bottom: 0;
}
.catalog .catalog__app .catalog__app-filter .ad-item {
  width: 100%;
  display: block;
  padding: 15px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  background-color: #FFF;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
.catalog .catalog__app .catalog__app-filter .ad-item .ad-item__title span {
  font-size: 13px;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 140%;
  text-decoration: none;
}
.catalog .catalog__app .catalog__app-filter .ad-item .ad-item__title img {
  width: 103px;
  height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-right: 14px;
}
.catalog .catalog__app .catalog__app-filter .ad-item .ad-item__title i {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
  color: #757575;
  font-style: normal;
}
.catalog .catalog__app .catalog__app-filter .ad-item .ad-item__title i b {
  color: #000;
  font-weight: 400;
}
.catalog .catalog__app .catalog__app-filter .ad-item .ad-item__price {
  margin-top: 12px;
}
.catalog .catalog__app .catalog__app-filter .ad-item .ad-item__price span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #000;
}
.catalog .catalog__app .catalog__app-filter .ad-item .ad-item__price .active {
  color: #FF6200;
}
.catalog .catalog__app .catalog__app-filter .ad-item .ad-item__price .last {
  font-size: 12px;
  color: #161614;
  display: inline-block;
  margin-left: 15px;
}
.catalog .catalog__app .catalog__app-filter .ad-item .promotion {
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: 0.1px;
  padding: 1px 5px;
  border-radius: 3px;
  background-color: #FF6200;
  position: absolute;
  top: 10px;
  left: 10px;
}
.catalog .catalog__app .catalog__app-cards {
  margin-top: 49.333px;
  box-sizing: border-box;
  padding-left: 20px;
}
.catalog .catalog__app .catalog__app-cards .categories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.catalog .catalog__app .catalog__app-cards .categories .categories__card {
  width: 165px;
  height: 168px;
  background-color: #fff;
  margin-right: 9px;
  margin-bottom: 15px;
  border-radius: 5px;
  flex-direction: column;
  text-decoration: none;
  border: #E0E0E0 1px solid;
  display: inline-flex;
  box-sizing: border-box;
  transition: 0.6s ease all;
}
.catalog .catalog__app .catalog__app-cards .categories .categories__card img {
  height: 87px;
  width: auto;
}
.catalog .catalog__app .catalog__app-cards .categories .categories__card span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000;
  display: block;
  width: 90%;
  text-align: center;
  margin-top: 11px;
}
.catalog .catalog__app .catalog__app-cards .categories .categories__card:hover {
  background-color: #e3e3e3;
}
.catalog .catalog__app .catalog__app-cards .bar {
  margin-top: 5px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 30px;
  height: 64px;
  border-radius: 4px;
  border-bottom: 1px solid #bfbfbf;
}
.catalog .catalog__app .catalog__app-cards .bar span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.catalog .catalog__app .catalog__app-cards .bar span b {
  font-weight: 700;
}
.catalog .catalog__app .catalog__app-cards .bar span i {
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #000;
  padding: 5px 8px;
  border-radius: 50px;
  background-color: #f3f3f3;
  display: inline-block;
  margin-left: 8px;
}
.catalog .catalog__app .catalog__app-cards .bar .bar-sort select {
  margin-left: 16px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-right: 10px;
  padding-left: 23px;
  border-top-left-radius: 29px;
  border: #555555 1px solid;
  width: 163px;
  background: url("./imgs/icons/filter-chevron.png") no-repeat right 10px center;
  background-size: 17px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.catalog .catalog__app .catalog__app-cards .row {
  margin-top: 20px;
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}
.catalog .catalog__app .catalog__app-cards .row .row__card {
  background-color: #FFF;
  width: 283px;
  border-radius: 2px;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .img {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .img img {
  width: auto;
  height: 187px;
  max-width: 95%;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .name {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 140%;
  display: block;
  margin-top: 18px;
  margin-bottom: 8px;
}
.catalog .catalog__app .catalog__app-cards .row .row__card i {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
}
.catalog .catalog__app .catalog__app-cards .row .row__card i b {
  font-weight: 400;
  color: #000;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .price {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #161614;
  display: block;
  margin-bottom: 20px;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .order-btn {
  background-color: #000;
  font-size: 17px;
  font-weight: 400;
  color: #FFF;
  padding: 11px 0;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.6s ease all;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .order-btn:hover {
  background-color: #3b3b3b;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .order-btn {
  box-sizing: border-box;
  padding-right: 4px;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .order-btn i {
  margin: 0;
  margin-right: 8px;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .favorite {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.4431372549);
  border-radius: 76px;
  box-sizing: border-box;
  display: flex !important;
  border: #000 1px solid;
  cursor: pointer;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .favorite::after {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-saves.png");
  display: inline-block;
  pointer-events: none;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .is-favorite {
  background-color: rgba(255, 112, 112, 0.6941176471);
}
.catalog .catalog__app .catalog__app-cards .row .row__card .action {
  color: #FF6200;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .i-active {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #FFF;
  background-color: #FF6200;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .pre-order {
  background-color: #5C5C5C;
  padding-right: 0;
  transition: 0.6s ease all;
}
.catalog .catalog__app .catalog__app-cards .row .row__card .pre-order:hover {
  background-color: #212121;
}
.catalog .catalog__app .catalog__app-cards .pages {
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.catalog .catalog__app .catalog__app-cards .pages a {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000;
  width: 56px;
  height: 56px;
  border-radius: 70px;
  text-decoration: none;
  margin: 0 10px;
}
.catalog .catalog__app .catalog__app-cards .pages a:hover {
  background-color: #000;
  color: #FFF;
}
.catalog .catalog__app .catalog__app-cards .pages .a-active {
  background-color: #000;
  color: #FFF;
}
.catalog .catalog__app .catalog__app-cards .pages .i-no-href:hover {
  color: #000;
  background: none !important;
}

.info {
  display: block;
  margin-top: 135px;
  margin-bottom: 130px;
}
.info h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 33px;
}
.info p {
  font-size: 20px;
  letter-spacing: 0.2px;
  color: #000;
  display: block;
  width: 90%;
  margin-bottom: 20px;
}

.product-top {
  margin-bottom: 23px;
}
.product-top h1 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.2px;
}
.product-top .product-top__scs {
  margin-top: 30px;
}
.product-top .product-top__scs .product-img {
  width: 36.5%;
  height: 437px;
  background-color: #FFF;
  border-radius: 11px;
  border-bottom: #BFBFBF 1px solid;
}
.product-top .product-top__scs .product-img img {
  width: 100%;
  height: auto;
}
.product-top .product-top__scs .product-nav {
  width: 61.5%;
  height: 437px;
  background: #FFF;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 11px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
.product-top .product-top__scs .product-nav .favorite {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.4431372549);
  border-radius: 76px;
  box-sizing: border-box;
  display: flex !important;
  border: #000 1px solid;
  cursor: pointer;
}
.product-top .product-top__scs .product-nav .favorite::after {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-saves.png");
  display: inline-block;
}
.product-top .product-top__scs .product-nav .is-favorite {
  background-color: rgba(255, 112, 112, 0.6941176471);
}
.product-top .product-top__scs .product-nav .stock {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #287A48;
  background-color: #ECFDF3;
  padding: 4px 8px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  border-radius: 22px;
}
.product-top .product-top__scs .product-nav .product-nav__price {
  margin-bottom: 15px;
}
.product-top .product-top__scs .product-nav .product-nav__price h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000;
}
.product-top .product-top__scs .product-nav .product-nav__price span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #616161;
  display: inline-block;
  margin-left: 25px;
}
.product-top .product-top__scs .product-nav .product-nav__articul {
  margin-bottom: 25px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #5e5e5e;
  font-style: normal;
}
.product-top .product-top__scs .product-nav .product-nav__articul b {
  font-weight: 500;
  margin-left: 10px;
}
.product-top .product-top__scs .product-nav .product-nav__bar {
  background-color: #e7f2ff;
  border-radius: 4px;
  width: 100%;
  padding: 9px 10px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.product-top .product-top__scs .product-nav .product-nav__bar .count {
  height: 30px;
  background-color: #F2F4F7;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 2px;
}
.product-top .product-top__scs .product-nav .product-nav__bar .count input {
  height: 90%;
  width: 67px;
  text-align: center;
  border-radius: 8px;
  background-color: #FFF;
  outline: none;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  padding: 1px 3px;
}
.product-top .product-top__scs .product-nav .product-nav__bar .count input::-webkit-outer-spin-button,
.product-top .product-top__scs .product-nav .product-nav__bar .count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-top .product-top__scs .product-nav .product-nav__bar .count input[type=number] {
  -moz-appearance: textfield;
}
.product-top .product-top__scs .product-nav .product-nav__bar .btn-to-cart {
  width: 185px;
  height: 38px;
  background-color: #007EB7;
  color: #FFF;
  border-radius: 6px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  box-sizing: border-box;
  padding-right: 7px;
  transition: 0.4s ease all;
}
.product-top .product-top__scs .product-nav .product-nav__bar .btn-to-cart .i-card-cart {
  margin-right: 13px;
  width: 23px;
  height: 22px;
}
.product-top .product-top__scs .product-nav .product-nav__bar .btn-to-cart:hover {
  background-color: #005a84;
}
.product-top .product-top__scs .product-nav .product-nav__bar .btn-to-cart:active {
  transition: 0s ease all;
  background-color: #000;
}
.product-top .product-top__scs .product-nav .product-nav__bar #btn-to-saves {
  font-size: 14px;
  font-weight: 500;
  color: #0076AB;
  margin-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-top .product-top__scs .product-nav .product-nav__bar #btn-to-saves:active {
  color: #004768;
}
.product-top .product-top__scs .product-nav .type {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 11px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.product-top .product-top__scs .product-nav .type strong {
  display: inline-block;
  color: #006C9D;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 10px;
  background-color: #EDEDED;
  border-radius: 17px;
  margin-left: 9px;
}
.product-top .product-top__scs .product-nav .d-type {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 11px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.product-top .product-top__scs .product-nav .d-type strong {
  display: inline-flex;
  color: #007DB6;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 10px;
  background-color: #D9EBFF;
  border-radius: 17px;
  margin-left: 9px;
}

.product-bottom {
  margin-top: 23px;
  margin-bottom: 80px;
}
.product-bottom .product-description {
  width: 74.5%;
  background-color: #FFFFFF;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 11px;
  border-bottom: #bfbfbf 1px solid;
  box-sizing: border-box;
  padding-top: 25px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 50px;
}
.product-bottom .product-description .product-description__nav {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 25px;
  border-bottom: 1px solid #A1A1A1;
  margin-bottom: 30px;
}
.product-bottom .product-description .product-description__nav span {
  cursor: pointer;
  margin-right: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-bottom .product-description .product-description-db {
  width: 86%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 135%;
  white-space: pre-line;
}
.product-bottom .product-description .product-description-1 {
  width: 86%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 135%;
  white-space: pre-line;
}
.product-bottom .product-description .product-description-2 {
  width: 86%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 135%;
  white-space: pre-line;
}
.product-bottom .product__card {
  background-color: #FFF;
  width: 283px;
  border-radius: 5px;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px;
}
.product-bottom .product__card .img {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.product-bottom .product__card .img img {
  width: auto;
  height: 187px;
  max-width: 95%;
}
.product-bottom .product__card .name {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 140%;
  display: block;
  margin-top: 18px;
  margin-bottom: 8px;
}
.product-bottom .product__card i {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
}
.product-bottom .product__card i b {
  font-weight: 400;
  color: #000;
}
.product-bottom .product__card .price {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #161614;
  display: block;
  margin-bottom: 20px;
}
.product-bottom .product__card .order-btn {
  background-color: #000;
  font-size: 17px;
  font-weight: 400;
  color: #FFF;
  padding: 11px 0;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.6s ease all;
}
.product-bottom .product__card .order-btn:hover {
  background-color: #3b3b3b;
}
.product-bottom .product__card .order-btn {
  box-sizing: border-box;
  padding-right: 4px;
}
.product-bottom .product__card .order-btn i {
  margin: 0;
  margin-right: 8px;
}
.product-bottom .product__card .favorite {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.4431372549);
  border-radius: 76px;
  box-sizing: border-box;
  display: flex !important;
  border: #000 1px solid;
  cursor: pointer;
}
.product-bottom .product__card .favorite::after {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-saves.png");
  display: inline-block;
}
.product-bottom .product__card .is-favorite {
  background-color: rgba(255, 112, 112, 0.6941176471);
}
.product-bottom .product__card .action {
  color: #FF6200;
}
.product-bottom .product__card .i-active {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #FFF;
  background-color: #FF6200;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.product-bottom .product__card .pre-order {
  background-color: #5C5C5C;
  padding-right: 0;
  transition: 0.6s ease all;
}
.product-bottom .product__card .pre-order:hover {
  background-color: #212121;
}

.same-products {
  margin-bottom: 100px;
}
.same-products .same-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #000;
  text-transform: uppercase;
  display: flex;
  text-align: center;
}
.same-products .same-title .hr {
  width: 40%;
  height: 1px;
  background-color: #000;
  display: block;
}
.same-products .same-products__row {
  margin-top: 35px;
}
.same-products .same-products__row .row__card {
  background-color: #FFF;
  width: 283px;
  border-radius: 2px;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px;
}
.same-products .same-products__row .row__card .img {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.same-products .same-products__row .row__card .img img {
  width: auto;
  height: 187px;
  max-width: 95%;
}
.same-products .same-products__row .row__card .name {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 140%;
  display: block;
  margin-top: 18px;
  margin-bottom: 8px;
}
.same-products .same-products__row .row__card i {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
}
.same-products .same-products__row .row__card i b {
  font-weight: 400;
  color: #000;
}
.same-products .same-products__row .row__card .price {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #161614;
  display: block;
  margin-bottom: 20px;
}
.same-products .same-products__row .row__card .order-btn {
  background-color: #000;
  font-size: 17px;
  font-weight: 400;
  color: #FFF;
  padding: 11px 0;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.6s ease all;
}
.same-products .same-products__row .row__card .order-btn:hover {
  background-color: #3b3b3b;
}
.same-products .same-products__row .row__card .order-btn {
  box-sizing: border-box;
  padding-right: 4px;
}
.same-products .same-products__row .row__card .order-btn i {
  margin: 0;
  margin-right: 8px;
}
.same-products .same-products__row .row__card .favorite {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.4431372549);
  border-radius: 76px;
  box-sizing: border-box;
  display: flex !important;
  border: #000 1px solid;
  cursor: pointer;
}
.same-products .same-products__row .row__card .favorite::after {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-saves.png");
  display: inline-block;
}
.same-products .same-products__row .row__card .is-favorite {
  background-color: rgba(255, 112, 112, 0.6941176471);
}
.same-products .same-products__row .row__card .action {
  color: #FF6200;
}
.same-products .same-products__row .row__card .i-active {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #FFF;
  background-color: #FF6200;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.same-products .same-products__row .row__card .pre-order {
  background-color: #5C5C5C;
  padding-right: 0;
  transition: 0.6s ease all;
}
.same-products .same-products__row .row__card .pre-order:hover {
  background-color: #212121;
}

.cart {
  border-bottom: 4px solid #000;
}
.cart .cart__items {
  width: 735px;
  margin-bottom: 92px;
}
.cart .cart__items .pagination {
  margin-bottom: 63px;
}
.cart .cart__items h1 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
.cart .cart__items .cart__items-item {
  width: 100%;
  height: 113px;
  background-color: #FFF;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 10px;
}
.cart .cart__items .cart__items-item .cart-item-logo {
  box-sizing: border-box;
  padding: 5px 5px;
  height: 100%;
  width: 112px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 10px;
  margin-right: 25px;
  display: block;
}
.cart .cart__items .cart__items-item .name {
  height: 100%;
  box-sizing: border-box;
  padding-top: 17px;
  width: 181px;
  overflow: hidden;
}
.cart .cart__items .cart__items-item .name a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
  letter-spacing: 0.2px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.cart .cart__items .cart__items-item .name i {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #4e4e4e;
  font-style: normal;
}
.cart .cart__items .cart__items-item .name i b {
  font-size: 12px;
  font-weight: 500;
  color: #3a4357;
}
.cart .cart__items .cart__items-item .cart-item-brand {
  width: 86px;
  height: 77px;
  margin-left: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart .cart__items .cart__items-item .cart-item-input {
  margin-left: 48px;
}
.cart .cart__items .cart__items-item .cart-item-input input {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  outline: none;
  letter-spacing: 0.2px;
  color: #000;
  width: 36px;
  text-align: center;
}
.cart .cart__items .cart__items-item .cart-item-input input[type=number]::-webkit-outer-spin-button,
.cart .cart__items .cart__items-item .cart-item-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart .cart__items .cart__items-item .cart-item-input input[type=number] {
  -moz-appearance: textfield;
}
.cart .cart__items .cart__items-item .cart-item-prices {
  flex-direction: column;
  text-align: right;
  margin-left: auto;
  margin-right: 25px;
  box-sizing: border-box;
  padding-bottom: 25px;
}
.cart .cart__items .cart__items-item .cart-item-prices span {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.cart .cart__items .cart__items-item .cart-item-prices i {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  color: #3b3b3b;
  letter-spacing: 0.2px;
  text-decoration: line-through;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  margin-left: auto;
}
.cart .cart__checkout {
  width: 34.5%;
  background-color: #FFF;
  box-sizing: border-box;
  padding-left: 45px;
  padding-top: 100px;
  padding-bottom: 30px;
}
.cart .cart__checkout h2 {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #000;
  padding-bottom: 20px;
  padding-left: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #444;
  margin-bottom: 24px;
}
.cart .cart__checkout span {
  display: flex;
  margin-bottom: 15px;
  padding-left: 8px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #373737;
  text-transform: uppercase;
}
.cart .cart__checkout span i {
  font-style: normal;
}
.cart .cart__checkout span b {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #373737;
  text-transform: uppercase;
}
.cart .cart__checkout span:last-of-type {
  margin-bottom: 24px;
}
.cart .cart__checkout h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #000;
  text-transform: uppercase;
  padding-top: 30px;
  border-top: 1px solid #444;
  margin-top: 9px;
}
.cart .cart__checkout h3 i {
  font-style: normal;
}
.cart .cart__checkout h3 b {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-left: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.cart .cart__checkout button {
  width: 100%;
  background-color: #000;
  border: none;
  outline: none;
  border-radius: 27px;
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 55px;
  padding: 14.5px 0;
  margin-bottom: 55px;
  cursor: pointer;
  transition: 0.5s ease all;
}
.cart .cart__checkout button:hover {
  background-color: #383838;
}
.cart .cart__checkout a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  margin-bottom: 12px;
}
.cart .cart__checkout p {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  display: block;
  width: 65%;
}
.cart .cart__checkout {
  position: relative;
  background: #fff;
}
.cart .cart__checkout::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.checkout {
  background-color: #FFF;
  padding-top: 111px;
}
.checkout h3 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.1px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 120px;
}
.checkout .checkout__inputs:first-child {
  margin-top: 0px;
}
.checkout .checkout__inputs {
  width: 680px;
  margin-top: 80px;
}
.checkout .checkout__inputs span {
  font-size: 20px;
  font-weight: 400;
  display: block;
  margin-bottom: 48px;
  letter-spacing: -0.1px;
  color: #000;
}
.checkout .checkout__inputs .inputs {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 50px;
}
.checkout .checkout__inputs .inputs input {
  width: 310px;
  font-size: 18px;
  letter-spacing: -0.1px;
  font-weight: 400;
  color: #393939;
  border: none;
  border-bottom: #595959 1px solid;
  padding-bottom: 10px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
}
.checkout .checkout__inputs .two {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
.checkout .checkout__inputs .two input {
  width: 390px;
}
.checkout .checkout__inputs .radios .radios__label {
  cursor: pointer;
  border-radius: 9px;
  height: 54px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-right: 120px;
  padding-left: 28px;
  background-color: #000;
  color: #FFF;
  margin-bottom: 12px;
  display: flex;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.4s ease;
}
.checkout .checkout__inputs .radios .radios__label:hover {
  background-color: #484848;
}
.checkout .checkout__inputs .radios .radios__label:active {
  background-color: #b8b8b8;
  transition: none;
}
.checkout .checkout__inputs .radios input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
  background-color: #FFF;
  margin-right: 18px;
}
.checkout .checkout__inputs .radios input[type=radio]:checked {
  background-color: #FF6A00;
}
.checkout button {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.7px;
  color: #FFF;
  padding: 11px 32px;
  background-color: #FF6A00;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 100px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.checkout button:hover {
  background-color: #FF8110;
}
.checkout .budrenovospan {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 78px;
  font-weight: 600;
  letter-spacing: -0.1px;
  margin-top: 130px;
}

.brands {
  margin-bottom: 80px;
}
.brands h1 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.2px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.brands .brands__nav {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
  flex-wrap: wrap;
  line-height: 200%;
}
.brands .brands__nav span {
  font-size: 18px;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}
.brands .brands__nav i {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #FF7900;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.brands .brands__nav i:active {
  color: #ff4800;
}
.brands .brands__cards {
  width: 80%;
}
.brands .brands__cards .brands__cards-card {
  width: 100%;
  background-color: #FFF;
  border-radius: 6px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.brands .brands__cards .brands__cards-card h4 {
  display: block;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #bfbfbf;
}
.brands .brands__cards .brands__cards-card .brand-cards {
  margin-top: 25px;
  flex-wrap: wrap;
  width: 100%;
}
.brands .brands__cards .brands__cards-card .brand-cards .brand-cards__card {
  margin-right: 14px;
  margin-bottom: 14px;
  background-color: #FFF;
  display: block;
  width: 136px;
  height: 136px;
  border-radius: 3px;
  border: #bfbfbf 1px solid;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 14px;
  box-sizing: border-box;
  transition: 0.6s ease all;
}
.brands .brands__cards .brands__cards-card .brand-cards .brand-cards__card img {
  width: 100%;
  height: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brands .brands__cards .brands__cards-card .brand-cards .brand-cards__card {
  text-align: center;
  text-decoration: none;
}
.brands .brands__cards .brands__cards-card .brand-cards .brand-cards__card span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #000;
}
.brands .brands__cards .brands__cards-card .brand-cards .brand-cards__card:hover {
  background-color: #dddddd;
}
.brands .brands__cards .brands__cards-card .brand-cards .brand-cards__card:nth-child(6n) {
  margin-right: 0;
}

.lay {
  margin-bottom: 70px;
}
.lay h1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
}
.lay .row {
  margin-top: 20px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 19px;
}
.lay .row .row__card {
  background-color: #FFF;
  width: 283px;
  border-radius: 2px;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px;
}
.lay .row .row__card .img {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.lay .row .row__card .img img {
  width: auto;
  height: 187px;
  max-width: 95%;
}
.lay .row .row__card .name {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 140%;
  display: block;
  margin-top: 18px;
  margin-bottom: 8px;
}
.lay .row .row__card i {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
}
.lay .row .row__card i b {
  font-weight: 400;
  color: #000;
}
.lay .row .row__card .price {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #161614;
  display: block;
  margin-bottom: 20px;
}
.lay .row .row__card .order-btn {
  background-color: #000;
  font-size: 17px;
  font-weight: 400;
  color: #FFF;
  padding: 11px 0;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.6s ease all;
}
.lay .row .row__card .order-btn:hover {
  background-color: #3b3b3b;
}
.lay .row .row__card .order-btn {
  box-sizing: border-box;
  padding-right: 4px;
}
.lay .row .row__card .order-btn i {
  margin: 0;
  margin-right: 8px;
}
.lay .row .row__card .favorite {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.4431372549);
  border-radius: 76px;
  box-sizing: border-box;
  display: flex !important;
  border: #000 1px solid;
  cursor: pointer;
}
.lay .row .row__card .favorite::after {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("./imgs/icons/i-saves.png");
  display: inline-block;
}
.lay .row .row__card .is-favorite {
  background-color: rgba(255, 112, 112, 0.6941176471);
}
.lay .row .row__card .action {
  color: #FF6200;
}
.lay .row .row__card .i-active {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #FFF;
  background-color: #FF6200;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.lay .row .row__card .pre-order {
  background-color: #5C5C5C;
  padding-right: 0;
  transition: 0.6s ease all;
}
.lay .row .row__card .pre-order:hover {
  background-color: #212121;
}
.lay .pages {
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.lay .pages a {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000;
  width: 56px;
  height: 56px;
  border-radius: 70px;
  text-decoration: none;
  margin: 0 10px;
}
.lay .pages a:hover {
  background-color: #000;
  color: #FFF;
}
.lay .pages .a-active {
  background-color: #000;
  color: #FFF;
}
.lay .pages .i-no-href:hover {
  color: #000;
  background: none !important;
}
.lay .lay-search {
  border: 1px solid #000;
  background-color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  width: 500px;
  margin-bottom: 70px;
  padding-left: 25px;
  padding-right: 25px;
}
.lay .lay-search input {
  border: none;
  outline: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  width: 100%;
}
.lay .lay-search input::-moz-placeholder {
  color: #393939;
}
.lay .lay-search input::placeholder {
  color: #393939;
}
.lay .not-found {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.lay .lay-brand img {
  height: 103px;
  width: 103px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lay .lay-brand h2 {
  font-size: 36px;
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
  letter-spacing: 0.2px;
  color: #000;
  text-transform: uppercase;
}
.lay .bar {
  margin-top: 5px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 30px;
  height: 64px;
  border-radius: 4px;
  border-bottom: 1px solid #bfbfbf;
}
.lay .bar span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.lay .bar span b {
  font-weight: 700;
}
.lay .bar span i {
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #000;
  padding: 5px 8px;
  border-radius: 50px;
  background-color: #f3f3f3;
  display: inline-block;
  margin-left: 8px;
}
.lay .bar .bar-sort select {
  margin-left: 16px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-right: 10px;
  padding-left: 23px;
  border-top-left-radius: 29px;
  border: #555555 1px solid;
  width: 163px;
  background: url("./imgs/icons/filter-chevron.png") no-repeat right 10px center;
  background-size: 17px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sections-app {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 14;
  background-color: #171D29;
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  padding-left: 50px;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
}
.sections-app a {
  color: #FFF;
  text-decoration: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
}
.sections-app a:last-child {
  margin-bottom: 0;
}

.contacts {
  margin-bottom: 100px;
}
.contacts h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 20px;
}
.contacts span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}
.contacts .button-to-home {
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  font-size: 18px;
  margin-top: 15px;
  display: inline-block;
  padding: 11px 25px;
  background-color: #ff6f00;
  text-transform: uppercase;
}

.cart-app {
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  left: 25px;
  background-color: #2E6DD9;
  padding: 8px 0;
  padding-left: 27px;
  padding-right: 23px;
  text-decoration: none;
  border-bottom: 2px solid #1753BA;
  border-radius: 3px;
  z-index: 15;
  transition: all 0.7s ease;
}
.cart-app span {
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
}
.cart-app:hover {
  background-color: #1b53b2;
}

.not-find {
  box-sizing: border-box;
  padding: 120px 0;
}
.not-find h1 {
  font-size: 32px;
  font-weight: 500;
}
.not-find p {
  display: block;
  width: 50%;
  font-size: 16px;
  margin-top: 10px;
}
.not-find a {
  background-color: #ff6f00;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  padding: 10px 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.info-block h1 {
  font-family: "Unbounded";
}
.info-block {
  box-sizing: border-box;
  padding-bottom: 100px;
  padding-top: 70px;
}
.info-block a.return {
  background-color: #ff6f00;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  padding: 10px 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.info-block p {
  display: block;
  margin: 10px 0;
  width: 80%;
}
.info-block h1 {
  display: block;
  margin: 20px 0;
}
.info-block h2 {
  display: block;
  margin: 20px 0;
}
.info-block h3 {
  display: block;
  margin: 20px 0;
}
.info-block h4 {
  display: block;
  margin: 20px 0;
}
.info-block h5 {
  display: block;
  margin: 20px 0;
}
.info-block h6 {
  display: block;
  margin: 20px 0;
}

.budrenovo__inner b {
  display: inline-block;
  animation: marquee 200s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(-80%);
  }
  to {
    transform: translateX(0%);
  }
}
.footer__bottom {
  display: block;
  overflow: hidden;
}

.footer__bottom b {
  display: inline-block;
  white-space: nowrap;
  animation: footerMarquee 60s linear infinite;
}

@keyframes footerMarquee {
  from {
    transform: translateX(-40%);
  }
  to {
    transform: translateX(0%);
  }
}
.footer .footer__top .footer__top-nav nav ul li a {
  transition: 0.3s ease color;
}
.footer .footer__top .footer__top-nav nav ul li a:hover {
  color: #FFF;
}/*# sourceMappingURL=styles.css.map */