

/* Start:/local/templates/seneca/components/bitrix/system.auth.authorize/flat/style.css?175336354610539*/
/* Общие стили */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}

body {
	font-family: 'Inter', serif;
	background-color: rgba(247, 248, 250, 1);
	overflow-x: hidden;
}

a {
	color: inherit;
}

ul {
	list-style: none;
}

input:focus {
	outline: none;
}

/* Структура экрана и шапка */
.screen-1 {
}

.header {
	padding: 30px 100px;
	color: rgba(49, 50, 53, 1);
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 70px;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	overflow-x: hidden;
}

.header__navigation {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	justify-content: space-around;
}

.header__navigation a:last-child {
	margin-right: unset;
}

/* Основной контент */
.main {
	padding: 30px 100px;
	margin-bottom: 95px;
}

.main__content {
	display: flex;
	padding: 20px;
	gap: 20px;
	background-color: #F7F8FA;
}
.main__content-container{
	width: 100%;
	max-width: 1920px;
}

.main__content-ads {
	flex: 1;
	max-width: 560px;
}

.main__content-ads.list {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.main__content-ads-list-item img{
		object-fit:cover;
		width: 100%;
}
.main__content-ads-list-item {
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(/local/templates/seneca/components/bitrix/system.auth.authorize/flat/./img/shampoo.jpg);
	padding: 0px 30px;
	color: rgba(255, 255, 255, 1);
	margin: 30px 0;
	text-transform: uppercase;
}

.main__content-ads-list-item a{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ads-heading {
	font-weight: 300;
	font-size: 29px;
	z-index: 1;
}

.ads-description {
	font-weight: 400;
	font-size: 20px;
	z-index: 1;
}

.main__content-auth {
	flex: 1;
	background-color: rgba(255, 255, 255, 1);
}

/* Переключатель аутентификации */
.toggle {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 40px;
	background-color: rgba(220, 225, 233, 1);
	border-radius: 100px;
}

.main__content-auth-item {
	width: 50%;
	text-align: center;
	border-radius: 100px;
	padding: 8px;
	color: rgba(103, 103, 103, 1);
	font-size: 16px;
	font-weight: 400;
}

.active {
	background-color: rgba(0, 71, 187, 1);
	color: rgba(255, 255, 255, 1);
}

/* Формы */
.form-template {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 40px;
}

.auth-form {
	margin-top: -40px;
}

.input-container {
	position: relative;
	max-width: 440px;
}

.input-container img {
	position: absolute;
}

.input-mail {
	left: 0;
	top: 30%;
}

.password {
	top: 20%;
}

.closed {
	right: 0;
	top: 20%;
}

.remember-pass {
	color: rgba(0, 71, 187, 1);
	font-size: 14px;
	font-weight: 400;
}

.input-template {
	padding: 10px 0px;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(220, 225, 233, 1);
	padding-left: 34px;
}

.checkbox-container {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
	cursor: pointer;
}

.btn-template {
	max-height: 64px;
	padding: 22.5px;
	border: none;
	background-color: rgba(49, 50, 53, 1);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
}

.reg-form-heading {
	text-align: center;
	margin-top: -20px;
}

.reg-form {
	padding: 0px;
}



.reg-form-types {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px 20px;
	background-color: rgba(247, 248, 250, 1);
	margin-bottom: 40px;
}

.type {
	padding: 20px 20px;
	background-color: rgba(255, 255, 255, 1);
}

.user-block {
	display: flex;
	gap: 10px;
}

.hidden {
	display: none;
}

.type-list {
	padding-left: 40px !important;
	list-style-type: disc !important;
	font-size: 14px;
	font-weight: 400;
	color: rgba(181, 183, 186, 1);
}

.main__content-auth-inn {
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.main__content-auth-inn input {
	padding: 10px 0;
}

.input-container {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

/* Футер */
.footer {
	padding: 30px 100px;
	color: rgba(247, 247, 247, 1);
	background-color: rgba(49, 50, 53, 1);
	font-size: 14px;
	font-weight: 400;
}

.main__content-auth-inn-heading {
	display: flex;
	align-items: center;
	gap: 20px;
}

.main__content-auth-inn-heading h3 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
}

.main__content-auth-btns button:last-child {
	color: rgba(49, 50, 53, 1);
	background-color: transparent;
	border: 1px solid rgba(49, 50, 53, 1);
}

.main__content-auth-btns {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.main__content-auth-greeting-wrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 0 40px;
}

.main__content-auth-greeting {
	text-align: center;
}

.main__content-auth-greeting p {
	font-size: 18px;
	font-weight: 400;
}

.main__content-auth-greeting h3 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
}

.main__content-auth-accept-wrap {
	padding: 20px 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.accept-label {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.bold {
	font-weight: 700;
}

.accept-label input {
	padding: 10px;
}

.accept-label a {
	text-transform: uppercase;
	font-size: 12px;
}

.accept-heading {
	text-transform: uppercase;
	color: rgba(49, 50, 53, 1);
	font-size: 40px;
	font-weight: 300;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.gray {
	background-color: rgba(151, 153, 155, 1);
}

/* Списки и элементы личного кабинета */
.personal-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.main__content-personal-wrap {
	padding: 20px 20px;
}

.personal-list-item {
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	border-bottom: 1px solid #b5b7ba;
	background-color: rgba(151, 153, 155, 0.05);
}

.personal-list {
	margin-bottom: 20px;
}

.data:nth-child(n + 5) input {
	padding: 10px 30px;
}

.manager input {
	padding: 10px 30px;
}

.main__content-auth-reg-inputs {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.add-city-input {
	margin-top: -20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.add-city-list {
	font-size: 12px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.show {
	display: none;
}

.add-city-list-item {
	cursor: pointer;
}

.manager.user img {
	top: 5%;
}

.reg-inputs-list-item:nth-child(n + 7) input {
	padding: 10px 30px;
}

#fileInput {
	display: none;
}

.main__content-auth-reg-upload h5 {
	align-self: flex-start;
	font-weight: 400;
	font-size: 20px;
}

.main__content-auth-reg-upload {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-direction: column;
}

.main__content-auth-reg-option {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-size: 12px;
	color: rgba(151, 153, 155, 1);
}

.info-add {
	margin-top: -20px;
}

.line {
	width: 100%;
	border: 0.8px solid rgba(151, 153, 155, 1);
}

.main__content-auth-reg-upload label {
	cursor: pointer;
	padding: 25px 0;
	border: 1px dashed rgba(0, 71, 187, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 71, 187, 1);
	gap: 20px;
	width: 100%;
}

.title {
	position: absolute;
	top: -25%;
	font-size: 12px;
	color: #97999b;
}

.main__content-auth-reg-data {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
}

.main__content-auth-reg-data p:first-child a {
	color: rgba(0, 71, 187, 1);
}

.main__content-auth-reg-data p:first-child {
	display: flex;
	gap: 10px;
}

.reg-inputs-list {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.reg-inputs-list-item {
	position: relative;
}

.reg-inputs-list-item img {
	position: absolute;
}

.reg-inputs-list-item .title {
	top: -5px;
}

/* Социальные сети и контактные данные */
.main__content-auth-reg-network {
	display: flex;
	gap: 40px;
	flex-direction: column;
}

.main__content-auth-reg-network h3 {
	color: rgba(49, 50, 53, 1);
	font-size: 20px;
	font-weight: 400;
}

.main__content-auth-reg-socials button {
	max-width: 257px;
	background-color: transparent;
	border: none;
	display: flex;
	gap: 10px;
	color: rgba(0, 71, 187, 1);
	cursor: pointer;
}

.main__content-auth-reg-socials {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.main__content-auth-reg-adress button {
	cursor: pointer;
	max-width: 257px;
	color: rgba(0, 71, 187, 1);
	background-color: transparent;
	border: none;
	display: flex;
	align-self: flex-start;
}

.main__content-auth-reg-adress {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.main__content-auth-reg-checkboxes {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.main__content-auth-reg-checkboxes label a {
	color: rgba(0, 71, 187, 1);
}

.main__content-auth-reg-checkboxes label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	min-width: 460px;
}

.reg-inputs-list-item img {
	position: absolute;
	top: 25%;
}

.reg-inputs-list-item .closed {
	right: 0;
}

/* Футер навигация */
.footer_navigation {
	display: flex;
	justify-content: space-between;
}

.footer_navigation a:first-child {
	margin-right: 20px;
}

.footer_navigation a:nth-child(2) {
	flex-grow: 1;
}

/* Мобильные стили */


@media (max-width: 1240px) {

	.flex-styles{
		width: 100%;
		max-width: 533px;
	}
	.main__content {
		flex-direction: column;
		align-items: center;
	}
	.container {
		max-width: 625px;
	}
	.main__content-auth-reg-checkboxes label span {
		max-width: 350px;
	}

	.main__content-auth {
		min-width: 450px;
		max-width: 450px;
		order: 1;
	}

	.toggle {
		margin: 10px 0px 40px;
	}

	.main__content-ads {
		order: 2;
	}

	.empty {
		display: none;
	}

	.logo {
		margin: 0;
	}

	.header {
		padding: 30px 0;
	}

	.main {
		padding: 30px 0;
	}

	.header__navigation a:last-child {
		margin-right: 0px;
	}

	.footer {
		padding: 30px 0;
	}

	.footer_navigation {
		flex-direction: column;
		justify-content: space-between;
		gap: 15px;
	}
}


@media (max-width: 500px) {
	.container {
		max-width: 400px;
	}
	.auth-login{
				margin-left: unset;

	}
	.main__content-auth-reg-checkboxes label span {
		max-width: 350px;
	}
	.main__content-auth-reg-checkboxes label {
		min-width: unset;
	}

	.main__content-auth {
		max-width: 312px;
	}

	.header__navigation a:last-child {
		display: none;
	}

	.header__navigation {
		justify-content: center;
	}
	.main__content-ads-list-item{
		padding: 0;

	}

}



.flex-style{
	flex:1;
	width: 100%;;
	margin-top: 9px;
}

.flex-style+div{
	flex:1;
}



/* End */
/* /local/templates/seneca/components/bitrix/system.auth.authorize/flat/style.css?175336354610539 */
