@supports(-webkit-appearance: none) or (-moz-appearance: none) {
  .lk_new_anketa input[type='checkbox'],
  .lk_new_anketa input[type='radio'],
  .lk_new_anketa input[type=email], .lk_new_anketa input[type=number], .lk_new_anketa input[type=password], .lk_new_anketa input[type=search], .lk_new_anketa input[type=text], .lk_new_anketa input[type=url], .lk_new_anketa input[type=date], .lk_new_anketa input[type=tel]  {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}

.lk_new_anketa label {
	position: relative;
}

input::placeholder { color: #BDBDBD;}
.input_wrapper {
	position: relative;
}
.radio_group .input_wrapper {
	display: block;
}

.lk_new_anketa input[type=email], .lk_new_anketa input[type=number], .lk_new_anketa input[type=password], .lk_new_anketa input[type=search], .lk_new_anketa input[type=text], .lk_new_anketa input[type=url], .lk_new_anketa input[type=date], .lk_new_anketa input[type=tel],  .select-selected {
    border-color: rgba(71, 82, 101, 0.97);
    
	color: rgba(71, 82, 101, 0.97);
	height: 56px;
	padding: 10px 10px 10px 25px;
	border-radius: 8px;
	border: 2px solid #70A8E0;
	width: 280px;
}

.lk_new_anketa input[type=email]:focus, .lk_new_anketa input[type=number]:focus, .lk_new_anketa input[type=password]:focus, .lk_new_anketa input[type=search]:focus, .lk_new_anketa input[type=text]:focus, .lk_new_anketa input[type=url]:focus, .lk_new_anketa input[type=date]:focus, .lk_new_anketa input[type=tel]:focus, .select-arrow-active {
    border-color: #1070DB;
    color: rgba(71, 82, 101, 0.97);
}

.lk_new_anketa input:focus {
	outline: none;
}

.lk_new_anketa input, .lk_new_anketa .custom-select {
	display: inline-block;
	margin-bottom: 0px;
	
}
.lk_new_anketa .custom-select {
	display: block;
}

.lk_new_anketa label {
	display: block;
	color: #1A4F95;
	font-size: 16px;
	line-height: 25px;
}
.lk_new_anketa label > span {
	display: inline-block;
	width: 100%;
}

.lk_new_anketa input::placeholder { color: #BDBDBD; }

.lk_new_anketa_form2 {
	padding-top: 20px;
}


#vnz .btn {
	max-width: 280px;
    width: calc(100% - 35px);
	letter-spacing: normal;
	line-height: 56px;
    height: 56px;
	font-weight: 400;
	font-size: 16px;
	padding: 0 10px;
	border-radius: 8px;
}
@media screen and (max-width: 350px) {
	#vnz .btn {
		font-size: 11px;
	}
}

#henkilotunnus {
	letter-spacing: 5px;
}

.page_title {
	padding: 10px 0 20px 0px;
	font-size: 20px;
	line-height: 24px;
	color: #1A4F95;
	font-weight: 700;
}
.lk_new_anketa_disclaimer {
	padding: 28px 0 28px 0;
}





/* СТИЛИ ДЛЯ ВСПЛЫВАЮЩИХ ПОДСКАЗОК */

.prompt {
	background: url("../img/prompt.png");
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
    margin-left: 10px;
}

#filediv .prompt{
	top: 14px;
    margin-left: 10px;
    position: absolute;
    left: 285px;
}
.radio_group .prompt{
	top: 18px;
    margin-left: 10px;
    position: absolute;
    left: 285px;
	top: 40px;
}
.custom-select .prompt{
	top: 18px;
    margin-left: 10px;
    position: absolute;
    left: 285px;
}
.birthday_date_wrapper ~ .prompt{
	top: 36px;
    margin-left: 10px;
    position: absolute;
    left: 285px;
}
.input_wrapper .prompt {
	top: 15px;
    margin-left: 10px;
    position: absolute;
    left: 285px;
}



.prompt:hover:after {
  content: attr(data-text);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 40px;
  top: -13px;
  z-index: 5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 380px;
  background: #DEE5EF;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 24px;
  color: rgba(71, 82, 101, 0.97);
}
.prompt:hover:before {
	content: "";
	width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-right: 8px solid #DEE5EF;
    position: absolute;
    left: 24px;
    top: 3px;
    z-index: 5;
}

