body {
    width: 100%;
    background: #ebebeb;
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 1181px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

body strong, body b {
    font-weight: 600;
}

.clear {
    clear: both;
}

::-webkit-input-placeholder {
    color: #7d7d7d;
}

::-moz-placeholder {
    color: #7d7d7d;
}

:-ms-input-placeholder {
    color: #7d7d7d;
}

input:-moz-placeholder {
    color: #7d7d7d;
}

a, a:visited, a:active {
    text-decoration: none;
    outline: none;
    color: #11367a;
}

a:hover {
    text-decoration: underline;
}

#container {
    width: 1181px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 6px 8px rgba(0, 0, 0, .1), inset 0 0 2px #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 6px 8px rgba(0, 0, 0, .1), inset 0 0 2px #fff;
}

#container #top {
    height: 108px;
    position: relative;
    z-index: 3;
}

#container #top #logo {
    float: left;
    overflow: hidden;
    margin: 36px 0 0 31px;
}

#container #top #logo * {
    display: block;
    margin: 0;
    padding: 0;
}

#container #top #after-logo {
    height: 22px;
    width: 48px;
    position: absolute;
    left: 250px;
    top: 46px;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #ed202a;
}

#container #top #menu-top {
    float: right;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

#container #top #menu-top > li {
    float: left;
    padding: 0;
    margin: 0;
}

#container #top #menu-top > li > a {
    position: relative;
    line-height: 22px;
    height: 64px;
    display: block;
    outline: none;
    font-size: 15px;
    color: #2e2e2d;
    padding: 17px 15px 0 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

#container #top #menu-top > li.drop > a:before {
    position: absolute;
    top: 0;
    left: -2px;
    z-index: -1;
    content: "";
    width: 100%;
    height: 63px;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 0 1px;
    background: #f2f2f2;
    box-shadow: inset 2px 1px 0 -1px #f8f8f8,
    inset 0 2px 0 -1px #f8f8f8,
    inset -2px 1px 0 -1px #f8f8f8;
    display: none;
}

#container #top #menu-top > li.drop.active a:before {
    display: block;
}

#container #top #menu-top > li.drop a {
    position: relative;
    z-index: 2;
}

#container #top #menu-top > li.active a,
#container #top #menu-top > li:hover a {
    color: #00aeef;
    text-decoration: none;
}

#container #top #menu-top > li.drop.blue {
    margin-right: 20px;
    background: url('../images/blue_arrow.png') no-repeat 100% 28px;
}

#container #top #menu-top > li.drop.blue a {
    color: #009fe3;
}

#container #top #menu-top > li.drop.active .submenu {
    display: block;
}

#container #top #menu-top > li.drop .submenu {
    background: #f2f2f2;
    width: 1181px;
    position: absolute;
    left: 0;
    top: 97px;
    display: none;
    border-top: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    overflow: hidden;
}

#container #top #menu-top > li.drop .submenu .cont {
    display: block;
    margin: 0;
    padding: 15px 29px 14px;
    list-style: none;
    overflow: hidden;
}

#container #top #menu-top > li.drop .submenu .cont li {
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
}

#container #top #menu-top > li.drop .submenu .cont li a {
    border: 0;
    margin: 0;
    padding: 0 10px;
    display: block;
    height: 36px;
    line-height: 41px;
    border-radius: 0;
    color: #fff;
    font-size: 21px;
    background: none;
}

#container #top #menu-top > li.drop .submenu .header {
    margin: 17px 0 5px 23px;
    padding: 0 0 0 22px;
    font-size: 19px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    color: #1d1d1b;
    background: url('../images/more.png') no-repeat 1px 6px;
}

#container #top #menu-top > li.drop .submenu .cont-float {
    margin: 21px 0 23px 60px;
    padding: 0;
    list-style: none;
    float: left;
}

#container #top #menu-top > li.drop .submenu .cont-float li {
    display: block;
    margin: 0;
    padding: 0;
}

#container #top #menu-top > li.drop .submenu .cont-float li a {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    height: auto;
    line-height: 24px;
    font-size: 13px;
    color: #11367a;
    background: none;
    font-weight: 500;
}

#container #top #menu-top > li.drop .submenu .cont-float li:first-child a {
    text-transform: uppercase;
    font-size: 15px;
    color: #11110f;
}

#container #top #menu-top > li.drop .submenu .cont-float li:first-child a:hover {
    color: #11110f;
    cursor: default;
}

#container #top #menu-top > li.drop .submenu .cont-float li a:hover {
    color: #009fe3;
}

.color_1 {
    background: #11367a;
}

.color_2 {
    background: #512877;
}

.color_3 {
    background: #f72b10;
}

.color_4 {
    background: #1b7766;
}

.color_5 {
    background: #00aeef;
}

.color_6 {
    background: #e8850c;
}

.color_7 {
    background: #aa1d75;
}

.color_8 {
    background: #e34000;
}

#container #top #top_search {
    float: right;
    margin: 44px 20px 0 18px;
}

#container #top #top_search input[type="text"] {
    display: block;
    line-height: 17px;
    width: 179px;
    overflow: hidden;
    margin: 0;
    padding: 9px 31px 6px 10px;
    outline: none;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    font-weight: 400;
    background: url('../images/lupa.png') top 50% right 11px no-repeat;
    color: #7d7d7d;
}

#container #top #languages {
    position: absolute;
    right: 20px;
    top: 17px;
}

#container #top #languages a {
    margin-left: 10px;
    display: block;
    float: left;
    width: 16px;
    height: 11px;
    cursor: pointer;
}

#container #top #languages .pl {
    background: transparent url('../images/flag_pl.jpg') no-repeat left top;
}

#container #top #languages .en {
    background: transparent url('../images/flag_gb.jpg') no-repeat left top;
}

#container #slider {
    width: 1181px;
    height: 322px;
    background: #ebebeb;
    position: relative;
    overflow: hidden;
}

#container #slider .item {
    width: 1181px;
    height: 322px;
    z-index: 1 !important;
}

#container #slider .item img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 0 !important;
    width: 1181px;
    height: 322px;
}

#container #slider .item .cont {
    position: relative;
    margin: 0 0 0 60px;
    z-index: 1 !important;
    color: #fff;
}

#container #slider .item .cont .title {
    font-size: 34px;
    line-height: 72px;
    font-weight: 300;
    margin-top: 24px;
}

#container #slider .item .cont .desc {
    font-size: 13px;
    line-height: 18px;
    width: 400px;
    max-height: 72px;
    overflow: hidden;
}

#container #slider .item .cont .more {
    margin-top: 14px;
    padding-right: 34px;
    display: block;
    line-height: 17px;
    background: url('../images/more.png') 100% 2px no-repeat;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    float: left;
}

#container #slider .item .cont .more:hover {
    color: #00aeef;
    text-decoration: none;
}

#container #slider #nav {
    height: 10px;
    min-width: 10px;
    z-index: 2 !important;
    position: absolute;
    top: 185px;
    right: 728px;
}

#container #slider #logo_elmat {
    height: 52px;
    width: 162px;
    overflow: hidden;
    z-index: 2 !important;
    position: absolute;
    top: 30px;
    right: 0;
    display: block;
}

#container #slider #nav span {
    display: block;
    width: 8px;
    height: 8px;
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #6c6f68;
    cursor: pointer;
}

#container #slider #nav span.cycle-pager-active {
    border-color: #555555;
}

.domains-menu {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.domains-menu li {
    float: left;
    padding: 0;
    margin: 0 1px 0 0;
    position: relative;
    background-repeat: no-repeat;
}

.domains-menu li:last-child {
    margin-right: 0;
}

.domains-menu li a {
    display: table;
    height: 83px;
    width: 147px;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
    position: relative;
}

.domains-menu li:nth-child(4n+4) a {
    width: 146px;
}

/*
.domains-menu li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    width: 100%;
    height: 43px;
    background: #000;
    opacity: 0.7;
    z-index: -1;
}*/

.domains-menu li a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
}

.domains-menu li a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

#container #base {
    overflow: hidden;
    margin: -1px 0 0;
    width: 100%;
    clear: left;
    float: left;
    background: #11367a;
}

#container #base.no-color {
    background: #fff;
}

#container #base.main {
    background: #fff;
}

#container #base .column {
    float: left;
    width: 881px;
    position: relative;
    right: 0;
    background: #fff;
}

#container #base .column .resizer {
    width: 1181px;
}

#container #base .absolute-menu {
    list-style: none;
    padding: 3px 0;
    margin: 0;
    position: absolute;
    top: 13px;
    right: 14px;
}

#container #base .absolute-menu li {
    margin: 0;
    padding: 0;
    float: left;
    height: 14px;
}

#container #base .absolute-menu li a {
    color: #11367a;
    font-size: 13px;
    line-height: 22px;
    height: 20px;
    margin: 0;
    padding: 0 7px;
    display: block;
    position: relative;
    top: -3px;
}

#container #base .absolute-menu li a.selected,
#container #base .absolute-menu li:hover a {
    background: #11367a;
    color: #fff;
    text-decoration: none;
}

#container #base .absolute-menu li + li {
    border-left: 1px solid #dcdcdc;
}

#container #base .title {
    font-size: 19px;
    color: #11110f;
    line-height: 24px;
    padding: 0 0 0 22px;
    margin: 19px 0 0 20px;
}

#container #base .title a {
    color: #11110f;
}

#container #base #main-left {
    width: 858px;
    float: left;
    background: #fff;
    border-right: 1px solid #dcdcdc;
    overflow: hidden;
}

#container #base #main-left > div:not(:first-child) {
    border-top: 1px solid #dcdcdc;
}

#container #base #main-left .news {
    padding: 0 21px 19px 20px;
    width: 817px;
}

#container #base #main-left .news .news-title {
    padding: 12px 0 10px;
    overflow: hidden;
    border-bottom: 1px solid #e8e9e9;
}

#container #base #main-left .news .news-title a {
    float: left;
    outline: none;
    text-decoration: none;
    padding-left: 22px;
    font-size: 17px;
    line-height: 31px;
    color: #11110f;
    font-weight: 500;
    text-transform: uppercase;
    background: url('../images/news.png') 0 50% no-repeat;
}

#container #base #main-left .news .news-title a:hover {
    text-decoration: underline;
}

#container #base #main-left .news .news-title ul {
    float: left;
    list-style: none;
    margin: 0 0 0 18px;
    padding: 0;
}

#container #base #main-left .news .news-title li,
#container #base #left.news .news-highlights .menu li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0 7px;
    line-height: 10px;
    height: 31px;
    color: #11367a;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    display: table;
}

#container #base #main-left .news .news-title li span,
#container #base #left.news .news-highlights .menu li span {
    display: table-cell;
    vertical-align: middle;
    max-width: 84px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#container #base #main-left .news .news-title li:hover,
#container #base #main-left .news .news-title li.selected,
#container #base #left.news .news-highlights .menu li:hover,
#container #base #left.news .news-highlights .menu li.selected {
    color: #fff;
    background: #11367a;
}

#container #base #main-left .news .category {
    overflow: hidden;
    display: none;
}

#container #base #main-left .news .category.selected {
    display: block;
}

#container #base #main-left .news .main-item,
#container #base #main-left .news .main-item .image,
#container #base #main-left .news .main-item .data,
#container #base #main-left .news .rest-items {
    float: left;
}

#container #base #main-left .news .main-item {
    overflow: hidden;
    margin-top: 16px;
}

#container #base #main-left .news .main-item .image {
    width: 248px;
    height: 159px;
}

#container #base #main-left .news .main-item .data {
    padding-left: 11px;
    width: 300px;
}

#container #base #main-left .news .main-item .data .name {
    line-height: 27px;
    font-size: 15px;
    font-weight: 500;
    color: #11367a;
}

#container #base #main-left .news .main-item .data .category-with-date {
    margin-top: 8px;
}

#container #base #main-left .news .main-item .data .category-name,
#container #base #main-left .news .main-item .data .date {
    float: left;
    line-height: 21px;
}

#container #base #main-left .news .main-item .data .category-name {
    padding: 0 4px;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    background: #009fe3;
    text-transform: uppercase;
    margin-right: 10px;
}

#container #base #main-left .news .main-item .data .date {
    font-size: 13px;
    font-weight: 400;
    color: #7d7d7d;
}

#container #base #main-left .news .main-item .data .text {
    margin-top: 15px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #393939;
}

#container #base #main-left .news .main-item .data .more {
    float: left;
    margin-top: 9px;
    line-height: 13px;
    font-size: 13px;
    font-weight: 300;
    color: #11110f;
    padding-right: 24px;
    text-transform: uppercase;
    background: url(../images/news-main-item-more.png) 100% 0 no-repeat;
}

#container #base #main-left .news .rest-items {
    margin: 0 0 0 33px;
    padding: 0;
}

#container #base #main-left .news .rest-items li {
    margin: 5px 0 0 0;
    padding: 0 0 4px 0;
    display: block;
    border-bottom: 1px solid #ecf6fb;
    width: 225px;
}

#container #base #main-left .news .rest-items li:first-child {
    margin-top: 13px;
}

#container #base #main-left .news .rest-items li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

#container #base #main-left .news .rest-items li span {
    display: block;
}

#container #base #main-left .news .rest-items .name {
    line-height: 17px;
    font-size: 13px;
    font-weight: 500;
    color: #11367a;
}

#container #base #main-left .news .rest-items .date {
    line-height: 20px;
    font-size: 11px;
    font-weight: 400;
    color: #7d7d7d;
}

#container #base #main-left .news.products {
    background: #f5f5f5;
}

#container #base #main-left .news.products .rest-items li {
    border-bottom: 0;
}

#container #base #main-left .news.products .news-title {
    border-bottom-color: #e0e2e1;
}

#container #base #main-left .homepage-box {
    padding: 12px 20px 0;
    width: 818px;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;
    position: relative;
}

