@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Onest", sans-serif;
  color: #000;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.aic {
  align-items: center;
}

.flexbox {
  display: flex !important;
}

.jcc {
  justify-content: center;
}

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

.fdc {
  flex-direction: column;
}

.i-search {
  display: inline-block;
  min-width: 12px;
  min-height: 12px;
  vertical-align: middle;
}
.i-search::before {
  content: "";
  display: block;
  min-width: 12px;
  min-height: 12px;
  background-image: url("/images/iglass.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.i-chevron::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/ichevron.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-delivery {
  display: inline-block;
  width: 38px;
  height: 22px;
}
.i-delivery::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/idelivery.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-time {
  display: inline-block;
  width: 33px;
  height: 33px;
}
.i-time::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/itime.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-catalog {
  display: inline-block;
  width: 35px;
  height: 35px;
}
.i-catalog::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/icatalog.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-environment {
  display: inline-block;
  width: 32px;
  height: 34px;
}
.i-environment::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/ienvironment.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-rightchevron {
  display: inline-block;
  width: 13px;
  height: 14px;
}
.i-rightchevron::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/iblackchevron.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-blackchevron {
  display: inline-block;
  width: 16px;
  height: 17px;
}
.i-blackchevron::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/iblackchevron.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-chev {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
}
.i-chev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/ichev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-chevright {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
}
.i-chevright::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/ichev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: scaleX(-1);
}