/* Такое же поле с подсказкой внизу формы, только видимое постоянно */

.prompt_static {
	width: 1px;
	height: auto;
	margin-left: 0px;
	position: relative;
}
.prompt_static {
  content: attr(data-text);
  padding: 4px 8px;
  color: #333;
  z-index: 5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 380px;
  width: 100%;
  margin: 10px 0 20px 0;
  background: #DEE5EF;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 24px;
  color: rgba(71, 82, 101, 0.97);
  margin-top: 60px;
}
.prompt_static:after {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 720px) {
	.prompt:hover:after, .prompt_static:after {
		width: calc(90vw - 300px);
	}
}
@media screen and (max-width: 540px) {
	.prompt:hover:after {
		width: 86vw;
		left: -280px;
		top: 36px;
	}
	.prompt_static:after{
		width: 86vw;
		top: 36px;
	}
	.prompt:hover:before {
		border: 8px solid transparent;
		border-bottom: 8px solid #DEE5EF;
		left: 4px;
		top: 20px;
	}
}





/* СТИЛИ ДЛЯ ВЫПАДАЮЩЕГО СПИСКА */

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #ffffff;
    width: 280px;
    position: relative;
    height: 56px;
    padding: 10px 10px 10px 19px;
    border-radius: 8px;
    line-height: 32px;
	overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 63px;
	color: #BDBDBD;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 20px;
  background: url(../img/select_arrow_down.png);
    background-size: 15px;
	background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    z-index: 1;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  top: 21px;
  background: url(../img/select_arrow_down.png);
    background-size: 15px;
	background-repeat: no-repeat;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: rgba(71, 82, 101, 0.97);
  padding: 8px 16px 8px 25px;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  z-index: 4;
  box-shadow: 0px 4px 4px rgba(206, 214, 238, 0.32);
  border-radius: 8px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #DEE5EF;
  position: relative;
}

.same-as-selected:before {
	content: '';
    display: block;
    background: url(../img/vector_1621.png);
    background-size: contain;
    width: 13px;
    height: 11px;
    background-repeat: no-repeat;
    position: absolute;
	left: 7px;
    top: 14px;
}





/* СТИЛИ ДЛЯ СООБЩЕНИЙ ОБ ОШИБКЕ */

.error .select-selected, input.error, input[type='file'].error:before, .error input, .error input[type='file']:before {
	border-color: #EB5757!important;
}
.error .custom-radio>span::before {
	border-color: #EB5757!important;
}
.error-text {
	display: none;
	width: 280px;
	text-align: right;
}
.error  ~ .error-text, .error .error-text {
	display: block;
	position: relative;
	/*bottom: -7px;*/
    left: 0px;
    font-size: 14px;
	line-height: 17px;
	margin-bottom: 9px;
	color: #EB5757;
}
.no-error  ~ .error-text, .no-error .error-text {
	display: block;
	height: 17px;
	font-size: 0;
}
.custom-select.error ~ .error-text {
	/*bottom: -23px;*/
}
input[type='file'].error ~ .error-text {
	bottom: 3px;
	margin-top: -14px;
}
.birthday_date_wrapper .error ~ .error-text {
	width: 100%;
}






/* СТИЛИ ДЛЯ ПОЛЯ ЗАГРУЗКИ ФАЙЛОВ */

#formdiv {
  text-align: left;
}
#filediv {
  position: relative;
}
#file1 {
  color: green;
  padding: 5px;
  border: 1px dashed #123456;
  background-color: #f9ffe5;
}
#img {
  width: 17px;
  border: none;
  height: 17px;
  margin-left: -20px;
  margin-bottom: 191px;
}
.upload {
  width: 100%;
  height: 30px;
}
.abcd {
  text-align: center;
  position: relative;
  display: inline-block;
}
.abcd img {
  height: auto;
  width: 79px;
  padding: 5px;
  border: 1px solid rgb(232, 222, 189);
}
.delete {
  color: red;
  font-weight: bold;
  position: absolute;
  top: 0;
  cursor: pointer
}

.lk_new_anketa .custom-file-input {
	margin-bottom: -5px;
	top: -5px;
    position: relative;
	line-height: 5px;
}


