@font-face {
    font-family: 'e-Ukraine-Thin';
    src: url('../fonts/e-Ukraine-Thin.woff2') format('woff2'),
    url('../fonts/e-Ukraine-Thin.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'e-Ukraine-Light';
    src: url('../fonts/e-Ukraine-Light.woff2') format('woff2'),
    url('../fonts/e-Ukraine-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'e-Ukraine-Medium';
    src: url('../fonts/e-Ukraine-Medium.woff2') format('woff2'),
    url('../fonts/e-Ukraine-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

b, strong, .f-bold {
	font-family: 'e-Ukraine-Medium', Helvetica, sans-serif;
}
.f-light {
	font-family: 'e-Ukraine-Light', Helvetica, sans-serif;
}
.f-thin {
	font-family: 'e-Ukraine-Thin', Helvetica, sans-serif;
}

/* !RESET */
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,h1,h2,h3,h4,h5,h6,p{box-sizing:border-box;margin:0;padding:0;border:0;outline:0;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
td { vertical-align: top; }

html {
	font-size: 10px;
	height: 100%;
}

body {
	font-family: 'e-Ukraine-Light', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	min-height: 100vh;
	min-width: 360px;
	margin: 0 auto;
	position: relative;
	margin: 0 auto;
	color: #000;
	display: block;
	background: #fff;
	font-size: 1.4rem;	
}

*:focus {
    outline: none;
}

ul {
	margin: 0;
	padding: 0;
}

.h1, .h2, .h3 {
	display: block;
	padding: 30px 0;
	margin: 0;
}
.h2 {
	font-size: 2rem;
}

a,
button 
{
	outline: none !important;
	outline-offset: 0 !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-tap-highlight-color: transparent;
}

p {
	padding-bottom: 15px;
}
a {
	color: #000;
	transition: .5s color;
}
a:focus,
a:active
{
	outline: none;
	outline-offset: 0;
}
a:hover 
{
	outline: none;
	text-decoration: none;
	color: #474747;
}

.cls,
.clearfix:after 
{
	content: "";
	display: table;
	clear: both;
}
.container-mini {
	max-width: 980px;
}


header {
	padding: 20px 0;
	background: #fff;
	border-bottom: 2px solid #000;
	height: 185px;
}
.logo {
	width: 210px;
	margin-left: 40px;
	display: block;
}
.hotline-text {
    max-width: 320px;
    margin: 0 auto;
}
.hotline-text .hottxt {
	font-size: 1.8rem;
	line-height: 110%;
	margin-bottom: 15px;
}
.hotline-text .hottel {
	font-family: e-Ukraine-Medium;
	font-size: 5rem;
	text-align: right;
	line-height: 100%;
	margin-bottom: 15px;
}
.hotline-text .hotcntr {
	text-align: center;
	font-size: 1.3rem;
}
.hotline-text a {
	font-family: e-Ukraine-Medium;
}
.header-text {
    max-width: 210px; 
    margin-left: 20px;   
}
.header-info {
    font-size: 1rem;
    max-width: 21.2rem;
    margin-bottom: 1.5rem;
    line-height: 120%;
    text-align: left;
}
.language {
	margin-top: 1.5rem;
	font-size: 1rem;
	text-align: center;
	display: none;
}
.language a {
	display: inline-block;
	padding: 1px 10px;	
}
.language a.select {
	font-family: 'e-Ukraine-Medium', Helvetica, sans-serif;
}
.language a:not(.select):hover {
	text-decoration: underline;
}
.language a:first-child {
	border-right: 1px solid #000;
	text-align: right;
}

.key,
button {
	border: 2px solid #000;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 6px 20px;
	letter-spacing: 1px;
	border-radius: 30px;
	cursor: pointer;
	transition: color .5s, background .5s;
	overflow: hidden;
}
.rekey,
.key:hover,
button:hover {
	background: #fff;
	color: #000;
}
.rekey:hover,
.key-item:hover .rekey {
	background: #000;
	color: #fff;
}
.bkey {
	padding: 10px 15px;
	display: block;
	width: 100%;
}
.loginkey .key {
	display: block;
	width: 100%;
	padding: 4px 5px;
}
.main-wrapper {
	padding: 20px 0 40px;
	background: #8d8d73;
}
.news-wrapper {
	padding: 60px 0;
	background: #686859;
}
.news-imgs {
	margin: 30px -5px 0;
}
.news-imgs a {
	opacity: .8;
	transition: opacity .5s;
	padding: 5px;
}
.news-imgs a:hover {
	opacity: 1;
}
.help-wrapper {
	padding: 0 0 40px;
	background: #8d8d73;	
}
.help-wrapper .key {
	padding: 15px 30px;
	display: inline-block;
}
.requests main,
.page-news main,
.page-purchases main {
	padding: 60px 0;
	background: #f3f3f3;	
	background: #f8f8f8;
}

.container-box {
    padding: 0 55px;
}

footer {
	padding: 45px 0;
	color: #fff;
	background: #000;
}
footer a {
	color: #fff;
	transition: color .5s;
}
footer a:hover {
	color: rgba(255, 255, 255, .8);
}
.menu-bottom {
	font-size: 1.3rem;
	line-height: 130%;
}
.menu-bottom .h {
	font-size: 1.8rem;
	display: block;
	padding: 2rem 0;
}
.menu li {
	list-style: none;
}
.menu a {
	display: block;
	padding-bottom: 15px;
}

/* MENU 1 */
.menu-list-1 {
	text-align: center;
	font-size: 1.3rem;
	line-height: 130%;
	font-weight: 300;
	margin: 0 -10px;
	position: relative;
}
.menu-list-1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	width: 66.6%;
	border-top: 2px solid #000;
}
.menu-list-1 a {
	padding: 30px 10px;
	transition: background .5s;
}
.menu-list-1 a:hover {
	background: rgba(255,255,255, .2);
	color: #000;
}
.menu-list-1 img {
	margin: 0 auto 30px;
	display: block;
	max-width: 80px;
}

.menu-list-2 a {
	padding: 10px 5px;
	transition: opacity .5s;
	font-size: 1.6rem;
	align-items: center;
	display: flex;
}
.menu-list-2 a:hover {
	opacity: .7;
	color: #000;
}
.menu-list-2 img {
	margin-right: 10px;
	display: inline-block;
}

/* FILES */
.files-list a {
	display: block;
	margin-top: 16px;
	padding: 24px;
	padding-left: 70px;
	position: relative;
	background: #fcfcfc;
	color: #090a0f;
	transition: all .5s;
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	border-radius: 15px;
}
.files-list a:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	background: #f4f4f4;
}

.files-list b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.files-list i {
	display: block;
	font-size: 34px;
	position: absolute;
	left: 24px;
	top: 28px;	
}
.files-list small {
	display: block;
	margin-top: 3px;
}
.files-list small span {
	text-transform: uppercase;
}

/* NEWS */
body.page-home .news-link {
	border-left: 1px solid #fff;
}
.news-link a {
	display: block;
}
.news-main-box a {
	color: #fff;
	transition: color .5s;
	padding-bottom: 15px;
	font-size: 1.4rem;
	line-height: 130%;
}
.news-main-box a:last-child {
	padding: 0;
}
.news-main-box a:hover {
	color: rgba(255, 255, 255, .8);
}
.news-main-box a .date {
	font-family: 'e-Ukraine-Thin';
	display: block;
	padding-bottom: 5px;
	font-size: 1.2rem;
}
.news-main-box a .h {
}
.news-top a .h {
	display: block;
	text-transform: uppercase;
	padding-top: 15px;
}
.news-top img {
	border-radius: 8px;
}
/* NEWS PAGE */
.news-list {
	padding-top: 0;
}
.news-list .item {
	transition: background .5s;
}
.news-list .item:hover {
	background: #fff;
}
.news-list .item .date {
	display: block;
	font-size: 12px;
	margin: 10px 0;
}
.news-list .item .h {
	display: block;
	line-height: 130%;
}


.news-one a {
	color: #686859;
	text-decoration: underline;
}
.news-one a:hover {
	color: #8d8d73;
	text-decoration: none;
}

.news-one .date {
	display: block;
	color: #707070;
	margin: 25px 0;
}
.news-one h1 {
	padding: 50px 0;
}
.news-one .news-link a {
	display: block;
	transition: color .5s;
	padding-bottom: 15px;
	font-size: 1.4rem;
	line-height: 130%;
	color: #000;
	text-decoration: none;
}
.news-one .news-link a.item:visited {
	color: #686859;
}
.news-one .news-link a:hover .name {
	color: #000;
	text-decoration: underline;
}
.news-one .news-link a .data {
	font-family: 'e-Ukraine-Thin';
	display: block;
	padding-bottom: 5px;
	font-size: 1.2rem;
}
.news-one .news-link a .h {
	display: block;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.forma input[type=text],
.forma input[type=email],
.forma input[type=number],
.forma input[type=tel],
.forma input[type=password],
.forma textarea,
.forma select {
		display: block;
		background: transparent;
		color: #333;
		font-size: 14px;
		transition: all .5s;
		padding: 10px;
		border: 1px solid rgba(0,0,0, .1);
		margin: 3px 0 10px;
		width: 100%;
		box-sizing: border-box;
		border-radius: 3px !important;
	}

.forma button {
	padding: 12px;
	min-width: 200px;
}
.inp-checkbox {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	padding-left: 30px !important;
	position: relative;
}
.inp-checkbox input {
	position: absolute;
	top: 11px;
	left: 7px;
}
/* MODAL */
#modal-box {
	position: relative;
	text-align: left;
	display: inline-block;
	max-width: 480px;
	border-radius: 25px;
	overflow: hidden;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0, 0.15);
	transform: scale(0);
	transition: transform .5s;
	margin: 30px 0;
	z-index: 998;
	cursor: default;
}
#modal-box.wide {
	max-width: 740px;
}
#modal-box .header {
	border-bottom: 2px solid #000;
}
#modal-box .header .h {
	font-size: 20px;
}
#modal-box .header .h small {
	font-size: 12px;
	display: block;
}
#modal-box .footer {
	background: #8d8d73;
	color: #c4c4af;
	text-align: center;
}
#modal-box .footer b {
	display: block;
	color: #fff;
	cursor: pointer;
}
#modal-box .footer b:hover {
	text-decoration: underline;
}

