.blue { color: #185875; }
.yellow { color: #00b34b; }
.telegai{
    margin: 3% 0 3% 0;
}
a#aibackvideo-1.modal-link {
    color: #00b34b;
    background: #2a2a2a;
    padding: 5%;
    border-radius: 5px;
    font-weight: 500;
    font-size: 90%;
    margin: -10%;
}
#gentext li {
    padding: 5px;
    width: inherit;
}
.aiblock-grey h1, h2, h3, h4, h5, h6 {
font-size: 120%;
    background: #00b34b;
    color: #2a2a2a;
    padding: 10px;
    padding: 5px 10px;
    display: inline-flex;
    width: fit-content;
}


.inai-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Fullscreen height */
  width: 100%; /* Fullscreen width */
}

/* Blocks */
.inai-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0; /* Removed rounding since blocks fill the screen */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Add unique background images */
#Neurolanding1 {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_14-43-04-1.png');
}

#Neurolanding2 {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_14-48-16.png');
}

#NeurolandingIco {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_14-46-37.png');
}

#crmtelegram1 {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_13-09-22.png');
}

#crmtelegram2 {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_13-22-47.png');
}

#neuromarkeningBlack {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_15-59-47.png');
}

#neuromarkeningWhite {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_16-00-04.png');
}

#neuromarkeningBlock {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_16-04-01.png');
}

#neuromarkeningBlock2 {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_15-51-25.png');
}

#neuromarkeningIco {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_15-51-45.png');
}

#neuroapp1 {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_15-22-04-1.png');
}

#neuroapp2 {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_15-21-53.png');
}

#neuroappIco {
  background-image: url('https://xn--e1afpbxc.xn--p1ai/wp-content/uploads/2024/11/2024-11-25_15-22-14.png');
}

/* Floating Animation */
.inai-block {
  animation: floating 6s infinite ease-in-out;
}

