

/* Start:/local/templates/ma-template.optictoria/components/bitrix/main.include/vision-test/style.css?174833736221332*/
body{
	background-color: #F8F8F8 !important;
	-webkit-font-smoothing: antialiased;
}

h1.title_h1{
	font-size: 42px;
	margin-bottom: 50px;
	margin-top: 50px;
	font-weight: unset;
	font-family: 'GothamProMedium';
}

.container-block{
	background-color: #FFF;
	border-radius: 8px;
	padding: 40px;
}

.container-block + .container-block{
	margin-top: 32px;
}

.container-block h3.subtitle{
	margin: 0;
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: unset;
	font-family: 'GothamProMedium';
}

#service-select{
	margin-bottom: 40px;
}

#TIMETABLE_SECTION h3.subtitle{
	margin-top: 40px;
}

.form-map{
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #E5E5E5;
}

#map{
	height: 400px;
	width: 100%;
}
.ymaps-2-1-79-balloon__layout,
.ymaps-2-1-79-balloon{
	border-radius: 8px;
}

.service-map-balloon{
	margin-top: -20px;
}

.service-map-balloon > h3{
	font-size: 17px;
}

.service-map-buttons > a{
	color: #FFF !important;
	padding: 6px 12px;
	background-color: #5BBA47;
	border-radius: 4px;
}

.service-map-balloon > h3::first-letter{
	text-transform: uppercase;
}

.g-custom-select span.description{
	color: #949594;
}

#service-select .g-custom-select .g-custom-select__title span.description{
	display: none;
}

#timetable-select{
	display: flex;
	gap: 20px;
}

.form-timetable{
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	display: flex;
	flex-wrap: wrap;
	max-width: 180px;
	width: 100%;
	flex: 1;
	font-size: 14px;
}

.form-timetable-slot{
	flex: 1;
	width: 50%;
	min-width: 50%;
	max-width: 50%;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 8px;
	transition: all .2s ease;
	cursor: pointer;
	max-height: 40px;
	line-height: 1;
}

.form-timetable-slot:hover{
	background-color: #f0f0f0;
}

.form-timetable-slot.selected{
	background-color: #5BBA47;
	color: #FFF;
}

.form-timetable-slot.disabled{
	color: #94959466;
	pointer-events: none;
}

.g-custom-select {
	position: relative;
	width: 100%;
	border-radius: 8px;
}

.g-custom-select__title span.select-label{
	position: absolute;
	top: 19px;
	left: 15px;
	color: #000;
	padding: 0;
	-webkit-transition: top .3s ease, color .3s ease, font .3s ease;
	-o-transition: top .3s ease, color .3s ease, font .3s ease;
	transition: top .3s ease, color .3s ease, font .3s ease;
}

.g-custom-select__title span.select-label.moved{
	top: 9px;
	color: #5BBA47;
	font-size: 14px;
	line-height: 125%;
	/* font-weight: 600;
	font-family: 'GothamProMedium'; */
	font-family: 'GothamProBold';
}

.g-custom-select__title {
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	width: 100%;
	min-height: 60px;
	outline: none;
	margin: 0;
	color: #000;
	text-align: left;
	padding: 28px 40px 8px 16px;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease;
	-o-transition: color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	line-height: 125%;
	font-style: normal;
}

.disabled.g-custom-select__title,
.disabled.g-custom-select__title span.select-label{
  color: #000;
}

.disabled.g-custom-select__title::after{
	opacity: 0.3;
}

.disabled{
  pointer-events: none;
}

.g-custom-select__title:hover{
	border-color: #5BBA47;
}

.g-custom-select__title:hover {

}

.g-custom-select.open .g-custom-select__title {

}