body.modalon {
	overflow: hidden;
}
#modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: auto;
	z-index: 999;
	text-align: center;
	transform: scale(0);
	padding: 0 10px;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .5s;
}
.modalon #modal-box,
.modalon #modal-wrapper {
	transform: scale(1);
	opacity: 1;
}
#modal-box .close {
	position: absolute;
	right: 30px;
	top: 30px;
	height: 24px;
	width: 24px;
	opacity: .5;
	transition: opacity .5s;
	cursor: pointer;
	background: url(../img/cross.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
#modal-box .close:hover{
	opacity: 1;
}	
.forma {
	margin: 0 -7px;
}
.forma > div {
	padding: 0 7px;
}
.required > label:after {
	content: "*";
	color: red;
}
#alert .error {
	padding: 10px 0;
	color: red;
}
#alert .complete {
	padding: 10px 0;
	color: #228b22;
}
.forma .after {
	text-align: right;
}

.d-mobile {
	display: none !important;
}

.page-request header {
	display: none;
}
.request-wrapper {
	background: #f3f3f3;
	padding: 30px 0;
}

.request-wrapper h1 {
	font-size: 24px;
	margin: 0 0 30px;
	font-weight: bold;
}
.request-wrapper h1 a {
	border-bottom: 1px dotted #000;
}
.red {
	color: red;
}

