body {
	font-size: 16px;
	color: #111111;
	font-family: 'Montserrat', sans-serif;
	line-height: 140%;
	font-weight: 500;
	font-style: normal;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	padding-top: 105px;
}
.container {
	min-width: 1140px;
}
input[type=date]::-webkit-calendar-picker-indicator {
	opacity: 0;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	background-color: #FFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	z-index: 10;
}
.header {
	display: flex;
	height: 70px;
	align-items: center;
}
.header__link {
	font-size: 18px;
	line-height: 22px;
	color: #111111;
	text-decoration: none;
	font-weight: 400;
	position: relative;
}
.header__link:hover {
	color: #111111;
	text-decoration: underline;
}
.header__link.active {
	color: #0000FF;
}
.header__link_sup {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	background: #0000FF;
	border-radius: 20px;
	position: absolute;
	top: -15px;
	left: 96%;
	padding: 2px 8px;
}
.header__login {
	margin-left: auto;
	height: 100%;
	display: flex;
	align-items: center;
	min-width: 220px;
	position: relative;
}
.header__login a + a, .header__login a + span, .header__link + .header__link {
	margin-left: 32px;
}
.header__login span.header__link {
	color: #0000FF;
	margin-left: auto;
	margin-right: 25px;
}
.page-h {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding: 60px 0;
}
.page-h footer {
	margin-top: auto;
}
footer {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	background: #FFFFFF;
	position: relative;
}
.footer {
	display: flex;
	height: 60px;
	align-items: center;
}
.page-h footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

}
.footer__menu {
	margin-left: auto;
}
.footer__copyright {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #111111;
	opacity: 0.3;
}
.footer__menu_link {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #111111;
	text-decoration: none;
}
.footer__menu_link:hover {
	color: #111111;
	text-decoration: underline;
}
.footer__menu_link + .footer__menu_link {
	margin-left: 32px;
}
.page__content {
	min-height: calc(100vh - 165px);
	min-width: 1140px;
	position: relative;
}
.page-h .page__content {
	height: calc(100vh - 120px);
	display: flex;
	align-items: center;
	min-width: 1200px;
}
.page__start .page__content {
	min-height: 500px;
}
.page__content_col {
	width: 50%;
	height: 100%;
	position: relative;
	align-items: center;
	display: flex;
}
.bg-g {
	background-color: #F9F9F9;
}
.home__img_desc {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 664px;
	height: 502px;
}
.img-line {
	background-color: #111111;
	position: absolute;
	height: 500px;
	width: 1px;
	left: calc(50% + 238px);
	top: -442px;
}
.home__title {
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	color: #111111;
	margin-bottom: 25px;
}
.page__content_col2 {
	padding-left: 12%;
}
.btn-blue {
	width: 201px;
	height: 50px;
	background: #0000FF;
	border-radius: 16px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	align-items: center;
	display: flex;
	justify-content: center;
}
.btn-blue:hover {
	background-color: #E0EAFF!important;
	color: #111111!important;
}
.btn-grey {
	width: 201px;
	height: 50px;
	background: #E0EAFF;
	border-radius: 16px;
	color: #111111;
	align-items: center;
	display: flex;
	justify-content: center;
}
.btn-grey:hover {
	color: #FFFFFF!important;
	background-color: #0000FF!important;
}
.page__content_col .btn + .btn {
	margin-left: 15px;
}
.home__title_d {
	font-weight: 400;
	font-size: 16px;
	line-height: 124%;
	color: #111111;
	margin-bottom: 25px;
}
.home__buttons {
	margin-bottom: 25px;
}
.home__title_d2 {
	font-weight: 400;
	font-size: 14px;
	line-height: 124%;
	color: #111111;
}
.home__title_d2 span {
	background: #E0EAFF;
	border-radius: 20px;
	padding: 0 5px;
	display: inline-block;
}
.page-h h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	color: #111111;
	padding: 0;
	margin: 0;
	margin-bottom: 35px;
}
.page__form {
	width: 336px;
	margin: 0 auto;
}

.page__form_input {
	height: 50px !important;
	background-color: #FFFFFF!important;
	border: 1px solid #000000;
	border-radius: 16px;
	outline: none;
	box-shadow: none;
	margin-bottom: 15px;
	padding-top: 13px !important;
}
.form-select-grow {
	
}

.page__form_input:focus, .page__form_input:active {
	outline: none;
	box-shadow: none;
	border: 1px solid #000000;
}