.g-custom-select__title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0582 13.229L11.7051 13.5814L11.3519 13.229L7.46729 9.35286C7.27292 9.15891 6.95818 9.15909 6.76402 9.35325C6.56971 9.54756 6.56971 9.8626 6.76402 10.0569L11.7051 14.998L16.6461 10.0569L16.9997 10.4105L16.6461 10.0569C16.8405 9.8626 16.8405 9.54756 16.6461 9.35325C16.452 9.15909 16.1372 9.15891 15.9429 9.35286L12.0582 13.229Z' fill='black' stroke='black'/%3E%3C/svg%3E%0A");

	-webkit-transition: right 0.2s, top 0.2s, -webkit-transform 0.2s;
	transition: right 0.2s, top 0.2s, -webkit-transform 0.2s;
	-o-transition: transform 0.2s, right 0.2s, top 0.2s;
	transition: transform 0.2s, right 0.2s, top 0.2s;
	transition: transform 0.2s, right 0.2s, top 0.2s, -webkit-transform 0.2s;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.g-custom-select.open .g-custom-select__title::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
		-ms-transform: translateY(-50%) rotate(-180deg);
			transform: translateY(-50%) rotate(-180deg);
}

.g-custom-select__title .value{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.g-custom-select.open{
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 750;
}

.g-custom-select__list {
	margin-top: 5px;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background: #FFF;
	border-radius: 8px;
	z-index: -1;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #E5E5E5;
}

.g-custom-select.open .g-custom-select__list {
	display: block;
	z-index: 10;
	width: auto;
	max-width: none;
	min-width: 100%;
}

.g-custom-select.open .g-custom-select__title{
	background-color: #FFF;
	z-index: 750;
}

.g-custom-select__item {
	display: block;
	padding: 16px;
	color: #000;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease, color .2s ease;
	-o-transition: background-color 0.2s ease, color .2s ease;
	transition: background-color 0.2s ease, color .2s ease;
	font-style: normal;
	font-size: 16px;
	line-height: 125%;
	word-break: break-word;
}

.g-custom-select__item:hover,
.g-custom-select__item:active,
.g-custom-select__item.selected{
	background-color: #F8F8F8;
}

.g-custom-select__item.selected{
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: calc(100% - 16px) center;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7304 6.31701C20.1076 6.72041 20.0864 7.35322 19.683 7.73043L10.058 16.7304C9.67363 17.0898 9.07649 17.0899 8.69209 16.7305L4.31709 12.6405C3.91365 12.2633 3.89234 11.6305 4.2695 11.2271C4.64667 10.8236 5.27947 10.8023 5.68292 11.1795L9.37493 14.631L18.317 6.26958C18.7204 5.89237 19.3532 5.91361 19.7304 6.31701Z' fill='%235BBA47'/%3E%3C/svg%3E%0A");

}

.g-custom-select__item.disabled{
	opacity: 0.3;
}

@media(max-width: 768px){
	.form-timetable-slot{
		width: 25%;
		min-width: 25%;
		max-width: 25%;
	}
	.g-custom-select.open{
		z-index: 10000;
	}
	.g-custom-select__list {
		margin-top: 0;
		position: fixed;
		top: unset;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #FFF;
		border-radius: 8px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		max-height: 420px;
	}
	.g-custom-select.open .g-custom-select__list {
		z-index: 760;
	}
	.g-custom-select.open .g-custom-select__title{
		pointer-events: none;
	}
	.g-custom-select.open .g-custom-select__title::before{
		content: '';
		position: absolute;
		top: -1px;
		bottom: -1px;
		right: -1px;
		left: -1px;
		background-color: #0000004D;
		z-index: 10000;
	}
}

@media(max-width: 768px){
	.g-overlay{
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: #0000004D;
		z-index: 10000;
	}
}

.select--hidden{
	display: none;
}

.g-custom-scroll {
	overflow: auto;
	scrollbar-color: #5BBA47 #FFF;
	scrollbar-width: thin;
}

.g-custom-scroll::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.g-custom-scroll::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
	border-radius: 50px;
}

.g-custom-scroll::-webkit-scrollbar-thumb {
	background: #F8F8F8;
	border: 1px solid #F8F8F8;
	border-radius: 50px;
}

.g-custom-scroll::-webkit-scrollbar-thumb:hover {
	background: #F8F8F8;
}