.cabinet-menu {
	margin: 0 0 20px;
}
.cabinet-menu .item {
	text-align: center;
	padding: 10px 15px;
	background: rgba(255, 255, 255, .5);
	transition: background .5s, color .5s;
}
.cabinet-menu .item:first-child {
	border-radius: 30px 0 0 30px;
}
.cabinet-menu .item:last-child {
	border-radius: 0 30px 30px 0;
}
.cabinet-menu a.item:hover {
	background: rgba(255, 255, 255, .2);
}
.cabinet-menu span.item {
	background: rgba(0, 0, 0, .02);
	font-weight: bold;
}

.user-info {
	background: #fff;
	padding: 20px 30px;
	margin: 0 0;
}
.user-info > div {
	background: 0 18px no-repeat;
	background-size: 18px auto;
	padding: 15px 0 15px 45px;
	font-size: 16px;
}
.user-info > div.col-user {
	background-image: url(../img/icon_user.svg); 
}
.user-info > div.col-mail {
	background-image: url(../img/icon_email.svg); 
}
.user-info > div.col-phone {
	background-image: url(../img/icon_phone.svg); 
}
.user-info > div.col-adress {
	background-image: url(../img/icon_home.svg); 
}
.user-info > div.col-edit {
	padding: 15px 0;
	text-align: right;
}
.user-info > div.col-edit a {
	display: inline-block;
	width: auto;
	padding: 10px 30px;
}

