header {
    margin-top: 0px;
    height: 100px;
    background: #4267b2;
    /*border-bottom: solid 4px #FFD563;*/
    z-index: 10;
}
header.prod {
    background: #3B4F85;
}

.popup-ind,
.popup-reg {
    display: inline-block;
    margin: 0 20px 0 0;
}
.popup-ind .hint,
.popup-reg .hint {
    display: block;
    padding: 10px 0 10px 0;
}
.popup-ind .hint span,
.popup-reg .hint span {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #3D579F;
    border-bottom: 1px dashed #3D579F;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 13px;
    height: 13px;
    max-width: 190px;
}

header section div.industries-popup {
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -400px;
    display: none;
    width: 800px;
    height: 560px;
}
header section div.industries-popup .yui3-panel {
    margin: 0 auto;
    padding: 0 15px;
}
header section div.industries-popup .yui3-panel .yui3-widget-hd {
    text-align: left;
    padding: 0;
    height: 37px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    padding: 23px 0 0 25px;
    margin: 0 -15px;
    border-bottom: solid 4px #FFD563;
}
header section div.industries-popup .yui3-panel .yui3-widget-hd .yui3-button-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    width: 22px;
    height: 21px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -421px -209px;
}
header section div.industries-popup .yui3-panel .yui3-widget-hd div.popup-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #FFFFFF;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd {
    margin: 0 -15px;
    padding: 15px 0 0 0;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd .industries-list {
    max-height: 300px;
    padding: 30px 0 20px 20px;
    overflow-y: scroll;
    color: #000000;
    position: relative;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd .industries-list .parent-category.show-tree table {
    display: none;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd .industries-list .parent-category.hide-tree table {
    display: block;
    position: relative;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd .industries-list .parent-category .category-title {
    font-weight: bold;
    padding: 5px 0 0 10px;
    cursor: pointer;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd .industries-list .parent-category.show-tree .category-title {
    background: url("/site/image/main/plus.png") left 9px no-repeat;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd .industries-list .parent-category.hide-tree .category-title {
    background: url("/site/image/main/minus.png") left 9px no-repeat;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd .industries-list table td {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0 0 0 20px;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd .industries-list table td label {
    display: block;
    position: relative;
    width: 300px;
    max-width: 300px;
    padding: 5px 0 0px 25px;
    white-space: pre;
    white-space: pre-line;
    word-break: break-all;
    cursor: pointer;
    line-height: 100%;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd .industries-list table td label input {
    position: absolute;
    left: 5px;
    top: 6px;
}
header section div.industries-popup .yui3-panel .devider {
    height: 1px;
    background: #E6E9F1;
    margin: 15px 0;
}
header section div.industries-popup .yui3-panel .cancel-industries,
header section div.industries-popup .yui3-panel .choose-industries {
    display: inline-block;
    margin: 0 5px;
    float: right;
}
header section div.industries-popup .yui3-panel .yui3-widget-bd label.all {
    padding: 0 0 0 20px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}
header section div.regions-popup {
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -350px;
    display: none;
    width: 700px;
    height: 560px;
}
header section div.regions-popup .yui3-panel {
    margin: 0 auto;
    padding: 0 15px;
}
header section div.regions-popup .yui3-panel .yui3-widget-hd {
    text-align: left;
    padding: 0;
    height: 37px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    padding: 23px 0 0 25px;
    margin: 0 -15px;
    border-bottom: solid 4px #FFD563;
}
header section div.regions-popup .yui3-panel .yui3-widget-hd .yui3-button-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    width: 22px;
    height: 21px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -421px -209px;
}
header section div.regions-popup .yui3-panel .yui3-widget-hd div.popup-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #FFFFFF;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd {
    margin: 0 -15px;
    padding: 15px 0 0 0;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .countries-list {
    padding: 0 10px;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .countries-list .country {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .countries-list .country:hover {
    text-decoration: underline;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .countries-list .country.active {
    font-weight: bold;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .regions-list {
    position: relative;
    padding: 0 0 0 20px;
    margin: 10px 0;
    height: 300px;
    max-height: 300px;
    overflow: auto;
    color: #000000;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .regions-list table {
    display: none;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .regions-list table.active {
    display: block;
    position: relative;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .regions-list table td {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .regions-list table td label {
    display: block;
    position: relative;
    width: 180px;
    max-width: 180px;
    padding: 5px 0 0px 25px;
    white-space: pre;
    white-space: pre-line;
    word-break: break-all;
    cursor: pointer;
    line-height: 110%;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .regions-list table td input {
    position: absolute;
    left: 5px;
    top: 6px;
}
header section div.regions-popup .yui3-panel .devider {
    height: 1px;
    background: #E6E9F1;
    margin: 15px 0;
}
header section div.regions-popup .yui3-panel .cancel-regions,
header section div.regions-popup .yui3-panel .choose-regions {
    display: inline-block;
    margin: 0 5px;
    float: right;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd label.all {
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .regions-list .parent-category.hide-tree table {
    display: block;
    position: relative;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .regions-list .parent-category.show-tree .category-title {
    background: url("/site/image/main/plus.png") left 9px no-repeat;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .regions-list .parent-category .category-title {
    font-weight: bold;
    padding: 5px 0 0 10px;
    cursor: pointer;
}
header section div.regions-popup .yui3-panel .yui3-widget-bd .regions-list .parent-category.hide-tree .category-title {
    background: url("/site/image/main/minus.png") left 9px no-repeat;
}

.page-banner {
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
}
.page-banner img {
    display: block;
    border: 1px solid #E4E4E4;
    margin: 0 auto;
}
.carousel-holder {
    display: block;
    width: 520px;
    height: 100px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin: 5px auto;
}
.carousel-holder .page-banner {
    display: inline-block;
    width: 522px;
    position: relative;
    margin: 0 5px 0 0;
    text-align: center;
    clear: both;
}
.carousel-holder .page-banner img {
    margin: 0 auto;
}
/* ==========================================================================
   Registration Btn
   ========================================================================== */
aside.left .reg-btn,
aside.left .testlog-btn {
    margin: 10px auto;
    display: block;
    width: 150px;
}
aside.left .reg-btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    overflow: none;
}
.workscheme-buttons {
    position: relative;
    height: 40px;
}
section.videos .workscheme-buttons {
    margin: 0;
    position: relative;
    height: 60px;
}

.workscheme-buttons .reg-btn,
.workscheme-buttons .testlog-btn {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    padding: 6px 12px;
    width: 170px;
    margin: 10px auto;
    color: #FFFFFF;
    background-color: #69A54B;
    border-bottom: 4px solid #598D6B;

    text-align: center;
    cursor: pointer;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.workscheme-buttons .testlog-btn {
    position: absolute;
    left: 480px;
    color: #735D23;
    width: 240px;
    background-color: #FFD563;
    border-bottom: 4px solid #CEAD55;
}
.workscheme-buttons .reg-btn {
    position: absolute;
    left: 230px;
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-width: 0px;
}

.workscheme-buttons .reg-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #69A54B;
    background: -moz-linear-gradient(top, #79B55B 0%, #69A54B 100%);
    background: -webkit-linear-gradient(top, #79B55B 0%, #69A54B 100%);
    background: -o-linear-gradient(top, #79B55B 0%, #69A54B 100%);
    background: linear-gradient(to bottom, #79B55B 0%, #69A54B 100%);
}
.workscheme-buttons .reg-btn:active {
    text-decoration: none;
    color: #FFFFFF;
    text-decoration: none;
    background: -moz-linear-gradient(top, #79B55B 0%, #69A54B 100%);
    background: -webkit-linear-gradient(top, #79B55B 0%, #69A54B 100%);
    background: -o-linear-gradient(top, #79B55B 0%, #69A54B 100%);
    background: linear-gradient(to bottom, #79B55B 0%, #69A54B 100%);
    border-bottom: 2px solid #598D6B;
    margin-top: 12px;
}