.g-custom-scroll::-webkit-scrollbar-thumb:active {
	background: #F8F8F8;
}

.g-custom-scroll::-webkit-scrollbar-track {
	margin-top: 6px;
	background: #FFF;
	border: 0px none #FFF;
	border-radius: 50px;
}

.g-custom-scroll::-webkit-scrollbar-track:hover {
	background: #FFF;
}

.g-custom-scroll::-webkit-scrollbar-track:active {
	background: #FFF;
}

.g-custom-scroll::-webkit-scrollbar-corner {
	background: transparent;
}

/** CALENDAR START **/

body .air-datepicker{
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	width: fit-content;
	padding: 18px;
	z-index: 1;
	font-family: 'GothamProRegular';
}
body .air-datepicker,
body .air-datepicker-nav--title i {
	color: #000;
}

body .air-datepicker-nav {
	justify-content: flex-start;
	padding: 0;
	padding-bottom: 10px;
}

body .air-datepicker.-inline-{
	border-color: #E5E5E5;
}

body .air-datepicker-nav .air-datepicker-nav--title {
	order: 1;
	margin-right: auto;
	pointer-events: none !important;
	font-style: normal;
	/* font-weight: 600; */
	font-family: 'GothamProBold';
	font-size: 16px;
	line-height: 125%;
	color: #000;
}
body .air-datepicker-nav .air-datepicker-nav--action[data-action="prev"] {
	order: 2;
}
body .air-datepicker-nav .air-datepicker-nav--action[data-action="next"] {
	order: 3;
}

body .air-datepicker--content {
	padding: 0;
}

body .air-datepicker-cell.-current- {
	color: #5BBA47;
}

body .air-datepicker-cell.-current-.-selected- {
	color: #FFF;
}

body .air-datepicker-cell.-current-.disabled {
	opacity: 0.5;
}

body .air-datepicker-cell.-selected-,
body .air-datepicker-cell.-selected-.-current- {
	background: #5BBA47 !important;
	background-color: #5BBA47 !important;
	pointer-events: none;
}

body .air-datepicker-body--day-name {
	color: #5BBA47;
}
body .air-datepicker-body--cells.-days- {
	grid-auto-rows: 37px;
	grid-gap: 2px;
}
body .air-datepicker-cell,
body .air-datepicker-body--day-name {
	width: 37px;
	height: 37px;
	margin: 1px;
	padding: 0;
	/* font-weight: 400; */
	font-family: 'GothamProRegular';
	font-size: 12px;
	line-height: 37px;
	border-radius: 8px;
}
body .air-datepicker-body--cells.-days- .air-datepicker-cell{
	font-size: 14px;
	line-height: 1;
}
/** CALENDAR END **/

#personal-info{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.form-input{
	position: relative;
	flex: 1;
	width: calc(100% / 3 - 20px * 2 / 3);
	min-width: calc(100% / 3 - 20px * 2 / 3);
	max-width: calc(100% / 3 - 20px * 2 / 3);
}
.form-input:nth-child(4),
.form-input:nth-child(5){
	width: calc(50% - 10px);
	max-width: calc(50% - 10px);
	min-width: calc(50% - 10px);
}
.form-input label{
	position: absolute;
	top: 23px;
	left: 16px;
	color: #949594;
	font-size: 16px;
	transition: all .2s ease;
	line-height: 1;
	margin: 0;
}
.form-input label.active{
	top: 10px;
	font-size: 14px;
	line-height: 19.6px;
}
.form-input input{
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	padding: 28px 16px 10px;
	height: 60px;
	width: 100%;
}

.form-input input.error{
	border-color: #F33232;
}

.form-input.error{
	position: relative;
	/* overflow: hidden;
	border-radius: 8px; */
}

/* .form-input.error::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #F33232;
} */

.form-input .error-text{
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	color: #F33232;
	font-size: 12px;
}