/* REQUEST */
#progressbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	transition: all .5s;
}
#progressbar.active {
	opacity: .9;
	height: 5px;
	background: #e0e0e0;
}
#progressbar.active b {
	display: block;
	height: 5px;
	width: 0;
	background: #228b22;
	transition: width .5s;
}
.req-box {
	background: #fff;
	border-radius: 15px;
	padding: 25px 30px;
	margin-bottom: 30px;
}
.req-box.complete {
	background: #228b22;
	color: #fff;
	font-size: 110%;
}
.req-box.complete small {
	display: block;
}
.req-box.hide {
	display: none;
}
.req-box .h2 {
	padding: 0 0 15px;
}
.req-box .label {
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.req-box .label label {
	position: absolute;
	right: 0;
	top: 0;
}
.req-box .label .nmr {
	position: absolute;
	padding-right: 5px;
	top: 0;
	left: -30px;
	width: 30px;
	text-align: right;
	color: #838383;
}
.req-box .after {
	color: #686859;
	font-size: 12px;
}
.req-box .label.required:after {
	content: " *";
	color: red;
}
.req-box.min-col-5 .col,
.req-subbox.min-col-5 .col {
	min-width: 20%;
}
.req-box.min-col-4 .col,
.req-subbox.min-col-4 .col {
	min-width: 25%;
}
.req-box.min-col-3 .col,
.req-subbox.min-col-3 .col {
	min-width: 33.33%;
}
.req-box.min-col-2 .col,
.req-subbox.min-col-2 .col {
	min-width: 50%;
}

.req-box .row {
	margin: 0 -5px;
}
.req-box .row > div {
	padding: 5px;
	position: relative;
}
.radio-box input {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 1px !important;
	opacity: 0 !important;
}
.radio-box label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
	border: 1px solid #000;
	border-radius: 8px;
	height: 100%;
	opacity: .4;
	transition: opacity .5s;
	text-align: center;
	line-height: 120%;
	font-size: 13px;
	cursor: pointer;
}
#bx-type .radio-box label {
	display: block;
	border: 0;
}
input:disabled,
input:disabled + label {
	cursor: default !important;
}
.radio-box input:disabled + label,
.radio-box label:hover {
	opacity: .8;
}
.radio-box input:checked + label {
	opacity: 1;
}
.radio-box label img {
	display: block;
	margin: 0 auto 10px;
	width: 32px;
}
.req-box .inp {
	display: block;
	padding: 8px 10px;
	border: 1px solid rgba(0, 0, 0, .4);
	border-radius: 8px;
	width: 100%;
	min-height: 38px;
}
.req-box .inp.cal,
.req-box .inp.cal1,
.req-box .inp.cal2 {
	background: url(../img/ical.svg) right 10px top 50% no-repeat;
	background-size: 24px auto;
}
.ui-datepicker-next,
.ui-datepicker-prev,
span.ui-datepicker-year {
	display: none;
}
.cal-shield {
	background: #ff;
	opacity: .001;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	border: 0;
}
.file-box input[type=file] {
	height: 1px;
	width: 1px;
	opacity: .1;
}
.file-note {
	margin-top: 10px;
	color: #838383;
	font-size: 11px;
}
.req-subbox {
	padding-top: 10px;
}

.file-key {
	border: 2px solid #000;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 20px 10px 50px;
	letter-spacing: 1px;
	border-radius: 30px;
	cursor: pointer;
	transition: color .5s, background .5s;
	overflow: hidden;
	position: relative;
}
.file-key:hover {
	background: #fff;
	color: #000;
}
.file-key .ico {
	display: block;
	width: 26px;
	position: absolute;
	top: 7px;
	left: 14px;
	transform: rotate(220deg);
	fill: #fff;
	transition: fill .5s;
}
.file-key:hover .ico {
	fill: #000;
}
.filelist {
	margin: 0 -5px;
}
.filelist input {
	display: none;
}
.filelist .rfile {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 10px 5px 0;
	border-radius: 8px;
	background: url(../img/ico-file.svg) 50% 50% no-repeat;
	background-size: 50% auto;
	position: relative;
	border: 1px solid #ccc;
}
.filelist .rfile.filetype1 {
	background-size: cover;
}
.filelist .rfile a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.filelist input + label:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .6) url(../img/ico-trash-w.svg) 50% 50% no-repeat;
	background-size: 60% auto;
	border-radius: 8px;
	transform: scale(1);
	transition: transform .2s;
	z-index: 1;
}
.filelist input:checked + label:after {
	transform: scale(0);
}

