@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* { padding: 0px; margin: 0px; border: 0px; box-sizing: border-box;}
:root {
	--first-color: #404550;
	--dark-first-color: #404550;
	--second-color: #c8d45e;
	--third-color: #49a492;
	--opacity-color: rgba(255,255,255,0.1);
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb { 
    background-color:  var(--second-color);
}
html, body {
	position: relative;
	height: 100%;
	min-width: 320px;
}

html {
	background: #ffffff;
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	
}
body {
    display: grid;
  height: 100vh;
	line-height: 1;
	color: black;
	font-family: "Inter";
	font-size: 1rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
/*-webkit-text-stroke: 0.15px;*/
	
}
input, button, textarea {
	font-family: "Inter";
	font-size: inherit;
	outline: none;
	border: 1px solid transparent;
}
button {
	cursor: pointer;
	color: inherit;
	background-color: inherit;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
	display: none;
}
a {
	color: inherit;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
}
h1, h2 {
    font-size: 1.3rem;
}
.wrapper {
    padding: 1rem 0 1rem 0;
}
[class*=__container], .container {
	width: 100%;
	max-width: 1110px;
	padding: 0 0.9375rem;
	margin: 0 auto;
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.9375rem;
}
.header__container img {
    width: 250px;
}
.header__catalog {
    display: flex;
    column-gap: 3rem;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    cursor: pointer;
}
.header__search {
    position: relative;
}

.search_box svg {
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
}
.search_box {
	position: relative;
}
.search_box input[type="text"] {
	display: block;
	width: 400px;    
	outline: none;
	overflow: hidden;
	padding: 0.75rem 1rem;
    border-radius: 1rem;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
	font-size: 14px;
}
.search_box-result {
    display: none;
}
 
/* Стили для плашки с результатами */
.search_result {
    color: black;
	position: absolute;
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;
	top: 100%;
	left: 0;
	width: 400px;
	background: #fff;
	padding: 1rem;
	z-index: 9999;
	box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.15);
}
.search_result a {
    color: black;
}
.search_result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    border: 1px solid rgba(0,0,0,0.03);
    border-radius: 0.5rem;
    padding: 1rem;
}
.search_result-left {
    white-space: wrap;
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.search_result-row img {
    width: 50px;
    border-radius: 0.5rem;
}
.search_result-price {
    font-weight: 600;
}
.search_result-rating {
    display: flex;
}
.search_result-rating i {
   color: #ffb71d; 
}
.search_result-right {
    display: flex;
    column-gap: 1rem;
}
.wrapper__container {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 2%;
}
/* */
.header__nav {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}
.header__nav li {
    background-color: #F6F6F6;
    padding: 0.6rem 1.5rem;
    border-radius: 1rem;
    height: 50px;
}
.header__nav li:first-child {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}
.header__nav li:last-child {
    text-align: center;
}
.header__nav li:last-child p:last-child {
    color: #233ce6;
}
#cart {
    display: flex;
    flex-direction: column;
}
/* меню основное */
.menu {
    display: flex;
    column-gap: 0.5rem;
    border-radius: 1rem;
    padding: 0.5rem 0;
    justify-content: center;
    background-color: #233ce6;
    color: black;
    font-size: 14px;
}
.menu a {
    background-color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
    text-transform: uppercase;
}
/* */
.promo {
    margin-top: 1rem;
}
.promo__container {
    display: flex;
    column-gap: 1.5rem;
}
.promo__img {
    width: 100%;
    max-width: 835px;
    background: url('../../assets/img/promo-banner1.webp');
    background-position: center;
    border-radius: 1rem;
    position: relative;
}
.promo-btn {
    position: absolute;
    bottom: 1rem;
    left: 3rem;
    color: black;
    padding: 0.5rem 2.5rem;
    border-radius: 1rem;
    font-size: 16px;
    background-color: #c1ff72;
    /*border-right: 5px solid #c1ff72;
    border-left: 5px solid #c1ff72;*/
}
.promo__info {
    background-color: #f5f5f5;
    border-radius: 1rem;
    padding: 1.5rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.promo__info img {
    margin-bottom: 1rem;
}
.promo__info p:first-of-type {
    background-color: #c1ff72;
    color: black;
    border-radius: 0.5rem;
    padding: 0.35rem 0.5rem;
    margin-bottom: 0.25rem;
}
.promo__code {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    position: relative;
    font-weight: 600;
}
.promo__code svg {
    position: absolute;
    left: 0.5rem;
}
.title__main-page {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1rem;
}
/* Хлебные крошки */
.breadcrumbs {
    display: flex;
    column-gap: 0.5rem;
    font-size: 14px;
}
.breadcrumbs a {
    color: #4F88DD;
    transition: all 0.5s;
}
.breadcrumbs a:hover {
    text-decoration: 1px solid underline;
}
/* */
/* продукты */
.products {
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
}
.product {
    padding: 1rem 1.5rem;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    width: calc(100% / 4);
}
.product img {
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}
.product__title {
    font-size: 18px;
    text-decoration: underline dotted rgba(0,0,0,0.5);
}
.product__popular {
    background-color: #d1e0f6;
    border-radius: 0.5rem;
    font-size: 14px;
    padding: 0.15rem 0.5rem;
}
.product__price-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.25rem;
}
.product__price-info_l p:first-child {
    font-size: 20px;
    font-weight: 600;
}
.product__price-info_r {
    background-color: #c1ff72;
    padding: 0.25rem;
    border-radius: 0.5rem;
}
.product__price-info_l s {
    color: rgba(0,0,0,0.3);
}
.product__stats span span {
    font-weight: 500;
}
.product__buy {
    background-color: rgba(0,0,0,0.1);
    font-size: 18px;
    margin-top: 0.5rem;
    text-align: center;
    padding: 0.5rem;
    border-radius: 1rem;
}
/* */
/* категории на главной */
.categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}
.category img {
    width: 90%;
}
.category {
    padding: 1rem 1.5rem;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    position: relative;
}
.category p {
    text-align: center;
    font-size: 20px;
}
.category svg {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
/* */
/* Преимущества */
.benefits {
    background-color: #f5f5f5;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
}
.benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 18px;
}
.benefit img {
    width: 150px;
}
/* */
/* Помощь */
.help {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.5rem;
    height: 147px;
}
.help_l {
    font-size: 18px;
    background-color: #d1e0f6;
    width: 100%;
    height: 100%;
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.help_l p:first-child {
    font-size: 24px;
    font-weight: 600;
}
.help_r ul {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.help_r li {
    width: 350px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    border-radius: 1rem;
    padding: 1rem;
    position: relative;
}
.help_r li svg {
    position: absolute;
    right: 0.5rem;
    bottom: 0.25rem;
}
/* */
/* Отзывы */
.reviews {
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
    position: relative;
    margin-bottom: 3rem;
}
.review {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    padding: 1rem;
    border-radius: 1rem;
    width: calc(100% / 4);
}
.review__author {
    display: flex;
    font-size: 20px;
    align-items: center;
    column-gap: 0.5rem;
}
.review__product {
    color: #4F88DD;
    font-size: 14px;
    text-decoration: underline;
}
.review__author img {
    width: 40px;
    height: 40px;
    border-radius: 10rem;
}
.review__rating {
    color: #c1ff72;
    font-size: 22px;
    margin-bottom: 0.5rem;
}
.review__text {
    font-size: 18px;
}
.more__reviews {
    position: absolute;
    bottom: -1.75rem;
    right: 0;
    font-size: 18px;
    text-decoration: 1px dotted underline;
    color: #4F88DD;
}
/* Футер */
.footer {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f5f5f5;
}
.footer__first-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    padding-bottom: 0.5rem;
}
.footer__first-r p:first-of-type {
    font-size: 18px;
}
.footer__social ul {
    display: flex;
    column-gap: 0.5rem;
    justify-content: center;
}
.footer__second-r {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__second-r ul {
    line-height: 1.25rem;
}
.footer__second-r ul p {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.footer__second-r a {
    color: #4F88DD;
}
.footer__third-r img {
    width: 250px;
}
.footer__fourth-r {
    background-color: #d9d9d9;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
/* */

/* Страница товара */
.pp {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
}
.pp-info {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem
}
.pp-gallery img {
    width: 100%;
    border-radius: 1rem;
}
.pp-info__title {
    font-size: 26px;
}
.pp-info__rating {
    color: #c1ff72;
    font-size: 22px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.pp-info__rating span:last-child {
    color: rgba(0,0,0,0.5);
    font-size: 14px;
    padding-left: 0.5rem;
}
.pp-info__extra {
   font-size: 14px; 
}
.pp-info__priceinfo {
    margin-top: 1rem;
    padding: 1.5rem;
    border: 1px solid black;
    border-radius: 1rem;
}
.pp-info__priceinfo ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pp-info__priceinfo ul li:first-child {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}
.pp-info__priceinfo ul li:last-child {
    background-color: #4F88DD;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 1rem;
    cursor: pointer;
}
.pp-info__price {
    font-size: 26px;
    font-weight: 600;
}
.pp-info__discount {
    text-decoration: line-through solid;
    color: rgba(0,0,0,0.5);
    position: relative;
}
.pp-info__discount p {
    position: absolute;
    top: -1.5rem;
    background-color: #c1ff72;
    color: black;
    border-radius: 1rem;
    font-size: 14px;
    padding: 0.15rem 0.35rem;
}
.pp-info img {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 1rem;
    filter: grayscale(1);
    opacity: 0.7;
}
.pp-info__characters {
    margin-top: 1rem;
    line-height: 1.25rem;
}
.pp-info__characters p {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0.5rem;
}
.pp-info__characters a {
    color: #4F88DD;
}
.pp-info__characters li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.5);
}
.pp-desc {
    margin-top: 1.5rem;
    line-height: 1.5rem;
    color: rgba(0,0,0,0.5);
    margin-bottom: 1.5rem;
}
.pp-desc p:first-child {
    padding-bottom: 0.5rem;
}
.pp-info-title {
    font-size: 26px;
    font-weight: 500;
    color: black;
}
.pp-faq {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
details > summary {
        padding: 1rem;
        font-size: 18px;
        border-radius: 1rem;
        cursor: pointer;
        -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    }
details > p {
    padding: 1rem;
}
/* Каталог */
.catalog__container {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 25% 75%;
    column-gap: 1.5rem;
}
.products-catalog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
}
.product-catalog {
    padding: 1rem 1.5rem;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
}
.product-catalog img {
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}
.filter-catalog details {
    margin-bottom: 0.75rem;
}
.filter-catalog summary {
    margin-bottom: 0.75rem;
}
.filter-catalog ul {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
}
.filter-catalog ul li {
    padding-left: 1rem;
}
.filter-catalog ul a {
    color: #4F88DD;
}
.all__mobile {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    justify-content: center;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: none;
}
/* */
/* Страница профиля */
.profile {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 25% 75%;
    column-gap: 1.5rem;
}
.profile-menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
}
.profile-menu li {
    padding: 1rem;
    font-size: 18px;
    border-radius: 1rem;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    text-align: center;
}
/* */
/* Корзина */
.cart__content {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-top: 1rem;
}
.cart__content li {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.2);
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
}
.cart__content li a {
    color: #4F88DD;
}
.cart__content li span {
    padding-right: 0.5rem;
    font-weight: 500;
}
.cart__content li p:last-child {
    font-weight: 600;
}
.cart__control {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart__control-sum span:last-child {
    font-weight: 600;
}
.cart__control button {
    color: black;
    padding: 0.5rem 2.5rem;
    border-radius: 1rem;
    font-size: 16px;
    background-color: #c1ff72;
}
/* */
/* Попап окна */
.popup__background {
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
[class*=__popupbox] {
    z-index: 10000;
    top: 0%;
    left: 50%;
    transform: translate(-50%,5%);
    position: fixed;
    display: flex;
    flex-direction: column;
    row-gap: 0.35rem;
    background-color: white;
    box-shadow: 0 0 35px var(--third-color);
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    -webkit-animation: popup 0.1s ease-in;
    animation: popup 0.1s ease-in;
}
.all__popupbox details {
    min-width: 240px;
}
.all__popupbox summary {
    margin-bottom: 0.75rem;
}
.all__popupbox ul {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    min-width: 240px;
}
.all__popupbox ul li {
    padding-left: 1rem;
    min-width: 240px;
}
.all__popupbox ul a {
    color: #4F88DD;
}
/* */

.mobile__header {
    display: none;
    flex-direction: column;
    row-gap: 0.5rem;
}
/* Адаптация под мобилу */
.mb__menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.4);
    -moz-box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.4);
    box-shadow: 5px 5px 15px 0px rgba(34, 60, 80, 0.4);
    display: none;
}
.positionf {
    position: relative;
}
#cart-mobile__value {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background-color: #243de5;
    color: white;
    padding: 0.10rem 0.35rem;
    border-radius: 50rem;
    text-align: center;
    font-size: 12px;
}
.mb__menu ul {
    border-radius: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    padding: 1rem 0;
}
.mobile__header-first_r {
    margin-bottom: 0.5rem;
    display: flex;
    column-gap: 1rem;
    padding-top: 1rem;
    align-items: center;
}
.mobile__header-first_r img {
    width: 150px;
}
.mobile-menu {
    display: none;
}
@media(max-width: 1090px) {
    .mobile__header {
        display: flex;
        flex-direction: column;
        row-gap: 0.5rem;
    }
    .mobile-menu {
        position: absolute;
        top: 1.5rem;
        right: 1rem;
        display: block;
    }
    .mb__menu {
        display: block;
    }
    .header__container {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        
    }
    header {
        display: none;
    }
    .search_box input[type="text"] {
        width: 100%;
    }
    .search_result {
        width: 100%;
    }
    .promo__info {
        display: none;
        
    }
    .promo__img {
        height: 200px;
        max-width: 100%;
        background-size: cover;
        
    }
    .products {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 1rem;
    }
    .product {
        width: calc(100%);
    }
    .categories {
        grid-template-columns: 1fr 1fr;
    }
    .footer__first-r p:first-of-type {
        display: none;
    }
    .footer__second-r {
        flex-direction: column;
        row-gap: 0.5rem;
        
    }
    .benefits {
        display: none;
    }
    .reviews {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 1rem;
    }
    .review {
        width: 100%;
    }
    .help {
        display: grid;
        grid-template-rows: 1fr 1fr;
        height: auto;
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }
    .help_r li {
        width: 100%;
        
    }
    .footer img:first-of-type {
        width: 150px;
    }
    /* Каталог */
    .catalog__container {
        column-gap: 1rem;
        grid-template-columns: 27% 70%;
    }
    .products-catalog {
       grid-template-columns: 1fr 1fr; 
    }
    /* */
  
}