.form-input input#DATE_BIRTH{
	background-repeat: no-repeat;
	background-position: calc(100% - 16px) center;
	background-size: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M4.90273 18.7223L5.43306 18.192L5.43305 18.192L4.90273 18.7223ZM4.90273 5.79152L4.3724 5.26119L4.37239 5.2612L4.90273 5.79152ZM19.2223 5.79152L19.7526 5.2612L19.7526 5.26119L19.2223 5.79152ZM18.875 10.875C18.875 11.2893 19.2108 11.625 19.625 11.625C20.0392 11.625 20.375 11.2893 20.375 10.875H18.875ZM19.2223 18.7223L18.6919 18.192L18.6919 18.192L19.2223 18.7223ZM3.75 10.875C3.75 11.2893 4.08579 11.625 4.5 11.625C4.91421 11.625 5.25 11.2893 5.25 10.875H3.75ZM7.86856 5C7.86856 5.41421 8.20435 5.75 8.61856 5.75C9.03277 5.75 9.36856 5.41421 9.36856 5H7.86856ZM9.36856 4C9.36856 3.58579 9.03277 3.25 8.61856 3.25C8.20435 3.25 7.86856 3.58579 7.86856 4H9.36856ZM14.7436 5C14.7436 5.41421 15.0794 5.75 15.4936 5.75C15.9078 5.75 16.2436 5.41421 16.2436 5H14.7436ZM16.2436 4C16.2436 3.58579 15.9078 3.25 15.4936 3.25C15.0794 3.25 14.7436 3.58579 14.7436 4H16.2436ZM5.875 18.375C5.70919 18.375 5.55023 18.3092 5.43306 18.192L4.3724 19.2527C4.77095 19.6512 5.31147 19.875 5.875 19.875V18.375ZM5.43305 18.192C5.31587 18.0748 5.25 17.9158 5.25 17.75H3.75C3.75 18.3136 3.97386 18.8541 4.3724 19.2527L5.43305 18.192ZM5.25 17.75V6.76379H3.75V17.75H5.25ZM5.25 6.76379C5.25 6.59804 5.31585 6.43907 5.43306 6.32185L4.37239 5.2612C3.97388 5.65971 3.75 6.20021 3.75 6.76379H5.25ZM5.43306 6.32185C5.55026 6.20465 5.70924 6.13879 5.875 6.13879V4.63879C5.31142 4.63879 4.77091 4.86268 4.3724 5.26119L5.43306 6.32185ZM5.875 6.13879H18.25V4.63879H5.875V6.13879ZM18.25 6.13879C18.4158 6.13879 18.5748 6.20466 18.692 6.32185L19.7526 5.26119C19.3541 4.86266 18.8135 4.63879 18.25 4.63879V6.13879ZM18.692 6.32184C18.8092 6.43903 18.875 6.598 18.875 6.76379H20.375C20.375 6.20026 20.1512 5.65975 19.7526 5.2612L18.692 6.32184ZM18.875 6.76379V10.875H20.375V6.76379H18.875ZM18.25 19.875C18.8135 19.875 19.3541 19.6512 19.7526 19.2527L18.6919 18.192C18.5748 18.3092 18.4158 18.375 18.25 18.375V19.875ZM19.7526 19.2527C20.1511 18.8541 20.375 18.3136 20.375 17.75H18.875C18.875 17.9158 18.8091 18.0748 18.6919 18.192L19.7526 19.2527ZM20.375 17.75V6.76379H18.875V17.75H20.375ZM3.75 6.76379V10.875H5.25V6.76379H3.75ZM4.5 10.25H19.625V8.75H4.5V10.25ZM9.36856 5V4H7.86856V5H9.36856ZM16.2436 5V4H14.7436V5H16.2436ZM18.25 18.375H5.875V19.875H18.25V18.375Z' fill='%23949594'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.form-input input:focus#DATE_BIRTH{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M4.90273 18.7223L5.43306 18.192L5.43305 18.192L4.90273 18.7223ZM4.90273 5.79152L4.3724 5.26119L4.37239 5.2612L4.90273 5.79152ZM19.2223 5.79152L19.7526 5.2612L19.7526 5.26119L19.2223 5.79152ZM18.875 10.875C18.875 11.2893 19.2108 11.625 19.625 11.625C20.0392 11.625 20.375 11.2893 20.375 10.875H18.875ZM19.2223 18.7223L18.6919 18.192L18.6919 18.192L19.2223 18.7223ZM3.75 10.875C3.75 11.2893 4.08579 11.625 4.5 11.625C4.91421 11.625 5.25 11.2893 5.25 10.875H3.75ZM7.86856 5C7.86856 5.41421 8.20435 5.75 8.61856 5.75C9.03277 5.75 9.36856 5.41421 9.36856 5H7.86856ZM9.36856 4C9.36856 3.58579 9.03277 3.25 8.61856 3.25C8.20435 3.25 7.86856 3.58579 7.86856 4H9.36856ZM14.7436 5C14.7436 5.41421 15.0794 5.75 15.4936 5.75C15.9078 5.75 16.2436 5.41421 16.2436 5H14.7436ZM16.2436 4C16.2436 3.58579 15.9078 3.25 15.4936 3.25C15.0794 3.25 14.7436 3.58579 14.7436 4H16.2436ZM5.875 18.375C5.70919 18.375 5.55023 18.3092 5.43306 18.192L4.3724 19.2527C4.77095 19.6512 5.31147 19.875 5.875 19.875V18.375ZM5.43305 18.192C5.31587 18.0748 5.25 17.9158 5.25 17.75H3.75C3.75 18.3136 3.97386 18.8541 4.3724 19.2527L5.43305 18.192ZM5.25 17.75V6.76379H3.75V17.75H5.25ZM5.25 6.76379C5.25 6.59804 5.31585 6.43907 5.43306 6.32185L4.37239 5.2612C3.97388 5.65971 3.75 6.20021 3.75 6.76379H5.25ZM5.43306 6.32185C5.55026 6.20465 5.70924 6.13879 5.875 6.13879V4.63879C5.31142 4.63879 4.77091 4.86268 4.3724 5.26119L5.43306 6.32185ZM5.875 6.13879H18.25V4.63879H5.875V6.13879ZM18.25 6.13879C18.4158 6.13879 18.5748 6.20466 18.692 6.32185L19.7526 5.26119C19.3541 4.86266 18.8135 4.63879 18.25 4.63879V6.13879ZM18.692 6.32184C18.8092 6.43903 18.875 6.598 18.875 6.76379H20.375C20.375 6.20026 20.1512 5.65975 19.7526 5.2612L18.692 6.32184ZM18.875 6.76379V10.875H20.375V6.76379H18.875ZM18.25 19.875C18.8135 19.875 19.3541 19.6512 19.7526 19.2527L18.6919 18.192C18.5748 18.3092 18.4158 18.375 18.25 18.375V19.875ZM19.7526 19.2527C20.1511 18.8541 20.375 18.3136 20.375 17.75H18.875C18.875 17.9158 18.8091 18.0748 18.6919 18.192L19.7526 19.2527ZM20.375 17.75V6.76379H18.875V17.75H20.375ZM3.75 6.76379V10.875H5.25V6.76379H3.75ZM4.5 10.25H19.625V8.75H4.5V10.25ZM9.36856 5V4H7.86856V5H9.36856ZM16.2436 5V4H14.7436V5H16.2436ZM18.25 18.375H5.875V19.875H18.25V18.375Z' fill='%235BBA47'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.form-input input:focus{
	border-color: #5BBA47;
}

