.get_result {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	border-radius: 800px;
	border: 1px solid rgba(250, 130, 10, 0.2);
	min-width: 155px;
}

.get_result span {
  color: #FA820A;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	line-height: 100%;
}

.get_result img {
	width: 22px !important;
	height: auto !important;
}

.gr-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.gr-popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.gr-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(180deg, #fff 80%, #ecf5f5 100%);
	padding: 50px;
	max-width: 368px;
	width: 90%;
	border-radius: 20px;
	padding: 80px 40px 40px 40px;
}

.gr-popup-content .popup_title {
	font-size: 26px;
	font-weight: 700;
	color: #1B1C1E;
	text-align: center;
	line-height: 30px;
	font-family: Nunito, sans-serif;
}

.gr-popup-content form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.gr-popup-content form input {
	padding: 15px;
	border-radius: 15px;
	border: solid 1px #000;
}
.gr-popup-content form label {
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #1B1C1E;
	text-align: left;
	line-height: 100%;
	width: 100%;
}

.gr-popup-content form .analysis_number_date_wrapper {
	display: flex;
	gap: 10px;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 20px;

	width: calc(100% - 32px);
	border-radius: 800px;
	padding: 15px 20px;
	background: #eef8f8;
	border: none;
	font-family: Nunito, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #99a0a1;
}

.gr-popup-content form .analysis_number_date_wrapper input {
	border: none;
	padding: 0px;
	background: none;
	font-family: Nunito, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #99a0a1;
	border-radius: 0px;

	height: 35px;
	display: flex;
	justify-content: center;
}

.gr-popup-content form .analysis_number_date_wrapper input:first-child {
	width: calc(57% - 10px);
	padding-right: 10px;
}
@media(max-width:376px) {
	.gr-popup-content form .analysis_number_date_wrapper input:first-child {
		width: calc(50% - 10px);	
	}
}
@media(max-width:365px) {
	.gr-popup-content form .analysis_number_date_wrapper input:first-child {
		width: calc(40% - 10px);
	}
}


.gr-popup-content form .analysis_number_date_wrapper .date-input-wrapper {
	width: calc(43% - 20px);
	position: relative;
	display: flex;
	align-items: center;
}

.gr-popup-content form .analysis_number_date_wrapper .date-input-wrapper input[type="date"] {
	width: 100%;
	padding-left: 45px;
	border-left: 1px solid #149FA4 !important;
	position: relative;
}

@media(max-width:350px) {
	.gr-popup-content form .analysis_number_date_wrapper .date-input-wrapper input[type="date"] {
		padding-left: 50px;
	}
}

.gr-popup-content form .analysis_number_date_wrapper .date-input-wrapper .calendar-icon-trigger {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/plugins/get-result-api/assets/images/calendar.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	z-index: 2;
	pointer-events: auto;
}

/* Скрываем системную иконку календаря браузера */
.gr-popup-content form .analysis_number_date_wrapper input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

.gr-popup-content form .analysis_number_date_wrapper input[type="date"]::-webkit-inner-spin-button,
.gr-popup-content form .analysis_number_date_wrapper input[type="date"]::-webkit-clear-button {
	display: none;
	-webkit-appearance: none;
}



.gr-popup-content form .analysis_number_date_wrapper input:focus {
	outline: none;
	border: none;
}

.gr-popup-content form .phone_label {
	margin-bottom: 7px;
}

.gr-popup-content form .phone_input {
	width: calc(100% - 32px);
	border-radius: 800px;
	padding: 22px 20px;
	background: #eef8f8;
	border: none;

	font-family: Nunito, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #99a0a1;
}

.gr-popup-content form .phone_input:focus {
	outline: none;
	border: none;
}

.gr-popup-content form .phone_input:focus-visible {
	outline: none;
	border: none;
}

.gr-popup-close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 24px;
	background: none;
	border: none;
	cursor: pointer;
}

.gr-popup-content form button {
	padding: 20px 10px;
	background: #FA820A;
	width: 100%;
	max-width: 100%;
	text-align: center;
	border-radius: 800px;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: Nunito, sans-serif;
	cursor: pointer;
	margin-top: 30px;
}

.gr-form-error {
	width: calc(100% - 40px);
	border-radius: 20px;
	padding: 20px 20px;
	background: #149FA41A;
	margin-top: 30px;
	font-family: Nunito, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #A41414;
	text-align: center;
	line-height: 20px;
}

.gr-result-response {
	text-align: center;
	margin-top: 40px;
}

.gr-result-response p {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	font-family: Nunito, sans-serif;
}

.gr-result-response .gr-retry, .gr-result-response .gr-new-search {
background: #fff;
width: 100%;
max-width: 100%;
text-align: center;
border-radius: 800px;
border: none;
color: #149FA4;
font-size: 18px;
font-weight: 700;
font-family: Nunito, sans-serif;
cursor: pointer;
margin-top: 40px;
padding: 20px 10px;
border: 1px solid #149FA4;
}

.gr-result-response .gr-new-search {
	  width: 100%;
}

.get_result span {
	text-align: left;
}

.gr-result-table {
	border-radius: 20px;
	background-color: #149FA41A;
	padding: 15px 10px;
}

.gr-result-table .gr-result-row {
	display: flex;
	justify-content: space-between;
}
.gr-result-table .gr-result-row:first-child {
	margin-top: 0px;
}

.gr-result-table .gr-result-row.gr-result-header {
	margin-top: 5px;
}

.gr-result-table .gr-result-row.gr-result-header > div {
	font-family: 'Nunito', sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 16px !important;
	line-height: 100% !important;
	letter-spacing: 0% !important;
	color: #1B1C1E !important;
	vertical-align: middle !important;
	opacity: 60% !important;
	margin-bottom: 30px !important;
}

.gr-result-table .gr-result-row:not(.gr-result-header) > div {
  color: #1B1C1E;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	line-height: 1.3em !important;
}

.gr-result-table .gr-result-row:not(.gr-result-header):last-child > div {
  margin-top: 24px !important;
}

.gr-result-table .gr-result-row>div:first-child {
	width: 40%;
	text-align: left;
}

.gr-result-table .gr-result-row>div:nth-child(2) {
	width: 55px;
	text-align: center;
}

.gr-result-table .gr-result-row>div a { 
	color: #149FA4 !important;
}

.gr-result-table .gr-result-row>div:last-child {
	width: 40%;
	text-align: right;
}

.gr-result-table .gr-result-header > div {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Nunito, sans-serif;
}

.main-head-mobile .person-block {
	width: 100px !important;
}

.hide_mobile .get_result {
  display: none;
}

.gr-result-cell .auto-open-pdf {
	display: flex;
	gap: 5px;
	align-items: center;
	text-decoration: none;
}

.gr-result-cell .auto-open-pdf span {
  border-bottom: 0.8px solid #149FA4;
  padding-bottom: 0;
  line-height: 0.8;
}

.gr-result-cell:last-child {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

@media(max-width:767px) {
	.gr-popup-content {
		width: 82%;
	}
}