@keyframes floating {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

/* Appearance Animation */
.animated {
  opacity: 0.8;
  transform: translateY(50px);
  animation: fadeInUp 2s forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0.8;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Rules */
@media (max-width: 768px) {
  .inai-wrapper {
    flex-direction: column;
  }
  .inai-block {
    width: 100%;
    height: 100vh; /* Each block fills the screen on smaller screens */
  }
}


.wg28_container-quiz {
    width: 80%;
    color: #d1d1d1;
    margin-bottom: 50px;
    height: 100%;
	margin: -4% auto;
}

.aitable th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;
  color: #185875;
}

.aitable td {
	  font-weight: normal;
	  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
}

.aitable {
    text-align: left;
    overflow: hidden;
    width: 100%;
    margin: 20px auto;
    display: table;
    padding: 0;
    font-size: 75%;
}

.aitable td, .aitable th {
	  padding-bottom: 2%;
	  padding-top: 2%;
  padding-left:2%;  
      font-weight: 700;
	      line-height: 18px;
	  color: #000 !important;

}

/* Background-color of the odd rows */
.aitable tr:nth-child(odd) {
	  background-color: #d3d3d3;
}

/* Background-color of the even rows */
.aitable tr:nth-child(even) {
	  background-color: #a2a2a2;
}

    .aitable th {
background: #ffffff !important;
        color: #000000 !important;
        font-size: 95% !important;
		width: 10%;
    }

.aitable td:first-child {
    font-size: 100%;
    line-height: 18px;
    background: #373737;
    font-weight: 600;
    color: #d6d6d6 !important;
    text-transform: uppercase;
    padding: 15px;
    width: auto;
    padding-left: 2% !important;
	    cursor: pointer;
}

.aitable tr:hover {
   background-color: #00b34b;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}

.aitable td:hover {
    background-color: #006f2e;
    background-image: url(https://250bar.ru/wp-content/uploads/2022/12/l03.svg);
    background-size: 40px 40px;
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #000000 !important;
    font-weight: bold;
    box-shadow: #008839 -1px 1px, #00672b -2px 2px, #00401b -3px 3px, #002510 -4px 4px, #002911 -5px 5px, #000000 -6px 6px;
    transform: translate3d(6px, -6px, 0);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
}

@media (max-width: 800px) {
.aitable td:nth-child(3),
.aitable th:nth-child(3) { display: none; }
.aitable td:hover {
	  background-image: none;
	
}



}

@media (max-width: 568px) {
    .aitable {
        width: 110%;
        margin: 20px 0px 0px -5%;
    }
    .aitable td {
        font-size: 80%;
        line-height: 19px;
        padding: 3%;
    }	
	.aitable td:first-child {
    padding: 0px;

}
}




input[type="checkbox" i] { 
display: none;
}
a {
    color: #000000;
    line-height: 39px;
    padding: 2%;
}
a:hover {
    color: #00b34b;
}
span.aibut{
    font-family: "Noto Sans", sans-serif;
}
i.fa.fa-shopping-cart.aicon {
    color: #a6a6a6;
    padding: 5px 10px 5px 10px;
    font-size: 80%;
    font-family: "Noto Sans", sans-serif;
    margin: 5px 5px 5px 5px;
    height: 15px;
    line-height: 17px;
}

.wg28-chat-back-button {
    display: none !important;
}

button.details-btn.aifix {
    position: relative; 
} 

.typing-container {
    background: #00b34b;
    white-space: break-spaces;
    color: #000000;
    overflow: hidden;
    display: inline-block;
    padding: 5%;
    font-size: 100%;
    line-height: 33px;
}
span#typed-text1 {
    font-weight: 600;
}

.cursor {
    border-right: 2px solid;
    animation: blink 0.75s step-end infinite;
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.photo-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

.photo-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 15px 30px;
    margin: 10px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.photo-button:hover {
    background-color: #218838;
}

button.details-btn {
    display: block;
    bottom: 70px;
    background: transparent;
    border: 1px solid #585858;
    color: #00b34b;
    padding: 5px 10px 5px 10px;
    cursor: zoom-in;
    font-size: 70%;
    margin: 5px 5px 5px 0px;
    height: 30px;
}
button.details-btn:hover {
background: #00b34b;
    color: #fff;
}
span.aiprice {
    color: #00b34b;
}
span.zvezd {
    font-weight: bold;
    background: #1b1b1b;
    color: #bababa;
    padding: 1px 5px 1px 5px;
    border-left: 1px solid #00b34b;
}

span.wg28-chat-text-back.quizai {
    display: none;
}
.checklist br {
    display: none;
}
.wg28_answer_title.quizai {
    display: flex;
    font-size: 80%;
    margin-top: 0px;
	color: #02ad5e;
}

.wg28_personal_text {
    font-size: 12px;
    color: #2e2e2e;
}





.wg28-chat{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background: transparent;
}

.wg28-chat-status{
	background: #1d1d1d;
    width: 100%;
    height: 12%;
    display: flex;
    font-size: 14px;
	    margin-top: 5%;
}
.wg28-chat-status-spec{
    width: 100%;
}

.wg28-chat-typing-status{
    display: flex;
    width: 100%;
    font-size: 14px;
}
.wg28-chat-bubble {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    color: #00b34b;
    font-weight: bold;
    background: #1d1d1d;
}
.wg28-chat-typing {
    align-items: flex-end;
    display: flex;
    height: 12px;
    margin-left: 4px;
}
.wg28-chat-typing-text {
    font-weight: bold;

}

.wg28-chat-typing .wg28-chat-dot {
    animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
    background-color: #000;
    border-radius: 50%;
    height: 5px;
    margin-right: 4px;
    vertical-align: middle;
    width: 5px;
    display: inline-block;
}
.wg28-chat-typing .wg28-chat-dot:nth-child(1) {
    animation-delay: 200ms;
}
.wg28-chat-typing .wg28-chat-dot:nth-child(2) {
    animation-delay: 300ms;
}
.wg28-chat-typing .wg28-chat-dot:nth-child(3) {
    animation-delay: 400ms;
}
.wg28-chat-typing .wg28-chat-dot:last-child {
    margin-right: 0;
}

@keyframes mercuryTypingAnimation {
    0% {
        transform: translateY(0px);
        background-color: #15d334; // rgba(20,105,69,.7);
    }
    28% {
        transform: translateY(-4px);
        background-color: #4eda67; //rgba(20,105,69,.4);
    }
    44% {
        transform: translateY(0px);
        background-color: #89ea98; //rgba(20,105,69,.2);
    }
}

.wg28-chat-status-container{
    display: flex;
    width: 45%;
}
.wg28-chat-image{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0px 0px 0px 20px;
}
.wg28-chat-image img{
    width: 40px;
    height: 40px;

}
.wg28-chat-ball-green{
    margin: 4px 0px 0px 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1bc355;
}

.wg28-chat-name{
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0px 0px 15px;
}
.wg28-chat-fullname{
    display: flex;
    flex-wrap: nowrap;
}
.wg28-chat-person{
    display: flex;
    justify-content: center;
}
.wg28-chat-name span{
    width: 100%;
}
.wg28-chat-name .wg28-chat-spec{
    margin-left: 5px;
}

.wg28-chat-online{
    display: flex;
    flex-wrap: nowrap;
}

.wg28-chat-window {
    width: 100%;
    height: calc(100% - [height of other elements]);

    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.wg28-chat-window::-webkit-scrollbar {
    background-color: transparent !important;
}
.wg28-chat-window::-webkit-scrollbar-thumb {
    background-color: #00b34bFF !important;
}
.wg28-chat-window::-webkit-scrollbar-track{
    background-color: #363636;
}

.wg28-row-message:first-child{
    margin-top: 2px !important;
}
.wg28-row-message {
    width: 100%;
}

.wg28-row-message[role='assistant'] {
    background-color: #1d1d1dcf;
    border-radius: 0;
    padding: 6px;
    height: auto !important;
}
.wg28-row-message[role='user'] {
    background-color: #1d1d1df7;
    border-radius: 0;
    padding: 5%;
    height: auto !important;
    font-weight: bold;
	width: 95%;
}
.wg28-row-message[role='buttons']{
    background-color: #212121;
    border-radius: 0;
    padding: 6px 2px;
    height: auto;
}

.wg28-chat-message{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 17px;
}

.wg28-chat-message .wg28-chat-who-write{
    width: 100%;
color: #00b34b !important;
    text-align: left;
	color: #000;
    font-weight: 600;
}
.wg28-chat-message .wg28-chat-what-write {
    font-weight: 500 !important;
    padding: 5px;
    text-align: left;
    color: #a2a2a2;
    background: transparent;
    line-height: normal;
    white-space: normal;
    font-size: 150%;
}
.wg28-chat-what-write {
    text-wrap: pretty;
}
.wg28-chat-send-message {
    height: 50px;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    position: fixed;
}
.wg28-chat-send-message #wg28-input-message{
    width: 80% !important;
    font-size: 14px !important;
    padding: 3px 3px !important;
    border: none !important;
    outline: none !important; 
    background-color: #000000c2 !important;
    color: white !important;
}

.wg28-chat-send-message #wg28-send-message, .wg28-chat-back-button{
    width: 20% !important;
    color: black !important;
    border-radius: 0px !important;
    cursor: pointer;
}
.wg28-chat-send-message #wg28-send-message {
background-color: #00b34b;
}
.wg28-chat-send-message #wg28-send-message:hover {
background-color: #00b34b;
}

