

/* 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.auth.forgotpasswd/biom_forgot/style.css?17231091471932*/
input, textarea {
    border: 0 none;
    background-color: unset;
}
.biom-auth {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.biom-auth__content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.biom-auth form .item-label{
	color: #387E9C;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 5px;
}
.biom-auth form input:not([type="radio"],[type="submit"],[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 form .item-input div.error{
    position: absolute;
	width: 100%;
    color: red;
    top: -15px;
    right: 0;
    font-size: 11px;
}
.biom-auth .auth-info__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.biom-auth .biom-auth__under .auth-info__items {
	margin-top: 20px;
}
.biom-auth .auth-info__item {
	width: 100%;
	position: relative;
}
.biom-auth .requip {
    width: 100%;
	text-align: center;
}
.biom-auth .btn-auth {
	width: 100%;
	background-image: linear-gradient(#88CE7A, #387E9C);
    display: flex;
	transition: all .3s;
}
.biom-auth .btn-auth:hover,
.biom-auth .btn-auth:focus,
.biom-auth .btn-auth:active{
	background-image: unset;
	background-color: #387E9C;
}
.biom-auth .auth-info__item.agreement  {
	display: flex;
	align-items: center;
}
.biom-auth .auth-info__item.agreement label:hover,
.biom-auth .auth-info__item.agreement input:hover {
	cursor: pointer;
}
.biom-authform-link-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (min-width:650px) {
	.biom-auth .auth-info__item.string {
		width: 47%;
	}
}
/* 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.auth.forgotpasswd/biom_forgot/style.css?17231091471932 */
