.counter{max-width:100px;width:100%;height:30px;display:flex;align-items:center;justify-content:space-between;border:1px solid #d9d9d9;border-radius:2px;font-size:16px;color:#2d4779}.counter__wrap{max-width:calc(100% - 50px);display:flex;align-items:center;font-weight:600}.counter__wrap span{font-size:14px}.counter__btn{flex:0 0 25px;height:100%;display:flex;align-items:center;justify-content:center;font-weight:500}.counter__inp{width:20px;text-align:center;font-weight:600;color:#2d4779}.counter__inp::-webkit-outer-spin-button,.counter__inp::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.counter__inp[type=number]{-moz-appearance:textfield}.card-item{padding:15px 20px;border:1px solid #e8e8e8;border-radius:4px;background-color:#fff;position:relative;box-sizing:border-box}.card-item__wrap{height:100%;display:flex;flex-direction:column}.card-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:5px;margin-bottom:10px}.card-item__tags{display:flex;flex-wrap:wrap;gap:4px}.card-item__tags-item{padding:3px;font-size:9px;border-radius:3px;background-color:rgba(245,245,245,.55)}.card-item__like{display:flex;align-items:center;position:absolute}.card-item__like svg:nth-child(2){display:none}.card-item__like svg path{transition:.25s ease-in-out}.card-item__like:hover svg path{fill:#a51c13}.card-item__like.active svg:first-child{display:none}.card-item__like.active svg:nth-child(2){display:block}.card-item__link{display:flex;align-items:center}.card-item__picture{margin-bottom:10px;text-align:center;line-height:0;display:block}.card-item__main{margin-bottom:20px;width:85%;display:block}.card-item__title{display:block;margin-bottom:12px;font-weight:700;font-size:16px;color:#2d4779}.card-item__desc{font-size:12px}.card-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-top:auto;padding-top:10px;border-top:1px solid #e8e8e8}.card-item__price{white-space:nowrap;font-weight:700;font-size:14px;color:#2d4779}.card-item__controls{display:flex;align-items:center;gap:20px}.card-item__controls-item{color:#2d4779;font-size:14px;gap:20px;width:auto;height:30px;display:flex;align-items:center;justify-content:center}.card-item__amount{display:none;width:100px}.card-item__amount.active{display:block}.card-item__volume,.card-item__color{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.card-item__link{width:100%;min-height:30px;display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#2d4779}@media screen and (max-width: 768px){.card-item{padding:15px}.card-item__main{margin-bottom:10px}.card-item__color{margin-bottom:15px}.card-item__bottom{padding-top:0;border-top:none}.card-item__amount .counter__inp{width:20px}}@media screen and (max-width: 650px){.card-item{padding:6px 7px}.card-item__title{margin-bottom:5px;font-size:14px}.card-item__desc{font-size:11px}.card-item__volume,.card-item__color{gap:5px}.card-item .c-radio__btn{height:20px;padding:4px 2px}.card-item__price{font-size:12px}.card-item__controls{gap:10px}.card-item__controls-item{width:23px;height:20px}.card-item__bottom{position:relative;min-height:30px}.card-item__amount{position:absolute;top:5px;width:100%;background-color:#fff}.card-item__amount .counter{max-width:100%;height:20px}.card-item__amount .counter__wrap{width:100%;justify-content:center;font-size:12px}.card-item__link{min-height:20px;font-size:12px}}@media screen and (max-width: 340px){.card-item__top{gap:0}.card-item__tags{gap:4px 2px}.card-item__tags-item{padding:3px 2px}}.filter__search{position:relative;margin-bottom:12px}.filter__search input{width:100%;padding:12px 40px 12px 15px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;border:1px solid #f4f4fc;background-color:#fff}.filter__search:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:24px;height:25px;background-image:url("/src/img/filter_search_icon.svg");background-repeat:no-repeat;background-position:center}.filter__search.active .search__clear{display:block}.filter__search.active:after{display:none}.filter__search .search__clear{display:none}.filter__burger,.filter__close{display:none}.filter__section{margin-bottom:40px}.filter__section-item:not(:last-child){margin-bottom:14px}.filter__section-list{max-height:100vh;margin-top:20px;opacity:1;transition:all .25s ease-out}.filter__section-title{position:relative;padding-left:20px;font-weight:700;font-size:18px;line-height:22px;color:#2d4779}.filter__section-title:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;border-right:1px solid #181818;border-bottom:1px solid #181818;transition:.25s ease-in-out}.filter__section-title:hover{cursor:pointer}.filter__section.is-closed .filter__section-title:before{transform:translateY(-50%) rotate(-135deg)}.filter__section.is-closed .filter__section-list{max-height:0;margin-top:0;overflow:hidden;opacity:0;transition:all .25s ease-out}.filter__btn{min-width:200px}.filter__btn .button{padding:6px 14px}.catalog__title{margin-bottom:20px;font-weight:700;font-size:32px;line-height:39px;color:#2d4779}.catalog__wrapper{display:flex;gap:20px}.catalog__body{flex:0 1 100%;display:flex;flex-direction:column}.catalog__filter_sorting_container{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.catalog__sorting{display:flex;font-size:11px;align-items:center;gap:10px}.catalog__sorting>span:first-child{font-weight:300}.catalog__sorting .custom-select select,.catalog__sorting .custom-select .choices{font-size:11px;padding:7px 0;border:0;border-radius:4px;color:#2d4779;background:unset;font-weight:bold;outline:none}.catalog__sorting .custom-select .choices::after{right:0}.catalog__sorting .custom-select .choices__inner{padding:0;border:0;background:unset;min-height:auto}.catalog__sorting .custom-select .choices .choices__list--single .choices__item{color:#2d4779}.catalog__sorting .custom-select .choices .choices__item{font-size:11px}.catalog__filter{flex:0 0 278px}.catalog__list{display:flex;flex-wrap:wrap;gap:18px}.catalog__list-item{max-width:calc(33.33% - 12px);width:100%}.catalog__list-wFilter .catalog__list-item{max-width:calc(25% - 14px)}.catalog__more{align-self:center;display:flex;align-items:center;gap:35px;margin-top:48px}
