.catalog__card-content-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.catalog__card-top{
    height: 168px;
}
.catalog__card-content{
    height: fit-content;
}
.catalog__card-content{
    margin-top: auto;
}
.hidden{
    display: none;
}
.product__param-description a{
    color: rgb(178, 178, 178);
    border-bottom: 1px solid rgb(178, 178, 178);
    transition: .4s;
}
.product__param-description a:hover{
    opacity: 0.5;
}
.product__param-description p{
    color: rgb(178, 178, 178);
    margin: 0px;
}
.product__param-description ul{
    color: rgb(178, 178, 178);
    margin: 0px;
    padding: 0px;
}
.mark-star-select{
    cursor: pointer;
    transition: .3s;
    pointer-events: all;
    width: 16px;
    height: 16px;
}
.mark-star-select:hover{
    opacity: 0.5;
}
.mark-star-select.active{
    opacity: 0.5;
}
.input-requare.error{
    border-color: #fc1b1e;
}
.input-textarea-requare.error{
    border-color: #fc1b1e;
}
.modal-standart__wrapper{
    background-color: #1C252E;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    max-width: 375px !important;
    align-items: center;
    justify-content: center;
    padding: 32px !important;
}
.modal-standart__buttons{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-top: 32px;
}
.modal-standart__buttons button{
    width: 100%;
    position: static !important;
}
.modal-standart__title{
    margin-top: 32px;
    text-align: center;
}
.modal-standart__description{
    margin-top: 20px;
    text-align: center;
    color: #FFFFFF80;
}
.modal-standart__img{
    width: 59px;
    height: 54px;
}
.modal-standart__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.loader-spinner_big {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background: radial-gradient(farthest-side,#ffffff 94%,#0000) top/9px 9px no-repeat,
          conic-gradient(#0000 30%,#ffffff);
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
   animation: spinner-c7wet2 1s infinite linear;
}
.loader-spinner {
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background: radial-gradient(farthest-side,#ffffff 94%,#0000) top/3px 3px no-repeat,
          conic-gradient(#0000 30%,#ffffff);
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);
   animation: spinner-c7wet2 1s infinite linear;
}

@keyframes spinner-c7wet2 {
   100% {
      transform: rotate(1turn);
   }
}

.catalog__card-content-tags{
    display: flex;
    align-items: center;
    gap: 10px;
}

.text-page__container{
    max-width: 845px;
}

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

.catalog-page__grid{
    width: 100%;
}
.catalog__card-loader{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 323px;
}
.modal-standart_big .modal-standart__wrapper{
    max-width: 1280px !important;
    width: 100%;
    background-color: #161920;
}
.modal-standart__search-wrapper{
    width: 100%;
    margin-top: 20px;
    max-height: 80lvh;
    overflow: auto;
}
.modal-standart__search-form{
    width: 100%;
    max-width: 100%;
}
/*
.modal-standart__search-wrapper .catalog__card-loader{
    background-color: #2A3541;
}
*/