#container #base #main-left .homepage-box .header {
    display: inline-block;
    padding-left: 23px;
    font-size: 17px;
    line-height: 32px;
    color: #11110f;
    font-weight: 700;
    text-transform: uppercase;
    background: url('../images/homepage-box-header.png') 0 50% no-repeat;
}

#container #base #main-left .solutions .slider {
    width: 837px;
}

#container #base #main-left .solutions .slider .item {
    width: 260px;
    height: 212px;
    overflow: hidden;
    z-index: 0 !important;
    position: relative;
    float: left;
    margin-right: 19px;
}

#container #base #main-left .solutions .slider .image {
    margin: 5px 0;
    height: 139px;
    width: 260px;
    text-align: center;
    display: block;
    position: relative;
    font-size: 0;
}

#container #base #main-left .solutions .slider .image:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#container #base #main-left .solutions .slider .image img {
    vertical-align: middle;
}

#container #base #main-left .solutions .slider .title {
    display: block;
    line-height: 18px;
    font-size: 17px;
    color: #11367a;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    white-space: normal;
}

#container #base #main-left .services .items {
    overflow: hidden;
}

#container #base #main-left .services .item {
    float: left;
    width: 260px;
    margin-right: 19px;
}

#container #base #main-left .services .item:last-child {
    margin-right: 0;
}

#container #base #main-left .services .item .title {
    margin: 0;
    padding: 10px 0 12px 0;
    color: #11367a;
    font-size: 17px;
    line-height: 20px;
    display: block;
    font-weight: 500;
}

#container #base #main-left .services .item .text {
    font-size: 13px;
    color: #393939;
    font-weight: 400;
    line-height: 17px;
    height: 187px;
    padding-bottom: 12px;
}

#container #base #main-right {
    width: 322px;
    float: left;
}

#container #base #main-right .box {
    position: relative;
    overflow: hidden;
    padding-left: 29px;
    width: 248px;
    border-left: 1px solid #dcdcdc;
    margin-left: -1px;
}

#container #base #main-right .box .header {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    color: #11110f;
    padding-left: 22px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

#container #base #main-right .box a {
    display: block;
}

#container #base #main-right .box .slider {
    position: relative;
    overflow: hidden;
}

#container #base #main-right .box .nav {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 2px;
}

#container #base #main-right .box .nav span {
    float: left;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border: 1px solid #c7c7c7;
    margin-right: 5px;
}

#container #base #main-right .box .nav span:last-child {
    margin-right: 0;
}

#container #base #main-right .box .nav .cycle-pager-active,
#container #base #main-right .box .nav span:hover {
    border-color: #555555;
}

#container #base #main-right .box .image {
    position: relative;
}

#container #base #main-right .box .image .label {
    font-weight: 300;
    font-size: 10px;
    color: #fff;
    line-height: 21px;
    padding: 0 5px;
    text-transform: uppercase;
    position: absolute;
}

#container #base #main-right .standardSlider {
    height: 232px;
}

#container #base #main-right .standardSlider .header {
    margin: 14px 0 15px 0;
}

#container #base #main-right .standardSlider .image {
    width: 248px;
    height: 139px;
}

#container #base #main-right .standardSlider .name {
    font-size: 15px;
    font-weight: 500;
    color: #11367a;
    line-height: 17px;
    margin-top: 5px;
}

#container #base #main-right .standardSlider .nav {
    top: 21px;
}

#container #base #main-right .highlights .header,
#container #base #main-right .realizations .header {
    background-image: url(../images/list-ico.png);
}

#container #base #main-right .realizations {
    margin-top: 7px;
}

#container #base #main-right .resources .header {
    background-image: url(../images/blue-star.png);
    margin: 9px 0 10px 0;
}

#container #base #main-right .resources .nav {
    top: 10px;
}

#container #base #main-right .resources .slider {
    width: 490px;
}

#container #base #main-right .resources .item {
    width: 115px;
    height: 164px;
    margin-right: 15px;
    float: left;
}

#container #base #main-right .sales .header {
    background-image: url(../images/sales-ico.png);
    margin: 13px 0 15px 0;
}

#container #base #main-right .sales .image {
    width: 248px;
    height: 143px;
}

#container #base #main-right .sales .name {
    margin: 10px 0 21px 0;
    line-height: 23px;
    font-size: 15px;
    color: #11367a;
    text-align: center;
    font-weight: 500;
}

#container #base #main-right .sales .image .label {
    background: #de450a;
    top: 14px;
    right: 0;
}

#container #base #main-right .quick-link {
    margin: 20px 0 13px 29px;
    display: inline-block;
    font-size: 0;
}

#container #base #right .news-products {
    border: 1px solid #3f4142;
    border-left: 0;
    background: #2e2e2d;
    margin: 0 0 20px;
}

#container #base #right .news-products > .title {
    height: 26px;
    line-height: 26px;
    margin: 18px 0 12px 21px;
    background: url('../images/star_red.png') no-repeat 0px 4px;
    color: #fff;
}

#container #base #right .news-products .slider {
    width: 260px;
    overflow: hidden;
    padding: 0 20px 20px;
    position: relative;
}

#container #base #right .news-products .slider .item {
    width: 260px;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0 20px 0;
    z-index: 1 !important;
}

#container #base #right .news-products .slider .item .image {
    width: 260px;
    height: 143px;
    overflow: hidden;
    display: block;
    position: relative;
}

#container #base #right .news-products .slider .item .image img {
    margin: 0;
    padding: 0;
    display: block;
}

#container #base #right .news-products .slider .item .name {
    padding: 0;
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    display: block;
    margin: 11px 0 0;
}

#container #base #right .news-products .slider .item .date {
    margin: 0 10px 0 0;
    padding: 0;
    display: block;
    height: 21px;
    line-height: 25px;
    font-size: 13px;
    color: #b2b2b1;
    float: left;
}

#container #base #right .news-products .slider .item .category {
    margin: 0;
    display: block;
    float: left;
    height: 21px;
    line-height: 23px;
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
}

#container #base #right .news-products .slider .item .text {
    margin: 3px 0 0;
    padding: 0;
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}

#container #base #right .news-products .slider .nav-prev, #container #base #right .news-products .slider .nav-prev2 {
    height: 49px;
    width: 36px;
    background: url('../images/prev2.png') no-repeat 0 0;
    display: block;
    position: absolute;
    left: 0;
    top: 95px;
    z-index: 2;
    cursor: pointer;
}

#container #base #right .news-products .slider .nav-next, #container #base #right .news-products .slider .nav-next2 {
    height: 49px;
    width: 36px;
    background: url('../images/next3.png') no-repeat 0 0;
    display: block;
    position: absolute;
    right: 0;
    top: 95px;
    z-index: 2;
    cursor: pointer;
}

#container #base #breadcrumbs {
    overflow: hidden;
    height: 55px;
    background: #f3f2f0;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 22px;
}

#container #base #breadcrumbs li {
    float: left;
    margin: 16px 17px 0 0;
    padding: 0;
    height: 25px;
    line-height: 30px;
    font-size: 15px;
}

#container #base #breadcrumbs li + li {
    float: left;
    padding: 0 0 0 26px;
    background: url('../images/breadcrumb_separtor.png') no-repeat 0 4px;
}

#container #base #breadcrumbs li a {
    color: #008fde;
}

#container #base #breadcrumbs li a:hover, #container #base #breadcrumbs li p {
    text-decoration: none;
    color: #181816;
    margin: 0;
    padding: 0;
}

#container #base #contact {
    overflow: hidden;
    height: 50px;
    background: url('../images/bg_contact.jpg') no-repeat 0 0;
    display: block;
    font-size: 41px;
    color: #0e0e0c;
    line-height: 50px;
    padding: 38px 0 37px 60px;
    font-weight: 300;
}

#container #base #login {
    overflow: hidden;
    height: 50px;
    background: url('../images/bg_login.jpg') no-repeat 0 0;
    display: block;
    font-size: 41px;
    color: #0e0e0c;
    line-height: 50px;
    padding: 38px 0 35px 55px;
    font-weight: 300;
}

#container #base #news-menu {
    overflow: hidden;
    height: 106px;
    background: #f8f8f8;
    font-weight: 300;
    border-top: 10px solid #fdcc40;
}

#container #base #news-menu #news-left {
    float: left;
}

#container #base #news-menu #news-left span {
    display: block;
    font-size: 27px;
    color: #0e0e0c;
    line-height: 30px;
    margin: 27px 0 0 37px;
}

#container #base #news-menu #news-left span + span {
    display: block;
    font-size: 24px;
    color: #fec501;
    margin: -4px 0 0 36px;
}

#container #base #news-menu #news-right {
    float: right;
}

#container #base #news-menu #news-right ul {
    list-style: none;
    margin: 28px 21px 0 0;
    padding: 0;
    overflow: hidden;
    display: block;
}

#container #base #news-menu #news-right ul + ul {
    margin: 9px 21px 0 0;
}

#container #base #news-menu #news-right ul li {
    float: left;
    margin: 0 24px 0 0;
    padding: 0;
    overflow: hidden;
}

#container #base #news-menu #news-right ul li a {
    display: block;
    overflow: hidden;
    font-size: 15px;
    text-transform: uppercase;
    color: #535353;
    line-height: 18px;
    font-weight: 500;
}

#container #base #news-menu #news-right ul li a:hover,
#container #base #news-menu #news-right ul li a.active {
    text-decoration: none;
    color: #000;
}

#container #base #tech-articles {
    overflow: hidden;
    height: 50px;
    background: url('../images/bg_product_articles.jpg') no-repeat 0 0;
    display: block;
    font-size: 41px;
    color: #0e0e0c;
    line-height: 50px;
    padding: 38px 0 35px 55px;
    font-weight: 300;
}

#container #base #top-szkolenia {
    overflow: hidden;
    height: 50px;
    background: url('../images/bg_szkolenia.jpg') no-repeat 0 0;
    display: block;
    font-size: 41px;
    color: #0e0e0c;
    line-height: 50px;
    padding: 38px 0 35px 55px;
    font-weight: 300;
}

#container #base #register {
    overflow: hidden;
    height: 50px;
    background: url('../images/bg_registry.jpg') no-repeat 0 0;
    display: block;
    font-size: 41px;
    color: #0e0e0c;
    line-height: 50px;
    padding: 38px 0 35px 55px;
    font-weight: 300;
}

#container #base #register span {
    color: #fff;
}

#container #base #contact span {
    color: #fff;
}

#container #base #left {
    width: 881px;
    min-height: 1px;
    overflow: hidden;
    float: left;
}

#container #base #left .login-header {
    font-size: 19px;
    line-height: 25px;
    height: 25px;
    color: #11110f;
    font-weight: 300;
    margin: 25px 0 18px 58px;
}

#container #base #left .login-header.login2 {
    margin: 28px 0 18px 58px;
}

#container #base #left .login-header.login2 b {
    font-weight: 900;
}

#container #base #left .bordered {
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 5px;
}

#container #base #left .user-list-header {
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 27px 5px 31px;
    line-height: 23px;
    font-size: 15px;
    color: #11110f;
    font-weight: 400;
}

#container #base #left .user-list-header.last {
    border: 0;
    margin: 0 0 13px;
}

#container #base #left .user-list-header .data {
    overflow: hidden;
    padding: 0 0 5px;
}

#container #base #left .user-list-header .data .item {
    overflow: hidden;
    height: 20px;
    width: 367px;
    margin: 8px 63px 12px 0;
    padding: 0 0 8px;
    float: left;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    line-height: 13px;
}

#container #base #left .user-list-header .data .item:nth-child(2n) {
    margin: 8px 0 12px 0;
}

#container #base #left .user-list-header .data .item div {
    float: left;
    color: #11367a;
}

#container #base #left .user-list-header .data .item div + div {
    float: right;
    color: #0e0e0c;
}

#container #base #left .user-list-header .data .anomaly {
    overflow: hidden;
    margin: 0 0 -8px 0;
}

#container #base #left .user-list-header .data .anomaly .item {
    float: right;
    height: auto;
    border: none;
    margin: 0 26px 0 0;
}

#container #base #left .user-list-header .data .anomaly .item textarea {
    resize: vertical;
    border: 1px solid #dcdcdc;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 18px;
    color: #7d7d7d;
    font-weight: 400;
    width: 345px;
    display: block;
    margin: 7px 0 0 0;
    min-height: 54px;
}

#container #base #left .user-list-header .data .anomaly .item + .item {
    float: none;
    height: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin: 8px 63px 20px 0;
}

#container #base #left .user-list-header .user {
    overflow: hidden;
    margin: 0 0 -20px;
}

#container #base #left .user-list-header .user .item {
    margin: 0 0 33px;
    line-height: 23px;
    font-size: 15px;
}

#container #base #left .user-list-header .user .item .row {
    border-bottom: 1px solid #f1f1f1;
    color: #11367a;
}

#container #base #left .user-list-header .user .item .row + .row {
    border: 0;
    color: #0e0e0c;
    font-weight: 700;
}

#container #base #left .user-list-header .user .item .row .cell {
    width: 240px;
    overflow: hidden;
    float: left;
    padding: 0 0 10px;
}

#container #base #left .user-list-header .user .item .row + .row .cell {
    padding: 10px 0 0;
}

#container #base #left .user-list-header .user .item .row .cell + .cell {
    margin: 0 0 0 30px;
    font-weight: 400;
}

#container #base #left .user-list-header h3 {
    height: 33px;
    overflow: hidden;
    float: left;
    margin: 12px 0 0;
    padding: 0;
    line-height: 33px;
    font-weight: 900;
}

#container #base #left .add_user {
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    float: right;
    margin: 7px 0 0;
    border: 1px solid #555555;
    padding: 0 9px 0 34px;
    font-size: 13px;
    color: #fff;
    background: #000 url('../images/plus.png') no-repeat 10px 8px;
    cursor: pointer;
}

#container #base #left .add_user.next {
    margin: 30px 27px 16px 0;
}

