/*
	(с) Юрий Лазаренко, Севастополь
	e-mail lazarenkoyv@mail.ru
	v-can.Site
	v 8.1.2.4
	26.08.2025
*/

body, html {
    height: 100%;
}

body {
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	font-family: 'Proxima Nova Rg';
}

.cover { 
	width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    align-items: center;
	background-size: cover;
    justify-content: center;
	-o-background-size: cover;
	background-position: center;
	-moz-background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-image: url(images/back_cover.png); 
}

.clear {
	float: none;
	clear: both;
}

span.interface-lang-select-item-title{
	color: inherit!important;
}

div.kd_lang{
	width: 74px;
    height: 37px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	cursor: pointer;
}

div.kd_lang span{
	color: var(--white);
	font-size: var(--body-font-size);
}	

div.kd_lang span.title{
    width: auto;
    cursor: pointer;
	color: #cde2f5;
    border-bottom: 1px dotted #cde2f5;
}	

div.kd_lang div.all{
	margin: 10px;
	display: none;
}	

#МенюВыбораЯзыкаИнтерфейса{
	z-index: 1;
    padding: 5px;
	background: white;
    position: relative;
	border-radius: 5px;
}

.kd_main {
	width: 334px;
	margin: 0 auto;
}

.kd_mainwork {
	padding: 40px 0px;
	text-align: center;
	border-radius: 12px;
	margin-bottom: 35px;
	background: var(--white);
}

.kd_mainbottom {
	text-align: center;
}

.kd_main .l_cont {
	display:block;
	box-sizing: border-box;
	width:100%;
	text-align: right;
	height:auto;
}

.kd_main .l_cont .maincnt {
	display:block;
	box-sizing: border-box;
	overflow: hidden;
	width: auto;
	margin: auto;
	text-align: center;
}

.kd_main .l_cont .reg {
	display: inline-block;
    font-size: 1.125em;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 200;
    margin: 20px 0;
}

.kd_main .r_cont {
	display: block;
	box-sizing: border-box;
	width:100%;
	height:auto;
}