.wg28-back-to-qwiz{
    display: flex;
    width: 39%;
    align-items: center; 
    justify-content: end;
}

.wg28-chat-icon-back{
    width: 23px;
    height: 23px;
}
.wg28-chat-icon-back svg{
    color: #bebebe;
}

.wg28-chat-back-button {
    display: flex;
    align-items: center;
    width: auto !important;
    height: 50px !important;
    padding: 10px;
    background-color: #27292c;
}

.wg28-chat-back-button span{
    padding: 4px !important;
}
.wg28-chat-text-back{
    padding: 0px 3px !important;
}


.fast-requests.quizai {
    display: flex;
    height: 3%;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
    cursor: pointer;

}
.fast-buttons.quizai {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    margin-top: 0px;
    cursor: pointer;
}
.click-fast-request.quizai {
    background: #272727e0;
    color: #c9c9c9 !important;
    font-weight: 600;
    border-left: 1px solid #00b34b;
    font-size: 85%;
    line-height: 22px;
    padding: 10px;
    cursor: pointer;
    margin: 5px;
    cursor: pointer;
}
.click-fast-request.quizai:hover {
    color: #00b34b !important;

} 

.select-fast-request.quizai:hover {

    color: #00b34b !important;
	background: #1e1e1e;
}
.select-fast-request.request-button-active {
    background: #ffffff !important;
    border: 2px solid #00b34b;
    font-weight: bold;
    color: #000000 !important;
}

.add-phone {
    background-color: #fff !important;
    color: #000000 !important;
    font-weight: 600;
    padding: 4px !important;
    outline: none !important;
    height: 35px;
}
.add-phone::placeholder{
    color: #000 !important;
}

