:root {
	--color-main: #960272;
	--color-second: #6d5570;
	--color-second-light: #e3d4e6;
	--color-thurd: #433645;
	--color-thurd-light: #9f7ea3;
	--color-background: white;
	--color-green-1: #00a06d;
	--color-lime-2: #82be32;
	--color-yellow-3: #bbbe00;
	--color-orange-4: #ffb764;
	--color-red-5: #ff6464;
}

body {
    background-color: var(--color-background);
    color: var(--color-thurd);
	font-family: 'Regular';
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 100%;
		margin: 1.75rem auto;
	}
}

hr {
	opacity: 50%;
	margin-left: .5rem;
	margin-right: .5rem;
}

/* FONTS */
@font-face {
	font-family: 'Medium'; 
	src: url(font/Roboto-Medium.ttf);
}

@font-face {
	font-family: 'Regular'; 
	src: url(font/Roboto-Regular.ttf);
}

@font-face {
	font-family: 'Light'; 
	src: url(font/Roboto-Light.ttf);
}

@font-face {
	font-family: 'Thin'; 
	src: url(font/Roboto-Thin.ttf);
}

@font-face {
	font-family: 'Bold'; 
	src: url(font/Roboto-Bold.ttf);
}

@font-face {
	font-family: 'Black'; 
	src: url(font/Roboto-Black.ttf);
}

/* LINKS */
A:visited {
	font-family: 'Regular'; 
    text-decoration: none;
    color: var(--color-thurd);
}

A:link {
	font-family: 'Regular'; 
    text-decoration: none;
    color: var(--color-thurd);
}

A:active {
	font-family: 'Regular'; 
    text-decoration: none;
    color: var(--color-thurd);
}

