@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-Thin.woff) format("woff"), url(../fonts/Inter-Thin.ttf) format("truetype");
	font-weight: 100
}

@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-ExtraLight.woff) format("woff"), url(../fonts/Inter-ExtraLight.ttf) format("truetype");
	font-weight: 200
}

@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-Light.woff) format("woff"), url(../fonts/Inter-Light.ttf) format("truetype");
	font-weight: 300
}

@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-Regular.woff) format("woff"), url(../fonts/Inter-Regular.ttf) format("truetype");
	font-weight: 400
}

@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-Medium.woff) format("woff"), url(../fonts/Inter-Medium.ttf) format("truetype");
	font-weight: 500
}

@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-SemiBold.woff) format("woff"), url(../fonts/Inter-SemiBold.ttf) format("truetype");
	font-weight: 600
}

@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-Bold.woff) format("woff"), url(../fonts/Inter-Bold.ttf) format("truetype");
	font-weight: 700
}

@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-ExtraBold.woff) format("woff"), url(../fonts/Inter-ExtraBold.ttf) format("truetype");
	font-weight: 800
}

@font-face {
	font-family: Inter;
	src: url(../fonts/Inter-Black.woff) format("woff"), url(../fonts/Inter-Black.ttf) format("truetype");
	font-weight: 900
}

@font-face {
	font-family: Rouble;
	src: url(../fonts/rouble/RUBSN.otf) format("truetype");
	font-style: normal;
	font-weight: 400
}

*,
::after,
::before {
	box-sizing: border-box
}

body,
html {
	min-width: 1440px;
	height: auto;
	min-height: 986px;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
	background-color: #fff;
	color: #000;
	scroll-behavior: smooth;
}

body,
button,
input {
	font-family: Inter, sans-serif
}

body {
	font-size: .75em;
	line-height: 1.5em
}

.language,
a {
	color: #133759;
	text-decoration: inherit;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.language:hover,
a:hover {
	_color: #d96e44;
	color: #164883;
}

h1 {
	margin: 0 0 30px 0;
	color: #000;
	font-size: 24px;
	font-weight: 600
}

h2 {
	margin: 15px 0 38px 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	opacity: 1
}

.box-outer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 100%;
	padding: 1px;
	min-width: 1440px;
	_max-width: 1440px;
	position: relative
}

.box-inner {
	margin: 0 0px;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0 5px;
	font-size: 16px;
	width: 50%;
	position: absolute
}

.header .logo {
	line-height: 0;
	margin-left: 30px
}

.header .phone {
	margin-left: auto;
	margin-right: 0;
	margin-top: 7px;
}

.header .phone .number {
	font-size: 16px;
	font-weight: 600;
	padding: 3px 9px;
	border: solid 1px transparent;
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.header .phone .number:hover {
	background: rgba(255, 255, 255, .3);
	border: solid 1px rgba(255, 255, 255, .5)
}

.number a {
	color: #000
}

.header .faq {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border: solid 1px transparent;
	padding: 3px 9px;
	border-radius: 5px
}

.header .faq .link {
	background: url(../img/faq-icon.svg) no-repeat left center/auto 100%;
	padding-left: 22px
}

.header .faq img {
	margin-right: 7px
}

.header .lang {
	margin: 7px 20px 0 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	line-height: 2
}

.header .lang .language {
	display: inline-block;
	height: 30px;
	width: 45px;
	font-size: 15px;
	font-weight: 500;
	align-content: center;
	cursor: pointer;
	border-radius: 4px;
	background-color: #f9fafc;
	border: solid 1px transparent
}

.header .lang .language.current {
	font-size: 17px;
	background: rgba(255, 255, 255, .05);
	border: solid 1px rgba(255, 255, 255, .5)
}

.header .lang .language:hover {
	color: #d96e44;
}

.content {
	_flex: 0 0 auto;
	_display: flex;
	_justify-content: space-between;
}

.restore_access {
	padding-top: 40px;
	text-align: center;
	font-size: 16px
}

form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	margin: 0 auto;
	width: 500px;
	height: 645px;
	flex: none;
	order: 0;
	flex-grow: 1
}

.form {
	width: calc(50%);
	_min-heigth: 777px;
	min-width: 529px;
	margin: 150px auto 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;

}
.container_form {
	width: 50%;
}

