.aisupportchat-support-widget-show{
  display: block;
}

.aisupportchat-support-widget-hide{
  display: none;
}

.aisupportchat-support-widget-support {
  position: fixed;
  z-index: 99999;
  right: 0px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  scrollbar-width: thin;
}
@media (max-width: 576px) {
  .aisupportchat-support-widget-support {
    right: 0px;
  }
}
@media (max-width: 440px) {
  .aisupportchat-support-widget-support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 0;
  }
}
.aisupportchat-support-widget-support__thanks {
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 110;
  background-color: #F1F6FB;
}
.aisupportchat-support-widget-support__thanks p {
  margin: 0;
  font-size: 16px;
  color: #222d38;
  display: block;
  font-size: 15px;
  line-height: 19.6px;
}
.aisupportchat-support-widget-support__title {
  display: block;
  overflow: hidden;
  font-family: Arial, Arial !important;
  font-style: normal;
  color: rgb(240, 241, 241);
  white-space: nowrap;
	text-align: left !important;
}
.aisupportchat__title-trigger{
	position:absolute;
}
.aisupportchat-support-widget-support__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  margin-top: -30px;
	background-color:#FFF;
}
@media (max-width: 576px) {
  .aisupportchat-support-widget-support__close {
    width: 25px;
    height: 25px;
  }
}
.aisupportchat-support-widget-support__close svg {
  width: 80%;
  height: 80%;
}
.aisupportchat-support-widget-support__trigger {
  width: auto;
  position: fixed;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  cursor: pointer;
	z-index:99999;
	display: flex;
  justify-content: space-around;
	align-items: center;
}
.aisupportchat-support-widget-support__logo {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 60%;
  -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #080C1F;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding:4px;
	
}
.aisupportchat-support-widget-support__logo img{
	position:relative;
	top:-6px;
}
.aisupportchat-support-widget-support__logo svg {
  width: 100%;
  height: 100%;
}
.aisupportchat-support-widget-support__wrapper {
	background-color: #FFF;
  width: auto;
  width: 400px;
  height: 515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
					
}
@media (max-width: 400px) {
  .aisupportchat-support-widget-support__wrapper {
    width: 100%;
  }
}
.aisupportchat-support-widget-support__header {
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
  position: relative;
  padding: 10px  20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
	cursor: grab;
	z-index:9;
}
.aisupportchat-support-widget-support__header span {
  white-space: unset;
}
.aisupportchat-support-widget-support__dropdown {
	display:none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
	right: 0;
	max-width: 100%;
  padding: 16px;
  padding-top: 4px;
  background-color: #F1F6FB;
	cursor: default;
}
.aisupportchat-support-widget-support__dropdown-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.aisupportchat-support-widget-support__dropdown span {
  display: block;
  margin: 8px 0;
  color: #222d38;
  display: block;
  font-size: 15px;
  line-height: 19.6px;
}
.aisupportchat-support-widget-support__dropdown span:first-child {
  margin-top: 0;
	font-size: 25px;
}
.aisupportchat-support-widget-support__dropdown ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
.aisupportchat-support-widget-support__dropdown ul li {
	font-family: Arial, Arial !important;
  display: block;
  font-size: 25px !important;
  line-height: 19.6px !important;
	margin-top: 15px !important;
	text-align: center !important;
}
.aisupportchat-support-widget-support__dropdown ul li a {
  text-decoration: none !important;
}

.aisupportchat-support-widget-support__dropdown ul li a:hover {
	filter: brightness(80%) !important;
}

.aisupportchat-support-widget-support__contacts {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  overflow: hidden;
	z-index:99;
}
@media (max-width: 576px) {
  .aisupportchat-support-widget-support__contacts {
    width: 28px;
    height: 28px;
  }
}
.aisupportchat-support-widget-support__contacts svg {
  width: 70%;
  height: 70%;
  cursor: pointer;

}
.aisupportchat-support-widget-support__content {
  background-color: #fff;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 100%;
  overflow: hidden;
}
.aisupportchat-support-widget-support__window {
	padding: 10px 20px 30px 20px;
  max-height: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto; /* Использование auto вместо scroll */
  gap: 10px;
  scrollbar-width: thin;
}

.aisupportchat-block{
	line-height: 1.5 !important;
	font-family: Arial, Arial !important;
}

.aisupportchat-support-widget-support__window a {
	color: #324253 !important;
}
.aisupportchat-support-widget-support__window a:hover{
	color: rgb(51, 120, 255) !important;
}