.kd_main .auth_form {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.authlk .authlk-content {
    position: relative;
	text-align: center;
    display: inline-block;
}

.auth_form .authlk {
    width: 100%;
	display: block;
    margin: 0 auto;
	box-sizing: border-box;
}

.authlk form{
	/*position: absolute;*/
}

.auth_form .authlk form p {
    clear: both;
	text-align: left;
}

.auth_form .authlk p label {
    display: inline-block;
    font-size: 1.25em;
  	text-align: left;
    height: 30px;
    color:#196bff;
    margin-right: 10px;
}

.authlk form p input {
    height: 37px;
    width: 254px;
    outline: none;
    max-width: 254px;
	padding: 8px 16px;
    border-radius: 5px;
	margin-bottom: 20px;
    color: var(--text-black);	
    background: var(--white);
    -webkit-appearance: none;
    font-size: var(--body-font-size);
	font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    border: 1px solid var(--input-borders);
}

.authlk form p input:disabled {
    background: #eeeeee;
    cursor: not-allowed;	
}

.authlk form p button {
	width: 100%;
	max-width: 254px;
}

.auth_form .authlk p .captcha {
  display: block;
  background: url(images/captcha.png) no-repeat;
  background-position: right;
  height: 28px;
  line-height: 28px;
  padding-left: 0px;
}

.authlk form input.submit {
    background: #196bff;
    width: auto;
    height: 60px;
    margin: 10px 0;
    border: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 10px;
    border-radius: 0;
    -webkit-appearance: none;
    text-transform: uppercase;
}

.l_cont img {
	margin: auto;
	max-width: 239px;
    max-height: 250px;
	margin-bottom: 28px;
}

.l_cont h2, .r_cont h2 {
	margin: auto;
	max-width: 239px;
	margin-bottom: 17px;
}

.r_cont a.fgtpass {
	padding-bottom: 2px;
	color: var(--text-grey);
    border-bottom: 1px dashed #8f8f8f;
}

.r_cont a.fgtpass:hover {
	color: var(--list-header-hover);
    border-bottom: 1px dashed var(--list-header-hover);
}

	
@media only screen and (max-device-width: 667px) 
    and (-webkit-device-pixel-ratio: 2) {
.kd_main {padding: 5%;}
.authlk form p input {
	margin-bottom: 5px;
}
}

@media only screen and 
(min-device-width : 360px) and 
(max-device-width : 640px) and 
(-webkit-min-device-pixel-ratio : 3) { 

.kd_main {padding: 2%;}
.kd_main .l_cont h1 { font-size:2.250em;}
.auth_form .authlk p label {font-size:1em; }
.authlk form {position: relative;}
.authlk form p input {font-size:1em; width:250px;}
.auth_form .authlk form p {margin-top: 5px;}
.authlk form input.submit {width: 65px;height: 45px;font-size: 0.9em;line-height: 2em;}
.auth_form .authlk .fgtpass {font-size: 1em;}
} 

@media screen and (max-width:1024px) {
	.kd_main .l_cont h1 { font-size:1.650em;line-height: 32px; }
}

@media screen and (max-width:600px) {

.kd_main .l_cont { 
	float: none;
	width: 100%;
	padding:1%;
	text-align: left;
}

.kd_main .l_cont h1 { font-size:2.750em;line-height: 32px; }

.kd_main .r_cont { 
	float: none;
	width: 100%;
	padding:1%;
}

.auth_form .authlk {
	padding: 0;
}

.authlk form {
	position: relative;
}

.authlk form p input {
	margin-bottom: 0;
}

}

@media screen and (max-width:600px) {
	.kd_main {padding: 5%;}
	.kd_main .l_cont h1 { font-size:2.250em; }
	.auth_form .authlk p label {font-size:1em; }
	.authlk form {position: relative;}
	.authlk form p input {font-size:1em; width:250px;}
	.authlk form p button {max-width:250px;}
	.auth_form .authlk form p {margin-top: 5px;}
}

.inlinedatablock{
	float: left;
	margin-top: 8px;
}

.inlinedatainput{
	display: unset;
	width: unset;
	padding: 6px;
}
	
.inlinedatainputgroup{
	float: left;
	padding-left: 15px;	
}

.lk-auth{
	height: 40px;
	/*border-bottom: 2px solid #7ad27a;
	background: #93c5ea;*/
}

.lk-menu{
	/*padding-top: 9px;
    padding-bottom: 9px;	*/
	margin: 0px;
	font-size: 18px;
	/*font-weight: 600;
	border-bottom: 1px solid #4682dc;*/
}

.lk-user-login{
	margin-top: 10px;
	float: right;
	/*padding-right: 50px;*/
}

.lk-logout-text{
	cursor: pointer;
	padding-left: 25px;
}

.lk-logout-text:hover{
	text-decoration: underline;
}

.inlinedatablock{
	float: left;
	margin-top: 8px;
}

.inlinedatalabel{
	float: left;
	margin-right: 8px;
	padding-top: 6px;
	height: 34px;	
}

.inlinedatainput{
	display: unset;
	width: unset;
	padding: 6px;
}
	
.inlinedatainputgroup{
	float: left;
	padding-left: 15px;	
}

#authform{
    position: relative;
	/*display: inline-table;*/
    width: 100%;
    background: white;	
	/*z-index: 1;*/
    /*height: 38px;*/
	/*padding: 5px;*/
}

#authdropdown{
    background: #eeeeee;
    width: 300px;
    margin: 1px 15px;
    padding: 10px;
    border: solid 1px #cccccc;
    border-radius: 6px;
	line-height: 3;
}

#auth{
	padding: 5px 0px;
	min-height: 30px;
}


/* Мобильное меню */

.openMenu {
    background: #333333;
    /*border: 2px solid #d51920;*/
    border-radius: 0;
    cursor: pointer;
    display: none;
    overflow: hidden;
    height: 36px;
    /*padding-left: 9.5px;
    padding-top: 13.5px;*/
    position: relative;
    transition: all .4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 36px;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    top: -8px;
    left: 5px;
    transition: all .4s ease;
    /* z-index: 12; */
}

.b-bun {
	background: #fff;
	position: relative;
	height: 2px;
	width: 25px;
	left: 6px;
}

.b-bun--top {
	top: 8px;
}

.b-bun--mid {
    top: 15px;
}

.b-bun--bottom {
    top: 22px;
}

span.user-text-icon{
    color: #333333;
    background-color: #ffffff;
    font-weight: 700;
    border: 1px solid #cccccc;
    border-radius: 15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 6px;
	overflow: hidden;
}

.input-warn{
	border-color: var(--coral) !important;
}

.input-warn-message{
	width: 254px;
	display: none;
	font-size: small;	
	text-align: left;
	margin-bottom: 20px;
	color: var(--text-red);
}

@media screen and (max-width:991px) {
    .openMenu {display: inline-block;}
}