.send-phone {
padding: 10px;
    background-color: #00b34b !important;
    border-radius: 0px !important;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
}

.wg28-chat-status{
    align-items: center;
}

.wg28-chat-status .cart-outer{
    color: #000;
    list-style: none;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font: inherit;
    margin-top: -6px !important;
    vertical-align: baseline;
    text-transform: initial;
    right: 0;
    display: block !important;
    top: 0;
    width: 90px;
    transition: opacity .35s cubic-bezier(0.12,0.75,0.4,1);
}

.wg28-chat-status .cart-menu-wrap{
    -webkit-font-smoothing: antialiased;
    --scroll-bar-w: 6px;
    color: #000;
    list-style: none;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-transform: initial;
    top: 0;
    height: 100%;
    position: relative;
    width: auto;
    right: auto!important;
    overflow: visible;
    cursor: pointer;
}

.wg28-chat-status .cart-menu-wrap .cart-menu{
    color: #000;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-transform: initial;
    z-index: 10000;
    padding-bottom: 25px;
    position: relative;
    padding-right: 0;
    border-left: none!important;
    background-color: #fff;
    top: 4px;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    right: -25px;
    margin-top: 3px !important;
    padding-top: 15px;
    padding-left: 12px;
    box-shadow: 0 4px 9px 0 rgba(43,43,49,.06),0 7px 14px 0 rgba(43,43,49,.08);
    border-bottom: 0;
}

.wg28-chat-status .cart-contents{
    list-style: none;
    box-sizing: border-box;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    transition: color .3s;
    text-transform: initial;
    text-decoration: none;
    color: #999;
    display: inline-block;
    position: relative;
    padding: 0;
}

.wg28-chat-status .cart-icon-wrap{
    list-style: none;
    color: #999;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-transform: initial;
}

.wg28-chat-status .cart-contents .fa-heart {
    list-style: none;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font: inherit;
    letter-spacing: 0;
    text-transform: initial;
    top: 0px !important;
    left: -4px !important;
    display: inline-block;
    word-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: 30px !important;
    line-height: 20px !important;
    font-size: 23px;
    background-color: transparent;
    border-radius: 0;
    height: 21px;
    position: absolute;
    color: rgba(0,0,0,.4);
}

.wg28-chat-status .fa-heart:before {
    content: "\f004";
}

.wg28-chat-status .cart-wrap{
    list-style: none;
    color: #999;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-transform: initial;
    position: relative;
    z-index: 10;
    float: right;
    font-size: 11px;
    top: -14px;
    right: -15px;
    margin-right: 25px;
}

.wg28-chat-status .cart-wrap span{
    list-style: none;
    box-sizing: border-box;
    border: 0;
    vertical-align: baseline;
    text-transform: initial;
    color: #fff;
    display: inline-block;
    right: 7px;
    margin-left: 4px;
    background-color: #00b154!important;
    visibility: visible;
    animation: .6s ease-in-out .12s normal both 1 bounce_in_animation;
    font: bold 11px/16px Arial;
    padding: 0 1px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    border-radius: 100px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
}

.intentInputChat{
    height: 52px !important;
    position: relative;
    overflow: hidden;
}

.textarea-chat{
    display: flex;
    width: 100%;
    height: 84px;
}
.aligment-next-button {
    width: 48px;
    height: 46%;
    padding: 10px 10px 0px 0px;
    position: absolute;
    right: 0;
}
#nextButtonChat{
    width: 100%;
    height: 100%;
    z-index: 99999;
    cursor: pointer;
background: #00b34b;
}
#nextButtonChat:hover{
	background: #fff;
}

#gentext {
	    width: auto;
white-space: normal;
}

#gentext, .fast-requests {
    opacity: 0.8;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

#gentext.fade-in, .fast-requests.fade-in {
    opacity: 1;
    transform: translateY(0);
}

#gentext p, #gentext h1, #gentext ul, .fast-requests div {
    opacity: 0.8;
    transition: opacity 0.5s ease-out;
	    white-space: normal;
}

#gentext.fade-in p, #gentext.fade-in h1, #gentext.fade-in ul, .fast-requests.fade-in div {
    opacity: 1;
}