.form-floating > label {
	color: #767676;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
	opacity: 1;
	transform: scale(.85) translateY(-12px) translateX(12px);
	/*background-color: #fff;*/
	display: inline;
	width: auto;
	padding: 0;
	height: auto;
}
.form-floating > .form-control:focus ~ label:before, 
.form-floating > .form-control:not(:placeholder-shown) ~ label:before, 
.form-floating > .form-select ~ label:before {
	content: '';
	background-color: #FFF;
	left: 0;
	right: 0;
	height: 5px;
	top: 8px;
	border-radius: 0 0 0 1px;
	z-index: -1;
	position: absolute;
}
.form-links {
	display: flex;
	justify-content: space-between;
}
.form-links a {
	color: #0000FF;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}
.form-links a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.customer__h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	color: #111111;
	padding: 0;
	margin: 0;
}
.customer__h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #111111;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
/* */
.page {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	padding-bottom: 20px;
}
.page__logo {
	text-align: center;
	margin-bottom: auto;
	padding: 20px 0;
	background-color: #F9F9F9;
}
.profile__preview  .page__logo {
	background-color: transparent;
}
.page2__content {
	text-align: center;
}
.page2__mic {
	margin-bottom: 25px;
	cursor: pointer;
}
.page2__mic {
	cursor: pointer;
}
.page2__content_text {
	margin-bottom: 25px;
}