.form .box {
	white-space: nowrap;
	position: relative
}

.form .field {
	margin: 14px 0
}

.form .field .field-input {
	position: relative
}

.form .field .field-input input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 16px;
	width: 500px;
	height: 54px;
	background: #fff;
	border: 1px solid #bdbdbd;
	border-radius: 8px;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
	width: 100%;
	background: #fff;
	color: #000;
	font-size: 18px;
	outline: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.form .field .field-input input:focus {
	border-color: #133759
}

.form .field .field-input input[vki_attached] {
	padding-right: 60px
}

.form .field .field-input input::placeholder {
	color: #7e7e7e
}

.form .field .field-input input::-webkit-input-placeholder {
	color: #7e7e7e
}

.form .field .field-input input:-ms-input-placeholder {
	color: #7e7e7e
}

.form .bar {
	margin: 20px 0 0;
	position: relative
}

input::placeholder {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #828282
}

.form .bar button,
.tooltips #btnRow > td > a {
	padding: 0;
	gap: 16px;
	width: 500px;
	height: 54px;
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 32px;
	gap: 10px;
	width: 500px;
	height: 54px;
	background: #012b5d;
	border-radius: 8px;
	border-color:#012b5d;
	border: none;
	flex: none;
	order: 0;
	flex-grow: 1;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.form .bar button:hover,
.tooltips #btnRow > td > a:hover {
	background: #24538d;
}

.footer-full {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    margin: auto;
    width: 500px;
    font-size: 16px;
    flex-direction: column;
    font-weight: 400;
    line-height: 140%;
}

.footer-full .footer {
	text-align: center;
	padding-bottom: 10px
}

.footer-full .footer .faq {
	margin-right: 10px
}

@media screen and (min-height:700px) and (max-height:110px) {
	form {
		height: calc(100vh - 20%)!important;
	}

}

.mobile { 
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left!important;
	padding: 24px;
	gap: 16px;
	width: 500px;
	height: 137px;
	background: #f8fafc;
	border-radius: 12px;
	flex: none;
	order: 1;
	flex-grow: 0;
	font-size: 20px;
	font-weight: 600;
	color: #002e5a;
        display: none;
	bottom: 20px;
}

.mobile .line {
	padding-bottom: 10px
}

.mobile .item {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.mobile .gpb:hover {
	opacity: .7;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.mobile .gpb {
	weigth: 135px;
	height: 45px
}

.mobile .item .mobile-qr {
	position: absolute;
	top: -140px;
	left: 0;
	opacity: 0;
	padding: 0;
	display: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5)
}

.mobile .item .mobile-qr.app img {
	width: 120px
}

.mobile .item .mobile-qr.google img {
	width: 135px
}

.mobile .item:hover .mobile-qr {
	display: block;
	animation-name: animation_opacity;
	animation-duration: 1s;
	animation-fill-mode: forwards
}

.footer .copy {
	flex: 1 0 auto;
	flex-basis: 100px
}
.footer a img{
	margin-right: 8px!important;
}
.copy .line {
	display: inline-block;
	color: #fff;
	font-family: "Open Sans", sans-serif
}

html {
	width: 100%;
	min-height: 986px;
	height: 100%;
	min-width: 1440px
}

@media screen and (min-width:2000px) {
	html {
		width: 100%;
		height: 100%
	}
}

.login .form {
	max-width: 691px
}

.login .form,
.login .news {
		vertical-align: top;
}

.login .news_content {
	_min-height: 986px;
	height: calc(100% - 30px);
	_max-width: 691px;
	width: calc(50% - 40px);
	padding: 0px;
	flex: 0 0 auto;
	color: #000;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	position: absolute;
	border-radius: 24px;
	top: 20px;
	right: 20px;

}


.news_content1 {
	height: 938px;
	min-height: 938px;
}

#news_content_animate {
	background: #eaf1f9;
		height: 986px;
	min-height: 986px;
	padding: 100px 92px;
	width: calc(100%);
	min-width: 691px;
	border-radius: 24px;
	box-sizing: border-box;
	text-align: -webkit-center;
}

#news_content_animate.change{
	background: #e8f7fc;
}




#news_slider {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 10px
}