.form-textarea textarea{
	width: 100%;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	padding: 19px 16px;
	resize: none;
}
.form-textarea textarea:focus{
	outline: none;
	border-color: #5BBA47;
}

#footer{
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 16px;
	margin-top: 48px;
	margin-bottom: 60px;
	color: #949594;
}

.g-button{
	font-size: 16px;
	color: #FFF;
	padding: 12px 25px;
	border-radius: 8px;
	background-color: #5BBA47;
	outline: none;
	border: none;
	cursor: pointer;
}

.g-button:hover,
.g-button:active,
.g-button:visited{
	color: #FFF !important;
}

.g-button.disabled{
	opacity: .4;
	pointer-events: none;
	user-select: none;
}

#footer p{
	max-width: 410px;
	margin-bottom: 0;
}


/* result */
.record-result{
	margin-bottom: 120px;
}
.record-result > h1.title_h1{
	padding-left: 52px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 44px;
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' rx='22' fill='%235BBA47'/%3E%3Cpath d='M14.3729 20.7285L20.3052 26.237L30.051 16.4912' stroke='white' stroke-width='2.75' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	min-height: 44px;
}

.record-result-notif{
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='7' stroke='%235BBA47' stroke-width='2'/%3E%3Cpath d='M12 15L12 12' stroke='%235BBA47' stroke-width='2' stroke-linecap='square'/%3E%3Cpath d='M13 9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9C11 8.44772 11.4477 8 12 8C12.5523 8 13 8.44772 13 9Z' fill='%235BBA47'/%3E%3C/svg%3E%0A");
	min-height: 24px;
	font-size: 16px;
}