.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: '';
    display: inline-block;
    background: url(../img/add_file.png);
    background-size: 26px;
    width: 280px;
    height: 52px;
    background-position: 240px;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    margin-right: 10px;
    border-radius: 8px;
    border: 2px solid #70A8E0;
}
.custom-file-input:hover::before, .custom-file-input:focus::before {
  border-color: #1070DB;
}
.delete {
	content: '';
    display: inline-block;
    background: url(../img/del_file.png);
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px;
}
.delete:hover {
	content: '';
    display: inline-block;
    background: url(../img/del_file_hover.png);
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px;
}


/* СТИЛИ ДЛЯ ПОЛЯ ВЫБОРА ДАТЫ И ДЛЯ ДАТАПИКЕРА */


.pika-single.is-bound {
	box-shadow: none;
}
.pika-single {
	border: 2px solid #DEE5EF;
    box-sizing: border-box;
    border-radius: 8px;
	font-family: DINPro, Arial, sans-serif;
}
.pika-button {
	background: #ffffff;
	padding: 10px;
	border-radius: 23px!important;
	text-align: center;
}
.pika-lendar table th {
	border: none;
}
.pika-table th {
	color: #4E4E66;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
}

.pika-lendar table td {
	font-size: 14px;
	line-height: 21px;
}
.pika-lendar table tr:last-of-type td {
	background: #ffffff;
}
.pika-title {
	padding-bottom: 5px;
	margin-left: -8px;
	margin-right: -8px;
    margin-bottom: 20px;
    border-bottom: 2px solid #DEE5EF;
}
.pika-label {
	font-weight: 400;
}
.pika-single.is-hidden {
	position: static;
    left: auto;
    top: auto;
	/*display: block!important;*/
}
.is-selected .pika-button, .has-event .pika-button {
	background: #1070DB;
}
.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
	background: #70A8E0;
}
.pika-prev, .is-rtl .pika-next {
	background: url(../img/select_arrow_down.png);
    background-size: 15px;
	background-repeat: no-repeat;
    width: 15px;
    height: 15px;
	position: relative;
    transform: rotate(90deg);
    top: 7px;
}
.pika-next, .is-rtl .pika-prev {
	background: url(../img/select_arrow_down.png);
    background-size: 15px;
	background-repeat: no-repeat;
    width: 15px;
    height: 15px;
	position: relative;
    transform: rotate(270deg);
    top: 7px;
}

.birthday_date_wrapper {
	display: inline-block;
	position: relative;
}
#birthday_date {
	cursor: pointer;
	position: relative;
	width: 280px;
	z-index: 3;
    background: transparent;
}
#birthday_date:after {
  content: attr(placeholder);
      position: absolute;
    background: #ffffff;
    width: 70%;
    height: 40px;
	cursor: pointer;
	padding-top: 10px;
}
.birthday_date_wrapper::before {
	content: '';
    position: absolute;
    background: #ffffff;
    width: 40px;
    height: 40px;
	cursor: pointer;
	right: 10px;
	top: 12px;	
	width: 29px;
    height: 29px;
    cursor: pointer;
    right: 10px;
    display: block;
    background: url(../img/icon_calendar-outline.png);
    background-size: 29px;
    background-position: right center;
    background-repeat: no-repeat;
	z-index: 2;
}
#birthday_date.input-date-no-placeholder:after {
	/*display: none;*/
}
@media screen and (max-width: 640px) {
} 






/* СТИЛИ РАДИОКНОПОК */