.filelist .rfile .remove {
	position: absolute;
	top: -6px;
	right: -6px;
	height: 24px;
	width: 24px;
	border-radius: 30px;
	background: red url(../img/ico-trash.svg?v2) 50% 50% no-repeat;
	background-size: 60% auto;
	transition: background .5s;
	cursor: pointer;
	z-index: 2;
}
.filelist .rfile .remove:hover {
	background-color: #b22222;
	background-size: 70% auto;
}
.chk-box {
	padding: 10px 0;
}
.chk-box input {
	margin: 0 10px;
}
.row .open-active {
	display: none;
}
.row.open .open-active {
	display: block;
}
.label-or {
	padding-top: 50px;
}
.skey {
	padding: 10px 45px;
	margin: 20px 10px;
	min-width: 150px;
	display: inline-block;
	overflow: inherit;
	position: relative;
}
.skey:disabled {
	background: #707070 !important;
	border-color: #707070 !important; 
	color: #fff !important;
	cursor: default;
}
.skey .snd {
	display: none;
}
.skey:disabled .nrm {
	display: none;
}
.skey:disabled .snd {
	display: inline;
}
.loader {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: relative;
	animation: rotate 1s linear infinite;
	display: none;
}
.skey:disabled .loader {
	display: block;
	position: absolute;
	top: 11px;
	left: 11px;
}
.loader::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 3px solid #FFF;
	animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
  0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
  25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
  50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
  100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}


.rekey {
	background: transparent;
}
.selbox {
	display: block;
	position: relative;
	height: 0;
	width: 100%;
	z-index: 1;
}
.selbox ul {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	max-height: 50vh;
	overflow: hidden;
	opacity: 0;
	transition: opacity .5s, height .5s, padding .2s;
	padding: 0 5px;
	z-index: 1;
}
.selbox > span {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 0;
	padding: 0;
	display: none;
	color: #b22222;
	line-height: 130%;
	font-size: 11px;
	background: #fff;
	border: 1px solid #e0e0e0;
	z-index: 0;
	opacity: 0;
}
.selbox.open > span,
.selbox.open ul {
	padding: 5px;
	opacity: 1;
	height: auto;
	overflow: auto;
}
.selbox li {
	list-style: none;
	padding: 7px;
	border-bottom: 1px solid #e0e0e0;
	display: block;
	cursor: pointer;
	font-size: 11px;
	color: #686859;
	line-height: 130%;
}
.selbox li b {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	display: block;
	padding-bottom: 3px;
}
.selbox li b i {
	font-style: normal;
}
.selbox li:not(.hide):last-child {
	border: 0;
}
.selbox li.active,
.selbox li:hover {
	background: #eef7ff;
}
.selbox li.hide {
	display: none;
}
.selbox:after {
	content: "";
	position: absolute;
	top: -27px;
	right: 15px;
	height: 12px;
	width: 12px;
	border: 2px solid #333;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.selbox.open:after {
	top: -20px;
	border-width: 2px 0 0 2px;
}
.inp:disabled,
.inp.disabled {
	background-color: #e0e0e0 !important;
	opacity: .5;
}
.inp-disabled {
	background-color: #fff !important;
	opacity: 1 !important;	
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49% !important;
    display: inline !important;
    padding: 3px !important;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
}



.request-table {
	width: 100%;
}

.request-table td {
	padding: 15px;
	font-size: 14px;
	line-height: 130%;
	background-color: #fff;
	border: 0.1rem solid #e0e0e0;
}
.request-table th {
	padding: 15px;
	font-size: 14px;
	line-height: 130%;
	font-weight: normal;
}

.loginkey img {
	display: none;
}	

#modal-contact {
	display: none;
}

.contacts-list a {
	display: block;
	font-size: 18px;
	padding: 30px;
}
.contacts-list > div:not(:last-child) {
	border-bottom: 1px solid #000;
}