@media(max-width: 550px) {

    .reviews {
        grid-template-columns:  1fr;
    }
    /*.products {
        grid-template-columns: 80%;
        justify-content: center;
    }*/
    .title__main-page {
        font-size: 20px;
    }
    .products {
        column-gap: 0.5rem;
    }
    .product__title {
        font-size: 16px;
        
    }
    .product {
        padding: 0.5rem;
    }
    .product__buy {
        font-size: 14px;
    }
    /*.categories {
        grid-template-columns: 80%;
        justify-content: center;
    }*/
    .categories {
        column-gap: 0.5rem;
        row-gap: 0.5rem;
    }
    .category {
        padding: 0.5rem 0.5rem 1rem 0.5rem;
    }
    .search_box input[type="text"] {
        background-color: rgba(0,0,0,0.05);
        width: 100%;
    }
    .category p {
        text-align: center;
        font-size: 16px;
    }
    .category svg {
        right: 0.5rem;
        bottom: 0.75rem;
    }
    .bt {
        display: none;
    }
    .products-catalog {
        column-gap: 0.5rem;
        row-gap: 0.5rem;
    }
    .product-catalog {
        padding: 0.5rem;
    }
    /*.header__catalog svg {
        display: none;
    }*/

}
@media(max-width: 740px) {
    /* Еще оптимизация каталога */
    .filter-catalog {
        display: none;
    }
    .catalog__container {
        column-gap: 1rem;
        grid-template-columns: 1fr;
    }
    .filter-catalog summary {
        font-size: 16px;
    }
    .all__mobile {
        display: flex;
    }
    /* */
}

/* */

/* Оптимизация страницы товара */
@media(max-width: 935px) {
    .pp-info__priceinfo ul {
        flex-direction: column;
        row-gap: 0.5rem;
    }
    .pp-info__title {
    font-size: 20px;
    }
    .pp-info-title {
        font-size: 20px;
    }
}
@media(max-width: 550px) {
    .header__catalog {
        column-gap: 1rem;
        
    }
    .pp {
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }
    .pp-gallery img {
        width: 250px;
        border-radius: 1rem;
    }
    .pp-gallery {
        display: flex;
        justify-content: center;
    }
    .pp-info__priceinfo {
        padding: 1rem 0.5rem;
        
    }
}
/* */
@media(max-width: 549px) and (min-width: 390px) {
    
    [class*=__container], .container {
	padding: 0 0.375rem;
    }
}
@media(max-width: 389px) {
    .products {
       grid-template-columns: 1fr; 
    }
    
}