.signup__btn,
.footer__btn {
    border: none;
    text-align: center;
}
.users-comments {
    display: flex;
    border-bottom: 1px solid #383a6e;
    padding: 5px;
    border-radius: 0;
}
.users-comments__right {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.users-comments__img {
    flex: 0 0 100px;
}
.users-comments__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.users-comments__name {
    flex: 1 1 100%;
    margin: 10px 0;
}
.users-comments__info {
    flex: 1 1 100%
}
.order__content {
    align-items: flex-start;
}

.cabinet__tab .click_logo {
    width: 100%;    
}

.users-comments__info span {
}

.users-comments__text {
    padding: 10px 0;
    color: #012619;
}

.favorite__button--prev,
.favorite__button--prev2,
.favorite__button--prev3{
    top: 50%;
    left: -60px;
}
.footer__consult {
    margin-left: 10px;
}
.btn {
    width: auto;
    min-width: 140px;
}
/* click */
.click_logo {
    padding:4px 10px;
    cursor:pointer;
    color: #fff;
    line-height:190%;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    border: 1px solid #037bc8;
    text-shadow: 0px -1px 0px #037bc8;
    border-radius: 4px;
    background: #27a8e0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3YThlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzhlZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#27a8e0), to(#1c8ed7));
    background: -webkit-linear-gradient(#27a8e0 0%, #1c8ed7 100%);
    background: -moz-linear-gradient(#27a8e0 0%, #1c8ed7 100%);
    background: -o-linear-gradient(#27a8e0 0%, #1c8ed7 100%);
    background: linear-gradient(#27a8e0 0%, #1c8ed7 100%);
    box-shadow:  inset    0px 1px 0px   #45c4fc;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a8e0', endColorstr='#1c8ed7',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #45c4fc;
    -moz-box-shadow: inset  0px 1px 0px  #45c4fc;
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
}
.click_logo i {
    background: url(https://m.click.uz/static/img/logo.png) no-repeat top left;
    width:30px;
    height: 25px;
    display: block;
    float: left;
}

.product-card__info--form {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.product-card__info--form .title_ {
    flex: 1 1 100%;
    font-weight: 600;
    font-size: 18px;
}

.product-card__info--form .form-input {
    flex: 0 1 46%;
    padding: 10px;
    border: 0;
}

.product-card__info--form textarea {
    width: 100%;
    resize-x: none;
    border: 0;
}

.product-card__info--form .form-button {
    background-color: #fbc25a;
    height: 40px;
    cursor: pointer;
    padding: 0 20px;
    color: #fff;
    border: 0;
}

.product-card__info--form .form-textarea {
    flex: 1 1 100%;
    padding: 10px;
}
/* Pagination styles */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination li {
    list-style: none;
    margin: 0 5px;
    display: inline-block;
}

.pagination a,
.pagination span {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #f5a81b;
}

.pagination a:hover,
.pagination .active a {
    background-color: #f5a81b;
    color: #fff;
    border-color: #f5a81b;
}

/* Styles for disabled state */
.pagination .disabled span {
    background-color: #ddd;
    color: #888;
    cursor: not-allowed;
    border-color: #ddd;
}