.formk {
	display: block;
	margin: 15px 0;
	line-height: 130%;
}
.key-group {
	max-width: 600px;
	margin: 0 auto;
}
.key-group a,
.key-group .col {
	height: 100% !important;
}
.key-group a {
	padding: 15px;
}

.description {
	padding: 0 0 20px;
}
.description a {
	text-decoration: underline;
	font-style: italic;
}

.key-group a.formk.bold {
	border-width: 3px;
	font-weight: bold;
}

.tip a {
	color: #474747;
	text-decoration: underline;
}
.tip-box,
.key-item {
	position: relative;
}
.tip-box .tip,
.key-item .tip {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	background: #e3e4e4;
	color: #333;
	padding: 15px;
	border-radius: 15px;
	font-size: 12px;
	line-height: 130%;
	transform: translateY(-100%) scale(0);
	transform-origin: 50% 100%;
	transition: opacity .5s, transform .5s;
	opacity: 0;
}
.tip-box:hover .tip,
.key-item:hover .tip {
	opacity: 1;
	transform: translateY(-100%) scale(1);
}
.tip-box .tip:after,
.key-item .tip:after {
	content: "";
	display: block;
	height: 18px;
	width: 18px;
	border-radius: 3px;
	background: #e3e4e4;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: rotate(45deg) translateX(-50%);
}
.tip-box .tip {
	transform-origin: 15px 110%;
	border-radius: 15px 15px 15px 0;
	top: -13px;
}
.tip-box .tip:after {
	height: 22px;
	width: 22px;
	transform: rotate(45deg);
	bottom: -10px;
	left: 4px;
}
.tip-key {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #000;
	color: #fff;
	padding: 6px 0;
	margin: 8px 0;
	line-height: 100%;
	font-size: 16px;
	text-align: center;
	border-radius: 40px;
	cursor: pointer;
}

/* crumbs */
.crumbs {
	color: #ccc;
	margin: 0 -10px 45px;
}
.crumbs a, 
.crumbs b {
	color: #000;
	display: inline-block;
	padding: 0 10px;
}
.crumbs a:hover {
	text-decoration: underline;
}
.crumbs li {
	list-style: none;
	display: inline;
}
.crumbs li:after {
	content: "/";
	padding: 0 10px;
}
.crumbs li:last-child {
	font-weight: bold;
	text-decoration: none !important;
}
.crumbs li:last-child:after {
	content: "";
	padding: 0;
}

.forma4 {
	border-radius: 30px;
	padding: 30px 30px 15px;
	background: rgba(255, 255, 255, .2);
	max-width: 890px;
	margin: 0 auto;
}
.forma4 .item .label {
	padding-bottom: 15px;
}
.forma4 .item .label span {
	display: block;
}
.forma4 .item .label a {
	display: block;
	padding-top: 2px;
	font-size: 90%;
}
.forma4 .item.required .label span:after {
	content: " *";
	color: red;
}
.forma4 .item {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.forma4 .info-box {
	border-radius: 20px;
	padding: 14px 15px;
	background: rgba(255, 255, 255, .5);
	font-size: 90%;
	line-height: 130%;
}
.forma4 .tip-box li,
.forma4 .info-box li {
	margin: 3px 0 3px 15px;
}
.doc-empty {
	display: block;
	position: relative;
	padding: 5px 0 0 20px;
}
.doc-empty input {
	position: absolute;
	top: 9px;
	left: 0;
}
.forma4 .file-key {
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
	text-align: left;
}
.ifile:disabled + label {
	background: #8d8d73 !important;
	border-color: #8d8d73 !important;
	color: #fff !important; 
	cursor: default;
}
.ifile:disabled + label.file-key .ico {
	fill: #fff !important;
}

#f4status {
	padding: 35px 0;
	text-align: center;
	display: none;
}


/* PAGINATOR */
.paginator {
	margin: 30px 0 0;
	width: 100%;
	text-align: center;
}
.paginator a,
.paginator b,
.paginator span {
	display: inline-block;
	height: 32px;
	width: 32px;
	font-size: 16px;
	text-align: center;
	padding: 7px 0 0;
	border-radius: 20px;
	line-height: 100%;
	font-weight: 500;
	margin: 0 2px;
	color: #2c2a25;
}
.paginator a:hover {
	background: #e3e4e4;	
}
.paginator a, .paginator b, .paginator span {
	border: 1px solid transparent;
}
.paginator span {
    color: #ccc;
}
.paginator b {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}