@media (min-width: 1200px) {

    button.details-btn {
        font-size: 100%;
    }

    .wg28-chat-send-message {
        width: 80%;
    }
        .checklist {
            display: block;
            background: #b9b9b9;
            padding: 10px;
            width: 100%;
            float: left;
            margin: 15px 10px 10px 0;
        }
    .wg28-chat-message .wg28-chat-what-write p {
        font-size: 115%;
    }


    .wg28-chat-send-message #wg28-send-message {
        width: 19% !important;
    }
    .wg28-chat-window {
        width: 100%;
        padding: 0px 0px 40px 0px;

    }
}






@media (max-width: 768px) {

	.inai-wrapper {
    height: 40vh;
}

    .aligment-next-button {
        height: 58%;
        padding: 10px 10px 0px 0px;
        position: absolute;
        right: 0%;
        top: 10%;
    }
    .typing-container {
        line-height: 24px;
        font-size: 80%;
    }
.wg28_container-quiz {
    width: 100%;
    color: #d1d1d1;
    margin: -5% 0 0 0;
    height: 100%;

}

    .click-fast-request.quizai {
        font-size: 90%;
        text-align: left;
        padding: 10px;
        width: auto;
		        line-height: 20px;
    }

.video-background8 {
    top: 0;
    left: 50%;
    transform: translate(-21%, 0%);
    filter: blur(11px);
}
 

	 .telebut {
    width: 100%;
    margin: 30px auto 30px auto;
    text-transform: uppercase;
    text-align: center;
}
    .textarea-chat {
        position: fixed;
        bottom: env(safe-area-inset-bottom, 0px); /* Поддержка безопасной фоновой области на iPhone */
        height: 70px;
        bottom: 4%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 100%;
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        pointer-events: auto;
        z-index: 10;
    }

/* Прозрачность текста и фона */
.textarea-chat textarea {
  background: rgba(0, 0, 0, 0.1); /* Прозрачный фон внутри текста */
  color: white; /* Цвет текста */
  border: none;
  text-align: center; /* Дополнительно, чтобы текст был по центру */
}

/* Убрать визуальные эффекты фокусировки */
.textarea-chat textarea:focus {
  outline: none;
}
    .wg28-chat-window {
        width: 100%;
        position: relative;
        margin-top: 14%;
        margin-bottom: 0;
        height: calc(100vh - 125px) !important;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }
	
	.container td:hover {
    background-size: 25px 25px;
}


	.aiblock-grey p {
        font-size: 120%;
        padding-left: 10%;
    }
    .wg28-chat-status {
        position: fixed; /* Закрепить статус вверху */
        top: -5%;
        left: 0;
        right: 0;
		height: 9%;
    }



.wg28-chat-typing-status {

    margin-bottom: 10%;
}
    button.details-btn {
        font-size: 80%;
    }

        .fast-requests.quizai {
        margin-top: 10px;
    }
	
	.select-fast-request.quizai {
        font-size: 85% !important;
        line-height: 17px;
}


    .wg28-chat-message .wg28-chat-what-write {
        line-height: 30px;
        font-size: 140%;
    }


    .fast-buttons.quizai {
        flex-wrap: wrap;
    }
    .wg28-chat-message {
        margin-bottom: 30px;
    }

    .wg28_answer_title.quizai {
        display: flex;
        font-size: 65%;
        margin-top: 0px;
        color: #02ad5e;
    }
    .wg28_form_question_text .wg28_name {
        margin: 5px 9px 10px 8px;
    }
    .wg28_form_question_title {
        font-size: 13px;
    }

    .wg28-chat-send-message {
        height: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        margin: 15px 0px 15px 0px;
        position: fixed; /* Закрепить инпут внизу */
        bottom: 0;
        left: 0;
        right: 0;
    }
    .wg28_desc-row {
        display: block;
        font-size: 80%;
        margin-top: -30px;
    }

        .checklist {
            display: block;
            lex-direction: column;
            align-items: flex-start; /* Выровнять по левому краю */
            background: #b9b9b9;
            padding: 10px;
            width: 100%;
            float: left;
            margin: 15px 10px 10px 0;
        }
}


@media (max-width: 568px) {
    .wg28-chat-window {
        height: calc(100vh - 115px) !important;
		        margin-top: 20%;

    }

    .wg28-chat-status {
        top: -4%;
    }
    .aitable td {
        font-size: 70%;
        line-height: 16px;
        padding: 2%;
    }

}

