

/* Start:/local/templates/login/fonts/fonts.css?17258680612553*/
/* nunito-200 - cyrillic */
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url('/local/templates/login/fonts/nunito-200.woff2') format('woff2'); 
}
/* nunito-300 - cyrillic */
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('/local/templates/login/fonts/nunito-300.woff2') format('woff2'); 
}
/* nunito-regular - cyrillic */
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('/local/templates/login/fonts/nunito-regular.woff2') format('woff2'); 
}
/* nunito-500 - cyrillic */
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  src: url('/local/templates/login/fonts/nunito-500.woff2') format('woff2'); 
}
/* nunito-600 - cyrillic */
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('/local/templates/login/fonts/nunito-600.woff2') format('woff2'); 
}
/* nunito-700 - cyrillic */
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('/local/templates/login/fonts/nunito-700.woff2') format('woff2'); 
}
/* nunito-800 - cyrillic */
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url('/local/templates/login/fonts/nunito-800.woff2') format('woff2'); 
}
/* nunito-900 - cyrillic */
@font-face {
  font-display: swap; 
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url('/local/templates/login/fonts/nunito-900.woff2') format('woff2'); 
}


/* open-sans-300 - cyrillic-ext */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/local/templates/login/fonts/open-sans-300.woff2') format('woff2'); 
}
/* open-sans-regular - cyrillic-ext */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/local/templates/login/fonts/open-sans-regular.woff2') format('woff2'); 
}
/* open-sans-600 - cyrillic-ext */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/local/templates/login/fonts/open-sans-600.woff2') format('woff2'); 
}
/* open-sans-700 - cyrillic-ext */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/local/templates/login/fonts/open-sans-700.woff2') format('woff2'); 
}
/* open-sans-800 - cyrillic-ext */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/local/templates/login/fonts/open-sans-800.woff2') format('woff2'); 
}
/* End */


/* Start:/local/templates/login/template_bitrix_fix.css?1675694822217*/
.ui-notification-balloon-content {
	background: #ff0000 !important;
	color: #fff;	
	font: 13px/20px "Open Sans",Helvetica,Arial,sans-serif;
	text-align: center;
}
.ui-notification-balloon-animate { opacity: 1; }
/* End */


/* Start:/local/templates/login/template_styles.css?17799637475000*/
* {
    box-sizing: border-box;
    font-family: 'Nunito';
}

html {
	height: 100%;
	width: 100%;
}

body {
	color: #000;
	font-family: 'Nunito';
	font-weight: normal;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	min-height: 600px;
	width: auto; 
	margin: 0;
	padding: 0;
	background-image: url(/local/templates/login/images/triangles.webp);
	background-position: bottom center;
	background-size: cover;
}

div { box-sizing: border-box; }

form {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: border-bottom-color 0.2s linear;
	transition: border-bottom-color 0.2s linear;
	border-bottom: 1px dashed #000;
	transition: 0.2s all;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #f3c555;
}

h1 {
	font: 20px/20px "Nunito",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

table { border-collapse: collapse; }

img { border: medium none; }

input { outline: none; }

input::-ms-clear { display: none; }

.clear { clear: both; }

#panel { position: relative; }

.wrapper {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	width: 100%;
}
#page_content {
	margin: auto;
	top: 0;
	bottom: 0;	
	left: 0;
	right: 0;
	z-index: 300;
/*	background: rgba(255,255,255,.5); 
	padding: 50px 120px;
	border-radius: 2px;
	-webkit-box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
	box-shadow: 0 10px 20px -5px rgba(0,0,0,.4);
*/
	padding: 24px 40px;
	border-radius: 24px;
	background: rgb(255 255 255 / 20%);
}
#page_content #logo { 
	display: block;
	height: 100px;
	width: 380px;
	margin: 0 auto;
	position: relative;
}

#logo_rounds {
	position: absolute;
	top: -5px;
	right: -25px;
}
#round1_tr {
	animation: round1_tr__tr 10000ms linear infinite normal forwards
}