A:hover {
	font-family: 'Regular'; 
    text-decoration: none;
    color: var(--color-thurd);
}
A.disabled {
	pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
}
.desc_menu {
	font-size: 1.2rem;
	margin: .5rem;
	margin-bottom: 0;
	margin-top: 1.4rem;
	padding-top: .2rem;
	color: var(--color-second)!important;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

/* SVG */
.svg.menu {
	margin-top: 30px;
	height: 70px;
	width: 70px;
}

.svg.index {
	height: 4rem;
	width: 4rem;
}

.svg.index.desc {
	height: 1.3rem;
	width: 1.3rem;
	margin-bottom: 4px;
	margin-right: 4px;
}
.svg.index.desc.large {
	height: 2rem;
	width: auto;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 5px;
	animation-name: del_but_anim;
	animation-duration: .3s;
}
.svg.index.desc.large.semi {
	cursor: pointer;
	height: 1.6rem;
	rotate: 180deg;
	width: auto;
	margin-bottom: 0;
	margin-right: 6px;
	margin-top: 5px;
	animation-name: del_but_anim;
	animation-duration: .3s;
}
.svg.index.desc.large.mob {
	cursor: pointer;
	height: 3.9rem;
	rotate: 180deg;
	width: auto;
	margin-bottom: 0;
	margin-right: 1rem;
	margin-top: 5px;
	animation-name: del_but_anim_mob;
	animation-duration: .3s;
}

.svg.index.desc.small {
	height: 1.2rem;
	width: 1.2rem;
	margin-bottom: 2px;
	margin-right: 6px;
}
.svg.index.desc.semi {
	height: 1.6rem;
	width: 1.6rem;
	margin-bottom: 2px;
	margin-right: 6px;
}
.svg.index.desc.semi.rarrow {
	border-radius: .8rem;
	animation-name: rarrow_a;
	animation-duration: 1s;
}

.svg.index.rotate {
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.svg_small {
	height: 3rem;
	width: 3rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.svg.close {
	margin-top: 20px;
	margin-right: 20px;
	height: 50px;
	width: 50px;
}
.svg.close_modal {
	height: 25px;
	width: 25px;
	cursor: pointer;
}
.svg_modal_title {
	height: 2.4rem;
	width: 2.4rem;
	margin-bottom: 6px;
}

.svg.close.small.hide {
	display: none;
}

.svg.close.small {
	margin-top: .9rem;
	margin-left: 0;
	margin-right: 1rem;
	height: 40px;
	width: 40px;
	animation-duration: .3s;
	animation-name: del_from_left;
}

.crosses_desc {
	cursor: pointer;
	margin-top: 6px;
	animation-duration: .3s;
	animation-name: del_from_left_desc;
}

@keyframes del_from_left {
	from {
		margin-left: -60px;
		opacity: 0%;
	}
	to {
		margin-left: 0;
		opacity: 100%;
	}
}
@keyframes del_from_left_desc {
	from {
		margin-left: -1rem;
		opacity: 0%;
	}
	to {
		margin-left: 0;
		opacity: 100%;
	}
}

.svg.arrow.left {
	margin-top: 1.5rem;
	height: 50px;
	width: 50px;
	rotate: -90deg;
	animation-duration: .8s;
	animation-name: arrow_from_right;
}
.svg.arrow.left.desc {
	margin-top: .5rem;
	height: 1.6rem;
	width: 1.6rem;
}

.svg.arrow.right {
	margin-top: 1.5rem;
	height: 50px;
	width: 50px;
	rotate: 90deg;
	animation-duration: .8s;
	animation-name: arrow_from_left;
}
.svg.arrow.right.desc {
	margin-top: .5rem;
	height: 1.6rem;
	width: 1.6rem;
}

.svg.bad {
	margin-top: 20vh;
	height: 250px;
	width: 250px;
	margin-bottom: 2rem;
}

.svg.calendar {
	height: 50px;
	width: 50px;
	margin-top: 30px;
}

.svg.time {
	height: 50px;
	width: 50px;
	margin-top: 35px;
}

.svg.ok {
	height: 50px;
	width: 50px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.svg.ok-green {
	height: 17vw;
	width: 17vw;
	animation-duration: 1s;
	animation-name: circle_rotate;
}

.svg.ok-green.desc {
	height: 5rem;
	width: 5rem;
	animation-duration: 1s;
}

.svg.warning-yellow {
	height: 23vw;
	width: 23vw;
}

.svg.time-yellow {
	height: auto;
	width: 52%;
}

.svg.star {
	height: auto;
	width: 55%;
}

@keyframes icons-drop {
	from {
		margin-top: -8rem;
		opacity: 0%;
	}
	to {
		margin-top: 0;
		opacity: 100%;
	}
}

.svg.close-bold {
	height: 36px;
	width: 36px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.svg.image {
	height: 50px;
	width: 50px;
}

.svg.war {
	height: 68px;
	width: 68px;
	margin-right: 1rem;
	margin-bottom: 10px;
}

.svg.complex {
	height: 68px;
	width: 68px;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-bottom: 6px;
	rotate: 90deg;
}

.svg.car {
	height: 68px;
	width: 68px;
	margin-left: .3rem;
}

.svg.complex.short {
	height: 58px;
	width: 68px;
	margin-left: -2rem;
}

.svg.edit {
	height: 54px;
	width: 54px;
	margin-top: 1.7rem;
	margin-right: 1rem;
}

/* -------------------------------------------------------------- MAIN */
.hide {
	display: none;
}
.celebs_bg {
	margin-top: 2px;
	margin-left: 7px;
	font-size: 1.2rem;
	font-family: 'Medium';
	color: white;
	background-color: #ffb764;
	border-radius: 1rem;
	padding-left: 4px;
	padding-right: 8px;
	height: fit-content;
}
.celebs_bg.mob {
	margin-left: 10px;
	font-size: 3rem;
	font-family: 'Medium';
	color: white;
	background-color: #ffb764;
	border-radius: 3rem;
	padding-left: 10px;
	padding-right: 18px;
	height: fit-content;
}
.calen_scroll {
	overflow-x: scroll;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	padding-bottom: 2rem;
	padding-left: 1rem;
}
.chat_scroll {
	overflow-y: scroll;
    max-height: 60vh;
}
.orders_scroll {
	overflow-y: scroll;
	max-height: calc(5.5rem*6);
	box-shadow: 0px 15px 36px 20px rgba(0,0,0,0.1);
	background-color: white;
	border-radius: 1rem;
	padding-top: .2rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 2rem;
}
.orders_scroll.desc {
	padding-left: .6rem;
	padding-right: .6rem;
	box-shadow: none;
	max-height: calc((37px + .9rem)*9);
	margin-top: .8rem;
	margin-left: 0;
	border-radius: .5rem;
}
.orders_scroll_blank {
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	height: 25vh;
	box-shadow: 0px 15px 36px 20px rgba(0,0,0,0.1);
	background-color: white;
	border-radius: 1rem;
	padding-top: .2rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 2rem;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	font-family: 'Light';
	color: #aaa;
}

.dropdown-menu {
	font-size: 4rem;
	font-family: 'Thin';
	border-radius: 1rem;
	border: none;
	animation: dropdown_menu 0.3s;
	box-shadow: 0px 15px 36px 20px rgba(0,0,0,0.1);
}

.dropdown-menu.desc {
	font-size: 1.2rem;
	font-family: 'Regular';
	border-radius: .3rem;
	border: none;
	animation: dropdown_menu 0.2s;
	box-shadow: 0px 15px 36px 20px rgba(0,0,0,0.1);
}

.dropdown-item.desc {
	color: var(--color-second);
}

.create_clients_blank {
	display: flex;
	flex-direction: column;
	height: 25vh;
	background-color: var(--color-thurd);
	border-radius: 1rem;
	padding-top: .2rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 2rem;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	font-family: 'Light';
	color: white;
}

.create_step_2 {
	animation-duration: 0.3s;
	animation-name: appearance_anim_up;
}
.create_step_2.desc {
	background-color: var(--color-second);
	border-radius: 1rem;
	padding: .3rem 1rem;
}
.create_step_3 {
	animation-duration: 0.3s;
	animation-name: appearance_anim_up;
}
.show_order.animated {
	animation-duration: 0.3s;
	animation-name: appearance_anim_up;
}
.create_product {
	animation-duration: 0.3s;
	animation-name: appearance_anim_up;
}
.edit_order {
	animation-duration: 0.3s;
	animation-name: appearance_anim_up;
}
.scrolled_items {
	font-size: 3rem;
	font-family: 'Light';
	padding-bottom: .5rem;
	padding-top: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	display: flex;
}
.create_title {
	font-size: 6rem;
	font-family: 'Thin';
	color: white;
}
.create_title.desc {
	font-size: 2.4rem;
	font-family: 'Thin';
	color: white;
}
.create_title_second {
	font-size: 3.5rem;
	font-family: 'Light';
	color: white;
	opacity: 40%;
	margin-top: -2rem;
}
.create_title_second.desc {
	font-size: 1.5rem;
	font-family: 'Light';
	color: white;
	opacity: 40%;
	margin-top: -0.4rem;
}
.message {
	background-color: var(--color-main);
	color: white;
	font-size: 2.2rem;
	font-family: 'Regular';
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-radius: 2rem;
	margin-top: 2rem;
}
.message.desc {
	font-size: 1.2rem;
	font-family: 'Regular';
	padding: 1rem 1rem;
	border-radius: 1rem;
	margin-top: 1rem;
}
.message.admin {
	background-color: #262626;
}
.message.answer {
	background-color: var(--color-thurd);
}
.message.answer.admin {
	background-color: #852948;
}
.signup {
	background-color: var(--color-second);
}
.main_card_container_5 {
	margin-right: 1rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.main_card_container_5.desc {
	margin-right: .7rem;
	margin-bottom: 0;
	margin-top: 0;
}
.offcanvas-body hr {
	color: var(--color-second);
	opacity: 100%;
	margin: 2rem;
}
.bg-main {
	background-color: var(--color-second);
}
.waves {
	width: 100vw;
	height: 60px;
	rotate: 180deg;
	margin-top: -2px;
	animation-duration: 1s;
	animation-name: waves_grows;
}
.waves.desc {
	width: 1000px;
	height: 60px;
	rotate: 270deg;
	animation-duration: 1s;
	animation-name: waves_grows;
}

.nav-green {
	background: initial;
	padding-top: 0;
	padding-bottom: 0;
}

.form-control {
	font-size: 3.2rem;
	margin-top: 1.6rem;
	margin-left: 0;
	border-radius: 1rem;
	padding-left: 1.6rem;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	border-radius: 1rem;
	font-family: 'Light';
	background-color: white;
}

.form-control.desc {
	font-size: 1.2rem;
	margin-top: 1rem;
	margin-left: 0;
	border-radius: .5rem;
	font-family: 'Light';
	background-color: white;
	padding-left: 1rem;
}

.form-control.search {
	border: 5px solid var(--color-second);
}

.form-control.search_create {
	border: 5px solid var(--color-main);
	background-color: white;
}
.form-control.search_create.desc {
	font-size: 1.4rem;
	border-radius: 2rem;
    padding-left: 1rem;
	border: 2px solid var(--color-main);
}

.form-control.month {
	text-align: center;
}

.form-control.year {
	text-align: end;
}

.order_bg {
	background-color: white;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-bottom: 2rem;
	padding-top: 1rem;
	border-radius: 2rem;
	box-shadow: 0px 15px 36px 20px rgba(0,0,0,0.1);
}

.offcanvas-body a{
	display: flex;
}

.offcanvas-end {
	width: 70%;
	background-color: var(--color-background);
}

.navbar-toggler {
	box-shadow: none!important;
	border: none!important;
}

.navbar-toggler:active .navbar-toggler:focus {
	box-shadow: none!important;
	border: none!important;
}

.menu-text {
	padding-left: 2rem;
	padding-top: 1rem;
	font-family: 'Regular';
	font-size: 3rem;
}

.menu-text.bold {
	font-family: 'Bold';
}

.container-fluid {
	padding-left: 3rem;
	padding-right: 3rem;
}

.logo {
	max-width: 300px;
	margin-top: 40px;
}

.card-body-index {
	background-color: white;
	font-family: 'Light';
	text-align: center;
	border-radius: 1rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	box-shadow: 0px 15px 36px 20px rgba(0,0,0,0.1);
}

.card-body {
	background-color: white;
	font-family: 'Light';
	font-size: 4rem;
	text-align: center;
	border-radius: 1rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	box-shadow: 0px 15px 36px 20px rgba(0,0,0,0.1);
}

.card-body.desc {
	background-color: white;
	font-family: 'Light';
	font-size: 1.7rem;
	text-align: center;
	border-radius: .5rem;
	padding-top: .1rem;
	padding-bottom: .1rem;
	padding-left: .2rem;
	padding-right: .2rem;
	box-shadow: 0px 7px 12px 10px rgba(0,0,0,0.1);
}

.card-body.desc_index {
	background-color: white;
	font-family: 'Light';
	width: 70px;
	font-size: 1.7rem;
	text-align: center;
	border-radius: .5rem;
	padding-top: .1rem;
	padding-bottom: .1rem;
	padding-left: .2rem;
	padding-right: .2rem;
	box-shadow: 0px 7px 12px 10px rgba(0,0,0,0.1);
}

.card-body.tod {
	background-color: var(--color-main);
	color: white;
}

.card-body-empty {
	background-color: transparent;
	font-family: 'Light';
	font-size: 3rem;
	text-align: center;
	border-radius: 1rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
}
.card-body-empty.desc {
	font-size: 1rem;
}

.tip_container {
	color: #aaaaaa;
	font-size: 2.4rem;
	font-family: 'Light';
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.tip_container.desc {
	color: #aaaaaa;
	font-size: 1.2rem;
}
.tip_container.balance {
	color: white;
	font-family: 'Regular';
	font-size: 1.5rem;
	margin-top: 1rem;
}
.tip_container_desc {
	color: #6b6b6b;
	font-size: 1.4rem;
	font-family: 'Light';
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.text_create_orde {
	font-size: 2.6rem;
	font-family: 'Regular';
	color: #00a06d;
	margin-right: -8vw;
	opacity: 0%;
	animation-duration: 5s;
	animation-name: text_create_orde_anim;
}
.order_number_index {
	margin-left: -8rem;
	opacity: 0;
	animation-duration: 3s;
	animation-name: order_number_index_anim;
}
.order_number_index_reverse {
	margin-left: 0.5rem;
	opacity: 50%;
	animation-duration: 3s;
	animation-name: order_number_index_reverse_anim;
}
.create_labels{
	font-size: 3rem;
	font-family: 'Light';
	color: white;
	margin-top: 1rem;
}
.create_labels.desc {
	font-size: 2rem;
	font-family: 'Light';
	color: white;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1.4rem;
}
.create_labels.desc.small {
	font-size: 1.4rem;
	font-family: 'Light';
}
.checkbox_create {
	display: flex;
	flex-direction: row;
	margin-top: 1rem;
	align-items: center;
}

.form-check-input {
	width: 5rem;
	height: 5rem;
	border-radius: 1rem!important;
	border: none!important;
	background-color: var(--color-thurd)!important;
}

.form-check-input.desc {
	width: 2rem;
	height: 2rem;
	border-radius: .5rem!important;
	border: none!important;
	background-color: var(--color-thurd)!important;
}

.form-check-label {
	font-family: 'Light';
	font-size: 3.3rem;
	padding: .5rem;
}

.row-cols-md-7>* {
	flex: 0 0 auto;
	width: 14.285%;
}

.razdel {
	font-family: 'Light';
	font-size: 3.2rem;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
     user-select: none; /* Non-prefixed version, currently */
}
.razdel_desc {
	font-family: 'Light';
	font-size: 1.8rem;
}
.razdel_desc.small {
	font-size: 1.4rem;
}
.razdel_second {
	color: rgb(196, 196, 196);
}
/* .razdel_tip_anim {
	font-family: 'Regular';
	font-size: 2.5rem;
	margin-top: calc(-(100% - (100% + 3rem)));
	margin-left: 1rem;
	opacity: 0%;
	color: rgb(196, 196, 196);
	animation-duration: 5s;
	animation-name: tip_anim;
} */
.appearance_container {
	margin-top: 0;
	animation-duration: 0.5s;
	animation-name: appearance_anim;
}
.display_main {
	font-size: 6rem;
	font-family: 'Light';
	margin-top: -0.5rem;
}

.display_main.desc {
	font-size: 4rem;
	font-family: 'Light';
	margin-top: -0.5rem;
}
.display_main.desc_index {
	font-size: 2.4rem;
	font-family: 'Light';
	margin-top: -0.6rem;
}
.display_second {
	font-size: 5rem;
	font-family: 'Light';
}

.line-complex {
	border-radius: 1rem;
	height: 1rem;
	width: 13vw;
	margin-bottom: 1rem;
}

.line-complex.desc {
	border-radius: 1rem;
	height: .4rem;
	width: 100%;
	margin-bottom: .2rem;
}
.line-complex.desc_index {
	border-radius: 1rem;
	margin-top: -.5rem;
	margin-left: .5rem;
	margin-right: .5rem;
	height: .4rem;
	width: calc(100% - 1rem);
	margin-bottom: .4rem;
}

.line-complex-vert {
	border-radius: 1rem;
	height: 3.2rem;
	width: 1rem;
	margin-right: 1rem;
	margin-top: .6rem;
}

.line-complex-vert-desc {
	border-radius: 1rem;
	height: 1.6rem;
	width: 6px;
	margin-right: 8px;
	margin-top: 4px;
}

.lc0 {
	background-color: rgb(223, 223, 223);
}

.lc1 {
	background-color: var(--color-green-1);
}
.lc2 {
	background-color: var(--color-lime-2);
}
.lc3 {
	background-color: var(--color-yellow-3);
}
.lc4 {
	background-color: var(--color-orange-4);
}
.lc5 {
	background-color: var(--color-red-5);
}
.text_weekday {
	font-family: 'Regular';
	color: rgb(211, 211, 211);
}
.red_day {
	color: rgb(253, 173, 173);
}

.month {
	font-family: 'Regular';
	font-size: 3rem;
	text-align: end;
	padding-right: .5rem;
	padding-bottom: 0;
	padding-top: 1rem;
}

.month.desc {
	font-family: 'Regular';
	font-size: 2rem;
	padding-bottom: 0;
	padding-top: 0;
	text-align: start;
}

.title_proceed {
	font-size: 9rem;
	font-family: 'Thin';
	color: var(--color-main);
	display: flex;
	justify-content: center;
}

.title_proceed_desc {
	font-size: 7rem;
	font-family: 'Light';
	color: white;
	margin-left: 2rem;
}

.title_proceed.desc {
	font-size: 7rem;
	font-family: 'Thin';
	color: var(--color-main);
	justify-content: start;
}
.title_proceed.desc.semi {
	font-size: 2.6rem;
	font-family: 'Light';
	justify-content: start;
	margin-bottom: -1rem;
}

.day-detail.title {
	font-family: 'Regular';
	font-size: 3.2rem;
	padding: .5rem;
}

.day-detail.order {
	font-family: 'Light';
	font-size: 3rem;
	padding: .5rem;
}

.day-detail.order.desc {
	font-family: 'Light';
	font-size: 1.4rem;
	padding: .1rem;
}

.yellow {
	color: var(--color-yellow-3);
}

.gray {
	color: gray;
}

.green {
	color: var(--color-lime-2);
}

.red {
	color: var(--color-red-5)
}

.progress-bar {
	background-color: var(--color-main);
}
.progress {
	border-radius: 1rem;
}

.row.day_detail {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0px 15px 36px 20px rgba(0,0,0,0.1);
}
.row.day_detail.desc {
	background-color: #fff;
	border-radius: .5rem;
	box-shadow: 0px 5px 12px 10px rgba(0,0,0,0.1);
	margin-bottom: .8rem;
}
.row.day_detail.desc:hover {
	background-color: #f8f8f8;
}
.row.day_detail.admin {
	margin-bottom: 1.4rem;
	background-color: #262626;
	box-shadow: none;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .4rem;
	padding-bottom: .5rem;
}

.row.day_detail.analytics {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0px 15px 36px 20px rgba(0,0,0,0.1);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 3rem;
}

.row.day_detail.create {
	background-color: var(--color-thurd);
	box-shadow: none;
	color: white;
}
.row.day_detail.create.desc {
	font-size: 1.4rem;
}

.order-day-detail {
	background-color: white;
	border-radius: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	box-shadow: 0px 15px 36px 20px rgba(0,0,0,0.1);
}

.old_client_container {
	margin-top: 2rem;
	animation-duration: 0.2s;
	animation-name: to_up;
}
.y_scroll_clients {
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 50vh;
}
.new_client_container {
	margin-top: 2rem;
	animation-duration: 0.2s;
	animation-name: to_up;
}

.green-text-middle {
	font-family: 'Medium';
	font-size: 4rem;
	text-align: center;
	color: #6c7a73;
}

.card-second {
	font-size: 2.5rem;
	color: rgb(61, 61, 61);
	padding-top: .3rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: .3rem;
}

.card-third {
	font-family: 'Light';
	font-size: 2.5rem;
	color: gray;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1.5rem;
}

.card-third.desc {
	font-family: 'Light';
	font-size: 1.2rem;
	color: gray;
}

.card-third.agreement {
	white-space: pre-line;
	text-align: justify;
	line-height: 120%;
	padding-left: 0;
	padding-right: 0;
}

.modal-img {
	max-width: 90vw;
	max-height: 80vh;
	border-radius: 1rem;
}

.modal-content {
	background: transparent;
}

.modal-body.red {
	background-color: var(--color-red-5);
	font-size: 3rem;
	font-family: 'Light';
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: white;
}
.modal-body.red.desc {
	font-size: 1.5rem;
	padding: 0 2rem;
}
.modal-body.purp {
	background-color: var(--color-thurd);
	font-size: 1.4rem;
	font-family: 'Light';
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: white;
}
.modal-body.white {
	background-color: white;
	font-size: 1.4rem;
	font-family: 'Light';
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: var(--color-thurd);
}

.green-balance {
	background-color: var(--color-green-1);
	border-radius: 2rem;
	font-size: 5rem;
	font-family: 'Light';
	color: white;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.green-balance.desc {
	border-radius: 1rem;
	font-family: 'Thin';
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.green-balance.desc_red {
	border-radius: 1rem;
	font-family: 'Thin';
	margin-top: 1rem;
	margin-bottom: 1rem;
	background-color: var(--color-red-5);
}

.red-balance {
	background-color: var(--color-red-5);
	border-radius: 2rem;
	font-size: 5rem;
	font-family: 'Light';
	color: white;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.balance_waves {
	height: 7rem;
	width: auto;
	margin-top: -7.7rem;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}

.modal-body.red.dark {
	background-color: #2a2e2c;
}

.warning-text-title {
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 4rem;
	font-family: 'Light';
	margin-top: 1rem;
}

.warning-text-regular {
	font-size: 2rem;
	font-family: 'Regular';
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 2rem;
}

.warning-text-title.desc {
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 2.5rem;
	font-family: 'Light';
	margin-top: 1rem;
}

.warning-text-regular.desc {
	font-size: 1.4rem;
	font-family: 'Regular';
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 2rem;
}

.warning {
	background-color: #f8d2a7;
	color: rgba(0, 0, 0, 0.521);
	border: none;
	border-radius: 0;
	animation-duration: 0.2s;
	animation-name: appearance_anim_up;
}
.warning.red {
	background-color: #fab1b1;
}

.large-text {
	font-size: 32vw;
	background: linear-gradient(#6d5570, #ffffff);
	background-clip: text; /* Обрезаем фон по тексту */
	-webkit-background-clip: text; /* Обрезаем фон по тексту */
    -webkit-text-fill-color: transparent; /* Прозрачный текст */
	font-family: 'Light';
	opacity: 50%;
}

.bordered_row {
	border-bottom: 2px dashed #ddd;
}

.bordered_r {
	border-right: 1px dashed #aaa;
}

.user_card_left_menu {
	font-size: 1.5rem;
	margin-top: 1rem;
}

.large-text.desc {
	font-size: 4rem;
	color: #6d5570;
	opacity: 100%;
	font-family: 'Regular';
}

.text-colored {
	font-family: 'Regular';
	font-size: 2rem;
}

.text-colored.green {
	color: var(--color-green-1);
}

.text-colored.green-yellow {
	color: var(--color-lime-2);
}

.text-colored.yellow {
	color: var(--color-yellow-3);
}

.text-colored.orange {
	color: var(--color-orange-4);
}

.text-colored.red {
	color: var(--color-red-5);
}
.text-colored.green.desc {
	font-size: 1.7rem;
	margin-top: 6px;
}
.text-colored.green.desc.second {
	font-family: 'Light';
	font-size: 1.4rem;
	margin-top: -8px;
}

.text-colored.green-yellow.desc {
	font-size: 1.7rem;
	margin-top: 6px;
}
.text-colored.green-yellow.desc.second {
	font-family: 'Light';
	font-size: 1.4rem;
	margin-top: -8px;
}

.text-colored.yellow.desc {
	font-size: 1.7rem;
	margin-top: 6px;
}
.text-colored.yellow.desc.second {
	font-family: 'Light';
	font-size: 1.4rem;
	margin-top: -8px;
}

.text-colored.orange.desc {
	font-size: 1.7rem;
	margin-top: 6px;
}
.text-colored.orange.desc.second {
	font-family: 'Light';
	font-size: 1.4rem;
	margin-top: -8px;
}

.text-colored.red.desc {
	font-size: 1.7rem;
	margin-top: 6px;
}
.text-colored.red.desc.second {
	font-family: 'Light';
	font-size: 1.4rem;
	margin-top: -8px;
}
.ato {
	animation-duration: 1s;
	animation-name: ato_anim;
}

/* -------------------------------------------------------------- BUTTONS */
.btn {
	color: white!important;
	box-shadow: none;
}
.btn:hover {
	color: white!important;
	box-shadow: none;
}
.btn:active {
	color: white!important;
	box-shadow: none;
}
.btn:focus {
	color: white!important;
	box-shadow: none;
}

.btn-search {
	border: 5px solid var(--color-second);
	border-left: none;
	background-color: white;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.btn-outline-primary {
	border-radius: 1rem;
	background-color: initial;
	border: 4px solid var(--color-thurd-light);
	color: var(--color-thurd-light)!important;
	font-family: 'Regular';
	font-size: 3rem;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
	background-color: var(--color-thurd-light);
	color: var(--color-second-light)!important;
	border-color: var(--color-thurd-light);
	box-shadow: none;
}
.btn-outline-primary:focus, .btn-outline-primary:active {
	box-shadow: none;
	background-color: initial;
}

.btn-success-block {
	border-radius: 1rem;
	padding-top: .7rem;
	padding-bottom: .9rem;
	background-color: var(--color-second);
	border: none;
	color: white;
	margin-top: 2.5rem;
	font-family: 'Light';
	font-size: 2.8rem;
	width: 100%;
}
.btn-success-block.small {
	width: 90%;
}
.btn-success-block.wa {
	background-color: #43d854;
}
.btn-success-block.tg {
	background-color: #0088cc;
}
.btn_desc.wa {
	background-color: #43d854;
}
.btn_desc.tg {
	background-color: #0088cc;
}

.btn-success-block.dark {
	background-color: var(--color-thurd-light);
}

.btn-success {
	border-radius: 1rem;
	padding-top: .7rem;
	padding-bottom: .9rem;
	background-color: var(--color-second);
	color: white;
	border: none;
	margin-top: 2.5rem;
	font-family: 'Light';
	font-size: 2.8rem;
}

.btn-success.dark {
	border-radius: 1rem;
	padding-top: .7rem;
	padding-bottom: .9rem;
	background-color: var(--color-thurd-light);
	color: white;
	border: none;
	margin-top: 2.5rem;
	font-family: 'Light';
	font-size: 2.8rem;
}

.btn-main {
	border-radius: 1rem;
	padding-top: .7rem;
	padding-bottom: .9rem;
	background-color: var(--color-main);
	color: white;
	border: none;
	margin-top: 2.5rem;
	font-family: 'Light';
	font-size: 2.8rem;
}

.btn-main-block {
	border-radius: 1rem;
	padding-top: .7rem;
	padding-bottom: .9rem;
	background-color: var(--color-main);
	border: none;
	color: white;
	margin-top: 2.5rem;
	font-family: 'Light';
	font-size: 2.8rem;
	width: 100%;
}

.btn-red {
	border-radius: 1rem;
	padding-top: .7rem;
	padding-bottom: .9rem;
	background-color: var(--color-red-5);
	color: white;
	border: none;
	margin-top: 2.5rem;
	font-family: 'Light';
	font-size: 2.8rem;
}
.btn-red.desc {
	border-radius: .5rem;
	padding-top: .3rem;
	padding-bottom: .3rem;
	background-color: var(--color-red-5);
	color: white;
	border: none;
	font-size: 1.2rem;
}

.btn-red.block {
	width: 100%;
}

.btn-red.block-modal {
	width: 80%;
}

.btn-red.block.red {
	background-color: var(--color-red-5);
}

.btn-red.block.red.trans {
	background-color: #74122a5d;
}
.btn-red.block.red.trans.desc {
	font-size: 1.4rem;
	width: auto;
}


.btn-success.group {
	border-top-right-radius: 1rem!important;
	border-bottom-right-radius: 1rem!important;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-top: 1rem;
	margin-right: 1rem;
}

.btn-main.group {
	border-top-right-radius: 1rem!important;
	border-bottom-right-radius: 1rem!important;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-top: 1rem;
	margin-right: 1rem;
}

.btn-main.group.desc {
	border-top-right-radius: .5rem!important;
	border-bottom-right-radius: .5rem!important;
	font-size: 1.2rem;
	padding-top: .4rem;
	padding-bottom: .4rem;
}

.btn-warning-block {
	border-radius: 1rem;
	padding-top: .7rem;
	padding-bottom: .9rem;
	background-color: #5b5c36;
	border: none;
	color: white;
	margin-top: 2.5rem;
	font-family: 'Light';
	font-size: 3rem;
	width: 100%;
}

.btn_desc {
	border-radius: .5rem;
	padding-top: .3rem;
	padding-bottom: .3rem;
	border: none;
	font-family: 'Light';
	font-size: 1.2rem;
}
.btn_desc.enter {
	background-color: var(--color-thurd-light);
	width: 100%;
	border-radius: .5rem;
	padding-top: .3rem;
	padding-bottom: .3rem;
	border: none;
	font-family: 'Light';
	font-size: 1.2rem;
}

.btn_desc:hover {
	background-color: var(--color-thurd);
}

.right-arrow-client {
	width: 100%;
	height: 100%;
	animation: to_right_arrow 1s;
}

.btn-outline-light {
	margin-right: 0;
	margin-top: 1.2rem;
	border-left: none;
	background-color: initial;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-right: 2px solid white;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	font-size: .5rem;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none;
	padding-right: 1rem;
	padding-left: .5rem;
}
.btn-outline-light:hover {
	background-color: initial;
	border-right: 2px solid white!important;
	border-top: 2px solid white!important;
	border-bottom: 2px solid white!important;
	margin-right: 0!important;
	box-shadow: none!important;
}
.btn-outline-light:active :checked :focus {
	border-right: 2px solid white!important;
	border-top: 2px solid white!important;
	border-bottom: 2px solid white!important;
	margin-right: 0!important;
	box-shadow: none!important;
}

.btn-outline-light-bord {
	margin-right: 0;
	margin-top: 1.2rem;
	border-left: none;
	background-color: initial;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-right: 2px solid var(--color-second);
	border-top: 2px solid var(--color-second);
	border-bottom: 2px solid var(--color-second);
	font-size: .5rem;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none;
	padding-right: 1rem;
	padding-left: .5rem;
}
.btn-outline-light-bord:hover :active :focus :checked {
	border-right: 2px solid var(--color-second)!important;
	border-top: 2px solid var(--color-second)!important;
	border-bottom: 2px solid var(--color-second)!important;
	margin-right: 0!important;
	box-shadow: none!important;
}

.btn-outline-light-bord-close {
	margin-right: 0;
	margin-top: 1.2rem;
	border-left: none;
	background-color: initial;
	border-radius: 0;
	border-top: 2px solid var(--color-second);
	border-bottom: 2px solid var(--color-second);
	border-right: 0;
	border-left: 0;
	font-size: .5rem;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none;
	padding-right: .2rem;
	padding-left: 1rem;
}
.btn-outline-light-bord-close:hover :active :focus :checked {
	border-top: 2px solid var(--color-second)!important;
	border-bottom: 2px solid var(--color-second)!important;
	margin-right: 0!important;
	box-shadow: none!important;
}

.form-control.search-visible {
	font-size: 1.5rem;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-left: 2px solid var(--color-second);
	border-bottom: 2px solid var(--color-second);
	border-top: 2px solid var(--color-second);
	margin-top: 1.2rem;
	animation-duration: .5s;
	animation-name: search_desc;
	padding-left: 1rem;
}
.form-control.search-visible:active {
	box-shadow: none;
}
.form-control.search-visible:focus {
	box-shadow: none;
}
.form-control.search-visible:checked {
	box-shadow: none;
}
.form-control.search-visible.clients {
	border-radius: 2rem;
	border: 2px solid var(--color-second);
	padding-left: 1rem;
	animation-name: none;
	margin-top: 0;
}

.input-group-desc-menu {
	width: calc(100% - 45px);
	animation-duration: .5s;
	animation-name: search_desc;
}

.btn.btn-outline-primary.desc {
	font-size: 1.2rem;
	border: 2px solid;
	padding: 0;
}
.btn.btn-outline-primary.desc:hover {
	background-color: var(--color-thurd-light);
}

/* -------------------------------------------------------------- LOADING */
.right_wave {
	margin-top: 35vh;
	margin-left: 23vw;
	position: relative;
	height: 50px;
	width: 200px;
}
.modal_wave {
	margin-left: 38vw;
	position: relative;
	height: 50px;
	width: 200px;
}
#wave-container {
	margin-top: 40vh;
	margin-left: 38vw;
	position: relative;
	height: 50px;
	width: 200px;
}
.wave-container-desc {
	margin-top: 32vh;
	margin-left: 44vw;
	position: relative;
	height: 30px;
	width: 100px;
}
.dot {
	transform-origin: 50% 50%;
	height: 20px;
	width: 20px;
	border-radius : 50%;
	top: 0;
	background-color: var(--color-second);
	position: absolute;
	-webkit-animation:vertical-movement 0.5s infinite ease-in-out;
	-moz-animation:vertical-movement 0.5s infinite ease-in-out;
	-ms-animation:vertical-movement 0.5s infinite ease-in-out;
	-o-animation:vertical-movement 0.5s infinite ease-in-out;
	animation:vertical-movement 0.5s infinite ease-in-out;
}
.dotd {
	transform-origin: 10% 10%;
	height: 10px;
	width: 10px;
	border-radius : 50%;
	top: 0;
	background-color: var(--color-second);
	position: absolute;
	-webkit-animation:vertical-movement 0.5s infinite ease-in-out;
	-moz-animation:vertical-movement 0.5s infinite ease-in-out;
	-ms-animation:vertical-movement 0.5s infinite ease-in-out;
	-o-animation:vertical-movement 0.5s infinite ease-in-out;
	animation:vertical-movement 0.5s infinite ease-in-out;
}
.dotdw {
	transform-origin: 10% 10%;
	height: 10px;
	width: 10px;
	border-radius : 50%;
	top: 0;
	background-color: white;
	position: absolute;
	-webkit-animation:vertical-movement 0.5s infinite ease-in-out;
	-moz-animation:vertical-movement 0.5s infinite ease-in-out;
	-ms-animation:vertical-movement 0.5s infinite ease-in-out;
	-o-animation:vertical-movement 0.5s infinite ease-in-out;
	animation:vertical-movement 0.5s infinite ease-in-out;
}
.dotr {
	transform-origin: 50% 50%;
	height: 20px;
	width: 20px;
	border-radius : 50%;
	top: 0;
	background-color: var(--color-second);
	position: absolute;
	-webkit-animation:vertical-movement 0.5s infinite ease-in-out;
	-moz-animation:vertical-movement 0.5s infinite ease-in-out;
	-ms-animation:vertical-movement 0.5s infinite ease-in-out;
	-o-animation:vertical-movement 0.5s infinite ease-in-out;
	animation:vertical-movement 0.5s infinite ease-in-out;
}
.dotw {
	transform-origin: 50% 50%;
	height: 20px;
	width: 20px;
	border-radius : 50%;
	top: 0;
	background-color: white;
	position: absolute;
	-webkit-animation:vertical-movement 0.5s infinite ease-in-out;
	-moz-animation:vertical-movement 0.5s infinite ease-in-out;
	-ms-animation:vertical-movement 0.5s infinite ease-in-out;
	-o-animation:vertical-movement 0.5s infinite ease-in-out;
	animation:vertical-movement 0.5s infinite ease-in-out;
}
#d1 {
	left:10px;
	-webkit-animation-delay:-0.1s;
	-moz-animation-delay:-0.1s;
	-ms-animation-delay:-0.1s;
	-o-animation-delay:-0.1s;
	animation-delay:-0.1s;
} 
#d2 {
	left:40px;
	-webkit-animation-delay:-0.2s;
	-moz-animation-delay:-0.2s;
	-ms-animation-delay:-0.2s;
	-o-animation-delay:-0.2s;
	animation-delay:-0.2s;
} 
#d3 {
	left:70px;
	-webkit-animation-delay:-0.3s;
	-moz-animation-delay:-0.3s;
	-ms-animation-delay:-0.3s;
	-o-animation-delay:-0.3s;
	animation-delay:-0.3s;
} 
#d4 {
	left:100px;
	-webkit-animation-delay:-0.4s;
	-moz-animation-delay:-0.4s;
	-ms-animation-delay:-0.4s;
	-o-animation-delay:-0.4s;
	animation-delay:-0.4s;
} 
#d5 {
	left:130px;
	-webkit-animation-delay:-0.5s;
	-moz-animation-delay:-0.5s;
	-ms-animation-delay:-0.5s;
	-o-animation-delay:-0.5s;
	animation-delay:-0.5s;
} 
#d6 {
	left:160px;
	-webkit-animation-delay:-0.6s;
	-moz-animation-delay:-0.6s;
	-ms-animation-delay:-0.6s;
	-o-animation-delay:-0.6s;
	animation-delay:-0.6s;
} 
#d7 {
	left:190px;
	-webkit-animation-delay:-0.7s;
	-moz-animation-delay:-0.7s;
	-ms-animation-delay:-0.7s;
	-o-animation-delay:-0.7s;
	animation-delay:-0.7s;
} 
#d1d {
	left:10px;
	-webkit-animation-delay:-0.1s;
	-moz-animation-delay:-0.1s;
	-ms-animation-delay:-0.1s;
	-o-animation-delay:-0.1s;
	animation-delay:-0.1s;
} 
#d2d {
	left:30px;
	-webkit-animation-delay:-0.2s;
	-moz-animation-delay:-0.2s;
	-ms-animation-delay:-0.2s;
	-o-animation-delay:-0.2s;
	animation-delay:-0.2s;
} 
#d3d {
	left:50px;
	-webkit-animation-delay:-0.3s;
	-moz-animation-delay:-0.3s;
	-ms-animation-delay:-0.3s;
	-o-animation-delay:-0.3s;
	animation-delay:-0.3s;
} 
#d4d {
	left:70px;
	-webkit-animation-delay:-0.4s;
	-moz-animation-delay:-0.4s;
	-ms-animation-delay:-0.4s;
	-o-animation-delay:-0.4s;
	animation-delay:-0.4s;
} 
#d5d {
	left:90px;
	-webkit-animation-delay:-0.5s;
	-moz-animation-delay:-0.5s;
	-ms-animation-delay:-0.5s;
	-o-animation-delay:-0.5s;
	animation-delay:-0.5s;
} 
#d6d {
	left:110px;
	-webkit-animation-delay:-0.6s;
	-moz-animation-delay:-0.6s;
	-ms-animation-delay:-0.6s;
	-o-animation-delay:-0.6s;
	animation-delay:-0.6s;
} 
#d7d {
	left:130px;
	-webkit-animation-delay:-0.7s;
	-moz-animation-delay:-0.7s;
	-ms-animation-delay:-0.7s;
	-o-animation-delay:-0.7s;
	animation-delay:-0.7s;
} 
#d1r {
	left:10px;
	-webkit-animation-delay:-0.1s;
	-moz-animation-delay:-0.1s;
	-ms-animation-delay:-0.1s;
	-o-animation-delay:-0.1s;
	animation-delay:-0.1s;
} 
#d2r {
	left:40px;
	-webkit-animation-delay:-0.2s;
	-moz-animation-delay:-0.2s;
	-ms-animation-delay:-0.2s;
	-o-animation-delay:-0.2s;
	animation-delay:-0.2s;
} 
#d3r {
	left:70px;
	-webkit-animation-delay:-0.3s;
	-moz-animation-delay:-0.3s;
	-ms-animation-delay:-0.3s;
	-o-animation-delay:-0.3s;
	animation-delay:-0.3s;
} 
#d4r {
	left:100px;
	-webkit-animation-delay:-0.4s;
	-moz-animation-delay:-0.4s;
	-ms-animation-delay:-0.4s;
	-o-animation-delay:-0.4s;
	animation-delay:-0.4s;
} 
#d5r {
	left:130px;
	-webkit-animation-delay:-0.5s;
	-moz-animation-delay:-0.5s;
	-ms-animation-delay:-0.5s;
	-o-animation-delay:-0.5s;
	animation-delay:-0.5s;
} 
#d6r {
	left:160px;
	-webkit-animation-delay:-0.6s;
	-moz-animation-delay:-0.6s;
	-ms-animation-delay:-0.6s;
	-o-animation-delay:-0.6s;
	animation-delay:-0.6s;
} 
#d7r {
	left:190px;
	-webkit-animation-delay:-0.7s;
	-moz-animation-delay:-0.7s;
	-ms-animation-delay:-0.7s;
	-o-animation-delay:-0.7s;
	animation-delay:-0.7s;
}