#container #base #left .buttons {
    overflow: hidden;
    margin: 0 0 20px;
}

#container #base #left .buttons .prev {
    display: block;
    margin: 0 0 0 33px;
    padding: 15px 21px 15px 0;
    width: 198px;
    height: 16px;
    line-height: 16px;
    float: left;
    border: 1px solid #555555;
    text-align: right;
    font-size: 17px;
    color: #11110f;
    cursor: pointer;
    background: url('../images/arrow-left-cal.png') no-repeat left -2px;
}

#container #base #left .buttons .next {
    display: block;
    margin: 0 27px 0 0;
    padding: 15px 0 15px 19px;
    width: 200px;
    height: 16px;
    line-height: 16px;
    float: right;
    border: 1px solid #555555;
    text-align: left;
    font-size: 17px;
    color: #11110f;
    cursor: pointer;
    background: url('../images/arrow-right-cal.png') no-repeat right -2px;
}

#container #base #left .user-list {
    overflow: hidden;
    padding: 21px 0 0 0;
    margin: 0;
    font-weight: 400;
}

#container #base #left .user-list .item {
    overflow: hidden;
    padding: 0 0 20px;
    margin: 0 0 16px 32px;
    width: 780px;
    border-bottom: 1px solid #f1f1f1;
}

#container #base #left .user-list .item .box {
    width: 240px;
    float: left;
    overflow: hidden;
}

#container #base #left .user-list .item .box + .box {
    margin: 0 0 0 30px;
}

#container #base #left .user-list .item .box label {
    display: block;
    height: 26px;
    line-height: 22px;
    color: #11367a;
    font-size: 15px;
}

#container #base #left .user-list .item .box input[type=email],
#container #base #left .user-list .item .box input[type=text] {
    width: 218px;
    height: 32px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    margin: 0;
    display: block;
}

#container #base #left .login-form {
    width: 362px;
    display: block;
    margin: 0 auto;
}

#container #base #left .login-form.login2 {
    padding: 2px 122px 0 0;
}

#container #base #left .login-form.wide {
    width: 500px;
}

#container #base #left .login-form div {
    overflow: hidden;
    margin: 0 0 12px;
}

#container #base #left .login-form label {
    float: left;
    width: 141px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    padding: 6px 0;
    font-size: 15px;
    color: #11110f;
}

#container #base #left .login-form.login2 label {
    padding: 9px 0 0;
}

#container #base #left .login-form.wide label {

    width: 170px;
}

#container #base #left .login-form select,
#container #base #left .login-form input[type=password],
#container #base #left .login-form input[type=text] {
    float: left;
    width: 203px;
    height: 18px;
    line-height: 18px;
    padding: 7px 8px;
    overflow: hidden;
    border: #dcdcdc 1px solid;
    font-size: 13px;
    color: #7d7d7d;
}

#container #base #left .login-form select {
    height: 33px;
}

#container #base #left .login-form textarea {
    border: #dcdcdc 1px solid;
    width: 260px;
    height: 100px;
}

#container #base #left .login-form input[type=password]:focus,
#container #base #left .login-form input[type=text]:focus {
    border: #008fde 1px solid;
    color: #008fde;
}

#container #base #left .login-form input[type=submit] {
    display: block;
    margin: 8px 0 0 141px;
    width: 219px;
    height: 48px;
    line-height: 18px;
    padding: 15px 0 14px 19px;
    float: left;
    border: 1px solid #555555;
    background: transparent url('../images/bg_login.png') no-repeat 192px 17px;
    text-align: left;
    font-size: 17px;
    color: #11110f;
    cursor: pointer;
}

#container #base #left .login-form.wide input[type=submit] {
    margin: 8px 0 0 169px;
}

#container #base #left .login-form input[type=submit]:hover {
    color: #008fde;
}

#container #base #left .login-form .form a {
    display: block;
    margin: 0 0 0 144px;
    width: 219px;
    font-size: 13px;
    color: #009ee3;
    line-height: 15px;
}

#container #base #left .login-form .form a:hover {
    text-decoration: none;
    color: #11110f;
}

#container #base #left .register-form {
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
}

#container #base #left .register-form > div {
    display: block;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

#container #base #left .register-form.login2 > div {
    border-bottom: 0;
}

#container #base #left .register-form .reg-col {
    float: left;
    overflow: hidden;
    margin: 0 20px 0 59px;
    width: 342px;
    padding: 0 0 8px;
}

#container #base #left .register-form .reg-col div {
    overflow: hidden;
    margin: 0 0 12px;
}

#container #base #left .register-form .reg-col label {
    float: left;
    width: 120px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    padding: 6px 0;
    font-size: 15px;
    color: #11110f;
}

#container #base #left .register-form.login2 .reg-col label {
    padding: 9px 0;
}

#container #base #left .register-form .reg-col select,
#container #base #left .register-form .reg-col input[type=text],
#container #base #left .register-form .reg-col input[type=email],
#container #base #left .register-form .reg-col input[type=password] {
    float: left;
    width: 203px;
    height: 18px;
    line-height: 18px;
    padding: 7px 8px;
    overflow: hidden;
    border: #dcdcdc 1px solid;
    font-size: 13px;
    color: #7d7d7d;
}

#container #base #left .register-form .reg-col select {
    height: 33px;
}

#container #base #left .register-form .reg-col input.req {
    background: url('../images/req.png') top right no-repeat;
}

#container #base #left .register-form .reg-col input[type=email]:focus,
#container #base #left .register-form .reg-col input[type=text]:focus,
#container #base #left .register-form .reg-col input[type=password]:focus {
    border: #008fde 1px solid;
    color: #008fde;
}

#container #base #left .req-info {
    display: block;
    margin: 21px 0 0 380px;
    height: 19px;
    line-height: 18px;
    padding: 15px 20px 14px;
    float: left;
    border: 1px solid #dcdcdc;
    background: #fbfbfb url('../images/req.png') top right no-repeat;
    text-align: left;
    font-size: 13px;
    color: #11110f;
    cursor: pointer;
}

#container #base #left .register-form input[type=submit] {
    display: block;
    margin: 21px 0 0 90px;
    width: 219px;
    height: 48px;
    line-height: 18px;
    padding: 15px 0 14px 19px;
    float: left;
    border: 1px solid #555555;
    background: transparent url('../images/reg-submit.png') no-repeat 194px 21px;
    text-align: left;
    font-size: 17px;
    color: #11110f;
    cursor: pointer;
}

#container #base #left .register-form.login2 input[type=submit] {
    display: block;
    margin: 8px 0 36px 339px;
    width: 219px;
    height: 48px;
    line-height: 18px;
    padding: 15px 0 14px 19px;
    float: left;
    border: 1px solid #555555;
    background: transparent url('../images/bg_login.png') no-repeat 192px 17px;
    text-align: left;
    font-size: 17px;
    color: #11110f;
    cursor: pointer;
}

#container #base #left .register-form input[type=submit]:hover {
    color: #008fde;
}

#container #base #left .register-form .rules {
    margin: 20px 58px 17px;
    overflow: hidden;
}

#container #base #left .register-form .rules input[type=checkbox] {
    float: left;
    width: 14px;
    margin: 1px 0;
    padding: 0;
}

#container #base #left .register-form .rules label {
    float: left;
    width: 740px;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 13px;
    color: #11110f;
    line-height: 17px;
    font-weight: 300;
}

#container #base #left .product-title {
    overflow: hidden;
    height: 51px;
    border: 1px solid #009be3;
    border-right: 0;
    background: #fbfbfb;
    padding: 15px 30px 0;
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 6px 8px rgba(0, 0, 0, .1), inset 0 0 2px #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 6px 8px rgba(0, 0, 0, .1), inset 0 0 2px #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 6px 8px rgba(0, 0, 0, .1), inset 0 0 2px #fff;
}

#container #base #left .product-title .steps {
    display: block;
    position: absolute;
    top: 14px;
    right: 19px;
    border: 1px solid #dcdcdc;
    border-right: 0;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

#container #base #left .product-title .steps li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #dcdcdc;
    text-align: center;
}

#container #base #left .product-title .steps li a {
    width: 132px;
    height: 16px;
    display: block;
    line-height: 15px;
    font-size: 15px;
    color: #11110f;
    padding: 10px 0;
    text-transform: uppercase;
}

#container #base #left .product-title .steps li a:hover, #container #base #left .product-title .steps li a.selected {
    background: #008fde;
    color: #fff;
    text-decoration: none;
}

#container #base #left .product-title.upper {
    border: 0;
    padding: 11px 30px 0;
    height: 45px;
}

#container #base #left .product-title .head {
    color: #0e0e0c;
    font-size: 25px;
    line-height: 28px;
}

#container #base #left .product-title .head2 {
    margin: 7px 0 0;
    color: #0e0e0c;
    font-size: 25px;
    line-height: 28px;
}

#container #base #left .product-title .head2 {
    margin: 7px 0 0;
    color: #0e0e0c;
    font-size: 25px;
    line-height: 28px;
}

#container #base #left .product-title.upper .head, #container #base #left .product-title.upper .head2 {
    font-weight: 700;
}

#container #base #left .product-title .desc {
    color: #009fe3;
    font-size: 13px;
    line-height: 16px;
    margin: -2px 2px 0;
}

#container #base #left .product-title .desc.gray {
    color: #7d7d7d;
}

#container #base #left .site-title {
    overflow: hidden;
    min-height: 59px;
    border: 1px solid #d0d0d0;
    border-right: 0;
    background: #fbfbfb;
    padding: 17px 30px 0;
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 6px 8px rgba(0, 0, 0, .1), inset 0 0 2px #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 6px 8px rgba(0, 0, 0, .1), inset 0 0 2px #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 6px 8px rgba(0, 0, 0, .1), inset 0 0 2px #fff;
}

#container #base #left .site-description {
    padding: 20px 20px 20px 30px;
    line-height: 23px;
    font-size: 13px;
    color: #11110f;
    overflow: hidden;
    margin: 0;
}

#container #base #left .site-description .highlight {
    color: #11367a;
    font-size: 15px;
    line-height: 25px;
}

#container #base #left .site-description ul {
    list-style-image: url('../images/li.jpg');
    font-size: 13px;
    line-height: 15px;
    margin: 6px 0 2px;
    padding: 0;
}

#container #base #left .site-description ul li {
    display: block;
    padding: 0 0 8px 20px;
    margin: 0;
    background: url('../images/li.jpg') no-repeat 2px 4px;
}

#container #base #left .site-description ul li span {
    display: inline-block;
    padding: 2px 3px 0;
    color: #fff;
    font-size: 11px;
}

#container #base #left .site-title .head {
    color: #0e0e0c;
    font-size: 25px;
    line-height: 28px;
}

#container #base #left .site-title .head2 {
    margin: 7px 0 0;
    color: #0e0e0c;
    font-size: 25px;
    line-height: 28px;
}

#container #base #left .site-title .desc {
    color: #009fe3;
    font-size: 13px;
    line-height: 16px;
    margin: 2px 2px 0;
}

#container #base #left .site-title .desc.gray {
    color: #7d7d7d;
}

#container #base #left .product-title .product-menu {
    position: absolute;
    overflow: hidden;
    top: 20px;
    right: 9px;
    height: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#container #base #left .product-title.upper .product-menu {
    text-transform: uppercase;
    top: 15px;
}

#container #base #left .product-title .product-menu li {
    float: left;
    height: 32px;
    overflow: hidden;
    margin: 0 12px 0 0;
}

#container #base #left .product-title.upper .product-menu li {
    margin: 0 4px 0 0;
}

#container #base #left .product-title .product-menu li a {
    display: block;
    height: 32px;
    line-height: 33px;
    overflow: hidden;
    padding: 0 10px;
    color: #1a1a18;
    font-size: 17px;
    margin: 0;
    float: left;
}

#container #base #left .product-title.upper .product-menu li a {
    font-size: 15px;
}

#container #base #left .product-title .product-menu li a.download {
    padding: 0 10px 0 19px;
    background: url('../images/download_bg.png') no-repeat 0 10px;
}

#container #base #left .product-title .product-menu li a:hover {
    background: #009be3;
    color: #fff;
    text-decoration: none;
}

#container #base #left .product-title .product-menu li a.download:hover {
    color: #009be3;
    background: url('../images/download_bg.png') no-repeat 0 10px;
}

#container #base #left .product-description {
    padding: 20px 20px 20px 30px;
    line-height: 23px;
    font-size: 15px;
    color: #11110f;
    overflow: hidden;
    margin: 0;
}

#container #base #left .product-description.upper {
    padding: 16px 20px 20px 30px;
}

#container #base #left .product-items {
    overflow: hidden;
}

#container #base #left .product-items div {
    overflow: hidden;
}

#container #base #left .product-items div .item {
    overflow: hidden;
    width: 410px;
    min-height: 200px;
    float: left;
    border-right: 1px solid #dcdcdc;
    margin: 0 0 40px 22px;
}

#container #base #left .product-items div .item .image {
    float: left;
    height: 198px;
    width: 139px;
    overflow: hidden;
}

#container #base #left .product-items div .item .image img {
    display: block;
}

#container #base #left .product-items div .item .rest {
    margin: 0 0 0 20px;
    float: left;
    width: 250px;
    min-height: 200px;
    overflow: hidden;
}

#container #base #left .product-items div .item .rest .title {
    line-height: 33px;
    font-size: 19px;
    color: #11367a;
    font-weight: 400;
    padding: 0;
    display: block;
    margin: -7px 0 6px;
}

#container #base #left .product-items div .item .rest .text {
    line-height: 19px;
    font-size: 15px;
    color: #11110f;
    font-weight: 400;
}

#container #base #left .product-items div .item .rest .text p {
    margin-top: 0;
    margin-bottom: 0.5em;
}

#container #base #left .product-items div .item .rest .pdf {
    margin: 15px 0 0;
    float: left;
    width: 250px;
    overflow: hidden;
    font-weight: 400;
}