/*.cognitiveai-support-widget-support__dropdown {
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: calc(100% - 32px);
	padding: 16px;
	padding-top: 4px;
	background-color: #F1F6FB;
}
.cognitiveai-support-widget-support__dropdown span:first-child {
	margin-top: 0;
	font-size: 25px;
}
.cognitiveai-support-widget-support__dropdown span {
	display: block;
	margin: 8px 0;
	color: #222d38;
	display: block;
	font-size: 15px;
	line-height: 19.6px;
}
.cognitiveai-support-widget-support__header span {
	white-space: unset;
}
.cognitiveai-support-widget-support__dropdown-close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	cursor: pointer;
}*/
.aisupportchat-support-widget-support__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 10px 20px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
.aisupportchat-support-widget-support__copy {
  background-color: #fff;
  color: #9fabb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  padding: 5px 10px 0 5px;
}
.aisupportchat-support-widget-support__copy img {
  height: 10px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.aisupportchat-support-widget-support__copy span {
	font-size: 13px !important;
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
}
.aisupportchat-support-widget-support__down {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 35px;
  height: 35px;
  background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.aisupportchat-support-widget-support__down span {
  display: block;
  width: 7px;
  height: 7px;
	box-sizing: border-box;
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aisupportchat-support-widget-support__down:hover {
  opacity: 1;
}
.aisupportchat-support-widget-support__area {
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
  overflow-y: auto;
  display: block;
  max-height: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  resize: none;
  scrollbar-width: thin;
	background: none !important;
	padding: 0.6rem 0.75rem !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #000000 !important;
}
.aisupportchat-support-widget-support__area:focus {
  outline: none;
}
.aisupportchat-support-widget-support__btn {
	background-color: rgb(199, 203, 211) !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
	font-weight: 100;
	padding: 5px;
  
  
  cursor: pointer;
	background: none;
}
.aisupportchat-support-widget-support__btn:hover{
	border:none;
	outline: none;
}
.aisupportchat-support-widget-support__btn[disabled] {
  cursor: default !important;
  pointer-events: none !important;
  background-color: #ccc !important;
}
.aisupportchat-support-widget-support__btn svg {
  width: 90% !important;
  height: 90% !important;
}
.aisupportchat-support-widget-support__text {
  position: relative !important;
  max-width: 80% !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
  border-radius: 15px !important;
  padding: 10px !important;
}
.aisupportchat-support-widget-support__time {
  position: absolute !important;
  bottom: 5px !important;
  right: 15px !important;
  font-size: 10px !important;
  color: rgba(0, 0, 0, 0.5) !important;
}
.aisupportchat-support-widget-support__message {
	text-align: left !important;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; 
}
.aisupportchat-support-widget-support__response {
	text-align: left !important;
}
.aisupportchat-support-widget-support__response p {
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 16px !important;
	color: #324253 !important;
}
.aisupportchat-support-widget-support__message p {
	text-align: left: !important;
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 16px !important;
  margin: 0 !important;
  color: #fff !important;
}
.aisupportchat-support-widget-support__message .support__time {
  color: rgba(255, 255, 255, 0.5);
}
.aisupportchat-support-widget-support__response {
  background-color: #dfe7ff;
}
.aisupportchat-support-widget-support__response p {
  margin: 0;
}
.aisupportchatChatFirstLouding{position:absolute;top:50%;margin-top:-27.5px;left:50%;margin-left:-27.5px}
#aisupportchatThreeQuarterSpinner {margin: 0 auto;
	padding: 10px;
	border: 3px solid #7D4AC7;
	border-top: 3px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spin .5s linear 0s infinite;
	animation: spin .5s linear 0s infinite;}
		
.aisupportchat-support-widget-support__window {
  scroll-behavior: smooth;
}
	 
.aisupportchat-support-widget-support__error{
	background-color: #f42b3d;
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	text-align:center;
}
.aisupportchat-support-widget-support__error p{
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
	margin-bottom: 0;
	color:#FFF;
}

.aisupportchat-support-widget-support__btn_no_active{
	cursor: default;
	background-color: #c7cbd3;
}

.aisupportchat-support-widget-support__block-button{
	display:none;
}

.aisupportchat-support-widget-support__menu-button {
	width: 20px;
	cursor: pointer;
	margin-right: 10px;
}

.aisupportchat-support-widget-support__menu-button span {
	display: block;
	height: 3px;
	width: 100%;
	margin: 5px 0;
	transition: background-color 0.3s ease;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.aisupportchat-support-widget-support__menu-span1 {
	-webkit-transform: translateY(130%) rotate(-45deg);
	-moz-transform: translateY(130%) rotate(-45deg);
	-ms-transform: translateY(130%) rotate(-45deg);
	-o-transform: translateY(130%) rotate(-45deg);
	transform: translateY(130%) rotate(45deg);
}

.aisupportchat-support-widget-support__menu-span2 {
	-webkit-transform: translateY(-130%) rotate(-45deg);
	-moz-transform: translateY(-130%) rotate(-45deg);
	-ms-transform: translateY(-130%) rotate(-45deg);
	-o-transform: translateY(-130%) rotate(-45deg);
	transform: translateY(-130%) rotate(-45deg);
}

.aisupportchat-support-widget-support__block_button{
	margin: 0 15px !important;
	text-align: center !important;
}

.aisupportchat-support-widget-support__head-question {
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	width: 100% !important;
	border-radius: 10px !important;
	border: none !important;
	padding: 5px 10px !important;
	margin: 10px auto !important;
	font-size: 14px !important;
	text-shadow: none !important;
	box-shadow: none !important;
	font-weight: 100 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aisupportchat-support-widget-support__block_button span{
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
}

.aisupportchat-support-widget-support__button{
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	border: none !important;
	padding: 5px 10px !important;
	margin: 5px !important;
	font-size: 14px !important;
	text-shadow: none !important;
	box-shadow: none !important;
	font-weight: 100 !important;
}

.aisupportchat-support-widget-support__legal{
	text-align: center !important;
	padding: 5px 20px !important;
}

.aisupportchat-support-widget-support__legal a{
	font-family: Arial, Arial !important;
	line-height: 1.4 !important;
	font-size:12px !important;
	text-decoration: none !important;
}