.record-result-info{
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 32px 0 0 0;
}

.record-result-info-item{
	font-size: 16px;
	color: #949594;
}

.record-result-info-item-data{
	font-size: 14px;
	/* font-weight: 600; */
	font-family: 'GothamProBold';
	color: #000;
}


@media(max-width: 768px){
	.container-block{
		margin-left: -10px;
		margin-right: -10px;
		padding: 28px 16px;
	}

	h1.title_h1{
		font-size: 24px;
		margin-top: 34px;
		margin-bottom: 24px;
	}

	.record-result > h1.title_h1 {
		padding-left: 36px;
		background-size: 24px;
		min-height: 24px;
		font-size: 16px;
	}

	#map {
		height: 345px;
	}

	#TIMETABLE_SECTION h3.subtitle {
		margin-top: 30px;
	}
	#timetable-select {
		flex-direction: column;
	}
	body .air-datepicker{
		width: 100%;
	}

	.form-timetable {
		max-width: 100%;
	}

	.form-timetable-slot {
		padding: 10px 16px;
	}

	.form-input {
		position: relative;
		flex: 1;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.form-input:nth-child(4), .form-input:nth-child(5) {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	#personal-info {
		gap: 16px;
	}

	#footer {
		gap: 16px;
		font-size: 16px;
		margin-top: 22px;
		margin-bottom: 20px;
		flex-direction: column;
	}

	#footer .g-button{
		width: 100%;
	}

	#footer p {
		max-width: unset;
		font-size: 16px;
		line-height: 1.3;
	}

	.record-result-notif {
		font-size: 14px;
	}

	.record-result-info-item {
		font-size: 14px;
	}

	.record-result-info {
		margin: 10px 0 0 0;
	}

	.record-result .g-button{
		min-width: 100%;
		display: block;
		text-align: center;
	}

	.record-result {
		margin-bottom: 60px;
	}
}
@media(max-width:450px){
	#personal-info .form-input input{
		max-width: 343px;
	}
	.form-input input {
		padding: 28px 15px 6px;
		line-height: 24px;
	}
}

/* End */


/* Start:/local/templates/ma-template.optictoria/js/libs/airdatepicker/air-datepicker.css?174660334419742*/
.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}

.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}

.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:24px;height:24px}.air-datepicker-nav--action path{fill:none;stroke:#333;stroke-width:1px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}

.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}

.air-datepicker-time{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:'';background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type='range']{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-ms-tooltip{display:none}.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:focus{outline:none}.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size) / 2 * -1)}.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-lower{background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-upper{background:transparent}

.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas:
    'nav'
    'body'
    'timepicker'
    'buttons';--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}

.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, -webkit-max-content);grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:'';position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^='top'] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^='top'] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^='right'] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^='right'] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^='bottom'] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^='bottom'] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^='left'] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^='left'] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size) / 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size) / 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}


/* End */
/* /local/templates/ma-template.optictoria/components/bitrix/main.include/vision-test/style.css?174833736221332 */
/* /local/templates/ma-template.optictoria/js/libs/airdatepicker/air-datepicker.css?174660334419742 */
