@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:regular,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:regular,500,600,700,700italic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Inter:500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:500&display=swap");
@font-face {
	font-family: "icons";
	src:
		url("../fonts/icons.woff2") format("woff2"),
		url("../fonts/icons.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
[class*="_icon-"]::before {
	display: inline-block;
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*.review__text {*/
/*    white-space: pre-line; !* shows line breaks as new paragraphs *!*/
/*    font-size: 1rem;*/
/*    line-height: 1.7;*/
/*    color: #333;*/
/*    text-align: justify;*/
/*}*/

.review__text {
    white-space: pre-line;
    border-left: 4px solid #28a745;
    padding-left: 15px;
    color: #444;
    line-height: 1.7;
}


*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	display: inline-block;
}

a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
}

li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

html,
body {
	line-height: 1;
	height: 100%;
}

/* FORM */
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}

input,
textarea {
	width: 100%;
}

button,
select,
option {
	cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html {
	scroll-behavior: smooth;
}

.wrapper {
	overflow: clip;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}
.wrapper main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

body.lock {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

.wrapper {
	overflow: clip;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}
.wrapper main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

[class*="__container"] {
	margin: 0 auto;
	padding: 0 0.9375rem;
}

.renewal {
	padding-top: 8.0625rem;
	padding-bottom: 0.75rem;
}
.renewal__container {
	max-width: 1400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.renewal__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px;
	color: #475569;
	font-size: 14px;
	font-weight: 500;
	padding: 8px;
	justify-items: end;
}
@media (max-width: 30em) {
	.renewal__content {
		font-size: 13px;
	}
}
.renewal__content span {
	margin-left: auto;
	color: #1e293b;
	font-weight: 700;
}
.renewal__content svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.renewal__link {
	padding: 10px 20px;
	color: #28a745;
	font-family: "Poppins";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 135%; /* 18.9px */
	letter-spacing: -0.2px;
	border-radius: 8px;
	background-color: #f8fafc;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.renewal__link:hover {
		background-color: #dbf2e3;
	}
}

.description {
	padding-top: 7.5rem;
	padding-bottom: 13rem;
}
.description--padding {
	padding-top: 1.5rem;
}
.description__container {
	max-width: 73.375rem;
}
.description__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	font-weight: 500;
	color: #28a745;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.description__link svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
}
.description__link:not(:last-child) {
	margin-bottom: 2rem;
}
@media (any-hover: hover) {
	.description__link:hover {
		color: #212529;
	}
}

.company-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
}
@media (max-width: 47.99875em) {
	.company-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.company-info__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 2px;
	max-width: 270px;
	width: 100%;
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 47.99875em) {
	.company-info__left {
		max-width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 30em) {
	.company-info__left {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.company-info__right {
	max-width: 53.125rem;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media (max-width: 47.99875em) {
	.company-info__right {
		max-width: 100%;
	}
}

.card-company__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.card-company__header:not(:last-child) {
	margin-bottom: 2rem;
}
.card-company__edit-btn,
.review__edit-btn {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 96px;
	border: 1px solid #28a745;
	background: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.card-company__edit-btn svg,
.review__edit-btn svg {
	width: 16px;
	height: 16px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}
@media (any-hover: hover) {
	.card-company__edit-btn:hover,
	.review__edit-btn:hover {
		border: 1px solid #157d2d;
		background-color: #dbf2e3;
	}
	.card-company__edit-btn:hover svg,
	.review__edit-btn:hover svg {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.card-company__logo {
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 2.5rem;
}
.card-company__logo img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.card-company__item {
	display: grid;
	gap: 0.3125rem;
}
.card-company__item span {
	font-family: "Roboto";
}
.card-company__link {
	text-decoration: underline;
}
@media (any-hover: hover) {
	.card-company__link:hover {
		text-decoration: none;
	}
}
.card-company__wrap {
	display: grid;
	border-left: 5px solid #28a745;
	width: 100%;
}
@media (max-width: 47.99875em) {
	.card-company__wrap {
		grid-template-columns: repeat(4, 1fr);
		text-align: center;
	}
}
@media (max-width: 43.75em) {
	.card-company__wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 30em) {
	.card-company__wrap {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		text-align: left;
	}
}
.card-company__wrap:not(:last-child) {
	margin-bottom: 2rem;
}
.card-company__details {
	color: rgb(77, 81, 84);
	font-family: "Roboto";
}
.card-company__rating--margin:not(:last-child) {
	margin-bottom: 2rem;
}
.card-company__rating--dashboard {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.card-company__update {
	color: #94a3b8;
	font-size: 14px;
	line-height: 110%; /* 15.4px */
}
.card-company__social:not(:last-child) {
	margin-bottom: 2rem;
}

.item-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75rem;
	padding: 12px 16px;
}
.item-card__info {
	display: grid;
	gap: 0.5rem;
}
.item-card__title {
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px; /* 100% */
}
.item-card__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	background: #f1f5f9;
	display: grid;
	place-items: center;
}
.item-card span {
	color: #94a3b8;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px; /* 166.667% */
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
}
.social__link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}
@media (any-hover: hover) {
	.social__link:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.about-company__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.25rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	background: #f1f5f9;
}
.about-company__header span {
	color: #475569;
	font-weight: 600;
	line-height: 110%;
}
.about-company__title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.about-company__badge {
	border-radius: 6px;
	background: #3b82f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 6px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.about-company__badge svg {
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.about-company__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 72px;
	height: 72px;
	padding: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 12px;
	background: #f1f5f9;
}
.about-company__logo:not(:last-child) {
	margin-bottom: 1rem;
}
.about-company__logo svg {
	width: 32px;
	height: 32px;
}
.about-company__button {
	background-color: #1e293b;
	color: #fff;
	padding: 0.75rem 1.25rem;
	font-weight: 700;
	border-radius: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.about-company__button:hover {
		background-color: #28a745;
	}
}
.about-company__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.25rem;
}
.about-company__wrapper:not(:last-child) {
	margin-bottom: 1.75rem;
}
.about-company__title {
	color: #0f172a;
	text-align: center;
	font-weight: 700;
	line-height: 110%;
}
@media (min-width: 73.375em) {
	.about-company__title {
		font-size: 2rem;
	}
}
@media (min-width: 20em) and (max-width: 73.375em) {
	@supports (font-size: clamp(1.75rem, 1.656323185rem + 0.4683840749vw, 2rem)) {
		.about-company__title {
			font-size: clamp(1.75rem, 1.656323185rem + 0.4683840749vw, 2rem);
		}
	}
	@supports not (font-size: clamp(1.75rem, 1.656323185rem + 0.4683840749vw, 2rem)) {
		.about-company__title {
			font-size: calc(1.75rem + 0.25 * (100vw - 20rem) / 53.375);
		}
	}
}
@media (max-width: 20em) {
	.about-company__title {
		font-size: 1.75rem;
	}
}
.about-company__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.25rem;
}
@media (any-hover: hover) {
	.about-company__link:hover svg {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.about-company__link:hover span {
		text-decoration: none;
	}
}
.about-company__link span {
	color: #28a745;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px; /* 100% */
	text-decoration-line: underline;
	text-decoration-style: solid;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.about-company__link svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}
.about-company__review {
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	min-height: auto;
	padding: 20px 20px 32px 20px;
}
@media (max-width: 47.99875em) {
	.about-company__review {
		padding: 10px 20px;
	}
}

.review__title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}
.review__title-wrap:not(:last-child) {
	margin-bottom: 1.25rem;
}
.review__title {
	color: #0f172a;
	font-weight: 700;
	line-height: 110%; /* 17.6px */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
}
.review__title::before {
	content: "";
	background: url(../img/review-element.svg) 0 0 / cover no-repeat;
	width: 24px;
	height: 24px;
}
.review__title--margin:not(:last-child) {
	margin-bottom: 1.25rem;
}
/*.review__text {*/
/*	color: #0f172a;*/
/*	font-size: 16px;*/
/*	line-height: 128%; !* 20.48px *!*/
/*}*/
.review__text p:not(:last-child) {
	margin-bottom: 1.25rem;
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(30, 41, 59, 0.4);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1000;
}
.popup__form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.popup__form:not(:last-child) {
	margin-bottom: 1.6875rem;
}
.popup__body {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.875rem 0.625rem;
	max-height: 100vh;
}
.popup__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 72px;
	height: 72px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 12px;
	background: #f1f5f9;
	border: 1.44px solid #e2e8f0;
	overflow: hidden;
}
.popup__logo svg {
	width: 32px;
	height: 32px;
}
.popup__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: none;
}
.popup__content {
	overflow: hidden;
	max-width: 30rem;
	width: 100%;
	max-height: 90vh;
	background-color: #fff;
	padding: 2rem 1.5rem;
	border-radius: 12px;
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-y: auto;
}
.popup__content--flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 30em) {
	.popup__content {
		padding: 2.5rem 1.5rem;
		max-height: 70vh;
	}
}
.popup__content span {
	color: #9b9b9b;
	text-align: center;
	font-size: 0.75rem;
}
.popup__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.popup__wrap:not(:last-child) {
	margin-bottom: 1rem;
}
.popup__avatar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.popup__upload {
	cursor: pointer;
	display: block;
	color: #28a745;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.popup__upload svg {
	width: 16px;
	height: 16px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.popup__title {
	color: #1e293b;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 135%; /* 32.4px */
	letter-spacing: -0.2px;
}
.popup__title:not(:last-child) {
	margin-bottom: 0.75rem;
}
.popup__title--margin:not(:last-child) {
	margin-bottom: 2rem;
}
.popup__text {
	color: #64748b;
	text-align: center;
	font-size: 14px;
	line-height: 122%; /* 17.08px */
}
@media (min-width: 73.375em) {
	.popup__text:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (min-width: 20em) and (max-width: 73.375em) {
	@supports (margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem)) {
		.popup__text:not(:last-child) {
			margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem);
		}
	}
	@supports not (margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem)) {
		.popup__text:not(:last-child) {
			margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 53.375);
		}
	}
}
@media (max-width: 20em) {
	.popup__text:not(:last-child) {
		margin-bottom: 1.25rem;
	}
}
@media (min-width: 73.375em) {
	.popup__fields:not(:last-child) {
		margin-bottom: 2rem;
	}
}
@media (min-width: 20em) and (max-width: 73.375em) {
	@supports (margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem)) {
		.popup__fields:not(:last-child) {
			margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem);
		}
	}
	@supports not (margin-bottom: clamp(1.25rem, 0.968969555rem + 1.4051522248vw, 2rem)) {
		.popup__fields:not(:last-child) {
			margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 53.375);
		}
	}
}
@media (max-width: 20em) {
	.popup__fields:not(:last-child) {
		margin-bottom: 1.25rem;
	}
}
.popup__btn-wrap {
	-ms-flex-item-align: end;
	align-self: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
}
.popup__field {
	display: grid;
	gap: 0.5rem;
}
.popup__field input {
	border: 1px solid #e2e8f0;
	padding: 0.9375rem 0.5rem;
	border-radius: 8px;
	background: #fff;
	-webkit-transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
}
.popup__field input::-webkit-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__field input::-moz-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__field input:-ms-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__field input::-ms-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__field input::placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__field input:focus {
	border-radius: 8px;
	border: 1px solid #28a745;
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}
.popup__field label {
	color: #1e293b;
	font-size: 12px;
	font-weight: 700;
	line-height: 110%;
}
.popup__field:not(:last-child) {
	margin-bottom: 1.0625rem;
}
.popup__button--cancel {
	color: #475569;
	font-family: "Poppins";
	font-size: 14px;
	font-weight: 500;
	line-height: 135%;
	letter-spacing: -0.2px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media (any-hover: hover) {
	.popup__button--cancel:hover {
		color: #28a745;
	}
}
.popup__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}
@media (any-hover: hover) {
	.popup__close:hover svg {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.popup__close svg {
	width: 1.25rem;
	height: 1.25rem;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}
.popup__label {
	color: #1e293b;
	font-size: 12px;
	font-weight: 700;
	line-height: 110%;
	display: block;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.popup--edit .custom-select {
	color: #0f172a;
	font-size: 14px;
	line-height: 135%;
	border-radius: 8px;
}
.popup--edit .custom-select span {
	color: #0f172a;
	font-size: 14px;
	line-height: 135%;
}
.popup--edit .custom-select__trigger {
	padding: 14px 8px;
	border: 1px solid #94a3b8;
}
.popup__avatar-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.popup__upload {
	color: #28a745;
	font-family: "Inter";
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}
@media (any-hover: hover) {
	.popup__upload:hover {
		color: #0f172a;
	}
}
.popup__upload-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5rem;
	display: none;
}
.popup__textarea {
	min-height: 200px;
	resize: none;
	border: 1px solid #94a3b8;
	padding: 0.9375rem 0.5rem;
	border-radius: 8px;
	background: #fff;
	-webkit-transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease;
	transition:
		box-shadow 0.3s ease,
		border 0.3s ease,
		-webkit-box-shadow 0.3s ease;
}
.popup__textarea::-webkit-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__textarea::-moz-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__textarea:-ms-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__textarea::-ms-input-placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__textarea::placeholder {
	color: #64748b;
	font-family: "Plus Jakarta Sans";
	font-size: 14px;
	line-height: 135%; /* 18.9px */
}
.popup__textarea:focus {
	border-radius: 8px;
	border: 1px solid #28a745;
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.02);
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.popup.open {
	visibility: visible;
	opacity: 1;
	-ms-touch-action: none;
	touch-action: none;
}

.popup:not(.open) .popup__close {
	pointer-events: none;
	visibility: hidden;
}

#messageSubmit {
	border-radius: 16px;
	border: 1px solid #e3deed;
	background: #fff;
	-webkit-box-shadow:
		0px 148px 41px 0px rgba(162, 185, 181, 0),
		0px 95px 38px 0px rgba(162, 185, 181, 0.01),
		0px 53px 32px 0px rgba(162, 185, 181, 0.05),
		0px 24px 24px 0px rgba(162, 185, 181, 0.09),
		0px 6px 13px 0px rgba(162, 185, 181, 0.1);
	box-shadow:
		0px 148px 41px 0px rgba(162, 185, 181, 0),
		0px 95px 38px 0px rgba(162, 185, 181, 0.01),
		0px 53px 32px 0px rgba(162, 185, 181, 0.05),
		0px 24px 24px 0px rgba(162, 185, 181, 0.09),
		0px 6px 13px 0px rgba(162, 185, 181, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: fixed;
	top: 5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1100;
	padding: 1rem;
	max-width: 30.375rem;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}
#messageSubmit svg {
	width: 40px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#messageSubmit p {
	color: #475569;
	font-weight: 700;
	line-height: 122%; /* 19.52px */
	letter-spacing: -0.2px;
}

#messageSubmit.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

#messageSubmit .close-message {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}