/* для элемента input c type="radio" */
.custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio>span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #1A4F95;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на радио */
.custom-radio>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #b3d7ff;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio>input:focus+span::before {
  /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio>input:checked+span::before {
  border: 2px solid #1A4F95;
  background-color: #ffffff;
  background: radial-gradient(closest-side, #1A4F95 0%, #1a4f95 68%, #ffffff 81%, #ffffff 100%);
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio>input:disabled+span::before {
  background-color: #e9ecef;
}

.lk_new_anketa .radio {
  margin: 0;
  margin-bottom: 0.2em;
}
.radio_group {
	margin-bottom: 14px;
	position: relative;
}
.radio_group > span {		
  margin-bottom: 5px;
  color: #1A4F95;
  font-size: 16px;
  line-height: 25px;
}




/* Стили для мобильного */

@media screen and (max-width: 370px) {
	#henkilotunnus {
		width: 85%;
		width: calc(100% - 35px);
		max-width: 280px;
	}
	.input_wrapper {
		width: 100%;
		/*display: flex;*/
		align-items: baseline;
	}
	.radio_group .input_wrapper {
		display: block;
	}
	.lk_new_anketa .custom-file-input {
		width: 100%;
		
	}
	.custom-file-input::before {
		width: 85%;
		width: calc(100% - 35px);
		max-width: 280px;
		background-position: 95%;
	}
	.birthday_date_wrapper  {
		width: 85%;
		width: calc(100% - 35px);
		max-width: 280px;
	}
	#birthday_date {
		width: 100%;
	}
	#filediv .prompt {
		left: 87%;
	}
	.custom-select .prompt {
		left: 87%;
	}
	.birthday_date_wrapper ~ .prompt {
		left: 87%;
	}
	.radio_group  .prompt {
		left: 87%;
	}
	.input_wrapper .prompt {
		left: 87%;
	}
	.prompt:hover:after {
		right: 0;
		left: auto;
		width: 89vw;
	}
	.error-text {
		width: 85%;
		width: calc(100% - 35px);
		max-width: 280px;
	}
	
	.lk_new_anketa input[type=email], .lk_new_anketa input[type=number], .lk_new_anketa input[type=password], .lk_new_anketa input[type=search], .lk_new_anketa input[type=text], .lk_new_anketa input[type=url], .lk_new_anketa input[type=date], .lk_new_anketa input[type=tel],  .select-selected {
		width: 85%;
		width: calc(100% - 35px);
		max-width: 280px;
	}
	
	
	
	
}

.wizard .steps ul {
	margin: 0;
	padding: 0;
	display: flex;
}
.wizard .steps li{
	display: inline-block;
	width: 25%;
	text-align: center;
	padding: 7px;
	border-bottom: 1.2px solid #1A4F95;
	margin: 5px;
}
.wizard .steps li.current {
	border-bottom: 1.2px solid #DC7130;
}
.wizard .steps li.disabled {
	border-bottom: 1.2px solid #828282;
}
.wizard .steps li .current-info {
	display: none;
}
.wizard .steps li a {
	color:  #1A4F95;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
.wizard .steps li.current a {
	color: #DC7130;
}
.wizard .steps li.disabled a {
	color: #828282;
}
#vnz .content > h3 {
	display: none;
}


@media screen and (max-width:660px) {
	.wizard .steps li {
		width: 48%;
	}
	.wizard .steps ul {
		display: inline-block;
	}
}
@media screen and (max-width:520px) {
	.wizard .steps li {
		width: 98%;
	}
}



/* СТИЛИ ХЕДЕРА */

/* Блок контактов */