.page__text {
	font-size: 12px;
	line-height: 126%;
	text-align: center;
}
.btn-sp-grey {
	width: 246px;
	height: 30px;
	background-color: #F0F0F0;
	border-radius: 20px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #111111;
	font-weight: 500;
	font-size: 16px;
}
/* */
.page__form_text {
	padding: 15px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #6A6A6A;
	letter-spacing: -0.1px;
	margin-top: -40px;
}
.page__textarea {
	border: 1px solid #111111;
	border-radius: 20px;
	width: 100%;
	height: 204px;
	margin-bottom: 25px;
	padding: 10px 12px 8px;
	outline: none;
	color: #767676;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.page__textarea::placeholder {
	opacity: 1;
}
.form__radio {
	display: none;
}
.form__radio_label {
	padding-left: 35px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	position: relative;
	cursor: pointer;
	display: block;
}
.form__radio_label:before {
	position: absolute;
	content: '';
	width: 26px;
	height: 26px;
	background-color: #F3F3F3;
	top: calc(50% - 13px);
	left: 0;
	display: block;
	border-radius: 50%;
}
.form__radio_label:after {
	position: absolute;
	content: '';
	background-color: #6D6F70;
	width: 14px;
	height: 14px;
	opacity: 0.3;
	border-radius: 4px;
	transform: rotate(45deg);
	top: calc(50% - 7px);
	left: 6px;
}
.form__radio:checked + .form__radio_label:before {
	background-color: #0000FF;
}
.form__radio:checked + .form__radio_label:after {
	background-color: transparent;
	width: 7px;
	height: 11px;
	border: 1.5px solid #FFFFFF;
	border-radius: 0;
	opacity: 1;
	border-top: 0;
	border-left: 0;
	left: 10px;
	top: calc(50% - 8px);
}
.form__radios {
	margin-bottom: 12px;
}
.form__add_link {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-decoration: underline;
	color: #0077FF;
}
.form__add_link:hover {
	text-decoration: none;
	color: #0077FF;
}
p {
	font-weight: 400;
	font-size: 16px;
	line-height: 124%;
	color: #111111;
}
.form__field_description {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	opacity: 0.5;
}
.form__title_description {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
.customer__h2 + .form__title_description {
	margin-top: -10px;
}
#color-picker {
	width: 100%;
	border: 0;
	cursor: pointer;
	height: 30px;
}
.form__pipette_text {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	color: rgb(0, 0, 0);
}
.form__pipette {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-around;
	cursor: pointer;
}
.form__pipette_color {
	background-color: #E0EAFF;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	font-size: 20px;
}
.profile__preview {
	width: 340px;
	height: 685px;
	margin: 0 auto;
	background: #F7F7F7;
	border: 0.871795px solid #F7F7F7;
	box-shadow: 0px 87.1795px 69.7436px rgba(0, 0, 0, 0.06), 0px 31.8219px 25.4576px rgba(0, 0, 0, 0.04), 0px 15.449px 12.3592px rgba(0, 0, 0, 0.03), 0px 7.57337px 6.0587px rgba(0, 0, 0, 0.03), 0px 2.99452px 2.39562px rgba(0, 0, 0, 0.02);
	border-radius: 51.4359px;
	background-image: url('/img/phone_preview.png');
	background-size: 100%;
	padding: 0 20px;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
.page__slogo {
	text-align: center;
	margin-bottom: 30px;
	margin-top: auto;
}
.profile__preview .page__slogo img {
	width: 70px;
}
.profile__preview_progress {
	position: absolute;
	bottom: 59px;
	left: 20px;
	right: 20px;
}
.profile__preview .progress {
	height: 3px;
	background-color: transparent;
}
.profile__preview .progress-bar {
	background-color: #000;
}
.page__home {
	text-align: center;
	position: relative;
	padding: 20px 0;
}
.page__bubble {
	background-image: url('/img/bubble.svg');
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 0px;
	width: 311px;
	height: 146px;
	padding: 45px 16px 13px;
	margin-top: -10px;
}
.profile__preview .page__bubble {
	width: 250px;
	background-size: 100%;
	padding: 37px 15px 13px;
	font-size: 13px;
	line-height: 130%;
}
.profile__preview .page__logo {
	display:flex;
	align-items: center;
	justify-content: center;
}
.profile__preview .page__logo img {
	max-height: 50px;
	max-width: 250px;
	width: auto;
	height: auto;
}

.page__home_img {
	width: 100%;
	max-width: 370px;
}
.reports__block {
	border: 1.5px solid #E0EAFF;
	border-radius: 20px;
	padding: 10px;
}
.page__submenu {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.page__submenu_title {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.page__submenu_a {
	display: flex;
	align-items: center;
	background: #E0EAFF;
	border-radius: 20px;
	padding: 8px;
	height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #0000FF;
	text-decoration: none;
	border: 0;
}
.page__reviews .page__submenu_a {
	height: 30px;
}
.page__trends {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 12px;
}
.page__trends_title {
	font-weight: 600;
}
.page__amenu {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	font-size: 16px;
	align-items: center;
	color: #000000;
	background: #F7F7F7;
	border-radius: 20px;
	height: 32px;
	padding: 0 10px;
	margin-bottom: 15px;
}
#chartReviewsByDays {
	width: 100%;
}
#wordcloud_car, #wordcloud_car>div, #wordcloud_car canvas {
	width: 100%;
	height: 100%;
}
#wordcloud_car div + div {
	width: auto;
	height: auto;
}
.reports__block_desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #000000;
	margin-bottom: 15px;
}
.page__qcode {
	margin: 0 auto;
	width: 280px;
}
.page__qcode_link {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #0000FF;
	text-decoration: underline;
	display: block;
	margin-bottom: 10px;
}
.page__qcode_link:hover {
	text-decoration: none;
	color: #0000FF;
}
.page__qcode_text {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #6A6A6A;
	margin-bottom: 10px;
}
.page__qcode_block {
	border: 0.3px solid rgb(17,17,17, .2);
	border-radius: 10px;
	overflow: hidden;
	padding: 4px;
	margin-bottom: 10px;
}
.page__qcode_ {
	border: 0.6px solid rgb(17,17,17, .4);
	border-radius: 8px;
	overflow: hidden;
	padding: 4px;
}
.page__qcode_ .page__qcode_ {
	border: 1px solid rgb(17,17,17, .6);
	border-radius: 6px;
}
.page__qcode_ .page__qcode_ .page__qcode_ {
	border: 1.5px solid rgb(17,17,17, .8);
	border-radius: 4px;
}
.page__qcode_logo {
	padding: 18px 0;
	text-align: center;
}
.page__qcode_download {
	display: flex;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	align-items: center;
	color: #111111;
}
.page__qcode_download div + div {
	margin-left: 10px;
}
.page__qcode_download a {
	background: #E0EAFF;
	border-radius: 20px;
	color: #0000FF;
	padding: 0 10px;
	display: flex;
	align-items: center;
	height: 22px;
	text-decoration: none;
}
.table__star {
	color: #0000FF;
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 25px;
	font-weight: bold;
	width: 100%;
}
.table__date {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #0000FF;
	text-decoration: none;
}
.table__status {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #767676;
}
.table__status_good {
	color: #00CC18;
}
.table__status_canel {
	color: #FF707C;
}
.table__review {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.table__player {
	background: #E0EAFF;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	font-weight: 400;
	font-size: 18px;
	color: #111111;
	height: 25px;
	width: 155px;
	position: relative;
	cursor: pointer;
}
.table__player:before {
	position: absolute;
	content: '';
	width: 18px;
	height: 14px;
	top: calc(50% - 7px);
	right: 7px;
	border: 7px solid transparent; /* Прозрачные границы */
    border-left: 14px solid #0000FF; /* Добавляем треугольник */
}
.table__player.play {
	background: #0000FF;
	color: #FFFFFF;
}
.table__player.play:before {
	background: #FFFFFF;
	width: 4px;
	border: 0;
	right: 21px;
}
.table__player.play:after {
	position: absolute;
	content: '';
	width: 4px;
	height: 14px;
	background: #FFFFFF;
	top: calc(50% - 7px);
	right: 14px;
}
.filter__dates {
	display: flex;
	align-items: center;
}
.filter__date {
	flex-grow: 1;
}
.filter__date .page__form_input {
	background-image: url('/img/calendar.svg');
	background-repeat: no-repeat;
	background-position: 90% center;
	cursor: pointer;
}
@-moz-document url-prefix() { /* apply rules only to Firefox */
	.filter__date .page__form_input::after {
		content: "";
		position: absolute;
		top: 42%;
		right: 0.25rem;
		background: url(/images/overlay.svg) white no-repeat;
		/* or simply use background: white; */
		background-size: 1rem;
		width: 1rem;
		height: 1rem;
	}
}
.page__back {
	position: absolute;
	top: 0;
	left: -30px;
}
.view__field {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 15px;
}
.view__field a {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px dashed #0000FF;
}
.view__field a:hover {
	border-bottom: 0;
	color: #0000FF;
}
.view__field__author_info {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 15px;
}
.view__field__author_info a {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
}
.view__field__author_info a:hover {
	border-bottom: 0;
	color: #0000FF;
}
.view__field2 {
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
.view__right {
	position: absolute;
	top: -50px;
	bottom: 0;
	right: 0;
	left: 50%;
	background-color: #F9F9F9;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	z-index: 0;
	min-width: 600px;
}
.header__plan_status {
	height: 23px;
	background-color: #E0EAFF;
	border-radius: 20px;
	padding: 0 10px;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	height: 24px;
	position: absolute;
	bottom: -12px;
	left: 0;
}
.header__plan_status span {
	color: #0000FF;
}
.pagination {
	display: flex;
	align-items: center;
}
.page-item {
	height: 64px;
	width: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
}
.page-item + .page-item {
	margin-left: 20px;
}
.page-link {
	border: 0;
	background-color: transparent;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #BCBCBC;
}
.page-link:hover {
	background-color: transparent;
	color: #0000FF;
}
.active .page-link {
	background-color: transparent;
	color: #0000FF;
}
.page-fe {
	border: 1.5px solid #0000FF;
	height: 100%;
	width: 100%;
	border-radius: 50% !important;
	background-image: url('/img/chevron.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.page-fe:hover {
	background-image: url('/img/chevron-disabled.svg');
}
.disabled .page-fe {
	border: 1.5px solid #E0EAFF;
	background-image: url('/img/chevron-disabled.svg');
}
.page-next {
	transform: rotate(180deg);
}
.table-hover tr td:first-child {
	border-radius: 20px 0px 0 20px;
}
.table-hover tr td:last-child {
	border-radius: 0px 20px 20px 0px;
}
.logout {
	position: absolute;
	right: 25px;
	bottom: -75px;
	background: #F7F7F7;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.logout button {
	width: 36px;
	height: 36px;
	display: block;
	border: 0;
	background-color: transparent;
	background-image: url('/img/out.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.modal-backdrop.show {
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 1;
}
.notification.modal {
	--bs-modal-width: 320px;
}
.notification .modal-content {
	background-color: #FFFFFF;
	border-radius: 20px;
}
.notification .modal-body {
	padding: 32px 30px 30px;
}
.notification .modal-body {
	text-align: center;
	color: #000000;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}
.notification .modal-body div {
	margin-bottom: 40px;
}
.notification .btn-secondary {
	background: #1919FF;
	border-radius: 16px;
	border: 0;
	height: 50px;
	min-width: 65px;
}
.notification .btn-secondary:hover {
	background: #1919FF;
	opacity: 0.9;
}




	/*
audio {
	height: 25px;
	width: 122px;
}

	audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
		display: none;
	}
	
	audio::-webkit-media-controls-mute-button {
		display: none;
	}
*/


	