


/* Start:/bitrix/templates/new/components/bitrix/system.auth.form/new_auth/style.css*/
.bx-auth-secure  {
	background-color:#FFFAE3;
	border:1px solid #DEDBC8;
	padding:2px;
	display:inline-block;
	vertical-align:bottom;
	margin-top:-1px;
}
.bx-auth-secure-icon  {
	background-image:url('/bitrix/templates/new/components/bitrix/system.auth.form/new_auth/images/sec.png');
	background-repeat:no-repeat;
	background-position:center;
	width:19px;
	height:18px;
}
.bx-auth-secure-unlock  {
	background-image:url('/bitrix/templates/new/components/bitrix/system.auth.form/new_auth/images/sec-unlocked.png');
}

/* added */

.login-popup-wrapper {
	display: none;
	background: #fff;
	background: rgba(255,255,255,.4);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1500;
	text-align: left;
}
.login-popup {
	width: 300px;
	position: absolute;
	left: calc(50% - 150px);
	top: 50px;
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
html.specialversion .login-popup {
	width: 360px;
}

html.specialversion .login-popup  input.input{
	width: 300px;
}

.login-popup input:not([type=checkbox]),
.close-form-but{
	cursor: pointer;
	height: 50px;
	line-height: 40px;
	display: inline-block;
	font-weight: 400;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: LatoBold,sans-serif;
	text-transform: uppercase;
	background: #ffcf04;
	color: #444444;
}
.login-popup input:not([type=checkbox]):hover,
.close-form-but:hover{
	background: #ffe160;
	color: #000;
}
.login-popup input:not([type=checkbox]){
	width: 100%;
}
.login-popup h3 {
	margin-bottom:40px;
}
.login-popup p {
	display: block;
	line-height: 0;
	margin-bottom: 30px;
}
.login-popup .input {
	/*width: 200px;*/
	margin-top: 15px;
}
.close-form-but {
	float: right;
	margin-top: 10px;
}
button.loginbut {
	border: none;
	background: none;
	line-height: 90px;
	text-transform: uppercase;
	font-size: 1rem;
	color: inherit;
	font-weight: 400;
	font-family: LatoMedium;
	cursor: pointer;
}
.fleft{
	line-height: 30px;
}
.auth-save-password {
	margin-top: 60px;
	line-height: 20px;
}
.auth-save-password label{
	font-size: 14px;
}
/* End */



/* Start:/bitrix/templates/new/components/bitrix/news.list/main_banners/style.css*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */



/* Start:/bitrix/templates/new/styles.css*/
.content-list-img img {
width: 100%;
}
.content.wialon-wrap img {
    max-width: 300px;
    height: auto;
}
.col-custom-slide .items-carousel a {

    margin: 15px 8px;
}


.right-block-services-element {
    background-color: #f6f6f6;
    align-items: center;
    padding: 4px;
    line-height: 13px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 23px;
}
.wrap_flag_item .right-block-services-element.services span {
    width: 200px;
    height: 133px;
    margin-top: 51px;
}
.right-block-services-element.services div {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 75px;
    margin-top: 20px;
    justify-content: center;
    display: flex;
    padding-left: 15px;
    text-align: center;
    padding-right: 10px;
    overflow: hidden;
}
.wrap_flag_item .right-block-services-element.services img {
    width: 100% !important;
    max-width: 100%;
    max-height: none;
    height: auto;
}
/* End */
/* /bitrix/templates/new/components/bitrix/system.auth.form/new_auth/style.css */
/* /bitrix/templates/new/components/bitrix/news.list/main_banners/style.css */
/* /bitrix/templates/new/styles.css */
