*:focus {
	outline: none;
}
* {
	box-sizing: border-box;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 22px;
	font-weight: normal;
	line-height: normal;
    color: #c9cccf;
	background-color: #161617;
    padding-top: 75px;
	margin: 0;
}
a {
	color: #c9cccf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	outline: none;
}
img {
	max-width: 100%;
}
h1 {
    font-size: 34px;
    line-height: 40px;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
input:not([type="file"],[type="checkbox"],[type="radio"],[data-name]), select, .form_control, textarea.form-control {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 16px;
    font-weight: normal;
    text-indent: 20px;
    width: 100%;
    height: 58px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #232324;
    caret-color: #c9cccf;
    color: #c9cccf;
    border: none;
    padding: 0;
    padding-right: 60px;
}
input[data-name] {
    background: none;
    border: none;
    font: inherit;
	color: inherit;
	width: 100%;
}
[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
[type="checkbox"]+label {
    display: inline-flex;
    user-select: none;
}
[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #ff6666;
    border-radius: 2px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 90%;
    margin-top: 2px;
}
[type="checkbox"]:checked+label::before {
    border-color: #ff6666;
    background-color: #ff6666;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
[type="checkbox"]:not(:disabled):not(:checked)+label:hover::before {
    border-color: #ff6666;
}
[type="checkbox"]:not(:disabled):active+label::before {
    background-color: #ff6666;
    border-color: #ff6666;
}
[type="checkbox"]:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgb(255 102 102 / 25%);
}
[type="checkbox"]:focus:not(:checked)+label::before {
    border-color: #ff6666;
}
[type="checkbox"]:disabled+label::before {
    background-color: #ff6666;
}
.is-invalid {
    border: 1px solid ff6666 !important;
}
button {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}
button[disabled] {
    pointer-events: none;
    opacity: .5;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#b1b1b1;
    font-weight: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color:#b1b1b1;
    font-weight: normal;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color:#b1b1b1;
    font-weight: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:#b1b1b1;
    font-weight: normal;
}
textarea {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    padding: 7px 10px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
textarea.form_control {
    height: 50px;
    padding: 3px 0;
}
.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.ai-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ai-b {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.ai-e {
    -webkit-box-align: end;
    -webkit-align-items: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
.ai-fs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.jc-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.jc-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fw-w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.btn {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    background: #2c2c2c;
    color: #c9cccf;
    border: none;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.btn:hover {
	text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
       -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
}
.btn-transparent {
    background-color: transparent;
    color: #2196f3;
    border: 1px solid #2196f3;
}
.btn-transparent:hover {
    color: #fff;
    background-color: #2196f3;
}
.btn-noborder {
    background-color: transparent;
}
.bg-danger {
    background: #ff6666;
    color: #232324;
}
.bg-red {
    background: rgb(255 102 102 / 25%);
}
.bg-primary {
    background: linear-gradient(211deg, #8F79FF 13.4%, #426BFF 118.74%);
}
.bg-primary:hover {
    background-position: right center;
}
.bg-green {
    background: #19c37d;
}
.bg-gray {
    background: #232324;
}
.bg-black {
    background: #161617;
}
.bg-pink {
    background: #9b59b6;
}
.bg-lightgray {
    background: #2c2c2c;
}
.btn-fullwidth {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}
.btn_group > *:not(:last-child) {
    margin-right: 20px;
}
.btn-group {
    display: inline-flex;
    vertical-align: middle;
    border-radius: 10px;
}
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn:not(:last-child), .btn-group > label:not(:last-child) > .btn, .btn-group > input.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn, .btn-group > label:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn.active, .radio input:checked + .btn {
    background: #161617;
    box-shadow: none;
    cursor: default;
}
.btn-group.radio input {
	display: none;
}
.btn-min {
    padding: 2px 10px;
    padding-bottom: 5px;
}
.c-white {
    color: white;
}
.c-black {
    color: black;
}
.c-red {
    color: #ff6666;
}
.c-gray {
    color: #969c9d;
}
.c-basic {
    color: #c9cccf;
}
.fs-huge {
    font-size: 32px;
    font-weight: bold;
}
.fs-big {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}
.fs-middle {
    font-size: 16px !important;
    font-weight: bold;
}
.fs-min {
    font-size: 12px !important;
}
.fw-normal {
    font-weight: normal;
}
.fw-bold {
    font-weight: bold;
}
.fs-normal {
    font-style: normal;
}
.td-none {
    text-decoration: none !important;
}
.td-underline {
    text-decoration: underline !important
}
.td-linethrough {
    text-decoration: line-through;
}
.ls-n {
    list-style: none;
}
.ws-n {
    white-space: nowrap;
}
.pos-r {
    position: relative;
}
.pos-a {
    position: absolute;
}
.vh-100 {
    height: 100vh;
}
.start-100 {
    left: 100% !important;
}
.top-0 {
    top: 0 !important;
}
.left-0 {
    left: 0;
}
.m-0 {
    margin: 0 !important;
}
.m-auto {
    margin: auto;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-5 {
    margin-top: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.ml--5 {
    margin-left: -5px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-30 {
    margin-right: 30px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.p-0 {
    padding: 0;
}
.p-10 {
    padding: 10px;
}
.p-20 {
    padding: 20px;
}
.pt-0 {
    padding-top: 0 !important;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.c-pointer {
    cursor: pointer;
}
.radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.icon {
    width: 15px;
    min-width: 15px;
    height: 15px;
}
.icon-middle {
    width: 20px;
    min-width: 20px;
    height: 20px;
}
.icon-medium-large {
    width: 26px;
    min-width: 26px;
    height: 26px;
}
.icon-big {
    width: 36px;
    min-width: 36px;
    height: 36px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
input.form-control, textarea.form-control {
    padding-right: 20px;
    outline: none !important;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #2c2c2c;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
       -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
}
input.form-control:focus {
    background: #232324;
    box-shadow: 0 0 0 1px #ff6666 !important;
}
.pa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.container {
	width: 100%;
    max-width: 1000px;
    padding: 0 20px;
	margin: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.logo {
    font-size: 32px;
    font-weight: bold;
    line-height: 26px;
    margin-top: -4px;
}
.logo:hover {
    text-decoration: none;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #232324;
    margin-bottom: 20px;
    z-index: 2;
}
.content {
    width: 100%;
    max-width: 700px;
}
.alert {
    position: fixed;
    top: 86px;
    right: 30px;
    width: 100%;
    max-width: 300px;
    background: #232324;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    font-size: 16px;
    -webkit-transform: translate(0,-1000px);
    -moz-transform: translate(0,-1000px);
    -ms-transform: translate(0,-1000px);
    -o-transform: translate(0,-1000px);
    transform: translate(0,-1000px);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: -webkit-transform .5s cubic-bezier(.30,-.16,0,1.25);
    -o-transition: -o-transform .5s cubic-bezier(.30,-.16,0,1.25);
    -moz-transition: transform .5s cubic-bezier(.30,-.16,0,1.25), -moz-transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: transform .5s cubic-bezier(.30,-.16,0,1.25), -webkit-transform .5s cubic-bezier(.30,-.16,0,1.25), -moz-transform .5s cubic-bezier(.30,-.16,0,1.25), -o-transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: transform .5s cubic-bezier(.30,-.16,0,1.25),-webkit-transform .5s cubic-bezier(.30,-.16,0,1.25);
    z-index: 10000;
}
.alert.show {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
}
.alert-success {
    border-bottom: 5px solid #8F79FF;
}
.alert-error {
    border-bottom: 5px solid #ff6666;
}
.alert-success .text a:hover {
    color: #8F79FF;
}
.alert-error .text a:hover {
    color: #ff6666;
}
.alert .text {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}
.alert .text a {
    border-bottom: 1px dashed;
}
.alert .text a:hover {
    text-decoration: none;
}
.alert svg {
    width: 40px;
    height: 40px;
    padding: 10px;
}
.btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
.description {
    user-select: text;
    word-wrap: break-word;
    text-size-adjust: inherit;
    hyphens: auto;
    margin-bottom: 160px;
}
.description > * {
    margin-bottom: 20px;
}
.description > pre {
    overflow: auto;
    background: #232324;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.description > pre::-webkit-scrollbar,
.sidebar-chats::-webkit-scrollbar {
    width: 12px;
}
.description > pre::-webkit-scrollbar-track,
.sidebar-chats::-webkit-scrollbar-track {
    background: #232324;
}
.description > pre::-webkit-scrollbar-thumb,
.sidebar-chats::-webkit-scrollbar-thumb {
    background-color: #2c2c2c;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    border: 3px solid #232324;
}
.description h2 {
    font-size: 32px;
    margin-top: 30px;
}
.description a {
    text-decoration: underline;
}
.description a:hover {
    color: #ff6666;
}
.description code {
    color: #ff6666;
    background: #161617;
    padding: 1px 5px;
    padding-bottom: 2px;
    border-radius: 5px;
    white-space: break-spaces;
}
.description blockquote {
    font-style: italic;
    border-left: 4px solid;
    padding: 5px 0;
    padding-left: 20px;
    margin: 20px 0;
}
.description blockquote cite {
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    margin-top: 10px;
}
.description figcaption {
    font-size: 16px;
    line-height: 18px;
    color: #ccc;
    text-align: center;
}
.description ul,
.description ol {
    list-style: disc;
    list-style-position: outside;
    padding-left: 10px;
}
.description ol {
    list-style: decimal;
}
.description ol li,
.description ul li {
    margin: 10px 0 10px 20px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-150 {
    margin-bottom: 150px;
}
.ask_form {
    width: 100%;
	background: #232324;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
textarea.ask_form__input {
    -webkit-border-radius: 10px 0 0 10px !important;
       -moz-border-radius: 10px 0 0 10px !important;
            border-radius: 10px 0 0 10px !important;
    margin-right: 110px;
	padding: 17px 10px;
	height: 58px;
    z-index: 1;
	resize: none;
	max-height: 200px;
    text-indent: 0;
    padding-left: 20px;
}
.ask_form__button {
    position: absolute;
    right: 58px;
    color: #c9cccf;
    z-index: 2;
	bottom: 2px;
}
.form_box {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-top: 94px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(53,55,64,0)),color-stop(58.85%, #161617));
    background-image: -webkit-linear-gradient(top,rgba(53,55,64,0),#161617 58.85%);
    background-image: -moz-linear-gradient(top,rgba(53,55,64,0),#161617 58.85%);
    background-image: -o-linear-gradient(top,rgba(53,55,64,0),#161617 58.85%);
    background-image: linear-gradient(180deg,rgba(53,55,64,0),#161617 58.85%);
}
.form_wrap {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.form_wrap > p a:hover {
    color: #ff6666;
}
.requests {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    margin-bottom: 160px;
}
.request:hover {
    text-decoration: none;
    opacity: .70;
}
.request::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 16px solid #c9cccf;
    border-bottom: 5px solid transparent;
    margin-top: 11px;
    margin-right: 10px;
}
.ask_microphone {
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 58px;
	height: 58px;
	flex-shrink: 0;
}
.ask_microphone b {
	display: block;
	background: #2c2c2c;
	-webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
	position: absolute;
	top: 0%;
	left: 0%;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.ask_microphone__wrap {
    right: 0;
    bottom: 0;
    background: #2c2c2c;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ask_microphone .icon {
	z-index: 4;
	position: relative;
}
.audio-active .icon {
    color: white;
}
.audio-active .ask_microphone {
	transform: scale(1.3);
}
.audio-active .ask_microphone b {
	background: #00c2ff;
    border-radius: 50%;
}
.audio-active .ask_microphone:before, .audio-active .ask_microphone:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 36px;
    width: 36px;
	border-radius: 50%;
	border: 12px double #2462775c; 
}
.audio-active .ask_microphone:before {
    background: #1299c55c;
	-webkit-animation: pulse1 1.5s infinite;
	-moz-animation: pulse1 1.5s infinite;
	-o-animation: pulse1 1.5s infinite;
	animation: pulse1 1.5s infinite;
}
.audio-active .ask_microphone:after {
	background: #193d6bb3;
	-webkit-animation: pulse2 1.9s infinite;
	-moz-animation: pulse2 1.9s infinite;
	-o-animation: pulse2 1.9s infinite;
	animation: pulse2 1.9s infinite;
	z-index: 3;
}
@keyframes pulse1 {
	30%{
		opacity: 1;
		transform: scale(1.3);
	}
	100%{
		opacity: 0.3;
		transform: scale(0.9);
	}
}
@-webkit-keyframes pulse1 {
	30%{
		opacity: 1;
		-webkit-transform: scale(1.3);
	}
	100%{
		opacity: 0.3;
		-webkit-transform: scale(0.9);
	}
}
@-moz-keyframes pulse1 {
	30%{
		-moz-opacity: 1;
		opacity: 1;
		-moz-transform: scale(1.3);
	}
	100%{
		-moz-opacity: 0.3;
		opacity: 0.3;
		-moz-transform: scale(0.9);
	}
}
@-o-keyframes pulse1 {
	30%{
		opacity: 1;
		-o-transform: scale(1.3);
	}
	100%{
		opacity: 0.3;
		-o-transform: scale(0.9);
	}
}
@keyframes pulse2 {
	30%{
		opacity: 1;
		transform: scale(1.2);
	}
	100%{
		opacity: 0.1;
		transform: scale(0.6);
	}
}
@-webkit-keyframes pulse2 {
	30%{
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100%{
		opacity: 0.1;
		-webkit-transform: scale(0.6);
	}
}
@-moz-keyframes pulse2 {
	30%{
		-moz-opacity: 1;
		opacity: 1;
		-moz-transform: scale(1.2);
	}
	100%{
		-moz-opacity: 0.1;
		opacity: 1;
		-moz-transform: scale(0.6);
	}
}
@-o-keyframes pulse2 {
	30%{
		opacity: 1;
		-o-transform: scale(1.2);
	}
	100%{
		opacity: 1;
		-o-transform: scale(0.6);
	}
}
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.modal {
	display: none;
    width: 400px; 
    max-width: 100%;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.modal form {
	width: 100%;
}
.popup {
	width: 700px;
    max-width: 90%;
    font-size: 18px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.popup h1 {
	font-size: 24px;
    margin-bottom: 20px;
	line-height: 1.3;
	margin: 0 0 20px;
}
.popup h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 20px;
}
.popup h3 {
	font-size: 18px;
	line-height: 1.3;
	margin: 10px 0;
}


/*-------------------------------------- loader -----------------------------------------*/
.loader {
    padding: 5px 15px 0;
    line-height: normal;
	font-size: 12px;
	display: none;
}
.dot-flashing {
  position: relative;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #c9cccf;
  color: #c9cccf;
  -webkit-animation: dot-flashing 1s infinite linear alternate;
     -moz-animation: dot-flashing 1s infinite linear alternate;
       -o-animation: dot-flashing 1s infinite linear alternate;
          animation: dot-flashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
  margin-right: 20px;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -10px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #c9cccf;
  color: #c9cccf;
  -webkit-animation: dot-flashing 1s infinite alternate;
     -moz-animation: dot-flashing 1s infinite alternate;
       -o-animation: dot-flashing 1s infinite alternate;
          animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
}
.dot-flashing::after {
  left: 10px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #c9cccf;
  color: #c9cccf;
  -webkit-animation: dot-flashing 1s infinite alternate;
     -moz-animation: dot-flashing 1s infinite alternate;
       -o-animation: dot-flashing 1s infinite alternate;
          animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dot-flashing {
  0% {
    background-color: #c9cccf;
  }
  50%, 100% {
    background-color: rgba(201, 204, 207, 0.2);
  }
}

@-moz-keyframes dot-flashing {
  0% {
    background-color: #c9cccf;
  }
  50%, 100% {
    background-color: rgba(201, 204, 207, 0.2);
  }
}

@-o-keyframes dot-flashing {
  0% {
    background-color: #c9cccf;
  }
  50%, 100% {
    background-color: rgba(201, 204, 207, 0.2);
  }
}

@keyframes dot-flashing {
  0% {
    background-color: #c9cccf;
  }
  50%, 100% {
    background-color: rgba(201, 204, 207, 0.2);
  }
}
#loader {
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -31px;
}
.cssload-container {
	width: 100%;
	height: 63px;
	text-align: center;
}
.cssload-speeding-wheel {
	width: 63px;
	height: 63px;
	margin: 0 auto;
	border: 4px solid #c9cccf;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 575ms infinite linear;
		-o-animation: cssload-spin 575ms infinite linear;
		-ms-animation: cssload-spin 575ms infinite linear;
		-webkit-animation: cssload-spin 575ms infinite linear;
		-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {100%{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg); transform: rotate(360deg);}}
@-o-keyframes cssload-spin {100%{-o-transform: rotate(360deg); transform: rotate(360deg);}}
@-webkit-keyframes cssload-spin {100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}}
@-moz-keyframes cssload-spin {100%{-moz-transform: rotate(360deg); transform: rotate(360deg);}}
/*-------------------------------------------------------------------------------*/

.transition {
    transition: 300ms;
}
.current-price {
    padding: 4px 8px;
    background: #2c2c2c;
}
.month-price {
    background: #232324;
    padding-left: 0;
}
.sidebar-btn {
    padding: 7.5px 14px;
    margin-left: 5px;
}
.sidebar-btn-show {
    display: none;
    background: #232324;
    left: -53px;
}
.chat-control {
    top: 12px;
    right: 0;
    z-index: 1;
    padding-right: 10px;
}
.chat-item:not(.active) .chat-control {
	display: none;
}
.chat-control svg:hover {
    color: #fff;
}
#yandex_rtb_R-A-3069915-4 {
    position: fixed;
    top: 0;
    right: 0;
    width: 230px;
    height: 100vh;
    background: #232324;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
    z-index: 2;
}
.sidebar-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100vh;
    background: #232324;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
    z-index: 3;
}
.sidebar-hide .sidebar-left {
    left: -230px;
}
.is-sidebar .main-content {
    margin-left: 230px;
}
.is-sidebar.sidebar-hide .main-content {
	margin-left:0;
}
.is-sidebar .header, .is-sidebar .form_box {
    width: calc(100% - 230px);
    left: 230px;
}
.is-sidebar.sidebar-hide .header, .is-sidebar.sidebar-hide .form_box {
	width: 100%;
    left: 0;
}
.sidebar-hide .sidebar-btn-show {
    display: block;
	left: 0;
}
.sidebar-chats {
    height: calc(100vh - 126px);
    padding-top: 0;
}
.sidebar-chats .btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 20px;
    background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(44 44 44) 80%);
    margin: auto;
}
.sidebar-chats .btn.active:after {
    right: 44px;
	background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, #161617 80%);
}
.subscribe-warning label.open .icon {
    transform: rotate(-180deg);
}
.form-error {
    font-size: 14px;
    color: #f17a7a;
}
.input-error .form-error {
	margin-top: 5px;
}
#user-menu,
.dropdown-menu {
	display: none;
    min-width: 150px;
    top: 40px;
    right: 0;
    background: #2c2c2c;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 1px 4px rgba(0, 0, 0, .22);
    border-radius: 5px;
    padding: 5px;
    padding-bottom: 0;
}
#user-menu a,
.dropdown-menu a {
	display: block;
    padding: 10px;
    margin-bottom: 5px;
}
.dropdown-subparagraphs a {
    display: flex;
}
#user-menu svg,
.dropdown-menu svg {
    margin-bottom: -2px;
}

.dropdown-menu.dropup {
    min-width: 240px;
    inset: auto 0 0 auto;
    transform: translate(0px, -50px);
}

.setting-button {
	width: 140px;
    flex-shrink: 0;
}
.setting-button.active .chg, .setting-button .act {
    display: none;
}
.setting-button.active .act {
    display: block;
}
.setting-label {
    font-size: 16px;
    margin-bottom: 10px;
}
.chat-item.active input[data-name] {
    margin-right: 45px;
    border: 1px solid #ff6666;
}
.page-logo {
    left: 50%;
    top: 20vh;
    transform: translateX(-50%);
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    opacity: 0.2;
    pointer-events: none;
}
.qa-btn {
    position: absolute;
    top: 5px;
    right: 0;
    display: none;
}
.qa:hover .qa-btn {
    display: block;
}
.chat-wrapper {
    margin-bottom: 120px;
}

.hidden {
    display: none;
}
textarea.form-control {
	border: none;
	padding: 10px;
}
textarea.form-control.question {
	height: 200px;
}

textarea.form-control::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
.cursor {
	display: inline-block;
    width: 12px;
    height: 12px;
    background: white;
	border-radius: 50%;
	margin-left: 10px;
	-webkit-animation: pulse 1.5s ease-in-out infinite;
	animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}

body.is-sidebar:not(.sidebar-hide) .main-content {
    margin-left: 230px;
}
.hamburger-btn {
    display: none;
}
.info-box {
    position: fixed;
    right: 40px;
    bottom: 20px;
    z-index: 100;
}
.info-box-btn {
    background: #2c2c2c;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
}
.dropdown-menu .divider {
    width: calc(100% + 10px);
    height: 1px;
    background: rgba(255, 255, 255, .05);
    margin: 10px 0;
    margin-left: -5px;
}
.h-line-ww {
    display: flex; 
    flex-direction: row; 
}
.h-line-ww:before, 
.h-line-ww:after { 
    content: ""; 
    position: relative;
    top: 2px;
    flex: 1 1; 
    border-bottom: 1px solid #969c9d; 
    margin: auto; 
} 
.h-line-ww:before {
    content: "";
    margin-right: 5px;
}
.h-line-ww:after {
    content: "";
    margin-left: 5px;
}
.oauth-list {
    margin: 0 -5px;
    margin-bottom: 20px;
}
.oauth-item {
    flex: 1;
    padding: 0 5px;
}
.oauth-btn {
    width: 100%;
    padding: 21px 0;
    background: #313131;
    border: none;
    border-radius: 2px;
}
.oauth-btn svg {
    width: 28px;
    max-width: 28px;
    height: 28px;
}
.mb-35 {
    margin-bottom: 35px;
}
.notice-danger {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #b4b4b4;
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid #ef4444;
}
.notice-danger > * {
    margin-bottom: 10px;
}
.notice-danger a {
    text-decoration: underline;
}
.notice-danger a:hover {
    color: #ff6666;
}


@media screen and (max-width: 1199px) {
    body.is-sidebar:not(.sidebar-hide) .main-content {
        margin-left: 0;
    }
    body:not(.sidebar-hide) .header, body:not(.sidebar-hide) .form_box {
        width: 100%;
        left: 0;
    }
    .sidebar-btn-show {
        position: relative;
        left: 0;
		display: block;
    }
	.sidebar-default .sidebar-left {
		left: -230px;
	}
    .qa .qa-btn {
        display: block;
        top: -45px;
    }
    .qa .content > * {
        flex-direction: column;
    }
    .qa .content > * > .pr-20 {
        padding: 0;
        margin-top: 20px;
    }
    .question-top {
        display: flex;
        align-items: center;
    }
    .question-top > * {
        margin: 0;
    }
    .question-top > img {
        margin-right: 10px;
    }
    .info-box {
        right: 20px;
    }
    .chat.info-box {
        bottom: 120px;
    }
}

@media screen and (max-width: 768px) {
    .form_box {
        padding-top: 94px;
        padding-bottom: 20px;
    }
	.popup {
	    font-size: 16px;
	}
	.popup h1 {
		font-size: 22px;
	}
	.popup h2 {
		font-size: 18px;
	}
	.popup h3 {
		font-size: 16px;
	}
    .is-sidebar .logo {
        margin-left: -20px;
    }
}

@media screen and (max-width: 540px) {
    .all-requests-btn {
        display: none;
    }
    .logo {
        font-size: 26px;
    }
    .header .btn {
        font-size: 12px;
        padding: 10px 15px;
    }
    .header .mr-10 {
        margin-right: 5px;
    }
    .hamburger-btn {
        display: block;
        order: 1;
    }
    .hamburger-btn svg {
        position: relative;
        top: 2px;
    }
    .top-menu {
        display: none;
        position: absolute;
        min-width: 150px;
        top: 40px;
        right: 0;
        background: #2c2c2c;
        border-radius: 5px;
        padding: 5px;
        padding-bottom: 0;
    }
    .top-menu a {
        display: block;
        padding: 10px;
        margin-bottom: 5px;
    }
    .page-logo {
        width: 100%;
        margin-top: -30px;
    }
    .dropdown-subparagraphs {
        min-width: 210px;
        right: -30px;
    }
}

@media screen and (max-width: 354px) {
    .fancybox__content {
        padding: 20px;
    }
    .logo {
        font-size: 20px;
    }
    .logo+.icon-middle {
        width: 15px;
        min-width: 15px;
        height: 15px;
    }
    textarea.ask_form__input {
        font-size: 15px;
        padding-top: 18px;
        padding-right: 0;
    }

}