/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.woff2') format('woff2'),
	url('fonts/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;а
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-SemiBold.woff2') format('woff2'),
	url('fonts/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Medium.woff2') format('woff2'),
	url('fonts/Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: Inter, sans-serif;
	color: #222;
	font-size: 1em;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	touch-action: pan-x pan-y;
}

html * {
	max-height: 1000000px;
}

body {
	margin: 0;
	position: relative;
	background: #F5F5F5;
	min-width: 320px;
	touch-action: pan-x pan-y;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	border-radius: 0;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.25);
	opacity: 1;
	transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.25);
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: rgba(0, 0, 0, 0.25);
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.25);
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.wrapper {
	padding: 0 16px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wrapper2 {
	padding-bottom: 80px;
	padding-top: 60px;
}

.wrapper_footer {
	padding-bottom: 68px;
}

.label {
	color: rgba(0, 0, 0, 0.88);
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 4px;
}

.input {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	outline: none;
	padding: 0 12px;
	color: rgba(0, 0, 0, 0.88);
	font-size: 16px;
	line-height: 22px;
	-webkit-appearance: none;
	appearance: none;
	-webkit-text-size-adjust: 100%;
	touch-action: manipulation;
}

.input:focus {
	border-color: #FFEC3D;
	box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.20);
}

.input_phone,
.input_password {
	padding-left: 36px;
	background-repeat: no-repeat;
}

.input_phone {
	background-image: url(img/icon-phone.svg);
	background-position: 12px center;
}

.input_password {
	background-image: url(img/icon-password.svg);
	background-position: 13px center;
}

.submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: rgba(0, 0, 0, 0.88);
	font-size: 16px;
	line-height: 24px;
	border-radius: 8px;
	background: #FFEC3D;
	border: none;
	padding: 0;
}

.submit_not-entered {
	border: 1px solid #D9D9D9;
	background: rgba(0, 0, 0, 0.04);
}

.sign {
	margin-top: 6px;
	color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
	line-height: 22px;
}

.title {
	color: rgba(0, 0, 0, 0.88);
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.title-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 8px;
}

.title-wrapper img {
	margin-top: 3px;
	width: 18px;
	height: auto;
	flex-shrink: 0;
}

.inscription {
	margin-left: auto;
	color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
	line-height: 22px;
	text-align: right;
}

.inscription span {
	display: inline-block;
}

.status {
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	width: 81px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.45);
}

.status_completed {
	background: #52C41A;
}

.status_work {
	background: #FAAD14;
}

.status_cancelled {
	background: #FA541C;
}

.orders__item.status_cancelled {
	background: rgba(0, 0, 0, 0.04);
}

.orders__more {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background: url(img/icon-more.svg);
}

.button-dashed {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	color: #D4B106;
	font-size: 16px;
	line-height: 24px;
	border-radius: 8px;
	border: 1px dashed #D4B106;
	background: #FFF;
	text-decoration: none;
}

.show-more {
	margin-top: 16px;
	color: rgba(0, 0, 0, 0.88);
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.show-more a {
	color: #D4B106;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.show-more a:after {
	content: '';
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background: url(img/icon-down.svg);
}

.show-more a.active:after {
	transform: rotate(180deg);
}

.caption {
	color: rgba(0, 0, 0, 0.88);
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.description {
	color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
	line-height: 22px;
}

.section + .section {
	margin-top: 16px;
}

.ovh {
	overflow: hidden;
}

/* ==========================================================================
   AUTH
   ========================================================================== */
.auth-wrapper {
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 0;
}

.auth {
	margin: 0 auto;
	width: 100%;
	max-width: 363px;
	border-radius: 14px;
	background: #FFF;
	padding: 24px 16px 32px;
}

.auth__logo {
	width: 211px;
	margin: 0 auto 16px;
}

.auth__logo img {
	display: block;
	width: 211px;
	height: auto;
}

.auth__title {
	color: rgba(0, 0, 0, 0.88);
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

.auth__description {
	color: rgba(0, 0, 0, 0.45);
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	max-width: 208px;
	margin: 5px auto 15px;
}

.auth__field + .auth__field {
	margin-top: 8px;
}

.auth__link {
	text-align: center;
	color: rgba(0, 0, 0, 0.88);
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
}

.auth__link a {
	color: #D4B106;
	text-decoration: none;
}

.auth__submit {
	margin-top: 12px;
}

.auth__error {
	color: #f00;
	font-size: 14px;
	line-height: 24px;
	margin-top: 12px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	background: #fff;
	margin: 0 -16px;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.header2 {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 2;
}

.wrapper_chat .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
}

.header__logo {
	width: 108px;
	flex-shrink: 0;
}

.header__logo img {
	display: block;
	width: 108px;
	height: auto;
}

.header-profile-button {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.header__name {
	color: rgba(0, 0, 0, 0.88);
	font-size: 16px;
	line-height: 24px;
}

.header__ava {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	color:  #FFF;
	font-size: 17px;
	line-height: 34px;
	text-align: center;
	background: rgba(0, 0, 0, 0.45);
}

.header__ava img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header__left {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header__back {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	background: url(img/icon-back.svg) no-repeat;
}

/* ==========================================================================
   ORDERS
   ========================================================================== */
.orders {
	margin-bottom: 24px;
}

.orders__title {
	margin-bottom: 8px;
}

.orders__item {
	border-radius: 16px;
	background: #FFF;
}

.orders__items_hidden {
	padding-top: 8px;
	display: none;
}

.orders__item_cancelled {
	background: rgba(0, 0, 0, 0.04);
}

.orders__item + .orders__item {
	margin-top: 8px;
}

.order__wrapper {
	display: block;
	text-decoration: none;
	padding: 12px 16px;
}

.orders__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.orders__name img {
	width: 22px;
	flex-shrink: 0;
	height: auto;
}

.orders__name {
	display: flex;
	align-items: center;
	gap: 8px;
}

.orders__open {
	display: flex;
	gap: 12px;
	align-items: center;
}

.orders__city {
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	line-height: 22px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 4px;
}

.orders__city:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(img/icon-point.svg) no-repeat;
}

.orders__term {
	display: flex;
	gap: 8px;
	justify-content: space-between;
	color: rgba(0, 0, 0, 0.88);
	font-size: 14px;
	line-height: 22px;
}

.orders__term span {
	color: rgba(0, 0, 0, 0.25);
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
}

.orders__end,
.orders__start {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 4px;
}

.orders__end {
	justify-content: flex-end;
}

.orders__download-documents {
	padding: 0 16px 12px;
}

/* ==========================================================================
   INFO
   ========================================================================== */
.wrapper-info {
	margin-bottom: 24px;
}

.info {
	padding: 12px 182px 12px 19px;
	border-radius: 16px;
	background: #FFF;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.info__text {
	margin-top: 2px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	line-height: 22px;
}

.info + .info {
	margin-top: 8px;
}

.info_docs,
.info_chat {
	position: relative;
}

.info_docs:before,
.info_chat:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	margin-bottom: 5px;
}

.info_docs:before {
	background-image: url(img/icon-doc.svg);
}

.info_chat:before {
	background-image: url(img/icon-chat.svg);
}

.info_docs:after,
.info_chat:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: grayscale(100%);
}

.info_docs:after {
	width: 165px;
	height: 121px;
	background-image: url(img/img-doc.png);
}

.info_chat:after {
	width: 175.5px;
	height: 121px;
	background-image: url(img/img-chat.png);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	background: #fff;
	box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
}

.footer__link {
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	text-align: center;
	padding-top: 12px;
	height: 68px;
	color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
}

.footer__link.active {
	color: #D4B106;
}

.footer__link_home:before,
.footer__link_docs:before,
.footer__link_chat:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
}

.footer__link_home:before {
	background-image: url(img/icon-link-home.svg);
}

.footer__link_home.active:before {
	background-image: url(img/icon-link-home-active.svg);
}

.footer__link_docs:before {
	background-image: url(img/icon-link-docs.svg);
}

.footer__link_docs.active:before {
	background-image: url(img/icon-link-docs-active.svg);
}

.footer__link_chat:before {
	background-image: url(img/icon-link-chat.svg);
}

.footer__link_chat.active:before {
	background-image: url(img/icon-link-chat-active.svg);
}

/* ==========================================================================
   POPUP-BOTTOM
   ========================================================================== */
.popup-bottom {
	position: fixed;
	left: 0;
	right: 0;
	border-radius: 28px 28px 0 0;
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
	z-index: 15;
	padding: 32px 16px;
	bottom: -100%;
	transition: all 0.2s ease-out;
}

.popup-bottom.active {
	bottom: 0;
}

.popup__head {
	margin-bottom: 8px;
}

.popup-bottom__block {
	border-radius: 16px;
	border: 1px dashed #D9D9D9;
	background: #F5F5F5;
	padding: 16px;
}

.popup-bottom__block + .popup-bottom__block {
	margin-top: 8px;
}

.data {
	color: #000;
	font-size: 14px;
	line-height: 22px;
	border-radius: 12px;
	background: #FFF;
	padding: 12px 16px 12px 16px;
}

.data__item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 4px;
}

.data__item span {
	color: rgba(0, 0, 0, 0.25);
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
}

.data__item + .data__item {
	margin-top: 4px;
}

.data__item_term {
	display: flex;
	gap: 4px 8px;
	justify-content: space-between;
}

.data__end, .data__start {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 4px;
}

.data table {
	width: 100%;
}

.data td {
	padding-left: 8px;
	padding-top: 14px;
}

.data2 td {
	padding-top: 4px;
}

.data tr:first-child td {
	padding-top: 5px;
}

.data2 tr:first-child td {
	padding-top: 0px;
}

.data tr:last-child td {
	padding-bottom: 5px;
}

.data2 tr:last-child td {
	padding-bottom: 0px;
}