#news_slider div {
	background-color: #fff;
	padding: 0 4px;
	margin: 0 5px;
	font-size: 5px;
	border-radius: 100%;
	cursor: pointer;
	cursor: hand;
	line-height: 10px !important;
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in
}

#news_slider div.sliderActive {
	background-color: #012b5d
}

#news_full_screen {
	position: absolute;
	background-color: rgba(0, 0, 0, .3);
	height: calc(100%);
	width: calc(100%);
	z-index: 100;
	display: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

#news_full_screen_content {
	position: relative;
	margin: 5% auto 5%;
	background-color: #fff;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .5);
	width: 80%;
	height: 80%;
	max-width: 1000px;
	border-radius: 20px;
	padding: 40px 40px
}

#news_full_screen_content_text {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	scrollbar-color: #eaf1f9 #fff;
	scrollbar-width: 30px;
	padding: 30px 0px;
	font-size: 18px;
	text-align: left;
}

#news_full_screen_title h1, #news_full_screen_content_text{
	line-height: 130%;
}


#news_full_screen_content_text .more {
	display: none
}

#news_full_screen_close {
	position: absolute;
	right: 30px;
	top: 35px;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	opacity: .9
}

#news_full_screen_close:hover {
	opacity: 1
}

.login .news {
	width: 500px;
	padding: 0;
	flex: 1 0 auto;
	border-radius: 5px;
	text-align: left;
	height: 500px;
	top: 12px;
	left: 0;
	overflow: hidden;
	position: relative;
}

.login .news .more {
		font-size: 18px;
	font-weight: 400;
	line-height: 140%
}

.login .news.clickable .more {
	cursor: pointer;
	cursor: hand;
	color: #133759;
	position: absolute;
			width: 100%;
}

.news_table tr {
	display: none;
	-webkit-animation-name: animation_opacity;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: animation_opacity;
	-moz-animation-duration: 2s;
	-moz-animation-fill-mode: forwards;
	-o-animation-name: animation_opacity;
	-o-animation-duration: 2s;
	-o-animation-fill-mode: forwards;
	animation-name: animation_opacity;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0
}

.login .news_table tr:nth-child(1) {
	display: block
}

.login .news_table {
	margin-top: 20px
	min-height:500px;
	height:500px;
	width: 500px;
	min-width: 500px;

}

.news_logo{
	width: 500px;
	text-align: left;
}
.login .news_table a {
	text-decoration: none;
}

@keyframes animation_opacity {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes news_animation {
	from {
		margin-top: 0
	}

	to {
		margin-top: -300px
	}
}

@-webkit-keyframes news_animation2 {
	from {
		margin-top: -300px
	}

	to {
		margin-top: -600px
	}
}

@-webkit-keyframes news_animation3 {
	from {
		margin-top: -600px
	}

	to {
		margin-top: -900px
	}
}

@-moz-keyframes news_animation {
	from {
		margin-top: 0
	}

	to {
		margin-top: -300px
	}
}

@-moz-keyframes news_animation2 {
	from {
		margin-top: -300px
	}

	to {
		margin-top: -600px
	}
}

@-moz-keyframes news_animation3 {
	from {
		margin-top: -600px
	}

	to {
		margin-top: -900px
	}
}

@-o-keyframes news_animation {
	from {
		margin-top: 0
	}

	to {
		margin-top: -300px
	}
}

@-o-keyframes news_animation2 {
	from {
		margin-top: -300px
	}

	to {
		margin-top: -600px
	}
}

@-o-keyframes news_animation3 {
	from {
		margin-top: -600px
	}

	to {
		margin-top: -900px
	}
}

@keyframes news_animation {
	from {
		margin-top: 0
	}

	to {
		margin-top: -300px
	}
}

@keyframes news_animation2 {
	from {
		margin-top: -300px
	}

	to {
		margin-top: -600px
	}
}

@keyframes news_animation3 {
	from {
		margin-top: -600px
	}

	to {
		margin-top: -900px
	}
}

.login .news .date {
	font-size: 14px;
	margin-bottom: 3px;
	display: none
}

.login .news .date:not(:first-child) {
	margin-top: 25px
}

.news-title {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 140%
}





@media screen  and (min-height: 1600px) and (max-height: 3000px) {
	.login .news .text { 
		height:345px!important;
		min-height:345px!important;
	}
}


.login .news .text {
height:348px;
min-height:348px;
	font-size: 18px;
	text-align: left;
	overflow: hidden;
	-ms-box-sizing: border-box;
	text-indent: 20px;
	line-height: 120%;
}

.news.clickable .text {
}


.news.clickable .news_more {
	padding-left: 0;
	padding-top: 0px;
	font-size: 18px
}



.change .news.clickable .text::before {
	background: #e8f7fc
}

.login .news .text p {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}
.login .news .text ul {
	margin: 0px 0px 0px 0px;
}

.pass-icon {
	position: absolute;
	top: 50%;
	margin-top: -6px
}

.caps-indicator {
	position: relative
}

.caps-indicator b {
	position: absolute;
	top: -16px;
	right: 0
}

.login .tooltips {
	padding: 10px 0 10px 0;
	background: 0 0;
	color: #e03600;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%
}

.login .chat-box {
	display: block;
	position: fixed;
	right: 0;
	bottom: 186px;
	padding: 16px;
	background: rgba(255, 255, 255, .3);
	border-radius: 4px 0 0 4px;
	white-space: nowrap;
	word-spacing: -.3em
}

.login .chat-box::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	height: 33px;
	margin-right: 14px;
	background: url(../img/chat.svg) no-repeat center/contain
}