#container #base #left .product-items div .item .rest .pdf div {
    line-height: 23px;
    font-size: 15px;
    color: #11110f;
    margin: 0 0 2px;
}

#container #base #left .product-items div .item .rest .pdf a {
    height: 36px;
    width: 62px;
    border: 1px solid #dcdcdc;
    float: left;
    margin: 0 10px 0 0;
    text-indent: 12px;
    line-height: 40px;
    font-size: 15px;
    color: #11110f;
}

#container #base #left .product-items div .item .rest .pdf .pl {
    background: url('../images/flag_pl.jpg') no-repeat 37px 12px;
}

#container #base #left .product-items div .item .rest .pdf .en {
    background: url('../images/flag_gb.jpg') no-repeat 37px 12px;
}

#container #base #left .product-items div .item + .item {
    border-right: 0;
    border-left: 1px solid #dcdcdc;
    margin: 0 0 40px -1px;
    padding: 0 0 0 26px;
}

#container #base #left .product-chareristic {
    padding: 28px 80px 41px 60px;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;
}

#container #base #left .product-chareristic .header_1 {
    margin: 0 0 1px;
    background: #43b369;
    padding: 8px 18px;
    line-height: 24px;
    font-size: 17px;
    color: #fff;
    overflow: hidden;
}

#container #base #left .product-chareristic .header_2 {
    margin: 0;
    background: #4a4a49;
    padding: 8px 18px;
    line-height: 22px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
}

#container #base #left .product-chareristic table {
    width: 739px;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    background: red;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #f6f6f6;
}

#container #base #left .product-chareristic table tr:nth-child(even) {
    background: #f5f5f2;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

#container #base #left .product-chareristic table tr:nth-child(odd), #container #base #left .product-chareristic table tr:hover {
    background: #fff;
    cursor: pointer;
}

#container #base #left .product-chareristic table td:first-child {
    width: 192px;
    padding: 9px 0 9px 17px;
    text-align: left;
    color: #979797;
}

#container #base #left .product-chareristic table tr:nth-child(odd) td:first-child, #container #base #left .product-chareristic table tr:hover td:first-child {
    background: #fafaf8;
}

#container #base #left .product-chareristic table td {
    width: 265px;
    padding: 9px 0;
    margin: 0;
    text-align: center;
    line-height: 17px;
    font-size: 15px;
    color: #2e2e2d;
    vertical-align: middle;
}

#container #base #left .product-chareristic table td .accept {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url('../images/accept.png') no-repeat 0 0;
}

#container #base #left .product-download {
    padding: 21px 22px 36px 22px;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;
}

#container #base #left .product-download.bg_gray {
    background: #f5f5f5;
}

#container #base #left .product-download .header {
    background: url('../images/download_bg.png') no-repeat 0 4px;
    line-height: 23px;
    height: 23px;
    padding: 0 0 0 23px;
    font-size: 18px;
    color: #1a1a18;
}

#container #base #left .product-download.articles .header {
    background: url('../images/articles_bg.png') no-repeat 0 4px;
}

#container #base #left .product-download .cont {
    overflow: hidden;
    margin: 24px 0 0 3px;
}

#container #base #left .product-download .cont .item {
    float: left;
    overflow: hidden;
    width: 195px;
    height: 36px;
    border: 1px solid #dcdcdc;
    margin: 0 0 10px 20px;
    padding: 0 45px 0 12px;
    font-size: 15px;
    color: #11110f;
    line-height: 38px;
}

#container #base #left .product-download .item.pdf {
    background: #fff url('../images/bg_pdf.jpg') no-repeat 214px 11px;
}

#container #base #left .product-download .item.doc {
    background: #fff url('../images/bg_doc.jpg') no-repeat 214px 11px;
}

#container #base #left .product-download .item.xls {
    background: #fff url('../images/bg_xls.jpg') no-repeat 214px 11px;
}

#container #base #left .product-download .item:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}

#container #base #left .product-photos {
    padding: 18px 22px 41px 25px;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;
    position: relative;
}

#container #base #left .product-photos .header {
    background: url('../images/camera.png') no-repeat 0 5px;
    line-height: 23px;
    height: 23px;
    padding: 0 0 0 23px;
    font-size: 18px;
    color: #1a1a18;
}

#container #base #left .product-photos #product-slider {
    overflow: hidden;
    width: 1200px;
    height: 143px;
    margin: 12px 0 0 -5px;
    padding: 0;
    list-style: none;
}

#container #base #left .product-photos #product-slider li {
    overflow: hidden;
    width: 267px;
    height: 143px;
    margin: 0 20px 0 0;
    float: left;
}

#container #base #left .product-photos #product-slider .gallery_photo {
    position: relative;
    cursor: pointer;
    display: block;
    height: 143px;
    width: 267px;
}

#container #base #left .product-photos #product-slider .gallery_photo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#container #base #left .product-photos #prev3 {
    position: absolute;
    left: 0;
    height: 49px;
    top: 97px;
    width: 36px;
    background: url('../images/prev2.png') no-repeat 0 0;
    overflow: hidden;
    cursor: pointer;
}

#container #base #left .product-photos #prev3.disabled {
    display: none;
}

#container #base #left .product-photos #next3 {
    position: absolute;
    right: 0;
    height: 49px;
    top: 97px;
    width: 106px;
    background: url('../images/next2.png') no-repeat 0 0;
    overflow: hidden;
    cursor: pointer;
}

#container #base #left .product-photos #next3.disabled {
    display: none;
}

#container #base #left .product-articles {
    padding: 21px 22px 0 21px;
    border-top: 1px solid #dcdcdc;
    overflow: hidden;
    position: relative;
    width: 1200px;
    background: #fbfbfb;
}

#container #base #left .product-articles .header {
    line-height: 23px;
    height: 23px;
    padding: 0 0 0 3px;
    margin: 0 0 13px;
    font-size: 18px;
    color: #1a1a18;
}

#container #base #left .product-articles .item {
    width: 180px;
    overflow: hidden;
    padding: 0 19px 36px 0;
    border-right: 1px solid #dcdcdc;
    margin: 0 20px 21px 0;
    float: left;
    position: relative;
}

#container #base #left .product-articles .item .image {
    display: block;
    width: 180px;
    height: 255px;
    position: relative;
    padding-bottom: 5px;
    background: url('../images/bg_tech_img.png') no-repeat bottom left
}

#container #base #left .product-articles .item .image .label {
    display: block;
    position: absolute;
    right: 0;
    bottom: 19px;
    z-index: 1;
    height: 21px;
    width: 79px;
    background: url('../images/fibrain_data.png') no-repeat 0 0;
}

#container #base #left .product-articles .item .image img {
    display: block;
    position: relative;
    z-index: 0;
}

#container #base #left .product-articles .item .title {
    display: block;
    line-height: 23px;
    padding: 0;
    margin: 17px 0 13px;
    font-size: 19px;
    color: #2e2e2d;
    text-align: center;
}

#container #base #left .product-articles .item .item-download {
    float: left;
    overflow: hidden;
    width: 133px;
    height: 36px;
    border: 1px solid #dcdcdc;
    margin: 0 0 0 20px;
    padding: 0 0 0 12px;
    font-size: 15px;
    color: #11110f;
    line-height: 38px;
    background: url('../images/bg_pdf.jpg') no-repeat 109px 11px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
}

#container #base #left .product-articles .item .item-download:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}

#container #base #left .product-row {
    width: 877px;
    overflow: hidden;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding: 30px 0 21px 2px;
}

#container #base #left .product-row.even {
    border: #dcdcdc 1px solid;
    padding: 29px 0 20px 2px;
}

#container #base #left .product-row .item {
    overflow: hidden;
    width: 256px;
    float: left;
    margin: 0 -1px 0 0;
    padding: 0 17px 0 17px;
    border-right: 1px solid #dcdcdc;
}

#container #base #left .product-row .item + .item {
    border-left: 1px solid #dcdcdc;
}

#container #base #left .product-row .item + .item + .item {
    border-right: 0;
}

#container #base #left .product-row .item .image {
    position: relative;
    cursor: pointer;
    display: block;
    height: 188px;
    width: 256px;
}

#container #base #left .product-row .item .image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#container #base #left .product-row .item .title {
    font-weight: 300;
    font-size: 19px;
    color: #11367a;
    line-height: 21px;
    display: block;
    margin: 13px 0 10px;
    padding: 0;
}

#container #base #left .product-row .item .title:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

#container #base #left .product-row .item .desc {
    font-size: 13px;
    line-height: 23px;
    color: #11110f;
    margin: 0 0 10px;
}

#container #base #left .product-row .item .desc b {
    font-weight: 500;
}

#container #base #left .product-category-row {
    clear: both;
    margin-top: 20px;
    padding: 0 20px;
}

#container #base #left .product-category {

    width: 410px;
    display: inline-block;
    vertical-align: top;

}

#container #base #left .product-category + .product-category {
    margin-left: 15px;
}

#container #base #left .product-category .description {
    font-size: 14px;
    line-height: 1.6em;
    min-height: 20px;

}

#container #base #left .product-category .image {
    width: 410px;
    height: 200px;

}

#container #base #left .product-category .image a {
    position: relative;
    display: inline-block;
    width: 410px;
    height: 200px;
}

#container #base #left .product-category .image a img {

}

#container #base #left .product-category .image a span.title {
    position: absolute;
    width: 410px;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    bottom: 0;
    line-height: 80px;
    font-size: 23px;
    z-index: 1;
    left: 0;
}

#container #base #left .powiazane .row,
#container #base #left.product-web .row {
    overflow: hidden;
    padding: 19px 0 21px;
    border-top: #dcdcdc 1px solid;
}

#container #base #left .powiazane {
    padding-bottom: 20px;
}

#container #base #left .powiazane .row .item,
#container #base #left.product-web .row .item {
    overflow: hidden;
    border-right: #dcdcdc 1px solid;
    padding: 0 18px 0 0;
    margin: 0 0 0 20px;
    width: 180px;
    float: left;
}

#container #base #left .powiazane .row .item + .item + .item + .item,
#container #base #left.product-web .row .item + .item + .item + .item {
    padding: 0;
    border: 0;
}

#container #base #left .powiazane .row .item .image,
#container #base #left.product-web .row .item .image {
    position: relative;
    cursor: pointer;
    display: block;
    height: 166px;
    width: 180px;
}

#container #base #left .powiazane .row .item .image img,
#container #base #left.product-web .row .item .image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#container #base #left .powiazane .row .item .title,
#container #base #left.product-web .row .item .title {
    display: block;
    font-size: 19px;
    line-height: 23px;
    color: #2e2e2d;
    text-align: center;
    margin: 17px 0 5px;
    padding: 0;
}

#container #base #left .powiazane .row .item .title:hover,
#container #base #left.product-web .row .item .title:hover {
    text-decoration: none;
    color: #008fde;
    cursor: pointer;
}

#container #base #left.tech-articles > .title {
    background: url(../images/stg_blue.png) no-repeat 3px 37%;
    margin-bottom: 10px;
    margin-left: 27px;
}

#container #base #left.tech-articles > .site-description {
    padding: 10px 20px 10px 30px;
    font-size: 14px;
}

#container #base #left.tech-articles > .site-description p {
    margin: 0.5em 0 0.5em 0;
}

#container #base #left.tech-articles .row {
    overflow: hidden;
    padding: 31px 0 30px;
    border-bottom: #dcdcdc 1px solid;
    background: #fbfbfb;
}

#container #base #left.tech-articles .row .item {
    width: 180px;
    overflow: hidden;
    padding: 0 19px 36px 0;
    border-right: 1px solid #dcdcdc;
    margin: 0 0 0 20px;
    float: left;
    position: relative;
}

#container #base #left.tech-articles .row .item + .item + .item + .item {
    padding: 0 0 36px;
    border: 0;
}

#container #base #left.tech-articles .row .item .image {
    display: block;
    width: 180px;
    height: 255px;
    position: relative;
    padding-bottom: 5px;
    background: url('../images/bg_tech_img.png') no-repeat bottom left
}

#container #base #left.tech-articles .row .item .image .label {
    display: inline-block;
    position: absolute;
    right: 1px;
    bottom: 19px;
    z-index: 1;
    height: 21px;
    line-height: 23px;
    width: auto;
    color: #fff;
    padding: 0 3px;
    text-transform: uppercase;
    font-size: 11px;

}

#container #base #left.tech-articles .row .item .image img {
    display: block;
    position: relative;
    z-index: 0;
}

#container #base #left.tech-articles .row .item .title {
    display: block;
    line-height: 23px;
    overflow: hidden;
    padding: 0;
    margin: 17px 0 10px;
    font-size: 19px;
    color: #2e2e2d;
    text-align: center;
}

#container #base #left.tech-articles .row .item .item-download {
    float: left;
    overflow: hidden;
    width: 133px;
    height: 36px;
    border: 1px solid #dcdcdc;
    margin: 0 0 0 16px;
    padding: 0 0 0 12px;
    font-size: 15px;
    color: #11110f;
    line-height: 38px;
    background: url('../images/bg_download.png') no-repeat 122px 12px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
}

#container #base #left.tech-articles .row .item .item-download:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}

#container #base #left.news {

}

#container #base #left.news .events {
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

#container #base #left.news .events .events-box {
    overflow: hidden;
    float: left;
    border-right: 1px solid #dcdcdc;
}

#container #base #left.news .events .events-box .title {
    font-size: 19px;
    color: #11110f;
    line-height: 24px;
    padding: 0 0 0 22px;
    margin: 19px 0 9px 20px;
    background: url('../images/globe.png') no-repeat 3px 5px;
}

#container #base #left.news .events .events-box .slider {
    width: 240px;
    overflow: hidden;
    margin: 0 19px 0 20px;
    position: relative;
    padding: 0 0 20px;
}

#container #base #left.news .events .events-box .slider .item {
    width: 240px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1 !important;
    margin: 0 0 20px;
}