.i-thin {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 9px;
}
.i-thin::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/thin.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-paramch {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
}
.i-paramch::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url("/images/iparamch.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-btn {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0 5px;
}
.i-btn::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url("/images/btnbtn.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-filter {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 9px;
}
.i-filter::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("/images/ifilter.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-filterchev {
  display: inline-block;
  width: 7px;
  height: 8px;
  margin-left: 7px;
}
.i-filterchev::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  background-image: url("/images/ifilterchev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-widgetchev {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin-left: 4px;
  margin-right: 4px;
}
.i-widgetchev::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 7px;
  background-image: url("/images/iwidgetchev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-widgetchevr {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin-left: 4px;
  margin-right: 4px;
}
.i-widgetchevr::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 7px;
  background-image: url("/images/iwidgetchev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.i-ret {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 7px;
}
.i-ret::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url("/images/iwidgetchev.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.i-exit {
  display: inline-block;
  width: 18px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.i-exit::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  background-image: url("/images/iexit.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cart .cart__items .cart__items-list .cart__item .cart__item-count input {
  pointer-events: none !important;
}

.cart-widget .cart-widget-list .widget-item-count input {
  pointer-events: none !important;
}

.product__display-img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.app-row .row-card {
  position: relative;
}
.app-row .row-card p {
  margin-bottom: 54px !important;
}
.app-row .row-card button {
  position: absolute;
  width: inherit;
  bottom: 0;
}

.Information-page-title {
  margin-top: 50px !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* полупрозрачный черный */
  pointer-events: none; /* блокирует клики */
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 14; /* убедитесь, что слой поверх всех других */
}

.overlay.active {
  opacity: 1;
  pointer-events: all; /* активирует блокировку кликов */
}

.Information-page__text {
  white-space: pre-line;
}

.toggle-btn.rotate i {
  transform: rotate(180deg) translateY(-9px);
}

.checkout h1 {
  width: 70%;
  margin-bottom: 10px;
}
.checkout p {
  width: 45%;
  margin-bottom: 70px;
}

.return-1 {
  margin-top: 80px;
}

.header__bottom-cart {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.cart__item-count {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

select#sort-view {
  border: none;
  outline: none;
  margin-left: 15px;
}

.cart-widget h3 {
  display: block;
  text-align: center;
  margin: 10px auto;
}

.row-card {
  width: 291px;
  box-shadow: 0 2px 10.2px rgba(0, 0, 0, 0.16);
}
.row-card img {
  width: 100%;
  height: 269px;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-card p {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 11px;
  letter-spacing: 0.1px;
  font-size: 13px;
  font-weight: 400;
  color: #656565;
  margin-top: 8px;
  margin-bottom: 12px;
}
.row-card button {
  border: none;
  outline: none;
  width: 100%;
  height: 42px;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1.9px;
  font-weight: 500;
  background-color: #F1633D;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.row-card button:hover {
  background-color: #f15028;
}
.row-card .row-card-info {
  box-sizing: border-box;
  padding: 0 11px;
  margin-top: 11px;
  width: 100%;
}
.row-card .row-card-info a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: -0.1px;
  font-weight: 400;
}
.row-card .info-prices span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.1px;
}
.row-card .info-prices .old {
  color: rgba(241, 100, 61, 0.6588235294);
  margin-right: 9px;
}

.title-rev {
  margin-bottom: 0 !important;
  margin-top: 33px;
  justify-content: end;
  display: none !important;
}

.form-stars {
  margin-top: 0px;
}
.form-stars i {
  font-size: 22px;
  cursor: pointer;
  margin: 0 1px;
}

.form-stars i.hovered {
  color: rgba(241, 100, 61, 0.5490196078);
}

.form-stars i {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.form-stars i.active,
.form-stars i.selected {
  color: #FF5B30;
}

.row-card-blocky {
  width: 100%;
  box-shadow: 0 2px 10.2px rgba(0, 0, 0, 0.16);
  height: 164px;
}
.row-card-blocky a {
  display: block;
  min-width: 177px;
  height: 100%;
}
.row-card-blocky img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.row-card-blocky .blocky-info {
  height: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
}
.row-card-blocky .blocky-info .blocky-product-name {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.row-card-blocky .blocky-info .blocky-price {
  margin-top: 5px;
}
.row-card-blocky .blocky-info span {
  font-size: 18px;
  letter-spacing: -0.1px;
  font-weight: 400;
}
.row-card-blocky .blocky-info .old {
  color: rgba(241, 100, 61, 0.631372549);
  margin-right: 5px;
}
.row-card-blocky .blocky-info p {
  margin-top: 5px;
  display: block;
  color: #656565;
  letter-spacing: 0.2px;
  font-size: 12px;
  font-weight: 400;
  width: 75%;
}
.row-card-blocky button {
  min-width: 86px;
  outline: none;
  height: 100%;
  border: none;
  cursor: pointer;
  background-color: #F1633D;
  transition: background-color 0.5s ease;
}
.row-card-blocky button:hover {
  background-color: #ff8461;
}
.row-card-blocky button:hover:active {
  background-color: #daa090;
}

.i-filterchev {
  display: inline-block;
  transition: transform 0.3s;
}

.i-filterchev.rotate {
  transform: rotate(180deg);
}

.app-adaptive-filter {
  display: none !important;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 2px 10.2px rgba(0, 0, 0, 0.26);
  padding: 7px 7px;
  margin-top: 15px;
}
.app-adaptive-filter span {
  font-size: 12px;
  font-weight: 400;
}
.app-adaptive-filter button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 9px;
  color: #656565;
  font-weight: 500;
}
.app-adaptive-filter .adaptive-filter-filter {
  margin-top: 17px;
  width: 50%;
  box-sizing: border-box;
  padding: 20px 20px;
}
.app-adaptive-filter .adaptive-filter-filter .capo {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.app-adaptive-filter .adaptive-filter-filter .price-filter {
  width: 100%;
  margin-top: 15px;
}
.app-adaptive-filter .adaptive-filter-filter .price-filter span {
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: 300;
}
.app-adaptive-filter .adaptive-filter-filter .price-filter input {
  color: #545454;
  border: 1px solid #545454;
  width: 73px;
  height: 25px;
  outline: none;
  box-sizing: border-box;
  padding: 0 5px;
  transition: 0.5s ease;
}
.app-adaptive-filter .adaptive-filter-filter .price-filter input:focus {
  border: 1px solid #cecece;
}
.app-adaptive-filter .adaptive-filter-filter .price-nav {
  position: relative;
  width: 100%;
  height: 6px;
  background: #C7C7C7;
  border-radius: 3px;
  margin: 40px 0;
  margin-top: 15px;
  margin-bottom: 31px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.app-adaptive-filter .adaptive-filter-filter .price-nav .price-track {
  position: absolute;
  height: 6px;
  background: #717CFF;
  border-radius: 3px;
}
.app-adaptive-filter .adaptive-filter-filter .price-nav .price-thumb {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #3A3A3A;
  border-radius: 50%;
  top: -3px;
  cursor: pointer;
}
.app-adaptive-filter .adaptive-filter-filter .filter-checkbox {
  margin-bottom: 10px;
}
.app-adaptive-filter .adaptive-filter-filter .filter-checkbox span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.app-adaptive-filter .adaptive-filter-filter .filter-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  background-color: #f2f2f2;
  border: 1px solid #545454;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.app-adaptive-filter .adaptive-filter-filter .filter-checkbox input[type=checkbox]:checked {
  border: 1px solid #ebebeb;
  background-color: #6775f5;
}
.app-adaptive-filter .adaptive-filter-filter .filter-checkbox input[type=checkbox]::before {
  content: "✔";
  font-size: 14px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}
.app-adaptive-filter .adaptive-filter-filter .filter-checkbox input[type=checkbox]:checked::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.app-adaptive-filter .adaptive-filter-filter p {
  font-size: 12px;
  color: #656565;
  letter-spacing: 0.6px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}

.app-adaptive-filter-nav {
  min-width: 100%;
}

.pagination .container {
  flex-wrap: wrap;
}

.cart-widget {
  width: 611px;
  box-sizing: border-box;
  padding: 23px 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  max-height: 80vh;
  overflow-y: scroll;
  background-color: #FFF;
}
.cart-widget h2 {
  font-size: 22px;
  letter-spacing: 0.4px;
  font-weight: 500;
}
.cart-widget .nameof__param {
  width: 100%;
  text-align: right;
}
.cart-widget .nameof__param span:first-child {
  margin-right: 109px;
}
.cart-widget .nameof__param span {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.1px;
}
.cart-widget .cart-widget-list {
  width: 100%;
}
.cart-widget .cart-widget-list .cart-widget-list-item {
  width: 100%;
  margin: 10px 0px;
}
.cart-widget .cart-widget-list .cart-widget-list-item a {
  min-width: 99px;
  max-width: 99px;
  min-height: 99px;
  max-height: 99px;
}
.cart-widget .cart-widget-list .cart-widget-list-item a img {
  width: 99px;
  height: 99px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-widget .cart-widget-list .widget-item-info {
  margin-left: 15px;
}
.cart-widget .cart-widget-list .widget-item-info a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: none;
}
.cart-widget .cart-widget-list .widget-item-info a i {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  margin-left: 2px;
  color: #545454;
}
.cart-widget .cart-widget-list .widget-item-info h4 {
  font-size: 18px;
  letter-spacing: -0.1px;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 3px;
}
.cart-widget .cart-widget-list .widget-item-info h4 strong {
  font-weight: 400;
  color: #F1633D;
  text-decoration: line-through;
  margin-right: 7px;
}
.cart-widget .cart-widget-list .widget-item-info span {
  color: #545454;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1px;
  margin-bottom: 3px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cart-widget .cart-widget-list .widget-item-info button {
  border: none;
  outline: none;
  background: none;
  font-size: 15px;
  color: #EB0000;
  letter-spacing: 0.2px;
  font-weight: 400;
  cursor: pointer;
}
.cart-widget .cart-widget-list .widget-item-info button:hover {
  color: #a70000;
}
.cart-widget .cart-widget-list .widget-item-count i {
  cursor: pointer;
}
.cart-widget .cart-widget-list .widget-item-count input {
  border: none;
  outline: none;
  font-size: 18px;
  letter-spacing: 0.4px;
  text-align: center;
  width: 33px;
}
.cart-widget .cart-widget-list .totalitemprice {
  font-weight: 400;
  letter-spacing: -0.1px;
  font-size: 18px;
}
.cart-widget .widget-totalprice {
  display: block;
  width: 100%;
  text-align: right;
  color: #545454;
  font-size: 14px;
  letter-spacing: -0.1px;
  font-weight: 400;
}
.cart-widget .widget-totalprice strong {
  font-size: 18px;
  display: inline-block;
  margin-left: 8px;
  color: #000;
  font-weight: 400;
}
.cart-widget .widget-buttons {
  width: 100%;
  margin-top: 26px;
}
.cart-widget .widget-buttons a {
  font-size: 17px;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.1px;
  background-color: #F1633D;
  padding: 10px 37px;
}
.cart-widget .widget-buttons a:hover {
  background-color: #d64117;
}
.cart-widget .widget-buttons span {
  font-size: 16px;
  cursor: pointer;
  letter-spacing: -0.1px;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.4s ease;
}
.cart-widget .widget-buttons span:hover {
  color: #575757;
}

.search-widget {
  width: 250px;
  z-index: 11;
  box-sizing: border-box;
  padding: 6px 6px;
  position: absolute;
  background-color: #FFE1D0;
  border-radius: 9px;
}
.search-widget .search-widget-item a {
  text-decoration: none;
}
.search-widget .search-widget-item a:first-child {
  width: 74px;
  height: 68px;
}
.search-widget .search-widget-item a:first-child img {
  width: 74px;
  height: 68px;
  border-radius: 9px;
}
.search-widget .search-widget-item h2 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.search-widget .search-widget-item .widget-item-pricing {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.1px;
}
.search-widget .search-widget-item .widget-item-pricing strong {
  font-weight: 400;
  display: inline-block;
  margin-right: 4px;
  color: rgba(241, 100, 61, 0.8823529412);
}
.search-widget .search-widget-item .widget-item-categoring {
  color: #545454;
  font-size: 11px;
  letter-spacing: 0.9px;
  display: block;
  font-weight: 400;
}
.search-widget .search-widget-item .swi-info {
  margin-left: 8px;
}
.search-widget .search-widget-item:first-child {
  margin-top: 0px;
}
.search-widget .search-widget-item {
  margin-top: 5px;
}

.header__bottom-nav-submenu {
  display: none !important;
  width: 770px;
  background-color: #FFFFFF;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  box-sizing: border-box;
  box-shadow: -2px 13px 12.9px rgba(0, 0, 0, 0.25);
  padding: 25px 25px;
  z-index: 3;
  flex-wrap: wrap;
  position: absolute;
  transform: translateX(-50px);
  list-style: none;
}
.header__bottom-nav-submenu .category-subitem {
  margin-bottom: 15px !important;
  margin-right: 13px !important;
  margin-left: 13px !important;
}
.header__bottom-nav-submenu .category-subitem a:hover {
  color: #ff815e !important;
}
.header__bottom-nav-submenu li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header__bottom-nav-submenu li span {
  color: #3a3a3a;
  font-size: 12px;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 2px;
}
.header__bottom-nav-submenu li a {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  color: #000 !important;
  display: block;
  margin-top: 9px;
}
.header__bottom-nav-submenu li a:hover {
  color: #ff815e !important;
}
.header__bottom-nav-submenu li a img {
  width: 118px;
  height: 115px;
  border-radius: 50%;
}

.header__bottom-raz:hover .header__bottom-nav-submenu,
.header__bottom-nav-submenu:hover {
  display: flex !important;
}

.header__bottom-nav-submenu li a img {
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes mainanimate {
  0% {
    background-size: 30%;
  }
  100% {
    background-size: 60%;
  }
}
@keyframes cardsanimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Information-contacts span {
  letter-spacing: 0.8px;
  display: block;
  margin-top: 2px;
  margin-bottom: 35px;
}
.Information-contacts .div-adress {
  margin-left: 120px;
}
.Information-contacts h1 {
  margin-top: 50px;
}
.Information-contacts a {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.Information-contacts a i {
  margin-right: 10px;
}
.Information-contacts .return-home {
  font-weight: 400;
  margin-top: 70px;
  margin-bottom: 70px !important;
}

.Information-page h1 {
  display: block;
  font-weight: 500;
  color: #000;
  font-size: 32px;
}
.Information-page .Information-page__text {
  display: block;
  margin-top: 5px;
  margin-bottom: 35px;
  width: 75%;
}
.Information-page .return-home {
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  text-decoration: none;
  font-size: 18px;
  background-color: #F1633D;
  padding: 15px 25px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  color: #FFF;
}
.Information-page .return-home:hover {
  background-color: #fd7d5a;
}

.unknown-page h1 {
  display: block;
  margin-top: 90px;
  font-weight: 500;
  color: #000;
  font-size: 32px;
}
.unknown-page p {
  display: block;
  margin-top: 5px;
  margin-bottom: 60px;
  width: 70%;
  font-weight: 400;
  font-size: 16px;
}
.unknown-page a {
  display: block;
  margin-right: auto;
  margin-bottom: 90px;
  text-decoration: none;
  font-size: 18px;
  background-color: #F1633D;
  padding: 15px 25px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  color: #FFF;
}
.unknown-page a:hover {
  background-color: #fd7d5a;
}

.header {
  width: 100%;
  z-index: 10;
}
.header .header__top {
  background-color: #F1633D;
  height: 29px;
}
.header .header__top .container {
  height: 100%;
}
.header .header__top .header__top-nav a {
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-right: 11px;
  transition: color 0.4s ease;
}
.header .header__top .header__top-nav a i {
  display: none;
  transition: color 0.5s ease;
}
.header .header__top .header__top-nav a i:hover {
  color: #412923;
}
.header .header__top .header__top-nav a:hover {
  color: #412923;
}
.header .header__top .header__top-social a {
  margin-left: 18px;
}
.header .header__top .header__top-social i {
  vertical-align: middle;
  color: #FFF;
  font-size: 17px;
  transition: 0.4s ease;
}
.header .header__top .header__top-social i:hover {
  color: #572a1f;
}
.header .header__bottom {
  width: 100%;
  background-color: #FAF3EF;
  padding-top: 21px;
  padding-bottom: 24px;
}
.header .header__bottom .header__bottom-logo {
  display: block;
  color: #F1633D;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  letter-spacing: 0.6px;
  font-weight: 800;
  text-decoration: none;
  margin-right: 74px;
}
.header .header__bottom .header__bottom-navs {
  width: 100%;
}
.header .header__bottom .header__bottom-nav-hrefs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header__bottom .header__bottom-nav-hrefs li {
  margin: 0;
  padding: 0;
  margin-right: 26px;
}
.header .header__bottom .header__bottom-nav-hrefs a {
  text-decoration: none;
  color: #3A3A3A;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}
.header .header__bottom .header__bottom-nav-hrefs a:hover {
  color: #777777;
}
.header .header__bottom .header__bottom-nav-hrefs a .i-chevron {
  margin-left: 4px;
}
.header .header__bottom .header-search {
  background-color: #FFE1D0;
  width: 151px;
  padding: 7px 6px;
  border-radius: 15px;
}
.header .header__bottom .header-search input {
  background: none;
  border: none;
  outline: none;
  padding-left: 5px;
  width: 100%;
}
.header .header__bottom .header-search input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.header .header__bottom .header-search input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.header .header__bottom .header-search input::-moz-placeholder {
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #3A3A3A;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 12px;
}
.header .header__bottom .header-search input::placeholder {
  transition: 0.4s ease;
  color: #3A3A3A;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 12px;
}
.header .header__bottom .header__bottom-cart {
  margin-left: auto;
  cursor: pointer;
  transition: 0.4s ease;
}
.header .header__bottom .header__bottom-cart:hover span {
  color: #838383;
}
.header .header__bottom .header__bottom-cart span {
  transition: 0.4s ease;
  font-size: 15px;
  font-weight: 500;
  color: #3A3A3A;
  letter-spacing: 0.3px;
  display: inline-block;
  margin-right: 13px;
}
.header .header__bottom .header__bottom-cart .cart {
  width: 33px;
  height: 32px;
  background-image: url("/images/cart.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header .header__bottom .header__bottom-cart .cart .cart-count {
  width: 15px;
  height: 15px;
  color: #FFF;
  background-color: #F1633D;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
  font-style: normal;
  left: 23px;
  position: relative;
}

.main {
  width: 100%;
}
.main .container {
  padding-top: 49px;
  padding-bottom: 52px;
  background-image: url("/images/main.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30%;
  animation: mainanimate 1s forwards;
}
.main h1 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  display: block;
  width: 50%;
}
.main p {
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin-top: 7px;
  display: block;
  width: 37%;
}
.main a {
  margin-top: 23px;
  background-color: #F1633D;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 29px;
  box-sizing: border-box;
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s ease;
  text-decoration: none;
  display: block;
  width: 242px;
}
.main a:hover {
  background-color: #ff815e;
}

.advantages {
  width: 100%;
  height: 71px;
  background-color: #FFE5D6;
}
.advantages span {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.advantages span i {
  margin-right: 17px;
}

.section {
  margin-top: 64px;
}
.section .section__title {
  margin-bottom: 17px;
}
.section .section__title h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.section .section__title a {
  text-decoration: none;
  color: #4D4D4D;
  font-size: 18px;
  letter-spacing: 0.1px;
  font-weight: 400;
  transition: 0.3s ease;
}
.section .section__title a:hover {
  color: #000000;
}
.section .section__title a .i-rightchevron {
  margin-left: 8px;
}
.section .section__cards {
  width: 100%;
}
.section .section__cards .section__cards-card {
  position: relative;
  width: 266px;
  background-color: #FFF;
  box-shadow: -2px 9px 19px rgba(0, 0, 0, 0.25);
}
.section .section__cards .section__cards-card img {
  width: 100%;
  height: 231px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  animation: cardsanimate 2s forwards;
}
.section .section__cards .section__cards-card .card-info {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 11px;
  padding-bottom: 50px;
}
.section .section__cards .section__cards-card .card-info h3 {
  font-size: 16px;
  font-weight: 400;
}
.section .section__cards .section__cards-card .card-info p {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
  color: #656565;
  margin-bottom: 10px;
}
.section .section__cards .section__cards-card .card-btn {
  width: 100%;
  height: 49px;
  background-color: #F1633D;
  color: #FFF;
  font-size: 17px;
  letter-spacing: 0.1px;
  text-decoration: none;
  transition: 0.5s ease;
  position: absolute;
  bottom: 0;
}
.section .section__cards .section__cards-card .card-btn:hover {
  background-color: #ff7f5c;
}

.banner {
  width: 100%;
  margin-top: 90px;
  background-color: #FFE5D6;
}
.banner .banner__img {
  align-items: flex-end;
}
.banner .banner__info {
  text-align: right;
  padding-top: 25px;
  box-sizing: border-box;
}
.banner .banner__info a {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: 0.5s ease;
}
.banner .banner__info a:hover {
  color: #474747;
}
.banner .banner__info p {
  width: 90%;
  margin-left: auto;
  display: block;
  font-size: 20px;
  color: #3A3A3A;
  margin-top: 10px;
  font-weight: 400;
}
.banner .i-blackchevron {
  margin-left: 9px;
}

.banner-reverse .banner__info {
  text-align: left;
}
.banner-reverse .banner__info p {
  width: 90%;
  margin-left: 0 !important;
}

.information {
  width: 100%;
  margin-top: 62px;
}
.information h2 {
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.information p {
  display: block;
  width: 83%;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #040404;
}
.information p strong {
  font-weight: 500;
}
.information h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.information ul {
  font-size: 20px;
  font-weight: 400;
  color: #040404;
  line-height: 144.2%;
}
.information ul strong {
  font-weight: 400;
  color: #F1633D;
}
.information ul li::marker {
  color: #F1633D;
}

.reviews {
  width: 100%;
  margin-top: 90px;
}
.reviews a {
  background-color: #F1633D;
  text-decoration: none;
  color: #FFF;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  padding: 12px;
  text-align: center;
  display: block;
  width: 286px;
  margin: 73px auto;
  transition: 0.5s ease;
}
.reviews a:hover {
  background-color: #ff8461;
}
.reviews h2 {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.reviews .reviews__cards-rev {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.reviews .reviews__cards-rev .reviews__cards-card {
  width: 92% !important;
  margin-bottom: 30px;
}
.reviews .reviews__cards-card {
  width: 30%;
  display: block;
}
.reviews .reviews__cards-card .review-info {
  margin-bottom: 11px;
  font-size: 16px;
}
.reviews .reviews__cards-card .review-info .fa-user {
  font-size: 13px;
  margin-right: 8px;
}
.reviews .reviews__cards-card .review-info .fa-star {
  font-size: 12px;
  margin-right: 2px;
}
.reviews .reviews__cards-card .review-info span {
  margin-right: 10px;
}
.reviews .reviews__cards-card .review-info .fa-calendar {
  margin-right: 8px;
}
.reviews .reviews__cards-card .review-info .i-riv {
  font-style: normal;
  margin-left: 8px;
  margin-right: 8px;
}
.reviews .reviews__cards-card p {
  font-size: 14px;
  line-height: 127%;
  font-weight: 400;
  color: #484848;
}
.reviews .reviews__form {
  width: 100%;
}
.reviews .reviews__form h2 {
  margin-top: 59px;
}
.reviews .reviews__form span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.reviews .reviews__form input {
  border: 1px solid #848484;
  outline: none;
  height: 51px;
  width: 392px;
  box-sizing: border-box;
  padding: 17px 20px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.5s ease;
  margin-bottom: 45px;
}
.reviews .reviews__form input::-moz-placeholder {
  color: #7c7c7c;
}
.reviews .reviews__form input::placeholder {
  color: #7c7c7c;
}
.reviews .reviews__form input:focus::-moz-placeholder {
  color: rgba(255, 120, 86, 0);
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.reviews .reviews__form input:focus::placeholder {
  color: rgba(255, 120, 86, 0);
  transition: 0.5s ease;
}
.reviews .reviews__form textarea {
  border: 1px solid #848484;
  outline: none;
  height: 198px;
  width: 392px;
  box-sizing: border-box;
  padding: 17px 20px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.5s ease;
  margin-bottom: 45px;
}
.reviews .reviews__form textarea::-moz-placeholder {
  color: #7c7c7c;
}
.reviews .reviews__form textarea::placeholder {
  color: #7c7c7c;
}
.reviews .reviews__form textarea:focus::-moz-placeholder {
  color: rgba(255, 120, 86, 0);
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.reviews .reviews__form textarea:focus::placeholder {
  color: rgba(255, 120, 86, 0);
  transition: 0.5s ease;
}
.reviews .reviews__form button {
  width: 392px;
  height: 64px;
  background-color: #F1633D;
  font-size: 19px;
  letter-spacing: 0.7px;
  color: #FFF;
  outline: none;
  border: none;
  margin-top: 32px;
  margin-bottom: 100px;
  text-transform: uppercase;
  cursor: pointer;
}
.reviews .reviews__form button:hover {
  background-color: #fd7d5a;
}
.reviews .reviews__form button:active {
  background-color: #ffa086;
}

.footer {
  width: 100%;
  padding-top: 46px;
  padding-bottom: 80px;
  background-color: #222121;
}
.footer span {
  display: block;
  margin-bottom: 11px;
  color: #F1633D;
  font-weight: 500;
  font-size: 18px;
}
.footer a {
  transition: 0.5s ease;
  color: #FFF;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.footer a:hover {
  color: #acacac !important;
}
.footer a:hover i {
  color: #acacac;
}
.footer a i {
  transition: 0.5s ease;
  color: #FFF;
  margin-right: 5px;
}
.footer .footer__info {
  width: 27%;
}
.footer .footer__info .footer__info-logo {
  display: block;
  color: #F1633D;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  letter-spacing: 0.6px;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 17px;
}
.footer .footer__info p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer__nav {
  color: #FFF;
}
.footer .footer__nav-last {
  text-align: right;
  width: 16%;
}

.pagination {
  width: 100%;
  margin-top: 47px;
}
.pagination a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.pagination a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/images/iblackchevron.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 14px;
}
.pagination a:last-child {
  color: #F1633D;
}
.pagination a:last-child::after {
  content: "";
  background-image: none;
  width: 0;
  height: 0;
}

.catalog {
  width: 100%;
  margin-top: 37px;
}
.catalog h2 {
  font-size: 24px;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #000;
}
.catalog .catalog__app {
  margin-top: 40px;
  width: 100%;
}
.catalog .catalog__app .catalog__app-filter {
  margin-top: 17px;
  width: 240px;
}
.catalog .catalog__app .catalog__app-filter .capo {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.catalog .catalog__app .catalog__app-filter .price-filter {
  width: 100%;
  margin-top: 15px;
}
.catalog .catalog__app .catalog__app-filter .price-filter span {
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: 300;
}
.catalog .catalog__app .catalog__app-filter .price-filter input {
  color: #545454;
  border: 1px solid #545454;
  width: 73px;
  height: 25px;
  outline: none;
  box-sizing: border-box;
  padding: 0 5px;
  transition: 0.5s ease;
}
.catalog .catalog__app .catalog__app-filter .price-filter input:focus {
  border: 1px solid #cecece;
}
.catalog .catalog__app .catalog__app-filter .price-nav {
  position: relative;
  width: 100%;
  height: 6px;
  background: #C7C7C7;
  border-radius: 3px;
  margin: 40px 0;
  margin-top: 15px;
  margin-bottom: 31px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.catalog .catalog__app .catalog__app-filter .price-nav .price-track {
  position: absolute;
  height: 6px;
  background: #717CFF;
  border-radius: 3px;
}
.catalog .catalog__app .catalog__app-filter .price-nav .price-thumb {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #3A3A3A;
  border-radius: 50%;
  top: -3px;
  cursor: pointer;
}
.catalog .catalog__app .catalog__app-filter .filter-checkbox {
  margin-bottom: 10px;
}
.catalog .catalog__app .catalog__app-filter .filter-checkbox span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.catalog .catalog__app .catalog__app-filter .filter-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  background-color: #f2f2f2;
  border: 1px solid #545454;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.catalog .catalog__app .catalog__app-filter .filter-checkbox input[type=checkbox]:checked {
  border: 1px solid #ebebeb;
  background-color: #6775f5;
}
.catalog .catalog__app .catalog__app-filter .filter-checkbox input[type=checkbox]::before {
  content: "✔";
  font-size: 14px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}
.catalog .catalog__app .catalog__app-filter .filter-checkbox input[type=checkbox]:checked::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.catalog .catalog__app .catalog__app-filter p {
  font-size: 12px;
  color: #656565;
  letter-spacing: 0.6px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}
.catalog .catalog__app .catalog__app-cards {
  width: 76.5%;
}
.catalog .catalog__app .catalog__app-cards .app-categories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.catalog .catalog__app .catalog__app-cards .app-categories .app-category {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 30px;
}
.catalog .catalog__app .catalog__app-cards .app-categories .app-category img {
  width: 118px;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 7px;
}
.catalog .catalog__app .catalog__app-cards .app-categories .app-category a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 2px;
  text-decoration: none;
}
.catalog .catalog__app .catalog__app-cards .app-categories .app-category span {
  font-size: 10px;
  font-weight: 400;
  color: #3a3a3a;
}
.catalog .catalog__app .catalog__app-cards .app-sort {
  width: 100%;
  height: 46px;
  border-bottom: 1px solid #656565;
  box-sizing: border-box;
  padding: 0px 22px;
}
.catalog .catalog__app .catalog__app-cards .app-sort .app-sort-sort span {
  font-size: 16px;
  font-weight: 500;
}
.catalog .catalog__app .catalog__app-cards .app-sort .app-sort-sort select {
  border: none;
  outline: none;
  color: #656565;
  font-size: 12px;
  font-weight: 500;
  margin-left: 11px;
}
.catalog .catalog__app .catalog__app-cards .app-sort .app-sort-view span {
  font-size: 14px;
  font-weight: 500;
}
.catalog .catalog__app .catalog__app-cards .app-sort .i-appi {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 13px;
  cursor: pointer;
}
.catalog .catalog__app .catalog__app-cards .app-sort .i-appi::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/images/grid.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.catalog .catalog__app .catalog__app-cards .c2::before {
  background-image: url("/images/list-solid.png") !important;
}
.catalog .catalog__app .catalog__app-cards .hov1::before {
  background-image: url("/images/grid2.png") !important;
}
.catalog .catalog__app .catalog__app-cards .hov2::before {
  background-image: url("/images/list-solid2.png") !important;
}
.catalog .catalog__app .catalog__app-cards .app-row {
  width: 100%;
  margin-top: 21px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card {
  width: 291px;
  overflow: hidden;
  box-shadow: 0 2px 10.2px rgba(0, 0, 0, 0.16);
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card:hover img {
  transform: scale(1.1) translateY(-5%); /* Приближаем и сдвигаем только по вертикали */
  transform-origin: center;
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card img {
  width: 100%;
  height: 269px;
  transition: transform 0.7s ease;
  transform-origin: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card p {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 11px;
  letter-spacing: 0.1px;
  font-size: 13px;
  font-weight: 400;
  color: #656565;
  margin-top: 8px;
  margin-bottom: 12px;
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card button {
  border: none;
  outline: none;
  width: 100%;
  height: 42px;
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1.9px;
  font-weight: 500;
  background: none;
  background-color: #FF7854 !important;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card button:hover {
  background-color: #a85943 !important;
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card button:hover:active {
  background-color: #703322 !important;
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card .row-card-info {
  box-sizing: border-box;
  padding: 0 11px;
  margin-top: 11px;
  width: 100%;
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card .row-card-info a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: -0.1px;
  font-weight: 400;
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card .info-prices span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.1px;
}
.catalog .catalog__app .catalog__app-cards .app-row .row-card .info-prices .old {
  color: rgba(241, 100, 61, 0.6588235294);
  margin-right: 9px;
}
.catalog .catalog__app .catalog__app-cards .app-pages {
  width: 100%;
  margin-top: 60px;
}
.catalog .catalog__app .catalog__app-cards .app-pages a {
  width: 58px;
  height: 58px;
  background-color: #3A3A3A;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 13px;
  margin: 0 7px;
  transition: 0.5s ease;
}
.catalog .catalog__app .catalog__app-cards .app-pages a:hover {
  background-color: #f17d5c;
}
.catalog .catalog__app .catalog__app-cards .app-pages .current-page {
  background-color: #F1633D;
}
.catalog .catalog__app .catalog__app-cards .app-pages .current-page:hover {
  cursor: default !important;
  background-color: #F1633D;
}
.catalog .catalog__app .catalog__app-cards .app-info {
  width: 100%;
  margin-bottom: 69px;
}
.catalog .catalog__app .catalog__app-cards .app-info h2 {
  font-size: 22px;
  letter-spacing: 0.6px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 16px;
}
.catalog .catalog__app .catalog__app-cards .app-info .app-info-ps {
  position: relative;
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.catalog .catalog__app .catalog__app-cards .app-info .app-info-ps strong {
  font-weight: 500;
}
.catalog .catalog__app .catalog__app-cards .app-info .app-info-ps p {
  display: block;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin: 10px 0;
}
.catalog .catalog__app .catalog__app-cards .app-info .app-info-ps::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  pointer-events: none;
}
.catalog .catalog__app .catalog__app-cards .app-info .app-info-ps.expanded {
  max-height: none;
}
.catalog .catalog__app .catalog__app-cards .app-info .app-info-ps.expanded::after {
  display: none;
}
.catalog .catalog__app .catalog__app-cards .app-info .toggle-btn {
  display: block;
  margin-top: 14px;
  color: #000;
  background: none;
  border-radius: none;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
}

.product {
  width: 100%;
  margin-top: 36px;
}
.product .product__display {
  width: 100%;
}
.product .product__display .product__display-img {
  position: relative;
  width: 433px;
  height: 396px;
  overflow: hidden;
}
.product .product__display .product__display-img:hover .fa-solid {
  opacity: 1;
}
.product .product__display .product__display-img .fa-chevron-left, .product .product__display .product__display-img .fa-chevron-right {
  opacity: 0;
  position: absolute;
  top: 50%;
  color: #FFF;
  cursor: pointer;
  font-size: 40px;
  transition: all 0.5s ease;
}
.product .product__display .product__display-img .fa-chevron-left:hover, .product .product__display .product__display-img .fa-chevron-right:hover {
  color: #fc7536;
}
.product .product__display .product__display-img .fa-chevron-left {
  left: 10px;
}
.product .product__display .product__display-img .fa-chevron-right {
  right: 10px;
}
.product .product__display .product__display-img .circles {
  position: absolute;
  bottom: 10px;
  font-size: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.product .product__display .product__display-img .circles .active {
  color: #F1633D !important;
}
.product .product__display .product__display-img .circles .fa-solid {
  color: #FFF;
  margin: 0 2.5px;
}
.product .product__display .product__display-img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .product__display .product__display-info {
  width: 42%;
  margin-left: 28px;
  margin-top: 3px;
}
.product .product__display .product__display-info .product-og-a h2 {
  font-size: 20px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.product .product__display .product__display-info .product-og-a span {
  font-size: 15px;
  letter-spacing: -0.1px;
  font-weight: 400;
  color: #3a3a3a;
}
.product .product__display .product__display-info .product-og-a span i {
  color: #545454;
  letter-spacing: 0.9px;
  font-style: normal;
}
.product .product__display .product__display-info .product-og-price {
  margin-top: 8px;
  margin-bottom: 19px;
}
.product .product__display .product__display-info .product-og-price span {
  font-size: 22px;
  color: #000;
  letter-spacing: -0.1px;
  font-weight: 400;
}
.product .product__display .product__display-info .product-og-price .oldest {
  color: rgba(241, 100, 61, 0.5254901961);
  text-decoration: line-through;
  margin-right: 13px;
}
.product .product__display .product__display-info .product-og-param {
  margin-top: 9px;
}
.product .product__display .product__display-info .product-og-param .param-h {
  display: block;
  font-size: 15px;
  font-family: 400;
  letter-spacing: -0.1px;
}
.product .product__display .product__display-info .product-og-param .param-o {
  margin-top: 3px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.9px;
  font-weight: 400;
  color: #545454;
}
.product .product__display .product__display-info .fast-buy-btn {
  margin-top: 45px;
  outline: none;
  cursor: pointer;
  border: 2px solid rgba(84, 84, 84, 0.5882352941);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.3px;
  width: 100%;
  padding: 13px 0;
  background: none;
  transition: all 0.6s ease;
}
.product .product__display .product__display-info .fast-buy-btn:hover {
  border: 2px solid rgba(84, 84, 84, 0);
  background-color: rgba(84, 84, 84, 0.5882352941);
  color: #FFF;
}
.product .product__display .product__display-info .fast-buy-btn:active {
  background-color: #000000;
}
.product .product__display .product__display-info .product__display-btns {
  width: 100%;
  margin-top: 8px;
}
.product .product__display .product__display-info .product__display-btns .btns-count_btn {
  width: 30%;
  background-color: #EEEEEE;
  height: 53px;
  box-sizing: border-box;
  padding: 0 15px;
}
.product .product__display .product__display-info .product__display-btns .btns-count_btn input {
  border: none;
  outline: none;
  cursor: auto;
  width: 35%;
  font-size: 22px;
  letter-spacing: 0.4px;
  font-weight: 400;
  height: 100%;
  text-align: center;
  background: none;
}
.product .product__display .product__display-info .product__display-btns .btns-count_btn i {
  transition: 0.5s ease;
  cursor: pointer;
  font-size: 18px;
}
.product .product__display .product__display-info .product__display-btns .btns-count_btn i:hover {
  color: #858585;
}
.product .product__display .product__display-info .product__display-btns button {
  width: 70%;
  background-color: #FF5B30;
  height: 53px;
  color: #FFF;
  font-size: 17px;
  letter-spacing: 0.4px;
  border: none;
  outline: none;
  font-weight: 400;
  transition: 0.5s ease;
}
.product .product__display .product__display-info .product__display-btns button:hover {
  cursor: pointer;
  background-color: #ff7856;
}
.product .product__display .product__display-info .product__display-btns button:active {
  background-color: #ffbfaf;
}

.description {
  width: 100%;
  margin-top: 46px;
  margin-bottom: 71px;
}
.description .description__nav {
  width: 100%;
  margin-bottom: 23px;
}
.description .description__nav span {
  display: inline-block;
  margin-right: 29px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.description .description__nav .active {
  color: #FF5B30;
  text-decoration: underline;
  cursor: default;
}
.description p {
  font-size: 14px;
  letter-spacing: -0.1px;
  display: block;
  width: 70%;
  color: #3a3a3a;
}
.description p strong {
  font-weight: 500;
}

.same-products h2 {
  margin-bottom: 45px;
  display: flex;
  width: 100%;
  font-weight: 500;
  font-size: 22;
  letter-spacing: 0.4px;
  align-items: center;
  text-align: center;
  font-size: 24px;
  position: relative;
}
.same-products h2::before, .same-products h2::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #000000;
}
.same-products h2::before {
  margin-right: 22px;
}
.same-products h2::after {
  margin-left: 22px;
}
.same-products .same-products__cards {
  width: 100%;
  margin-bottom: 45px;
}
.same-products .same-products__cards .row-card {
  width: 275px;
}

.cart {
  width: 100%;
  background: linear-gradient(to right, white 80%, #FFF2EB 80%);
}
.cart .cart__items {
  width: 69%;
}
.cart .cart__items .cart__items-h {
  width: 100%;
  height: 53px;
  background-color: #F1633D;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0px 20px;
  margin-top: 55px;
  margin-bottom: 22px;
}
.cart .cart__items .cart__items-h span {
  color: #FFF;
}
.cart .cart__items .cart__items-h span:last-child {
  font-size: 16px;
}
.cart .cart__items .cart__items-p {
  margin-bottom: 26px;
}
.cart .cart__items .cart__items-p span {
  font-size: 15px;
  font-weight: 400;
  color: #6f6f6f;
}
.cart .cart__items .cart__items-p span:first-child {
  display: inline-block;
  margin-right: 95px;
}
.cart .cart__items .cart__items-list {
  width: 100%;
  margin-top: 26px;
}
.cart .cart__items .cart__items-list .cart__item {
  margin-bottom: 22px;
}
.cart .cart__items .cart__items-list .cart__item img {
  width: 99px;
  height: 99px;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-info {
  margin-left: 15px;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-info .product-og-a h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-info .product-og-a span {
  margin-left: 9px;
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #545454;
  margin-bottom: 3px;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-info .product-og-a span i {
  font-style: normal !important;
  color: #545454;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-info .param-o {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1px;
  color: #545454;
  font-weight: 400;
  margin: 2px 0;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-info .param-r {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-right: 17px;
  color: #EB0000;
  cursor: pointer;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-info .param-r:hover {
  color: #a11717;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-info .param-r-d {
  margin-top: 8px;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-info .cart__item-count {
  display: none;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-count {
  font-size: 16px;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-count i {
  cursor: pointer;
}
.cart .cart__items .cart__items-list .cart__item .cart__item-count input {
  outline: none;
  background: none;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #000;
  width: 34px;
}
.cart .cart__items .cart__items-list .cart__item .cart_item-defprice {
  font-size: 18px;
  letter-spacing: -0.1px;
  font-weight: 400;
  color: #000;
}
.cart .cart__order {
  width: 27%;
  border-top-left-radius: 26px;
  background-color: #FFF2EB;
  box-sizing: border-box;
  padding-top: 24px;
  padding-left: 34px;
  padding-bottom: 27px;
}
.cart .cart__order h2 {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  border-bottom: #565656 solid 1px;
}
.cart .cart__order .cart__order-totalsum {
  margin-top: 30px;
}
.cart .cart__order .cart__order-totalsum strong {
  font-size: 17px;
  font-weight: 500;
}
.cart .cart__order .cart__order-totalsum span {
  font-size: 15px;
  font-weight: 400;
}
.cart .cart__order .cart__order-inp {
  margin-top: 28px;
}
.cart .cart__order .cart__order-inp span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  margin-bottom: 13px;
}
.cart .cart__order .cart__order-inp input {
  width: 100%;
  height: 47px;
  border-radius: 2px;
  background-color: #FFF;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.cart .cart__order .cart__order-inp input::-moz-placeholder {
  color: #808080;
}
.cart .cart__order .cart__order-inp input::placeholder {
  color: #808080;
}
.cart .cart__order .lastoftype {
  padding-top: 28px;
  border-top: 1px solid #565656;
}
.cart .cart__order .cart__order-btn {
  width: 100%;
  height: 52px;
  background-color: #F1633D;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  margin-top: 20px;
  outline: none;
  cursor: pointer;
}
.cart .cart__order .cart__order-btn:hover {
  background-color: #f17d5c;
}
.cart .cart__order .cart__order-btn:active {
  background-color: #ffa58c;
}

@media (max-width: 1300px) {
  .container {
    width: 1000px;
  }
  .header .header__bottom .header__bottom-logo {
    margin-right: 40px;
  }
  .header .header__bottom .header__bottom-nav-hrefs a {
    font-size: 14px;
  }
  .header .header__bottom .header-search {
    width: 120px;
    padding: 8px 5px;
  }
  .header .header__bottom .header-search input {
    font-size: 10px;
  }
  .header .header__bottom .header__bottom-cart span {
    font-size: 13.5px;
  }
  .section__cards .section__cards-card:nth-child(4) {
    display: none;
  }
  .section .section__cards .section__cards-card {
    width: 30%;
  }
  .banner__info a {
    font-size: 19px !important;
  }
  .banner__info a .i-blackchevron {
    width: 14px;
    height: 13px;
  }
  .banner .banner__info p {
    font-size: 17px;
  }
  .footer .footer__nav-last {
    text-align: right;
    width: 20%;
  }
  button.cart__order-btn {
    height: 45px !important;
    font-size: 16px !important;
  }
  .cart__order-inp input {
    height: 40px !important;
  }
  .catalog .catalog__app .catalog__app-cards {
    width: 68.5%;
  }
  .catalog .catalog__app .catalog__app-cards .app-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog .catalog__app .catalog__app-cards .app-row .row-card {
    width: 322px;
  }
  .catalog .catalog__app .catalog__app-cards .app-row {
    gap: 33px;
  }
  .same-products__cards.flexbox.jcs.aic .row-card {
    width: 311px;
  }
  .same-products__cards.flexbox.jcs.aic .row-card:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1090px) {
  .container {
    width: 890px;
  }
  .header__top-nav a {
    font-size: 0px !important;
  }
  .header__top-nav a i {
    display: inline-block !important;
    font-size: 15px !important;
    color: #FFF;
  }
  .header .header__bottom .header__bottom-nav-hrefs {
    flex-wrap: wrap;
    width: 75%;
  }
  .header .header__bottom .header__bottom-nav-hrefs li:last-child {
    margin-top: 10px;
  }
  .header .header__bottom .header__bottom-logo {
    margin-right: 30px;
  }
  .header .header__bottom .header__bottom-cart {
    width: 15%;
  }
  .main .container {
    background-position: right bottom;
    background-size: 60%;
  }
  .main h1 {
    font-size: 28px;
  }
  .main p {
    font-size: 16px;
  }
  .advantages span {
    font-size: 15px;
  }
  .banner__img img {
    height: 90% !important;
    width: 399px;
  }
  .banner .banner__info p {
    padding-bottom: 15px;
  }
  .footer .footer__info {
    width: 22%;
  }
  .footer .footer__nav-last {
    text-align: right;
    width: 22%;
  }
  .catalog .catalog__app .catalog__app-cards .app-row .row-card {
    width: 287px;
  }
  .same-products__cards.flexbox.jcs.aic .row-card {
    width: 282px;
  }
  .header__bottom-nav-submenu {
    transform: translateX(-170px);
  }
}
@media (max-width: 1000px) {
  .Information-page-div.flexbox {
    flex-direction: column;
  }
  .Information-contacts .div-adress {
    margin-left: 0px;
    margin-top: 70px;
  }
  .container {
    width: 580px;
  }
  li:last-child {
    margin-top: 0px !important;
  }
  .header__bottom-navs {
    display: block !important;
  }
  .header__bottom-navs .header__bottom-nav {
    display: block !important;
  }
  .header__bottom-navs .header__bottom-nav-hrefs {
    width: 100% !important;
  }
  .header__bottom .container.flexbox {
    display: block !important;
  }
  .header__bottom-nav.flexbox.aic {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__bottom-cart.flexbox.aic {
    width: 100%;
    text-align: center;
    margin-left: 0;
    justify-content: center;
    margin-top: 15px;
  }
  ul.header__bottom-nav-hrefs.flexbox {
    justify-content: center;
  }
  a.header__bottom-logo {
    margin-right: 0 !important;
    text-align: center;
    margin-bottom: 10px;
  }
  .header-search.flexbox.aic {
    margin-top: 13px;
    width: 148px;
    padding: 8px 8px;
  }
  .header-search.flexbox.aic input {
    font-size: 12px !important;
  }
  .main .container {
    background: none;
  }
  .main {
    background-image: url("/images/main-adapt.png");
    background-size: 280px 230px;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .main h1 {
    font-size: 24px;
    width: 55%;
  }
  .main p {
    font-size: 15px;
    width: 50%;
  }
  .main a {
    margin-top: 16px;
  }
  .section__cards .section__cards-card:nth-child(3) {
    display: none !important;
  }
  .section__cards-card {
    width: 48% !important;
  }
  .section__title a {
    display: none;
  }
  .section__title.title-rev.flexbox.aic.jcs {
    margin-top: 20px;
    display: flex !important;
  }
  .section__title.title-rev.flexbox.aic.jcs a {
    display: block;
  }
  .banner-first .container {
    flex-direction: column-reverse;
  }
  .banner-reverse .container {
    flex-direction: column;
  }
  .banner__img img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .banner .banner__info {
    text-align: left;
  }
  .banner .banner__info p {
    margin-left: 0;
  }
  .advantages span.flexbox.aic:last-child {
    display: none !important;
  }
  .advantages span i {
    margin-right: 6px;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .container .footer__info {
    width: 70%;
    margin-bottom: 20px;
  }
  .footer .container .footer__nav {
    margin-bottom: 20px;
  }
  .footer .container .footer__nav a {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .container .footer__nav-last {
    text-align: left;
    width: 100%;
  }
  .cart .container.flexbox.jcs {
    flex-direction: column;
  }
  .cart__items {
    width: 100% !important;
  }
  .cart__order {
    width: 100% !important;
    padding-right: 34px;
    border-top-right-radius: 26px;
  }
  .cart {
    background: none;
  }
  .reviews__cards-rev {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
  .catalog__app-filter {
    display: none;
  }
  .catalog .catalog__app .catalog__app-cards {
    width: 100%;
  }
  .catalog .catalog__app .catalog__app-cards .app-row .row-card {
    width: 278px;
  }
  .catalog .catalog__app .catalog__app-cards .app-row {
    gap: 25px;
  }
  .app-adaptive-filter {
    display: flex !important;
  }
  .product__display {
    display: block !important;
  }
  .product .product__display .product__display-info {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .product .product__display .product__display-img {
    width: 100%;
    height: 520px;
  }
  .product .product__display .product__display-img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .product__display-img {
    margin-bottom: 15px;
  }
  .description p {
    width: 100%;
  }
  .same-products__cards.flexbox.jcs.aic .row-card:nth-child(3) {
    display: none;
  }
  .header__bottom-nav-submenu {
    display: none !important;
    width: 482px !important;
  }
  .unknown-page p {
    width: 93%;
  }
}
@media (max-width: 660px) {
  .container {
    width: 390px;
  }
  .header .header__bottom .header__bottom-nav-hrefs li {
    margin-right: 18px;
  }
  .main h1 {
    font-size: 18px;
    width: 70%;
  }
  .main p {
    font-size: 14px;
    width: 56%;
  }
  .main {
    background-image: url("/images/main-adapt.png");
    background-size: 280px 230px;
    background-repeat: no-repeat;
    background-position: right -75px bottom 0;
  }
  .advantages {
    padding: 10px 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .advantages span:nth-child(2) {
    display: flex !important;
  }
  .advantages .container {
    display: block !important;
  }
  .advantages span {
    margin: 13px 0;
    font-size: 18px;
  }
  .main .container {
    padding-top: 25px;
    padding-bottom: 31px;
  }
  .section__cards.flexbox.jcs {
    display: block !important;
  }
  .section__cards-card {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .section .section__cards .section__cards-card .card-info {
    padding-top: 6px;
  }
  .banner .banner__info p {
    font-size: 14px;
  }
  .banner .banner__info a {
    font-size: 18px !important;
  }
  .section .section__title h2 {
    font-size: 18px;
  }
  .section .section__title a {
    font-size: 16px;
  }
  i.i-rightchevron {
    width: 11px;
    height: 10px;
  }
  .information h2 {
    font-size: 18px;
  }
  .information p {
    font-size: 15px;
  }
  .information h3 {
    font-size: 17px;
  }
  .information ul {
    font-size: 16px;
  }
  .reviews h2 {
    font-size: 18px;
  }
  .reviews__cards.flexbox.jcs {
    flex-direction: column;
  }
  .reviews__cards.flexbox.jcs .reviews__cards-card {
    width: 100%;
    margin-bottom: 25px;
  }
  .reviews {
    margin-top: 50px;
  }
  .reviews a {
    margin-top: 35px;
    margin-bottom: 65px;
    font-size: 17px;
    width: 238px;
  }
  .advantages span.flexbox.aic:first-child {
    margin-bottom: 16px;
  }
  .advantages span.flexbox.aic:last-child {
    display: flex !important;
  }
  .advantages span i {
    margin-right: 6px;
  }
  .section .section__cards .section__cards-card img {
    height: 197px;
  }
  .cart__items-p {
    display: none !important;
  }
  .cart__item-count {
    display: none;
  }
  .cart_item-allprice {
    display: none;
  }
  .cart_item-defprice {
    display: none;
  }
  .cart__item-info .cart_item-allprice {
    display: block !important;
  }
  .cart__item-info .cart__item-count {
    display: inline-block !important;
  }
  .cart .cart__items .cart__items-list .cart__item img {
    width: 120px;
    height: 120px;
  }
  .catalog .catalog__app .catalog__app-cards .app-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog .catalog__app .catalog__app-cards .app-row .row-card {
    width: 100%;
  }
  .catalog .catalog__app .catalog__app-cards .app-row .row-card img {
    width: 100%;
    height: 229px;
  }
  .catalog .catalog__app .catalog__app-cards .app-categories .app-category img {
    width: 110px;
    height: 105px;
    border-radius: 50%;
    margin-bottom: 7px;
  }
  .catalog .catalog__app .catalog__app-cards .app-categories .app-category {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 30px;
  }
  .catalog .catalog__app .catalog__app-cards .app-sort {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #656565;
    box-sizing: border-box;
    padding: 0px 0px;
  }
  .catalog .catalog__app .catalog__app-cards .app-sort span {
    font-size: 12px !important;
  }
  .catalog .catalog__app .catalog__app-cards .app-sort .app-sort-sort select {
    border: none;
    outline: none;
    color: #656565;
    font-size: 11px;
    font-weight: 500;
    margin-left: 11px;
  }
  .app-adaptive-filter .adaptive-filter-filter {
    margin-top: 17px;
    width: 69%;
    box-sizing: border-box;
    padding: 20px 20px;
  }
  .product .product__display .product__display-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 380px;
  }
  .product .product__display .product__display-info .product-og-price {
    margin-top: 8px;
    margin-bottom: 11px;
  }
  button#fast-buy-btn {
    margin-top: 25px;
  }
  .description .description__nav span {
    margin-top: 7px;
  }
  .description {
    margin-top: 36px;
  }
  .same-products__cards.flexbox.jcs.aic {
    display: block !important;
  }
  .same-products__cards.flexbox.jcs.aic .row-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .row-card img {
    height: 250px;
  }
  .header__bottom-nav-submenu {
    display: none !important;
  }
  .header__bottom-raz:hover .header__bottom-nav-submenu {
    display: none !important;
  }
}
@media (max-width: 460px) {
  .container {
    width: 340px;
  }
  .header .header__bottom .header__bottom-nav-hrefs {
    width: 100%;
    justify-content: start;
  }
  .main {
    background-image: url("/images/main-adapt.png");
    background-size: 280px 230px;
    background-repeat: no-repeat;
    background-position: right -105px bottom 0;
  }
  .main p {
    width: 63%;
  }
  .main a {
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px 21px;
  }
  .reviews__cards-rev {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 10px;
  }
  .reviews__form input {
    width: 98% !important;
  }
  .reviews__form textarea {
    width: 98% !important;
  }
  .reviews__form button {
    width: 98% !important;
  }
  .catalog .catalog__app .catalog__app-cards .app-sort .app-sort-sort select {
    border: none;
    outline: none;
    color: #656565;
    font-size: 10px;
    font-weight: 500;
    margin-left: 11px;
  }
  .catalog .catalog__app .catalog__app-cards .app-categories .app-category {
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 30px;
  }
  .catalog .catalog__app .catalog__app-cards .app-categories .app-category img {
    width: 100px;
    height: 99px;
    border-radius: 50%;
    margin-bottom: 7px;
  }
  .app-adaptive-filter .adaptive-filter-filter {
    margin-top: 17px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
  }
  .product .product__display .product__display-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 330px;
  }
  .unknown-page h1 {
    font-size: 27px;
  }
  .unknown-page p {
    width: 100%;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */