.registration,
.auth {
	background: #e6e6e6;
	min-height: 100vh;
	font-family: "Inter", sans-serif;
	position: relative;
}

.auth {
	padding: 100px 0;
}

.auth .registration__container {
	padding: 30px 20px;
}

.form-field .checkbox-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.form-field .checkbox-wrapper a {
	color: #0d99ff;
}


.form-field .checkbox-wrapper input {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
}

.registration__container {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 170px;
	padding-bottom: 55px;
}

.object-screen-container {
	padding-top: 100px;
}

.auth .main-sticker,
.registration .main-sticker {
	width: 200px;
	height: 140px;
	left: -60px;
	top: 15px;
}

.auth__title {
	color: var(--color-green-dark);
	font-size: 26px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.5px;
	text-align: center;
	margin-bottom: 7px;
}

.registration__form,
.registration__form fieldset {
	display: flex;
	flex-direction: column;
}

.registration__form fieldset {
	gap: 10px;
}

.registration__button-next {
	width: 225px;
	margin: 20px auto 0;
	padding: 10px;
	background: #01b988;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.266px;
}

.auth .registration__button-next {
	width: 100%;
}

.auth__subtitle {
	text-align: center;
	color: #1e1e1e;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.3px;
	margin-bottom: 8px;
}

.auth__subtitle span {
	display: block;
	font-size: 8px;
	font-weight: 400;
	line-height: 30px;
}

.form-field_file-wrapper {
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
	/* align-items: center; */
}

.form-field_file-wrapper p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #757575;

	
}

.registration .form-field_file {
	margin-top: 25px;
	/* margin-bottom: 60px; */
	margin-bottom: 25px;
}

.registration .form-field_file > p {
	color: #acacac;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.3px;
	margin-bottom: 7px;
	text-align: center;
}

.form-field_file {
	display: inline-block;
	margin-bottom: 15px;
}

.form-field_file > p {
	color: #acacac;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.342px;
	margin-bottom: 5px;
}

.input-file {
	position: relative;
	display: inline-block;
}

.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	/* color: #1e1e1e; */
	font-family: "Inika", sans-serif;
	/* font-size: 14px; */
	font-weight: 400;
	text-align: center;
	border-radius: 3px;
	/* background: rgba(172, 172, 172, 0.9); */
	padding: 8px 15px;
	height: 30px;
	transition: background 0.15s ease;


	font-weight: 500;
	font-size: 16px;
	background: #cbcbcb;;
	letter-spacing: -0.02em;
	color: #fff;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 115px;
	width: 100%;
	height: 40px;
}

.input-file input[type="file"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.input-file input[type="file"]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-file:hover span {
	background-color: #ff7bab;
}

.input-file:active span {
	background-color: #ff7bab;
}

.input-file input[type="file"]:disabled + span {
	background-color: #eee;
}

.input-file-list {
	margin-top: 8px;
}

.input-file-list .input-file-list-item:not(:last-of-type) {
	margin-bottom: 10px;
}

.input-file-list-name {
	color: #0d99ff;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.2px;
}

.input-file-list-remove {
	color: red;
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
}

.login-row {
	display: flex;
	gap: 10px;
	flex-direction: column-reverse;
	align-items: center;
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 20px;
}

.login-row a {
	color: #0d99ff;
	font-weight: 500;
	line-height: 150%;
}

.skip-object-adding-btn {
	font-family: var(--font-inter);
	text-align: center;
	padding: 8px 5px;
	background: #ff7bab;
	color: #000000;
	font-size: 12px;
	line-height: 120%;
	border-radius: 3px;
}

.client-save-btn {
	margin-top: 30px;
}

#actionSelecting .registration__switch {
	flex-direction: column;
	justify-content: baseline;
	align-items: unset;
}

#actionSelectingType_1 + label {
	background: var(--color-green);
	color: #ffffff;
}

#actionSelectingType_2 + label {
	background: #ff7bab;
	color: #ffffff;
}

.user {
	padding-top: 35px;
	font-family: var(--font-inter);
}

.user__title {
	margin-bottom: 20px;
	color: var(--color-green-dark);
	font-size: 26px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.584px;
	text-align: center;
}

.user__tabs {
	margin-right: -20px;
	margin-left: -20px;
}

.user__tabs ul {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid #cbcbcb;
}

.user__tabs li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #cbcbcb;
	color: #757575;
	font-size: 12px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.228px;
	padding: 11px 12.5px;
	cursor: pointer;
}

.user__tabs * {
	transition: all 0.15s ease;
}

.user__tabs-icon {
	flex: 0 0 30px;
	height: 30px;
	width: 30px;
	pointer-events: none;
}

.user__tabs li.active {
	color: var(--color-pink);
}

.user__tabs li:nth-child(1),
.user__tabs li:nth-child(3) {
	border-right: 1px solid #cbcbcb;
}

.user__tabs li:nth-child(3).active,
.user__tabs li:nth-child(4).active {
	border-bottom: 1px solid transparent;
}

.user__tabs li.active .user__tabs-icon path {
	fill: #ff7bab;
}

.user__tabs-content {
	/* padding-top: 60px; */
	padding-top: 20px;
}

.user-content__title {
	color: var(--color-green-dark);
	font-size: 26px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.572px;
	text-align: center;
	margin-bottom: 15px;
}

.user-content__title_my-objects{

	font-weight: 400;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: #757575;
	text-align: left;

	padding: 0 15px 15px;

	margin: 0 -20px;
	border-bottom: 1px solid #cbcbcb;
}

.user__avatar {
	position: relative;
	overflow: hidden;
	width: 130px;
	height: 130px;
	border-radius: 90px;
	margin: 0 auto 10px;
}

.user__avatar img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	object-fit: cover;
}

.user__info-wrapper {
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.user__info-block {
	width: 100%;
	display: flex;
	background: rgba(217, 217, 217, 0.3);
	padding: 5px 10px 5px 25px;
	margin-left: -20px;
}

.user__info-block span {
	flex: 0 0 60px;
	color: #acacac;
	font-family: var(--font-inika);
	font-size: 10px;
	font-weight: 400;
	line-height: 30px;
}

.user__info-block i {
	color: #1e1e1e;
	font-size: 10px;
	font-weight: 400;
	line-height: 30px;
	font-style: normal;
	margin-left: 10px;
}

.user__info-block b,
.user__info-block * {
	background: transparent;
	color: #313333;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.342px;
	pointer-events: none;
}
.user__info-block[data-info="subscription"] a {
	font-size: 11px;
	font-weight: 400;
	line-height: 30px;
	font-style: normal;
	margin-left: 10px;
	/* color: var(--color-red); */
	color: #2222d1;
	pointer-events: auto;
}

.user__info-block input[type="tel"] {
	color: #757575;
}

.select-subscription-link {
	width: max-content;
	margin: 0 auto;
}

.user__logout {
	display: block;
	width: max-content;
	margin: 0 auto;
	color: #757575;
	font-size: 10px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: underline;
	margin-top: 10px;
}

.user-content__booking {
	padding: 0 !important;
}

.booking-wrapper .booking__list {
	padding-top: 20px;
	padding-bottom: 60px;
}

.booking-wrapper .booking__list[data-list="1"] {
	background: rgba(222, 128, 168, 0.11);
}

.booking-wrapper .booking__list[data-list="2"] {
	background: rgba(222, 128, 168, 0.11);
}

.booking-wrapper .booking__list[data-list="3"] {
	background: rgba(128, 171, 222, 0.11);
}

.booking-wrapper .booking__list-item:last-of-type {
	border-bottom: 1px solid #cbcbcb;
}

.booking-wrapper .booking__list[data-list="3"] .booking__list-item {
	justify-content: space-between;
	padding: 0 25px 0 20px;
}

.booking-wrapper .booking__list[data-list="3"] .booking-item__info {
	flex: 0 0 70%;
}

.booking-wrapper .booking__list[data-list="3"] .booking-item__info,
.booking-wrapper .booking__list[data-list="3"] .booking-item__price {
	padding-top: 8px;
	padding-bottom: 6px;
}

.booking-wrapper .booking__list[data-list="3"] .booking-item__price {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.342px;
	text-align: right;
}

.price_green {
	color: var(--color-green) !important;
}

.price_red {
	color: var(--color-red) !important;
}

.booking-item__title {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.342px;
}

.booking-item__date {
	color: #acacac;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
}

.booking-wrapper .user-content__title {
	padding-left: 20px;
	padding-right: 20px;
}

.user-content {
	/* margin-right: -20px;
	margin-left: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px; */

	margin-right: -15px;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 15px;
	/* padding-bottom: 40px; */
}

.user-content .booking__list-item {
	display: flex;
	font-family: var(--font-inter);
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: -0.019em;
	color: #000000;
	padding: 8px 25px 6px 20px;
	gap: 8px;
	border-top: 1px solid #cbcbcb;
	cursor: pointer;
}

.user-content .booking-item__info {
	flex-grow: 1;
}

.user-content .booking-item__indicator {
	height: 31px;
	width: 31px;
	flex: 0 0 31px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

.list-object {
	display: flex;
	flex-direction: column;
	margin-left: -20px;
	margin-right: -20px;

	/* gap: 25px; */
	padding-bottom: 60px;
	/* border-bottom: 1px solid #cbcbcb; */
}

.list-object__item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #cbcbcb;
	padding: 10px 15px;
}

.list-object__item_moder .list-object__item-title  {
	color: #CBCBCB;
}

.list-object__item-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 22px;
	height: 22px;
	margin-right: 3px;
}