.atp {
	animation-duration: .3s;
	animation-name: app_to_purp;
}

@keyframes app_to_purp {
	0% {
		opacity: 0%;
	}
	100% {
		opacity: 100%;
	}
}
@keyframes del_but_anim {
	0% {
		width: 0;
	}
	100% {
		width: 2rem;
	}
}
@keyframes del_but_anim_mob {
	0% {
		width: 0;
	}
	100% {
		width: 3.9rem;
	}
}
@keyframes rarrow_a {
	0% {
		opacity: 0%;
		margin-right: 2rem;
	}
	50% {
		opacity: 0%;
		margin-right: 2rem;
	}
	100% {
		opacity: 100%;
		margin-right: 0;
	}
}

@keyframes search_desc {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@keyframes vertical-movemen {
	0%,100% {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
}
@-webkit-keyframes vertical-movement {
	0%,100% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(40px);
	}
}
@keyframes text_create_orde_anim {
	0%,25%,100% {
		margin-right: -8vw;
		opacity: 0%;
	}
	30%,95% {
		margin-right: 1vw;
		opacity: 100%;
	}
}
@keyframes order_number_index_anim {
	0%,85%{
		margin-left: 0.5rem;
		opacity: 50%;
	}
	100% {
		margin-left: -8rem;
		opacity: 0;
	}
}
@keyframes order_number_index_reverse_anim {
	0%,85%{
		margin-left: -17.5rem;
		opacity: 0%;
	}
	90%{
		opacity: 20%;
	}
	100% {
		margin-left: 1rem;
		opacity: 50%;
	}
}


@keyframes body_bg_anim {
	0% {
		background-color: white;
	}
	100% {
		background-color: var(--color-second);
	}
}
@keyframes appearance_anim {
	0% {
		margin-top: -10vh;
		opacity: 0%;
	}
	100% {
		margin-top: 0;
		opacity: 100%;
	}
}
@keyframes appearance_anim_up {
	0% {
		margin-top: 6vh;
		opacity: 0%;
	}
	100% {
		margin-top: 0;
		opacity: 100%;
	}
}
@keyframes to_up {
	0% {
		margin-top: 6vh;
		opacity: 0%;
	}
	100% {
		margin-top: 2rem;
		opacity: 100%;
	}
}
@keyframes waves_grows {
	0% {
		height: 0px;
	}
	100% {
		height: 60px;
	}
}
@keyframes dropdown_menu {
	0% {
		margin-top: 2rem;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 100%;
	}
}
@keyframes ato_anim {
	0% {
		margin-left: -2rem;
		opacity: 0;
	}
	100% {
		margin-left: 1rem;
		opacity: 100%;
	}
}
@keyframes circle_rotate {
	0% {
		rotate: 270deg;
	}
	100% {
		rotate: 360deg;
	}
}
@keyframes arrow_from_right {
	0% {
		margin-left: 3rem;
		opacity: 0%;
	}
	80% {
		margin-left: 3rem;
		opacity: 0%;
	}
	100% {
		margin-left: 0;
		opacity: 100%;
	}
}
@keyframes arrow_from_left {
	0% {
		margin-right: 3rem;
		opacity: 0%;
	}
	80% {
		margin-right: 3rem;
		opacity: 0%;
	}
	100% {
		margin-right: 0;
		opacity: 100%;
	}
}
@keyframes to_right_arrow {
	0% {
		margin-left: -2rem;
		opacity: 0;
	}
	80% {
		margin-left: -2rem;
		opacity: 0;
	}
	100% {
		margin-left: 0;
		opacity: 100%;
	}
}
@-webkit-keyframes rotation {
	0% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}
@-moz-keyframes rotation {
	0% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}
@-o-keyframes rotation {
	0% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}
@keyframes rotation {
	0% {-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);
		-moz-transform:rotate(720deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);}
}