#container #base #left.news .events .events-box .slider .item .image {
    width: 240px;
    height: 143px;
    overflow: hidden;
    display: block;
    position: relative;
}

#container #base #left.news .events .events-box .slider .item .image img {
    margin: 0;
    padding: 0;
    display: block;
}

#container #base #left.news .events .events-box .slider .item .name {
    padding: 0;
    font-size: 19px;
    color: #11367a;
    line-height: 25px;
    display: block;
    margin: 11px 0 0;
}

#container #base #left.news .events .events-box .slider .item .date {
    margin: 0 10px 0 0;
    padding: 0;
    display: block;
    float: left;
    height: 21px;
    line-height: 25px;
    font-size: 13px;
    color: #b9b9b8;
}

#container #base #left.news .events .events-box .slider .item .category {
    margin: 0;
    display: block;
    float: left;
    height: 21px;
    line-height: 23px;
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
}

#container #base #left.news .events .events-box .slider .item .text {
    margin: 3px 0 0;
    padding: 0;
    display: block;
    font-size: 13px;
    color: #4a4a49;
    line-height: 18px;
}

#container #base #left.news .events .events-box .slider .nav-prev {
    height: 25px;
    width: 18px;
    background: url('../images/prev.png') no-repeat 0 0;
    display: block;
    position: absolute;
    right: 19px;
    top: 118px;
    z-index: 2;
    cursor: pointer;
}

#container #base #left.news .events .events-box .slider .nav-next {
    height: 25px;
    width: 18px;
    background: url('../images/next.png') no-repeat 0 0;
    display: block;
    position: absolute;
    right: 0;
    top: 118px;
    z-index: 2;
    cursor: pointer;
}

#container #base #left.news .events .other-events {
    float: left;
    overflow: hidden;
    width: 600px;
    border-left: 1px solid #dcdcdc;
    margin: 0 0 0 -1px;
    padding: 0 0 20px;
}

#container #base #left.news .events .other-events .col_1 {
    overflow: hidden;
    margin: 52px 0 10px 19px;
    width: auto;
}

#container #base #left.news .events .other-events .col_1 .image {
    float: left;
    margin: 0 19px 5px 0;
}

#container #base #left.news .events .other-events .col_1 .image img {
    display: block;
}

#container #base #left.news .events .other-events .col_1 > div {
    float: left;
    overflow: hidden;
    width: 440px;
}

#container #base #left.news .events .other-events .col_1 > div .title {
    font-size: 19px;
    color: #11367a;
    line-height: 24px;
    margin: 4px 0 4px 0;
    display: block;
    padding: 0;
}

#container #base #left.news .events .other-events .col_1 > div .date {
    float: left;
    display: inline-block;
    height: 23px;
    line-height: 25px;
    font-size: 13px;
    color: #7d7d7d;
}

#container #base #left.news .events .other-events .col_1 > div .label {
    float: left;
    display: inline-block;
    height: 23px;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0 3px;
    text-transform: uppercase;
}

#container #base #left.news .events .other-events .col_1 > div .line {
    overflow: hidden;
    margin: 0 0 15px;
}

#container #base #left.news .events .other-events .col_1 > div .text {
    margin: -6px 0 0;
    font-size: 13px;
    color: #11110f;
    line-height: 23px;
}

#container #base #left.news .events .other-events .minor {
    height: 73px;
    overflow: hidden;
    margin: 40px 0 0 19px;
}

#container #base #left.news .events .other-events .minor .item {
    width: 280px;
    height: 73px;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
}

#container #base #left.news .events .other-events .minor .item + .item {
    margin: 0;
}

#container #base #left.news .events .other-events .minor .item .image {
    width: 121px;
    height: 73px;
    overflow: hidden;
    float: left;
}

#container #base #left.news .events .other-events .minor .item .image img {
    display: block;
}

#container #base #left.news .events .other-events .item .rest {
    float: left;
    width: 141px;
    height: 73px;
    margin: 0 0 0 18px;
}

#container #base #left.news .events .other-events .minor .item .rest .title {
    font-size: 15px;
    color: #11367a;
    line-height: 18px;
    max-height: 54px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}

#container #base #left.news .events .other-events .minor .item .rest .title span {
    display: inline-block;
    float: left;
    padding: 1px 3px 0;
    height: 17px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    margin: 0 5px 0 0;
}

#container #base #left.news .events .other-events .minor .item .rest .date {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 18px;
}

#container #base #left.news .news-articles {
    /*height: 191px;*/
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

#container #base #left.news .news-articles .news-left {
    height: 191px;
    width: 398px;
    overflow: hidden;
    border-right: 1px solid #dcdcdc;
    background: #fdcc40;
    float: left;
    position: relative;
}

#container #base #left.news .news-articles .news-left .item {
    overflow: hidden;
    width: 350px;
    height: 155px;
    z-index: 0 !important;
    margin: 20px 0 0 16px;
}

#container #base #left.news .news-articles .news-left .item .image {
    width: 121px;
    height: 143px;
    float: left;
    overflow: hidden;
}

#container #base #left.news .news-articles .news-left .item .image img {
    display: block;
}

#container #base #left.news .news-articles .news-left .item .rest {
    width: 210px;
    height: 155px;
    float: left;
    overflow: hidden;
    margin: 0 0 0 19px;
    padding: 4px 0 0 0;
}

#container #base #left.news .news-articles .news-left .item .rest .title {
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 19px;
    color: #000;
    display: block;
}

#container #base #left.news .news-articles .news-left .item .rest .title:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

#container #base #left.news .news-articles .news-left .item .rest .title span {
    display: inline-block;
    height: 22px;
    line-height: 23px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background: #e34000;
    padding: 0 4px;
    position: relative;
    top: -4px;
    margin: 0 4px 0 0;
}

#container #base #left.news .news-articles .news-left .item .rest .date {
    font-size: 13px;
    text-transform: uppercase;
    color: #7d7d7d;
    line-height: 18px;
    margin: 3px 0 5px;
}

#container #base #left.news .news-articles .news-left .item .rest .desc {
    line-height: 18px;
    font-size: 13px;
    color: #11110f
}

#container #base #left.news .news-articles .news-left .nav-prev4 {
    height: 49px;
    width: 36px;
    background: url('../images/prev2.png') no-repeat 0 0;
    display: block;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 2;
    cursor: pointer;
}

#container #base #left.news .news-articles .news-left .nav-next4 {
    height: 49px;
    width: 36px;
    background: url('../images/next3.png') no-repeat 0 0;
    display: block;
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 2;
    cursor: pointer;
}

#container #base #left.news .news-articles .news-right {
    /*height: 191px;*/
    width: 447px;
    overflow: hidden;
    border-right: 1px solid #dcdcdc;
    float: left;
    margin: 0 0 10px 34px;
}

#container #base #left.news .news-articles .news-right .item {
    overflow: hidden;
    margin: 15px 0 0;
}

#container #base #left.news .news-articles .news-right .item a {
    overflow: hidden;
    display: block;
    line-height: 18px;
    font-size: 15px;
    color: #11367a;
    margin: 0 0 3px;
}

#container #base #left.news .news-articles .news-right .item a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

#container #base #left.news .news-articles .news-right .item div {
    overflow: hidden;
    line-height: 18px;
    font-size: 13px;
    text-transform: uppercase;
    color: #7d7d7d;
}

#container #base #left.news .other-news {
    overflow: hidden;
    margin: 0 0 20px;
}

#container #base #left.news .other-news .col_1 {
    overflow: hidden;
    float: left;
    margin: 20px 8px 0 20px;
    width: auto;
}

#container #base #left.news .other-news .col_1 .item .image {
    width: 121px;
    height: 73px;
    overflow: hidden;
    float: left;
}

#container #base #left.news .other-news .col_1 .item .image img {
    display: block;
}

#container #base #left.news .other-news .col_1 .item .rest {
    float: left;
    width: 141px;
    margin: 0 0 0 18px;
}

#container #base #left.news .other-news .col_1 .item .rest .title {
    font-size: 15px;
    color: #11367a;
    line-height: 18px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}

#container #base #left.news .other-news .col_1 .item .rest .title span {
    display: inline-block;
    float: left;
    padding: 1px 3px 0;
    height: 17px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    margin: 0 5px 0 0;
}

#container #base #left.news .other-news .col_1 .item .rest .date {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 18px;
}

#container #base #left.news .other-news .col_2 {
    overflow: hidden;
    width: 250px;
    float: left;
    list-style-image: url('../images/li.jpg');
    font-size: 13px;
    color: #11367a;
    line-height: 15px;
    margin: 13px 20px 0 26px;
    padding: 0;
}

#container #base #left.news .other-news .col_2 + .col_2 {
    margin: 13px 0 0;
}

#container #base #left.news .other-news .col_2 li {
    display: block;
    padding: 0 0 8px 14px;
    margin: 0;
    background: url('../images/li.jpg') no-repeat 0 4px;
}

#container #base #left.news .other-news .col_2 li span {
    display: inline-block;
    padding: 2px 3px 0;
    color: #fff;
    font-size: 11px;
}

#container #base #left.news .news-highlights {
    overflow: hidden;
    height: 435px;
    /*    background: #11367a;*/
    background: #9e9e9e;
    position: relative;
}

#container #base #left.news .news-highlights .item {
    overflow: hidden;
    height: 435px;
    width: 881px;
    position: relative;
    z-index: 0 !important;
}

#container #base #left.news .news-highlights .item .high-left {
    width: 613px;
    overflow: hidden;
    float: left;
}

#container #base #left.news .news-highlights .item .high-left .major {
    width: 550px;
    height: 160px;
    overflow: hidden;
    margin: 12px 0 24px 19px;
}

#container #base #left.news .news-highlights .item .high-left .major .image {
    float: left;
    margin: 0 19px 5px 0;
}

#container #base #left.news .news-highlights .item .high-left .major .image img {
    display: block;
}

#container #base #left.news .news-highlights .item .high-left .major .title {
    font-size: 19px;
    color: #fff;
    line-height: 23px;
    display: block;
    margin: 0 0 2px 0;
    max-height: 69px;
    overflow: hidden;
    padding: 0;
    background: transparent;
}

#container #base #left.news .news-highlights .item .high-left .major .date {
    float: left;
    display: inline-block;
    height: 23px;
    line-height: 25px;
    font-size: 13px;
    color: #7d7d7d;
}

#container #base #left.news .news-highlights .item .high-left .major .label {
    float: left;
    display: inline-block;
    height: 23px;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0 3px;
    text-transform: uppercase;
}

#container #base #left.news .news-highlights .item .high-left .major .line {
    overflow: hidden;
    margin: 0 0 11px;
}

#container #base #left.news .news-highlights .item .high-left .major .text {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}

#container #base #left.news .news-highlights .item .high-left .minor {
    width: 593px;
    height: 176px;
    overflow: hidden;
    margin: 0 0 24px 19px;
}

#container #base #left.news .news-highlights .item .high-left .minor .item {
    width: 282px;
    height: 73px;
    overflow: hidden;
    float: left;
    margin: 0 29px 30px 0;
}

#container #base #left.news .news-highlights .item .high-left .minor .item + .item {
    margin: 0 0 30px 0;
}

#container #base #left.news .news-highlights .item .high-left .minor .item + .item + .item {
    margin: 0 29px 30px 0;
}

#container #base #left.news .news-highlights .item .high-left .minor .item + .item + .item + .item {
    margin: 0 0 30px 0;
}

#container #base #left.news .news-highlights .item .high-left .minor .item .image {
    width: 121px;
    height: 73px;
    overflow: hidden;
    float: left;
}

#container #base #left.news .news-highlights .item .high-left .minor .item .image img {
    display: block;
}

#container #base #left.news .news-highlights .item .high-left .minor .item .rest {
    float: left;
    width: 143px;
    height: 73px;
    margin: 0 0 0 18px;
}

#container #base #left.news .news-highlights .item .high-left .minor .item .rest .title {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
}

#container #base #left.news .news-highlights .item .high-left .minor .item .rest .date {
    font-size: 13px;
    color: #7d7d7d;
    overflow: hidden;
    line-height: 18px;

}

#container #base #left.news .news-highlights .item .high-left .minor .item .rest .title span {
    display: inline-block;
    float: left;
    padding: 1px 3px 0;
    height: 17px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    margin: 0 5px 0 0;
}

#container #base #left.news .news-highlights .item .high-right {
    width: 250px;
    overflow: hidden;
    float: left;
    list-style-image: url('../images/li.jpg');
    font-size: 13px;
    color: #11367a;
    line-height: 15px;
    padding: 0;
    margin: 13px 0 0 8px;
    max-height: 365px;
}

#container #base #left.news .news-highlights .item .high-right li {
    display: block;
    padding: 0 0 8px 14px;
    margin: 0;
    background: url('../images/li2.jpg') no-repeat 0 4px;
}

#container #base #left.news .news-highlights .item .high-right li a {
    color: #fff;
}

#container #base #left.news .news-highlights .item .high-right li span {
    display: inline-block;
    padding: 2px 3px 0;
    color: #fff;
    font-size: 11px;
}

#container #base #left.news .news-highlights .item .absolute-menu {
    list-style: none;
    padding: 3px 0;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 0;
}

#container #base #left.news .news-highlights .item .absolute-menu li {
    margin: 0;
    padding: 0;
    float: left;
    height: 22px;
}

#container #base #left.news .news-highlights .item .absolute-menu li.color_1 {
    background: #f72b10;
}

#container #base #left.news .news-highlights .item .absolute-menu li.current {
    background: #11367a;
}

#container #base #left.news .news-highlights .item .absolute-menu li a {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    height: 20px;
    margin: 0;
    padding: 5px 7px 3px;
    display: block;
    position: relative;
    top: -3px;
    overflow: hidden;
}

#container #base #left.news .news-highlights .item .absolute-menu li:hover a {
    text-decoration: none;
}

