body { margin: 0; padding: 0; }

.header .grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em;
}
.header .grid div {
	padding-bottom: 0;
}
.header .grid .contacts {
	white-space: nowrap;
	text-align: right;
}
body.index-page .content {
	background: url('/images/train.jpg') top center no-repeat;
	background-size: cover;
	padding-bottom: 3em;
}
body.index-page .header {
	background: rgba(255,255,255,0.7);
}
body.index-page .left-block {
	padding: 2em;
	background: rgba(255,255,255,0.9);
}
body.index-page .right-block {
	background: rgba(248,248,248,0.9);
}
.content {
	padding-top: 1em;
}
.grid {
    min-width: 960px;
	max-width: 1100px;
    overflow: hidden; 
    height: auto;
    }    

.hr-grid {
    height: 1px;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    }

.row-menu-fixed {
    z-index: 100;
    background-color: #ffffff;
    }    
    
.scroll-menu {
    margin:0;
    padding:0;
    padding-bottom: 20px;
    line-height:100%;
    font-size:0;
    position:relative;z-index:1000;
    }

.scroll-menu li {
    margin:0;
    padding:0;
    list-style-type:none;
    display:inline-block;
    *display:inline;
    position:relative;
    zoom:1;
    line-height:inherit;
	top:0;
    left:0;
    font-size:16px; /* fixed font-size to replace font-size:0 in parent .menu 1em/16px default */
    }
    
.scroll-menu li a {
    margin:0;
    padding:0;
    display:block;
    display:inline;
    display:inline-block;
    position:relative;
    zoom:1;
    line-height:100%;
    top:0;
    left:0;
    }
        
.scroll-menu li a {
    margin:15px 15px 0px 15px;
    padding-bottom: 2px;
	text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
	font-size: 1em;
	}
        
/* ---------------- MENU ---------------- */

.row-menu-fixed {
    position: fixed;
    top: 0; 
    left: 0;
    z-index: 500; 
    margin: 0; 
    padding: 0; 
    width: 100%;  
    }

/* ---------------- FORM GENERATE ACCESS CODE ---------------- */
.test-keys-gen label{
    padding-right: 10px;
    font-size: 16px;
}


.help-block.form-error {
    display: block;
    font-size: 16px;
    color: red;
    text-align: center;
}

/* ---------------- INTERVIEW ---------------- */
.test-keys-errors, #formInterviewResult {
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: 600;
}

.testing-c {
	font-size: 18px;
}
.testing-c .button,
.testing-c button {
	font-size: 18px;
}

.footer {
	margin-top: 0;
	border-top: 1px solid #888;
	padding-top: 2em;
	padding-bottom: 2em;
	background: #eee;
}

i.icon {
	color: #2b7ab9;
}

.company-name {
	text-align: center;
}

.files-signed-c {
	
}
.files-signed-c .doc-signed-c {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-left: 64px;
}
.files-signed-c .doc-signed-c:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 64px;
	background: url('/images/doc-signed.svg') left top no-repeat;
	background-size: contain;
}
.files-signed-c .doc-signed-c div,
.files-signed-c .doc-signed-c p {
	padding: 0;
	margin: 0;
}
.files-signed-c .doc-signed-c .doc-main {
	text-transform: uppercase;
	text-decoration: none;
	color: #157EFB;
}
.files-signed-c .doc-signed-c .doc-sign,
.files-signed-c .doc-signed-c .sign-howto {
	font-size: 12px;
	color: #888888;
	text-decoration: none;
}
.files-signed-c .doc-signed-c .doc-main:hover,
.files-signed-c .doc-signed-c .sign-howto:hover,
.files-signed-c .doc-signed-c .doc-sign:hover {
	text-decoration: underline;
}
.files-signed-c .doc-signed-c .sign-info {
	padding-top: 8px;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
	padding-left: 32px;
	background: url('/images/doc-sign.png') left center no-repeat;
}
.files-signed-c .doc-signed-c .sign-info strong {
	font-weight: normal;
	color: #444444;
}
.about-section .detail-text .gallery img {
	margin-right: 0;
}

.docs-sing-right-c {
	margin: -1em;
	line-height: 1;
}
.docs-sing-right-c .files-signed-c .doc-signed-c {
	padding-left: 48px;
}
.docs-sing-right-c .files-signed-c .doc-signed-c:before {
	width: 32px;
}
.docs-sing-right-c .files-signed-c .doc-signed-c .doc-main {
	font-size: 12px;
}