

/* 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?17031695348252*/
* {
    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;
}

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 #67c283;
}

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
}
@keyframes round1_tr__tr { 
	0% {transform: translate(162px,165px) rotate(-30deg)} 
	100% {transform: translate(162px,165px) rotate(-390deg)}
} 
#round2_tr {
	animation: round2_tr__tr 10000ms linear infinite normal forwards
}
@keyframes round2_tr__tr { 
	0% {transform: translate(170px,160px) rotate(-90deg)} 
	100% {transform: translate(170px,160px) rotate(630deg)}
}
#round3_tr {
	animation: round3_tr__tr 10000ms linear infinite normal forwards
}
@keyframes round3_tr__tr { 
	0% {transform: translate(159px,162px) rotate(-90deg)} 
	100% {transform: translate(159px,162px) rotate(990deg)}
}

#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 #67c283;
	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: #67c283;
	transition: 0.2s all;
	border: none;
	cursor: pointer; 
	font-size: 18px;
	font-weight: bold;
}
input.login-btn:hover,
button.login-btn:hover {
	background-color: #51cb76;
	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;
}

#smoke_cont {
	margin: 0 auto; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
/*	background: #000 url(/local/templates/login/images/earth.jpg) 150% 400px no-repeat;*/
	overflow: hidden; 
	position: relative;
}

#smoke_cont .smokeItem {
	display: block;
	position: absolute;
	width: 377px;
	height: 329px;
	background-image: url(/local/templates/login/images/smoke.png);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: cover;
	-webkit-filter: blur(2px);
/*
	-moz-filter: blur(5px);
	filter: blur(5px);
	filter: url(/local/templates/login/images/blur.svg#blur);
*/
}
#smoke_cont .smokeItem:nth-child(7n) { background-image: url(/local/templates/login/images/smoke_grey.png); }
#smoke_cont .smokeItem:nth-child(9n) { background-image: url(/local/templates/login/images/smoke_purple.png); }


#smoke_overlay {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,60,60,0.50);
	z-index: 100;
}
#smoke_cont .smokeItem {
    z-index: 100;
}
#smoke_cont .smokeItem:nth-child(5n) {
    z-index: 100;
 
    -webkit-animation-name: spin;
    -webkit-animation-duration: 130000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 130000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 130000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin;
    animation-duration: 130000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#smoke_cont .smokeItem:nth-child(8n) {
    z-index: 100;
 
    -webkit-animation-name: spin;
    -webkit-animation-duration: 190000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 190000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 190000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
 
    animation-name: spin;
    animation-duration: 190000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@-ms-keyframes spin {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0deg); }
}
@keyframes spin {
    from {
        transform:rotate(360deg);
    }
    to {
        transform:rotate(0deg);
    }
}


@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: 70px;
	}
	#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/template_bitrix_fix.css?1675694822217 */
/* /local/templates/login/template_styles.css?17031695348252 */