.list-object__item-title {
	/* color: var(--color-green);
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.572px; */

	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #000;
}

.list-object__item-title sup {
	color: var(--color-pink);
}

.list-object__item-btn {
	margin-left: auto;
	background: #cbcbcb;
	color: #757575;
	font-family: var(--font-inika);
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	padding: 1px 27px;
	border-radius: 3px;
}

.list-object__item-btn_edit {
	line-height: 0;
	padding: 10px 0px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.list-object__item-btn_edit img {
	width: 40px;
	height: 20px;
}

.user-objects {
	/* padding-bottom: 60px; */
}

.user-objects__actions {
	/* padding-top: 15px;
	padding-bottom: 25px; */
    padding: 20px 15px 80px;
    background: #e6e6e6;
    margin-left: -20px;
    margin-right: -20px;
}

.user-objects__actions-title {
	/* text-align: center;
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.342px; */

    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #01b988;
}

.user-objects__actions-subtitle {
	/* text-align: center;
	color: #1e1e1e;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px; */

    margin-bottom: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #757575;
}

.user-objects__actions-wrapper {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}

.user-objects__actions-wrapper button {
    height: 40px;
	flex: 1 0 calc(40% - 10px);
	border-radius: 3px;
    background: #cbcbcb;

    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

	/* background: #b2b2b2;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px; */
}

.user-objects__actions-icon {
    width: 25px;
    height: 26px;
    background: rgba(1, 185, 136, 0.3);

    display: flex;
    align-items: center;
    justify-content: center;
}

.user-objects__actions-wrapper button:first-of-type:not(.user-booking .user-objects__actions-wrapper button) {
	/* background: #01b988; */
}

.user-settings {
	padding-bottom: 60px;
}

.user-booking {
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
}

.user-booking .user-objects__actions-wrapper, .user-objects__actions-wrapper_bills {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

.user-booking .user-objects__actions-wrapper button.active, .user-objects__actions-wrapper_bills button.active {
	background: #01b988;
}

.user-settings form {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.user-settings form fieldset {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.user-settings legend {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.342px;
	margin-bottom: 20px;
}

.button-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 30px;
}

.button-wrapper button {
	width: 100%;
	width: 225px;
}

.button-wrapper button.active {
	background: #ff7bab;
	color: #ffffff;
}

.booking-wrapper .booking__list:not(.booking__list.active) {
	display: none;
}

.popup__title {
	display: flex;
	align-items: center;
	gap: 3px;
	color: var(--color-green);
	font-size: 26px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.572px;
}

.user .booking-popup fieldset {
	gap: 25px;
}

.booking__container {
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
}

.booking__title {
	text-align: center;
	margin-bottom: 13px;
}

.booking__list-item {
	display: flex;
	font-family: var(--font-inter);
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: -0.019em;
	color: #000000;
	padding: 15px 25px 15px 20px;
	gap: 8px;
	border-top: 1px solid #cbcbcb;
}

.booking-item__info {
	flex-grow: 1;
}

.booking-item__indicator {
	height: 31px;
	width: 31px;
	flex: 0 0 31px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

.booking-item-empty{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	font-size: 14px;
	font-weight: 700;

	padding: 40px 10px 0;

}

.user-booking .booking__list-item[data-status="cancel"],.booking-item-cancel  {
	background: rgba(255, 0, 0, 0.3);
}

.user-booking .booking__list-item[data-status="confirmed"], .booking-item-confirmed  {
	background: rgba(1, 185, 136, 0.1);
}



.form-field__img-list {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.form-field__img-list li {
	width: 80px;
	height: 80px;
	position: relative;
}

.form-field__img-list li span {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	color: var(--color-red);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.form-field__img-list li img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.houseComplex-title {
	margin-bottom: 5px;
    font-family: var(--font-inter);
    color: var(--color-green-dark);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.022em;
}

.popup__body_bills {
	display: none;
}

.booking-request__bill-cancel {
	flex-wrap: wrap;
}

.booking-request__bill-cancel textarea {
	flex: 0 1 100%;
}

.user-content__binging{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.user-content__binging div.telegram button {
	width: max-content;
}

.user-content__binging .booking-request__decr,
.user-content__binging .booking-request__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

.user-content__binging .booking-request__decr .button{
	margin-bottom: 20px;
}

.user-content__binging .booking-request__info {
	gap: 20px;
}

.user-settings__common-info{

	margin-bottom: 30px;
}

.user-settings__common-info form,
.user-settings__change-password form {
	gap: 20px;
}

.user-settings__common-info > button,
.user-settings__change-password > button {
	/* width: max-content; */
	max-width: 320px;
	border-left: 1px solid #3F82A8;
	border-top: 1px solid #3F82A8;
	margin: 0 auto;
	overflow: hidden;
}

.user-settings__common-info .button-tab-arrow,
.user-settings__change-password .button-tab-arrow {
	border-radius: 0;
}

.user__avatar-edit {
	margin: 0 auto;
	max-width: 320px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;

	color: #313333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.342px;
}

.user__avatar-edit button {
	display: none;
}

.user__avatar-input input[type="file"]{
	display: none;
}

div.form-field_textarea-descr {

	margin-top: 5px;
    padding: 10px;
    border: 10px solid #3F82A8;
    background: #fff;

	flex-direction: column;
	gap: 15px;

	color: #313333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.342px;

	
}

.form-field_textarea-descr p:first-child{
	font-size: 18px;
	color: #01b988;
}

.form-field_textarea-descr p:not(:first-child){
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}


.booking__file-wrapper {
	background-color: #fff;
	padding: 15px 10px;
}

.booking__file-wrapper >p{
	display: none;
}

.ndays-wrapper {
	margin-bottom: 20px;
}


.select2-dropdown .select2-results__option {
    position: relative;
}

.select2-dropdown .select2-results__option::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background: url('../images/icons/checked-icon.svg') center no-repeat;
    background-size: 0;
    border: 1px solid #757575;
    transition: all 0.12s ease;
}

.multi-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    padding: 0;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.select2-container--default .select2-results__option--selected {
    
    background-color: #ff7bab;
    color: #fff;
}


.multi-select-container .select2-container--default .select2-selection--multiple,
.multi-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    border-radius: 3px;
    min-height: 25px;
}

.multi-select-container .select2-container--default .select2-selection--multiple {
    padding: 3px;
}

.multi-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative;
    width: 25px;
    min-height: 100%;
    padding: 5px;
    font-size: 16px;
}

.multi-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding: 5px 10px;
}

.booking-popup__interval-addEveryDay {
	margin: 0 auto;
	max-width: max-content;
}


.form-field__checkbox-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}




.user__info-block_key .checkbox-wrapper {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 5px;

}

.user__info-block_key * {
	pointer-events: auto;
}


.user__info-block_key input {
	width: 20px;
	height: 20px;
}

.booking__comment__title {
	margin-bottom: 10px;
	font-weight: var(--font-inter);
	color: #acacac;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.342px;
}
.booking__comment-textarea {
	margin-bottom: 15px;
}

.booking__comment-textarea textarea {
	width: 100%;
	height: 150px;
	border-radius: 6px;
	color: #757575;
	font-weight: var(--font-inter);
	font-size: 18px;

	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.342px;
}

.booking__addinterval-btn {
	padding: 9px 54px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.266px;
	border-radius: 3px;
	background: var(--color-green);
	margin: 0 auto;
}

.booking-popup_request input[name="vehicleNumber"]{
    text-transform: uppercase;
  }

.booking-popup_request input[name="vehicleNumber"]::placeholder{
    text-transform:none;
  }



.booking-popup_request .popup__body-interval-cost{
	font-size: 18px;
}

.booking-popup_request-wrapper{
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}


.popup__message {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 15px;
}
.popup__message-inrerval{
    padding: 10px;
    border: 10px solid #01b988;
    background: #fff;

	color: #313333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.342px;
}

.popup__message-list {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.popup__message-list li{
	padding: 5px;
	border-bottom: 1px solid #01b988;
	display: grid;
	grid-template-columns: 1fr 30%;
}
.popup__message-list li:not(:last-child) span:last-child{
	text-align: right;
}


.popup__message-list li:last-child{
	display: flex;
	flex-direction: column;
	border: none;
	gap: 10px;
}

.popup__message-list li:last-child span:first-child{
	text-align: center;
}

.booking-popup_request .form-field input{
	border: 2px solid transparent;
}

.booking-popup_request .form-field input.invalid{
	border-color: red;
}
.booking-popup_request  textarea::placeholder {
	font-size: 18px;
}

.form-field__error{
		display: none;
		margin-top: 10px;
		color: var(--color-red);
		font-size: 16px;
		line-height: 1.3;
}

.booking-popup_request input[name="vehicleNumber"].number-invalid +  .form-field__error{
	display: block;
  }

.popup__message-title{
	margin: 0;
	color: var(--color-green-dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.572px;
    text-align: center;
    margin-bottom: 15px;
}

.popup__body-parking-night{
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}

.popup__body-parking-night.active{
	display: flex;
}

.popup__body-parking-night .checkbox-wrapper{
	background: transparent;
    color: #313333;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.342px;

	display: flex;
	align-items: center;
	gap: 5px;
}
.popup__body-parking-night .checkbox-wrapper input{
	width: 20px;
	height: 20px;
}
.popup__body-parking-night .form-field{
	width: 70%;
	text-align: center;
}

.select-complex{
	width: 310px;
	margin: 0 auto;
	border: 3px solid #01b988;;
	margin-bottom: 20px;
}

.select2.select2-container--default .select2-selection--single {
	min-height: 30px;
	padding: 2px 9px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	/* background: red; */
	/* width: 50%; */
	/* margin: 0 auto; */
}

.popup__window_send-interval .booking__comment-textarea textarea{
	height: 120px;
	resize: none;
}

.popup__window_send-interval .popup__body{
	padding-bottom: 80px;
}

@media (min-width: 480px) {
	.registration__container {
		padding-left: 60px;
		padding-right: 60px;
	}

	.skip-object-adding-btn {
		padding: 13px 10px;
		font-size: 14px;
	}

	.user__tabs li {
		padding: 11px 22.5px;
	}
}

@media (min-width: 400px) {
	.user__info-block span {
		flex: 0 0 90px;
	}

	.user__info-block {
		width: 90%;
	}

	/* .list-object__item-title {
		font-size: 26px;
	} */
}