#container #base #left.news .news-highlights .item .absolute-menu li + li {
    margin: 0 0 0 1px;
    border: 0;
}

#container #base #left.news .news-highlights .nav-prev5 {
    position: absolute;
    background: url('../images/prev2.png') no-repeat 0 0;
    width: 36px;
    height: 49px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    left: 0;
    top: 198px;
}

#container #base #left.news .news-highlights .nav-next5 {
    position: absolute;
    background: url('../images/next3.png') no-repeat 0 0;
    width: 36px;
    height: 49px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    right: 0;
    top: 198px;
}

#container #base #left.news .news-highlights .menu {
    list-style: none;
    display: block;
    position: absolute;
    top: 15px;
    left: 205px;
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 1;
}

#container #base #left.news .news-fibrain {
    overflow: hidden;
    /*height: 427px;*/
    position: relative;
}

#container #base #left.news .news-fibrain .item {
    overflow: hidden;
    width: 880px;
    border-right: 1px solid #DCDCDC;
    position: relative;
    z-index: 0 !important;
}

#container #base #left.news .news-fibrain .item .high-left {
    width: 613px;
    overflow: hidden;
    float: left;
}

#container #base #left.news .news-fibrain .item .high-left .major {
    width: 550px;
    overflow: hidden;
    margin: 12px 0 25px 19px;
}

#container #base #left.news .news-fibrain .item .high-left .major .image {
    float: left;
    margin: 0 19px 5px 0;
}

#container #base #left.news .news-fibrain .item .high-left .major .image img {
    display: block;
}

#container #base #left.news .news-fibrain .item .high-left .major .title {
    line-height: 23px;
    display: block;
    margin: 0 0 2px 0;
    font-size: 15px;
    font-weight: 500;
    color: #11367a;
}

#container #base #left.news .news-fibrain .item .high-left .major .date {
    float: left;
    display: inline-block;
    height: 23px;
    line-height: 25px;
    font-size: 13px;
    /*    text-transform: uppercase;*/
    color: #7d7d7d;
}

#container #base #left.news .news-fibrain .item .high-left .major .label {
    float: left;
    display: inline-block;
    height: 23px;
    line-height: 25px;
    color: #11110f;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0 3px;
    text-transform: uppercase;
}

#container #base #left.news .news-fibrain .item .high-left .major .line {
    overflow: hidden;
    margin: 0 0 11px;
}

#container #base #left.news .news-fibrain .item .high-left .major .text {
    font-size: 13px;
    color: #11110f;
    line-height: 18px;
}

#container #base #left.news .news-fibrain .item .high-left .minor {
    width: 593px;
    overflow: hidden;
    margin: 0 0 0 19px;
}

#container #base #left.news .news-fibrain .item .high-left .minor .item {
    width: 282px;
    height: 73px;
    overflow: hidden;
    float: left;
    border: none;
    margin: 0 28px 25px 0;
}

#container #base #left.news .news-fibrain .item .high-left .minor .item:nth-child(even) {
    margin: 0 0 25px 0;
}

#container #base #left.news .news-fibrain .item .high-left .minor .item .image {
    width: 121px;
    height: 73px;
    overflow: hidden;
    float: left;
}

#container #base #left.news .news-fibrain .item .high-left .minor .item .image img {
    display: block;
}

#container #base #left.news .news-fibrain .item .high-left .minor .item .rest {
    float: left;
    width: 143px;
    height: 73px;
    margin: 0 0 0 18px;
}

#container #base #left.news .news-fibrain .item .high-left .minor .item .rest .title {
    font-size: 15px;
    color: #11110f;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
    font-weight: 400;
}

#container #base #left.news .news-fibrain .item .high-left .minor .item .rest .date {
    font-size: 13px;
    /*    text-transform: uppercase;*/
    color: #7d7d7d;
    overflow: hidden;
    line-height: 18px;

}

#container #base #left.news .news-fibrain .item .high-left .minor .item .rest .title span {
    display: inline-block;
    float: left;
    padding: 1px 3px 0;
    height: 17px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    margin: 0 5px 0 0;
}

#container #base #left.news .news-fibrain .item .high-right {
    width: 250px;
    overflow: hidden;
    float: left;
    list-style-image: url('../images/li.jpg');
    font-size: 13px;
    color: #11367a;
    line-height: 15px;
    margin: 24px 0 0 0;
    padding: 0 0 20px;
}

#container #base #left.news .news-fibrain .item .high-right li {
    display: block;
    padding: 0 0 8px 14px;
    margin: 0;
    background: url('../images/li2.jpg') no-repeat 0 4px;
}

#container #base #left.news .news-fibrain .item .high-right li a {
    font-size: 13px;
    font-weight: 500;
    color: #11367a;
}

#container #base #left.news .news-fibrain .item .high-right li span {
    display: inline-block;
    padding: 2px 3px 0;
    color: #fff;
    font-size: 11px;
}

#container #base #left.news .news-fibrain .item .absolute-menu {
    list-style: none;
    padding: 3px 0;
    margin: 0;
    position: absolute;
    top: 18px;
    right: 11px;
}

#container #base #left.news .news-fibrain .item .absolute-menu li {
    margin: 0;
    padding: 0;
    float: left;
    height: 14px;
}

#container #base #left.news .news-fibrain .item .absolute-menu li a {
    color: #11110f;
    font-size: 13px;
    line-height: 22px;
    height: 20px;
    margin: 0;
    padding: 0 7px;
    display: block;
    position: relative;
    top: -3px;
}

#container #base #left.news .news-fibrain .item .absolute-menu li:hover a, #container #base #left.news .news-fibrain .item .absolute-menu li a.selected {
    background: #ed202a;
    color: #fff;
    text-decoration: none;
}

#container #base #left.news .news-fibrain .item .absolute-menu li + li {
    border-left: 1px solid #dcdcdc;
}

#container #base #left.news .news-events, #container #base #left.news .news-events2 {
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 0 0 10px;
}

#container #base #left.news .news-trainings {
    overflow: hidden;
    background: #fbfbfb;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding: 0 0 10px;
}

#container #base #left.news .news-promotions {
    overflow: hidden;
    background: #fbfbfb;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 31px 0;
}

#container #base #left.news .news-promotions .item {
    width: 180px;
    padding: 0 20px 0 0;
    border-right: 1px solid #dcdcdc;
    margin: 0 0 6px 20px;
    float: left;
}

#container #base #left.news .news-promotions .item + .item + .item + .item {
    padding: 0;
    border: 0;
}

#container #base #left.news .news-promotions .item .image {
    display: block;
    width: 180px;
    height: 113px;
    position: relative;
    padding-bottom: 5px;
    background: url('../images/bg_tech_img.png') no-repeat bottom left;
    overflow: hidden;
}

#container #base #left.news .news-promotions .item .image .label {
    display: block;
    position: absolute;
    left: 0;
    bottom: 13px;
    z-index: 1;
    height: 21px;
    padding: 0 6px;
    background: url('../images/green-dot.png');
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
}

#container #base #left.news .news-promotions .item .image img {
    display: block;
    position: relative;
    z-index: 0;
}

#container #base #left.news .news-promotions .item .title {
    display: block;
    line-height: 23px;
    overflow: hidden;
    padding: 0;
    margin: 19px 0 0 -3px;
    font-size: 19px;
    color: #2e2e2d;
    background: transparent;
}

#container #base #left.news .news-promotions .item .desc {
    display: block;
    line-height: 23px;
    overflow: hidden;
    font-size: 13px;
    color: #11110f;
    max-height: 115px;
    margin: 7px 0 -6px;
}

#container #base #left.news .news-suplies {
    overflow: hidden;
    background: #fbfbfb;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 31px 0;
}

#container #base #left.news .news-suplies .item {
    width: 180px;
    padding: 0 20px 0 0;
    border-right: 1px solid #dcdcdc;
    margin: 0 0 6px 20px;
    float: left;
    position: relative;
}

#container #base #left.news .news-suplies .item > .label {
    display: inline-block;
    position: absolute;
    left: 1px;
    top: 81px;
    z-index: 1;
    height: 21px;
    line-height: 23px;
    width: auto;
    color: #fff;
    padding: 0 3px;
    text-transform: uppercase;
    font-size: 11px;
}

#container #base #left.news .news-suplies .item + .item + .item + .item {
    padding: 0;
    border: 0;
}

#container #base #left.news .news-suplies .item .image {
    display: block;
    width: 180px;
    height: 113px;
    position: relative;
    padding-bottom: 5px;
    background: url('../images/bg_tech_img.png') no-repeat bottom left;
    overflow: hidden;
}

#container #base #left.news .news-suplies .item .image .label {
    display: block;
    position: absolute;
    left: 0;
    bottom: 13px;
    z-index: 1;
    height: 21px;
    padding: 0 6px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
}

#container #base #left.news .news-suplies .item .image img {
    display: block;
    position: relative;
    z-index: 0;
}

#container #base #left.news .news-suplies .item .title {
    display: block;
    line-height: 23px;
    overflow: hidden;
    padding: 0;
    margin: 15px 0 0 -3px;
    font-size: 19px;
    color: #2e2e2d;
    background: transparent;
}

#container #base #left.news .news-suplies .item .desc {
    display: block;
    line-height: 23px;
    overflow: hidden;
    font-size: 13px;
    color: #11110f;
    max-height: 115px;
    margin: 7px 0 -6px;
}

#container #base #left.news .news-highlights .title {
    color: #fff;
    background: url('../images/highlights.png') no-repeat 0px 6px;
}

#container #base #left.news .news-highlights .title a {
    color: #fff;
}

#container #base #left.news .news-fibrain .title {
    background: url('../images/news_red.png') no-repeat 0px 6px;
}

#container #base #left.news .news-events .title {
    background: url('../images/globe.png') no-repeat 2px 5px;
}

#container #base #left.news .news-events2 .title {
    background: url('../images/events.png') no-repeat 1px 2px;
}

#container #base #left.news .news-trainings .title {
    padding: 0 0 0 25px;
    margin: 19px 0 0 17px;
    background: url('../images/trainings.png') no-repeat 0px 2px;
}

#container #base #left.news .news-promotions .title {
    padding: 0 0 0 23px;
    margin: 20px 0 12px 17px;
    background: url('../images/promotions.png') no-repeat 2px 4px;
}

#container #base #left.news .news-suplies .title {
    padding: 0 0 0 23px;
    margin: 22px 0 24px 20px;
    background: url('../images/stg_red.png') no-repeat 2px 4px;
}

#container #base #left.news .news-suplies .title > a.lft {
    margin: 0 23px 0 0;
    padding: 0 21px 0 0;
    background: url('../images/more.png') no-repeat right 5px;
    text-align: right;
    float: right;
}

#container #base #left.news .col_1 {
    width: 371px;
    float: left;
    margin: 13px 10px 0 19px;
    overflow: hidden;
}

#container #base #left.news .col_1 .image {
    float: left;
    margin: 0 19px 5px 0;
}

#container #base #left.news .col_1 .image img {
    display: block;
}

#container #base #left.news .col_1 .title {
    font-size: 19px;
    color: #11367a;
    line-height: 23px;
    display: block;
    margin: 4px 0 2px 0;
    font-weight: 400;
}

#container #base #left.news .col_1 .date {
    float: left;
    display: inline-block;
    height: 23px;
    line-height: 25px;
    font-size: 13px;
    /*    text-transform: uppercase;*/
    color: #7d7d7d;
}

#container #base #left.news .col_1 .label {
    float: left;
    display: inline-block;
    height: 23px;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0 3px;
    text-transform: uppercase;
}

#container #base #left.news .col_1 .line {
    overflow: hidden;
    margin: 0 0 5px;
}

#container #base #left.news .col_1 .text {
    font-size: 13px;
    color: #11110f;
    line-height: 18px;
}

#container #base #left.news .col_2 {
    overflow: hidden;
    width: 200px;
    float: left;
    list-style-image: url('../images/li.jpg');
    font-size: 13px;
    color: #11367a;
    line-height: 15px;
    margin: 6px 21px 0 0;
    padding: 0;
}

#container #base #left.news .col_2 + .col_2 {
    margin: 6px 0 0;
}

#container #base #left.news .col_2 li {
    display: block;
    padding: 0 0 8px 14px;
    margin: 0;
    background: url('../images/li.jpg') no-repeat 0 4px;
}

#container #base #left.news .col_2 li a {
    color: #11367a;
}

#container #base #left.news .col_2 li span {
    display: inline-block;
    padding: 2px 3px 0;
    color: #fff;
    font-size: 11px;
}

#container #base #left #pager {
    margin: 21px 0 51px;
    height: 31px;
    text-align: center;
}

#container #base #left #pager a, #container #base #left #pager div {
    padding: 0;
    width: 31px;
    height: 29px;
    display: inline-block;
    position: relative;
    z-index: 0;
    border: 1px solid #dcdcdc;
    margin: 0 -1px 0 0;
    line-height: 29px;
    text-align: center;
    font-size: 17px;
    color: #2e2e2d;
    cursor: pointer;
}

#container #base #left #pager a.active {
    z-index: 1;
    border: 1px solid #009fe3;
    background: #e9f8ff;
    color: #009fe3;
}

#container #base #left #pager a:hover, #container #base #left #pager div:hover {
    text-decoration: none;
    background-color: #2e2e2d;
    color: #fff;
}

#container #base #left #pager div span {
    display: none;
    overflow: hidden;
    position: absolute;
    height: 30px;
    width: 163px;
    top: 30px;
    left: -1px;
}

#container #base #left #pager div:hover span {
    display: block;
}

#container #base #left #pager div span a {
    float: left;
    border-top: none;
}

#container #base #left #pager a.pager-prev, #container #base #left #pager a.pager-next {
    width: 118px;
}

#container #base #left #pager a.pager-prev {
    padding: 0 9px 0 0;
    text-align: right;
    background-image: url('../images/pager-prev.png');
    background-repeat: no-repeat;
    background-position: 10px 7px;
}

