

/* Start:/local/templates/khabmed/assets/css/page/enrollee.css?17707811706489*/
.enrollee-faq__item {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #DADBDD;
}



.enrollee-faq__item {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.enrollee-faq__title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 360px;
    width: 100%;
    gap: 15px;
    flex-shrink: 0;
}

.enrollee-faq__title {
    font-family: Noto Sans, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    margin: 0;
    color: #5E5E5E;
}

.enrollee-faq__number {
    color: #02C7FF;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.01em;
    text-align: left;

}

.enrollee-faq__descr {

font-family: Inter, sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 23.4px;
text-align: left;
    max-width: 580px;
}

.enrollee-faq__docs-list {
    flex: 1;
}

.enrollee-faq__docs-list .docs{
    grid-template-columns: 1fr;
}

.enrollee-faq__image-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.enrollee-faq__image-left .enrollee-faq__item {
    margin: 0;
    flex-grow: 1;
}

.enrollee-faq__image {
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 20px;
    margin-bottom: 20px;
}

.enrollee-faq__image-right img{
    border-radius: 24px;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}

.enrollee-rule {

}

.enrollee-rule__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.enrollee-rule__info-img {
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.enrollee-rule__info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 24px;
}

.enrollee-rule__info-text {
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #ABABAB;
}

.enrollee-rule__info-text h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
}

.enrollee-rule__info-text div {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

.enrollee-rule__docs-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
}

.enrollee-applicants__info {
    margin-bottom: 40px;
}


.enrollee__map-descr-list.tab__items--active {
    position: relative;
    gap: 14px;
    display: grid !important;
    grid-template-columns: 5fr 2fr;
}

.enrollee__map-text-preview {
    position: absolute;
    top: -160px;
}

.enrollee__map-wrap {
    margin-top: 140px;
}

.enrollee__map-info {
    display: flex;
    flex-direction: column;
    gap: 14px;

    font-family: Inter,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

.enrollee__map-info-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}

.enrollee__map-info-bottom {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 14px;
}

.enrollee__map-descr-top {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 30px;
}

.enrollee__map-descr-top h3{
    color: rgb(2, 128, 255);
    font-size: 24px;
    font-weight: 600;
    line-height: 90%;
    margin: 0;
}

.enrollee__map-descr-item--warning {
    color: rgb(253, 15, 15);
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

.enrollee__map-descr-item {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #ABABAB;
}

.enrollee__map-map {
    border-radius: 24px;
    filter: grayscale(1);
}

.enrollee__map-map div {
    width: 100%;
    height: 100%;
}


.enrollee-detail {
    max-width: unset !important;
    position: relative;
}

.enrollee-gosuslugi {
    position: absolute;
    top: -140px;
    right: 40px;
    z-index: 1;
}

.enrollee-detail__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.enrollee-detail__card-img {
    border-radius: 24px;
    overflow: hidden;
}

.enrollee-detail__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enrollee-detail__card-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.enrollee-detail__card-item {
    padding: 24px;
    border-radius: 24px;
    background: rgb(229, 232, 242);
    color: rgb(56, 64, 72);
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 110%;
}

.enrollee-detail__card-item h3 {
    margin: 30px 0 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
}

.enrollee-detail__info {
    padding: 32px;
    border-radius: 24px;
    background-color: rgb(229, 232, 242);
}

.enrollee-detail__info h2 {
    margin: 0;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 700;
    line-height: 100%;
}

@media screen and (max-width: 900px) {
    .enrollee-faq__item {
        flex-direction: column;
    }

    .enrollee-rule__info {
        grid-template-columns: 1fr;
    }

    .enrollee__map-descr-list.tab__items--active {
        grid-template-columns: 1fr;
    }

    .enrollee__map-info-top {
        grid-template-columns: 1fr;
    }

    .enrollee-faq__image {
        grid-template-columns: 1fr;
    }

    .enrollee__map-info-bottom {
        grid-template-columns: 1fr;
    }

    .enrollee-faq__image-right {
        display: none;
    }

    .enrollee__map-map{
        height: 400px;
    }

    .enrollee-faq__title {
        font-size: 32px;
    }

    .enrollee__map-titles {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .enrollee__map-text-preview {
        position: static;
    }

    .enrollee__map-wrap {
        margin-top: 0;
    }

    .enrollee-gosuslugi {
        position: static;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .enrollee-detail__card {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 484px) {
    .enrollee-detail__card-info {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/khabmed/components/interlabs/feedbackform/.default/style.css?1772092779452*/
.interlabs-feedbackform__container__errors  {

}

.interlabs-feedbackform__container__errors--mobile {
    display: none;
    margin-bottom: 15px;
}

.main-user-consent-request-announce a {
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    .interlabs-feedbackform__container__errors {
        display: none;
    }

    .interlabs-feedbackform__container__errors--mobile {
        display: block;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17707811224354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/khabmed/assets/css/page/enrollee.css?17707811706489 */
/* /local/templates/khabmed/components/interlabs/feedbackform/.default/style.css?1772092779452 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?17707811224354 */