#page_content #content { 
	margin: 0;
}
#page_content .form-group input {
	padding: 15px;
	border: 1px solid #e1e1e1;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0px 30px -5px rgba(0,0,0,.08);
	width: 370px;
	font: 18px/24px "Nunito",Helvetica,Arial,sans-serif;
}
#page_content .form-group { 
	margin-top: 25px; 
}
#page_content .form-group label {
	color: #000;
	margin: 0 15px;
	line-height: 30px;
	position: relative;
}

.checkbox {
	margin: 30px 0 15px 40px;
	color: #000;
}
.checkbox label { 
	cursor: pointer; 
	border-bottom: 1px dashed #000;
	transition: 0.2s all;
	line-height: 26px;
	position: relative;
}
.checkbox label:hover {
	text-decoration: none;
}

.checkbox label:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: -40px;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0px 30px -5px rgba(0,0,0,.08);
	border-radius: 8px;
	border: 1px solid #e1e1e1;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked + label:after {
	content: '';
	height: 8px;
	width: 14px;
	border: 2px solid #f3c555;
	box-sizing: border-box;
	border-top: 0;
	border-right: 0;
	background: transparent;
	display: block;
	position: absolute;
	top: 7px;
	left: -28px;
	-webkit-transform: translate(-5px,-4px) rotate(-45deg);
	-ms-transform: translate(-5px,-4px) rotate(-45deg);
	transform: translate(-5px,-4px) rotate(-45deg);
	transition: 250ms linear all;
}
.log-popup-footer { margin-top: 35px;}
input.login-btn,
button.login-btn {
	display: block;
	line-height: 40px;
	padding: 0 35px;
	margin-top: 12px;
	color: #000;
	border-radius: 8px;
	background-color: #f3c555;
	transition: 0.2s all;
	border: none;
	cursor: pointer; 
	font-size: 18px;
	font-weight: bold;
}
input.login-btn:hover,
button.login-btn:hover {
	background-color: #FF9800;
	color: #fff;
}
.forgot_link,
.login-links {
	float: right;
	margin-right: 45px;
	line-height: 40px;
}
.forgot_link a {
	color: #000;
}

.fp_form { color: #000; }
.fp_form_inner { max-width: 300px; }
.fp_title { font-size: 18px; padding-bottom: 15px; }

#copyright {
	color: #000;
	font-size: 13px;
	width: 100%;
	text-align: center;
	bottom: 20px;	
	position: absolute;
	z-index: 300;
	white-space: nowrap;
}



@media screen and (max-width: 767px) {

	.wrapper {
		padding: 15px;
	}
	#page_content {
		padding: 15px;
		min-width: 100%;
		border-radius: 12px;
	}
	#page_content #logo { 
		text-align: center;
		width: 100%;
		height: 120px;
	}
	#logo_text {
		width: 250px;
	}
	#logo_rounds {
		top: 10px;
		right: 10px;
	}
	#page_content .form-group input {
		width: 100%;
	}
	.log-popup-footer {
		display: flex;
		flex-direction: column;
	}
	.log-popup-footer .login-btn {
		order: 1;
	}
	.log-popup-footer .forgot_link {
		order: 2;
		line-height: 40px;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.log-popup-footer .login-links {
		line-height: 40px;
		text-align: center;
		float: none;
		margin: 0;
	}
	#page_content .form-group {
		margin-top: 15px;
	}

	#copyright {
	        width: calc(100% - 30px);
	}
	input.login-btn, button.login-btn {
		line-height: 60px;
	}

	.fp_form_inner {
		max-width: 100%;
		text-align: center;
		margin-top: 25px;
	}
}	


/* End */
/* /local/templates/login/fonts/fonts.css?17258680612553 */
/* /local/templates/login/template_bitrix_fix.css?1675694822217 */
/* /local/templates/login/template_styles.css?17799637475000 */