.login .chat-box .chat-content {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	white-space: normal;
	word-spacing: normal
}

.password-recovery {
	background: linear-gradient(to bottom, rgba(19, 36, 67, .8), rgba(19, 36, 67, .8)), url(../img/bg.png) center top/cover
}

.pass-icon {
	right: 10px;
	width: 15px;
	height: 15px;
	cursor: pointer
}

.pass-eye {
	background: url(../img/eye.svg) no-repeat
}

.pass-eye-slash {
	background: url(../img/eye-slash.svg) no-repeat
}

.captcha-renew {
	color: #012b5d;
	font-size: 14px;
	margin-top: 10px
}

#captcha {
	background-color: #f9f9f9;
	border-radius: 6px;
	padding: 20px 15px
}

.captcha-inp-wrap {
	flex: 0 0 auto;
	display: flex;
	justify-content: space-between
}

#captchaImg {
	width: 98%
}

#modalMask {
	z-index: 1800;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 0;
	height: 70px;
	width: 100%;
	opacity: 1;
	position: absolute;
	display: none
}

#modalMask .spinner {
	margin: 0 auto 0;
	width: 120px;
	height: 50px;
	text-align: center;
	padding-top: 15px
}

#modalMask .spinner>div {
	width: 10px;
	height: 10px;
	background-color: #163a67;
	border-radius: 10px;
	padding: 0;
	display: inline-block;
	-webkit-animation: spiner_animation 1.4s infinite ease-in-out both;
	animation: spiner_animation 1.4s infinite ease-in-out both
}

#modalMask .spinner .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

#modalMask .spinner .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes spiner_animation {

	0%,
	100%,
	80% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1)
	}
}

@keyframes spiner_animation {

	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes spiner_text_animation {
	0% {
		opacity: 1
	}

	30% {
		opacity: .9
	}

	50% {
		opacity: .8
	}

	70% {
		opacity: .7
	}

	80% {
		opacity: .6
	}

	100% {
		opacity: .5
	}
}

@keyframes spiner_text_animation {
	0% {
		opacity: 1
	}

	30% {
		opacity: .9
	}

	50% {
		opacity: .8
	}

	70% {
		opacity: .7
	}

	80% {
		opacity: .6
	}

	100% {
		opacity: .5
	}
}

#browser-info {
	display: none;
	position: relative;
	width: 100%;
	background: #ffff21;
	padding: 20px 30px 20px 70px;
	font-size: 1em
}

#browser-info .browser-notify {
	position: absolute;
	top: 20px;
	left: 20px;
	padding-top: 5px;
	font-weight: 700;
	font-size: 25px;
	background: #000;
	text-align: center;
	color: #ffff21;
	border: 1px solid #000;
	width: 40px;
	height: 40px;
	border-radius: 100%
}

#browser-info p {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 8px
}

.keyboardInputInitiator,
.pass-icon {
    position: absolute;
    top: 50%;
    margin: -5px 3px!important;
}

.keyboardInputInitiator {
    right: 30px;
}