#container #base #left #pager a.pager-next {
    padding: 0 0 0 9px;
    text-align: left;
    background-image: url('../images/pager-next.png');
    background-repeat: no-repeat;
    background-position: 112px 7px;
}

#container #base #right {
    width: 300px;
    float: left;
    overflow: hidden;
}

#container #base #right .register-box {
    width: 300px;
    height: 310px;
    background: url('../images/register-box.jpg') no-repeat 0 0;
    float: left;
    overflow: hidden;
}

#container #base #right .register-box span {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    color: #fec501;
    line-height: 34px;
    margin: 74px 0 0;
}

#container #base #right .register-box span + span {
    font-weight: 500;
    color: #fff;
    margin: 0 0 28px;
}

#container #base #right .banner-box {
    width: 300px;
    height: 550px;
    background: url('../images/banner-box.jpg') no-repeat 0 0;
    float: left;
    overflow: hidden;
    position: relative;
}

#container #base #right .banner {
    width: 300px;
    height: 206px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/dot.png');
    float: left;
    overflow: hidden;
}

#container #base #right .banner span {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 34px;
    margin: 67px 0 0;
}

#container #base #right .banner span + span {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

#container #base #right .register-box a.register-button {
    background: url('../images/register.png') no-repeat 166px 19px;
    width: 180px;
    display: block;
    margin: 0 auto;
    height: 20px;
    padding: 15px 0 11px 19px;
    border: 1px solid #bdbdbc;
    line-height: 20px;
    font-size: 17px;
    color: #fff;
}

#container #base #right .register-box a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fec501;
}

#container #base #right ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#container #base #right > ul {
    margin: 10px 0;
}

#container #base #right ul li {
    display: block;
    margin: 0;
    padding: 0;
}

#container #base #right ul li.current,
#container #base #right ul li:hover {
    background: #008fde;
}

#container #base #right ul li a {
    display: block;
    margin: 0 20px 0 24px;
    border-bottom: 1px solid #446093;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    padding: 5px 0;
    position: relative;
}

#container #base #right ul ul li a {
    border-bottom: 1px solid #1d4080;
    padding-left: 20px;
    color: #95abd5;
}

#container #base #right ul ul ul li a {
    padding-left: 40px;
}

#container #base #right ul ul ul ul li a {
    padding-left: 60px;
}

#container #base #right ul ul ul ul ul li a {
    padding-left: 80px;
}

#container #base #right ul ul ul ul ul ul li a {
    padding-left: 100px;
}

#container #base #right ul li a > span {
    position: absolute;
    height: 21px;
    overflow: hidden;
    right: 0;
    top: 4px;
    display: block;
}

#container #base #right ul li a > span .black {
    float: left;
    padding: 0 9px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0 1px;
    line-height: 21px;
    background: #000;
}

#container #base #right ul li a > span .red {
    float: left;
    padding: 0 8px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0 1px;
    line-height: 21px;
    background: #e2212e;
}

#container #base #right > ul > li.active > a {
    font-size: 17px;
}

#container #base #right ul li.current a,
#container #base #right ul li:hover a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border: 0;
    margin-bottom: 1px;
}

#container #base #right .more {
    overflow: hidden;
    display: block;
    line-height: 21px;
    padding: 12px 0;
    margin: 0 20px 0 23px;
    border-top: 1px solid #dcdcdc;
    font-size: 17px;
    color: #11110f;
    background: url('../images/more.png') no-repeat 60px 15px;
}

#container #base #right .more:hover {
    text-decoration: none;
    color: #0094e0;
    cursor: pointer;
}

#container #base #right .calendar {
    overflow: hidden;
}

#container #base #right .calendar > .title {
    overflow: hidden;
    margin: 0;
    line-height: 24px;
    padding: 15px 0 15px 45px;
    background: #ebebeb url('../images/events.png') no-repeat 19px 18px;
    border-top: 1px solid #dcdcdc;
}

#container #base #right .links {
    overflow: hidden;
    padding: 21px 0 0 0;
    background: #ebebeb;
}

#container #base #right .calendar .links {

}

#container #base #right .calendar .links .title {

}

#container #base #right .links .title {
    margin: -3px 0 12px 21px;
    padding: 0;
}

#container #base #right .links .item {
    overflow: hidden;
    margin: 0 20px 0 23px;
    line-height: 18px;
}

#container #base #right .links .item div {
    font-size: 13px;
    text-transform: uppercase;
    color: #7d7d7d;
    margin: 2px 0 14px;
}

#container #base #right .links .item a {
    display: block;
    font-size: 15px;
    color: #11367a;
    font-weight: 400;
}

#container #base #right .links .item a span {
    display: inline-block;
    float: left;
    padding: 1px 3px 0;
    height: 17px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: 300;
}

#container #base #right .links .more {
    font-weight: 300;
}

#container #base #right .relizations {
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

#container #base #right .relizations .title {
    overflow: hidden;
    margin: 0;
    line-height: 24px;
    padding: 22px 0 15px 38px;
    background: url('../images/realization.png') no-repeat 19px 26px;
    border-top: 1px solid #dcdcdc;
}

#container #base #right .relizations .main-item {
    overflow: hidden;
    width: 264px;
    margin: 0 auto 18px;
}

#container #base #right .relizations .main-item .image {
    overflow: hidden;
    display: block;
    position: relative;
}

#container #base #right .relizations .main-item .image img {
    overflow: hidden;
    display: block;
}

#container #base #right .relizations .main-item .image .label {
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 1;
    height: 21px;
    padding: 0 6px;
    background: #d94005;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
}

#container #base #right .relizations .main-item .title {
    overflow: hidden;
    display: block;
    background: 0;
    padding: 0;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    color: #11367a;
    margin: 12px 0 0;
    border: 0;
    cursor: pointer;
}

#container #base #right .relizations .item {
    overflow: hidden;
    margin: 0 20px 0 23px;
    line-height: 18px;
}

#container #base #right .relizations .item div {
    font-size: 13px;
    text-transform: uppercase;
    color: #7d7d7d;
    margin: 2px 0 18px;
}

#container #base #right .relizations .item a {
    display: block;
    font-size: 15px;
    color: #11367a;
    font-weight: 400;
}

#container #base #right .relizations .item a span {
    display: inline-block;
    float: left;
    padding: 1px 3px 0;
    height: 17px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: 300;
}

#container #footer {
    overflow: hidden;
    background-color: #2e2e2d;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border: solid 1px #3f4142;
}

#container #footer .row_1 {
    height: 67px;
    border: solid 1px #3a3a39;
    background: url('../images/logo2.png') no-repeat 59px 26px;
}

#container #footer .row_1 .social {
    width: 153px;
    height: 67px;
    float: left;
    margin: 0 0 0 199px;
}

#container #footer .row_1 .social span {
    width: 91px;
    height: 18px;
    line-height: 18px;
    float: left;
    font-size: 12px;
    color: #979796;
    margin: 26px 0 0;
}

#container #footer .row_1 .social a {
    float: left;
    width: 18px;
    height: 18px;
    margin: 26px 12px 0 0;
    background: url('../images/fb.png') no-repeat 0 0;
}

#container #footer .row_1 .social a + a {
    float: left;
    width: 32px;
    height: 13px;
    margin: 30px 0 0;
    background: url('../images/yt.png') no-repeat 0 0;
}

#container #footer .row_1 .newsletter {
    width: 316px;
    height: 50px;
    float: left;
    margin: 17px 0 0 132px;
    position: relative;
}

#container #footer .row_1 .newsletter label {
    float: left;
    width: 94px;
    height: 34px;
    line-height: 38px;
    font-size: 18px;
    color: #d2d2d2;
}

#container #footer .row_1 .newsletter input[type="text"] {
    float: left;
    width: 204px;
    height: 20px;
    border: 0;
    padding: 7px 9px;
    color: #7d7d7d;
    outline: none;
    background: #d5d5d5;
}

#container #footer .row_1 .newsletter input[type="submit"] {
    width: 25px;
    height: 20px;
    border: 0;
    outline: none;
    background: url('../images/envelope.png') 50% 50% no-repeat;
    position: absolute;
    top: 8px;
    right: 4px;
    cursor: pointer;
    display: block;
}

#container #footer .row_1 .copyright {
    width: 200px;
    height: 48px;
    float: right;
    font-size: 12px;
    color: #979796;
    line-height: 19px;
    margin: 19px 0 0 175px;
}

#container #footer .row_2 {
    float: left;
    overflow: hidden;
}

#container #footer .row_2 .menu-bottom {
    margin: 20px 0 39px;
    width: 619px;
    float: left;
}

#container #footer .row_2 .menu-bottom ul {
    padding: 0;
    list-style: none;
    float: left;
}

#container #footer .row_2 .menu-bottom > div {
    float: left;
    padding: 0;
}

#container #footer .row_2 .menu-bottom ul li {
    display: block;
}

#container #footer .row_2 .menu-bottom ul li a {
    display: block;
    font-size: 13px;
    color: #d5d5d5;
    line-height: 25px;
}

#container #footer .row_2 .menu-bottom .col_1 {
    margin: 0 0 0 58px;
    width: 140px;
}

#container #footer .row_2 .menu-bottom .col_2 {
    width: 200px;
    margin: 0;
}

#container #footer .row_2 .menu-bottom .col_3 {
    width: 221px;
    margin: 0;
}

#container #footer .row_2 .contact {
    width: 560px;
    margin: 20px 0 39px;
    float: left;
    color: #7d7d7c;
    font-size: 12px;
    line-height: 25px;
}

#container #footer .row_2 .contact p {
    margin: 0;
    padding: 0;
}

#container #footer .row_2 .contact .col_1 {
    float: left;
    width: 320px;
    padding: 0;
    margin: 0;
}

#container #footer .row_2 .contact .col_2 {
    float: left;
    width: 240px;
    padding: 0;
    margin: 0;
}

#container #footer .row_2 .contact .col_2 .light {
    float: left;
    color: #d4d5d5;
}

#container #footer .row_2 .contact .col_2 a {
    float: left;
    padding: 0 12px 0 0;
    background: url('../images/border.jpg') no-repeat right 6px;
    color: #d4d5d5;
}

#container #footer .row_2 .contact .col_2 a + a {
    border: 0;
    padding: 0 0 0 10px;
    background: none;
}

#container #footer .row_2 .contact .col_2 a.lemonade {
    background: url('../images/logo-lemonade.png') no-repeat top left;
    width: 83px;
    height: 27px;
}

#container #base #left.news-list > .title {
    border: 1px solid #dcdcdc;
    margin: 0;
    background: url('../images/globe.png') no-repeat 22px 24px;
    font-size: 19px;
    line-height: 33px;
    color: #11110f;
    padding: 15px 42px 3px;
}

#container #base #left.news-list .slider {
    background: #fdcc40;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    position: relative;
}

#container #base #left.news-list .major {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    overflow: hidden;
    background: #fdcc40;
}

#container #base #left.news-list .major + .major {
    background: transparent;
    border: 1px solid #dcdcdc;
}

#container #base #left.news-list .major .image {
    display: block;
    float: left;
    margin: 20px 19px 15px 20px;
}

#container #base #left.news-list .major .rest {
    display: block;
    float: left;
    margin: 20px 20px 15px 0;
    width: 690px;
}

#container #base #left.news-list .major .rest .title {
    display: block;
    padding: 0;
    margin: 4px 0 0 0;
    font-size: 19px;
    color: #000;
    font-weight: 500;
}

#container #base #left.news-list .major + .major .rest .title {
    color: #11367a;
}

#container #base #left.news-list .slider .item .rest .title span, #container #base #left.news-list .major .rest .title span {
    display: inline-block;
    float: left;
    line-height: 23px;
    padding: 0 3px;
    height: 21px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    margin: 0 5px 0 0;
}

#container #base #left.news-list .slider .item .rest .date, #container #base #left.news-list .major .rest .date {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 23px;
    margin: 4px 0 3px;
}

#container #base #left.news-list .slider .item .rest .text, #container #base #left.news-list .major .rest .text {
    color: #11110f;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}

#container #base #left.news-list .slider .item {
    border: 0;
    z-index: 1 !important;
}

#container #base #left.news-list .slider .nav-prev {
    height: 49px;
    width: 36px;
    background: url('../images/prev2.png') no-repeat 0 0;
    display: block;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 2;
    cursor: pointer;
}

#container #base #left.news-list .slider .nav-next {
    height: 49px;
    width: 36px;
    background: url('../images/next3.png') no-repeat 0 0;
    display: block;
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 2;
    cursor: pointer;
}

#container #base #left.news-list .minor {
    border: 1px solid #dcdcdc;
    border-top: 0;
    overflow: hidden;
}

#container #base #left.news-list .minor .image {
    display: block;
    float: left;
    margin: 20px 19px 15px 20px;
}

#container #base #left.news-list .minor .image * {
    display: block;
    margin: 0;
    padding: 0;
}

#container #base #left.news-list .minor .rest {
    display: block;
    float: left;
    margin: 20px 20px 15px 0;
    width: 690px;
}

#container #base #left.news-list .minor .rest .title {
    display: block;
    padding: 0;
    margin: -1px 0 0 0;
    font-size: 15px;
    color: #11367a;
    font-weight: 500;
}

#container #base #left.news-list .minor .rest .title span {
    display: inline-block;
    float: left;
    line-height: 19px;
    padding: 0 3px;
    height: 17px;
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    margin: 0 5px 0 0;
}

#container #base #left.news-list .minor .rest .date {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 23px;
}

#container #base #left.news-list .minor .rest .text {
    color: #11110f;
    font-size: 13px;
    line-height: 18px;
    /*    height: 23px;*/
    overflow: hidden;
    margin: 5px 0;
}

#container #base #left.news-list .minor:nth-child(even) {
    background: #f8f8f8;
}

#terminy_calendar {
    position: relative;
    background: #fff;
    overflow: hidden;
}

