

/* Start:/local/templates/biom-group/asset/css/personal.css?17231091471346*/
.personal-section__wrapper .top-block {
    position: relative;
    border-radius: 25px;
    background: linear-gradient(135deg, #88CE7A 0%, #387E9C 100%);
    padding: 40px 0;
    margin: 30px 0;
} 
.personal-section__wrapper .page__breadcrumb  {
    display: flex;
    justify-content: center;
}
.personal-section__wrapper .page__title h1 {
    color: #FAFDFF;
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.personal-section__wrapper .personal-section__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    margin-bottom: 50px;
}
.personal-section__wrapper .personal-section__inner.has-sidebar {
    display: grid;
    grid-template-columns: 350px auto;
    gap: 60px;
}
.personal-section__wrapper .page__sidebar > nav {
    position: sticky;
    top: 10px;
}
@media screen and (max-width:930px) {
    .personal-section__wrapper .page__sidebar {
        min-width: 100%;
    }
    .personal-section__wrapper .personal-section__inner.has-sidebar {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media (min-width:930px) {
    .personal-section__wrapper .page__sidebar > nav {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:930px) { 
    .personal-section__wrapper .page__title h1 {
        font-size: 32px;
    }
}
/* End */


/* Start:/local/templates/biom-group/components/bitrix/breadcrumb/biom_breadcrumb/style.css?1723109147460*/
.biom-breadcrumb,
.biom-breadcrumb .biom-breadcrumb-item {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #fff;
	overflow-x: auto;
	white-space: nowrap;
}
.biom-breadcrumb .biom-breadcrumb-item a {
	color: #fff;
	text-decoration: none;
	transition: color .3s;
}
.biom-breadcrumb .biom-breadcrumb-item a:hover {
	color: #387E9C;
}
.biom-breadcrumb .bread-dot {
	font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/main.register/biom_register/style.css?17592362493835*/
input, textarea {
    border: 0 none;
    background-color: unset;
}
.biom-auth-registr {
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
}
.biom-auth-registr__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.biom-auth-registr form .item-label{
	color: #387E9C;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 5px;
}
.biom-auth-registr form input:not([type="radio"],[type="submit"],[type="file"],[type="checkbox"]) {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	outline: none;
	height: fit-content;
	background-image: linear-gradient(#88CE7A, #387E9C);
    background-position: 0% 90%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size 0.3s;
}
.biom-auth-registr form .item-input div.error{
    position: absolute;
	width: 100%;
    color: red;
    top: -15px;
    right: 0;
    font-size: 11px;
}
.biom-auth-registr .registr-info__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.biom-auth-registr .biom-auth-registr__under .registr-info__items {
	flex-direction: row-reverse;
	margin-top: 20px;
}
.biom-auth-registr .registr-info__item {
	width: 100%;
	position: relative;
}
.biom-auth-registr .item-tooltip-icon {
	position: absolute;
	top: 0;
	right: 0;
}
.biom-auth-registr .item-tooltip-icon:hover {
	cursor: pointer;
}
.biom-auth-registr .item-tooltip-content {
	display: none;
	max-width: 250px;
	padding: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 12px;
	bottom: 45px;
    right: 12px;
	position: absolute;
	background-color: #fff;
	z-index: 1;
}
.biom-auth-registr .registr-info__item.file .item-tooltip-content {
	bottom: 60px;
}
.biom-auth-registr .requip {
    width: 100%;
	font-size: 13px;
}
.biom-auth-registr .registr-info__item.enumeration,
.biom-auth-registr .registr-info__item.enumeration .input-content {
	display: flex;
	gap: 30px;
}
.biom-auth-registr .registr-info__item.agreement  {
	display: flex;
	align-items: center;
}
.biom-auth-registr .registr-info__item.agreement .item-input {
	display: flex;
	gap: 5px;
}
.biom-auth-registr .registr-info__item.enumeration label,
.biom-auth-registr .registr-info__item.enumeration input,
.biom-auth-registr .registr-info__item.agreement .item-input:hover input,
.biom-auth-registr .registr-info__item.agreement .item-input:hover label {
	cursor: pointer;
}
.biom-auth-registr .registr-info__item.agreement .item-input label {
	font-size: 11px;
    text-align: justify;
}
.biom-auth-registr .btn-registr {
	width: 100%;
	background-image: linear-gradient(#88CE7A, #387E9C);
    display: flex;
	transition: all .3s;
}
.biom-auth-registr .btn-registr:hover,
.biom-auth-registr .btn-registr:focus,
.biom-auth-registr .btn-registr:active{
	background-image: unset;
	background-color: #387E9C;
}
hr.bxe-light {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 20px;
}
.biom-authform-link-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 767px) {
    .biom-auth-registr form input:not([type="radio"],[type="submit"],[type="file"],[type="checkbox"]) {
        background-image: linear-gradient(rgba(56, 126, 156, 0.25), rgba(56, 126, 156, 0.25));
        font-size: 14px;
        padding-bottom: 12px;
    }
    .biom-auth-registr .registr-info__item.enumeration {
        flex-direction: column;
        gap: 13px;
    }
}
@media (min-width:650px) {
	.biom-auth-registr .registr-info__item.string {
		width: 47%;
	}
	.biom-auth-registr .registr-info__item.file {
		width: 30%;
	}
}

.biom-auth .registr-info__item .item-input label {
	font-size: 12px;
}
/* End */
/* /local/templates/biom-group/asset/css/personal.css?17231091471346 */
/* /local/templates/biom-group/components/bitrix/breadcrumb/biom_breadcrumb/style.css?1723109147460 */
/* /local/templates/.default/components/bitrix/main.register/biom_register/style.css?17592362493835 */