.whatsapp-icon {
    background-color: transparent;
    background-image: url(../img/wtsp.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 40px!important;
    height: 40px!important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.viber-icon {
    background-color: transparent;
    background-image: url(../img/viber_new.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 40px!important;
    height: 40px!important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.email-icon {
    background-color: transparent;
    background-image: url(../img/ic_round-alternate-email.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 40px!important;
    height: 40px!important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.contacts__tel {
	font-size: 26px;
	line-height: 40px;
	color: #4F4F4F;
	font-weight: 700;
}
.page-header .contacts {
	display: block;
}
.page-header .socials {
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
}


/* Ссылка на профиль с аватаром */

.page-header__widget {
	display: flex;
    align-items: center;
}
.account_link {
	font-size: 18px;
	line-height: 22px;
	color: #4F4F4F;
	text-transform: capitalize;
	text-decoration: underline;
}
.site-controls--account {
	font-size: 18px;
	/*line-height: 32px;*/
}
.site-controls--account.account_link:before {
	display: none;
}
.page-header__tagline {
	font-size: 18px;
	line-height: 32px;
}
.profile_picture_wrapper {
	position: relative;
	width: 70px;
	height: 70px;
}
.profile_picture_round {
    width: 72px;
    height: 72px;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    transform: scale(0.7);
    left: -1px;
	top: -1px;
}
.profile_picture_wrapper img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
	z-index: 1;
}
.profile_picture_wrapper img.profile_picture_avatar {
	position: absolute;
    z-index: 8;
}
.profile_picture_wrapper img.profile_picture_bg {
	z-index: 2;
	width: 70px;
	height: 70px;
}



/* Настройка адаптива для шапки*/

@media  screen and (max-width: 1140px) { 
	.site-controls--account {
		max-width: 170px;
	}
	.page-header__contacts {
		margin-left: 0;
	}
}
@media  screen and (max-width: 770px) {
	.account_link {
		/*display: none;*/
	}
	.page-header__logo {
		padding-right: 30px;
	}
}
@media print, screen and (min-width: 48.0625em) {
	.page-header .nav-toggle svg.toggle {
		transform: scale(1.5);
	}
}
@media print, screen and (max-width: 48em) {
	.contacts__tel {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 9px;
	}
	.page-header__contacts {
		position: relative;
		bottom: 4px;
	}
	.whatsapp-icon, .viber-icon, .email-icon {
		width: 24px!important;
		height: 24px!important;
	}
	.page-header__widget {
		transform: scale(0.7) translate(-20%, -30%);
	}
}
@media screen and (max-width:560px) {
	.page-header__widget {
		position: absolute;
		top: 56px;
		left: 7px;
		transform: scale(0.7) translate(-22%, -30%)
	}
	.page-header__container  {
		height: 100px;
	}
	.site-controls--account  {
		display: block;
		max-width: none;
	}
}
.page-header {
	min-width: 315px;
}



/* Правка отображения меню */

@media screen and (min-width: 62em) {
	.main-nav__dropdown-area:last-child .main-nav__item {
		margin-right: 54px;
	}
	.main-nav__dropdown-area {
		position: relative;
	}
	.main-nav__item  {
		display: block;
		cursor: pointer;
	}
	.main-nav__dropdown {
		position: absolute;
		width: auto;
		z-index: 1;
	}
	.main-nav__container {
		width: auto;
		display: block!important;
		flex-direction: column;
		padding: 0 30px;
	}
	.main-nav__dropdown-item {
		display: flex;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 17px;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-nav__container li {
		margin-right: 0px;
		position: relative;
	}
	.main-nav__container li:before {
		content: "";
		display: block;
		vertical-align: middle;
		width: 7px;
		height: 7px;
		background: #1a4f95;
		position: absolute;
		top: 15px;
		left: -18px;
		box-shadow: none;
		border: none;
		border-radius: 6px;
	}
	.main-nav__item:not(:last-child) {
		margin-right: 12px;
		margin-left: 12px;
	}
	.main-nav__dropdown-area:hover .main-nav__dropdown {
		border-radius: 0 0 40px 0;
		box-shadow: 5px 7px 4px 0px rgba(80, 95, 134, 0.15);
		padding-bottom: 15px;
	}
	.main-nav__dropdown-item:hover:before, .main-nav__dropdown-item.selected:before, .main-nav__dropdown-item:active:before {
		content: "";
		display: block;
		vertical-align: middle;
		width: 8px;
		height: 8px;
		background: #1a4f95;
		position: absolute;
		top: 15px;
		left: -18px;
		box-shadow: 0 0 0px 1px #1a4f95;
		border: 1px solid #ffffff;
		border-radius: 10px;
	}
	.main-nav__dropdown-item.selected, .main-nav__dropdown-item:active, .main-nav__dropdown-item:hover, .main-nav__item.selected, .main-nav__item:active, .main-nav__item:hover {
		color: #1a4f95;
		text-shadow: 1px 1px 3px rgba(80, 95, 134, 0.45);
	}
	.main-nav__dropdown-item:after, .main-nav__item:after {
		display: none;
	}
	
	.main-nav__menu {
		position: relative;
		left: -30px;
	}
}


.main-nav__container li {list-style: none;}
.page-wrap {overflow: visible;}
.breadcrumbs {display: none;}
.main-nav, .main-nav__dropdown {background: #F3F6FA;}
.dropdown-menu__dropdown {top: 110px;}
.content-block {min-height: 400px; padding: 15px 0 40px 0;}

.actions ul {
	padding: 5px;
}
.actions li {
	background: #ffffff;
	list-style: none;
}
.actions li a {
	display: inline-block;
}

.hidden {
	display: none;
}


.result_info {
	width: 100%;
	max-width: 600px;
	height: auto;
	min-height: 177px;
	padding: 17px 17px 17px 26px;
	border: 2px solid #1A4F95;
	border-radius: 0px 10px 10px 10px;
	background: #FFFFFF;
	margin-top: 30px;
	position: relative;
}
.result_info_bg {	
	background: #FFF9D6;
}
.result_info_title p {
	font-size: 16px;
	line-height: 21px;
	color: #4F4F4F;
	margin: 0;
	margin-bottom: 22px;
	font-weight: 700;
}
.result_info_title p span {
	position: relative;
}
.result_info_title p span.result_info_good:after {
	content: '';
    display: inline-block;
    background: url(../img/good.svg);
    background-size: 17px;
    width: 17px;
    height: 17px;
    position: relative;
    left: 20px;
}
.result_info_title p span.result_info_bad:after {
	content: '';
    display: inline-block;
    background: url(../img/bad.svg);
    background-size: 17px;
    width: 17px;
    height: 17px;
    position: relative;
    left: 20px;
	top: 6px;
}
.result_info_content p {
	font-size: 14px;
	line-height: 18px;
	color: #4F4F4F;
	margin: 0;	
	margin-bottom: 22px;
}
.result_info_document_title {
	font-weight: 700;
}
.result_info_date {
	text-align: right;
	font-size: 12px;
	color: #828282;
	position: absolute;
    bottom: 15px;
    right: 15px;
}
.link_download {
	width: 23px;
	height: 15px;
	display: inline-block;
	display: inline-block;
    background: url(../img/download.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: -4px;
    position: relative;
    top: 2px;
    left: 5px;
}
.link_new_tab {
	width: 14px;
	height: 14px;
	display: inline-block;
    background: url(../img/new-tab.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    left: 5px;
}
.result_info_outer_link {
	text-decoration: none;
	color: #1A4F95;
}


.wizard .content {
	margin-bottom: 100px;
}



.form-link {
	width: calc(100% - 35px);
    max-width: 280px;
	text-align: right;
    margin-bottom: 9px;
	margin-top: 17px;
}
.form-link a {
	font-size: 16px;
    line-height: 25px;
	font-weight: 500;
    color: #1A4F95;
	text-decoration: underline;
}
.form-link a:hover {
	filter: brightness(1.2);
}
.centered_form .btn {
	margin-top: 17px;
	letter-spacing: normal;
	line-height: 56px;
    height: 56px;
	font-weight: 400;
	font-size: 16px;
	padding: 0 10px;
	width: 100%;
}

.login_form {
}
.login-form-wrapper, .restore-password-form-wrapper, .new-password-form-wrapper {
	margin-bottom: 70px;
	margin-top: 70px;
}
.centered-form-wrapper {
	max-width: 280px;
	margin: 0 auto;
}
.centered_form input[type=password], .centered_form input[type=email], .centered_form .btn, .form-link, .centered_form .error-text {
	width: 100%;
	max-width: 100%;
}
@media screen and (max-width: 370px) {
	.centered_form {
		text-align: left;
	}
	.centered_form input[type=password], .centered_form input[type=email], .centered_form .btn, .form-link {
		width: 100%;
		max-width: 100%;
	}
	.centered_form .btn {
		font-size: 11px;
	}
}

.main-wrapper {
	display: flex;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.main-wrapper-item {
	width: 33.3%;
	max-width: 400px;
	min-width: 240px;
	height: 300px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 23px;
}
.main-item-image {
	height: 226px;
}
.main-item-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.main-item-text {
	height: 74px;
	line-height: 17px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	color: #1070db;
	font-weight: bold;
	font-size: 17px;
}
.main-item-text a {
	color: #1070db;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 22px;
}
@media screen and (max-width: 940px) {
	.main-wrapper-item {
		margin-bottom: 23px;
	}
	.main-wrapper {
		display: block;
		text-align: center;
	}
}
.main-item-postuplenie .main-item-image {
	background: url('../img/main-item-postuplenie.png');
	background-size: cover;
	background-position: center;
}
.main-item-podbor .main-item-image {
	background: url('../img/main-item-podbor.png');
	background-size: cover;
	background-position: center;
}
.main-item-vnz .main-item-image {
	background: url('../img/main-item-vnz.png');
	background-size: cover;
	background-position: center;
}