#terminy_calendar + .links {
    background: #fff;
}

.col-header1,
#terminy_calendar .title {
    /*    font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #414141;
        margin-bottom: 10px;*/
}

#terminy_calendar .controls {
    font-size: 17px;
    color: #2e2e2d;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    position: relative;
    background: #fbfbfb;
    text-align: center;
}

#terminy_calendar .controls .lft {
    position: absolute;
    width: 42px;
    height: 48px;
    content: '';
    top: 0;
    background: url('../images/arrow-left-cal.png') no-repeat top left;
    left: 0;
    border-right: 1px solid #dcdcdc;
}

#terminy_calendar .controls .rgt {
    position: absolute;
    width: 42px;
    height: 48px;
    content: '';
    top: 0;
    background: url('../images/arrow-right-cal.png') no-repeat top left;
    right: 0;
    border-left: 1px solid #dcdcdc;
}

#terminy_calendar .controls .lft.inactive {
    background: none;
    cursor: default;
    display: none;
}

#terminy_calendar .controls .month {
    font-size: 17px;
    color: #2e2e2d;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
}

#terminy_calendar .controls .year {
    font-size: 17px;
    color: #2e2e2d;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
}

#terminy_calendar table.calendar {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#terminy_calendar table.calendar th,
#terminy_calendar table.calendar td {
    padding: 0;
    margin: 0;
    border: 1px solid #dcdcdc;
    width: 40px;
    height: 35px;
    position: relative;

    text-align: center;
    line-height: 37px;
    font-size: 15px;
    color: #2f2f2d;
    background: #fbfbfb;

}

#terminy_calendar table.calendar th {
    background: #535353;
    color: #fff;

}

#terminy_calendar table.calendar tr {

}

#terminy_calendar table.calendar tr td {
    background: #fbfbfb;
    color: #727272;

}

#terminy_calendar table.calendar tr td:hover {
    color: #0094e0;
}

#terminy_calendar table.calendar tr td.dow-6,
#terminy_calendar table.calendar tr td.dow-7 {
    /*	background: #e3e3e3;*/
}

#terminy_calendar table.calendar tr td.today {
    outline: 1px solid #009fe3;
    background: #e9f8ff;
}

#terminy_calendar table.calendar tr td.termin {
    cursor: pointer;
    background: #cecece;
    color: #fff;
    /*	background: #fbfbfb url('../images/blue.png') no-repeat top right;*/
}

#terminy_calendar table.calendar tr td.termin:hover {
    opacity: 0.9;
    /*    color: #0094e0;*/
}

#terminy_calendar.loading .loading-indicator {
    display: block;
}

#terminy_calendar .loading-indicator {
    position: absolute;
    top: 22px;
    left: 0;
    height: 216px;
    /* 	background: rgb(255,255,255); */
    /* 	background: rgba(255,255,255, 0.7); */
    width: 100%;
    display: none;
}

#terminy_calendar .loading-indicator .gif {
    background: url('../images/loading.gif') no-repeat 0 0;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -16px;
    border-radius: 5px;

}

table.terminy_table {
    margin: 21px 0 20px 16px;
    padding: 0;
    table-layout: fixed;
    width: 841px;
}

table.terminy_table tr {

}

table.terminy_table tr th,
table.terminy_table tr td {
    border: none;
    line-height: 17px;
}

table.terminy_table tr td {
    padding: 10px 15px;
    table-layout: fixed;
    font-size: 15px;
    border-bottom: 1px solid #b0b0ac;
}

table.terminy_table thead tr th {
    background: #43b369;
    border: none;
    padding: 7px 10px 8px 10px;
    table-layout: fixed;
}

table.terminy_table thead tr th select {
    background: #fff;
    border: 0;
    height: 32px;
    padding: 0;
    margin: 0;
}

table.terminy_table thead tr th.col1,
table.terminy_table thead tr th.col1 select {
    width: 159px;
}

table.terminy_table thead tr th.col2,
table.terminy_table thead tr th.col2 select {
    width: 216px;
}

table.terminy_table thead tr th.col3,
table.terminy_table thead tr th.col3 select {
    width: 113px;
}

table.terminy_table thead tr th.col4,
table.terminy_table thead tr th.col4 select {
    width: 84px;
}

table.terminy_table thead tr th.col5,
table.terminy_table thead tr th.col5 select {
    width: 85px;
}

table.terminy_table thead tr th.col6 {
    width: 60px;
}

table.terminy_table thead tr th.col6 a {
    color: #fff;
}

table.terminy_table tr.even td {

}

table.terminy_table tr.odd td {
    background: #f5f5f2;
}

table.terminy_table tr td.col1 {
    width: 133px;
    padding: 10px 0 10px 18px;
}

table.terminy_table tr td.col2 {
    width: 196px;
    padding: 10px 0 10px 15px;
}

table.terminy_table tr td.col3 {
    width: 81px;
    padding: 10px 0 10px 21px;
}

table.terminy_table tr td.col4 {
    width: 61px;
    padding: 10px 0 10px 16px;
}

table.terminy_table tr td.col5 {
    width: 95px;
    padding: 10px 0 10px 6px;
    text-align: center;
}

table.terminy_table tr td.col6 {
    width: 62px;
    padding: 12px 6px;
}

table.terminy_table tr.even td.col1,
table.terminy_table tr.even td.col3,
table.terminy_table tr.even td.col5 {
    background: #fafaf8;
}

table.terminy_table tr.odd td.col1,
table.terminy_table tr.odd td.col3,
table.terminy_table tr.odd td.col5 {
    background: #f0f0ec;
}

table.terminy_table tr td.col5 {
    color: #00aeef;
}

table.terminy_table a.apply_button {
    display: block;
    border: 1px solid #555;
    background: #000;
    color: #fff;
    padding: 5px 0;
    line-height: 17px;
    height: 17px;
    font-size: 13px;
    width: 66px;
    text-align: center;
    font-weight: 300;
}

table.terminy_table tr.cant_singup a.apply_button {
    background: #555;
    text-decoration: none;
}

table.terminy_table tr a.apply_button:hover {
    text-decoration: none;
    font-weight: 500;
}

table.terminy_table tr.cant_singup a.apply_button:hover {
    text-decoration: none;
    font-weight: 300;
}

#left .training_list {

}

#left .training_list .item {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
}

#left .training_list .item > a {
    display: inline-block;
    vertical-align: top;
}

#left .training_list .item > a img {
    display: inline-block;
}

#left .training_list .item .data {
    display: inline-block;
    width: 540px;
    vertical-align: top;
    margin-left: 15px;
}

#left .training_list .item .data .teaser {

}

#container #base .training_list .item .data > a.title {
    margin: 0 0 5px 0;
    padding: 0;
    display: inline-block;
    color: #11367a;
}

#container #base .training_list .item .data ul li a {
    color: #11110f;
}

#container .s-tit {
    padding: 20px 20px 10px 20px;
}

#container #top_search2 {

    padding: 10px 20px 10px 20px;
    overflow: hidden;

}

#container #top_search2 #top_search_keyword2 {
    height: 18px;
    line-height: 22px;
    width: 182px;
    outline: none;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    font-weight: 400;
    background: url('../images/lupa.png') no-repeat top 50% right 11px;
    color: #7d7d7d;
    display: inline-block;
    padding: 7px 29px 7px 9px;
}

#container #top_search2 .c-res {
    font-size: 13px;
    float: right;
    vertical-align: middle;
    line-height: 23px;
    margin-right: 6px;
    margin-top: 5px;
}

#container #top_search2 select {
    height: 33px;
    line-height: 22px;
    outline: none;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    color: #7d7d7d;
    display: inline-block;
    padding: 5px 10px;
    float: right;
    width: 134px;
}

#container #top_search2 select option {
    font-family: arial;
}

#container #top_search2 .select2-container {
    outline: none;
    font-size: 13px;
    color: aqua;
    display: inline-block;
    padding: 0 5px;
    float: right;
    width: 175px;
}

#container .s-res {
    border-top: 1px solid #dcdcdc;
    padding: 20px 30px;
}

#container .s-res:last {
    border-bottom: 1px solid #dcdcdc;
}

#container .s-res.odd {

}

#container .s-res.even {
    background: #f8f8f8
}

#container .s-res .s-res-t {
    margin-bottom: 5px;
}

#container .s-res .s-res-c {
    font-size: 13px;
    margin-bottom: 5px;
}

#container .s-res .s-res-l {
    font-size: 13px;
}

#container .s-res .s-res-l a {
    color: #7d7d7d;
}

#container .s-res b.hl {
    font-weight: 500;
}

#container .product-rows-list {

}

#container .product-rows-list .prow {
    padding: 20px 0;
}

#container .product-rows-list .prow .item {
    width: 254px;
    display: inline-block;
    padding-right: 20px;
    padding-left: 18px;
    border-right: 1px solid #dcdcdc;
    vertical-align: top;
}

#container .product-rows-list .prow .item + .item + .item {
    border-right: none;
    padding-right: 0;
}

#container .product-rows-list .prow .item .image {

}

#container .product-rows-list .prow .item .info {

}

#container #base .product-rows-list .prow .item .info .title {
    color: #30508b;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#container .product-rows-list .prow .item .info .description {

}

#container .product-rows-list .prow .item .info .doc {
    background: url('../images/bg_pdf.jpg') no-repeat 0 50%;
    padding-left: 35px;
    color: #30508b;
    font-size: 13px;
}

#container .product-rows-list .prow .item .info .doc a {
    padding: 0 3px;
}

#container #base #left .site-description .float-right {
    float: right;
    margin: 0 0 5px 16px;
}

#container #base #left .site-description .round-5px {

}

.product-items-table {
    overflow: hidden;
    margin: 0;
}

.product-items-table table {
    width: 100%;
    table-layout: fixed;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.product-items-table table tr th {
    margin: 0;
    height: 37px;
    border-bottom: 1px solid #1b3723;
    background: #4a4a49;
    padding: 0 0 0 20px;
    text-align: left;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
}

.product-items-table table tr td {
    margin: 0;
    height: 20px;
    padding: 10px 0 10px 20px;
}

.product-items-table table tr td.td2 {
    font-size: 19px;
    color: #11367a;
    font-weight: 400;
}

.product-items-table table tr td.td3, .product-items-table table tr td.td4 {
    font-size: 15px;
    color: #11110f;
    font-weight: 400;
}

.product-items-table table tr td.td5 a {
    height: 36px;
    width: 62px;
    border: 1px solid #dcdcdc;
    float: left;
    margin: 0 10px 0 0;
    text-indent: 12px;
    line-height: 40px;
    font-size: 15px;
    color: #11110f;
    background: url('../images/flag_pl.jpg') no-repeat 37px 12px;
}

.product-items-table table tr td.td5 a.en {
    background: url('../images/flag_gb.jpg') no-repeat 37px 12px;
}

.product-items-table table tr.even {
    background: #f5f5f2;
}

.product-items-table table tr td.head_1 {
    background: #43b369;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.product-items-table table tr td.head_2 {
    background: #008fde;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.product-items-table table tr td.head_3 {
    background: #ffa838;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.product-items-table table tr.tr_color_1 th:first-child {
    border-left: 2px solid #4a4a49;
}

.product-items-table table tr.tr_color_2 td:first-child {
    border-left: 2px solid #43b369;
}

.product-items-table table tr.tr_color_3 td:first-child {
    border-left: 2px solid #008fde;
}

.product-items-table table tr.tr_color_4 td:first-child {
    border-left: 2px solid #ffa838;
}

.product-items-table table tr th {

}

/* Sidebars */
.sideBar {
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 9999;
}

.sideBar .label,
.sideBar .content {
    float: left;
    overflow: hidden;
}

.sideBar .label {
    cursor: pointer;
}

.sideBar.newsletterWithFacebook {
    top: 200px;
    right: -240px;
}

.sideBar.newsletterWithFacebook .label {
    width: 64px;
    height: 246px;
    background: #48a0dc url('../images/sidebar-newsletter-label.png') 50% 26px no-repeat;
}

.sideBar.newsletterWithFacebook .content {
    background: #151b20;
    width: 211px;
    padding-left: 29px;
    padding-bottom: 28px;
}

.sideBar.newsletterWithFacebook .content .newsletter {
    display: block;
    position: relative;
}

.sideBar.newsletterWithFacebook .content .newsletter .header {
    padding: 26px 0 16px 0;
    border-bottom: 1px solid #2d3237;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    line-height: 23px;
}

.sideBar.newsletterWithFacebook .content .newsletter .info {
    margin-top: 10px;
    line-height: 17px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

.sideBar.newsletterWithFacebook .content .newsletter .info span {
    font-weight: 700;
}

.sideBar.newsletterWithFacebook .content .newsletter input[type="text"] {
    display: block;
    background: #fff;
    outline: none;
    border: 1px solid #dcdcdc;
    padding: 7px 37px 7px 10px;
    margin: 17px 0 0 0;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7d7d7d;
    width: 143px;
    overflow: hidden;
}

.sideBar.newsletterWithFacebook .content .newsletter input[type="submit"] {
    display: block;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: url(../images/sidebar-newsletter-submit.png) no-repeat;
    cursor: pointer;
    width: 15px;
    height: 10px;
    top: 156px;
    right: 31px;
    position: absolute;
}

.sideBar.newsletterWithFacebook .content .newsletter .form-info {
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
}

.sideBar.newsletterWithFacebook .content .newsletter ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    color: red;
    font-size: 13px;
}

.sideBar.newsletterWithFacebook .content .facebook {
    margin-top: 21px;
    padding-top: 20px;
    border-top: 1px solid #2d3237;
    width: 211px;
}

.sideBar.newsletterWithFacebook .content .facebook iframe {
    background: #fff;
}

#container #base #left.news .news-fibrain .item > .title,
#container #base #left.news .news-suplies > .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
}

#form_contact .select2-container {
    float: left;
}

#form_contact .select2-container .select2-choice {
    width: 211px;
}