.data td:first-child {
	padding-left: 0;
}

.data td:nth-child(2) {
	width: 100%;
}

.data a {
	color: #D4B106;
}

.download {
	white-space: nowrap;
	display: inline-block;
	padding-right: 20px;
	position: relative;
	text-decoration: none;
}

.download:after {
	content: '';
	position: absolute;
	right: 0;
	top: 5px;
	width: 12px;
	height: 12px;
	background: url(img/icon-download.svg) no-repeat;
}

.popup-bottom__close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	background: url(img/icon-close.svg) no-repeat center;
	background-size: 14px 14px;
	opacity: 0.48;
}

.no-documents {
	color: rgba(0, 0, 0, 0.65);
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

.no-documents:before {
	content: '';
	width: 96px;
	height: 79px;
	background: url(img/no-documents.svg) no-repeat;
	display: block;
	margin: 0 auto;
}

.flights__item + .flights__item {
	margin-top: 8px;
}

.flights__item {
	border-radius: 8px;
	background: #F5F5F5;
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.flights__number {
	color: rgba(0, 0, 0, 0.25);
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
}

.flights__text {
	color: rgba(0, 0, 0, 0.88);
	font-size: 14px;
	line-height: 22px;
}

.flights__text span {
	display: inline-block;
}

/* ==========================================================================
   CONNECTION
   ========================================================================== */
.connection {
	padding: 0px 0px 8px 0px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background: #F5F5F5;
	height: auto;
}

.button {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 32px);
	margin: 0px 16px;
	color: rgba(0, 0, 0, 0.88);
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	border-radius: 8px;
	background: #FFEC3D;
}

/* ==========================================================================
   PROFILE
   ========================================================================== */
.profile {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 16px;
	border-radius: 16px;
	background: #F5F5F5;
	margin-top: 12px;
}

.profile__ava {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
	background: rgba(0, 0, 0, 0.45);
}

.profile__ava img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.profile__name {
	color: rgba(0, 0, 0, 0.88);
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.profile__phone {
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	line-height: 22px;
}

/* ==========================================================================
   LOGOUT
   ========================================================================== */
.logout {
	display: flex;
	justify-content: center;
	margin-top: 66px;
}

.logout a {
	color: #F5222D;
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.43px;
	text-decoration: none;
	padding: 14px 20px;
}

/* ==========================================================================
   CHAT-FORM
   ========================================================================== */
.chat-form {
	position: fixed;
	bottom: 68px;
	left: 0;
	right: 0;
	padding: 14px 16px 24px;
	background: #FFF;
	display: flex;
	align-items: flex-start;
	gap: 6px;
}

.chat-form__textarea {
	height: 40px;	
	border-radius: 16px;
	border: 1px solid #FFEC3D;
	background: #F5F5F5;
	resize: none;
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	padding: 8px 16px;
	color: rgba(0, 0, 0, 0.88);
	font-size: 16px;
	line-height: 22px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-text-size-adjust: 100%;
	touch-action: manipulation;
}

.chat-form__submit {
	padding: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #FADB14 url(img/icon-chat-submit.svg) no-repeat center;
	border: none;
	flex-shrink: 0;
}

/* ==========================================================================
   MESSAGES
   ========================================================================== */
.messages-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 44px;
	bottom: 146px;
	padding: 0 16px;
	overflow-y: auto;
}

.messages-wrapper.active {
	bottom: 201px;
}

.messages {
	padding-top: 16px;
	padding-bottom: 32px;
}

.messages__item {
	max-width: inherit;
	display: flex;
	margin-left: auto;
	margin-bottom: 25px;
}

.messages__item:last-child {
	margin-bottom: 0;
}

.messages__block {
	padding: 12px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.04);
}

.messages__ava {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	overflow: hidden;
}

.messages__ava img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.messages__item_interlocutor {
	max-width: inherit;
	display: flex;
	gap: 12px;
}

.messages__item_interlocutor .messages__block {
	background: #fff;
}

.messages__text {
	color: #000;
	font-size: 14px;
	line-height: 22px;
}

.messages__text a {
	color: #D4B106;
}

.messages__date {
	margin-top: 8px;
	color: rgba(0, 0, 0, 0.25);
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
}

.popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 14;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.popup-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.popup-bottom {
	z-index: 15;
}

.no-scroll {
	overflow: hidden;
}

.orders__item.hidden {
	display: none;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1199.98px) {
	.container {
		width: 960px;
	}
}

@media only screen and (max-width : 991.98px) {
	* {
		-webkit-tap-highlight-color: transparent;
	}

	.container {
		width: 720px;
	}
}

@media only screen and (max-width : 767.98px) {
	.container {
		width: 540px;
	}
}

@media only screen and (max-width : 575.98px) {
	.container {
		width: 100%;
	}
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 576px) {

}

@media only screen and (min-width : 768px) {

}

@media only screen and (min-width : 992px) {

}

@media only screen and (min-width : 1200px) {

}