input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.controled.is-invalid {
    border-bottom: 1px solid #cb0909;
}
.invalid-feedback {
    font-size: 12px;
    line-height: 22px;
    color: #cb0909;
}
.wrapper-menu-content{
    display: flex;
    gap: 100px;
}
.item__sidebar a{
    display: block;
    text-transform: uppercase;
    padding: 16px 9px 16px 30px;
}
.item__sidebar a:first-child{
    padding-top: 0;
}
.list-group .list-group-item{
    border: 0;
    border-bottom: 1px solid #a6a7a9;
    padding-left: 0;
    background-color: transparent;
}
.list-group .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.buttons__pay{
    display: flex;
    gap: 20px
}
.buttons__pay a{
    width: 100%;
}
.document__list{
    font-size: 20px;
    line-height: 31px;
}
.footer__first-block{
    font-size: 15px;
}


.main__wrapper {
    height: 100vh;
}

.wrapper__chat {
    width: 100%;
    display: flex;
}
.chat__rightbar {
   
}
.chat__leftbar {
    width: 100%;
    max-width: 250px;
}
.comment-list {
    height: 100%;
    padding-bottom: 60px; /* Добавили отступ внизу, чтобы форма отправки не перекрывала сообщения */
    box-sizing: border-box; /* Включаем отступ в расчёт общей высоты */
}
.wrapper__text-textarea {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.comment-item-right {
    text-align: right;
    max-width: 500px;
    margin-left: auto;
}
.comment-item-left {
    text-align: left;
    max-width: 500px;
}
.comment-item {
    border-top: 1px solid #e1e1e1;
}
.wrapper__text-textarea-second {
    height: 100%;
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.message-form-wrapper {
    position: sticky;
    bottom: 0;
    width: 100%;
    max-width: 1000px;
}
.show__document-free{
    display: flex;
    justify-content: center;
}
.go__link-telegram{
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
#image-preview-container-gpt img{
    max-width: 70px;
    max-height: 70px;
}
.history_order-wrapper table{
    width: 100%;
}
.history_order-wrapper th,
.history_order-wrapper td{
    border: 1px solid #000;
    padding: 5px;
}
.table-success input{
    color: #15b407;
    width: 100%;
}
.table-unsuccess input{
    color: #b40707;
    width: 100%;
}
.wrapper__search-form{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}





.rs-slide-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    
}
.tp-parallax-container{
    z-index: 11px !important;
}
#counter-1 .row.text-center{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.services-link-cost-wrapper{
    display: flex;
    flex-direction: column;
}

.hidden {
    display: none;
}

.preloader {
    margin-left: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-left-color: #535961;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.disabled-btn-gpt{
    cursor: not-allowed !important;
    color: #9d9d9d !important;
    background-color: #303030 !important;
}
.wrapper-radac-page{
    gap: 0;
}
.wrapper-radac-page .wrapper-menu{
    width: 100%;
    max-width: 291px;
}
.wrapper-content .wraper-after-container{
    display: flex;
    justify-content: center;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.reviews-section,
.video-section{
    display: none;
}
.konstruct-warpper{
    max-width: 1400px;
}
.video-section .video-ads-text-cont{
    color: #4b4e53;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 50px;
}
.video-section .video-ads-text-cont .video-ads-a a{
    color: #a5a5a5;
}
.page-section.nl-cont{
    padding-top: 45px;
}
@media (min-width: 1291px) and (max-width: 1461px) { 
    .wrapper-content .container{
        width: 1000px;
    }
    .wraper-redac-profile{
        width: 100%;
        max-width: 360px;
    }
    
}
@media (min-width: 1200px) and (max-width: 1290px) { 
    .wrapper-content .container{
        width: 900px;
    }
    .wraper-redac-profile{
        width: 100%;
        max-width: 360px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) { 
    .wrapper-content .container{
        width: 700px;
    }
    .wraper-redac-profile{
        width: 100%;
        max-width: 360px;
    }
}
@media(min-width: 1401px) and (max-width: 1800px){
    .konstruct-warpper {
        max-width: 1000px;
    }
}
@media(min-width: 851px) and (max-width: 1400px){
    .konstruct-warpper {
        max-width: 600px;
    }
}
@media(max-width: 1325px){
    .comment-item-right{
        margin-right: 15px;
    }
    .comment-item-left{
        margin-left: 15px;
    }
}
@media(max-width: 1024px){
    .wrapper-menu-content{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main-menu-title svg path{
        fill: #d3d3d3;
    }

    .wrapper-menu {
        position: relative;
    }
    .right__sidebar {
        position: fixed;
        left: -100%;
        width: 250px;
        height: 100%;
        background-color: #4b4e53;
        transition: left 0.5s ease;
        overflow-y: auto;
        z-index: 1000;
    }
    .list__sidebar {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .item__sidebar a {
        display: block;
        padding: 15px;
        color: #d3d3d3;
        text-decoration: none;
    }
    .item__sidebar a:hover {
        background-color: #444;
    }
    .menu-toggle {
        position: absolute;
        cursor: pointer;
        z-index: 1001;
        top: 5px;
    }
    
    .menu-toggle span {
        display: block;
        width: 30px;
        height: 4px;
        margin: 5px;
        background-color: #4b4e53;
    }
    .right__sidebar.open {
        left: 0;
        z-index: 1002;
    }
    .close_menu{
        text-align: right;
        margin-right: 7px;
        width: fit-content;
        margin-left: auto;
    }
    .wrapper-content{
        padding-top: 35px;
    }

    .menu-toggle {
        display: block;
    }

    .right__sidebar {
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .menu-toggle, .close_menu {
        display: none;
    }
}
@media(max-width: 991px){
    .footer__block-wrap{
        text-align: left;
    }
}
@media(max-width: 850px){
    .wrapper-menu-content{
        gap: 15px;
        flex-direction: column;
        padding: 10px;
    }

    
}

@media(max-width: 767px){
    .buttons__pay{
        flex-wrap: wrap;
    }
    .history__elements-doc{
        font-size: 17px !important;
    }
    .message-form-wrapper{
        margin-bottom: 0;
    }
    #footer1 h3{
        font-size: 16px;
        font-weight: 600;
    }
    .footer__first-block {
        font-size: 13px;
    }
    .footer__block-wrap{
        font-size: 12px;
    }
    .services-link-cost-wrapper{
        width: 100%;
    }
}

  
  