@media (max-width: 768px) {
	.d-desktop {
		display: none !important;
	}
	.d-mobile {
		display: flex !important;
	}
	.logo-menu {
		max-width: 240px;
	}
	.container-box {
    	padding: 0 15px;
	}
	body.page-home .news-link {
    	border-left: 1px solid #fff;
    	margin-left: 15px;
    	margin-top: 30px;
	}
	.menu a {
    	padding-bottom: 10px;
	}
	footer,
	.news-wrapper,
	.main-wrapper,
	.requests main, 
	.page-news main {
		padding: 30px 0;
	}
	.menu-list-1 a {
		padding: 20px 10px;
	}
	.menu-list-1 img {
		margin: 0 auto 20px;
	}
	.h2 {
		font-size: 1.5rem;
		padding: 20px 0;
	}
	header {
		height: auto;
	}
	.logo {
		width: 190px;
		margin: 0 0 15px;
	}
	.menu-top {
		align-items: normal !important;
	}
	.hotline-text .hottxt {
		font-size: 1.2rem;
		margin: 0;
	}
	.hotline-text .hotcntr {
    	text-align: left;
    	font-size: 1.2rem;
    	padding-top: 10px;
	}
	.hotline-text .hotcntr a {
		display: block;
	}
	.hotline-text .hottel {
		font-size: 2.5rem;
		margin: 0;
	}
	.news-one h1 {
    	padding: 30px 0;
    	font-size: 18px;
	}
	.news-one .news-link {
		padding-top: 30px;
		border-top: 1px solid #ccc;
		margin-top: 30px;
	}
	footer .header-info {
		background: url(../img/icon-info.svg) 0 2px no-repeat;
		padding-left: 45px;
		color: #8d8d73;
		font-size: 12px;
		line-height: 130%;
		max-width: 100%;
	}
	.crumbs {
		margin-bottom: 20px;
	}
	.header-text {
		float: right;
		margin: 0 !important;
		width: 120px;
		height: 100%;
		position: relative;
	}
	.loginkey {
		width: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.loginkey img {
		display: block;
		width: 24px;
		margin: 0 auto;
	}
	.loginkey span {
		display: none;
	}
	.loginkey .key {
		display: inline-block !important;
		border-radius: 8px;
		padding: 12px;
		width: 53px;
	}
	.loginkey .key:first-child {
		margin-right: 12px;
	}
	.language {
		margin: 0;
		transform: translateY(-7px);
	}
	.language a {
		padding: 7px 5px;
		text-align: center !important;
		display: block;
	}
	.language a:first-child {
		border: 0;
		border-bottom: 1px solid #000;
	}
	.request-table thead {
		display: none;
	}
	.request-table tr {
		margin-bottom: 15px;
		display: block;
		border-top: 0.1rem solid #e0e0e0;
    	border-bottom: 0.1rem solid #e0e0e0;
	}
	.request-table td {
    	background-color: #fff;
    	border-left: 0.1rem solid #e0e0e0;
    	border-right: 0.1rem solid #e0e0e0;
    	border-bottom: none;
    	display: block;
    	position: relative;
		padding: 10px 5px 10px 22rem;
		font-size: 14px;
		line-height: 130%;
	}
	.request-table td:before {
    	background-color: #f5f5f5;
    	border-right: 0.1rem solid rgba(0,0,0,.06);
    	box-sizing: border-box;
    	content: attr(data-label);
    	display: flex;
    	align-items: center;
    	position: absolute;
    	top: 0;
    	left: 0;
    	height: 100%;
    	width: 20rem;
		padding: 5px;
		font-size: 10px;
		line-height: 130%;
	}
	
	.key-item .tip,
	.tip-box .tip {
		position: relative;
		top: auto;
		left:auto;
		width: 100%;
		opacity: 1 !important;
		transform: none;
	}
	.key-item .tip:after {
		top: -2px;
		bottom: auto;
		left: 50%;
		transform: rotate(45deg) translateX(-50%);
	}
	
	.tip-box .tip {
		border-radius: 15px;
		margin: 10px 0 5px;
	}
	.tip-box .tip:after,
	.tip-key {
		display: none;
	}

}