/* SEARCH */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#s {
	background: var(--color-second) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQBJREFUeNqslI0RgyAMhdENWIEVWMEVXIGO0BW6Ah2hHcGOoCPYEewINFzBe9IA9id37w4kfEZesHHOCSYUqSPJML+RJlELDwN1pMHxMZNMkr8RTgyz2YPH5LmtwXpIHkOFmKhIlxowDmYAycKnHAHYcTCsSpXOJCie6YWDnXKLGeHLN2stGaqDsXXrX3GFcYcLrfhjtKEhffQ792gYT2nT6pJDjCw4z7ZGdGipOIqNbXIwFUARmCbKpMfYxsWJBmCEDoW7+gYUTAU2s3HJrK3AJvMLkqGHFLgWXTckm+SfSQexs+tLRqwVfgvjgMsvMAT689S5M/sk/I14kO5PAQYAuk6L1q+EdHMAAAAASUVORK5CYII=) no-repeat 8px 8px; 
	text-indent: 1em;
	display: inline-block;
	border: 2px solid var(--color-second);
	width: 0;
	height: 2.4em;
	border-radius: 3em;
	-webkit-transition: .3s;
	transition: .3s;
	outline: none;
	padding-left: 1em;
	padding-right: 1.2em;
	padding-top: 0;
	padding-bottom: 0;
	cursor: pointer;
	-webkit-appearance: none;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	color: var(--color-thurd);
	vertical-align: baseline;
	margin-top: 1.3rem;
}
input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
#s:hover, #s:focus {
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT5JREFUeNqsVLtOw0AQtIMlRJHCEhUVMg398QEUSZnSfILzCXxDPsFu6XAJHWnTcS1lWsprKdmLxtKwvjVBYaTV7cm+udnX5fPb+yyBSmwhVmK/FfPZLyjUPhI8YtXYi23EOovs7PzyevAbsWeoGg5HNUHsCipX8F9TZDOstVgLPxIsxW6w3sHv6dJ2StkLbh6IPtR/AWRfSIET20H9D2U1hfaAgxY2KMagcBSmg9/rmwx0lBqTzGfHoVfVHxXgXzCjHNRHnnHke4vMGc2q0RBR0GSeCLlpLaJGFWKUszVuib32nih7iTFrjXAPyGnQ48c3Gu5AOVlMtMk6NZuf+FiC+AIhV0T+pBQ5ntXceIJKqKko2duJ2TwoLAz5QTVnagJaXWEO8y/wSMuKH9RTJoCTHyNZFidOUEfNu/8WYAAOXUT04MOtlwAAAABJRU5ErkJggg==) 8px 8px no-repeat;
}
#s:focus {
	width: 100%;
	cursor: text;
}


.chart-container {
	position: relative;
	margin: auto;
	height: 160px;
	width: 100%;
	opacity: 80%;
  }